]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
a2e0ffcf
WD
1commit f4317ea91942f44cc1c433277927b61618e9b0a5
2Author: Daniel Mack <daniel@caiaq.de>
3Date: Tue May 5 12:48:29 2009 +0200
4
5 ARM: fix PXA build by defining UP2OCR
6
7 U-Boot does not currently build for PXA platforms with USB support
8 enabled:
9
10 usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
11
12 Signed-off-by: Daniel Mack <daniel@caiaq.de>
13 Cc: Markus Klotzbuecher <mk@denx.de>
14
15 Edited commit message.
16 Signed-off-by: Wolfgang Denk <wd@denx.de>
17
18commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
19Author: Wolfgang Denk <wd@denx.de>
20Date: Fri May 15 22:32:57 2009 +0200
21
22 Minor Coding Style fix; update CHANGELOG.
23
24 Signed-off-by: Wolfgang Denk <wd@denx.de>
25
e26ad0ea
WD
26commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
27Author: Wolfgang Denk <wd@denx.de>
28Date: Fri May 15 09:27:58 2009 +0200
29
30 IDE: bail out of dev_print() for unknown device types
31
32 Commit 574b319512 introduced a subtle bug by mixing a list of tests
33 for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
34 then mostly did not work because "dev_desc->type" cannot take any
35 "IF_*" type values. A later fix in commit 8ec6e332ea changed the
36 switch() into testing "dev_desc->if_type", but at this point the
37 initial test for unknown device types was completely lost, which
38 resulted in output like that for IDE ports without device attached:
39
40 Device 1: Model: Firm: Ser#:
41 Type: # 1F #
42 Capacity: not available
43
44 This patch re-introduces the missing test for unknown device types.
45
46 Signed-off-by: Wolfgang Denk <wd@denx.de>
47 Cc: Stefan Roese <sr@denx.de>
48 Cc: Detlev Zundel <dzu@denx.de>
49 Tested-by: Stefan Roese <sr@denx.de>
50
51commit c21f62d8483fbab44cd98d93ff2e9355a330d225
52Author: Stefan Roese <sr@denx.de>
53Date: Thu May 14 07:25:13 2009 +0200
54
55 74xx_7xx: Fix rounding problem in CPU frequency calculation
56
57 This patch fixes a problem in the CPU frequency calculation. Without it
58 a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
59
60 Signed-off-by: Stefan Roese <sr@denx.de>
61
62commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
63Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64Date: Wed May 13 22:24:12 2009 +0200
65
66 console.h: remove unused prototype 'console_realloc'
67
68 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69
70commit 84bf7ca522e94ec402a1264b01971b924b7e268f
71Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72Date: Wed May 13 22:16:31 2009 +0200
73
74 api: remove un-needed ifdef CONFIG_API already handle by the Makefile
75
76 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
77
78commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
79Author: Detlev Zundel <dzu@denx.de>
80Date: Wed May 13 10:54:10 2009 +0200
81
82 Fix e-mail address of Gary Jennejohn.
83
84 Signed-off-by: Detlev Zundel <dzu@denx.de>
85
86commit 5e2c08c3ac90808e9be64856916bfd6df984823c
87Author: Emil Medve <Emilian.Medve@Freescale.com>
88Date: Tue May 12 13:48:32 2009 -0500
89
90 Remove inline qualifier from show_boot_progress()
91
92 The 'inline' is conflicting with the semantic of 'weak' attribute and with the
93 way the show_boot_progress() function is used.
94
95 Also gcc 4.4 is complaining about it:
96
97 main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
98
99 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
100
101commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
102Author: Wolfgang Denk <wd@denx.de>
103Date: Tue May 12 15:17:35 2009 +0200
104
105 MPC8260: fixup device tree by property instead of path
106
107 cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
108 clock frequencies in the device tree, using a CPU path
109 "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
110
111 However, this does not work when one board config file (here:
112 MPC8260ADS.h) is intended to be used for several diffrent CPUs and
113 therefor contains a generic definition like "cpu@0", as the device
114 trees that will then be loaded will contain specific names like
115 "PowerPC,8272@0".
116
117 We switch to using do_fixup_by_prop_u32() instead, so we can search
118 for device_type="cpu", as it is done in other architectures, too.
119
120 Signed-off-by: Wolfgang Denk <wd@denx.de>
121 Cc: Heiko Schocher <hs@denx.de>
122 Acked-by: Heiko Schocher <hs@denx.de>
123 Tested-by: Heiko Schocher <hs@denx.de>
124
125commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
126Author: Rohit Hagargundgi <h.rohit@samsung.com>
127Date: Mon Mar 9 19:45:46 2009 +0530
128
129 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
130
131 Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
132 CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
133 and is used by OneNAND ipl when reading U-Boot image.
134
135 Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
136 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
137
138commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
139Author: Ben Warren <biggerbadderben@gmail.com>
140Date: Tue Apr 28 17:04:51 2009 -0700
141
142 Schedule removal of non-CONFIG_NET_MULTI net driver API
143
144 This will make CONFIG_NET_MULTI the only net driver configuration and
145 we'll be able to remove this option.
146
147 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
148
149commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
150Author: Detlev Zundel <dzu@denx.de>
151Date: Tue May 5 16:04:06 2009 +0200
152
153 powerpc/inka4x0: Remove left-over ide reset code.
154
155 The pin which was used in preliminary versions of the board for ide
156 reset is really connected to the rtc clock.
157
158 Signed-off-by: Detlev Zundel <dzu@denx.de>
159
160commit f578a2da6770951239ad91ee9a1875fdc71dbe48
161Author: Marco Stornelli <marco.stornelli@gmail.com>
162Date: Tue Apr 28 19:04:02 2009 +0200
163
164 Add imls utility command
165
166 This patch adds, under tools folder, a new command called imls. Its
167 goal is the same of UBoot's imls but it can be used as Linux shell
168 command. It reads from raw mtd partition and prints the list of the
169 stored images.
170
171 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
172
173commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
174Author: Heiko Schocher <hs@denx.de>
175Date: Tue Apr 28 08:36:11 2009 +0200
176
177 netloop: updates for NetLoop
178
179 Fix some issues introduced from commit:
180 2f70c49e5b9813635ad73666aa30f304c7fdeda9
181 suggested by Mike Frysinger.
182
183 - added some comment for the env_id variable in common_cmd_nvedit.c
184 - moved some variables in fn scope instead of file scope
185 - NetInitLoop now static void
186
187 Signed-off-by: Heiko Schocher <hs@denx.de>
188 Acked-by: Ben Warren <biggerbadderben@gmail.com>
189
190commit 3c1d89545de11822f8b5afb5646a57757620bd95
191Author: Heiko Schocher <hs@denx.de>
192Date: Tue Apr 28 07:48:39 2009 +0200
193
194 82xx, ids8247: added ids8247 board to MAKEALL script
195
196 Signed-off-by: Heiko Schocher <hs@denx.de>
197
198commit 890a017a8a995c921d1e889d360e8d6538ceecfe
199Author: Detlev Zundel <dzu@denx.de>
200Date: Thu May 7 13:08:55 2009 +0200
201
202 arm/imx31_phycore: Fix bi_arch_number
203
204 Signed-off-by: Detlev Zundel <dzu@denx.de>
205 Cc: Sascha Hauer <s.hauer@pengutronix.de>
206
207commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
208Author: Sascha Hauer <s.hauer@pengutronix.de>
209Date: Fri May 15 10:21:33 2009 +0200
210
211 remove myself as phycore/litekit Maintainer
212
213 I never acked a patch that adds me as phycore i.MX31 maintainer nor was
214 it me who pushed the patches, so remove myself from the maintainer list
215 so that other people do not longer wait for my ack.
216
217 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
218
219commit c63254ef5628efe1c77cb2fdba20753f9666f55d
220Author: Sergey Lapin <slapin@ossfans.org>
221Date: Tue May 12 12:25:14 2009 +0400
222
223 AFEB9260 network fix
224
225 AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
226 Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
227 not 0.
228
229 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
230
231commit f8ddcd58221cab63dd25c2324dd2032487f748b1
232Author: Graf Yang <graf.yang@analog.com>
233Date: Tue May 5 02:26:27 2009 -0400
234
235 Blackfin: bf518f-ezbrd: reset ethernet PHY during init
236
237 We don't know what state the ethernet PHY is in when starting up, so make
238 sure we set it to a sane state. This fixes troubles seen when Linux boots
239 up, configures the PHY is a non-default state, and then the system reboots
240 into U-Boot which previously expected a reset state only.
241
242 Signed-off-by: Graf Yang <graf.yang@analog.com>
243 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
244
245commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
246Author: Mike Frysinger <vapier@gentoo.org>
247Date: Tue May 5 01:35:41 2009 -0400
248
249 Blackfin: bf527-ezkit: fix SPI flash env params
250
251 The BF527-EZKIT settings for storing the environment in SPI flash wasn't
252 using the correct sector settings for the SPI flash part that is actually
253 on the board.
254
255 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
256
257commit f58bf804a14324c6c9186a7a664fa23281780e8b
258Author: Mike Frysinger <vapier@gentoo.org>
259Date: Fri Apr 24 23:54:19 2009 -0400
260
261 Blackfin: avoid get_sclk() with early serial debug
262
263 When the clock functions were changed to use cached values (and thereby
264 avoiding expensive math functions), early serial debug broke because the
265 baud programming is called before external memory is available.
266
267 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
268
269commit 02778f2f1b4b1a28b492367477db27c58d45ae35
270Author: Mike Frysinger <vapier@gentoo.org>
271Date: Fri Apr 24 23:39:41 2009 -0400
272
273 Blackfin: fix booting with older bootroms (no EVT1)
274
275 When dropping jump block support, the assumption was that all bootroms
276 supported entry point redirection via the EVT1 register. Unfortunately,
277 this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
278 and older and BF561). No one really noticed earlier because these parts
279 usually are booted by bypassing the bootrom entirely, and older BF533
280 parts are not supported at all (too many anomalies).
281
282 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
283
284commit af2c37378f203857d5e6c957e77a14c2da5b59d2
285Author: Mike Frysinger <vapier@gentoo.org>
286Date: Fri Apr 24 23:22:48 2009 -0400
287
288 Blackfin: recurse with early serial initcode
289
290 Make sure we recurse through serial_putc() rather than bang on the UART
291 transmit register directly to avoid hardware overflows when using \n.
292
293 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
294
295commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
6b8edfde
WD
296Author: Wolfgang Denk <wd@denx.de>
297Date: Fri May 1 21:59:12 2009 +0200
298
299 Prepare v2009.06-rc1
300
e26ad0ea
WD
301 Update CHANGELOG.
302
6b8edfde
WD
303 Signed-off-by: Wolfgang Denk <wd@denx.de>
304
305commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
306Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
307Date: Fri May 1 15:38:06 2009 +0200
308
309 at91: remove lowlevel_init.S
310
311 lowlevel_init.S is not used any more so remove it.
312 As consequence, we also don't have to generate u-boot.lds
313 but can use a static version as before.
314
315 This also fixes the out-of-tree build problem introduced
316 with commit f0a2c7b4 "at91: add support for the PM9263 board"
317
318 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
319 Signed-off-by: Wolfgang Denk <wd@denx.de>
320
321commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
322Author: Wolfgang Denk <wd@denx.de>
323Date: Fri May 1 00:16:11 2009 +0200
324
325 Update CHANGELOG; minor coding style cleanup.
326
327 Signed-off-by: Wolfgang Denk <wd@denx.de>
328
0ee7a310
WD
329commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
330Author: Manikandan Pillai <mani.pillai@ti.com>
331Date: Tue Apr 21 17:29:05 2009 +0200
332
333 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
334
335 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
336 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
337
338commit ac9140037a84629c5583066ff1a177396c47d89d
339Author: Dirk Behme <dirk.behme@googlemail.com>
340Date: Fri Apr 17 14:27:56 2009 +0200
341
342 OMAP3: Beagle: Set pinmux conditionally for Rev C boards
343
344 The Beagle Rev C boards pull UART2 from an alternate set of balls.
345
346 Signed-off-by: Steve Sakoman <steve@sakoman.com>
347 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
348
349commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
350Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
351Date: Mon Apr 27 18:33:33 2009 +0200
352
353 ubifs: BUG: Blocks commpressed with zlib
354
355 Blocks compressed with zlib dont have the full gzip header.
356
357 Without this patch, block compressed with zlib cannot be readed!
358
359 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
360
361commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
362Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
363Date: Mon Apr 27 18:33:32 2009 +0200
364
365 lib_generic: gunzip: New function zunzip
366
367 Separate gunzip in
368
369 gunzip: Find the end of the header and call zunzip.
370 zunzip: Inflate gunzip block without header.
371
372 UBI fs blocks can be compresed in lzo, zlib or no-compression. The
373 current implementation of u-boot supported all the compressions but
374 there was a bug in the implementation of the zlib blocks.
375
376 UBIFS's Zlib blocks do not have header but they were compressed using
377 gunzip, a function used to decompress gunzip files/sectors with a
378 header.
379
380 This patch adds a new function zunzip that uncompress a zlib block with
381 no header.
382
383 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
384
385commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
386Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
387Date: Thu Apr 23 15:37:16 2009 +0200
388
389 at91: fixed plla calc when no USB support is active
390
391 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
393
394commit 3791a1187c1401c33c9512595e6e89dbb46230c5
395Author: Ladislav Michl <ladis@linux-mips.org>
396Date: Wed Apr 22 01:12:04 2009 +0200
397
398 arm925t: Fix CONFIG_SYS_HZ to 1000
399
400 Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
401 get_timer.
402
403 Changes since original version:
404 * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
405 improve timer resolution.
406
407 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
408
409commit 42bf4b2248146abdc592bde0009c6ea42067f437
410Author: Dirk Behme <dirk.behme@googlemail.com>
411Date: Tue Apr 14 20:15:17 2009 +0200
412
413 OMAP3: Remove legacy NAND defines
414
415 Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
416
417 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
418
419commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
420Author: Sanjeev Premi <premi@ti.com>
421Date: Mon Apr 27 21:27:54 2009 +0530
422
423 OMAP3: Print correct silicon revision
424
425 The function display_board_info() displays incorrect
426 silicon revision - based on the return value from
427 function get_cpu_rev().
428
429 This patch fixes the problem.
430
431 Signed-off-by: Sanjeev Premi <premi@ti.com>
432
433commit 90006e9b33bcdbf241b0295d186e3634137907a9
434Author: Sanjeev Premi <premi@ti.com>
435Date: Mon Apr 27 21:27:44 2009 +0530
436
437 OMAP3: Remove unused board-types
438
439 The board-types defined in struct omap3_sysinfo seem to be
440 unused. The function display_board_info() is passed
441 board type as an argument; which is ignored.
442
443 This patch removes all uses of board-type, related definitions
444 and functions.
445
446 Signed-off-by: Sanjeev Premi <premi@ti.com>
447
448commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
449Author: Sanjeev Premi <premi@ti.com>
450Date: Mon Apr 27 21:27:27 2009 +0530
451
452 OMAP3: Use functions print_cpuinfo() and checkboard()
453
454 Use the functions print_cpuinfo() and checkboard() to
455 display the cpu and board specific information.
456
457 These functions reuse content from the existing function
458 display_board_info() - which has been removed.
459
460 Also, updated the existig OMAP3 configurations to
461 define:
462 - CONFIG_DISPLAY_CPUINFO
463 - CONFIG_DISPLAY_BOARDINFO
464
465 Signed-off-by: Sanjeev Premi <premi@ti.com>
466
467commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
468Author: Stefan Roese <sr@denx.de>
469Date: Wed Mar 18 11:17:37 2009 +0100
470
471 MTD: Change cfi-mtd to accept non-uniform sector sizes
472
473 With this patch non-uniform NOR FLASH chips (chips with multiple erase
474 regions) can be exported via the cfi-mtd layer and therefor used by UBI.
475 We select the largest sector size as erasesize. The cfi driver will make
476 sure that the smaller sectors are handled correctly.
477
478 Signed-off-by: Stefan Roese <sr@denx.de>
479
480commit 3dcbe628d66b648e954bc8147d4faff2983206d9
481Author: Anatolij Gustschin <agust@denx.de>
482Date: Thu Apr 23 12:35:22 2009 +0200
483
484 video: fix bug in cfb_console.c code
485
486 Fix bug in drawing long version/info strings:
487 U-Boot version string like
488 "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
489 is long and doesn't wrap around correctly while drawing
490 beside the logo. Such long strings partially overwrite
491 the logo. This patch is an attempt to fix it.
492
493 Signed-off-by: Anatolij Gustschin <agust@denx.de>
494
495commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
496Author: Wolfgang Denk <wd@denx.de>
497Date: Tue Apr 28 08:50:31 2009 +0200
498
499 cmd_ext2.c: fix compile warnings
500
501 Get rid of these warnings:
502
503 cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
504 cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
505
506 Signed-off-by: Wolfgang Denk <wd@denx.de>
507
508commit 28afe0160f87ff74574150d703055a965f91422a
509Author: Heiko Schocher <hs@denx.de>
510Date: Mon Apr 27 10:48:20 2009 +0200
511
512 ids8247: Remove legacy NAND defines
513
514 because legacy NAND support is deprecated converting to current
515 NAND interface. !This just compile, because I have no more the
516 hardware to test it.
517
518 Signed-off-by: Heiko Schocher <hs@denx.de>
519
520commit dbd33614404b65aa441c5620c3dbd560c4460c09
521Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
522Date: Mon Apr 27 09:13:31 2009 +0200
523
524 ubifs: BUG realpath string must be ended with NULL
525
526 If the memory used to copy the link_make is "dirty" the string wont
527 be ended with NULL, throwing out multiple memory bugs.
528
529 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
530 Acked-by: Stefan Roese <sr@denx.de>
531
532commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
533Author: Peter Tyser <ptyser@xes-inc.com>
534Date: Fri Apr 24 15:59:56 2009 -0500
535
536 bmp_logo: Check return value of fread()
537
538 Add basic error handling to fread() function calls. This prevents
539 compililation warnings such as:
540
541 bmp_logo.c: In function ‘main’:
542 bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
543 attribute warn_unused_result
544 ...
545
546 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
547
548commit eea8be86d1c2b570660d1f6c553845e13164231a
549Author: Peter Tyser <ptyser@xes-inc.com>
550Date: Fri Apr 24 15:59:46 2009 -0500
551
552 ncb: Check return value of write()
553
554 This prevents the compilation warning:
555
556 ncb.c: In function 'main':
557 ncb.c:32: warning: ignoring return value of ‘write’, declared with
558 attribute warn_unused_result
559
560 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
561
562commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
563Author: Stefan Roese <sr@denx.de>
564Date: Fri Apr 24 15:59:35 2009 +0200
565
566 mtd: nand/onenand: Register mtd device upon device scanning
567
568 With this patch the NAND and OneNAND devices are registered in the MTD
569 subsystem and can then be referenced by the mtdcore code (e.g.
570 get_mtd_device_nm()). This is needed for the new "ubi part" command
571 syntax without the flash type parameter (nor|nand|onenand).
572
573 Signed-off-by: Stefan Roese <sr@denx.de>
574
575commit 10bb62d85a0850dbad1fdd34123378686373f166
576Author: Stefan Roese <sr@denx.de>
577Date: Fri Apr 24 15:58:33 2009 +0200
578
579 mtd: nand: Include linux/mtd/partitions.h in nand_base.h
580
581 This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
582 defined:
583
584 nand_base.c: In function 'nand_release':
585 nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
586
587 Signed-off-by: Stefan Roese <sr@denx.de>
588
589commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
590Author: Stefan Roese <sr@denx.de>
591Date: Fri Apr 24 20:24:19 2009 +0200
592
593 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
594
595 This patch removes the now unnecessary flash type parameter from the
596 "ubi part" command. Currently the user has to define the type of flash
597 he will be using UBI on. Example:
598
599 => ubi part nor partition1
600
601 With this patch this type parameter is not needed anymore. The user can
602 now select the partition directly without the flash type paramter.
603 Example:
604
605 => ubi part partition1
606
607 This breaks backward compatibility right now because of the change in the
608 command syntax. But UBI support is still quite fresh and the advantage of
609 this new command is syntax big enough for this change. Additionally the
610 code is much cleaner now.
611
612 Signed-off-by: Stefan Roese <sr@denx.de>
613 CC: Kyungmin Park <kyungmin.park@samsung.com>
614
615commit 294f10ca9ea82a15e135dcb0fc658382ab206940
616Author: Detlev Zundel <dzu@denx.de>
617Date: Thu Apr 23 13:14:20 2009 +0200
618
619 mips/vcth: Use generic 16550 uart driver
620
621 As the common code also handles baudrate switching, which the board
622 specific vct.c driver did not support, this is one of the rare
623 occassions where deleting code actually adds a feature :)
624
625 Signed-off-by: Detlev Zundel <dzu@denx.de>
626 Acked-by: Stefan Roese <sr@denx.de>
627 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
628
629commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
630Author: Ladislav Michl <ladis@linux-mips.org>
631Date: Tue Apr 21 02:26:31 2009 +0200
632
633 Separate mtdparts command from jffs2
634
635 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
636 > Currently the mtdparts commands are included in the jffs2 command support.
637 > This doesn't make sense anymore since other commands (e.g. UBI) use this
638 > infrastructure as well now. This patch separates the mtdparts commands from
639 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
640 > support is needed.
641
642 One more leftover... Let nboot command know about partitions even if JFFS2
643 support is not enabled.
644
645 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
646 Acked-by: Stefan Roese <sr@denx.de>
647
648commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
649Author: Peter Tyser <ptyser@xes-inc.com>
650Date: Mon Apr 20 11:22:13 2009 -0500
651
652 cmd_ide: Remove unused AmigaOneG3SE code
653
654 The output_data_short() and input_data_short() functions for the
655 AmigaOneG3SE are unused and result in compiler warnings.
656
657 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
658
659commit c93c102ace00764a56dbdf78bac134a23906721e
660Author: Peter Tyser <ptyser@xes-inc.com>
661Date: Mon Apr 20 11:21:40 2009 -0500
662
663 AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
664
665 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
666
667commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
668Author: Peter Tyser <ptyser@xes-inc.com>
669Date: Mon Apr 20 11:09:05 2009 -0500
670
671 Replace __asm references with __asm__
672
673 __asm__ follows gcc's documented syntax and is generally more common
674 than __asm. This change is only asthetic and should not affect
675 functionality.
676
677 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
678
679commit f9a109b3adc5e8647535357500e2a38f0558b5c2
680Author: Peter Tyser <ptyser@xes-inc.com>
681Date: Mon Apr 20 11:08:46 2009 -0500
682
683 Replace __attribute references with __attribute__
684
685 __attribute__ follows gcc's documented syntax and is generally more
686 common than __attribute. This change is only asthetic and should not
687 affect functionality.
688
689 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
690
691commit 08f077da9298ff65cc6f85f90d2770000a1beee9
692Author: David Brownell <dbrownell@users.sourceforge.net>
693Date: Thu Apr 16 19:55:48 2009 -0700
694
695 mtdpart command: align output columns
696
697 Make the headers in the "mtdparts" command output line up
698 with their columns ... strike the extra TAB character.
699
700 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
701
702commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
703Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
704Date: Thu Apr 16 10:51:03 2009 +0900
705
706 Remove sa1100.h
707
708 sa1100.h is not used anywhere, then remove it.
709
710 $ find . -name '*.h' -empty -print
711 ./include/sa1100.h
712 $ git grep 'sa1100.h' .
713 $
714
715 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
716 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
717
718commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
719Author: Stefan Roese <sr@denx.de>
720Date: Tue Apr 14 17:51:21 2009 +0200
721
722 UBIFS: Remove tnc_commit.c which is not used in the read-only version
723
724 I missed removing this file while implementing the UBIFS support. It's
725 not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
726 for spotting.
727
728 Signed-off-by: Stefan Roese <sr@denx.de>
729
730commit 6356daff70867822bdb23cea49f98e65421a25b8
731Author: Adrian Hunter <adrian.hunter@nokia.com>
732Date: Tue Apr 14 17:50:38 2009 +0200
733
734 UBIFS: fix recovery bug
735
736 UBIFS did not recovery in a situation in which it could
737 have. The relevant function assumed there could not be
738 more nodes in an eraseblock after a corrupted node, but
739 in fact the last (NAND) page written might contain anything.
740 The correct approach is to check for empty space (0xFF bytes)
741 from then on.
742
743 Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
744 Signed-off-by: Stefan Roese <sr@denx.de>
745
746commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
747Author: Gao Guanhua <B22826@freescale.com>
748Date: Tue Apr 14 14:37:35 2009 +0800
749
750 fs: Fix the wrong type of var
751
752 The filelen should be signed type, not unsigned type.
753 otherwise, The condition as below never take.
754 if (filelen < 0)
755
756 Signed-off-by: Gao Guanhua <B22826@freescale.com>
757 Signed-off-by: Dave Liu <daveliu@freescale.com>
758
759commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
760Author: Wolfgang Denk <wd@denx.de>
761Date: Tue Apr 28 00:29:34 2009 +0200
762
763 Update CHANGELOG
764
765 Signed-off-by: Wolfgang Denk <wd@denx.de>
766
05f474c4
WD
767commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
768Author: David Brownell <dbrownell@users.sourceforge.net>
769Date: Thu Apr 16 23:15:15 2009 -0700
770
771 dm9000 EEPROM reading bugfix
772
773 Make the U-Boot dm9000 driver read addresses from EEPROM just
774 like Linux does ... read six bytes, instead of reading twelve
775 bytes and then discarding every other one.
776
777 Using the right Ethernet address is a big win.
778
779 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
780 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
781 Acked-by: Ben Warren <biggerbadderben@gmail.com>
782
783commit d4c02e6f5d49880123e7f584b88f857ffd874381
784Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
785Date: Wed Feb 25 14:27:24 2009 +0900
786
787 rtl8169: fix cache coherency problem
788
789 Fix the problem that cannot access actual data when CPU data cache enabled.
790
791 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
792 Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
793 Acked-by: Ben Warren <biggerbadderben@gmail.com>
794
0ee7a310
WD
795commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
796Author: Dirk Behme <dirk.behme@googlemail.com>
797Date: Tue Apr 21 17:30:51 2009 +0200
798
799 OMAP3: Fix changed mmc init command
800
801 In recent U-Boot mmcinit changed to mmc init.
802
803 Signed-off-by: Steve Sakoman <steve@sakoman.com>
804 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
805
05f474c4
WD
806commit 34b76a14f676bc6501c27a96564e4dfb4793f033
807Author: Wolfgang Denk <wd@denx.de>
808Date: Sun Apr 26 20:39:26 2009 +0200
809
810 lib_arm/board.c: remove misleading "test-only" comment.
811
812 For a long time, the print_cpuinfo() declaration in lib_arm/board.c
813 had been marked as "test-only", which is plain wrong considering
814 current usage. Delete this misleading comment.
815
816 Signed-off-by: Wolfgang Denk <wd@denx.de>
817
0ee7a310
WD
818commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
819Author: David Brownell <dbrownell@users.sourceforge.net>
820Date: Sun Apr 12 15:40:16 2009 -0700
821
822 minor DaVinci clock cleanup
823
824 Minor cleanup to clock-related defines for DaVinci DM6446 boards:
825
826 - CONFIG_SYS_CLK_FREQ is unused; remove it.
827
828 - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
829
830 On DM6446 both of those peripheral clocks actually come from the
831 same source, the primary oscillator. Having them use the same
832 symbol avoids bugs in the clone'n'modify development cycle.
833
834 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
835
836commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
837Author: Minkyu Kang <mk7.kang@samsung.com>
838Date: Mon Apr 6 19:59:29 2009 +0900
839
840 s3c64xx: remove unnecessary definition
841
842 CONFIG_S3C6400 is must defined at config header file
843 That definition is unnecessary at this file
844
845 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
846
05f474c4
WD
847commit 14b9308d511b53042ef478936e367a67282df66a
848Author: Heiko Schocher <hs@denx.de>
849Date: Fri Apr 24 06:50:45 2009 +0200
850
851 83xx: searching "muram-data" by compatible property
852
853 if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
854 in the muram-data node, the reg entry needs to be updated.
855 This is done in fdt_fixup_muram(), but we should use
856 the compatible "fsl,qe-muram-data" for searching the
857 node instead of searching the muram-data node with
858 an absolute path.
859
860 Signed-off-by: Heiko Schocher <hs@denx.de>
861 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
862
863commit 8e15088794807944b221c11609d36789efc7f767
864Author: Anatolij Gustschin <agust@denx.de>
865Date: Thu Apr 23 21:29:34 2009 +0200
866
867 mpc83xx: MPC8360ERDK: fix environment offset configuration bug
868
869 The size of U-Boot binary for MPC8360ERDK increased
870 (> 2 flash sectors now), so 'saveenv' will partially
871 overwrite U-Boot in flash and will brick the board.
872 This patch moves environment offset to fourth flash
873 sector and also fixes CONFIG_SYS_MONITOR_LEN.
874
875 Signed-off-by: Anatolij Gustschin <agust@denx.de>
876 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
877
878commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
879Author: Michael Zaidman <michael.zaidman@gmail.com>
880Date: Sat Apr 4 01:43:00 2009 +0300
881
882 NetLoop initialization bug
883
884 The patch fixes the bug of partial initialization of global network
885 parameters.
886
887 Upon u-boot's start up the first ping command causes a failure of the
888 consequent TFTP command. It happens in the recently added mechanism of
889 the NetLoop initialization where initialization of global network
890 parameters is separated in the NetInitLoop routine which is called per
891 env_id change. Thus, ping request will initialize the network parameters
892 necessary for ping operation only, afterwards the env_changed_id will be
893 set to the env_id that will prevent all following initialization requests
894 from other protocols.
895 The problem is that the initialized by ping subset of network parameters
896 is not sufficient for other protocols and particularly for TFTP which
897 requires the NetServerIp also.
898
899 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
900 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
901
902commit b11f664f52c2855990107c18f242223377183575
903Author: Timur Tabi <timur@freescale.com>
904Date: Thu Apr 9 10:27:05 2009 -0500
905
906 net: fix ULI 526x macro usage in netdev.h
907
908 Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X
909 is used everywhere else, so that's the correct macro name. Without this fix,
910 Ethernet will not work on the Freescale MPC8610 HPCD.
911
912 Signed-off-by: Timur Tabi <timur@freescale.com>
913 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
914
915commit 7ee38c044ca5041d3378d6507580ea4ec344af96
916Author: David Brownell <dbrownell@users.sourceforge.net>
917Date: Sun Apr 12 15:38:06 2009 -0700
918
919 fix DaVinci NS16550_REG_SIZE regression
920
921 Update the DaVinci DM6446 boards to use the new convention
922 for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
923 from the original 4 bytes, but these chips are little-endian.
924
925 (Resolves a regression added recently by the include/ns16550.h
926 patch to "Unify structure declaration for registers". The code
927 previously worked just fine because the registers were accessed
928 as host-endian words, not as bytes.)
929
930 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
931
932commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
933Author: Mike Frysinger <vapier@gentoo.org>
934Date: Sun Apr 12 22:29:20 2009 -0400
935
936 cmd_nand: drop duplicate NULL ptr check
937
938 The first if statement checks for NULL ptrs, so there is no need to check
939 it again in later else cases (such as .oob).
940
941 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
942 CC: Scott Wood <scottwood@freescale.com>
943
944commit 7732cef2eeb4e339cfcd8553fab773af73a20805
945Author: David Brownell <dbrownell@users.sourceforge.net>
946Date: Mon Apr 13 08:03:38 2009 -0700
947
948 CMD_UBI != MTD_PARTITIONS
949
950 Fix dependency goofage: it should certainly be possible to have the
951 partition support without bringing in UBI commands.
952
953 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
954 Acked-by: Stefan Roese <sr@denx.de>
955
956commit 6ebff365eb63093ca35b687316002535c6a18820
957Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
958Date: Thu Apr 16 21:30:48 2009 +0200
959
960 at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
961
962 The timer has been rewrote with a precision at ~0,18%
963
964 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
965 Tested-by: Sergey Lapin <slapin@ossfans.org>
966 Tested-by: Eric BENARD <ebenard@free.fr>
967
968commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
969Author: Ilko Iliev <iliev@ronetix.at>
970Date: Thu Apr 16 21:30:48 2009 +0200
971
972 at91: add support for the PM9263 board of Ronetix GmbH
973
974 The PM9263 board is based on the AT91SAM9263-EK board.
975
976 Here is the page on Ronetix website:
977 http://www.ronetix.at/starter_kit_9263.html
978
979 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
980 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
981
982commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
983Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
984Date: Thu Apr 16 21:30:44 2009 +0200
985
986 at91sam9/at91cap: improve clock framework
987
988 calculate dynamically the clock rate and pllb setting for usb
989
990 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
991
992commit dd7c302099ef5590069bdbf292aaa8230cd59de7
993Author: Stefan Roese <sr@denx.de>
994Date: Wed Apr 15 14:08:48 2009 +0200
995
996 ppc4xx: Disable POST memory test on NAND-booting Kilauea
997
998 Don't run the memory POST on the NAND-booting version. It will
999 overwrite part of the U-Boot image which is already loaded from NAND
1000 to SDRAM. We were just lucky that it booted at all with this SDRAM
1001 test enabled.
1002
1003 Signed-off-by: Stefan Roese <sr@denx.de>
1004
1005commit 9a929170be89b27bce677504da27e88600c06c49
1006Author: Stefan Roese <sr@denx.de>
1007Date: Wed Apr 15 14:06:26 2009 +0200
1008
1009 ppc4xx: Disable POST memory test on NAND-booting Sequoia
1010
1011 Don't run the memory POST on the NAND-booting version. It will
1012 overwrite part of the U-Boot image which is already loaded from NAND
1013 to SDRAM. We were just lucky that it booted at all with this SDRAM
1014 test enabled.
1015
1016 Signed-off-by: Stefan Roese <sr@denx.de>
1017
1018commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
1019Author: Stefan Roese <sr@denx.de>
1020Date: Wed Apr 15 11:32:53 2009 +0200
1021
1022 ppc4xx: Remove unused code for Sequoia NAND booting version
1023
1024 The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
1025 used at all. This patch changes it's define to the currently used value of
1026 133333333 and removes the unnecessary code.
1027
1028 Signed-off-by: Stefan Roese <sr@denx.de>
1029
1030commit cf9409885cbe01405bad76790e99f8adf3351f4d
1031Author: Stefan Roese <sr@denx.de>
1032Date: Wed Apr 15 10:50:48 2009 +0200
1033
1034 ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
1035
1036 This additional text in the bootup log helps to see if the board is
1037 configured for NAND-booting. Especially helpful for boards that can
1038 boot from NOR and NAND (e.g. most of the AMCC eval boards).
1039
1040 Signed-off-by: Stefan Roese <sr@denx.de>
1041
1042commit 5132106a27b8fb302677852b26ffd319b40d17e2
1043Author: Stefan Roese <sr@denx.de>
1044Date: Wed Apr 8 10:36:22 2009 +0200
1045
1046 ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
1047
1048 Currently the NOR & NAND support in Linux only works for the "standard"
1049 Sequoia, the version booting for NOR flash. The NAND-booting version
1050 has the chip-selects swapped. Here the chip-select mappings:
1051
1052 "Standard" NOR-booting version:
1053 CS0 NOR
1054 CS3 NAND
1055
1056 NAND-booting version:
1057 CS0 NAND
1058 CS3 NOR
1059
1060 With this path the dtb gets fixed-up, so that the correct chip-select
1061 numbers are patched in the dtb enabling correct NOR & NAND support
1062 in Linux on the NAND-booting Sequoia version.
1063
1064 Signed-off-by: Stefan Roese <sr@denx.de>
1065
1066commit aad4eca4ba8d597747199d8af723426681557dda
1067Author: Mike Frysinger <vapier@gentoo.org>
1068Date: Sat Apr 4 09:10:27 2009 -0400
1069
1070 Blackfin: audit UART for all known anomalies
1071
1072 There is no code change here, just new comments, but this keeps me from
1073 having to do another audit from scratch in the future.
1074
1075 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1076
1077commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
1078Author: Mike Frysinger <vapier@gentoo.org>
1079Date: Sat Apr 4 08:40:13 2009 -0400
1080
1081 Blackfin: add check for anomaly 05000362
1082
1083 DESCRIPTION:
1084 The column address width settings for banks 2 and 3 are misconnected in
1085 the SDRAM controller. Accesses to bank 2 will result in an error if the
1086 Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
1087 that of bank 2.
1088
1089 WORKAROUND:
1090 If using bank 2, make sure that banks 2 and 3 have the same column address
1091 width settings in the EBIU_SDBCTL register. This must be the case
1092 regardless of whether or not bank 3 is enabled.
1093
1094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1095
1096commit c2e07449f546fb375289cdac1a608fdc20357873
1097Author: Mike Frysinger <vapier@gentoo.org>
1098Date: Sat Apr 4 08:29:55 2009 -0400
1099
1100 Blackfin: add comment about anomaly 05000430 avoidance
1101
1102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1103
1104commit 48ab1509254a4c175e4f65c478a978928ffe09ec
1105Author: Mike Frysinger <vapier@gentoo.org>
1106Date: Sat Apr 4 08:10:22 2009 -0400
1107
1108 Blackfin: add workaround for anomaly 05000242
1109
1110 DESCRIPTION:
1111 If the DF bit is set prior to a hardware reset, the PLL will continue to
1112 divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
1113 cleared in the PLL_CTL register.
1114
1115 WORKAROUND:
1116 Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
1117 2 after reset.
1118
1119 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1120
1121commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
1122Author: Mike Frysinger <vapier@gentoo.org>
1123Date: Sat Apr 4 08:09:24 2009 -0400
1124
1125 Blackfin: add workaround for anomaly 05000171
1126
1127 DESCRIPTION:
1128 The Boot ROM is executed at power up/reset and changes the value of the
1129 SICA_IWR registers from their default reset value of 0xFFFF, but does not
1130 restore them.
1131
1132 WORKAROUND:
1133 User code should not rely on the default value of these registers. Set
1134 the desired values explicitly.
1135
1136 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1137
1138commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
1139Author: Mike Frysinger <vapier@gentoo.org>
1140Date: Sat Apr 4 08:22:36 2009 -0400
1141
1142 Blackfin: update anomaly sheets
1143
1144 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1145
1146commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
1147Author: Graf Yang <graf.yang@analog.com>
1148Date: Sat Apr 4 07:45:57 2009 -0400
1149
1150 Blackfin: nand: flush peripheral before polling it
1151
1152 We need to make sure the data written to the nand flash controller makes
1153 it there before we start polling its status register. Otherwise, we may
1154 get stale data and return before the controller is actually ready.
1155
1156 Signed-off-by: Graf Yang <graf.yang@analog.com>
1157 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1158 Acked-by: Scott Wood <scottwood@freescale.com>
1159
1160commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
1161Author: Remy Bohmer <linux@bohmer.net>
1162Date: Sun Apr 5 11:43:28 2009 +0200
1163
1164 Support for PXA27X UDC.
1165
1166 This Patch adds Support for PXA27X UDC.
1167 (Rebased to drivers/usb reorganisation)
1168
1169 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
1170 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1171
1172commit 2731b9a86685190d26b1883f27afda5ac8e1a313
1173Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1174Date: Fri Apr 3 12:46:58 2009 +0200
1175
1176 drivers/usb: regorganisation
1177
1178 move to linux usb driver organisation
1179
1180 as following
1181
1182 drivers/usb/gadget
1183 drivers/usb/host
1184 drivers/usb/musb
1185
1186 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1187 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1188
1189commit d04371a116d102e587ba7aa4c329b441cdbea3f4
1190Author: Todor I Mollov <tmollov@ucsd.edu>
1191Date: Sat Apr 4 06:53:06 2009 -0400
1192
1193 Blackfin: spi: make cs deassert function deterministic
1194
1195 Blackfin SPI driver was not driving the SPI chip-select high before
1196 putting the chip-select signals into tri-state mode. This is probably
1197 something that slipped by unnoticed in most designs. If the signals are
1198 put directly into a tri-state mode, then the board is relying on the
1199 pull-up resistors to pull up the chip-select before the next transaction.
1200 Most of the time this is fine, except when you have two transactions that
1201 follow each other very closely, such as the flash erase and read status
1202 register commands. In this case I was seeing a 500ns separation between
1203 the transactions. In my setup, with a 10kOhm pull-up, it would meet
1204 timing spec about half the time and resulted in intermittent errors. (A
1205 stronger pull up would fix this, but our design is targeted for low power
1206 consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
1207 I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
1208 chip-selects high before putting them into tri-state. For me, this
1209 resulted in a rise time of 5ns instead of the previous rise time of about
1210 1us, and fully satisfied the timing spec of the chip.
1211
1212 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
1213 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1214
1215commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
1216Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1217Date: Sat Dec 13 21:08:05 2008 +0100
1218
1219 integratorap: fix PCI support
1220
1221 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1222
1223commit 1c397508c836dfcb01fb2471c71de0727051f117
1224Author: Dirk Behme <dirk.behme@googlemail.com>
1225Date: Mon Mar 30 21:15:23 2009 +0200
1226
1227 OMAP3: Update Overo pin mux for new expansion board
1228
1229 A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
1230 switches. This patch changes the pinmux configuration for those pins.
1231 They were previously set up for unused MMC3_DAT4-7.
1232
1233 Signed-off-by: Steve Sakoman <steve@sakoman.com>
1234 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1235
1236commit ab298231518675b3784aea88ee9b978438f99e63
1237Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1238Date: Sun Apr 5 13:08:03 2009 +0200
1239
1240 arm: unify reset command
1241
1242 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1243
1244commit b3acb6cd4059dfb29a5e99095d802717f53ff784
1245Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1246Date: Sun Apr 5 13:06:31 2009 +0200
1247
1248 arm: clean cache management
1249
1250 unify arm cache management except for non standard cache as ARM7TDMI
1251
1252 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1253
1254commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
1255Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1256Date: Sun Apr 5 13:02:43 2009 +0200
1257
1258 arm: update co-processor 15 access
1259
1260 import system.h from linux
1261
1262 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1263
1264commit 23e4af49e066a53cd3e3659b68ef90572d88de84
1265Author: Guennadi Liakhovetski <lg@denx.de>
1266Date: Sun Apr 5 00:42:02 2009 +0200
1267
1268 ARM: add the imx31_phycore_eet target to MAINTAINERS
1269
1270 imx31_phycore_eet is a variant of the imx31_phycore board with a few
1271 extensions, which justifies a separate entry in the MAINTAINERS list,
1272 whereas normally all entries sharing a single configuration file and a
1273 board/ directory have only one entry in MAINTAINERS.
1274
1275 Reported-by: Wolfgang Denk <wd@denx.de>
1276 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1277
1278commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
1279Author: Guennadi Liakhovetski <lg@denx.de>
1280Date: Sun Apr 5 00:37:07 2009 +0200
1281
1282 ARM: fix out-of-tree build of imx31_phycore_eet
1283
1284 Fix out-of-tree build of the imx31_phycore_eet target.
1285
1286 Reported-by: Wolfgang Denk <wd@denx.de>
1287 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1288
1289commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
1290Author: Jon Smirl <jonsmirl@gmail.com>
1291Date: Sat Apr 4 17:44:51 2009 -0400
1292
1293 mpc5200: reduce delays in i2c
1294
1295 The previous code waited 1000us before checking i2c
1296 status. Measurement shows i2c is usually ready in
1297 under 50us. Change the polling interval to 15us,
1298 loop 6,667 times to keep the polling timeout constant
1299 at 100ms.
1300
1301commit 36003268968949110ef145d9f2eaf8439c96d25b
1302Author: Sanjeev Premi <premi@ti.com>
1303Date: Fri Apr 3 14:00:07 2009 +0530
1304
1305 OMAP: Fix compile issue
1306
1307 Fixes this compile error:
1308 board.c: In function 'do_switch_ecc':
1309 board.c:339: error: 'cmd_tbl_t' has no member named 'help'
1310 make[1]: *** [board.o] Error 1
1311 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
1312 make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
1313
1314 This is due to the fact that current command uses long
1315 help for the usage print even if the CONFIG_SYS_LONGHELP
1316 is not enabled. (Thanks Jean-Christophe for explanation).
1317
1318 Signed-off-by: Sanjeev Premi <premi@ti.com>
1319
1320commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
1321Author: Minkyu Kang <mk7.kang@samsung.com>
1322Date: Fri Apr 3 09:56:16 2009 +0900
1323
1324 s3c64xx: fix the wrong gpio offset
1325
1326 This patch fix the wrong gpio offset
1327
1328 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1329
1330commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
1331Author: Kyungmin Park <kmpark@infradead.org>
1332Date: Wed Nov 26 10:18:13 2008 +0900
1333
1334 Move machine specific code to board at s3c64xx (v2)
1335
1336 Move machine specific code to smdk6400.
1337 Some board use OneNAND instead of NAND.
1338
1339 Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
1340 So it's better to use macro instead of hard-coded value.
1341
1342 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1343
1344commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
1345Author: Tom Rix <Tom.Rix@windriver.com>
1346Date: Wed Apr 1 22:02:19 2009 -0500
1347
1348 ZOOM1 Remove legacy NAND defines
1349
1350 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1351
1352commit 5891151707ee5902fe62d554c247f42865815757
1353Author: Tom Rix <Tom.Rix@windriver.com>
1354Date: Wed Apr 1 22:02:20 2009 -0500
1355
1356 OMAP3 Fix multiline formatting in board init files.
1357
1358 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1359
1360commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
1361Author: Wolfgang Denk <wd@denx.de>
1362Date: Sun Apr 5 00:27:57 2009 +0200
1363
1364 Update CHANGELOG, coding style cleanup.
1365
c0a14aed
WD
1366commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
1367Author: Wolfgang Denk <wd@denx.de>
1368Date: Sun Apr 5 00:18:44 2009 +0200
1369
1370 One more fix for building env_embedded.o
1371
1372 In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
1373 commit afcbce07, we also need to do the same for
1374 CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
1375
1376 Signed-off-by: Wolfgang Denk <wd@denx.de>
1377
1378commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
1379Author: Scott Wood <scottwood@freescale.com>
1380Date: Thu Apr 2 16:15:10 2009 -0500
1381
1382 common/image.c: Relocate strings in tables.
1383
1384 Without this, u-boot can crash or print garbage if the original link
1385 address no longer points to a valid string.
1386
1387 Signed-off-by: Scott Wood <scottwood@freescale.com>
1388
1389commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
1390Author: Scott Wood <scottwood@freescale.com>
1391Date: Thu Apr 2 16:10:36 2009 -0500
1392
1393 mpc8260: Fill in brg's clock-frequency in device tree.
1394
1395 Signed-off-by: Scott Wood <scottwood@freescale.com>
1396
1397commit c73ed274a211699739d83c2cef92853dc6716e15
1398Author: Scott Wood <scottwood@freescale.com>
1399Date: Thu Apr 2 18:20:43 2009 -0500
1400
1401 MPC8260ADS: Add nfsboot/ramboot to default environment.
1402
1403 This brings it in line with other Freescale boards.
1404
1405 Signed-off-by: Scott Wood <scottwood@freescale.com>
1406
1407commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
1408Author: Andreas Huber <andreas.huber@keymile.com>
1409Date: Thu Apr 2 17:15:34 2009 +0200
1410
1411 UBI/cfi-mtd: Fix mtd name for multiple chips
1412
1413 On platforms with multiple NOR chips, currently only the first one
1414 can be selected using the "ubi part" command. This patch fixes this
1415 problem by using different names for the NOR "mtd devices".
1416
1417 It also changes the name of the NOR MTD device from "cfi-mtd" to
1418 "norX" (X indexing the device numer) to better match the mtdparts
1419 defaults.
1420
1421 Signed-off-by: Stefan Roese <sr@denx.de>
1422 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
1423
1424commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
1425Author: Peter Korsgaard <jacmet@sunsite.dk>
1426Date: Tue Mar 31 17:52:16 2009 +0200
1427
1428 tools/setlocalversion: use git svn instead of git-svn
1429
1430 Use the new "git <subcmd>" syntax instead of the deprecated
1431 "git-<subcmd>".
1432
1433 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
1434
1435commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
1436Author: Mingkai Hu <Mingkai.hu@freescale.com>
1437Date: Tue Mar 31 14:09:40 2009 +0800
1438
1439 eSPI: add the eSPI register support
1440
1441 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
1442
1443commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
1444Author: Minkyu Kang <mk7.kang@samsung.com>
1445Date: Mon Mar 30 14:55:51 2009 +0900
1446
1447 cmd_mmc: add support for device command for selecting mmc device
1448
1449 This patch improves device command for selecting mmc device
1450
1451 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1452
1453commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
1454Author: Alan Carvalho de Assis <acassis@gmail.com>
1455Date: Sat Mar 28 19:50:16 2009 -0300
1456
1457 Small fix to m5282evb
1458
1459 This is just a small fix to get u-boot on m5282evb.
1460
1461 Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
1462
1463commit febd7e4174e54579c9aa165c85c519fe5288f9d2
1464Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
1465Date: Fri Mar 27 10:21:14 2009 +0100
1466
1467 UBIFS: add R/O compatibility
1468
1469 Now UBIFS is supported by u-boot. If we ever decide to change the
1470 media format, then people will have to upgrade their u-boots to
1471 mount new format images. However, very often it is possible to
1472 preserve R/O forward-compatibility, even though the write
1473 forward-compatibility is not preserved.
1474
1475 This patch introduces a new super-block field which stores the
1476 R/O compatibility version.
1477
1478 Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
1479 Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
1480 Signed-off-by: Stefan Roese <sr@denx.de>
1481
1482commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
1483Author: Mike Frysinger <vapier@gentoo.org>
1484Date: Mon Mar 23 22:27:34 2009 -0400
1485
1486 more command usage cleanup
1487
1488 Fix up a few dangling commands like in "Command usage cleanup" commit.
1489
1490 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1491
1492commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
1493Author: Ladislav Michl <ladis@linux-mips.org>
1494Date: Mon Mar 23 12:06:07 2009 +0100
1495
1496 Separate mtdparts command from jffs2
1497
1498 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
1499 > Currently the mtdparts commands are included in the jffs2 command support.
1500 > This doesn't make sense anymore since other commands (e.g. UBI) use this
1501 > infrastructure as well now. This patch separates the mtdparts commands from
1502 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
1503 > support is needed.
1504
1505 ... and to make it useful for NAND chips as well, we should also remove now
1506 unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
1507 jffs2/load_kernel.h which is a bit misleading filename for that purpose,
1508 but that can be fixed later (tm).
1509
1510 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1511
1512commit b196ca75503ce307c535b87bf47d51f05e7530df
1513Author: Mike Frysinger <vapier@gentoo.org>
1514Date: Sun Mar 22 22:18:01 2009 -0400
1515
1516 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
1517
1518 Rather than sticking Blackfin-specific stuff into the eeprom example, use
1519 an indirect macro so that any board can override it with their own magic
1520 sauce in their board config file.
1521
1522 Also fix some spurious semi-colons in defines while I'm at it ...
1523
1524 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1525 CC: Ben Warren <biggerbadderben@gmail.com>
1526
1527commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
1528Author: Sascha Hauer <s.hauer@pengutronix.de>
1529Date: Sat Mar 21 09:38:46 2009 -0400
1530
1531 mpc52xx phy: initialize only when needed
1532
1533 Do not initialize phy on startup, instead initialize it
1534 when we actually need it.
1535
1536 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1537
1538commit 03bab0091948196b9558248684c04f60943ca4b5
1539Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1540Date: Mon Mar 30 16:51:40 2009 +0200
1541
1542 at91sam9263ek: enable hush and auto complete support
1543
1544 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1545 Acked-by: Stelian Pop <stelian@popies.net>
1546
1547commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
1548Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1549Date: Fri Mar 27 23:26:44 2009 +0100
1550
1551 at91: move dataflash spi driver to drivers/spi
1552
1553 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1554
1555commit 2b7178afce59f71e95da657273f4132012098c1f
1556Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1557Date: Fri Mar 27 23:26:44 2009 +0100
1558
1559 at91: move usb driver to drivers/usb
1560
1561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1562
1563commit f82518d7f443ebac5f8821103a3c521c963aa6ee
1564Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1565Date: Fri Mar 27 23:26:43 2009 +0100
1566
1567 at91rm9200: Reset update
1568
1569 Update the rm9200 reset sequence to try executing a board-specific reset
1570 function and move specific board reset to board.
1571
1572 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1573
1574commit 3524049cd053746298e4cfab2449882e75c146fc
1575Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1576Date: Fri Mar 27 23:26:43 2009 +0100
1577
1578 at91rm9200: move serial shutdown code to serial drivers
1579
1580 introduce serial_exit for this purpose. Use it only when the rm9200
1581 serial driver is active
1582
1583 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1584
1585commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
1586Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1587Date: Fri Mar 27 23:26:43 2009 +0100
1588
1589 at91rm9200: move serial driver to drivers/serial
1590
1591 add CONFIG_AT91RM9200_USART to activate the driver
1592
1593 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1594
1595commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
1596Author: Ulf Samuelsson <ulf@atmel.com>
1597Date: Fri Mar 27 23:26:43 2009 +0100
1598
1599 Add support for the AT91RM9200EK Board.
1600
1601 The AT91RM9200-EK Evaluation Board supports the AT91RM9200
1602 ARM9-based 32-bit RISC microcontroller and enables real-time code development
1603 and evaluation.
1604
1605 Here is the chip page on Atmel website:
1606 http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
1607
1608 with
1609 - NOR (cfi driver)
1610 - DataFlash
1611 - USB OHCI
1612 - Net
1613 - I2C (hard)
1614
1615 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
1616 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1617
1618commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
1619Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1620Date: Fri Mar 27 23:26:42 2009 +0100
1621
1622 add dataflash mmc mux missing support
1623
1624 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1625
1626commit 2a325ce3c705ab2d82760afc541c511328472df8
1627Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1628Date: Fri Mar 27 23:26:42 2009 +0100
1629
1630 at91rm9200dk: Move conditional compilation to Makefile
1631
1632 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1633
1634commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
1635Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1636Date: Fri Mar 27 23:26:42 2009 +0100
1637
1638 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
1639
1640 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1641
1642commit 843a2654bce74192de2b5a43474fdc27a572ab40
1643Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1644Date: Fri Mar 27 23:26:42 2009 +0100
1645
1646 at91sam9: add watchdog support
1647
1648 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
1649 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1650
1651commit a47492ac60657dd9d59c713aa049319ea6eabd52
1652Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1653Date: Fri Mar 27 13:14:52 2009 +0100
1654
1655 at91sam9/at91cap: spi init add hardware chip select support
1656
1657 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1658
1659commit 66932ac3929c7a145a6ef6574a96fd7535154951
1660Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1661Date: Sat Apr 4 19:15:40 2009 +0200
1662
1663 netstar: fix crc32.c dependancy location
1664
1665 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1666
1667commit 42f9ebff2f758bef524780a00c712eb63a72d99b
1668Author: Scott Wood <scottwood@freescale.com>
1669Date: Fri Apr 3 15:24:40 2009 -0500
1670
1671 MPC8260ADS: Define CONFIG_HAS_ETH0.
1672
1673 This is required so that the MAC address will be updated in the device tree.
1674
1675 Signed-off-by: Scott Wood <scottwood@freescale.com>
1676
1677commit 8701eceffdf77e2908d0b58add0dabc16edf6087
1678Author: Scott Wood <scottwood@freescale.com>
1679Date: Fri Apr 3 15:26:45 2009 -0500
1680
1681 PQ2FADS: Enable PCI.
1682
1683 PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
1684
1685 Signed-off-by: Scott Wood <scottwood@freescale.com>
1686
1687commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
1688Author: Wolfgang Denk <wd@denx.de>
1689Date: Sat Apr 4 16:57:50 2009 +0200
1690
1691 Fix quoting bug introduced by commit 74de7aef
1692
1693 Signed-off-by: Wolfgang Denk <wd@denx.de>
1694
1695commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
1696Author: Wolfgang Denk <wd@denx.de>
1697Date: Sat Apr 4 16:14:51 2009 +0200
1698
1699 Fix implicit declaration of function 'htons'
1700
1701 Include <netinet/in.h> instead of <linux/in.h> to get htons()
1702 prototpye.
1703
1704 Signed-off-by: Wolfgang Denk <wd@denx.de>
1705
1706commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
1707Author: Kumar Gala <galak@kernel.crashing.org>
1708Date: Sat Apr 4 10:21:02 2009 -0500
1709
1710 fsl_law: Fix bug in calculation of LAW sizing
1711
1712 In set_ddr_laws() when we determined how much of the size requested
1713 to be mapped was covered by the the first LAW we needed to recalculate
1714 the size based on what was actually mapped.
1715
1716 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1717
1718commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
1719Author: Kumar Gala <galak@kernel.crashing.org>
1720Date: Thu Apr 2 13:57:05 2009 -0500
1721
1722 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
1723
1724 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1725
1726commit c8514622e2713d9c47919acfe23fce386782afe7
1727Author: Kumar Gala <galak@kernel.crashing.org>
1728Date: Thu Apr 2 13:22:48 2009 -0500
1729
1730 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
1731
1732 Rename the pci header for FSL HW so we can move some prototypes
1733 in there and stop doing explicit externs
1734
1735 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1736
1737commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
1738Author: Wolfgang Denk <wd@denx.de>
1739Date: Sat Apr 4 16:10:40 2009 +0200
1740
1741 Fix building of env_embedded.o
1742
1743 Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
1744 only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
1745 building for many boards.
1746
1747 We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
1748 set.
1749
1750 Signed-off-by: Wolfgang Denk <wd@denx.de>
1751
1752commit a31e091ad70915278fb15b79d6ae53ea2d44b251
1753Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1754Date: Sat Apr 4 12:49:11 2009 +0200
1755
1756 rename include/zlib.h to include/u-boot/zlib.h
1757
1758 Some systems have zlib.h installed in /usr/include/. This isn't the
1759 desired file for u-boot code - we want the one in include/zlib.h.
1760 This rename will avoid the conflict.
1761
1762 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1763 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1764
1765commit ae644c178f097874a92a6d934f364985fc7e075a
1766Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1767Date: Sat Apr 4 12:46:31 2009 +0200
1768
1769 tools/Makefile: fix image.c dependancy location
1770
1771 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1772 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1773
1774commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
1775Author: Mike Frysinger <vapier@gentoo.org>
1776Date: Sat Apr 4 07:42:25 2009 -0400
1777
1778 tools: add ncb to gitignore
1779
1780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1781
1782commit 453c0d7558215cbc8636d94af172886d84e0dbba
1783Author: Detlev Zundel <dzu@denx.de>
1784Date: Fri Apr 3 16:45:46 2009 +0200
1785
1786 include/ns16550.h: Unify structure declaration for registers
1787
1788 Instead of special casing the different access patterns, use common
1789 code with light macros sprinkled in to accomodate for the different
1790 layouts of the register structure.
1791
1792 Note that this also changes the types of the registers for the
1793 "positively packed (>1)" cases. As the registers truly are unsigned
1794 chars, this is surely the Right Thing, but it is a semantic change.
1795 Note that for this case depending on the endianness on the bus, we may
1796 see a change of behaviour.
1797
1798 Signed-off-by: Detlev Zundel <dzu@denx.de>
1799
1800commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
1801Author: Peter Tyser <ptyser@xes-inc.com>
1802Date: Fri Mar 13 18:54:52 2009 -0500
1803
1804 Delete now unused tools/Makefile.win32
1805
1806 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1807
1808commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
1809Author: Peter Tyser <ptyser@xes-inc.com>
1810Date: Fri Mar 13 18:54:51 2009 -0500
1811
1812 Add support for building native win32 tools
1813
1814 Add support for compiling the host tools in the tools directory using
1815 the MinGW toolchain. This produces executables which can be used on
1816 standard Windows computers without requiring cygwin.
1817
1818 One must specify the MinGW compiler and strip utilities as if they
1819 were the host toolchain in order to build win32 executables, eg:
1820
1821 make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
1822
1823 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1824
1825commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
1826Author: Peter Tyser <ptyser@xes-inc.com>
1827Date: Fri Mar 13 18:54:50 2009 -0500
1828
1829 tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
1830
1831 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1832
1833commit b0d4d7219a4806e46affc96bd1f65397194a6e72
1834Author: Peter Tyser <ptyser@xes-inc.com>
1835Date: Fri Mar 13 18:54:49 2009 -0500
1836
1837 tools/Makefile: Create generic build rules
1838
1839 Create a few generic build rules to replace the current method which has
1840 1 build target for each file
1841
1842 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1843
1844commit 273174ddbcce215c42f6c307470cd5580a3f72bf
1845Author: Peter Tyser <ptyser@xes-inc.com>
1846Date: Fri Mar 13 18:54:48 2009 -0500
1847
1848 tools/Makefile: Use auto-generated object file dependencies
1849
1850 Files in the SRCS variable have their dependencies automatically
1851 generated so remove duplicate explicit dependencies
1852
1853 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1854
1855commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
1856Author: Peter Tyser <ptyser@xes-inc.com>
1857Date: Fri Mar 13 18:54:47 2009 -0500
1858
1859 tools/Makefile: Remove symlinks for remaining source files
1860
1861 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1862
1863commit eed073315b6447eceadf7468a4c2b757442c7c6f
1864Author: Peter Tyser <ptyser@xes-inc.com>
1865Date: Fri Mar 13 18:54:46 2009 -0500
1866
1867 tools/Makefile: Dynamically generate libfdt object dependencies
1868
1869 Add the libfdt files to the SRCS variable so that they have their
1870 dependencies automatically generated
1871
1872 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1873
1874commit c0170175393b94560fa7a5da6dd31377df5f4a72
1875Author: Peter Tyser <ptyser@xes-inc.com>
1876Date: Fri Mar 13 18:54:45 2009 -0500
1877
1878 tools/Makefile: Remove symlinks for fdt targets
1879
1880 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1881
1882commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
1883Author: Peter Tyser <ptyser@xes-inc.com>
1884Date: Fri Mar 13 18:54:44 2009 -0500
1885
1886 tools/Makefile: Add libfdt/ to the include search path
1887
1888 This change makes the process of symlinking libfdt_internal.h
1889 unnecessary
1890
1891 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1892
1893commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
1894Author: Peter Tyser <ptyser@xes-inc.com>
1895Date: Fri Mar 13 18:54:43 2009 -0500
1896
1897 tools: Remove unecessary symlinking of zlib.h
1898
1899 crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink
1900 was previously necessary to give U-Boot's version of zlib.h precedence
1901 over the host computer's version of zlib.h.
1902
1903 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1904
1905commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
1906Author: Peter Tyser <ptyser@xes-inc.com>
1907Date: Fri Mar 13 18:54:42 2009 -0500
1908
1909 tools/Makefile: Add tools/ to the include search path
1910
1911 This change makes the process of symlinking mkimage.h and fdt_host.h
1912 unnecessary
1913
1914 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1915
1916commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
1917Author: Peter Tyser <ptyser@xes-inc.com>
1918Date: Fri Mar 13 18:54:41 2009 -0500
1919
1920 tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
1921
1922 Also conditionally add ncb.o to OBJ_FILES list
1923
1924 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1925
1926commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
1927Author: Peter Tyser <ptyser@xes-inc.com>
1928Date: Fri Mar 13 18:54:40 2009 -0500
1929
1930 tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
1931
1932 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1933
1934commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
1935Author: Peter Tyser <ptyser@xes-inc.com>
1936Date: Fri Mar 13 18:54:39 2009 -0500
1937
1938 tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
1939
1940 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1941
1942commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
1943Author: Peter Tyser <ptyser@xes-inc.com>
1944Date: Fri Mar 13 18:54:38 2009 -0500
1945
1946 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
1947
1948 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1949
1950commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
1951Author: Peter Tyser <ptyser@xes-inc.com>
1952Date: Fri Mar 13 18:54:37 2009 -0500
1953
1954 tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
1955
1956 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1957
1958commit eeba8617908e33f7e7db3b1588c04ca65b856793
1959Author: Peter Tyser <ptyser@xes-inc.com>
1960Date: Fri Mar 13 18:54:36 2009 -0500
1961
1962 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
1963
1964 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1965
1966commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
1967Author: Peter Tyser <ptyser@xes-inc.com>
1968Date: Fri Mar 13 18:54:35 2009 -0500
1969
1970 tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
1971
1972 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1973
1974commit ee3584a5970230ee96aae19505ad3226734ee4ff
1975Author: Peter Tyser <ptyser@xes-inc.com>
1976Date: Fri Mar 13 18:54:34 2009 -0500
1977
1978 tools/Makefile: Split variable declarations into multiple lines
1979
1980 Split variable declarations into multiple lines and use the standard
1981 VAR-y convention. Also move object and binary variable declarations to
1982 after config.mk has been included to allow for these lists to utilize
1983 the CONFIG_XXX variables.
1984
1985 These changes lay the groundwork for conditional compilation of files
1986 in the tools directory.
1987
1988 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1989
1990commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
1991Author: Peter Tyser <ptyser@xes-inc.com>
1992Date: Fri Mar 13 18:54:33 2009 -0500
1993
1994 tools/Makefile: Remove inappropriate double-tabs
1995
1996 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1997
1998commit 652f4ba076689fd0acd447561a777b1c440a4b57
1999Author: Peter Tyser <ptyser@xes-inc.com>
2000Date: Fri Mar 13 18:54:32 2009 -0500
2001
2002 tools/Makefile: Remove HOSTARCH HOSTOS defines
2003
2004 The values of HOSTARCH and HOSTOS which are exported from the top-level
2005 Makefile should be used
2006
2007 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2008
2009commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
2010Author: Peter Tyser <ptyser@xes-inc.com>
2011Date: Fri Mar 13 18:54:31 2009 -0500
2012
2013 gen_eth_addr: Use POSIX rand() and srand()
2014
2015 Replace random()/srandom() use with rand()/srand() to support
2016 compilation with the mingw toolchain. The rand()/srand() functions are
2017 generally more common and are functionally equivalent to the original
2018 random()/srandom() calls.
2019
2020 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2021
2022commit 24d2ae5e9debe4b75151a55251031a14477fa875
2023Author: Peter Tyser <ptyser@xes-inc.com>
2024Date: Fri Mar 13 18:54:28 2009 -0500
2025
2026 elf.h: Use stdint.h to provide standard typedefs for WIN32
2027
2028 The original code provided an incomplete set of typedefs for WIN32
2029 compiles and replicated the standard typedefs that are already
2030 provided by stdint.h
2031
2032 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2033
2034commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
2035Author: Peter Tyser <ptyser@xes-inc.com>
2036Date: Fri Mar 13 18:54:27 2009 -0500
2037
2038 common/Makefile: Conditionally compile env_embedded.o
2039
2040 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2041
2042commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
2043Author: Peter Tyser <ptyser@xes-inc.com>
2044Date: Fri Mar 13 18:54:26 2009 -0500
2045
2046 Makefile: Add removal of *.exe files to clean target
2047
2048 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2049
2050commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
2051Author: Peter Tyser <ptyser@xes-inc.com>
2052Date: Fri Mar 13 18:54:25 2009 -0500
2053
2054 Makefile: Make autoconf.mk a dependency of the depend target
2055
2056 The original code did not generate autoconf.mk until after some targets
2057 dependencies had already been calculated, for example the directories in
2058 the SUBDIRS variable
2059
2060 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2061
2062commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
2063Author: unsik Kim <donari75@gmail.com>
2064Date: Wed Feb 25 11:31:24 2009 +0900
2065
2066 mflash: Initial mflash support
2067
2068 Mflash is fusion memory device mainly targeted consumer eletronic and
2069 mobile phone.
2070 Internally, it have nand flash and other hardware logics and supports
2071 some different operation (ATA, IO, XIP) modes.
2072
2073 IO mode is custom mode for the host that doesn't have IDE interface.
2074 (Many mobile targeted SoC doesn't have IDE bus)
2075
2076 This driver support mflash IO mode.
2077
2078 Followings are brief descriptions about IO mode.
2079
2080 1. IO mode based on ATA protocol and uses some custom command. (read
2081 confirm, write confirm)
2082 2. IO mode uses SRAM bus interface.
2083
2084 Signed-off-by: unsik Kim <donari75@gmail.com>
2085
2086commit 200779e3e2a9aeda7030b171a8c39d7797019917
2087Author: Detlev Zundel <dzu@denx.de>
2088Date: Fri Apr 3 11:53:01 2009 +0200
2089
2090 Rename common ns16550 constants with UART_ prefix to prevent conflicts
2091
2092 Fix problems introduced in commit
2093 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
2094 diagnosis functions for inka4x0] which redefined MSR_RI which is
2095 already used on PowerPC systems.
2096
2097 Also eliminate redundant definitions in ps2mult.h. More cleanup will
2098 be needed for other redundant occurrences though.
2099
2100 Signed-off-by: Detlev Zundel <dzu@denx.de>
2101
2102commit 99067b08f4a0ce20ff337a35211239f334d8f451
2103Author: Scott Wood <scottwood@freescale.com>
2104Date: Wed Apr 1 15:33:24 2009 -0500
2105
2106 Noisily disable the legacy NAND subsystem.
2107
2108 Legacy NAND is marked for feature removal after April 2009 (i.e. this
2109 upcoming release). There are still several boards that reference it
2110 (though many do so only for disk-on-chip support which has been silently
2111 disabled for a while now). These boards will now fail to build
2112 with #error, though the code is still there if the user removes #error.
2113
2114 The plan is to remove the code outright in the next release, along with
2115 any board code that refers to it (such as board/esd/common/auto_update.c).
2116
2117 Also, remove the legacy NAND API description from README.nand.
2118
2119 Signed-off-by: Scott Wood <scottwood@freescale.com>
2120
2121commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
2122Author: apgmoorthy <moorthy.apg@samsung.com>
2123Date: Fri Mar 27 14:45:23 2009 +0530
2124
2125 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
2126
2127 Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
2128 However, u-boot image for apollon board is 195KB making the board
2129 unbootable with OneNAND.
2130
2131 Fix ipl to read CONFIG_SYS_MONITOR_LEN.
2132 CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
2133
2134 Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
2135 Signed-off-by: Gangheyamoorthy <moorthy.apg@samsung.com>
2136 Signed-off-by: Scott Wood <scottwood@freescale.com>
2137
2138commit 74de7aefd79690bae8cf5a5120f5962d444be089
2139Author: Wolfgang Denk <wd@denx.de>
2140Date: Wed Apr 1 23:34:12 2009 +0200
2141
2142 Add "source" command; prepare removal of "autoscr" command
2143
2144 According to the doc/feature-removal-schedule.txt, the "autoscr"
2145 command will be replaced by the "source" command in approximately 6
2146 months from now.
2147
2148 This patch prepares this change and starts a 6 month transition
2149 period as follows:
2150
2151 - The new "source" command has been added, which implements exactly
2152 the same functionlaity as the old "autoscr" command before
2153 - The old "autoscr" command name is kept as an alias for compatibility
2154 - Command sequences, script files atc. have been adapted to use the
2155 new "source" command
2156 - Related environment variables ("autoscript", "autoscript_uname")
2157 have *not* been adapted yet; these will be renamed resp. removed in
2158 a separate patch when the support for the "autoscr" command get's
2159 finally dropped.
2160
2161 Signed-off-by: Wolfgang Denk <wd@denx.de>
2162
2163commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
2164Author: Wolfgang Denk <wd@denx.de>
2165Date: Thu Apr 2 17:31:09 2009 +0200
2166
2167 Add "GPL cleanup" task to feature-removal-schedule.txt
2168
2169 Announce removal of all non-GPL or GPL-incompatible files
2170 after August 2009.
2171
2172 Signed-off-by: Wolfgang Denk <wd@denx.de>
2173
2174commit d9596ffbdc79cea285010b67dd20a4618303f624
2175Author: Mike Frysinger <vapier@gentoo.org>
2176Date: Thu Apr 2 12:51:28 2009 -0400
2177
2178 sf: stmicro: dont send 4 bytes when reading status register
2179
2180 I can't find anywhere in the datasheet that says the status register needs
2181 3 dummy bytes sent to it before being able to read back the first real
2182 result. Tests on a Blackfin board show that after writing the opcode, the
2183 status register starts coming back immediately. So only write out the
2184 read status register opcode before polling the result.
2185
2186 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2187 CC: Jason McMullan <mcmullan@netapp.com>
2188 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2189
2190commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
2191Author: Mike Frysinger <vapier@gentoo.org>
2192Date: Thu Apr 2 08:11:31 2009 -0400
2193
2194 sf: set common timeouts in seconds, not milliseconds
2195
2196 Since timeouts are only hit when there is a problem in the system, we
2197 don't want to prematurely timeout on a functioning setup. Thus having
2198 low timeouts (in milliseconds) doesn't gain us anything in the production
2199 case, but rather increases likely hood of causing problems where none
2200 otherwise exist.
2201
2202 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2203 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2204
2205commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
2206Author: Mike Frysinger <vapier@gentoo.org>
2207Date: Thu Apr 2 06:51:49 2009 -0400
2208
2209 sf: stmicro: use common page timeout define
2210
2211 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2212 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2213
2214commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
2215Author: Mike Frysinger <vapier@gentoo.org>
2216Date: Sat Mar 28 06:41:09 2009 -0400
2217
2218 sf: always read 5 bytes for the idcode
2219
2220 Some SPI flash drivers like to have extended id information available
2221 (like the spansion flash), so rather than making it re-issue the ID cmd
2222 to get at the last 2 bytes, have the common code read 5 bytes rather than
2223 just 3. This also matches the Linux behavior where it always reads 5 id
2224 bytes from all flashes.
2225
2226 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2227 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2228 CC: Mingkai Hu <Mingkai.hu@freescale.com>
2229
2230commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
2231Author: Mike Frysinger <vapier@gentoo.org>
2232Date: Fri Mar 27 16:34:21 2009 -0400
2233
2234 sf: stmicro: drop redundant id read
2235
2236 The common SPI flash code reads the idcode and passes it down to the SPI
2237 flash driver, so there is no need to read it again ourselves.
2238
2239 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2240 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2241 CC: Jason McMullan <mcmullan@netapp.com>
2242 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2243
2244commit 1c5874374e091b4bb62917c519861f7682fe066e
2245Author: Mike Frysinger <vapier@gentoo.org>
2246Date: Fri Mar 27 19:27:58 2009 -0400
2247
2248 sf: add driver for SST flashes
2249
2250 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2251 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2252
2253commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
2254Author: Mike Frysinger <vapier@gentoo.org>
2255Date: Mon Mar 23 23:03:58 2009 -0400
2256
2257 sf: drop DEBUG defines
2258
2259 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2260 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2261
2262commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
2263Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2264Date: Sun Jan 4 07:44:07 2009 +0100
2265
2266 mtd: add some at45 spi flash support
2267
2268 - AT45DB321D
2269 - AT45DB161D
2270 - AT45DB081D
2271 - AT45DB041D
2272 - AT45DB021D
2273 - AT45DB011D
2274
2275 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2276 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2277
2278commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
2279Author: Mingkai Hu <Mingkai.hu@freescale.com>
2280Date: Tue Mar 31 14:09:41 2009 +0800
2281
2282 mtd: SPI Flash: Support the Spansion Flash
2283
2284 Add MTD SPI Flash support for S25FL008A, S25FL016A,
2285 S25FL032A, S25FL064A, S25FL128P.
2286
2287 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
2288 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2289
2290commit 40587701924aa0afc86b3840421b4cc6de42c748
2291Author: Mike Frysinger <vapier@gentoo.org>
2292Date: Mon Mar 30 20:56:45 2009 -0400
2293
2294 Blackfin: force all boards to HZ of 1000
2295
2296 Since the Blackfin timer code requires HZ to be 1000, barf on any board
2297 that tries to use a different value.
2298
2299 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2300
2301commit f4032d2eec9d71a59c6c724671e577f67a76839b
2302Author: Mike Frysinger <vapier@gentoo.org>
2303Date: Fri Mar 27 21:07:45 2009 -0400
2304
2305 Blackfin: bf533-stamp: drop old spi flash driver
2306
2307 Now that the common SPI flash code supports all the flashes, we can stop
2308 using the old driver.
2309
2310 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2311
2312commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
2313Author: Mike Frysinger <vapier@gentoo.org>
2314Date: Thu Mar 26 15:42:12 2009 -0400
2315
2316 Blackfin: add BF538/BF539 SPI portmux handling
2317
2318 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2319
2320commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
2321Author: Mike Frysinger <vapier@gentoo.org>
2322Date: Mon Mar 23 22:36:10 2009 -0400
2323
2324 Blackfin: do not delay on output bytes
2325
2326 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2327
2328commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
2329Author: Mike Frysinger <vapier@gentoo.org>
2330Date: Mon Mar 23 22:17:27 2009 -0400
2331
2332 Blackfin: drop newline from OTP help
2333
2334 Looks like I accidentally added a newline to the OTP help when merging and
2335 older change.
2336
2337 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2338
2339commit d3c38d96b991d641a33f7748130dae008563cdc9
2340Author: Mike Frysinger <vapier@gentoo.org>
2341Date: Sun Mar 22 23:43:31 2009 -0400
2342
2343 Blackfin: convert bfin_sdh to legacy mmc
2344
2345 The Blackfin SDH controller is still using the legacy framework, so update
2346 the driver to use the renamed functions.
2347
2348 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2349
2350commit d248cfb2d940b742f6bfdba9b832a3df96da3101
2351Author: Mike Frysinger <vapier@gentoo.org>
2352Date: Sun Feb 22 16:30:38 2009 -0500
2353
2354 Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
2355
2356 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2357
2358commit ad9073211ca9e62162a39851e082b8d07a662fb6
2359Author: Mike Frysinger <vapier@gentoo.org>
2360Date: Fri Feb 13 17:10:58 2009 -0500
2361
2362 Blackfin: fix crash when booting from external memory
2363
2364 When testing a u-boot binary that hasn't been booted from the bootrom, we
2365 have to make sure the bootstruct structure has sane storage space. If we
2366 don't, the initcode will crash when it tries to dereference an invalid
2367 pointer.
2368
2369 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2370
2371commit 84a9dda324c3faa56be14449d7519b993d9397a9
2372Author: Mike Frysinger <vapier@gentoo.org>
2373Date: Sun Oct 12 21:32:52 2008 -0400
2374
2375 Blackfin: bf518f-ezbrd: new board port
2376
2377 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2378
2379commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
2380Author: Mike Frysinger <vapier@gentoo.org>
2381Date: Sun Oct 12 21:30:48 2008 -0400
2382
2383 Blackfin: bf526-ezbrd: new board port
2384
2385 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2386
2387commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
2388Author: Mike Frysinger <vapier@gentoo.org>
2389Date: Sun Oct 12 21:25:33 2008 -0400
2390
2391 Blackfin: bf538f-ezkit: new board port
2392
2393 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2394
2395commit d9a5d113b93583c984711127ab8503e136ed1e4a
2396Author: Mike Frysinger <vapier@gentoo.org>
2397Date: Sun Oct 12 20:59:12 2008 -0400
2398
2399 Blackfin: bf527-ezkit: new board port
2400
2401 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2402
2403commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
2404Author: Mike Frysinger <vapier@gentoo.org>
2405Date: Sun Oct 12 05:05:42 2008 -0400
2406
2407 Blackfin: bf548-ezkit: new board port
2408
2409 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2410
2411commit 67b89c79e72fe86b0ea0199425d880630beb95d8
2412Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
2413Date: Tue Mar 3 14:23:59 2009 +0100
2414
2415 libfdt: Fix C++ compile-time cast error on gnu 4.2.1
2416
2417 Allow the inclusion of libfdt.h in C++ source.
2418
2419 Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
2420 Acked-by: David Gibson <david@gibson.dropbear.id.au>
2421
2422commit 13d93f38e86818739317b0206d597265cf9e675e
2423Author: Emil Medve <Emilian.Medve@Freescale.com>
2424Date: Mon Feb 23 10:43:36 2009 -0600
2425
2426 Fix a possible overflow case detected by gcc 4.3.2
2427
2428 .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
2429 .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
2430
2431 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
2432
2433commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
2434Author: David Gibson <david@gibson.dropbear.id.au>
2435Date: Fri Feb 6 14:03:24 2009 +1100
2436
2437 libfdt: Rework/cleanup fdt_next_tag()
2438
2439 Currently, callers of fdt_next_tag() must usually follow the call with
2440 some sort of call to fdt_offset_ptr() to verify that the blob isn't
2441 truncated in the middle of the tag data they're going to process.
2442 This is a bit silly, since fdt_next_tag() generally has to call
2443 fdt_offset_ptr() on at least some of the data following the tag for
2444 its own operation.
2445
2446 This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
2447 verify the data between its starting offset and the offset it returns
2448 in nextoffset. This simplifies fdt_get_property() which no longer has
2449 to verify itself that the property data is all present.
2450
2451 At the same time, I neaten and clarify the error handling for
2452 fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of
2453 a tag value in some circumstances - which almost none of the callers
2454 checked for. Also, fdt_next_tag() could return FDT_END either because
2455 it encountered an FDT_END tag, or because it reached the end of the
2456 structure block - no way was provided to tell between these cases.
2457
2458 With this patch, fdt_next_tag() always returns FDT_END with a negative
2459 value in nextoffset for an error. This means the several places which
2460 loop looking for FDT_END will still work correctly - they only need to
2461 check for errors at the end. The errors which fdt_next_tag() can
2462 report are:
2463 - -FDT_ERR_TRUNCATED if it reached the end of the structure
2464 block instead of finding a tag.
2465
2466 - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
2467 tag data couldn't be verified with fdt_offset_ptr().
2468
2469 This patch also updates the callers of fdt_next_tag(), where
2470 appropriate, to make use of the new error reporting.
2471
2472 Finally, the prototype for the long gone _fdt_next_tag() is removed
2473 from libfdt_internal.h.
2474
2475 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2476
2477commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
2478Author: David Gibson <david@gibson.dropbear.id.au>
2479Date: Fri Feb 6 14:01:56 2009 +1100
2480
2481 libfdt: Rework fdt_next_node()
2482
2483 Currently fdt_next_node() will find the next node in the blob
2484 regardless of whether it is above, below or at the same level in the
2485 tree as the starting node - the depth parameter is updated to indicate
2486 which is the case. When a depth parameter is supplied, this patch
2487 makes it instead terminate immediately when it finds the END_NODE tag
2488 for a node at depth 0. In this case it returns the offset immediately
2489 past the END_NODE tag.
2490
2491 This has a couple of advantages. First, this slightly simplifies
2492 fdt_subnode_offset(), which no longer needs to explicitly check that
2493 fdt_next_node()'s iteration hasn't left the starting node. Second,
2494 this allows fdt_next_node() to be used to implement
2495 _fdt_node_end_offset() considerably simplifying the latter function.
2496
2497 The other users of fdt_next_node() either don't need to iterate out of
2498 the starting node, or don't pass a depth parameter at all. Any
2499 callers that really need to iterate out of the starting node, but keep
2500 tracking depth can do so by biasing the initial depth value.
2501
2502 This is a semantic change, but I think it's very unlikely to break any
2503 existing library users.
2504
2505 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2506
2507commit c123098035be8bae3859bbfbd06861f197c07631
2508Author: Scott Wood <scottwood@freescale.com>
2509Date: Tue Mar 31 17:49:36 2009 -0500
2510
2511 mpc83xx: Set guarded bit on BAT that covers the end of the address space
2512
2513 The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
2514 address space; however, not all of this space is covered by a device. In
2515 particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
2516 at the far end of the address space.
2517
2518 In zlib, there is a loop that references p[-1] if p is non-NULL. Under
2519 some circumstances, this leads to the CPU speculatively loading from
2520 0xfffffff8 if p is NULL. This leads to a machine check.
2521
2522 Signed-off-by: Scott Wood <scottwood@freescale.com>
2523
2524 continuation to the remaining mpc83xx boards that suffer from the same problem.
2525
2526 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2527
2528commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
2529Author: Kim Phillips <kim.phillips@freescale.com>
2530Date: Mon Mar 30 14:28:05 2009 -0500
2531
2532 rtc: remove broken rtc_read and rtc_write declarations
2533
2534 commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
2535 EPSON)" introduces the following build error on boards configuring e.g,
2536 the ds1374 rtc:
2537
2538 Configuring for MPC837XEMDS board...
2539 ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
2540 /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
2541 ds1374.c:104: error: conflicting types for 'rtc_write'
2542 /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
2543
2544 this reverts the erroneous chunk.
2545
2546 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2547 Acked-by: Detlev Zundel <dzu@denx.de>
2548 CC: Detlev Zundel <dzu@denx.de>
2549 CC: Andreas Pfefferle <ap@denx.de>
2550
2551commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
2552Author: Kumar Gala <galak@kernel.crashing.org>
2553Date: Tue Mar 31 17:58:13 2009 -0500
2554
2555 85xx/86xx: Ensure MP boot page is not used
2556
2557 We had a bug on 86xx in which the boot page used to bring up secondary
2558 cores was being overwritten and used for the malloc region in u-boot.
2559
2560 We need to reserve the region of memory that the boot page is going to
2561 be put at so nothing uses it.
2562
2563 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2564 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
2565
2566commit c840d26c752141b94bbc24ac748ddd45752a955a
2567Author: Kumar Gala <galak@kernel.crashing.org>
2568Date: Tue Mar 31 23:11:05 2009 -0500
2569
2570 85xx: Introduce determine_mp_bootpg() helper.
2571
2572 Match determine_mp_bootpg() that was added for 86xx. We need this to
2573 address a bug introduced in v2009.03 with 86xx MP booting. We have to
2574 make sure to reserve the region of memory used for the MP bootpg() so
2575 other u-boot code doesn't use it.
2576
2577 Also added a comment about how cpu_reset() is dealing w/an errata on
2578 early 85xx MP HW.
2579
2580 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2581
2582commit 7649a590b53ee548f41428bf20780f74ce9fc099
2583Author: Kumar Gala <galak@kernel.crashing.org>
2584Date: Tue Mar 31 23:02:38 2009 -0500
2585
2586 86xx: Cleanup MP support
2587
2588 * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
2589 * Introduce determine_mp_bootpg() helper. We'll need this to address a
2590 bug introduced in v2009.03 with 86xx MP booting. We have to make sure
2591 to reserve the region of memory used for the MP bootpg() so other
2592 u-boot code doesn't use it.
2593 * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
2594 allow cmd_mp.c to build and work. In the future we should look at
2595 implementing all these functions. This could be common w/85xx if we
2596 use spin tables on 86xx.
2597
2598 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2599
2600commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
2601Author: Becky Bruce <beckyb@kernel.crashing.org>
2602Date: Tue Mar 31 18:38:37 2009 -0500
2603
2604 mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
2605
2606 We're missing the board_lmb_reserve definitions that allow
2607 cpu_mp_lmb_reserve to be called; this means that Linux
2608 is free to reallocate reserved pages. Linux currently boots
2609 because we're getting lucky - the page we've reserved is
2610 high enough in memory that it isn't allocated by Linux
2611 while we still need it to be in existence.
2612
2613 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2614 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2615
2616commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
2617Author: Ladislav Michl <ladis@linux-mips.org>
2618Date: Tue Mar 31 13:43:10 2009 +0200
2619
2620 NetStar: fix NAND
2621
2622 Fix NAND support broken during new NAND code merge. Move those few lines of
2623 code to board/netstar/netstar.c
2624
2625 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2626
2627commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
2628Author: Jens Scharsig <esw@bus-elektronik.de>
2629Date: Tue Mar 31 08:18:29 2009 +0200
2630
2631 soft_i2c.c compiler/linker error
2632
2633 This patch fix the compiler/linker errors
2634
2635 common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
2636 common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
2637
2638 if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
2639 uesd/undef (wrong define order)
2640
2641 and
2642
2643 removes additional empty lines
2644
2645 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
2646
2647commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
2648Author: Haiying Wang <Haiying.Wang@freescale.com>
2649Date: Fri Mar 27 17:02:45 2009 -0400
2650
2651 MPC85xx: Add MPC8569MDS board support
2652
2653 This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
2654 EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
2655
2656 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2657 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
2658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2659
2660commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
2661Author: Haiying Wang <Haiying.Wang@freescale.com>
2662Date: Fri Mar 27 17:02:44 2009 -0400
2663
2664 MPC85xx: Add MPC8569 CPU support
2665
2666 There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
2667 LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
2668 then invalidate it after LBCR bit 13 is set.
2669
2670 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2672
2673commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
2674Author: Haiying Wang <Haiying.Wang@freescale.com>
2675Date: Thu Mar 26 17:01:49 2009 -0400
2676
2677 MPC85xx: Load and enable QE microcode patch in IRAM
2678
2679 For the silicon which doesn't have ROM support in QE, it always needs to load
2680 a pre-built ucode binary to IRAM so that QE can work.
2681
2682 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2683 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
2684
2685commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
2686Author: Kumar Gala <galak@kernel.crashing.org>
2687Date: Thu Mar 19 09:16:10 2009 -0500
2688
2689 85xx: Add support for additional e500mc features
2690
2691 * Enable backside L2
2692 * e500mc no longer has timebase enable in HID (moved to CCSR register)
2693
2694 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2695
2696commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
2697Author: Dave Liu <daveliu@freescale.com>
2698Date: Sat Mar 14 12:48:30 2009 +0800
2699
2700 fsl-ddr: add the DDR3 SPD infrastructure
2701
2702 - support mirrored DIMMs, not support register DIMMs
2703 - test passed on P2020DS board with MT9JSF12872AY-1G1D1
2704 - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
2705
2706 Signed-off-by: Dave Liu <daveliu@freescale.com>
2707 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
2708
2709commit 6a8197836702991468cead5ead073f589e2623ad
2710Author: Dave Liu <daveliu@freescale.com>
2711Date: Sat Mar 14 12:48:19 2009 +0800
2712
2713 fsl-ddr: Fix two bugs in the ddr infrastructure
2714
2715 1. wr_lat
2716 UM said the total write latency for DDR2 is equal to
2717 WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
2718 so, the WR_LAT = CL - 1;
2719 2. rd_to_pre
2720 we missed to add the ADD_LAT for DDR2 case.
2721
2722 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2723 Signed-off-by: Dave Liu <daveliu@freescale.com>
2724
2725commit 540dcf1cb86961e11aa92c47671f27762c581d8c
2726Author: Kumar Gala <galak@kernel.crashing.org>
2727Date: Thu Mar 26 01:34:39 2009 -0500
2728
2729 83xx: Use common LSDMR defines from asm/fsl_lbc.h
2730
2731 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2732 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2733
2734commit b0fe93eda69721aef1fdef576164b668fad83bbd
2735Author: Kumar Gala <galak@kernel.crashing.org>
2736Date: Thu Mar 26 01:34:38 2009 -0500
2737
2738 85xx: Use common LSDMR defines from asm/fsl_lbc.h
2739
2740 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2741
2742commit 0088c298f0eeb90ec001f744e9959dea83dd563a
2743Author: Kumar Gala <galak@kernel.crashing.org>
2744Date: Thu Mar 26 01:34:37 2009 -0500
2745
2746 Add LSDMR (SDRAM Mode Register) definition on localbus
2747
2748 The masks for various bit defines of LSDMR are common and thus we can
2749 define them in one place rather than replicating them in each config.h
2750
2751 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2752
2753commit 89c00fb15859213788f0ad089934c376fb356099
2754Author: Ladislav Michl <ladis@linux-mips.org>
2755Date: Mon Mar 30 18:58:41 2009 +0200
2756
2757 OMAP: use {read,write}l to access timer registers
2758
2759 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2760
2761commit 81472d893fa565c9d300928a40e504a689bde131
2762Author: Ladislav Michl <ladis@linux-mips.org>
2763Date: Mon Mar 30 18:58:41 2009 +0200
2764
2765 OMAP: rename timer divisor
2766
2767 Divisor field is called PTV not PVT.
2768
2769 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2770 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2771
2772commit fe672d60b2a8c9e803596ba4533fa1776015551d
2773Author: Ladislav Michl <ladis@linux-mips.org>
2774Date: Mon Mar 30 18:58:40 2009 +0200
2775
2776 OMAP: reindent timer code
2777
2778 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2779
2780commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
2781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2782Date: Mon Mar 30 18:58:40 2009 +0200
2783
2784 s3c2410: move nand driver to drivers/mtd/nand
2785
2786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2787
2788commit d3b635774194404bcd424f6b376419bce22076ad
2789Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2790Date: Mon Mar 30 18:58:40 2009 +0200
2791
2792 s3c24x0: move i2c driver to drivers/i2c
2793
2794 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2795
2796commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
2797Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2798Date: Mon Mar 30 18:58:39 2009 +0200
2799
2800 s3c24x0: move serial driver to drivers/serial
2801
2802 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2803
2804commit 942ba9969b9efa25f816c238861ecb339c54ed73
2805Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2806Date: Mon Mar 30 18:58:39 2009 +0200
2807
2808 davinci: move i2c driver to drivers/i2c
2809
2810 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2811
2812commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
2813Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2814Date: Mon Mar 30 18:58:39 2009 +0200
2815
2816 davinci: move nand driver to drivers/mtd/nand
2817
2818 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2819
2820commit d3e55d0774a180c1837bd7ddec464015e883bd86
2821Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2822Date: Mon Mar 30 18:58:38 2009 +0200
2823
2824 imx: move serial driver to drivers/serial
2825
2826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2827
2828commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
2829Author: Detlev Zundel <dzu@denx.de>
2830Date: Mon Mar 30 00:31:36 2009 +0200
2831
2832 inka4x0: Use proper accessor macros for memory mapped registers.
2833
2834 Signed-off-by: Detlev Zundel <dzu@denx.de>
2835
2836commit e979e85fd39b06436922bb4d6bb5fafcbc775182
2837Author: Detlev Zundel <dzu@denx.de>
2838Date: Mon Mar 30 00:31:35 2009 +0200
2839
2840 inka4x0: Add hardware diagnosis and RTC in configuration.
2841
2842 This patch adds the board specific communication routines needed by
2843 the external 4543 RTC.
2844
2845 Signed-off-by: Detlev Zundel <dzu@denx.de>
2846 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2847
2848commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
2849Author: Detlev Zundel <dzu@denx.de>
2850Date: Mon Mar 30 00:31:34 2009 +0200
2851
2852 inka4x0: Add hardware diagnosis functions for inka4x0
2853
2854 This patch adds advanced diagnosis functions for the inka4x0 board.
2855
2856 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2857 Signed-off-by: Detlev Zundel <dzu@denx.de>
2858
2859commit 04e11cf383ff6231535fd981023bb1306b2133d4
2860Author: Detlev Zundel <dzu@denx.de>
2861Date: Mon Mar 30 00:31:33 2009 +0200
2862
2863 rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
2864
2865 Signed-off-by: Detlev Zundel <dzu@denx.de>
2866 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2867
2868commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
2869Author: Detlev Zundel <dzu@denx.de>
2870Date: Mon Mar 30 00:31:32 2009 +0200
2871
2872 drivers/twserial: Add protocol driver for "three wire serial" interface.
2873
2874 This pretty unintelligent interface is used on some RTC chips.
2875
2876 Signed-off-by: Detlev Zundel <dzu@denx.de>
2877
2878commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
2879Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2880Date: Sun Mar 29 23:01:42 2009 +0200
2881
2882 arm720t/clps7111: move serial driver to drivers/serial
2883
2884 add CONFIG_CLPS7111_SERIAL to activate the driver
2885
2886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2887
2888commit 6790c55704531eb98f76b51d50e0f73d19fa2988
2889Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2890Date: Sun Mar 29 23:01:42 2009 +0200
2891
2892 lpc2292: move serial driver to drivers/serial
2893
2894 add CONFIG_LPC2292_SERIAL to activate the driver
2895
2896 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2897
2898commit 176a600d0ecdaccbac483d2ba992d0119f853119
2899Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2900Date: Sun Mar 29 23:01:42 2009 +0200
2901
2902 ks8695: move serial driver to drivers/serial
2903
2904 add CONFIG_KS8695_SERIAL to activate the driver
2905
2906 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2907
2908commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
2909Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2910Date: Sun Mar 29 23:01:42 2009 +0200
2911
2912 s3c64xx: move usb driver to drivers/usb
2913
2914 add CONFIG_USB_S3C64XX to activate the driver
2915
2916 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2917
2918commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
2919Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2920Date: Sun Mar 29 23:01:41 2009 +0200
2921
2922 imx31: move serial driver to drivers/serial
2923
2924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2925
2926commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
2927Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2928Date: Sun Mar 29 23:01:41 2009 +0200
2929
2930 netarm: move serial driver to drivers/serial
2931
2932 add CONFIG_NETARM_SERIAL to activate the driver
2933
2934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2935
2936commit 412ab705888742add435dd6ffc2e8bda14962235
2937Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2938Date: Sun Mar 29 23:01:41 2009 +0200
2939
2940 sa1100: move serial driver to drivers/serial
2941
2942 add CONFIG_SA1100_SERIAL to activate the driver
2943
2944 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2945
2946commit b2368754a9202225fd072e159fb78da7d2cdb623
2947Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2948Date: Sun Mar 29 23:01:41 2009 +0200
2949
2950 s3c44b0: extract cache from cpu.c
2951
2952 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2953
2954commit 40fd626223eae5363719bcb9a6896f08ceeee90a
2955Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2956Date: Sun Mar 29 23:01:41 2009 +0200
2957
2958 s3c44b0: move serial driver to drivers/serial
2959
2960 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2961
2962commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
2963Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2964Date: Sun Mar 29 23:01:40 2009 +0200
2965
2966 s3c44b0: move rtc driver to drivers/rtc
2967
2968 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2969
2970commit 50f601cca8985615f9e3de4c34887448ade8a64b
2971Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2972Date: Sun Mar 29 23:01:40 2009 +0200
2973
2974 s3c44b0: move i2c driver to drivers/i2c
2975
2976 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2977
2978commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
2979Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2980Date: Sun Mar 29 23:01:36 2009 +0200
2981
2982 s3c4510b: move specific code to soc directory
2983
2984 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2985
2986commit 04531f3c11c693dc54924f82c41979d960309c9d
2987Author: Ladislav Michl <ladis@linux-mips.org>
2988Date: Wed Mar 25 23:43:58 2009 +0100
2989
2990 NetStar: add RTC support
2991
2992 Add RTC support.
2993
2994 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2995
2996commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
2997Author: Ladislav Michl <ladis@linux-mips.org>
2998Date: Wed Mar 25 23:43:50 2009 +0100
2999
3000 NetStar: use generic flash driver
3001
3002 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3003
3004commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
3005Author: Ladislav Michl <ladis@linux-mips.org>
3006Date: Mon Mar 16 23:31:20 2009 +0100
3007
3008 NetStar: update crcit utility
3009
3010 Make crc32 function to match its prototype. Use more meaningful identifiers.
3011
3012 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3013
3014commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
3015Author: Ladislav Michl <ladis@linux-mips.org>
3016Date: Mon Mar 23 17:46:27 2009 +0100
3017
3018 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
3019
3020 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3021
3022commit 88685b5f62274167ad2ba8a58e108d89ff71955b
3023Author: Wolfgang Denk <wd@denx.de>
3024Date: Sun Mar 29 00:58:16 2009 +0100
3025
3026 VCMA9: fix compile errors
3027
3028 Fix these:
3029 cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
3030 cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
3031
3032 Signed-off-by: Wolfgang Denk <wd@denx.de>
3033
3034commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
3035Author: Wolfgang Denk <wd@denx.de>
3036Date: Sun Mar 29 00:54:21 2009 +0100
3037
3038 ARM: fix warning: 'print_eth' defined but not used
3039
3040 This warning got issued for all ARM systems that don't have
3041 CONFIG_CMD_NET enabled.
3042
3043 Signed-off-by: Wolfgang Denk <wd@denx.de>
3044
3045commit fd88d91a639ce41b825c8d50dc2182050e98fe53
3046Author: Ladislav Michl <ladis@linux-mips.org>
3047Date: Mon Mar 23 18:16:34 2009 +0100
3048
3049 cs8900 compile fix
3050
3051 cs8900.c: In function 'eth_init':
3052 cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
3053 cs8900.c:165: error: invalid operands to binary <<
3054 cs8900.c:166: error: invalid operands to binary <<
3055 cs8900.c:167: error: invalid operands to binary <<
3056
3057 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3058 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3059
3060commit d2567be915036720693f3ddd00c39b5b4d86fb8d
3061Author: Wolfgang Denk <wd@denx.de>
3062Date: Sat Mar 28 20:16:16 2009 +0100
3063
3064 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
3065
3066 ...and some other compile warnings.
3067
3068 Signed-off-by: Wolfgang Denk <wd@denx.de>
3069
3070commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
3071Author: Wolfgang Denk <wd@denx.de>
3072Date: Sat Mar 28 16:17:29 2009 +0100
3073
3074 mpc8xx/ether.c: fix warning: unused variable 'bd'
3075
3076 Also minor coding style cleanup.
3077
3078 Signed-off-by: Wolfgang Denk <wd@denx.de>
3079
3080commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
3081Author: Detlev Zundel <dzu@denx.de>
3082Date: Wed Mar 25 17:27:52 2009 +0100
3083
3084 command.c: Expose the core of do_help as _do_help to the rest of u-boot.
3085
3086 Other commands implementing subcommands can reuse this code nicely.
3087
3088 Signed-off-by: Detlev Zundel <dzu@denx.de>
3089 Signed-off-by: Andreas Pfefferle <ap@denx.de>
3090
3091commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
3092Author: Detlev Zundel <dzu@denx.de>
3093Date: Tue Mar 24 18:02:33 2009 +0100
3094
3095 mpc5xxx: Add structure definition for several more register blocks.
3096
3097 Signed-off-by: Detlev Zundel <dzu@denx.de>
3098
3099commit 739b0e594677a0676577bc95db4495a5563fc7f8
3100Author: Detlev Zundel <dzu@denx.de>
3101Date: Fri Mar 27 15:03:55 2009 +0100
3102
3103 MAINTAINERS: Add entry for 'inka4x0' board.
3104
3105 Signed-off-by: Detlev Zundel <dzu@denx.de>
3106
3107commit e55ecec45340755ef47cbbb13fb35ceed60eb115
3108Author: Detlev Zundel <dzu@denx.de>
3109Date: Fri Mar 27 15:03:54 2009 +0100
3110
3111 MAINTAINERS: Keep list sorted.
3112
3113 Signed-off-by: Detlev Zundel <dzu@denx.de>
3114
3115commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
3116Author: Mike Frysinger <vapier@gentoo.org>
3117Date: Thu Mar 26 11:17:41 2009 -0400
3118
3119 karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
3120
3121 The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
3122
3123 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3124 CC: Ben Warren <biggerbadderben@gmail.com>
3125
3126commit 76756e41cde0a617e781a604cc47dfaef63697cd
3127Author: Heiko Schocher <hs@denx.de>
3128Date: Thu Mar 26 07:33:59 2009 +0100
3129
3130 ppc: cleanup compiler errors/warnings
3131
3132 Current u-boot top of tree builds with warnings/errors for
3133 the following boards:
3134
3135 ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
3136 RPXClassic debris PN62
3137
3138 following patch solves this.
3139
3140 Signed-off-by: Heiko Schocher <hs@denx.de>
3141 Acked-by: Mike Frysinger <vapier@gentoo.org>
3142
3143commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
3144Author: Stefan Roese <sr@denx.de>
3145Date: Thu Mar 26 16:14:13 2009 +0100
3146
3147 ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
3148
3149 This patch fixes a bug in the Sequoia TLB init code to reconfigure
3150 the correct TLB (boot space) after running from RAM. This bug was
3151 introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
3152 [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
3153 TLB in the Sequoia init.S file.
3154
3155 Signed-off-by: Stefan Roese <sr@denx.de>
3156
3157commit e2b66fe453a3679f807b37fc5923d89214302764
3158Author: Wolfgang Denk <wd@denx.de>
3159Date: Thu Mar 26 10:00:57 2009 +0100
3160
3161 ads5121: enable instruction cache
3162
3163 Enabling the instruction cache significantly accelerates U-Boot
3164 operations like CRC checking, image uncompression, etc.
3165
3166 Kudos to Andrea Scian for pointing out.
3167
3168 Signed-off-by: Wolfgang Denk <wd@denx.de>
3169
3170commit 33e88c557b29c84c52039ba05993fa70fe62afe3
3171Author: Jon Smirl <jonsmirl@gmail.com>
3172Date: Sun Mar 22 22:55:45 2009 -0400
3173
3174 mpc5200: suppress printf until console initialized
3175
3176 On boards which have the environment in eeprom, i2c_init() is called
3177 before the console and RAM are initialized.
3178 Suppress printfs until the console is initialized.
3179
3180 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
3181 Acked-by: Heiko Schocher <hs@denx.de>
3182
3183commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
3184Author: Guennadi Liakhovetski <lg@denx.de>
3185Date: Wed Mar 25 11:36:50 2009 +0100
3186
3187 ARM: Add the imx31_phycore_eet board to MAKEALL
3188
3189 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3190
3191commit 917cfc70c18b74fa8a80189bdce8395199fa8360
3192Author: Nishanth Menon <nm@ti.com>
3193Date: Wed Mar 25 22:13:56 2009 +0100
3194
3195 OMAP3:Beagle: Enable mtdparts
3196
3197 http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
3198 provides a flexible way to create and maintain u-boot mtd
3199 partitions. This allows commands such as "nand erase fs"
3200 to work and the user no longer needs to decode the absolute
3201 nand offsets. This patch enables this function for beagleboard
3202
3203 Signed-off-by: Nishanth Menon <nm@ti.com>
3204 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3205
3206commit 4de1a5daab079ddc8ce1274144700203d692105c
3207Author: Mike Frysinger <vapier@gentoo.org>
3208Date: Sun Feb 22 16:26:35 2009 -0500
3209
3210 Blackfin: bf537-stamp: split post code out into dedicated post.c
3211
3212 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3213
3214commit 5e8f245743ed14c89e495ba2c027703db9813160
3215Author: Mike Frysinger <vapier@gentoo.org>
3216Date: Sat Oct 11 22:51:56 2008 -0400
3217
3218 Blackfin: add support for S25FL128 parts
3219
3220 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3221
3222commit bf1e028bf3eab1d702fa0627cade4460688f3913
3223Author: Mike Frysinger <vapier@gentoo.org>
3224Date: Sat Oct 11 22:51:23 2008 -0400
3225
3226 Blackfin: overhaul SPI flash handling to speed things up
3227
3228 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3229
3230commit efcc08cededa2168b96f12a22a5872340880d334
3231Author: Mike Frysinger <vapier@gentoo.org>
3232Date: Sat Oct 11 22:51:05 2008 -0400
3233
3234 Blackfin: add support for SST SPI flashes
3235
3236 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3237
3238commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
3239Author: Mike Frysinger <vapier@gentoo.org>
3240Date: Sat Oct 11 22:50:10 2008 -0400
3241
3242 Blackfin: add hack for crappy m25p80
3243
3244 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3245
3246commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
3247Author: Mike Frysinger <vapier@gentoo.org>
3248Date: Wed Jan 21 20:47:12 2009 -0500
3249
3250 Blackfin: bf537-stamp: increase monitor size
3251
3252 The new jffs2 code pushed the code size just over the limit, so increase
3253 the limit a bit more.
3254
3255 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3256
3257commit f82caaccc87e1f76448ff42a6b930e59797e4f65
3258Author: Mike Frysinger <vapier@gentoo.org>
3259Date: Mon Dec 8 16:16:11 2008 -0500
3260
3261 Blackfin: bf537-stamp: bump default SCLK up to 125MHz
3262
3263 Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
3264 increase the speed of SCLK to 125MHz rather than 100MHz.
3265
3266 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3267
3268commit 751e54c3b77311b720b794813cce20546f288ada
3269Author: Mike Frysinger <vapier@gentoo.org>
3270Date: Sat Oct 11 22:44:14 2008 -0400
3271
3272 Blackfin: bf537-stamp: rewrite MAC-in-flash handling
3273
3274 Use the common net eth functions to setup the env/global data with the MAC
3275 address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
3276
3277 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3278
3279commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
3280Author: Mike Frysinger <vapier@gentoo.org>
3281Date: Tue Dec 9 13:47:39 2008 -0500
3282
3283 Blackfin: add clkin_hz= to default kernel command line for ADI boards
3284
3285 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3286
3287commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
3288Author: Mike Frysinger <vapier@gentoo.org>
3289Date: Sun Oct 12 23:49:13 2008 -0400
3290
3291 Blackfin: bf533-stamp: bump up default clocks
3292
3293 Since the hardware can handle it, bump the default clocks from 80mhz SCLK
3294 and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
3295
3296 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3297
3298commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
3299Author: Mike Frysinger <vapier@gentoo.org>
3300Date: Sat Oct 11 22:40:22 2008 -0400
3301
3302 Blackfin: bf533-stamp: rewrite startup LED notifications
3303
3304 Again, don't clobber pins that we aren't actually using, and use the common
3305 LED framework rather than our own hob-job-but-not-really-working.
3306
3307 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3308
3309commit cf6f469e2730fc8ab3523808b828be000d6eee77
3310Author: Mike Frysinger <vapier@gentoo.org>
3311Date: Sun Jun 1 09:09:48 2008 -0400
3312
3313 Blackfin: unify common ADI board settings
3314
3315 Rather than duplicate the same ADI settings in every ADI board, create a
3316 common ADI config header and have all ADI boards start using that. This
3317 will also make merging the ~10 boards I have to forward port a lot easier.
3318
3319 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3320
3321commit 196c74311f394c6eb08bd9ab07a35671299b9851
3322Author: Kyungmin Park <kmpark@infradead.org>
3323Date: Tue Mar 3 09:05:53 2009 +0900
3324
3325 Reduce OneNAND IPL common code
3326
3327 OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
3328 bootloader, but it's common code used about 300~400 bytes. So board
3329 specific codes, such as lowlevel_init, can't has enough code. It make
3330 a difficult to implement OneNAND IPL.
3331
3332 his patch make this common code as small as possible. and give
3333 lowlevel_init can have more codes.
3334
3335 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3336 Signed-off-by: Scott Wood <scottwood@freescale.com>
3337
3338commit 16f2f5a351004129e79e79816697a367fd9e5446
3339Author: Wolfgang Grandegger <wg@grandegger.com>
3340Date: Wed Feb 11 18:38:24 2009 +0100
3341
3342 Add multi-chip NAND support for the TQM8548 modules
3343
3344 This patches configures the NAND UPM-FSL driver with multi-chip
3345 support for the Micron MT29F8G08FAB NAND flash memory on the
3346 TQM8548 modules.
3347
3348 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3349 Signed-off-by: Scott Wood <scottwood@freescale.com>
3350
3351commit 33846df28fa1f4cf96a96c18142d48d813caa892
3352Author: Wolfgang Grandegger <wg@grandegger.com>
3353Date: Wed Feb 11 18:38:23 2009 +0100
3354
3355 Add wait flags to support board/chip specific delays
3356
3357 The NAND flash on the TQM8548_BE modules requires a short delay after
3358 running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
3359 requires a further short delay after writing out a buffer. Normally the
3360 R/B pin should be checked, but it's not connected on the TQM8548_BE.
3361 The corresponding Linux FSL UPM driver uses similar delay points at the
3362 same locations. To manage these extra delays in a more general way, I
3363 introduced the "wait_flags" field allowing the board-specific driver to
3364 specify various types of extra delay.
3365
3366 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3367 Signed-off-by: Scott Wood <scottwood@freescale.com>
3368
3369commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
3370Author: Wolfgang Grandegger <wg@grandegger.com>
3371Date: Wed Feb 11 18:38:22 2009 +0100
3372
3373 Add support for TQM-specific chip select logic to FSL-UPM
3374
3375 For the NAND chips on the TQM8548 modules, a special chip-select logic is
3376 used. It uses dedicated address lines to be set via UPM machine address
3377 register (mar). This patch adds such support to the FSL-UPM driver.
3378
3379 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3380 Signed-off-by: Scott Wood <scottwood@freescale.com>
3381
3382commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
3383Author: Wolfgang Grandegger <wg@grandegger.com>
3384Date: Wed Feb 11 18:38:21 2009 +0100
3385
3386 Add multi chip support to the FSL-UPM driver
3387
3388 This patch adds support for multi-chip NAND devices to the FSL-UPM
3389 driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
3390 called with the argument "chip_nr" to allow testing the proper chip
3391 select line. The NAND support of the MPC8360ERDK is updated as well.
3392 No other boards are currently using the FSL UPM driver.
3393
3394 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3395 Signed-off-by: Scott Wood <scottwood@freescale.com>
3396
3397commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
3398Author: Wolfgang Grandegger <wg@grandegger.com>
3399Date: Wed Feb 11 18:38:20 2009 +0100
3400
3401 Enable multi chip support in the NAND layer
3402
3403 This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
3404 Multi-chips devices are displayed as shown:
3405
3406 Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
3407
3408 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3409 Signed-off-by: Scott Wood <scottwood@freescale.com>
3410
3411commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
3412Author: Mike Frysinger <vapier@gentoo.org>
3413Date: Sat Oct 11 21:58:33 2008 -0400
3414
3415 Blackfin: put memory into self-refresh before/after programming clocks
3416
3417 When initializing the core clocks, stick external memory into self-refresh.
3418 This gains us a few cool things:
3419 - support suspend-to-RAM with Linux
3420 - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
3421 - make sure settings are stable before flashing new version
3422 - finally fully unify initialize startup code path between LDR/non-LDR
3423
3424 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3425
3426commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
3427Author: Mike Frysinger <vapier@gentoo.org>
3428Date: Sat Oct 11 21:56:08 2008 -0400
3429
3430 Blackfin: do not program voltage regulator on parts that do not have one
3431
3432 Some newer Blackfins (like the BF51x) do not have an on-chip voltage
3433 regulator, so do not attempt to program the memory as if it does.
3434
3435 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3436
3437commit 0d4f24b70f7a979f58174f3eb271874950b551b6
3438Author: Mike Frysinger <vapier@gentoo.org>
3439Date: Sun Jun 1 01:28:24 2008 -0400
3440
3441 Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
3442
3443 If the board config does not specify an explicit EBIU_SDBCTL value, set it
3444 up with sane values based on other configuration options.
3445
3446 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3447
3448commit 3986e981f565c08f10c7e526af8cb518d741c349
3449Author: Mike Frysinger <vapier@gentoo.org>
3450Date: Sat Dec 6 18:06:58 2008 -0500
3451
3452 Blackfin: handle reboot anomaly 432
3453
3454 Workaround anomaly 432:
3455 The bfrom_SysControl() firmware function does not clear the SIC_IWR1
3456 register before executing the PLL programming sequence. Therefore, any
3457 interrupt enabled in the SIC_IWR1 register prior to the call to
3458 bfrom_SysControl() can prematurely terminate the idle sequence required
3459 for the PLL to relock properly. SIC_IWR0 is properly handled.
3460
3461 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3462
3463commit 7e1d212b6da492c6ea32c62af92e185284f41291
3464Author: Mike Frysinger <vapier@gentoo.org>
3465Date: Sat Oct 18 04:04:49 2008 -0400
3466
3467 Blackfin: kill off LDR jump block
3468
3469 The Boot ROM uses EVT1 as the entry point so set that rather than having
3470 to use a tiny jump block in the default EVT1 location.
3471
3472 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3473
3474commit a75fa148d60b1975403441e45565621bba50d2d9
3475Author: Mike Frysinger <vapier@gentoo.org>
3476Date: Tue Jan 6 10:00:48 2009 -0500
3477
3478 Blackfin: simplify symbol_lookup() a bit
3479
3480 No need to skip a byte as the symbol table handles this.
3481
3482 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3483
3484commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
3485Author: Mike Frysinger <vapier@gentoo.org>
3486Date: Sat Feb 7 05:43:21 2009 -0500
3487
3488 Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
3489
3490 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3491
3492commit 58130f8920151d9e8942bbdf3388f2defb47e415
3493Author: Mike Frysinger <vapier@gentoo.org>
3494Date: Sat Feb 7 05:41:17 2009 -0500
3495
3496 Blackfin: drop SPORT_TX read helper macros
3497
3498 The SPORT_TX registers cannot be read (the hardware will trigger an error),
3499 so drop the read helper macros.
3500
3501 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3502
3503commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
3504Author: Mike Frysinger <vapier@gentoo.org>
3505Date: Sat Feb 7 05:25:35 2009 -0500
3506
3507 Blackfin: unify duplicate CPU port definitions
3508
3509 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3510
3511commit 744fd240d181b0b05b1436e1b655c9a62526c752
3512Author: Mike Frysinger <vapier@gentoo.org>
3513Date: Fri Feb 6 00:59:50 2009 -0500
3514
3515 Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
3516
3517 With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
3518 are no longer used/needed.
3519
3520 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3521
3522commit 45c48953e8a4038bd49c46813fcff5a207867ae4
3523Author: Mike Frysinger <vapier@gentoo.org>
3524Date: Mon Oct 6 04:01:26 2008 -0400
3525
3526 Blackfin: print out Flash: before checking it
3527
3528 If there is some problem in the flash init/checking code, it's nicer to see
3529 the message "Flash:" before crashing. This way the source of the problem
3530 is a bit more straightforward.
3531
3532 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3533
3534commit 1c7a79a04eb916f685f7275520b5eea6968a1559
3535Author: Mike Frysinger <vapier@gentoo.org>
3536Date: Thu Aug 7 15:33:09 2008 -0400
3537
3538 Blackfin: safely flush data caches when in writeback mode
3539
3540 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3541
3542commit c06f2b13022703611bc3e512bd34f9014a46f448
3543Author: Mike Frysinger <vapier@gentoo.org>
3544Date: Thu Aug 7 13:21:48 2008 -0400
3545
3546 Blackfin: update lockbox api according to latest documentation
3547
3548 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3549
3550commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
3551Author: Mike Frysinger <vapier@gentoo.org>
3552Date: Sat Oct 11 21:49:06 2008 -0400
3553
3554 Blackfin: mark bfin_reset static
3555
3556 The function is only used locally, so mark it static.
3557
3558 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3559
3560commit 974473caa732f63312687ef2bd2d22dad8e99b9a
3561Author: Sonic Zhang <Sonic.Zhang@analog.com>
3562Date: Fri Mar 20 19:28:20 2009 -0400
3563
3564 Blackfin: spi: there is no PORTJ_FER MMR on BF537
3565
3566 Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
3567 then there is no PORTJ_FER register for us to worry about.
3568
3569 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
3570 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3571
3572commit e82b762f293debc53c5afa90f37264f6b07520f9
3573Author: Mike Frysinger <vapier@gentoo.org>
3574Date: Tue Mar 17 13:58:23 2009 -0400
3575
3576 Blackfin: fix jtag console tstc
3577
3578 The jtag tstc operation was checking the hardware to see if data is
3579 available from it (which is fine for the jtag getc operation), but the
3580 higher layers need to know whether any data is available. Since we have
3581 to read up to 4 bytes at a time from the hardware, the higher layers need
3582 to know they can consume the cached bytes as well.
3583
3584 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3585
3586commit bc683f58b1f1d8d20546fe019483967a51a49df1
3587Author: Mike Frysinger <vapier@gentoo.org>
3588Date: Sun Feb 22 16:23:41 2009 -0500
3589
3590 Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
3591
3592 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3593
3594commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
3595Author: Mike Frysinger <vapier@gentoo.org>
3596Date: Sun Feb 22 16:02:27 2009 -0500
3597
3598 Blackfin: unify net-related init code
3599
3600 Unify all of the net-related init code in the common Blackfin board init
3601 code to clean up the ifdef mess a bit.
3602
3603 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3604
3605commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
3606Author: Mike Frysinger <vapier@gentoo.org>
3607Date: Wed Feb 18 12:51:48 2009 -0500
3608
3609 Blackfin: fix SWRST/SYSCR register sizes
3610
3611 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3612
3613commit a9d6777d39154978b9ef9c682b2627a3480b194c
3614Author: Mike Frysinger <vapier@gentoo.org>
3615Date: Wed Feb 18 12:51:31 2009 -0500
3616
3617 Blackfin: update anomaly lists
3618
3619 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3620
3621commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
3622Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3623Date: Thu Mar 19 18:31:38 2009 +0100
3624
3625 avr32: fix cacheflush.h location introducted by d8f2aa3298610b
3626
3627 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3628 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3629
3630commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
3631Author: Eric Schumann <E.Schumann@phytec.de>
3632Date: Sat Mar 21 09:59:34 2009 -0400
3633
3634 Make flash protection work, when the environment is in EEPROM
3635
3636 On the pcm030 the environment is located in the onboard EEPROM. But we want
3637 to handle flash sector protection in a safe manner. So we must read the
3638 unlock environment variable from EEPROM instead from flash.
3639
3640 This patch is required as long the evironment is saved into the EEPROM.
3641
3642 Stefan: Additional change as suggested by Wolfgang, use bigger char array
3643 (instead of 4).
3644
3645 Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
3646 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3647 Acked-by: Wolfgang Denk <wd@denx.de>
3648 Signed-off-by: Stefan Roese <sr@denx.de>
3649
3650commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
3651Author: Jon Smirl <jonsmirl@gmail.com>
3652Date: Sat Mar 21 11:17:56 2009 -0400
3653
3654 Add define for mpc5200 CDM_CLK_ENA
3655
3656 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
3657
3658commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
3659Author: Nicolas Ferre <nicolas.ferre@atmel.com>
3660Date: Sun Mar 22 14:48:16 2009 +0100
3661
3662 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
3663
3664 AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
3665
3666 The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
3667 It is essentially the same, with a few minor differences.
3668
3669 Here is the chip page on Atmel website:
3670 http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
3671
3672 Signed-off-by: Justin Waters <justin.waters@timesys.com>
3673 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
3674 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3675
3676commit 118d168035cc93f586da4812c89cb153eb9f4243
3677Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3678Date: Sun Mar 22 14:28:14 2009 +0100
3679
3680 cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
3681
3682 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3683
3684commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
3685Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3686Date: Sun Mar 22 14:28:13 2009 +0100
3687
3688 cmc_pu2: fix misc_init_r prototype
3689
3690 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3691
3692commit 53158aea995221706b42c7bad9f717b31ae20414
3693Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3694Date: Sun Jan 11 03:32:01 2009 +0100
3695
3696 at91sam9xeek: fix soc name
3697
3698 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3699
3700commit 74c076d6c33d6d42ab065541a38383587879e7b7
3701Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3702Date: Sun Mar 22 10:22:34 2009 +0100
3703
3704 at91sam9/at91cap: move nand drivers to drivers/mtd/nand
3705
3706 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3707
3708commit 163966087d62680547f188a93c61d01c8155254e
3709Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3710Date: Sat Mar 21 21:08:01 2009 +0100
3711
3712 atmel/at91/boards: compile dataflash partition only when dataflash is
3713
3714 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3715
3716commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
3717Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3718Date: Sat Mar 21 21:08:00 2009 +0100
3719
3720 at91sam9/at91cap: move common macb initialisation to cpu
3721
3722 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3723
3724commit f3f91f886bc8927fd692ac411b7423a87ffec532
3725Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3726Date: Sat Mar 21 21:08:00 2009 +0100
3727
3728 at91sam9/at91cap: move common usb host initialisation to cpu
3729
3730 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3731
3732commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
3733Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3734Date: Sat Mar 21 21:08:00 2009 +0100
3735
3736 at91sam9/at91cap: move common led management to cpu
3737
3738 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3739
3740commit 7ebafb7ec1a0285af8380623c009576f92583b98
3741Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3742Date: Sat Mar 21 21:07:59 2009 +0100
3743
3744 at91sam9/at91cap: move common spi initialisation to cpu
3745
3746 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3747
3748commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
3749Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3750Date: Sat Mar 21 21:07:59 2009 +0100
3751
3752 at91sam9/at91cap: move common serial initialisation to cpu
3753
3754 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3755
3756commit e60beb13cf0135dc71c541021487b5ccc4d269cb
3757Author: Wolfgang Denk <wd@denx.de>
3758Date: Sat Mar 21 22:04:41 2009 +0100
3759
3760 Prepare 2009.03
3761
3762 Update CHANGELOG
3763
3764 Signed-off-by: Wolfgang Denk <wd@denx.de>
3765
e60beb13
WD
3766commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
3767Author: Vivek Kutal <vivek.kutal@azingo.com>
3768Date: Mon Feb 23 21:35:11 2009 +0530
3769
c0a14aed
WD
3770 Replaced endpoint numbers with appropriate macros in usbtty.c.
3771
3772 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
3773 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3774
3775commit faac4fd852e39cb1d7a740801b060e41aeacef1f
3776Author: Michael Lawnick <ml.lawnick@gmx.de>
3777Date: Thu Mar 19 10:06:41 2009 +0100
3778
3779 UBIFS: Missing offset relocation for compressor 'none'
3780
3781 On systems where U-Boot is linked to another address than it really lays
3782 (e.g. backup image), calls via function pointers must be fixed with a
3783 '+= gd->reloc_off'.
3784 This was not done for none_compr in ubifs_compressors_init() what leads
3785 to system crash on ubifsmount command.
3786
3787 Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
3788 Acked-by: Stefan Roese <sr@denx.de>
3789
3790commit ce6d0c8de031f345bde745f3b855082adf1c4e45
3791Author: Stefan Roese <sr@denx.de>
3792Date: Thu Mar 19 15:35:50 2009 +0100
3793
3794 UBIFS: Add UBIFS commands
3795
3796 This patchset adds these UBIFS related commands:
3797
3798 - ubifsmount
3799 Mount an UBIFS volume
3800
3801 - ubifsls
3802 List a directory of the mounted UBIFS volume
3803
3804 - ubifsload
3805 Load a file from the mounted UBIFS volume to memory
3806
3807 Signed-off-by: Stefan Roese <sr@denx.de>
3808
3809commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
3810Author: Stefan Roese <sr@denx.de>
3811Date: Thu Mar 19 15:35:05 2009 +0100
3812
3813 UBIFS: Implement read-only UBIFS support in U-Boot
3814
3815 The U-Boot UBIFS implementation is largely a direct copy from the current
3816 Linux version (2.6.29-rc6). As already done in the UBI version we have an
3817 "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
3818 ...). This makes it possible to use the original Linux code with very
3819 little changes. And by this we can better update to later Linux versions.
3820
3821 I removed some of the Linux features that are not used in the U-Boot
3822 version (e.g. garbage-collection, write support).
3823
3824 Signed-off-by: Stefan Roese <sr@denx.de>
3825 CC: Artem Bityutskiy <dedekind@infradead.org>
3826 CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
3827
3828commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
3829Author: Stefan Roese <sr@denx.de>
3830Date: Thu Mar 19 15:34:56 2009 +0100
3831
3832 Add LZO decompressor support
3833
3834 This patch adds LZO decompression support to U-Boot. It is needed for
3835 the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
3836 decompressor. Since we only support read-only in UBIFS, only the
3837 decompressor is needed.
3838
3839 All this is copied with minor changes from the current Linux kernel
3840 version (2.6.28-rc8).
3841
3842 This patch only implements this LZO decompressor support for PPC.
3843 Other platforms using UBIFS will have to add the required
3844 "include/asm/unaligned.h" as well. It should be fairly easy to copy this
3845 from the Linux source tree as I have done it for PPC in this patch.
3846
3847 Signed-off-by: Stefan Roese <sr@denx.de>
3848
3849commit 68d7d65100e84df00bca971c114092731b441090
3850Author: Stefan Roese <sr@denx.de>
3851Date: Thu Mar 19 13:30:36 2009 +0100
3852
3853 Separate mtdparts command from jffs2
3854
3855 Currently the mtdparts commands are included in the jffs2 command support.
3856 This doesn't make sense anymore since other commands (e.g. UBI) use this
3857 infrastructure as well now. This patch separates the mtdparts commands from
3858 the jffs2 commands making it possible to only select mtdparts when no JFFS2
3859 support is needed.
3860
3861 Signed-off-by: Stefan Roese <sr@denx.de>
3862 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3863
3864commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
3865Author: Stefan Roese <sr@denx.de>
3866Date: Wed Feb 25 12:11:15 2009 +0100
3867
3868 powerpc: Only use eth_getenv_enetaddr() if networking is enabled
3869
3870 Signed-off-by: Stefan Roese <sr@denx.de>
3871
3872commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
3873Author: Grzegorz Bernacki <gjb@semihalf.com>
3874Date: Tue Mar 17 10:06:40 2009 +0100
3875
3876 Add support for the digsy MTC board.
3877
3878 This is the InterControl custom device based on the MPC5200B chip.
3879
3880 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
3881
3882commit ff7dc067369e30066744f096995aef7d97574d15
3883Author: Stefan Roese <sr@denx.de>
3884Date: Mon Feb 23 16:52:36 2009 +0100
3885
3886 powerpc: Fix compilation warning in board.c
3887
3888 Fix this warning:
3889
3890 board.c: In function 'board_init_r':
3891 board.c:653: warning: unused variable 'i'
3892 board.c:651: warning: unused variable 'e'
3893
3894 Signed-off-by: Stefan Roese <sr@denx.de>
3895
3896commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
3897Author: Stefan Roese <sr@denx.de>
3898Date: Mon Feb 23 16:42:51 2009 +0100
3899
3900 ppc4xx: Don't write the MAC address into the internal SoC registers
3901
3902 Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
3903 addresses into the SoC registers instead.
3904
3905 Signed-off-by: Stefan Roese <sr@denx.de>
3906
3907commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
3908Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3909Date: Fri Feb 20 10:19:19 2009 +0100
3910
3911 ppc4xx: Use correct io accessors for esd 405/440 boards
3912
3913 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
3914 macros. Also volatile pointer references are replaced by the
3915 new accessors.
3916
3917 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3918 Signed-off-by: Stefan Roese <sr@denx.de>
3919
3920commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
3921Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3922Date: Fri Feb 20 10:19:18 2009 +0100
3923
3924 ppc4xx: Use correct io accessors for esd 405 boards
3925
3926 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
3927 macros. Also volatile pointer references are replaced by the
3928 new accessors.
3929
3930 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3931 Signed-off-by: Stefan Roese <sr@denx.de>
3932
3933commit a59205d1519375d027f97a545ad642ab20fce6f8
3934Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3935Date: Fri Feb 20 10:19:17 2009 +0100
3936
3937 ppc4xx: Cleanup linker scripts of esd 4xx boards
3938
3939 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3940 Signed-off-by: Stefan Roese <sr@denx.de>
3941
3942commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
3943Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3944Date: Fri Feb 20 10:19:16 2009 +0100
3945
3946 ppc4xx: Update TEXT_BASE for DASA_SIM boards
3947
3948 Fix building DASA_SIM boards by increasing U-Boot's size in flash.
3949
3950 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3951 Signed-off-by: Stefan Roese <sr@denx.de>
3952
3953commit 09db8f4de6805f1dde510c167f20e56a5405d29e
3954Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3955Date: Fri Feb 20 10:19:15 2009 +0100
3956
3957 ppc4xx: DU405 maintenance fix
3958
3959 -strip unused features
3960 -fix resetting phy
3961
3962 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3963 Signed-off-by: Stefan Roese <sr@denx.de>
3964
3965commit 75511b47ac2647be48218dbb93af05b21f404f67
3966Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3967Date: Fri Feb 20 10:19:14 2009 +0100
3968
3969 ppc4xx: Abort autoboot only by space key on CPCI405 boards
3970
3971 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3972 Signed-off-by: Stefan Roese <sr@denx.de>
3973
3974commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
3975Author: Graeme Russ <graeme.russ@gmail.com>
3976Date: Tue Feb 24 21:14:56 2009 +1100
3977
3978 Add basic relocation to i386 port
3979
3980 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3981
3982commit 8c63d47651f77d9fb887cad433370b866eb0a193
3983Author: Graeme Russ <graeme.russ@gmail.com>
3984Date: Tue Feb 24 21:14:45 2009 +1100
3985
3986 Implement SC520 timers
3987
3988 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
3989
3990commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
3991Author: Graeme Russ <graeme.russ@gmail.com>
3992Date: Tue Feb 24 21:14:32 2009 +1100
3993
3994 Factor out SC520 sub-features
3995
3996 Moved sub-features of the SC520 code which is currently selectively compiled
3997 using #ifdef out of sc520.c into individual files selectively compiled via
3998 the makefile
3999
4000 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4001
4002commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
4003Author: Graeme Russ <graeme.russ@gmail.com>
4004Date: Tue Feb 24 21:13:40 2009 +1100
4005
4006 Rewrite i386 interrupt handling
4007
4008 Rewrite interrupt handling functionality for the i386 port. Separated
4009 functionality into separate CPU and Architecture components.
4010
4011 It appears as if the i386 interrupt handler functionality was intended
4012 to allow multiple handlers to be installed for a given interrupt.
4013 Unfortunately, this functionality was not fully implemented and also
4014 had the problem that irq_free_handler() does not allow the passing
4015 of the handler function pointer and therefore could never be used to
4016 free specific handlers that had been installed for a given IRQ.
4017
4018 There were also various issues with array bounds not being fully
4019 tested.
4020
4021 I had two objectives in mind for the new implementation:
4022
4023 1) Keep the implementation as similar as possible to existing
4024 implementations. To that end, I have used the leon2/3
4025 implementations as the reference
4026
4027 2) Seperate CPU and Architecture specific elements. All specific i386
4028 interrupt functionality is now in cpu/i386/ with the high level
4029 API and architecture specific code in lib_i386. Functionality
4030 specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
4031 been further split out into an individual file to allow for the
4032 implementation of the PIC architecture of the SC520 CPU (supports
4033 more IRQs)
4034
4035 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4036
4037commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
4038Author: Graeme Russ <graeme.russ@gmail.com>
4039Date: Tue Feb 24 21:12:35 2009 +1100
4040
4041 Move ali512x.h
4042
4043 Moved ali512x.h from include/asm-i386/ic/ to /include
4044
4045 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4046
4047commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
4048Author: Graeme Russ <graeme.russ@gmail.com>
4049Date: Tue Feb 24 21:12:20 2009 +1100
4050
4051 Rename SC520 Configuration Options
4052
4053 Options are now all uniformly CONFIG_SYS_SC520_<option>
4054
4055 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
4056
4057commit f62fb99941c625605aa16a0097b396a5c16d2c88
4058Author: Trent Piepho <xyzzy@speakeasy.org>
4059Date: Wed Feb 18 15:22:05 2009 -0800
4060
4061 Fix all linker script to handle all rodata sections
4062
4063 A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
4064 which needs to be added the the linker script. Instead of just adding this
4065 one section, we use a wildcard ".rodata*" to get all rodata linker section
4066 gcc has now and might add in the future.
4067
4068 However, '*(.rodata*)' by itself will result in sub-optimal section
4069 ordering. The sections will be sorted by object file, which causes extra
4070 padding between the unaligned rodata.str.1.1 of one object file and the
4071 aligned rodata of the next object file. This is easy to fix by using the
4072 SORT_BY_ALIGNMENT command.
4073
4074 This patch has not be tested one most of the boards modified. Some boards
4075 have a linker script that looks something like this:
4076
4077 *(.text)
4078 . = ALIGN(16);
4079 *(.rodata)
4080 *(.rodata.str1.4)
4081 *(.eh_frame)
4082
4083 I change this to:
4084
4085 *(.text)
4086 . = ALIGN(16);
4087 *(.eh_frame)
4088 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
4089
4090 This means the start of rodata will no longer be 16 bytes aligned.
4091 However, the boundary between text and rodata/eh_frame is still aligned to
4092 16 bytes, which is what I think the real purpose of the ALIGN call is.
4093
4094 Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
4095
4096commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
4097Author: Mike Frysinger <vapier@gentoo.org>
4098Date: Wed Feb 11 18:26:08 2009 -0500
4099
4100 remove bi_enet*addr from global data for all arches
4101
4102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4103 CC: Ben Warren <biggerbadderben@gmail.com>
4104 CC: Daniel Hellstrom <daniel@gaisler.com>
4105 CC: Michal Simek <monstr@seznam.cz>
4106 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4107 CC: Scott McNutt <smcnutt@psyent.com>
4108 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4109
4110commit eb85aa594c1b57a1e3be9689b65171a137a36432
4111Author: Mike Frysinger <vapier@gentoo.org>
4112Date: Wed Feb 11 20:07:19 2009 -0500
4113
4114 ppc: mark global bi_enet*addr as legacy
4115
4116 The environment is the canonical storage location of the mac address, so
4117 we're killing off the global data location and moving everything to
4118 querying the env directly.
4119
4120 In the ppc case, these things are part of the legacy ABI, so keep them
4121 around but mark them as legacy so no new code will touch them.
4122
4123 Also stop calling load_sernum_ethaddr() since all boards now implement
4124 this as a stub.
4125
4126 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4127 CC: Ben Warren <biggerbadderben@gmail.com>
4128
4129commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
4130Author: Mike Frysinger <vapier@gentoo.org>
4131Date: Wed Feb 11 20:09:52 2009 -0500
4132
4133 boards: get mac address from env and move load_sernum_ethaddr() to board init
4134
4135 The environment is the canonical storage location of the mac address, so
4136 we're killing off the global data location and moving everything to
4137 querying the env directly.
4138
4139 Rather than have common ppc code call a board-specific function like
4140 load_sernum_ethaddr(), have each board call it in its own board-specific
4141 misc_init_r() function.
4142
4143 The boards that get converted here are:
4144 - kup4k/kup4x
4145 - pcs440ep
4146 - tqm8xx
4147
4148 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4149 CC: Ben Warren <biggerbadderben@gmail.com>
4150 CC: Stefan Roese <sr@denx.de>
4151
4152commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
4153Author: Mike Frysinger <vapier@gentoo.org>
4154Date: Wed Feb 11 19:55:01 2009 -0500
4155
4156 cmc_pu2: get mac address from environment
4157
4158 The environment is the canonical storage location of the mac address, so
4159 we're killing off the global data location and moving everything to
4160 querying the env directly.
4161
4162 Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
4163 handle this board specially in common ARM code.
4164
4165 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4166 CC: Ben Warren <biggerbadderben@gmail.com>
4167
4168commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
4169Author: Mike Frysinger <vapier@gentoo.org>
4170Date: Mon Feb 16 18:03:14 2009 -0500
4171
4172 boards: move board_get_enetaddr() into board-specific init
4173
4174 The environment is the canonical storage location of the mac address, so
4175 we're killing off the global data location and moving everything to
4176 querying the env directly.
4177
4178 Rather than have the common ppc code have board-specific hooks, move the
4179 board_get_enetaddr() function into the board-specific init functions.
4180
4181 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4182 CC: Ben Warren <biggerbadderben@gmail.com>
4183
4184commit f11e6ff5b1859d9213f0d501b3309e065f487543
4185Author: Mike Frysinger <vapier@gentoo.org>
4186Date: Wed Feb 11 19:39:55 2009 -0500
4187
4188 arm: get mac address from environment
4189
4190 The environment is the canonical storage location of the mac address, so
4191 we're killing off the global data location and moving everything to
4192 querying the env directly.
4193
4194 Some warts are remaining and should be killed off (by moving the func to
4195 the appropriate board init code):
4196 - davinci_eth_set_mac_addr
4197 - cs8900_get_enetaddr
4198 - smc_set_mac_addr
4199
4200 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4201 CC: Ben Warren <biggerbadderben@gmail.com>
4202
4203commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
4204Author: Mike Frysinger <vapier@gentoo.org>
4205Date: Wed Feb 11 19:36:20 2009 -0500
4206
4207 nx823: get mac address from environment
4208
4209 The environment is the canonical storage location of the mac address, so
4210 we're killing off the global data location and moving everything to
4211 querying the env directly.
4212
4213 For the nx823, the serial number is moved out of load_sernum_ethaddr() and
4214 into misc_init_r() as is the env setup. This lets us kill off the former
4215 function in the process.
4216
4217 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4218 CC: Ben Warren <biggerbadderben@gmail.com>
4219
4220commit 19b5b533ccd522abeb501d510750693c35e20456
4221Author: Mike Frysinger <vapier@gentoo.org>
4222Date: Wed Feb 11 18:27:18 2009 -0500
4223
4224 lib_*/board.c: do not initialize bi_enet*addr in global data
e60beb13 4225
c0a14aed
WD
4226 Since everyone is using the environment for mac address storage, there is
4227 no point in seeding the global data.
4228
4229 The arches that are converted here:
4230 i386
4231 m68k
4232 microblaze
4233 mips
4234 nios
4235 nios2
4236 sh
4237 sparc
4238
4239 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4240 CC: Ben Warren <biggerbadderben@gmail.com>
4241 CC: Daniel Hellstrom <daniel@gaisler.com>
4242 CC: Michal Simek <monstr@seznam.cz>
4243 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4244 CC: Scott McNutt <smcnutt@psyent.com>
4245 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4246
4247commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
4248Author: Mike Frysinger <vapier@gentoo.org>
4249Date: Wed Feb 11 19:19:54 2009 -0500
4250
4251 npe: get mac address from environment
4252
4253 The environment is the canonical storage location of the mac address, so
4254 we're killing off the global data location and moving everything to
4255 querying the env directly.
4256
4257 The resulting code can also be simplified even further.
4258
4259 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4260 CC: Stefan Roese <sr@denx.de>
4261 CC: Ben Warren <biggerbadderben@gmail.com>
4262
4263commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
4264Author: Mike Frysinger <vapier@gentoo.org>
4265Date: Wed Feb 11 19:18:41 2009 -0500
4266
4267 cpu/: get mac address from environment
4268
4269 The environment is the canonical storage location of the mac address, so
4270 we're killing off the global data location and moving everything to
4271 querying the env directly.
4272
4273 The cpus that get converted here:
4274 at91rm9200
4275 mpc512x
4276 mpc5xxx
4277 mpc8260
4278 mpc8xx
4279 ppc4xx
4280
4281 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4282 CC: Ben Warren <biggerbadderben@gmail.com>
4283 CC: John Rigby <jrigby@freescale.com>
4284 CC: Stefan Roese <sr@denx.de>
4285
4286commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
4287Author: Mike Frysinger <vapier@gentoo.org>
4288Date: Wed Feb 11 19:09:54 2009 -0500
4289
4290 lan91c96/smc91111/smc911x: get mac address from environment
4291
4292 The environment is the canonical storage location of the mac address, so
4293 we're killing off the global data location and moving everything to
4294 querying the env directly.
4295
4296 Also, do not bother checking the EEPROM if the env is setup. This
4297 simplifies the code greatly.
4298
4299 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4300 Signed-off-by: Wolfgang Dnek <wd@denx.de>
4301 CC: Ben Warren <biggerbadderben@gmail.com>
4302 CC: Rolf Offermanns <rof@sysgo.de>
4303 CC: Erik Stahlman <erik@vt.edu>
4304 CC: Daris A Nevil <dnevil@snmc.com>
4305 CC: Sascha Hauer <s.hauer@pengutronix.de>
4306
4307commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
4308Author: Mike Frysinger <vapier@gentoo.org>
4309Date: Wed Feb 11 19:14:09 2009 -0500
4310
4311 sh_eth: get mac address from environment
4312
4313 The environment is the canonical storage location of the mac address, so
4314 we're killing off the global data location and moving everything to
4315 querying the env directly.
4316
4317 The sh_eth driver can also be simplified a bit by using enetaddr member of
4318 the eth_device structure.
4319
4320 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4321 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4322 CC: Carlos Munoz <carlos@kenati.com>
4323 CC: Ben Warren <biggerbadderben@gmail.com>
4324
4325commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
4326Author: Mike Frysinger <vapier@gentoo.org>
4327Date: Wed Feb 11 19:06:09 2009 -0500
4328
4329 cs8900: get mac address from environment
4330
4331 The environment is the canonical storage location of the mac address, so
4332 we're killing off the global data location and moving everything to
4333 querying the env directly.
4334
4335 The cs8900 driver also changes slightly in that the hardware is not
4336 consulted if the mac address in the env is sane.
4337
4338 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4339 CC: Marius Groeger <mgroeger@sysgo.de>
4340 CC: Ben Warren <biggerbadderben@gmail.com>
4341
4342commit c4b8762f11d337e6a9d90c227b2871d65d372469
4343Author: Mike Frysinger <vapier@gentoo.org>
4344Date: Wed Feb 11 19:04:25 2009 -0500
4345
4346 bcm570x: get mac address from environment
4347
4348 The environment is the canonical storage location of the mac address, so
4349 we're killing off the global data location and moving everything to
4350 querying the env directly.
4351
4352 Since the address is in the PLM_DEVICE_BLOCK structure already, there is
4353 no need to pass the NodeAddress as a second parameter. So drop the second
4354 argument to the LM_SetMacAddress() function (and update the tigon3 driver
4355 accordingly).
4356
4357 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4358 CC: Ben Warren <biggerbadderben@gmail.com>
4359
4360commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
4361Author: Mike Frysinger <vapier@gentoo.org>
4362Date: Wed Feb 11 19:01:26 2009 -0500
4363
4364 drivers/net/: get mac address from environment
4365
4366 The environment is the canonical storage location of the mac address, so
4367 we're killing off the global data location and moving everything to
4368 querying the env directly.
4369
4370 The drivers that get converted here:
4371 3c589
4372 4xx_enet
4373 dc2114x
4374 dm9000x
4375 enc28j60
4376 fsl_mcdmafec
4377 ks8695eth
4378 mcffec
4379 rtl8019
4380 rtl8169
4381 s3c4510b_eth
4382 xilinx_emac
4383 xilinx_emaclite
4384
4385 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4386 CC: Ben Warren <biggerbadderben@gmail.com>
4387 CC: Rolf Offermanns <rof@sysgo.de>
4388 CC: Stefan Roese <sr@denx.de>
4389 CC: Sascha Hauer <saschahauer@web.de>
4390 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4391 CC: Greg Ungerer <greg.ungerer@opengear.com>
4392 CC: Xue Ligong <lgxue@hotmail.com>
4393 CC: Masami Komiya <mkomiya@sonare.it>
4394 CC: Curt Brune <curt@cucy.com>
4395 CC: Michal SIMEK <monstr@monstr.eu>
4396
4397commit b6b4625d175019e387e5b0f65a17322a78f6bb90
4398Author: Mike Frysinger <vapier@gentoo.org>
4399Date: Wed Feb 11 18:38:38 2009 -0500
4400
4401 boards: get mac address from environment
4402
4403 The boards that get converted here to use the environment for the mac
4404 address rather than global data:
4405 debris
4406 mgcoge
4407 mgsuvd
4408 muas3001
4409 netstal
4410 pn62
4411 sixnet
4412 vcma9
4413 xilinx (the ones that use xilinx_enet)
4414
4415 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4416 CC: Ben Warren <biggerbadderben@gmail.com>
4417 CC: Sangmoon Kim <dogoil@etinsys.com>
4418 CC: Heiko Schocher <hs@denx.de>
4419 CC: David Mueller <d.mueller@elsoft.ch>
4420 CC: Niklaus Giger <niklaus.giger@netstal.com>
4421 CC: Wolfgang Grandegger <wg@denx.de>
4422 CC: Dave Ellis <DGE@sixnetio.com>
4423 CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
4424
4425commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
4426Author: Mike Frysinger <vapier@gentoo.org>
4427Date: Wed Feb 11 18:36:45 2009 -0500
4428
4429 AmigaOneG3SE/enet: get mac address from environment
4430
4431 Always use the MAC address that is stored in the environment first before
4432 falling back to the ROM. This also cuts out any comparison steps: if the
4433 mac in the env is sane, the ROM is never consulted.
4434
4435 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4436 CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
4437 CC: Ben Warren <biggerbadderben@gmail.com>
4438
4439commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
4440Author: Mike Frysinger <vapier@gentoo.org>
4441Date: Wed Feb 11 18:52:38 2009 -0500
4442
4443 nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
4444
4445 Since the ethernet layer handles updating of device addresses itself from
4446 the environment, there is no point in calling eth_set_enetaddr().
4447
4448 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4449 CC: Ben Warren <biggerbadderben@gmail.com>
4450
4451commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
4452Author: Mike Frysinger <vapier@gentoo.org>
4453Date: Wed Feb 11 18:54:07 2009 -0500
4454
4455 lynxkdi: get mac address from environment
4456
4457 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4458 CC: Ben Warren <biggerbadderben@gmail.com>
4459
4460commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
4461Author: Mike Frysinger <vapier@gentoo.org>
4462Date: Wed Feb 11 18:51:43 2009 -0500
4463
4464 bootvx: get mac address from environment
4465
4466 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4467 CC: Niklaus Giger <niklaus.giger@member.fsf.org>
4468 CC: Ben Warren <biggerbadderben@gmail.com>
4469
4470commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
4471Author: Mike Frysinger <vapier@gentoo.org>
4472Date: Wed Feb 11 18:50:10 2009 -0500
4473
4474 bdinfo: get mac address from environment
4475
4476 Add a new print_eth() function to automate the eth*addr env var acquisition
4477 and display. Affects all arches.
4478
4479 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4480 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4481 CC: Scott McNutt <smcnutt@psyent.com>
4482 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4483 CC: Michal Simek <monstr@seznam.cz>
4484 CC: Daniel Hellstrom <daniel@gaisler.com>
4485 CC: Ben Warren <biggerbadderben@gmail.com>
4486
4487commit 95823ca0773356860e622ee3304a4b7cafcbf19a
4488Author: Mike Frysinger <vapier@gentoo.org>
4489Date: Wed Feb 11 18:23:48 2009 -0500
4490
4491 net: get mac address from environment and use eth util funcs
4492
4493 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4494 CC: Ben Warren <biggerbadderben@gmail.com>
4495
4496commit 500b6c51e4c41f4562cb48344af98deb7e342731
4497Author: Mike Frysinger <vapier@gentoo.org>
4498Date: Mon Oct 13 15:06:25 2008 -0400
4499
4500 Blackfin: bfin_mac: force boards to setup the MAC themselves
4501
4502 Since the on-chip MAC does not have an eeprom or similar interface, force
4503 all Blackfin boards that use this driver to setup the board data with a
4504 proper MAC.
4505
4506 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4507 CC: Ben Warren <biggerbadderben@gmail.com>
4508
4509commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
4510Author: Mike Frysinger <vapier@gentoo.org>
4511Date: Wed Feb 11 14:12:34 2009 -0500
4512
4513 doc/README.enetaddr: document proper MAC usage
4514
4515 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4516 CC: Ben Warren <biggerbadderben@gmail.com>
4517
4518commit 3f6e6993e92fd0658da1746d1c84644612ee520b
4519Author: Mike Frysinger <vapier@gentoo.org>
4520Date: Thu Jan 29 19:43:44 2009 -0500
4521
4522 net: new utility functions for working with enetaddr's
4523
4524 Declare new utility functions for converting between the environment
4525 variables (eth*addr) and the binary MAC address representation. This way
4526 we can unify all the random places that already do this kind of thing.
4527
4528 The functions in question:
4529 eth_parse_enetaddr - "..." -> {...}
4530 eth_getenv_enetaddr - env -> {...}
4531 eth_setenv_enetaddr - {...} -> env
4532
4533 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4534 CC: Ben Warren <biggerbadderben@gmail.com>
4535
4536commit b6446b67758ea1e41223f0782924bb73fd0a89d0
4537Author: Mike Frysinger <vapier@gentoo.org>
4538Date: Tue Feb 17 00:00:53 2009 -0500
4539
4540 convert print_IPaddr() to %pI4
4541
4542 Now that our printf functions support the %pI4 modifier like the kernel,
4543 let's drop the inflexible print_IPaddr() function and covert over to the
4544 %pI4 modifier.
4545
4546 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4547 CC: Ben Warren <biggerbadderben@gmail.com>
4548
4549commit 6c6166f52983dac775e3852f9d0f49d033f27108
4550Author: Mike Frysinger <vapier@gentoo.org>
4551Date: Mon Feb 16 23:21:36 2009 -0500
4552
4553 vsprintf: pull updates from Linux kernel
4554
4555 This brings in support for the %p modifier which allows us to easily print
4556 out things like ip addresses, mac addresses, and pointers.
4557
4558 It also converts the rarely used 'q' length modifier to the common 'L'
4559 modifier when dealing with quad types.
4560
4561 While this new code is a bit larger (~1k .text), most of it should be made
4562 up by converting the existing ip/mac address code to use format modifiers.
4563
4564 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
e60beb13
WD
4565
4566commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
4567Author: Jon Smirl <jonsmirl@gmail.com>
4568Date: Thu Mar 19 23:04:18 2009 -0400
4569
4570 .gitignore for generated files in api_examples directory
4571
4572 Add .gitignore for generated files in api_examples directory
4573
4574 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4575 Signed-off-by: Wolfgang Denk <wd@denx.de>
4576
4577commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
4578Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4579Date: Wed Mar 18 12:27:04 2009 +0900
4580
4581 net: sh_eth: Remove sh_eth_reset() from halt function
4582
4583 sh_eth_reset is function to reset Ether IP.
4584 The MAC address is stored in IP, but it is initialized by this function.
4585 OS (e.g. Linux Kernel) can not use this device when initialized.
4586 This revises this problem.
4587
4588 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4589
4590commit f8853d105da7d69bc92a5b4578f9b85234e558ec
4591Author: Anatolij Gustschin <agust@denx.de>
4592Date: Fri Mar 20 12:45:50 2009 +0100
4593
4594 ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
4595
4596 PCI outbound address map configuration doesn't match the
4597 PCI memory address range covered by appropriate TLB entry
4598 configuration for canyonlands causing machine check
4599 exceptions while accessing PCI memory regions. This patch
4600 provides a fix for this issue.
4601
4602 Kazuaki Ichinohe observed and reported this issue while
4603 testing display output with PCI ATI video card on canyonlands.
4604
4605 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4606 Signed-off-by: Stefan Roese <sr@denx.de>
4607
4608commit 7a88601a34132548c3c591ea87ab3468b51121b0
4609Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4610Date: Fri Mar 6 10:09:37 2009 -0500
4611
4612 CFI: geometry reversal for STMicro M29W320DT
4613
4614 Follow up to the flash_fixup_stm to fix geometry reversal
4615 on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
4616
4617 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4618 Signed-off-by: Stefan Roese <sr@denx.de>
4619
4620commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
4621Author: Mike Frysinger <vapier@gentoo.org>
4622Date: Wed Feb 25 17:29:40 2009 -0500
4623
4624 smc911x_eeprom: update register API
4625
4626 The smc911x driver changed the naming convention for its register funcs,
4627 so update the eeprom code accordingly.
4628
4629 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4630 CC: Ben Warren <biggerbadderben@gmail.com>
4631
4632commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
4633Author: Grzegorz Bernacki <gjb@semihalf.com>
4634Date: Tue Mar 17 10:06:39 2009 +0100
4635
4636 mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
4637
4638 Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
4639 To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
4640 define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
4641 Total5200 and will be used by digsy MTC and other boards with
4642 ATA CS on I2C pins.
4643
4644 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4645
4646commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
4647Author: Heiko Schocher <hs@denx.de>
4648Date: Thu Mar 12 07:37:34 2009 +0100
4649
4650 8xx: add support for new keymile kmsupx4 board.
4651
4652 This patch adds support for the kmsupx4 board from Keymile,
4653 based on a Freescale MPC852T CPU
4654
4655 - serial console on SMC1
4656 - 32 MB SDRAM
4657 - 32 MB NOR Flash
4658 - Ethernet over SCC3
4659 - I2C Bitbang
4660
4661 Signed-off-by: Heiko Schocher <hs@denx.de>
4662
4663commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
4664Author: Heiko Schocher <hs@denx.de>
4665Date: Thu Mar 12 07:37:28 2009 +0100
4666
4667 8xx, mgsuvd: rename board to a more generic name
4668
4669 renaming the "mgsuvd" board port into "km8xx", because
4670 there come more similar boards from keymile.
4671 Compiling the mgsuvd board with "make mgsuvd_config"
4672 remains.
4673
4674 Signed-off-by: Heiko Schocher <hs@denx.de>
4675
4676commit 18b2f35bde1672e074a3d5048383cb56fda745cb
4677Author: Heiko Schocher <hs@denx.de>
4678Date: Thu Mar 12 07:37:23 2009 +0100
4679
4680 8xx, mgsuvd: Coding Style cleanup config file
4681
4682 Signed-off-by: Heiko Schocher <hs@denx.de>
4683
4684commit 364123db6730d32330f818b65360d2cd27396667
4685Author: Heiko Schocher <hs@denx.de>
4686Date: Thu Mar 12 07:37:18 2009 +0100
4687
4688 powerpc: common updates for keymile boards
4689
4690 - added to keymile-common.h:
4691 - bootcount support
4692 - COMMAND HISTORY
4693 - CONFIG_AUTO_COMPLETE
4694 - CONFIG_SYS_FLASH_PROTECTION
4695 - JFFS2 support
4696 - CONFIG_VERSION_VARIABLE
4697 - extracted common I2C settings for all boards
4698 - common default environment settings summarized
4699
4700 Signed-off-by: Heiko Schocher <hs@denx.de>
4701
4702commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
4703Author: Heiko Schocher <hs@denx.de>
4704Date: Thu Mar 12 07:37:15 2009 +0100
4705
4706 8xx, icache: enabling ICache not before running from RAM
4707
4708 with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
4709 is not enabled before code runs from RAM.
4710
4711 Signed-off-by: Heiko Schocher <hs@denx.de>
4712
4713commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
4714Author: Heiko Schocher <hs@denx.de>
4715Date: Thu Mar 12 07:37:11 2009 +0100
4716
4717 82xx, mgcoge: fix environment sector size
4718
4719 Size of one environment sector is 0x20000.
4720
4721 Signed-off-by: Heiko Schocher <hs@denx.de>
4722
4723commit 27057d416c7cc9eb1860953da8836352c07f13e9
4724Author: Ladislav Michl <ladis@linux-mips.org>
4725Date: Mon Mar 16 23:27:31 2009 +0100
4726
4727 NetStar: config reindentation
4728
4729 Fix indentation broken by symbol renames. "Sort" driver related definitons.
4730
4731 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
4732
4733commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
4734Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4735Date: Tue Mar 17 11:21:43 2009 +0000
4736
4737 ColdFire: Fix incorrect definition
4738
4739 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4740
4741commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
4742Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4743Date: Mon Mar 2 19:16:45 2009 +0000
4744
4745 ColdFire: Fix M5329EVB and M5373EVB nand issue
4746
4747 The Nand flash was unable to read and write properly
4748 due to Nand Chip Select (nCE) setup was in reverse
4749 order. Also, increase the Nand time out value to 60.
4750
4751 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4752
4753commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
4754Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4755Date: Tue Jan 27 15:19:35 2009 +0000
4756
4757 ColdFire: PLATFORM_CPPFLAGS updates for new compiler
4758
4759 Update PLATFORM_CPPFLAGS to accept 4.3.x version of
4760 ColdFire compiler.
4761
4762 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4763
4764commit d6e4baf49987fc6f75e8574c0c27301a828b3132
4765Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4766Date: Tue Jan 27 12:57:47 2009 +0000
4767
4768 ColdFire: Provide gzip image size V2 & V3 platforms
4769
4770 Default gzip bootm size is 8MB. Some platforms require
4771 more than 8MB
4772
4773 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4774
4775commit c3a9e6374210679a81f611c1bcf968988bc20e41
4776Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4777Date: Wed Feb 18 11:49:31 2009 +0000
4778
4779 ColdFire: Fix M54451 serial boot dram setup
4780
4781 The serial boot dram extended/standard mode register was not
4782 setup and was using default DRAM setup causing the U-boot was
4783 unstable to boot up in serial mode.
4784
4785 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4786
4787commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
4788Author: arun c <arun.edarath@gmail.com>
4789Date: Thu Dec 4 15:57:15 2008 +0530
4790
4791 Coldfire: XL Bus minor fixes
4792
4793 According to coldfire manual data timeout > address time out
4794 also use correct macro to program XARB_CFG
4795
4796 Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
4797
4798commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
4799Author: Scott Wood <scottwood@freescale.com>
4800Date: Tue Mar 17 12:06:04 2009 -0500
4801
4802 NAND: Have nboot accept .e and .i as legacy no-ops.
4803
4804 This was intended to happen before, but a trivial bug prevented it.
4805
4806 Signed-off-by: Scott Wood <scottwood@freescale.com>
4807
4808commit 0987505540918b2464b73069af3a5b766dbd3ceb
4809Author: Ladislav Michl <ladis@linux-mips.org>
4810Date: Fri Mar 13 14:38:19 2009 +0100
4811
4812 NAND: Make nboot skip bad blocks
4813
4814 nboot command currently does not skip bad blocks and gives read error when
4815 loading image stored over bad block. With patch applied, nboot works as
4816 expected:
4817
4818 Device 0 bad blocks:
4819 00780000
4820 014a0000
4821 02000000
4822 02cc0000
4823 04aa0000
4824
4825 Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
4826 Image Name: Linux-2.6.22-omap1
4827 Created: 2008-11-20 23:44:32 UTC
4828 Image Type: ARM Linux Kernel Image (uncompressed)
4829 Data Size: 1052520 Bytes = 1 MB
4830 Load Address: 10008000
4831 Entry Point: 10008000
4832 Skipping bad block 0x02cc0000
4833 Automatic boot of image at addr 0x10400000 ...
4834 ...
4835
4836 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
4837 Signed-off-by: Scott Wood <scottwood@freescale.com>
4838
4839commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
4840Author: Stefan Roese <sr@denx.de>
4841Date: Thu Mar 12 07:27:25 2009 +0100
4842
4843 ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
4844
4845 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
4846 the DDR2 configuration to only use one CS (rank). As this code is most
4847 likely copied from the original Sequoia version, this error was copied
4848 as well.
4849
4850 This patch also removes some dead code.
4851
4852 Signed-off-by: Stefan Roese <sr@denx.de>
4853
4854commit 9199b9cc8f56aca26504b48cf702176208f46e54
4855Author: Stefan Roese <sr@denx.de>
4856Date: Thu Mar 12 07:24:40 2009 +0100
4857
4858 ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
4859
4860 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
4861 the DDR2 configuration to only use one CS (rank). As this code is most
4862 likely copied from the original Sequoia version, this error was copied
4863 as well.
4864
4865 Signed-off-by: Stefan Roese <sr@denx.de>
4866
4867commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
4868Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
4869Date: Wed Mar 11 10:54:46 2009 +0200
4870
4871 Fix AMCC Sequoia board DDR memory configuration
4872
4873 Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
4874 specifies that BankSel#1 is not connected, while bootloader memory
4875 configuration is (board/amcc/sequoia/sdram.c):
4876 mtsdram(DDR0_10, 0x00000300);
4877 i.e. both Chip Selects used - not correct.
4878
4879 If we change to correct value here:
4880 mtsdram(DDR0_10, 0x00000100);
4881 memory is accessible OK also.
4882
4883 Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
4884 Signed-off-by: Stefan Roese <sr@denx.de>
4885
4886commit b3dd629e78870ba2dc9f8032978721c0fa02a856
4887Author: Wolfgang Denk <wd@denx.de>
4888Date: Sun Mar 15 22:40:09 2009 +0100
4889
4890 Prepare 2009.03-rc2
4891
4892 Update CHANEGLOG, fix minor coding style issue.
4893
4894 Signed-off-by: Wolfgang Denk <wd@denx.de>
4895
b3dd629e
WD
4896commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
4897Author: Jerry Van Baren <gvb.uboot@gmail.com>
4898Date: Fri Mar 13 11:40:10 2009 -0400
4899
4900 mpc83xx: Add bank configuration to FSL spd_sdram.c
4901
4902 The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
4903 bank SDRAMs.
4904
4905 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4906 Acked-by: Dave Liu <daveliu@freescale.com>
4907 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4908
4909commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
4910Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
4911Date: Fri Mar 13 08:58:14 2009 +0100
4912
4913 mpc83xx: correctly set encryption and I2C bus 0 clock
4914
4915 This patch makes sure the correct mask is applied when setting
4916 the encryption and I2C bus 0 clock in SCCR.
4917 Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
4918 won't function.
4919
4920 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
4921 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4922
4923commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
4924Author: Dirk Behme <dirk.behme@googlemail.com>
4925Date: Thu Mar 12 19:30:50 2009 +0100
4926
4927 OMAP3: Add support for OMAP3 die ID
4928
4929 Read and store OMAP3 die ID in U-Boot environment.
4930
4931 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
4932
4933commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
4934Author: Jon Smirl <jonsmirl@gmail.com>
4935Date: Wed Mar 11 15:08:56 2009 -0400
4936
4937 MPC5200 FEC MII speed register
4938
4939 Set a non-zero speed in the MII register so that MII commands will work.
4940
4941 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4942
4943commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
4944Author: Yusuke.Goda <goda.yusuke@renesas.com>
4945Date: Fri Mar 13 16:08:18 2009 +0900
4946
4947 sh: ap325rxa: Change the wait cycle in the area 5
4948
4949 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4950 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4951
4952commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
4953Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4954Date: Wed Feb 25 16:04:26 2009 +0900
4955
4956 sh: Fix cannot work rtl8139 on r2dplus
4957
4958 The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
4959 registration.
4960
4961 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4962 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4963
4964commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
4965Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4966Date: Fri Feb 27 18:35:41 2009 +0900
4967
4968 sh: Add netdev header fixing of warning/build
4969
4970 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4971 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4972
4973commit ada9318252f51c2626e9837c623f9812b0308dea
4974Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4975Date: Tue Mar 3 15:11:17 2009 +0900
4976
4977 sh: Add support 32-Bit Extended Address Mode to sh7785lcr
4978
4979 We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
4980 for this mode. This command changes PMB for using 512MB system memory.
4981
4982 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4983 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4984
4985commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
4986Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4987Date: Wed Feb 25 14:26:42 2009 +0900
4988
4989 sh: Add some register value configurable to PCI of SH7780
4990
4991 Some register value was hardcoded for System memory size 128MB and
4992 memory offset 0x08000000. This patch fixed the problem.
4993
4994 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4995 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4996
4997commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
4998Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4999Date: Wed Feb 25 14:26:52 2009 +0900
5000
5001 sh: Add system memory registration to PCI for SH4
5002
5003 It is necessary for some pci device driver.
5004
5005 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5006 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5007
5008commit b3061b40db691245a7bb9a55354b4edacbf3902d
5009Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5010Date: Wed Feb 25 14:26:55 2009 +0900
5011
5012 sh: Add value for PCI system memory registration of sh7785lcr
5013
5014 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5015 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5016
5017commit 6d84ae3956a6cd7aebd86f661130752594e60124
5018Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5019Date: Tue Mar 3 15:11:08 2009 +0900
5020
5021 sh: Add macros for SH-4A 32-Bit Address Extended Mode
5022
5023 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5024 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5025
5026commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
5027Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5028Date: Tue Feb 3 13:35:05 2009 +0900
5029
5030 sh: use write{8,16,32} in ms7720se lowlevel_init
5031
5032 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5033 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5034
5035commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
5036Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5037Date: Mon Mar 9 18:07:53 2009 -0500
5038
5039 tsec: report when there is no vendor specific PHY support
5040
5041 Commit af1c2b84 added a generic phy support, with an ID of zero
5042 and a 32 bit mask; meaning that it will match on any PHY ID.
5043
5044 The problem is that there is a test that checked if a matching
5045 PHY was found, and if not, it printed the non-matching ID.
5046 But since there will always be a match (on the generic PHY,
5047 worst case), this test will never trip.
5048
5049 In the case of a misconfigured PHY address, or of a PHY that
5050 isn't explicitly supported outside of the generic support,
5051 you will never see the ID of 0xffffffff, or the ID of the
5052 real (but unsupported) chip. It will silently fall through
5053 onto the generic support.
5054
5055 This change makes that test useful again, and ensures that
5056 the selection of generic PHY support doesn't happen without
5057 some sort of notice. It also makes it explicitly clear that
5058 the generic PHY must be last in the PHY table.
5059
5060 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
5061 Acked-by: Andy Fleming <afleming@freescale.com>
5062
5063commit c279dfc10186ceba78d3862036f158750e86599a
5064Author: Wolfgang Denk <wd@denx.de>
5065Date: Mon Mar 9 10:53:05 2009 +0100
5066
5067 SIMPC8313 board: fix out of tree building.
5068
5069 Fix typo in makefile which broke out of tree builds.
5070
5071 Also use expolicit "rm" instead of "ln -sf" which is known to be
5072 unreliable.
5073
5074 Signed-off-by: Wolfgang Denk <wd@denx.de>
5075 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5076
5077commit 49b5aff491bd574935ecaf8545152066a25eff3d
5078Author: ksi@koi8.net <ksi@koi8.net>
5079Date: Mon Feb 23 10:53:13 2009 -0800
5080
5081 Add eTSEC 1/2 IO override control (corrected)
5082
5083 This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
5084
5085 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
5086
5087commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
5088Author: Andy Fleming <afleming@freescale.com>
5089Date: Fri Mar 6 19:05:52 2009 -0600
5090
5091 fsl: Remove unnecessary debug printfs
5092
5093 These were left in accidentally, and are not really useful unless the
5094 code is as broken as it was when it was being developed.
5095
5096 Signed-off-by: Andy Fleming <afleming@freescale.com>
5097
5098commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
5099Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5100Date: Tue Feb 24 02:37:59 2009 -0600
5101
5102 Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
5103
5104 Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
5105 sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
5106
5107 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5108
5109commit a922fdb87af25c25c032424908dcf60fbf3250ea
5110Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5111Date: Tue Feb 24 06:13:10 2009 +0100
5112
5113 PXA: timer use do_div and simplify it
5114
5115 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5116
5117commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
5118Author: Wolfgang Denk <wd@denx.de>
5119Date: Mon Mar 9 10:51:39 2009 +0100
5120
5121 SIMPC8313 board: fix out of tree building.
5122
5123 Fix typo in makefile which broke out of tree builds.
5124
5125 Also use expolicit "rm" instead of "ln -sf" which is known to be
5126 unreliable.
5127
5128 Signed-off-by: Wolfgang Denk <wd@denx.de>
5129
5130commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
5131Author: Heiko Schocher <hs@denx.de>
5132Date: Tue Feb 24 11:30:51 2009 +0100
5133
5134 8360, kmeter1: added bootcount feature.
5135
5136 add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
5137
5138 The bootcounter uses 8 bytes from the muram,
5139 because no other memory was found on this
5140 CPU for the bootcount feature. So we must
5141 correct the muram size in DTS before booting
5142 Linux.
5143
5144 This feature is actual only implemented for
5145 MPC8360, because not all 83xx CPU have qe,
5146 and therefore no muram, which this feature
5147 uses.
5148
5149 Signed-off-by: Heiko Schocher <hs@denx.de>
5150 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5151
5152commit 1e7ed2565031e01abc18c713030a0a9829c07684
5153Author: Heiko Schocher <hs@denx.de>
5154Date: Tue Feb 24 11:30:48 2009 +0100
5155
5156 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
5157
5158 old code implemented the QE_ENET10 errata only for Silicon
5159 Revision 2.0. New code reads now the Silicon Revision
5160 register and sets dependend on the Silicon Revision the
5161 values as advised in the QE_ENET10 errata.
5162
5163 Signed-off-by: Heiko Schocher <hs@denx.de>
5164 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5165
5166commit 605f78e34a3f0103693b891f2573edd352e7d495
5167Author: Heiko Schocher <hs@denx.de>
5168Date: Tue Feb 24 11:30:44 2009 +0100
5169
5170 83xx, kmeter1: updates for 2009.03
5171
5172 - HRCW update
5173 HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
5174 HRCWH_LALE_EARLY added
5175 - DDR-SDRAM settings modified. This solves sporadically
5176 problems with this memory.
5177 - CS1 now 128 MB window size
5178 - CS3 now 512 MB window size
5179 - PRAM activated
5180 - MTDPARTS_DEFAULT defined
5181 - CONFIG_HOSTNAME added
5182 - MONITOR_LEN now 384 KB
5183
5184 Signed-off-by: Heiko Schocher <hs@denx.de>
5185 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5186
5187commit 118cbe3c35c898f8d020b29d6dc180307cacf147
5188Author: Heiko Schocher <hs@denx.de>
5189Date: Tue Feb 24 11:30:40 2009 +0100
5190
5191 83xx, kmeter1: autodetect size of DDR II RAM
5192
5193 it is possible that some board variants have different DDR II
5194 RAM sizes. So we autodetect the size of the assembled RAM.
5195
5196 Signed-off-by: Heiko Schocher <hs@denx.de>
5197 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5198
5199commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
5200Author: Heiko Schocher <hs@denx.de>
5201Date: Tue Feb 24 11:30:37 2009 +0100
5202
5203 83xx, i2c: add mux support for fsl_i2c
5204
5205 This patch adds I2C mux support for the fsl_i2c driver. This
5206 allows you to add "new" i2c busses, which are reached over
5207 i2c muxes. For more infos, please look in the README and
5208 search for CONFIG_I2C_MUX.
5209
5210 Signed-off-by: Heiko Schocher <hs@denx.de>
5211 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5212
5213commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
5214Author: Heiko Schocher <hs@denx.de>
5215Date: Tue Feb 24 11:30:34 2009 +0100
5216
5217 83xx, kmeter1: add I2C, dtt, eeprom support
5218
5219 This patch adds I2C support for the Keymile kmeter1 board.
5220 It uses the First I2C Controller from the CPU, for
5221 accessing 4 temperature sensors, an eeprom with IVM data
5222 and the booteeprom over a pca9547 mux.
5223
5224 Signed-off-by: Heiko Schocher <hs@denx.de>
5225 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5226
5227commit db1d72afd77287bc8577210f3f71ab249dcf146f
5228Author: Heiko Schocher <hs@denx.de>
5229Date: Tue Feb 24 11:30:30 2009 +0100
5230
5231 i2c, dtt: move dtt_init () to board_init_r ()
5232
5233 In case where a board not uses CONFIG_POST, it is not
5234 necessary to init the DTTs when running from flash.
5235
5236 Signed-off-by: Heiko Schocher <hs@denx.de>
5237 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5238
5239commit 5b0055547f0246908b79cc300170d87380b69e18
5240Author: Dave Liu <daveliu@freescale.com>
5241Date: Wed Feb 25 12:31:32 2009 +0800
5242
5243 83xx: Fix some bugs in spd sdram code
5244
5245 1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
5246 tRTP according to DDR2 JEDEC spec.
5247 2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
5248 3. add the support of DDR2-533,667,800 DIMMs
5249 4. cpo
5250 5. make the AL to min to gain better performance.
5251
5252 The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
5253 MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
5254
5255 items 1, 2 and 5:
5256 Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5257
5258 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5259 Signed-off-by: Dave Liu <daveliu@freescale.com>
5260 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5261
5262commit b7be63abec45858c044f0fbd6aeef524c4663f9b
5263Author: Valeriy Glushkov <gvv@lstec.com>
5264Date: Wed Feb 4 18:27:49 2009 +0200
5265
5266 MPC8349ITX: several config issues fixed
5267
5268 The previous version rebooted forever with DDR bigger than 256MB.
5269 Access the DS1339 RTC chip is on I2C1 bus.
5270 Allow DHCP.
5271
5272 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
5273 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5274
5275commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
5276Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5277Date: Thu Feb 19 18:20:39 2009 +0300
5278
5279 mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
5280
5281 The SerDes initialization should be finished before negating the reset
5282 signal according to the reference manual. This isn't an issue on real
5283 hardware, but we'd better stick to the specifications anyway.
5284
5285 Suggested-by: Liu Dave <DaveLiu@freescale.com>
5286 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5287 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5288
5289commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
5290Author: Heiko Schocher <hs@denx.de>
5291Date: Wed Feb 25 12:28:32 2009 +0100
5292
5293 i2c, dtt: move dtt_init () to board_init_r ()
5294
5295 it is not necessary to init the DTTs so early,
5296 so move this init to board_init_r ().
5297
5298 Signed-off-by: Heiko Schocher <hs@denx.de>
5299
5300commit 00cc5595a7caac8066b408774383a956c2e26797
5301Author: Anatolij Gustschin <agust@denx.de>
5302Date: Wed Feb 25 20:28:13 2009 +0100
5303
5304 lcd: Fix compilation warning in common/lcd.c
5305
5306 Fix following warning while compilation for mcc200 board:
5307
5308 lcd.c: In function 'lcd_display_bitmap':
5309 lcd.c:625: warning: unused variable 'cmap'
5310
5311 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5312
5313commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
5314Author: Graeme Russ <graeme.russ@gmail.com>
5315Date: Tue Feb 24 21:11:24 2009 +1100
5316
5317 Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
5318
5319 Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
5320
5321 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
5322
5323commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
5324Author: Mike Frysinger <vapier@gentoo.org>
5325Date: Mon Feb 23 10:29:47 2009 -0500
5326
5327 smc911x: split out useful defines/functions into local header
5328
5329 The smc911x driver has a lot of useful defines/functions which can be used
5330 by pieces of code (such as example eeprom programmers). Rather than
5331 forcing each place to duplicate these defines/functions, split them out
5332 of the smdc911x driver into a local header.
5333
5334 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5335 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5336 CC: Sascha Hauer <s.hauer@pengutronix.de>
5337 CC: Guennadi Liakhovetski <lg@denx.de>
5338 CC: Magnus Lilja <lilja.magnus@gmail.com>
5339 CC: Ben Warren <biggerbadderben@gmail.com>
5340
5341commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
5342Author: Guennadi Liakhovetski <lg@denx.de>
5343Date: Tue Feb 24 10:44:02 2009 +0100
5344
5345 ARM: add an "eet" variant of the imx31_phycore board
5346
5347 The "eet" variant of the imx31_phycore board has an OLED display, using a
5348 s6e63d6 display controller on the first SPI interface, using GPIO57 as a
5349 chip-select for it. With this configuration you can display 256 colour BMP
5350 images in 16-bit RGB (RGB565) LCD mode.
5351
5352 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5353 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5354
5355commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
5356Author: Guennadi Liakhovetski <lg@denx.de>
5357Date: Fri Feb 6 10:37:57 2009 +0100
5358
5359 video: add an i.MX31 framebuffer driver
5360
5361 Add a driver for the Synchronous Display Controller and the Display
5362 Interface on i.MX31, using IPU for DMA channel setup. So far only
5363 displaying of bitmaps is supported, no text output.
5364
5365 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5366 Acked-by: Anatolij Gustschin <agust@denx.de>
5367
5368commit b245e65ee3c4cce3ccf008a21f4528239655876c
5369Author: Guennadi Liakhovetski <lg@denx.de>
5370Date: Fri Feb 6 10:37:53 2009 +0100
5371
5372 LCD: support 8bpp BMPs on 16bpp displays
5373
5374 This patch also simplifies some ifdefs in lcd.c, introduces a generic
5375 vidinfo_t, which new drivers are encouraged to use and old drivers to switch
5376 over to.
5377
5378 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5379 Acked-by: Anatolij Gustschin <agust@denx.de>
5380
5381commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
5382Author: Mark Jackson <mpfj@mimc.co.uk>
5383Date: Fri Feb 6 10:37:49 2009 +0100
5384
5385 Add 16bpp BMP support
5386
5387 This patch adds 16bpp BMP support to the common lcd code.
5388
5389 Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
5390
5391 At the moment it's only been tested on the MIMC200 AVR32 board, but extending
5392 this to other platforms should be a simple task !!
5393
5394 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5395 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5396 Acked-by: Anatolij Gustschin <agust@denx.de>
5397
5398commit 689551c5ff1b394b88412f3df22144e79468d3a9
5399Author: Guennadi Liakhovetski <lg@denx.de>
5400Date: Fri Feb 6 10:37:41 2009 +0100
5401
5402 A driver for the S6E63D6 SPI display controller from Samsung
5403
5404 This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
5405 It only provides access to controller's registers so the client can freely
5406 configure it.
5407
5408 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5409 Acked-by: Anatolij Gustschin <agust@denx.de>
5410
5411commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
5412Author: Guennadi Liakhovetski <lg@denx.de>
5413Date: Fri Feb 13 09:26:40 2009 +0100
5414
5415 i.MX31: support GPIO as a chip-select in the mxc_spi driver
5416
5417 Some SPI devices have special requirements on chip-select handling.
5418 With this patch we can use a GPIO as a chip-select and strictly follow
5419 the SPI_XFER_BEGIN and SPI_XFER_END flags.
5420
5421 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5422 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5423
5424commit b30de3cccf8867566cd314e7c7033904afa5dc9d
5425Author: Guennadi Liakhovetski <lg@denx.de>
5426Date: Sat Feb 7 01:18:07 2009 +0100
5427
5428 i.MX31: add a simple gpio driver
5429
5430 This is a minimal driver, so far only managing output. It will
5431 be used by the mxc_spi.c driver.
5432
5433 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5434 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5435
5436commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
5437Author: Guennadi Liakhovetski <lg@denx.de>
5438Date: Sat Feb 7 00:09:12 2009 +0100
5439
5440 i.MX31: fix SPI driver for shorter than 32 bit
5441
5442 Fix setting the SPI Control register, 8 and 16-bit transfers
5443 and a wrong pointer in the free routine in the mxc_spi driver.
5444
5445 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5446 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5447
5448commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
5449Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5450Date: Thu Feb 19 18:20:52 2009 +0300
5451
5452 mpc83xx: MPC837XERDB: Add PCIe support
5453
5454 On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
5455 slots. Let's support them.
5456
5457 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5458 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5459
5460commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
5461Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5462Date: Thu Feb 19 18:20:50 2009 +0300
5463
5464 mpc83xx: PCI: Fix hard-coded first_busno value
5465
5466 We should use pci_last_busno() in pci_init_bus(), otherwise we'll
5467 erroneously re-use PCI0's first_busno for PCI1 hoses.
5468
5469 NOTE: The patch is untested. All MPC83xx FSL boards I have have
5470 PCI1 in miniPCI form, for which I don't have any cards handy.
5471
5472 But looking in cpu/mpc85xx/pci.c:
5473 ...
5474 #ifdef CONFIG_MPC85XX_PCI2
5475 hose = &pci_hose[1];
5476
5477 hose->first_busno = pci_hose[0].last_busno + 1;
5478
5479 And considering that we do the same for MPC83xx PCI-E support,
5480 I think this patch is correct.
5481
5482 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5483 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5484
5485commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
5486Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5487Date: Thu Feb 19 18:20:46 2009 +0300
5488
5489 mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
5490
5491 This patch fixes copy-paste issue: pci_hose[0]'s first and last
5492 busnos were used to fixup pci1's nodes.
5493
5494 We don't see this bug triggering only because Linux reenumerate
5495 buses anyway.
5496
5497 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5498 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5499
5500commit b24a99f6666ac278ec9f9c1334518af828833d19
5501Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5502Date: Thu Feb 19 18:20:44 2009 +0300
5503
5504 mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
5505
5506 This patch fixes an issue in config space read accessors: we should
5507 fill-in the value even if we fail (e.g. skipping devices), otherwise
5508 CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
5509
5510 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5511 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5512
5513commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
5514Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5515Date: Thu Feb 19 18:20:42 2009 +0300
5516
5517 mpc83xx: PCIe: Don't start bus enumeration at 0
5518
5519 Currently we assign first_busno = 0 for the first PCIe hose, but this
5520 scheme won't work if we have ordinary PCI hose already registered (its
5521 first_busno value is 0 too).
5522
5523 The old code worked fine only because we have PCI disabled on
5524 MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
5525 "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
5526 But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
5527 triggers.
5528
5529 So, to fix the issue, we should use pci_last_busno() + 1 for the
5530 first_busno (i.e. last available busno).
5531
5532 Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
5533 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5534 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5535
5536commit cc2a8c7751ddbae3116660064f446888538b93e9
5537Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5538Date: Thu Feb 19 18:20:41 2009 +0300
5539
5540 PCI: Add pci_last_busno() helper
5541
5542 This is just a handy routine that reports last PCI busno: we walk
5543 down all the hoses and return last hose's last_busno.
5544
5545 Will be used by PCI/PCIe initialization code.
5546
5547 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5548 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5549
5550commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
5551Author: Becky Bruce <beckyb@kernel.crashing.org>
5552Date: Mon Feb 23 13:56:51 2009 -0600
5553
5554 MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
5555
5556 Currently, we get 256MB as the default, but since all the 86xx
5557 board configs define a 2G BAT mapping for RAM, raise default
5558 to 2G.
5559
5560 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5561 Acked-by: Jon Loeliger <jdl@freescale.com>
5562
5563commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
5564Author: Becky Bruce <beckyb@kernel.crashing.org>
5565Date: Thu Feb 12 10:43:32 2009 -0600
5566
5567 mpc8641hpcn: Indicate 36-bit addr map in boot messages
5568
5569 If 36-bit addressing is enabled, print a message on the console
5570 when we boot.
5571
5572 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5573
c0a14aed
WD
5574commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
5575Author: Mark Jackson <mpfj-list@mimc.co.uk>
5576Date: Fri Feb 13 15:48:18 2009 +0000
5577
5578 Setup extra MIMC200 chip selects
5579
5580 Added code to setup the extra Flash and FRAM chip selects as used on the
5581 MIMC200 board.
5582
5583 V2 moves the init code from the common "cpu.c" file into the board specific
5584 setup file.
5585
5586 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5587 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5588
5589commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
5590Author: Mark Jackson <mpfj@mimc.co.uk>
5591Date: Mon Nov 24 12:10:56 2008 +0000
5592
5593 MIMC200: tidy GCLK init code
5594
5595 Change the MIMC200 startup code to use the built-in (rather than
5596 hard-coded) funtions for setting up gclk outputs.
5597
5598 We'll also move the code to the new, more-appropriate
5599 board_postclk_init() routine.
5600
5601 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5602 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5603
5604commit b423f94063bf04e92047ff85c7e53441eb3b712b
5605Author: Olav Morken <olavmrk@gmail.com>
5606Date: Fri Jan 23 12:56:32 2009 +0100
5607
5608 AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
5609
5610 The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
5611 workaround, two NOPs can be inserted.
5612
5613 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5614 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5615 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5616 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5617
5618commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
5619Author: Gunnar Rangoy <gunnar@rangoy.com>
5620Date: Fri Jan 23 12:56:29 2009 +0100
5621
5622 AVR32: Make GPIO implmentation cpu dependent
5623
5624 There are some differences in the implementation of GPIO in the
5625 at32uc chip compared to the ap700x series.
5626
5627 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5628 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5629 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5630 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5631
5632commit a38de083d2979db3680f0d0978c509a172c8fa00
5633Author: Olav Morken <olavmrk@gmail.com>
5634Date: Fri Jan 23 12:56:28 2009 +0100
5635
5636 AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
5637
5638 The AVR32A architecture (which AT32UC3A-series is based on) has a
5639 different memory layout than the AVR32B-architecture. This patch moves
5640 addrspace.h to an arch-dependent directory in preparation for
5641 AT32UC3A-support. It also moves some address-space manipulation
5642 functions from io.h to addrspace.h.
5643
5644 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5645 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5646 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5647 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5648
5649commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
5650Author: Olav Morken <olavmrk@gmail.com>
5651Date: Fri Jan 23 12:56:27 2009 +0100
5652
5653 AVR32: Make cacheflush cpu-dependent
5654
5655 The AT32UC3A series of processors doesn't contain any cache, and issuing
5656 cache control instructions on those will cause an exception. This commit
5657 makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
5658
5659 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5660 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5661 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5662 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5663
b3dd629e
WD
5664commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
5665Author: Heiko Schocher <hs@denx.de>
5666Date: Tue Feb 10 09:38:52 2009 +0100
5667
5668 netloop: speed up NetLoop
5669
5670 NetLoop polls every cycle with getenv some environment variables.
5671 This is horribly slow, especially when the environment is big.
5672
5673 This patch reads only the environment variables in NetLoop,
5674 when they were changed.
5675
5676 Also moved the init part of the NetLoop function in a seperate
5677 function.
5678
5679 Signed-off-by: Heiko Schocher <hs@denx.de>
5680 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5681
5682commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
5683Author: Mike Frysinger <vapier@gentoo.org>
5684Date: Mon Dec 22 02:56:07 2008 -0500
5685
5686 smc911x_eeprom: new example app for managing newer SMC parts
5687
5688 A forward port of the last version to work with the newer smc911x driver.
5689 I only have a board with a LAN9218 part on it, so that is the only one
5690 I've tested. But there isn't anything in this that would make it terribly
5691 chip specific afaik.
5692
5693 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5694 CC: Sascha Hauer <s.hauer@pengutronix.de>
5695 CC: Guennadi Liakhovetski <lg@denx.de>
5696 CC: Magnus Lilja <lilja.magnus@gmail.com>
5697 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5698
5699commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
5700Author: Pieter Henning <phenning@vastech.co.za>
5701Date: Sun Feb 22 23:17:15 2009 -0800
5702
5703 Added Vitesse VSC8211 definitions to TSEC driver
5704
5705 Added the struct containing PHY settings for the Vitesse VSC8211 phy to
5706 the phy_info list in tsec.c
5707
5708 Signed-off-by: Pieter Henning <phenning@vastech.co.za>
5709 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5710
5711commit 32688e572ff96715b41420e9a7f280db6c399b65
5712Author: Wolfgang Denk <wd@denx.de>
5713Date: Mon Feb 23 00:22:21 2009 +0100
5714
5715 Update CHANGELOG; Prepare 2009.03-rc1
5716
5717 Signed-off-by: Wolfgang Denk <wd@denx.de>
5718
32688e57
WD
5719commit 80b827c2b78329c6503b271e43d9eb693d644710
5720Author: Wolfgang Denk <wd@denx.de>
5721Date: Sun Feb 22 23:45:40 2009 +0100
5722
5723 ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
5724
5725 The file was generated from building versatile_defconfig.
5726
5727 Signed-off-by: Wolfgang Denk <wd@denx.de>
5728
5729commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
5730Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5731Date: Sun Feb 22 14:24:11 2009 +0900
5732
5733 MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
5734
5735 Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
5736 like this:
5737
5738 skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
5739 Configuring for dbau1x00 board...
5740 au1x00_eth.c: In function 'au1x00_send':
5741 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5742 au1x00_eth.c: In function 'au1x00_recv':
5743 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5744 au1x00_eth.c: In function 'au1x00_init':
5745 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5746 au1x00_eth.c: In function 'au1x00_recv':
5747 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5748 au1x00_eth.c: In function 'au1x00_init':
5749 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5750 au1x00_eth.c: In function 'au1x00_send':
5751 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5752
5753 We're passing a volatile pointer to a function which is expecting a non-
5754 volatile pointer. That's potentially dangerous, so gcc warns about it.
5755 Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
5756
5757 To fix this, we add a volatile attribute to the argument in question.
5758 The virt_to_phys function in Linux kernel also does the same thing.
5759
5760 Signed-off-by: Stefan Roese <sr@denx.de>
5761 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5762
5763commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
5764Author: Dirk Behme <dirk.behme@googlemail.com>
5765Date: Fri Feb 20 17:51:28 2009 +0100
5766
5767 OMAP3: Clean up MMC code
5768
5769 Clean up OMAP3 MMC code:
5770
5771 * Convert register access to struct & readx/writex style
5772 * Replace hardcode values by macros
5773 * Remove macro defined twice
5774
5775 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5776
5777commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
5778Author: Dirk Behme <dirk.behme@googlemail.com>
5779Date: Thu Feb 12 18:55:43 2009 +0100
5780
5781 OMAP3: Pandora: Update pin mux
5782
5783 Clock pin must have input enabled for MMC3 to work.
5784 Also enable pull-ups for cmd/data lines to be consistent
5785 with remaining MMC host pin setup.
5786
5787 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
5788
5789commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
5790Author: Dirk Behme <dirk.behme@googlemail.com>
5791Date: Thu Feb 12 18:55:42 2009 +0100
5792
5793 OMAP3: Add OMAP3 auto detection
5794
5795 This patch adds OMAP3 cpu type auto detection based on OMAP3 register
5796 and removes hardcoded values.
5797
5798 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
5799 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5800
5801commit f956fd0338f4990793a10f767929ba4963665261
5802Author: Dirk Behme <dirk.behme@googlemail.com>
5803Date: Thu Feb 12 18:55:41 2009 +0100
5804
5805 OMAP3: Beagle: Add board revision detection
5806
5807 With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
5808 which might need different software handling. For this, GPIO pin 171 (GPIO
5809 module 6, offset 11) can be used to check for board revision. If this pin
5810 is low, we have a rev C board. Else it must be a revision Ax or Bx board.
5811
5812 To handle board differences you can call function beagle_get_revision().
5813 E.g.:
5814
5815 if (beagle_get_revision()) {
5816
5817 /* do special revision C stuff here */
5818
5819 }
5820
5821 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5822
5823commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
5824Author: Dirk Behme <dirk.behme@googlemail.com>
5825Date: Thu Feb 12 18:55:40 2009 +0100
5826
5827 OMAP3: Overo: Clean up pin mux and GPIO configuration
5828
5829 * Make Overo GPIO114 an input for touchscreen PENDOWN
5830 * Make Overo GPIO144-147 readable
5831 * Make Overo EHCI pinmux match beagle rev c setup
5832 * Adjust pinmux for SMSC911X network chip support
5833 * Remove unnecessary GPIO setup
5834 * Fix merge error in Makefile
5835
5836 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
5837 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5838
5839commit 2579019b8248e5f166e60e37065766efc8a49dbc
5840Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5841Date: Sun Feb 22 17:08:41 2009 +0100
5842
5843 nmdk8815: fix onenand support
5844
5845 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5846
5847commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
5848Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5849Date: Sun Feb 22 17:56:50 2009 +0100
5850
5851 nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
5852
5853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5854
5855commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
5856Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5857Date: Sun Feb 22 17:49:43 2009 +0100
5858
5859 davinci: fix implicit declaration of function 'davinci_errata_workarounds'
5860
5861 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5862
5863commit 4f5728987f4f9f7845688482aa2b7f2127768165
5864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5865Date: Sun Feb 22 15:49:28 2009 +0100
5866
5867 arm: add uart dcc support
5868
5869 Serial driver via the EmbeddedICE macrocell's DCC channel using
5870 co-processor 14.
5871
5872 It does include a timeout to ensure that the system does not
5873 totally freeze when there is nothing connected to read.
5874
5875 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5876
5877commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
5878Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5879Date: Fri Nov 21 14:35:56 2008 -0500
5880
5881 ARM DaVinci: Add common peripherals and modules enable functions.
5882
5883 Taken all the duplicated code for enabling common modules and apply
5884 software workarounds from the board specific code into common
5885 functions. Also added comments explaining the workarounds
5886 (from TI errata documents) and replaced some numerical bit numbers
5887 with more meaningful defines.
5888
5889 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5890
5891commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
5892Author: Alessandro Rubini <rubini@unipv.it>
5893Date: Mon Feb 9 15:53:33 2009 +0100
5894
5895 Enable Ethernet for Nomadik 8815 Evaluation Kit
5896
5897 This trivially enables Ethernet support in the debug board
5898 by setting up the proper chip select.
5899
5900 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5901 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5902
5903commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
5904Author: Alessandro Rubini <rubini@unipv.it>
5905Date: Mon Feb 9 15:53:31 2009 +0100
5906
5907 Nand driver for Nomadik SoC
5908
5909 This driver implements the ECC algorithm described in
5910 the CPU data sheet and uses the OOB layout chosen in
5911 already-released development systems (shipped with a custom-made
5912 u-boot 1.3.1).
5913
5914 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5915 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5916
5917commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
5918Author: Alessandro Rubini <rubini@unipv.it>
5919Date: Mon Feb 9 15:53:31 2009 +0100
5920
5921 Added nomadik.h header
5922
5923 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5924 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5925
5926commit 60ece6d8043d1dd80f5dd32c541213716d624b19
5927Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5928Date: Wed Oct 29 20:05:18 2008 +0900
5929
5930 r8a66597-hcd: fix cannot use external hub
5931
5932 Fix the problem that cannot use external hub, because this driver
5933 did not control correctly a DEVADDx register.
5934
5935 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5936 Signed-off-by: Remy Bohmer <linux@bohmer.net>
5937
5938commit e1ffaee728190e76a4596a3579d94e730143585f
5939Author: Mike Frysinger <vapier@gentoo.org>
5940Date: Thu Feb 19 01:20:27 2009 -0500
5941
5942 Blackfin: disable syscontrol code for now
5943
5944 Looks like the initcode updates fell out of order during my merges. The
5945 patch that really fixes up this code is part of power-on overhaul and so
5946 is too large for merging at this point. Instead, we can disable the code
5947 as no currently in-tree board depends on it. The next merge window will
5948 fix things up properly.
5949
5950 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5951
5952commit 1b228d68f54832edd867ef98520f760f68192ab7
5953Author: Mike Frysinger <vapier@gentoo.org>
5954Date: Thu Feb 19 01:19:49 2009 -0500
5955
5956 Blackfin: bf537-stamp: fix I2C board defines
5957
5958 The previous merge for cleaning up the I2C driver incorrectly reverted the
5959 CFG_xxx rename for some of the I2C defines.
5960
5961 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5962 Signed-off-by: Heiko Schocher <hs@denx.de>
5963
5964commit 09fee8e8677a6265e89144ccc163bf00e321769e
5965Author: Wolfgang Denk <wd@denx.de>
5966Date: Sun Feb 22 01:19:52 2009 +0100
5967
5968 Coding Style cleanup; update CHANGELOG
5969
5970 Signed-off-by: Wolfgang Denk <wd@denx.de>
5971
5972commit 1dcb50afbb63a439320a985380a0af2dca079d1e
5973Author: Wolfgang Denk <wd@denx.de>
5974Date: Sun Feb 22 01:17:47 2009 +0100
5975
5976 Makefile: fix cleanup
5977
5978 Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
5979 to adapt the cleanup rules in the Makefile
5980
5981 Signed-off-by: Wolfgang Denk <wd@denx.de>
5982
09fee8e8
WD
5983commit edff7bcc4d5540df8b416274652ff02e94c38b9e
5984Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5985Date: Fri Feb 20 13:01:56 2009 -0500
5986
5987 Cleanup the comment for m68k linux boot argument passing.
5988
5989 This patch clarifies the way m68k passes linux boot argument.
5990 The one gotcha here is that the assembly instruction that
5991 the compiler uses to jump to the kernel is 'jsr' which pushes the
5992 program counter for the instruction after the jsr into the stack pointer.
5993
5994 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5995 Signed-off-by: Wolfgang Denk <wd@denx.de>
5996
5997commit 4d41650eec959668280a612467bd95c7b8398513
5998Author: Peter Griffin <pgriffin@mpc-data.co.uk>
5999Date: Tue Feb 10 16:44:45 2009 +0000
6000
6001 sh: Fix rsk7203 in tree build
6002
6003 Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
6004
6005commit fca0cecff73db99d99ad094cca7980472b8a11b5
6006Author: Minkyu Kang <mk7.kang@samsung.com>
6007Date: Wed Feb 18 09:05:52 2009 +0900
6008
6009 bootm: Reduce the unnecessary memmove
6010
6011 Although load address and image start address are same address,
6012 bootm command always does memmove.
6013 That is unnecessary memmove and can be taken few milliseconds
6014 (about 500 msec to 1000 msec).
6015 If skip this memmove, we can reduce the boot time.
6016
6017 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
6018
6019commit 670cbde8da83690fed1064c3358f54ae1d693ed2
6020Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6021Date: Sun Feb 15 22:29:15 2009 +0100
6022
6023 fpga: Fix Spartan III FPGA booting
6024
6025 This patch does some minor fixing of the Xilinx Spartan III
6026 FPGA boot code:
6027
6028 - Fixed call order of post configuration callback and
6029 success message printing (result of copy-paste?)
6030 - remove obsolete comment
6031 - minor coding style cleanup
6032
6033 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6034
6035commit 3818b677641038d27b2663fbd6771ad38c932f86
6036Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6037Date: Sun Feb 15 22:28:36 2009 +0100
6038
6039 fpga: Fix Spartan II FPGA booting
6040
6041 This patch does some minor fixing of the Xilinx Spartan II
6042 FPGA boot code:
6043
6044 - Fixed call order of post configuration callback and
6045 success message printing (result of copy-paste?)
6046 - relocate post configuration callback only when it
6047 is implemented
6048 - remove obsolete comment
6049 - minor coding style cleanup
6050
6051 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6052
6053commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
6054Author: Mike Frysinger <vapier@gentoo.org>
6055Date: Wed Feb 11 20:26:52 2009 -0500
6056
6057 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
6058
6059 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6060
6061commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
6062Author: Derek Ou <dou@siconix.com>
6063Date: Tue Feb 3 16:00:07 2009 -0700
6064
6065 lcd_putc bug fix for tab.
6066
6067 Signed-off-by: Derek Ou <dou@siconix.com>
6068
6069commit 35c9e14d8096e519fe76c953a43d52a09617345c
6070Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6071Date: Mon Feb 2 09:46:21 2009 +0900
6072
6073 MIPS: cpu/mips/Makefile: Add a missing START line
6074
6075 In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
6076 Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
6077 line. This patch puts it back.
6078
6079 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6080
6081commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
6082Author: Wolfgang Denk <wd@denx.de>
6083Date: Sat Feb 21 21:51:21 2009 +0100
6084
6085 Enable ext2 support for TQM8xxL/M based boards
6086
6087 Signed-off-by: Wolfgang Denk <wd@denx.de>
6088
6089commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
6090Author: Tom Rix <Tom.Rix@windriver.com>
6091Date: Fri Feb 20 03:47:50 2009 +0100
6092
6093 ARM:PXA Use new definitions in mmc.h
6094
6095 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6096 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6097
6098commit 682beeac34dc9ab18fab58b26973d2e29d113717
6099Author: Andy Fleming <afleming@freescale.com>
6100Date: Fri Feb 20 03:47:50 2009 +0100
6101
6102 Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
6103
6104 These names are being taken over by the new MMC framework. Hopefuly
6105 the PXA can be easily ported, and these functions will go away entirely.
6106
6107 Signed-off-by: Andy Fleming <afleming@freescale.com>
6108 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6109
6110commit b03d92e5584935886ff91d5aa0755dc8888b7187
6111Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6112Date: Fri Feb 20 03:47:50 2009 +0100
6113
6114 pxa: move mmc drivers to drivers/mmc
6115
6116 introduce new macro CONFIG_PXA_MMC to activate it
6117
6118 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6119
6120commit 9490f465642c80c054854689a2ef1a77d65cf1f3
6121Author: Tom Rix <Tom.Rix@windriver.com>
6122Date: Thu Feb 19 19:27:22 2009 -0600
6123
6124 ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
6125
6126 These structures are defined in the common mmc.h
6127
6128 This was compile checked on cerf250.
6129
6130commit 94a3312920b6f9b5da27309549fb73650718c10a
6131Author: Micha Kalfon <smichak.uv@gmail.com>
6132Date: Wed Feb 11 19:50:11 2009 +0200
6133
6134 pxa: fixing get_timer to return time in miliseconds.
6135
6136 Fixing the get_timer function to return time in miliseconds instead of
6137 ticks. Also fixed PXA boards to use the conventional value of 1000 for
6138 CONFIG_SYS_HZ.
6139
6140 Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
6141
6142commit e5e88c3614b79b54719905f66aefb51f9494bc1f
6143Author: Tom Rix <Tom.Rix@windriver.com>
6144Date: Thu Feb 19 16:45:43 2009 -0600
6145
6146 ARM:OMAP3 Change mmc_init to mmc_legacy_init
6147
6148 omap3_mmc.c was changed to define mmc_legacy_init.
6149 Remove unused functions.
6150
6151 Compile tested on all arm
6152 Runtime tested on Zoom1.
6153
6154 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6155
6156commit 9e80bb21629988063574f88ca0d28baadff4d963
6157Author: Heiko Schocher <hs@denx.de>
6158Date: Thu Feb 19 17:23:58 2009 +0100
6159
6160 82xx, mgcoge: updates for 2009.03
6161
6162 - activate CS4 for accessing the FPGA
6163 - activate Rx buf len > 1 on SMC
6164 - pram activated
6165 - MTDPARTS_DEFAULT defined
6166 - update the size of the flashes in the DTS
6167 before booting Linux
6168 - MONITOR_LEN updated to 384k
6169 - added CONFIG_HOSTNAME
6170 - added CONFIG_ENV_BUFFER_PRINT
6171 - Environment size reduced to 16k
6172
6173 Signed-off-by: Heiko Schocher <hs@denx.de>
6174
6175commit df909554e2401f307925e1bd45d576e4176d9de9
6176Author: Heiko Schocher <hs@denx.de>
6177Date: Thu Feb 19 17:24:01 2009 +0100
6178
6179 8xx, mgsuvd: updates for 2009.03
6180
6181 - activate Rx buf len > 1 on SMC
6182 - pram activated
6183 - MTDPARTS_DEFAULT defined
6184 - update the size of the flash in the DTS
6185 before booting Linux
6186 - MONITOR_LEN updated to 384k
6187 - added CONFIG_HOSTNAME
6188 - added CONFIG_ENV_BUFFER_PRINT
6189 - Environment size reduced to 16k
6190
6191 Signed-off-by: Heiko Schocher <hs@denx.de>
6192
6193commit 3511b4e208e12be85b532866f1c660aa2e021557
6194Author: Dirk Behme <dirk.behme@googlemail.com>
6195Date: Wed Feb 18 19:59:39 2009 +0100
6196
6197 MMC: Don't use new framework code if not enabled
6198
6199 Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
6200 isn't enabled.
6201
6202 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
6203
6204commit 32482be67775e00b4cbc49fba62347c1ecc6229c
6205Author: Wolfgang Denk <wd@denx.de>
6206Date: Thu Feb 19 13:53:29 2009 +0100
6207
6208 TQM8xxL: make some room in low memory for future needs
6209
6210 THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
6211 small boot sectors in the flash. This patch makes some room in the
6212 first sector to prepare for a size increase of lib_generic/vsprintf.o
6213 by a future patch.
6214
6215 Signed-off-by: Wolfgang Denk <wd@denx.de>
6216
6217commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
6218Author: Kim Phillips <kim.phillips@freescale.com>
6219Date: Wed Feb 18 18:06:18 2009 -0600
6220
6221 README: remove duplicate entry
6222
6223 it's been around since the original commit (2ad6b513) that added two
6224 identical entries.
6225
6226 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6227
6228commit 1bba30efe1717bea13026e15c7c7d906419fac69
6229Author: Wolfgang Denk <wd@denx.de>
6230Date: Thu Feb 19 00:41:08 2009 +0100
6231
6232 Coding style cleanup, update CHANGELOG
6233
6234 Signed-off-by: Wolfgang Denk <wd@denx.de>
6235
1bba30ef
WD
6236commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
6237Author: Kim Phillips <kim.phillips@freescale.com>
6238Date: Wed Feb 18 17:43:59 2009 -0600
6239
6240 sata_sil3114: fix compiler warning
6241
6242 judging from other printfs in the same file, it seems ata should be
6243 postpended with the interface number, not the address of the global
6244 port variable. Fixes this for current u-boot-mpc83xx tree:
6245
6246 Configuring for MPC8349ITX board...
6247 sata_sil3114.c: In function 'sata_bus_softreset':
6248 sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
6249 sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
6250
6251 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6252
6253commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
6254Author: Ron Madrid <ron_madrid@sbcglobal.net>
6255Date: Wed Feb 18 14:30:44 2009 -0800
6256
6257 Create configuration option for restricted ns16550 functions
6258
6259 This patch will create a configuration option for a minimum configuration for
6260 the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
6261 configuration option to the SIMPC8313.h config file in order to fix the NAND
6262 bootstrap build error. This option will exclude all functions with exception of
6263 NS16550_putc and NS16550_init. This will be used primarily to save space and
6264 remove unused code from builds in which space is limited.
6265
6266 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
6267
6268commit 7b0bc0219db8981613259473cf19699ac259b4fb
6269Author: Kim Phillips <kim.phillips@freescale.com>
6270Date: Wed Feb 18 16:14:29 2009 -0600
6271
6272 mkconfig: include board config.h before asm/config.h
6273
6274 swapping the include order suppresses warnings for board configs
6275 that define their own CONFIG_MAX_MEM_MAPPED:
6276
6277 In file included from /home/r1aaha/git/u-boot/include/config.h:5,
6278 from /home/r1aaha/git/u-boot/include/common.h:35,
6279 from simpc8313.c:26:
6280 /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
6281 "CONFIG_MAX_MEM_MAPPED" redefined
6282 In file included from /home/r1aaha/git/u-boot/include/config.h:4,
6283 from /home/r1aaha/git/u-boot/include/common.h:35,
6284 from simpc8313.c:26:
6285 /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
6286 the location of the previous definition
6287
6288 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6289
6290commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
6291Author: Wolfgang Denk <wd@denx.de>
6292Date: Wed Feb 18 21:35:38 2009 +0100
6293
6294 Fix build errors after making flash_get_info() non-static
6295
6296 Fix for these build problems:
6297 error: static declaration of 'flash_get_info' follows non-static declaration
6298
6299 Signed-off-by: Wolfgang Denk <wd@denx.de>
6300
09fee8e8
WD
6301commit b4996d6b2140e5da7f1c346f37a67b19907b307a
6302Author: Stefan Roese <sr@denx.de>
6303Date: Wed Feb 18 13:18:00 2009 +0100
6304
6305 ppc4xx: PCIe: Change 16GB inbound memory to 4GB
6306
6307 This patch fixes a problem recently seen on some 4xx platforms. For
6308 example on Kilauea PCIe slot #0.
6309
6310 Signed-off-by: Stefan Roese <sr@denx.de>
6311
6312commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
6313Author: Stefan Roese <sr@denx.de>
6314Date: Wed Feb 18 14:05:37 2009 +0100
6315
6316 ppc4xx: Some more PMC405 coding-style cleanup
6317
6318 Signed-off-by: Stefan Roese <sr@denx.de>
6319
6320commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
6321Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6322Date: Sun Feb 15 22:27:47 2009 +0100
6323
6324 ppc4xx: Update PMC405 board support
6325
6326 This patch prepares the good old PMC405 board support for
6327 upcoming PMC405V2 patches.
6328
6329 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6330 Signed-off-by: Stefan Roese <sr@denx.de>
6331
6332commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
6333Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6334Date: Sun Feb 15 22:26:54 2009 +0100
6335
6336 ppc4xx: Cleanup PMC405 board support
6337
6338 This patch fixes coding style for PMC405 board support.
6339 Also some unneeded features/code is removed.
6340
6341 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6342 Signed-off-by: Stefan Roese <sr@denx.de>
6343
6344commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
6345Author: Ilya Yanok <yanok@emcraft.com>
6346Date: Thu Feb 5 04:08:20 2009 +0100
6347
6348 qong: changes to Dave/DENX Qong configuration
6349
6350 1. Changes to the default environment:
6351 - "bootcmd" defined as "run flash_self"
6352 - "saveenv" command removed from "update"
6353 - "uboot" changed to "u-boot" (also in "load")
6354 - "addmtd" variable defined (and added to all boot commands)
6355 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
6356 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
6357 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
6358 with truncated "bootargs" environment variable.
6359
6360 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6361
1bba30ef
WD
6362commit 5f0320108870e5d62983d1d5c13a2a087dddf686
6363Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6364Date: Sun Feb 1 17:07:52 2009 +0100
6365
6366 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
6367
6368 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6369
6370commit ec6f14994602276660f7264c6ab3b91ef1f7614d
6371Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6372Date: Sun Feb 1 17:07:51 2009 +0100
6373
6374 common/console: coding style cleanup
6375
6376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6377
6378commit daaf74f176b548dfd34a9990231f4189201d57ba
6379Author: Mike Frysinger <vapier@gentoo.org>
6380Date: Thu Jan 29 20:02:23 2009 -0500
6381
6382 mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
6383
6384 Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
6385 into the Makefile so we avoid pointless compiling of the file.
6386
6387 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6388
6389commit 7bd2722e890bc877a3c057d7ccddc80451c99939
6390Author: Mike Frysinger <vapier@gentoo.org>
6391Date: Thu Jan 29 20:02:07 2009 -0500
6392
6393 disk: convert part_* files to COBJ-$(CONFIG_XXX) style
6394
6395 Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
6396 avoid pointless compiles.
6397
6398 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6399
6400commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
6401Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
6402Date: Thu Jan 29 10:35:40 2009 +0200
6403
6404 include/image.h: Ease grepping of image_* functions
6405
6406 Because the functions have been defined using macros, grepping for
6407 their definitions is not possible. This patch adds the real function
6408 names in comments.
6409
6410 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
6411 Acked-by: Mike Frysinger <vapier@gentoo.org>
6412
6413commit bdab39d358e63aa47f400a8a76b8d5f283842df3
6414Author: Mike Frysinger <vapier@gentoo.org>
6415Date: Wed Jan 28 19:08:14 2009 -0500
6416
6417 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
6418
6419 The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
6420 rather than a generic "env" command, or anything else related to the
6421 environment. So, let's make sure the define is named accordingly.
6422
6423 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6424
6425commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
6426Author: Valeriy Glushkov <gvv@lstec.com>
6427Date: Fri Jan 23 20:02:17 2009 +0200
6428
6429 disable imls command if no flash is defined
6430
6431 Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
6432
6433 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
6434
6435commit 923aa48126259c13de95131203f1d28bfa5cb889
6436Author: Rafal Jaworowski <raj@semihalf.com>
6437Date: Fri Jan 23 13:27:18 2009 +0100
6438
6439 API: Improve glue mid-layer of the API demo application.
6440
6441 - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
6442 read, which allows for better control and error handling (this introduces
6443 additional error code API_ESYSC returned by the glue mid-layer).
6444
6445 - Clean up definitions naming and usage.
6446
6447 - Other minor cosmetics.
6448
6449 Note these changes do not touch the API proper, so the interface between
6450 U-Boot and standalone applications remains unchanged.
6451
6452 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
6453
6454commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
6455Author: Rafal Jaworowski <raj@semihalf.com>
6456Date: Fri Jan 23 13:27:17 2009 +0100
6457
6458 API: Only output test data when reading was successful.
6459
6460 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6461
6462commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
6463Author: Rafal Jaworowski <raj@semihalf.com>
6464Date: Fri Jan 23 13:27:16 2009 +0100
6465
6466 API: Provide syscall entry point for the ARM architecture.
6467
6468 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6469 Acked-by: Rafal Jaworowski <raj@semihalf.com>
6470
6471commit b84d7d8f1e1066f810866304a16a3583f88e7c98
6472Author: Rafal Jaworowski <raj@semihalf.com>
6473Date: Fri Jan 23 13:27:15 2009 +0100
6474
6475 API: Use stack pointer as API signature search hint in the glue layer.
6476
6477 De-hardcode range in RAM we search for the API signature. Instead use the stack
6478 pointer as a hint to narrow down the range in which the signature could reside
6479 (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
6480 from stack area). Adjust PowerPC code in API demo to the new scheme.
6481
6482 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6483 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
6484
6485commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
6486Author: Wolfgang Denk <wd@denx.de>
6487Date: Tue Feb 17 10:26:38 2009 +0100
6488
6489 TQM8260: fix locations of kernel and ramdisk images in flash
6490
6491 After introducing redundant environment the kernel images was
6492 overlapping with environment.
6493
6494 Signed-off-by: Wolfgang Denk <wd@denx.de>
6495
b3dd629e
WD
6496commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
6497Author: Heiko Schocher <hs@denx.de>
6498Date: Wed Feb 11 19:26:15 2009 +0100
6499
6500 83xx: add missing TIMING_CFG1_CASLAT_* defines
6501
6502 Signed-off-by: Heiko Schocher <hs@denx.de>
6503 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6504
6505commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
6506Author: Valeriy Glushkov <gvv@lstec.com>
6507Date: Thu Feb 5 14:35:21 2009 +0200
6508
6509 mpc8349itx: allow SATA boot from the onboard SIL1334
6510
6511 This patch allows using of SATA devices connected
6512 to the onboard PCI SIL1334 SATA controller.
6513
6514 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
6515 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6516
1bba30ef
WD
6517commit e1ac387f4645499746856adc1aeaa9787da2eca6
6518Author: Andy Fleming <afleming@freescale.com>
6519Date: Thu Oct 30 16:50:14 2008 -0500
6520
6521 83xx: Add eSDHC support on 8379 EMDS board
6522
6523 Signed-off-by: Andy Fleming <afleming@freescale.com>
6524
6525commit 80522dc8369a89938369fbcee572e662373bc9a3
6526Author: Andy Fleming <afleming@freescale.com>
6527Date: Thu Oct 30 16:51:33 2008 -0500
6528
6529 85xx: Add eSDHC support for 8536 DS
6530
6531 Signed-off-by: Andy Fleming <afleming@freescale.com>
6532
6533commit 50586ef24ed5caf6ce5591df76f355009da2cd79
6534Author: Andy Fleming <afleming@freescale.com>
6535Date: Thu Oct 30 16:47:16 2008 -0500
6536
6537 Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
6538
6539 This uses the new MMC framework
6540
6541 Some contributions by Dave Liu <daveliu@freescale.com>
6542
6543 Signed-off-by: Andy Fleming <afleming@freescale.com>
6544
6545commit 272cc70b211e945e4413122aa73868f6ada732a5
6546Author: Andy Fleming <afleming@freescale.com>
6547Date: Thu Oct 30 16:41:01 2008 -0500
6548
6549 Add MMC Framework
6550
6551 Here's a new framework (based roughly off the linux one) for managing
6552 MMC controllers. It handles all of the standard SD/MMC transactions,
6553 leaving the host drivers to implement only what is necessary to
6554 deal with their specific hardware.
6555
6556 This also hooks the infrastructure into the PowerPC board code
6557 (similar to how the ethernet infrastructure now hooks in)
6558
6559 Some of this code was contributed by Dave Liu <daveliu@freescale.com>
6560
6561 Signed-off-by: Andy Fleming <afleming@freescale.com>
6562
6563commit 1de97f9856f697380cc504126ab92561ed238803
6564Author: Andy Fleming <afleming@freescale.com>
6565Date: Thu Oct 30 16:31:39 2008 -0500
6566
6567 Eliminated arch-specific mmc header requirement
6568
6569 The current MMC infrastructure relies on the existence of an
6570 arch-specific header file. This isn't necessary, and a couple
6571 drivers were forced to implement dummy files to meet this requirement.
6572 Instead, we move the stuff in those header files into a more appropriate
6573 place, and eliminate the stubs and the #include of asm/arch/mmc.h
6574
6575 Signed-off-by: Andy Fleming <afleming@freescale.com>
6576
6577commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
6578Author: Andy Fleming <afleming@freescale.com>
6579Date: Thu Oct 30 16:21:00 2008 -0500
6580
6581 Convert mmc_init to mmc_legacy_init
6582
6583 This is to get it out of the way of incoming MMC framework
6584
6585 Signed-off-by: Andy Fleming <afleming@freescale.com>
6586
6587commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
6588Author: Andy Fleming <afleming@freescale.com>
6589Date: Thu Oct 30 16:19:25 2008 -0500
6590
6591 Eliminate support for using MMC as memory
6592
6593 MMC cards are not memory, so we stop treating them that way.
6594
6595 Signed-off-by: Andy Fleming <afleming@freescale.com>
6596
6597commit e1be0d25ecf494ae81245ca438738ba839d6329b
6598Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
6599Date: Sun Jan 4 08:46:38 2009 +0530
6600
6601 32bit BUg fix for DDR2 on 8572
6602
6603 This errata fix is required for 32 bit DDR2 controller on 8572.
6604 May also be required for P10XX20XX platforms
6605
6606 Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
6607
6608commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
6609Author: Andy Fleming <afleming@freescale.com>
6610Date: Mon Feb 16 09:40:20 2009 -0600
6611
6612 TQM85xx: Fix a couple warnings in TQM8548 build
6613
6614 The ecm variable in sdram.c was being declared for all 8548, but only
6615 used by specific 8548 boards, so we make that variable require those
6616 specific boards, too
6617
6618 The nand code was using an index "i" into a table, and then re-using "i"
6619 to set addresses for each upm. However, then it relied on the old value
6620 of i still being there to enable things. Changed the second "i" to "j"
6621
6622 Signed-off-by: Andy Fleming <afleming@freescale.com>
6623
6624commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
6625Author: Wolfgang Grandegger <wg@grandegger.com>
6626Date: Wed Feb 11 18:38:26 2009 +0100
6627
6628 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
6629
6630 This patch adds the workaround for erratum DDR20 according to MPC8548
6631 Device Errata document, Rev. 1: "CKE signal may not function correctly
6632 after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
6633 processor version 2.1 and the work-around must be removed.
6634
6635 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6636
6637commit 080408fdc71706adcb883d22125637c54f6010b1
6638Author: Wolfgang Grandegger <wg@grandegger.com>
6639Date: Wed Feb 11 18:38:25 2009 +0100
6640
6641 MPC85xx: TQM8548: use cache for AG and BE variants
6642
6643 This patch makes accesses to the system memory cachable by removing the
6644 caching-inhibited and guarded flags from the relevant TLB entries for
6645 the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
6646 are configured similarly.
6647
6648 This results in a big averall performace improvement. TFTP downloads,
6649 NAND Flash accesses, kernel boots, etc. are much faster.
6650
6651 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6652
6653commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
6654Author: Wolfgang Grandegger <wg@grandegger.com>
6655Date: Wed Feb 11 18:38:24 2009 +0100
6656
6657 MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
6658
6659 This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
6660 module.
6661
6662 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
6663 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6664
6665commit 88b0e88d186479349e5a2b771e82775109e10fb4
6666Author: Wolfgang Grandegger <wg@grandegger.com>
6667Date: Wed Feb 11 18:38:23 2009 +0100
6668
6669 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
6670
6671 According to new TQM8548 timing specification:
6672 Refresh Recovery: 34 -> 53 clocks
6673 CKE pulse width: 1 -> 3 cycles
6674 Window for four activities: 13 -> 14 cycles
6675
6676 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
6677 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6678
6679commit a865bcdac89278cac4dfc07dec8299403110499d
6680Author: Wolfgang Grandegger <wg@grandegger.com>
6681Date: Wed Feb 11 18:38:22 2009 +0100
6682
6683 MPC85xx: TQM8548: add support for the TQM8548_AG module
6684
6685 The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
6686 CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
6687 with "$ make TQM8548_AG_config".
6688
6689 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6690
6691commit ad7ee5d43b0db94079d56521dabca25674f28747
6692Author: Wolfgang Grandegger <wg@grandegger.com>
6693Date: Wed Feb 11 18:38:21 2009 +0100
6694
6695 MPC85xx: TQM8548: add support for the TQM8548_BE module
6696
6697 The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
6698 interface. With NAND support, the image is significantly larger and
6699 TEXT_BASE is adjusted accordingly. U-Boot can be built for this
6700 module with "$ make TQM8548_BE_config".
6701
6702 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6703
6704commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
6705Author: Wolfgang Grandegger <wg@grandegger.com>
6706Date: Wed Feb 11 18:38:20 2009 +0100
6707
6708 MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
6709
6710 The TQM8548_AG module does not have the standard PCI/PCI-X interface
6711 connected but just the PCI Express interface . So far it was not
6712 possible to disable it without disabling the complete PCI interface
6713 (CONFIG_PCI) including PCI Express.
6714
6715 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6716
6717commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
6718Author: Wolfgang Grandegger <wg@grandegger.com>
6719Date: Wed Feb 11 18:38:19 2009 +0100
6720
6721 MPC85xx: TQM85xx: fix flash protection for boot loader
6722
6723 As the reset vector is located at 0xfffffffc, all flash sectors from the
6724 beginning of the U-Boot binary to 0xffffffff must be protected. On the
6725 TQM8548-AG having small sectors at the end of the flash it happened that
6726 the last two sector were not protected and an "erase all" left an
6727 un-bootable system behind:
6728
6729 Bank # 2: CFI conformant FLASH (32 x 16) Size: 32 MB in 270 Sectors
6730 AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
6731 Erase timeout: 8192 ms, write timeout: 1 ms
6732
6733 FFFA0000 E RO FFFC0000 RO FFFE0000 RO FFFE4000 RO FFFE8000 RO
6734 FFFEC000 RO FFFF0000 RO FFFF4000 RO FFFF8000 E FFFFC000
6735
6736 The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
6737 board BSPs as well.
6738
6739 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6740
6741commit a1c8a719262151f97119e76166043ee3da3f97b2
6742Author: Peter Tyser <ptyser@xes-inc.com>
6743Date: Fri Feb 6 14:30:40 2009 -0600
6744
6745 86xx: Update CPU info output on bootup
6746
6747 - Update style of 86xx CPU information on boot to more closely
6748 match 85xx boards
6749 - Fix detection of 8641/8641D
6750 - Use strmhz() to display frequencies
6751 - Display L1 information
6752 - Display L2 cache size
6753 - Fixed CPU/SVR version output
6754
6755 == Before ==
6756 Freescale PowerPC
6757 CPU:
6758 Core: E600 Core 0, Version: 0.2, (0x80040202)
6759 System: Unknown, Version: 2.1, (0x80900121)
6760 Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
6761 L2: Enabled
6762 Board: X-ES XPedite5170 3U VPX SBC
6763
6764 == After ==
6765 CPU: 8641D, Version: 2.1, (0x80900121)
6766 Core: E600 Core 0, Version: 2.2, (0x80040202)
6767 Clock Configuration:
6768 CPU:1066.667 MHz, MPX:533.333 MHz
6769 DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
6770 L1: D-cache 32 KB enabled
6771 I-cache 32 KB enabled
6772 L2: 512 KB enabled
6773 Board: X-ES XPedite5170 3U VPX SBC
6774
6775 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6776
6777commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
6778Author: Peter Tyser <ptyser@xes-inc.com>
6779Date: Thu Feb 5 11:25:24 2009 -0600
6780
6781 86xx: Update Global Utilities structure
6782
6783 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6784
6785commit 4ef630df773e45806d701bf5d25c328778bb4cde
6786Author: Peter Tyser <ptyser@xes-inc.com>
6787Date: Thu Feb 5 11:25:25 2009 -0600
6788
6789 86xx: Reset update
6790
6791 Update the 86xx reset sequence to try executing a board-specific reset
6792 function. If the board-specific reset is not implemented or does not
6793 succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard
6794 reset procedure than the previous method and allows all board
6795 peripherals to be reset if needed.
6796
6797 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6798
6799commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
6800Author: Kumar Gala <galak@kernel.crashing.org>
6801Date: Tue Feb 10 23:53:40 2009 -0600
6802
6803 fsl-ddr: Allow system to boot if we have more than 4G of memory
6804
6805 Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
6806 an error and hang. Instead of doing that since DDR is mapped in the
6807 lowest priority LAWs we setup the DDR controller and the max amount
6808 of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
6809
6810 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6811 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
6812
6813commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
6814Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6815Date: Wed Jan 21 17:17:33 2009 -0600
6816
6817 mpc85xx: Add support for the P2020
6818
6819 Added various p2020 processor specific details:
6820 * SVR for p2020, p2020E
6821 * immap updates for LAWs and DDR on p2020
6822 * LAW defines related to p2020
6823
6824 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6825 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
6826 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6827
6828commit cb69e4de8702e108324e1c40363f30ef6f2e2918
6829Author: Kumar Gala <galak@kernel.crashing.org>
6830Date: Tue Feb 10 17:36:15 2009 -0600
6831
6832 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
6833
6834 Added some info that is printed out when we boot to distiquish if we
6835 built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
6836 different address maps.
6837
6838 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6839
6840commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
6841Author: Andy Fleming <afleming@freescale.com>
6842Date: Fri Dec 5 20:10:22 2008 -0600
6843
6844 Fixup SGMII PHY ids in the device tree
6845
6846 The device tree's PHY addresses need to be fixed up if we're using the
6847 SGMII Riser Card.
6848
6849 The 8572, 8536, and 8544 DS boards were modified to call this function.
6850
6851 Code idea taken from Liu Yu <yu.liu@freescale.com>
6852
6853 Signed-off-by: Andy Fleming <afleming@freescale.com>
6854
6855commit 5dc0cf68f8f101042997d75188081d8526d705ea
6856Author: Andy Fleming <afleming@freescale.com>
6857Date: Wed Feb 11 15:10:31 2009 -0600
6858
6859 Make some minor whitespace changes to eliminate line-wrapping
6860
6861 Signed-off-by: Andy Fleming <afleming@freescale.com>
6862
6863commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
6864Author: Andy Fleming <afleming@freescale.com>
6865Date: Wed Feb 11 15:07:24 2009 -0600
6866
6867 Add eth_get_dev_by_index
6868
6869 This allows code to iterate through the ethernet devices
6870
6871 Signed-off-by: Andy Fleming <afleming@freescale.com>
6872
6873commit b67305120aaf268a6140125346678166d14f1f47
6874Author: Kumar Gala <galak@kernel.crashing.org>
6875Date: Mon Feb 9 22:03:04 2009 -0600
6876
6877 85xx: Fix bug in device tree setup in 36-bit physical confg
6878
6879 In the 36-bit physical config for MPC8572DS when need the start address
6880 of memory and it size to be kept in phys_*_t instead of a ulong since
6881 we support >4G of memory in the config and ulong cant represent that.
6882 Otherwise we end up seeing the memory node in the device tree reporting
6883 back we have memory starting @ 0 and of size 0.
6884
6885 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6886
6887commit ad97dce18445ff05bf326094e691a01aa95aa8dc
6888Author: Kumar Gala <galak@kernel.crashing.org>
6889Date: Mon Feb 9 22:03:05 2009 -0600
6890
6891 85xx: Fix address map for 36-bit config of MPC8572DS
6892
6893 When we introduced the 36-bit config of the MPC8572DS board we had the
6894 wrong PCI MEM bus address map. Additionally, the change to the address
6895 map exposes a small issue in our dummy read on the ULI bus. We need
6896 to use the new mapping functions to handle that read properly in the
6897 36-bit config.
6898
6899 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6900
6901commit f8523cb0815b2d3d2d780b7d49ca614105555f58
6902Author: Kumar Gala <galak@kernel.crashing.org>
6903Date: Fri Feb 6 09:56:35 2009 -0600
6904
6905 85xx: Fix how we map DDR memory
6906
6907 Previously we only allowed power-of-two memory sizes and didnt
6908 handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
6909 and should properly handle any size that we can make in the TLBs
6910 we have available to us
6911
6912 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6913
6914commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
6915Author: Kumar Gala <galak@kernel.crashing.org>
6916Date: Fri Feb 6 09:56:34 2009 -0600
6917
6918 fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
6919
6920 If we only have one controller we can completely ignore how
6921 memctl_intlv_ctl is set. Otherwise other levels of code get confused
6922 and think we have twice as much memory.
6923
6924 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6925
6926commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
6927Author: Kumar Gala <galak@kernel.crashing.org>
6928Date: Wed Feb 4 09:35:57 2009 -0600
6929
6930 85xx: Format cpu freq printing to handle 8 cores
6931
6932 Only print 4 cpu freq per line. This way when we have 8 cores its a
6933 bit more readable.
6934
6935 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6936
6937commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
6938Author: Abraham, Thomas <t-abraham@ti.com>
6939Date: Tue Oct 28 16:51:31 2008 +0530
6940
6941 USB: Remove LUN number from CDB
6942
6943 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.
6944
6945 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
6946 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6947
6948commit f3c0de636252f3a18654c8f9c6370a9574a7e755
6949Author: Atin Malaviya <atin.malaviya@gmail.com>
6950Date: Tue Feb 3 15:17:10 2009 -0500
6951
6952 Added usbtty_configured() check. Fixed attribute(packed) warnings.
6953
6954 V3: Fixed line-wrap problem due to user error in mail!
6955
6956 Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
6957 when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
6958 Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
6959
6960 Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
6961 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6962
6963commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
6964Author: Guennadi Liakhovetski <lg@denx.de>
6965Date: Fri Feb 13 09:23:36 2009 +0100
6966
6967 i.MX31: Start the I2C clock on driver initialisation
6968
6969 i.MX31 powers on with most clocks running, so, after a power on this explicit
6970 clock start up is not required. However, as Linux boots it disables most clocks
6971 to save power. This includes the I2C clock. If we then soft reboot from Linux
6972 the I2C clock stays off. This breaks the phycore, which has its environment in
6973 I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
6974 initialisation routine.
6975
6976 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6977 Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6978
6979commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
6980Author: Mike Frysinger <vapier@gentoo.org>
6981Date: Wed Feb 11 20:36:14 2009 -0500
6982
6983 i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
6984
6985 The Blackfin i2c driver has been rewritten thus the special ifdefs in the
6986 common code are no longer needed.
6987
6988 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6989
6990commit c2d9befa0b4695b89476fb5d259742c09afe243f
6991Author: Heiko Schocher <hs@denx.de>
6992Date: Thu Feb 12 08:08:54 2009 +0100
6993
6994 82xx, mgcoge: fix compile error
6995
6996 With actual u-boot compiling the mgcoge port fails, because
6997 since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
6998 necessary to define CONFIG_NET_MULTI.
6999
7000 Seems to me the mgcoge port is the only actual existing 8260
7001 port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
7002 to be fixed.
7003
7004 Signed-off-by: Heiko Schocher <hs@denx.de>
7005
7006commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
7007Author: Dirk Eibach <eibach@gdsys.de>
7008Date: Mon Feb 9 08:18:34 2009 +0100
7009
7010 ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
7011
7012 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
7013 Signed-off-by: Stefan Roese <sr@denx.de>
7014
7015commit 7369f0e384e2a831be13a7773a58242c9173fa9c
7016Author: Carolyn Smith <carolyn.smith@tektronix.com>
7017Date: Thu Feb 12 06:13:44 2009 +0100
7018
7019 ppc4xx: Fix initialization of the SDRAM_CODT register
7020
7021 This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
7022 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
7023 and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
7024
7025 Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
7026 Signed-off-by: Stefan Roese <sr@denx.de>
7027
7028commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
7029Author: Stefan Roese <sr@denx.de>
7030Date: Wed Feb 11 09:29:33 2009 +0100
7031
7032 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
7033
7034 Some AMCC eval boards do have a board_eth_init() function calling
7035 pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
7036 with the new eth_init rework.
7037
7038 Signed-off-by: Stefan Roese <sr@denx.de>
7039
7040commit c645012aefebb301e6907d148c6c8efacac049d4
7041Author: Adam Graham <agraham@amcc.com>
7042Date: Mon Feb 9 13:18:12 2009 -0800
7043
7044 ppc4xx: Autocalibration can set RDCC to over aggressive value.
7045
7046 The criteria of the AMCC SDRAM Controller DDR autocalibration
7047 U-Boot code is to pick the largest passing write/read/compare
7048 window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
7049 Cycle Select value.
7050
7051 On some Kilauea boards the DDR autocalibration algorithm can
7052 find a large passing write/read/compare window with a small
7053 SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
7054 value "T1 Sample".
7055
7056 This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
7057 "T1 Sample" proves to be to aggressive when later on U-Boot
7058 relocates into DDR memory and executes.
7059
7060 The memory traces on the Kilauea board are short so on some
7061 Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
7062 value of "T1 Sample" shows up as a potentially valid value for
7063 the DDR autocalibratiion algorithm.
7064
7065 The fix is to define a weak default function which provides
7066 the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
7067 to accept for DDR autocalibration. The default will be the
7068 "T2 Sample" value. A board developer who has a well defined
7069 board and chooses to be more aggressive can always provide
7070 their own board specific string function with the more
7071 aggressive "T1 Sample" value or stick with the default
7072 minimum SDRAM_RDCC.[RDSS] value of "T2".
7073
7074 Also put in a autocalibration loop fix for case where current
7075 write/read/compare passing window size is the same as a prior
7076 window size, then in this case choose the write/read/compare
7077 result that has the associated smallest RDCC T-Sample value.
7078
7079 Signed-off-by: Adam Graham <agraham@amcc.com>
7080 Signed-off-by: Stefan Roese <sr@denx.de>
7081
7082commit 2ede879fcb67470524847bb4fc8972651bb46184
7083Author: Stefan Roese <sr@denx.de>
7084Date: Wed Feb 11 09:37:12 2009 +0100
7085
7086 ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
7087
7088 CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
7089 included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
7090
7091 It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
7092 boards right now.
7093
7094 Signed-off-by: Stefan Roese <sr@denx.de>
7095
7096commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
7097Author: Wolfgang Denk <wd@denx.de>
7098Date: Thu Feb 12 00:08:39 2009 +0100
7099
7100 Coding style cleanup; update CHANGELOG
7101
7102 Signed-off-by: Wolfgang Denk <wd@denx.de>
7103
f15c6515
WD
7104commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
7105Author: Peter Tyser <ptyser@xes-inc.com>
7106Date: Fri Jan 30 16:36:40 2009 -0600
7107
7108 Add feature-removal-schedule.txt
7109
7110 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7111
7112commit 255d28e1642e8fc32a6753226be1a96b481ce111
7113Author: Heiko Schocher <hs@denx.de>
7114Date: Tue Feb 10 09:32:38 2009 +0100
7115
7116 8xx serial, smc: Coding-Style cleanup serial SMC driver
7117
7118 Signed-off-by: Heiko Schocher <hs@denx.de>
7119
7120commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
7121Author: Heiko Schocher <hs@denx.de>
7122Date: Tue Feb 10 09:31:47 2009 +0100
7123
7124 8xx serial, smc: add configurable SMC Rx buffer len
7125
7126 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
7127 With this option it is possible to allow the receive
7128 buffer for the SMC on 8xx to be greater then 1. In case
7129 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
7130 old version.
7131
7132 When defining CONFIG_SYS_SMC_RXBUFLEN also
7133 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
7134 idle timeout for the SMC.
7135
7136 Signed-off-by: Heiko Schocher <hs@denx.de>
7137
7138commit e915f8bb73d74178bc21d3a457959883b1afd1c0
7139Author: Mike Frysinger <vapier@gentoo.org>
7140Date: Thu Feb 5 21:04:36 2009 -0500
7141
7142 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
7143
7144 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
7145 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
7146 code in the process.
7147
7148 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7149
7150commit ab76e9848a1f4db64d14233741d739a3b3360c93
7151Author: Mike Frysinger <vapier@gentoo.org>
7152Date: Thu Feb 5 21:04:50 2009 -0500
7153
7154 bzip2: move ifdef handling to Makefile COBJS-$(...)
7155
7156 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7157
7158commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
7159Author: Jerry Van Baren <gvb.uboot@gmail.com>
7160Date: Thu Feb 5 22:18:02 2009 -0500
7161
7162 Fix whitespace damage: double space changed to a tab
7163
7164 At some point an intentional double space at the end of the sentence
7165 got changed into a tab in the GPL header line:
7166 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7167
7168 This patch fixes the damage.
7169
7170 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
7171
7172commit 4f975678de995b55749d5e84590c268972a7c835
7173Author: Heiko Schocher <hs@denx.de>
7174Date: Tue Feb 10 09:53:29 2009 +0100
7175
7176 cfi: make flash_get_info() non static
7177
7178 If on your board is more than one flash, you must know
7179 the size of every single flash, for example, for updating
7180 the DTS before booting Linux. So make this function
7181 flash_get_info() extern, and you can have all info
7182 about your flashes.
7183
7184 Signed-off-by: Heiko Schocher <hs@denx.de>
7185 Signed-off-by: Stefan Roese <sr@denx.de>
7186
7187commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
7188Author: Ben Warren <biggerbadderben@gmail.com>
7189Date: Thu Feb 5 23:58:25 2009 -0800
7190
7191 net: removed board-specific CONFIGs from MPC5xxx FEC driver
7192
7193 Added new CONFIG options for the three type of MAC-PHY interconnect and
7194 applied them all relevant board config files
7195
7196 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7197
7198commit 638ed3e296e70fab286d157b7adedaaa4a09a474
7199Author: Mike Frysinger <vapier@gentoo.org>
7200Date: Thu Feb 5 21:04:47 2009 -0500
7201
7202 net/sntp.c: move ifdef into Makefile COBJS-$(...)
7203
7204 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7205 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7206
7207commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
7208Author: Andy Fleming <afleming@freescale.com>
7209Date: Tue Feb 3 18:26:41 2009 -0600
7210
7211 tsec: Fix a bug in soft-resetting
7212
7213 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
7214 clock cycles, so it's been mostly working. But we had no guarantee, and at
7215 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
7216 enforces a 2 microsecond gap between assertion and deassertion.
7217
7218 Signed-off-by: Andy Fleming <afleming@freescale.com>
7219 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7220
7221commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
7222Author: Simon Munton <simon@nidoran.m5data.com>
7223Date: Mon Feb 2 09:44:08 2009 +0000
7224
7225 Fix 100Mbs ethernet operation on sh7763 based boards
7226
7227 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
7228 used in the GECMR register. Following diff fixes the problem
7229
7230 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
7231 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7232
7233commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
7234Author: ksi@koi8.net <ksi@koi8.net>
7235Date: Fri Feb 6 16:27:55 2009 -0800
7236
7237 Fix MPC8260 with ethernet on SCC
7238
7239 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
7240 typo or something...
7241
7242 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
7243 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7244
7245commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
7246Author: Heiko Schocher <hs@denx.de>
7247Date: Fri Jan 30 12:56:15 2009 +0100
7248
7249 82xx serial, smc: Coding-Style cleanup serial SMC driver
7250
7251 Signed-off-by: Heiko Schocher <hs@denx.de>
7252
7253commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
7254Author: Heiko Schocher <hs@denx.de>
7255Date: Fri Jan 30 12:55:38 2009 +0100
7256
7257 82xx serial, smc: add configurable SMC Rx buffer len
7258
7259 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
7260 With this option it is possible to allow the receive
7261 buffer for the SMC on 82xx to be greater then 1. In case
7262 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
7263 old version.
7264
7265 When defining CONFIG_SYS_SMC_RXBUFLEN also
7266 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
7267 idle timeout for the SMC.
7268
7269 Signed-off-by: Heiko Schocher <hs@denx.de>
7270
7271commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
7272Author: Kumar Gala <galak@kernel.crashing.org>
7273Date: Fri Feb 6 08:08:06 2009 -0600
7274
7275 ppc: Fix roll over bug in flush_cache()
7276
7277 If we call flush_cache(0xfffff000, 0x1000) it would never
7278 terminate the loop since end = 0xffffffff and we'd roll over
7279 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
7280
7281 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7282
7283commit 87c9063963561d3d01064be34d0c30855a56587b
7284Author: Kumar Gala <galak@kernel.crashing.org>
7285Date: Thu Feb 5 20:40:58 2009 -0600
7286
7287 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
7288
7289 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
7290 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
7291
7292 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7293 Acked-by: Stefan Roese <sr@denx.de>
7294
7295commit 47d41cc3a11a03c6d56146d056145df73f47eb50
7296Author: Kumar Gala <galak@kernel.crashing.org>
7297Date: Thu Feb 5 20:40:57 2009 -0600
7298
7299 Add an architecture specific config.h for common defines
7300
7301 We have common defines that we duplicate in various ways. Having an
7302 arch specific config.h gives us a common location for those defines.
7303
7304 Eventually we should be able to replace this when we have proper
7305 Kconfig support.
7306
7307 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7308
7309commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
7310Author: Becky Bruce <beckyb@kernel.crashing.org>
7311Date: Tue Feb 3 18:10:56 2009 -0600
7312
7313 mpc8641hpcn: Change PCI MEM pci bus address
7314
7315 Now that the rest of u-boot can support it, change the PCI bus
7316 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
7317 and use the same bus address for both PCI1 and PCI2. This will
7318 maximize the amount of PCI address space left over to map RAM
7319 on systems with large amounts of memory.
7320
7321 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7322
7323commit 1785dbeed43599eed1d8875673c96912cd770141
7324Author: Becky Bruce <beckyb@kernel.crashing.org>
7325Date: Tue Feb 3 18:10:55 2009 -0600
7326
7327 drivers/block/ahci: Fix pci mapping bug
7328
7329 The code assumes that the pci bus address and the virtual
7330 address used to access a region are the same, but they might
7331 not be. Fix this assumption.
7332
7333 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7334
7335commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
7336Author: Becky Bruce <beckyb@kernel.crashing.org>
7337Date: Tue Feb 3 18:10:54 2009 -0600
7338
7339 MPC8641HPCN: Enable CONFIG_ADDR_MAP
7340
7341 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7342
7343commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
7344Author: Becky Bruce <beckyb@kernel.crashing.org>
7345Date: Tue Feb 3 18:10:53 2009 -0600
7346
7347 mpc8641hpcn: Clean up PCI mapping concepts
7348
7349 Clean up PCI mapping concepts in the 8641 config - rename _BASE
7350 to _BUS, as it's actually a PCI bus address, separate virtual
7351 and physical addresses into _VIRT and _PHYS, and use each
7352 appopriately.
7353
7354 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7355
7356commit c9315e6b4f244981de0b2eaaa29a7838a165b494
7357Author: Becky Bruce <beckyb@kernel.crashing.org>
7358Date: Tue Feb 3 18:10:52 2009 -0600
7359
7360 mpc86xx: Add support to populate addr map based on BATs
7361
7362 If CONFIG_ADDR_MAP is enabled, update the address map
7363 whenever we write a bat.
7364
7365 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7366
7367commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
7368Author: Becky Bruce <beckyb@kernel.crashing.org>
7369Date: Tue Feb 3 18:10:51 2009 -0600
7370
7371 powerpc: Move duplicated BAT defines to mmu.h
7372
7373 The BAT fields are architected; there's no need for these to be in
7374 cpu-specific files. Drop the duplication and move these to
7375 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
7376 used by the alaska board, and switch to using the BATU_BL_xxx defines
7377 used by all the other boards. The BL_ defines previously in use
7378 had to be shifted into the proper position for use, which was inefficient.
7379
7380 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7381
7382commit 6e61fae4d360a1380b63e7d007b31477e366bcce
7383Author: Becky Bruce <beckyb@kernel.crashing.org>
7384Date: Tue Feb 3 18:10:50 2009 -0600
7385
7386 drivers/pci: Create pci_map_bar function
7387
7388 It is no longer always true that the pci bus address can be
7389 used as the virtual address for pci accesses. pci_map_bar()
7390 is created to return the virtual address for a pci region.
7391
7392 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7393
7394commit 2ecca3401775b125c3b9ff65766befb23989414b
7395Author: Becky Bruce <beckyb@kernel.crashing.org>
7396Date: Tue Feb 3 18:10:49 2009 -0600
7397
7398 mpc8641hpcn: Set up outbound pci windows before inbound
7399
7400 Because the inbound pci windows are mapped generously, set up
7401 the more specific outbound windows first. This way, when we
7402 search the pci regions for something, we will hit on the more
7403 specific region. This can actually be a problem on systems
7404 with large amounts of RAM.
7405
7406 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7407
7408commit b81b773ead0687114dc8a800f99ea6e504447739
7409Author: Becky Bruce <beckyb@kernel.crashing.org>
7410Date: Mon Feb 2 16:34:52 2009 -0600
7411
7412 mpc8641hpcn: Use physical address in flash banks defintion
7413
7414 If the VA and PA of the flash aren't the same, the banks list
7415 should be initialized to hold the physical address. Correct this.
7416
7417 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7418
09fee8e8
WD
7419commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
7420Author: Ilya Yanok <yanok@emcraft.com>
7421Date: Tue Feb 10 00:22:31 2009 +0100
7422
7423 qong: support for Dave/DENX QongEVB-LITE board
7424
7425 This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
7426
7427 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7429
7430commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
7431Author: Ilya Yanok <yanok@emcraft.com>
7432Date: Mon Feb 9 18:45:28 2009 +0100
7433
7434 dnet: driver for Dave DNET ethernet controller
7435
7436 Driver for Dave DNET ethernet controller (used on Dave/DENX
7437 QongEVB-LITE board).
7438
7439 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7440 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7441
f15c6515
WD
7442commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
7443Author: Kumar Gala <galak@kernel.crashing.org>
7444Date: Fri Feb 6 09:49:32 2009 -0600
7445
7446 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
7447
7448 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
7449 we should give preference to memory regions that aren't system memory.
7450
7451 Its possible that we have over mapped system memory in the regions and
7452 we want to avoid depending on the order of the regions.
7453
7454 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7455
7456commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
7457Author: Kumar Gala <galak@kernel.crashing.org>
7458Date: Fri Feb 6 09:49:31 2009 -0600
7459
7460 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
7461
7462 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
7463 can be confusing when reading the code.
7464
7465 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
7466 for system memory mapping purposes.
7467
7468 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7469
09fee8e8
WD
7470commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
7471Author: Ilya Yanok <yanok@emcraft.com>
7472Date: Sun Feb 8 00:59:43 2009 +0300
7473
7474 mx31: add GPIO registers definitions
7475
7476 Added definitions for i.MX31 processor GPIO registers.
7477
7478 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7479
f15c6515
WD
7480commit 8da601280a8acbc3385784780ed35130e53812f1
7481Author: Peter Tyser <ptyser@xes-inc.com>
7482Date: Wed Feb 4 13:47:22 2009 -0600
7483
7484 NAND: Add timeout for reset command
7485
7486 Without the timeout present an infinite loop can occur if the
7487 NAND device is broken or not present.
7488
7489 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7490 Signed-off-by: Scott Wood <scottwood@freescale.com>
7491
7492commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
7493Author: Peter Tyser <ptyser@xes-inc.com>
7494Date: Wed Feb 4 13:39:40 2009 -0600
7495
7496 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
7497
7498 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
7499 for disabling the "No NAND device found!!!" warning when
7500 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
7501 for silencing the warning.
7502
7503 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7504 Signed-off-by: Scott Wood <scottwood@freescale.com>
7505
7506commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
7507Author: Valeriy Glushkov <gvv@lstec.com>
7508Date: Mon Jan 19 16:32:59 2009 +0200
7509
7510 NAND: Fixed invalid pointers to static relocated chip names
7511
7512 Dear Wolfgang,
7513
7514 You are right, the patch was ugly.
7515 The new one seems to be better.
7516
7517 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7518 Signed-off-by: Scott Wood <scottwood@freescale.com>
7519
09fee8e8
WD
7520commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
7521Author: Nishanth Menon <nm@ti.com>
7522Date: Mon Feb 2 18:20:12 2009 -0600
7523
7524 ARM:OMAP3:Zoom1: Add nand unlock option
7525
7526 Enable NAND_UNLOCK option for unlocking nand for
7527 erase/write operations
7528
7529 Signed-off-by: Nishanth Menon <nm@ti.com>
7530
f15c6515
WD
7531commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
7532Author: derek@siconix.com <derek@siconix.com>
7533Date: Mon Jan 26 14:08:17 2009 -0700
7534
7535 env_nand: fix env memory release
7536
7537 This fixes a bug that tmp environment memory not being released.
7538
7539 Signed-off-by: Derek Ou <dou@siconix.com>
7540 Signed-off-by: Scott Wood <scottwood@freescale.com>
7541
09fee8e8
WD
7542commit 05fd88776419df59e7f37bac063a209409dd801d
7543Author: Guennadi Liakhovetski <lg@denx.de>
7544Date: Fri Feb 6 10:37:45 2009 +0100
7545
7546 ARM: remove unused variable
7547
7548 The "size" variable in start_armboot() in lib_arm/board.c is only really
7549 used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
7550 eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
7551
7552 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7553
f15c6515
WD
7554commit 6989e4f546d960a407dd5425f800dff9751c8132
7555Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7556Date: Thu Feb 5 09:33:50 2009 -0500
7557
7558 Coldfire: M527x: Add missing GPIO register address defines
7559
7560 Add missing GPIO registers address definition for Coldfire M5271.
7561
7562 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7563
7564commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
7565Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7566Date: Fri Jan 23 14:42:58 2009 -0500
7567
7568 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
7569
7570 Modified mii_init to support boards with PHYs that are not set to
7571 autonegotiate, but still want to use u-boot's mii commands to probe
7572 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
7573
7574 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7575
7576commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
7577Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7578Date: Fri Jan 23 11:44:30 2009 -0500
7579
7580 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
7581
7582 Applied the patch for baudrate divider value truncation for
7583 serial_init to serial_setbrg as well.
7584
7585 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7586
7587commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
7588Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7589Date: Fri Jan 23 14:07:05 2009 -0500
7590
7591 Coldfire: M5271EVB: Board header update (dependencies)
7592
7593 Cleanup for M5271EVB:
7594 Added clarification on the use of CONFIG_SYS_CLOCK.
7595 Modified to use u-boot's HUSH parser.
7596 Cleanup on environment settings.
7597 Removed compiler warning by defining CONFIG_SYS_CS0_*
7598
7599 Dependencies:
7600 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
7601 This depends on a patch to include/asm-m68k/m5271.h
7602 that defines the multiplier and divider ratios.
7603
7604 Removed the definition of CONFIG_SYS_FECI2C.
7605 This depends on a patch that removes the use of it in
7606 cpu/mcf52x2/cpu_init.c
7607
7608 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7609
7610commit e0db344fabfeb4f9649846f94838f51172f6a1f6
7611Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7612Date: Thu Jan 29 14:36:06 2009 -0500
7613
7614 Coldfire: M5271: Allow board header file to specify clock multiplier
7615
7616 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
7617
7618 Allow the board header file to set their own multiplier and divider.
7619 Added the #define for the multiplier and divider to the cpu header file.
7620
7621 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7622
7623commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
7624Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7625Date: Fri Jan 23 10:47:13 2009 -0500
7626
7627 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
7628
7629 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
7630 Use read-modify-write to activate the FEC pins without disabling I2C.
7631
7632 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7633
7634commit ee73cc59ab904976af3c33b454fc84f78618b2d1
7635Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7636Date: Fri Jan 23 09:45:34 2009 -0500
7637
7638 Coldfire: cmd_bdinfo cleanup
7639
7640 CONFIG_M68K bdinfo cleanup:
7641
7642 Fixed compiler warning about baudrate printing.
7643 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
7644
7645 Added printing of "cpufreq"
7646
7647 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7648
7649commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
7650Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7651Date: Fri Jan 23 09:27:00 2009 -0500
7652
7653 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
7654
7655 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
7656 was causing the bus clock (not CPU clock) to be declared twice as
7657 fast as it actually is. This causes UARTS to operate at half the
7658 specified baudrate.
7659
7660 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7661
7662commit 59d1bda7f92c8a28c3aba94e48063749d425949f
7663Author: Dirk Eibach <eibach@gdsys.de>
7664Date: Tue Feb 3 15:15:21 2009 +0100
7665
7666 ppc4xx: Make PCIE support selectable
7667
7668 On some platforms PCIE support is not required, but would be included
7669 because the cpu supports it. To reduce fooprint it is now configurable
7670 via CONFIG_PCI_DISABLE_PCIE.
7671
7672 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
7673 Signed-off-by: Stefan Roese <sr@denx.de>
7674
7675commit b129eff5ede394cc1faeb6dbf6a987e91abce552
7676Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7677Date: Tue Feb 3 22:13:16 2009 +0100
7678
7679 ppc4xx: Only fixup opb attached UARTs
7680
7681 This patch updates the fdt UART clock fixup code to
7682 only touch CPU internal UARTs on 4xx systems.
7683 Only these UARTs are definitely clocked by gd->uart_clk.
7684
7685 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7686 Signed-off-by: Stefan Roese <sr@denx.de>
7687
7688commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
7689Author: Mike Frysinger <vapier@gentoo.org>
7690Date: Tue Jan 13 11:00:29 2009 -0500
7691
7692 Blackfin: move default boot SPI CS to common code
7693
7694 Move the default SPI CS that we boot from into common code so that it can
7695 be used in other SPI drivers and environment settings.
7696
7697 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7698
7699commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
7700Author: Mike Frysinger <vapier@gentoo.org>
7701Date: Wed Dec 10 12:33:54 2008 -0500
7702
7703 Blackfin: dynamically update UART speed when initializing
7704
7705 Previously, booting over the UART required the baud rate to be known ahead
7706 of time. Using a bit of tricky simple math, we can calculate the new board
7707 rate based on the old divisors.
7708
7709 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7710 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
7711
7712commit 97f265f14f23050f3cb997f617f3a6917b843ea2
7713Author: Mike Frysinger <vapier@gentoo.org>
7714Date: Tue Dec 9 17:21:08 2008 -0500
7715
7716 Blackfin: add support for fast SPI reads with Boot ROM
7717
7718 Newer Blackfin boot roms support using the fast SPI read command rather than
7719 just the slow one. If the functionality is available, then use it.
7720
7721 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7722
7723commit 67619982bfc5cd62710a48e3cbffc304cb78c341
7724Author: Mike Frysinger <vapier@gentoo.org>
7725Date: Sat Oct 11 21:46:52 2008 -0400
7726
7727 Blackfin: check for reserved settings in DDR MMRs
7728
7729 Some bits of the DDR MMRs should not be set. If they do, bad things may
7730 happen (like random failures or hardware destruction).
7731
7732 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7733
7734commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
7735Author: Mike Frysinger <vapier@gentoo.org>
7736Date: Sat Oct 11 21:54:00 2008 -0400
7737
7738 Blackfin: set default voltage levels for BF538/BF539 parts
7739
7740 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7741
7742commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
7743Author: Mike Frysinger <vapier@gentoo.org>
7744Date: Sun Jun 1 01:29:57 2008 -0400
7745
7746 Blackfin: use on-chip syscontrol() rom function when available
7747
7748 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
7749 to be used to properly program the memory and voltage settings as it will
7750 include (possibly critical) factory tested bias values.
7751
7752 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7753
7754commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
7755Author: Stefan Roese <sr@denx.de>
7756Date: Thu Feb 5 11:44:52 2009 +0100
7757
7758 cfi_flash: Fix typo in cfi_flash.c
7759
7760 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
7761 introduced a small typo and compilation warning for systems with CFI
7762 legacy support (e.g. hcu4). This patch fixes it.
7763
7764 Signed-off-by: Stefan Roese <sr@denx.de>
7765
7766commit 28745db969b72693754991c838f68a7fb4a8b1ab
7767Author: Stefan Roese <sr@denx.de>
7768Date: Thu Jan 29 11:21:38 2009 +0100
7769
7770 jedec_flash: Only use manufacturer defines from common flash.h
7771
7772 This patch removes the double defined manufacturer defines from
7773 jedec_flash.c. Since the common defines in flash.h are 32bit
7774 we now need the (16) cast. This patch also removes the compilation
7775 warning (e.g. seen on hcu5):
7776
7777 ./MAKEALL hcu5
7778 Configuring for hcu5 board...
7779 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
7780
7781 Signed-off-by: Stefan Roese <sr@denx.de>
7782
7783commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
7784Author: Stefan Roese <sr@denx.de>
7785Date: Thu Feb 5 11:25:57 2009 +0100
7786
7787 cfi_flash: Silence compilation warning
7788
7789 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
7790 introduced a small compilation warning. This patch fixes it.
7791
7792 Signed-off-by: Stefan Roese <sr@denx.de>
7793
7794commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
7795Author: Becky Bruce <beckyb@kernel.crashing.org>
7796Date: Mon Feb 2 16:34:51 2009 -0600
7797
7798 flash/cfi_flash: Use virtual sector start address, not phys
7799
7800 include/flash.h was commented to say that the address in
7801 flash_info->start was a physical address. However, from u-boot's
7802 point of view, and looking at most flash code, it makes more
7803 sense for this to be a virtual address. So I corrected the
7804 comment to indicate that this was a virtual address.
7805
7806 The only flash driver that was actually treating the address
7807 as physical was the mtd/cfi_flash driver. However, this code
7808 was using it inconsistently as it actually directly dereferenced
7809 the "start" element, while it used map_physmem to get a
7810 virtual address in other places. I changed this driver so
7811 that the code which initializes the info->start field calls
7812 map_physmem to get a virtual address, eliminating the need for
7813 further map_physmem calls. The code is now consistent.
7814
7815 The *only* place a physical address should be used is when defining the
7816 flash banks list that is used to initialize the flash_info struct,
7817 usually found in the board config file.
7818
7819 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7820 Signed-off-by: Stefan Roese <sr@denx.de>
7821
7822commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
7823Author: Wolfgang Denk <wd@denx.de>
7824Date: Wed Feb 4 09:42:20 2009 +0100
7825
7826 Fix compiler warning
7827
7828 (shows up only when DEBUG is enabled)
7829
7830 Signed-off-by: Wolfgang Denk <wd@denx.de>
7831
7832commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
7833Author: Mike Frysinger <vapier@gentoo.org>
7834Date: Mon Oct 6 03:45:55 2008 -0400
7835
7836 Blackfin: update anomaly lists
7837
7838 Update the anomaly lists to match latest anomaly sheets.
7839
7840 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7841
7842commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
7843Author: Ralph Kondziella <rk@argos-messtechnik.de>
7844Date: Mon Jan 26 12:34:36 2009 -0700
7845
7846 ADS5121 Add PATA support
7847
7848 Original patch from Ralph Kondziella
7849 plus clean up by Wolfgang Denk
7850 plus changes by John Rigby
7851 use ips clock not lpc
7852 port forward to current u-boot release
7853
7854 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
7855 Signed-off-by: Wolfgang Denk <wd@denx.de>
7856 Signed-off-by: John Rigby <jrigby@freescale.com>
7857
7858commit abfbd0ae4967df18102345db4f4b529a13da107b
7859Author: Martha Marx <mmarx@silicontkx.com>
7860Date: Mon Jan 26 10:45:07 2009 -0700
7861
7862 ADS5121 Add IC Ident Module (IIM) support
7863
7864 IIM (IC Identification Module) is the fusebox for the mpc5121.
7865 Use #define CONFIG_IIM to turn on the clock for this module
7866 use #define CONFIG_CMD_FUSE to add fusebox commands.
7867 Fusebox commands include the ability to read
7868 the status, read the register cache, override the register cache,
7869 program the fuses and sense them.
7870
7871 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
7872 Signed-off-by: John Rigby <jrigby@freescale.com>
7873
7874commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
7875Author: John Rigby <jrigby@freescale.com>
7876Date: Fri Jan 23 10:33:15 2009 -0700
7877
7878 ADS5121 Fix rev2 silicon pci iopad config
7879
7880 Reset config is not correct
7881
7882 Signed-off-by: John Rigby <jrigby@freescale.com>
7883
7884commit 4c154252c480b13f69ce1b71a9530b0515da76a6
7885Author: John Rigby <jrigby@freescale.com>
7886Date: Wed Nov 19 13:57:34 2008 -0700
7887
7888 ADS5121 DIU Add diu_bmp_addr env
7889
7890 Add support for using a bmp other than
7891 FSL_Logo_BMP for the DIU splash screen.
7892
7893 Can now set the env var "diu_bmp_addr" to
7894 the address of a BMP in flash to use instead
7895 of the default FSL_Logo_BMP.
7896
7897 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
7898 Signed-off-by: John Rigby <jrigby@freescale.com>
7899
7900commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
7901Author: John Rigby <jrigby@freescale.com>
7902Date: Thu Oct 30 16:39:35 2008 -0600
7903
7904 ADS5121 DIU Make inclusion of FSL logo optional
7905
7906 Make inclusion of FSL logo optional and
7907 turn it off by default.
7908
7909 Signed-off-by: John Rigby <jrigby@freescale.com>
7910
7911commit bd99ec149abe94e7f6b2bda4766d701b4005053f
7912Author: Remy Bohmer <linux@bohmer.net>
7913Date: Sun Feb 1 12:27:53 2009 +0100
7914
7915 Compile warning fix in onenand_uboot.h
7916
7917 Regression since merge window after 2009.01
7918
7919 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7920
7921commit a270d1e7295c3d829f42c0480117941dfc1c6477
7922Author: Stefan Roese <sr@denx.de>
7923Date: Thu Jan 29 06:33:55 2009 +0100
7924
7925 USB: Add EHCI support for VCT EHCI controller (really with driver now)
7926
7927 Somehow I missed the real driver part in my last patch version. This patch
7928 now adds the driver.
7929
7930 Signed-off-by: Stefan Roese <sr@denx.de>
7931 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7932
7933commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
7934Author: Cliff Cai <cliff.cai@analog.com>
7935Date: Sat Nov 29 18:22:38 2008 -0500
7936
7937 Blackfin: add driver for on-chip MMC/SD controller
7938
7939 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
7940
7941 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7942 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7943
7944commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
7945Author: Mike Frysinger <vapier@gentoo.org>
7946Date: Sat Oct 11 22:47:34 2008 -0400
7947
7948 Blackfin: add port muxing for BF51x SPI
7949
7950 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7951
7952commit fc68f9f85959664d528daea2aef5ef54974331ce
7953Author: Mike Frysinger <vapier@gentoo.org>
7954Date: Tue Jan 6 06:16:19 2009 -0500
7955
7956 Blackfin: output booting source when booting
7957
7958 Knowing the booting source of the part is useful, especially when the part
7959 can switch dynamically between sources.
7960
7961 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7962
7963commit 8df3ce0f49c37947800ac7c84e751499882619fc
7964Author: Mike Frysinger <vapier@gentoo.org>
7965Date: Thu Dec 11 06:30:46 2008 -0500
7966
7967 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
7968
7969 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
7970 the Blackfin on-chip bootrom to boot out of SPI flash.
7971
7972 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7973
7974commit 2b4a486e6fac502d8b883e344cc4012283945b3d
7975Author: Mike Frysinger <vapier@gentoo.org>
7976Date: Thu Dec 11 04:06:26 2008 -0500
7977
7978 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
7979
7980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7981
7982commit e5eb93e77391bcc308697116c544ea1340aaae8a
7983Author: Mike Frysinger <vapier@gentoo.org>
7984Date: Sat Dec 6 02:54:52 2008 -0500
7985
7986 Blackfin: add port I bits
7987
7988 Some people need to access port I, so make sure the pins are defined.
7989
7990 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7991
7992commit 8a6b272596d43de0db4943eac7af58c3534c4026
7993Author: Sonic Zhang <Sonic.Zhang@analog.com>
7994Date: Wed Nov 26 22:16:45 2008 -0500
7995
7996 Blackfin: add driver for on-chip ATAPI controller
7997
7998 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
7999
8000 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
8001 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8002
8003commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
8004Author: Mike Frysinger <vapier@gentoo.org>
8005Date: Wed Nov 26 21:43:06 2008 -0500
8006
8007 Blackfin: add driver for on-chip NAND controller
8008
8009 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
8010
8011 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8012
8013commit 4148e02abae9a099f4444b5e168ebc2b911d2295
8014Author: Mike Frysinger <vapier@gentoo.org>
8015Date: Wed Nov 12 07:18:15 2008 -0500
8016
8017 Blackfin: build with -mno-fdpic
8018
8019 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
8020 up u-boot, including ones that output FDPIC ELF by default.
8021
8022 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8023
8024commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
8025Author: Mike Frysinger <vapier@gentoo.org>
8026Date: Tue Nov 11 05:43:57 2008 -0500
8027
8028 Blackfin: fix up EBIU defines
8029
8030 The EBIU defines for EBSZ 256/512 were incorrect.
8031
8032 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8033
8034commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
8035Author: Mike Frysinger <vapier@gentoo.org>
8036Date: Wed Nov 5 12:45:24 2008 -0500
8037
8038 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
8039
8040 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
8041 as usable with the source/destination addresses and the count size.
8042
8043 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8044
8045commit b93c68648426f906d63b98117496b6415f505f39
8046Author: Mike Frysinger <vapier@gentoo.org>
8047Date: Wed Nov 5 08:50:23 2008 -0500
8048
8049 Blackfin: only flag L1 instruction for DMA memcpy
8050
8051 The performance difference from doing an 8 bit DMA memcpy vs an optimized
8052 core memcpy can be pretty big when you add in the overhead of setting up the
8053 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
8054 actually require it.
8055
8056 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8057
8058commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
8059Author: Mike Frysinger <vapier@gentoo.org>
8060Date: Wed Nov 5 07:20:37 2008 -0500
8061
8062 Blackfin: dma_memcpy(): fix random failures
8063
8064 We have to make sure the DMA channel is actually disabled in hardware before
8065 attempting to reprogram it. Otherwise the new settings are ignored and we
8066 end up with random hangs/failures.
8067
8068 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8069
8070commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
8071Author: Mike Frysinger <vapier@gentoo.org>
8072Date: Tue Nov 4 00:04:03 2008 -0500
8073
8074 Blackfin: rewrite cache handling functions
8075
8076 Take the cache flush functions from the kernel as they use hardware loops in
8077 order to get optimal performance.
8078
8079 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8080
8081commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
8082Author: Mike Frysinger <vapier@gentoo.org>
8083Date: Mon Nov 3 22:30:05 2008 -0500
8084
8085 Blackfin: setup bi_enetaddr for single nets
8086
8087 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
8088 based on $ethaddr, so set it up.
8089
8090 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8091
8092commit 40599239e7875b39e2a5c12e6545992041c72c52
8093Author: Mike Frysinger <vapier@gentoo.org>
8094Date: Fri Oct 24 22:48:47 2008 -0400
8095
8096 Blackfin: cache core/system clock values
8097
8098 Calculating the clocks requires a bit of calls to gcc math functions, so
8099 cache the values after the first run since they'll most likely never
8100 change once U-Boot is up and running.
8101
8102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8103
8104commit 6957a6209b02f6b69607fc47425f13731cc477f1
8105Author: Mike Frysinger <vapier@gentoo.org>
8106Date: Fri Oct 24 18:18:16 2008 -0400
8107
8108 Blackfin: enable --gc-sections
8109
8110 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
8111 and linking with --gc-sections.
8112
8113 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8114
8115commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
8116Author: Mike Frysinger <vapier@gentoo.org>
8117Date: Mon Oct 20 21:08:54 2008 -0400
8118
8119 Blackfin: dont check baud if it wont actually get used
8120
8121 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8122
8123commit 400f5778f375bc99c73c8488c555def261ccfab7
8124Author: Mike Frysinger <vapier@gentoo.org>
8125Date: Tue Oct 14 07:54:09 2008 -0400
8126
8127 Blackfin: add driver for on-chip SPI controller
8128
8129 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
8130
8131 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8132
8133commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
8134Author: Mike Frysinger <vapier@gentoo.org>
8135Date: Sat Oct 18 05:33:51 2008 -0400
8136
8137 Blackfin: only build post code when CONFIG_POST
8138
8139 Save some time by using CONFIG_POST in the Makefile rather than C files.
8140
8141 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8142
8143commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
8144Author: Mike Frysinger <vapier@gentoo.org>
8145Date: Thu Jan 8 11:57:57 2009 -0500
8146
8147 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
8148
8149 Redo how pointers are managed to get rid of ugly casts and strict pointer
8150 aliasing issues that are highlighted by gcc 4.3.
8151
8152 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8153 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8154
8155commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
8156Author: Mike Frysinger <vapier@gentoo.org>
8157Date: Tue Dec 9 17:46:21 2008 -0500
8158
8159 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
8160
8161 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
8162 does exactly the same thing as common "CONFIG_RMII".
8163
8164 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8165 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8166
8167commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
8168Author: Mike Frysinger <vapier@gentoo.org>
8169Date: Wed Nov 5 06:36:15 2008 -0500
8170
8171 Blackfin: bfin_mac: use common debug()
8172
8173 Rather then defining our own DEBUGF(), just use the common debug().
8174
8175 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8176 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8177
8178commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
8179Author: Mike Frysinger <vapier@gentoo.org>
8180Date: Mon Oct 20 13:59:51 2008 -0400
8181
8182 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
8183
8184 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
8185 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
8186
8187 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8188 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8189
8190commit ac45af4e63ea925f4accc98453aab1a1166c196d
8191Author: Mike Frysinger <vapier@gentoo.org>
8192Date: Tue Oct 14 04:52:00 2008 -0400
8193
8194 Blackfin: bfin_mac: cleanup MII/PHY functions
8195
8196 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
8197 existing common linux/miiphy.h code and hook into the `mii` command.
8198
8199 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8200 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8201
8202commit 6b310a05f0d10c751f22468040932139f71c71d3
8203Author: Mike Frysinger <vapier@gentoo.org>
8204Date: Tue Oct 14 00:31:30 2008 -0400
8205
8206 Blackfin: bfin_mac: set MDCDIV based on SCLK
8207
8208 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
8209 use the real algorithm so it gets set correctly regardless of SCLK.
8210
8211 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8212 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8213
8214commit 930590f3e49c8f32256edf2e5861e1535a329c6c
8215Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8216Date: Sat Jan 31 09:10:48 2009 +0100
8217
8218 ixp: move serial to drivers/serial
8219
8220 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8221
8222commit f90c8022f448bc5e93090e4b714368e52e912f0f
8223Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8224Date: Sat Jan 31 09:04:58 2009 +0100
8225
8226 ixp: move pci init in arm/board instead of cpu
8227
8228 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8229
8230commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
8231Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8232Date: Sat Jan 31 08:56:49 2009 +0100
8233
8234 ixp: move pci drivers to drivers/pci
8235
8236 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8237
8238commit 012d5bab09a534e4800b02f50cf508e6837202ea
8239Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8240Date: Sat Jan 31 08:53:44 2009 +0100
8241
8242 ixp: Move conditional compilation to Makefile
8243
8244 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8245
8246commit f693f501d67434df1f815fd1824a71973ae08207
8247Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8248Date: Sat Jan 31 08:53:44 2009 +0100
8249
8250 ixp: add missing os define
8251
8252 need by arm-elf toolchains and no impact on the arm-linux one
8253
8254 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8255
8256commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
8257Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8258Date: Sat Jan 31 09:53:39 2009 +0100
8259
8260 ixp: remove the option to include the Microcode
8261
8262 instead the board will have to load it from flash or ram
8263 which will be specified by npe_ucode env var
8264
8265 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8266
8267commit 1b017baf2071d8daf643bce87250db898c606c66
8268Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8269Date: Fri Jan 30 09:45:23 2009 +0100
8270
8271 ixp/npe: Move conditional compilation to Makefile
8272
8273 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8274
8275commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
8276Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8277Date: Wed Jan 28 21:58:04 2009 +0100
8278
8279 SX1: add hardware V2 support
8280
8281 In the V2 the 2 flash has been replace by one 32MB flash
8282
8283 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8284
8285commit f877f2233dbcd7417c2f0babe6a849099b167f3c
8286Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8287Date: Wed Jan 28 21:58:03 2009 +0100
8288
8289 SX1: Fix second flash mapping
8290
8291 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8292
8293commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
8294Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8295Date: Wed Jan 28 21:58:03 2009 +0100
8296
8297 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
8298
8299 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8300
8301commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
8302Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8303Date: Wed Jan 28 21:57:59 2009 +0100
8304
8305 move Samsung's board to board/samsung
8306
8307 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8308
8309commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
8310Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8311Date: Thu Jan 29 12:07:21 2009 +0100
8312
8313 move ARM Ltd. to vendor dir
8314
8315 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8316
8317commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
8318Author: Larry Johnson <lrj@acm.org>
8319Date: Wed Jan 28 15:30:37 2009 -0500
8320
8321 ppc4xx: Clean up configuration file for Korat board
8322
8323 This patch updates the default environmental variables for the
8324 Korat PPC 440EPx board, and makes additional minor fixes.
8325
8326 Signed-off-by: Larry Johnson <lrj@acm.org>
8327 Signed-off-by: Stefan Roese <sr@denx.de>
8328
8329commit f20405e31680efc36293c59b4963db57c9d93df4
8330Author: Larry Johnson <lrj@acm.org>
8331Date: Wed Jan 28 15:30:02 2009 -0500
8332
8333 ppc4xx: Add variable "korat_usbcf" for Korat board
8334
8335 The new environment variable "korat_usbcf" selects the USB
8336 port used by the Korat board's CompactFlash controller.
8337
8338 Signed-off-by: Larry Johnson <lrj@acm.org>
8339 Signed-off-by: Stefan Roese <sr@denx.de>
8340
8341commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
8342Author: Gunnar Rangoy <gunnar@rangoy.com>
8343Date: Fri Jan 23 12:56:31 2009 +0100
8344
8345 AVR32: macb - Search for PHY id
8346
8347 This patch adds support for searching through available PHY-addresses in
8348 the macb-driver. This is needed for the ATEVK1100 evaluation board,
8349 where the PHY-address will be initialized to either 1 or 7.
8350
8351 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
8352 enabled tells the driver to search for the PHY address.
8353
8354 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
8355 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
8356 Signed-off-by: Olav Morken <olavmrk@gmail.com>
8357 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8358
8359commit af8626e0c08a780d9ded1d9c4883a89355f60e75
8360Author: Olav Morken <olavmrk@gmail.com>
8361Date: Fri Jan 23 12:56:26 2009 +0100
8362
8363 Fix IP alignment problem
8364
8365 This patch removes volatile from:
8366 volatile IP_t *ip = (IP_t *)xip;
8367
8368 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
8369 using volatile, which causes an exception since xip isn't aligned on a word
8370 boundary.
8371
8372 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
8373 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
8374 Signed-off-by: Olav Morken <olavmrk@gmail.com>
8375 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8376
8377commit 12a8b9db12f82a189ff143a58731007f5469da61
8378Author: Ron Madrid <ron_madrid@sbcglobal.net>
8379Date: Wed Jan 28 16:17:21 2009 -0800
8380
8381 Marvell 88E1118 interrupt fix
8382
8383 This patch adjusts the LED control so that interrupt lines are not reading LEDs
8384 and effectively causing indefinite interrupts to the controller.
8385
8386 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
8387 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8388
8389commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
8390Author: Stefan Roese <sr@denx.de>
8391Date: Wed Jan 21 17:14:26 2009 +0100
8392
8393 net: smc911x.c: Add LAN9211 to chip_ids[] array
8394
8395 Signed-off-by: Stefan Roese <sr@denx.de>
8396 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8397
8398commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
8399Author: Mike Frysinger <vapier@gentoo.org>
8400Date: Tue Jan 27 16:53:39 2009 -0500
8401
8402 Move is_valid_ether_addr() to include/net.h
8403
8404 Import the is_valid_ether_addr() function from the Linux kernel.
8405
8406 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8407 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8408
8409commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
8410Author: Michal Simek <monstr@monstr.eu>
8411Date: Mon Jan 5 12:25:13 2009 +0100
8412
8413 net: Sort Makefile labels
8414
8415 Signed-off-by: Michal Simek <monstr@monstr.eu>
8416 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8417
8418commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
8419Author: Wolfgang Denk <wd@denx.de>
8420Date: Wed Jan 28 23:06:42 2009 +0100
8421
8422 85xx: Fix compile breakage with sbc8540 and sbc8560
8423
8424 This fixes an error which raises just a warning:
8425 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
8426
8427 Signed-off-by: Wolfgang Denk <wd@denx.de>
8428
8429commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
8430Author: Mike Frysinger <vapier@gentoo.org>
8431Date: Wed Jan 28 13:48:55 2009 -0500
8432
8433 SPD823TS: do not define CONFIG_CMD_ENV
8434
8435 Since the SPD823TS board does not actually have any writable flash to save
8436 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
8437 disabled.
8438
8439 This fixes the build error:
8440 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
8441 common/cmd_nvedit.c:557: undefined reference to `saveenv'
8442 make: *** [u-boot] Error 1
8443
8444 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8445
8446commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
8447Author: Dirk Behme <dirk.behme@googlemail.com>
8448Date: Wed Jan 28 21:40:16 2009 +0100
8449
8450 OMAP3: Add Zoom1 board support
8451
8452 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
8453 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
8454
8455 Signed-off-by: Nishanth Menon <nm@ti.com>
8456 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8457
8458commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
8459Author: Dirk Behme <dirk.behme@googlemail.com>
8460Date: Wed Jan 28 21:39:58 2009 +0100
8461
8462 OMAP3: Add Pandora support
8463
8464 Add Pandora support.
8465
8466 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
8467 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8468 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8469
8470commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
8471Author: Dirk Behme <dirk.behme@googlemail.com>
8472Date: Wed Jan 28 21:39:58 2009 +0100
8473
8474 OMAP3: Add EVM board
8475
8476 Add EVM board support.
8477
8478 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
8479 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8480 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8481
8482commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
8483Author: Dirk Behme <dirk.behme@googlemail.com>
8484Date: Wed Jan 28 21:39:57 2009 +0100
8485
8486 OMAP3: Add Overo board
8487
8488 Add Overo board support.
8489
8490 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
8491 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8492 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8493
8494commit f904cdbb68167c647887f19929ad295dbaac8862
8495Author: Dirk Behme <dirk.behme@googlemail.com>
8496Date: Tue Jan 27 18:19:12 2009 +0100
8497
8498 OMAP3: Add common power code, README, and BeagleBoard
8499
8500 Add BeagleBoard support, common power code and README.
8501
8502 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8503 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8504
8505commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
8506Author: Kumar Gala <galak@kernel.crashing.org>
8507Date: Wed Jan 28 08:31:10 2009 -0600
8508
8509 85xx: Fix compile breakage with MPC8540EVAL
8510
8511 Configuring for MPC8540EVAL board...
8512 mpc8540eval.c: In function 'checkboard':
8513 mpc8540eval.c:53: error: invalid operands to binary /
8514 make[1]: *** [mpc8540eval.o] Error 1
8515
8516 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8517
8518commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
8519Author: Bryan Wu <bryan.wu@analog.com>
8520Date: Sun Jan 18 23:04:27 2009 -0500
8521
8522 usb_scan_devices: fix output with no devices
8523
8524 We should check the return of usb_new_device() so that if no USB device is
8525 found, we print out the right message rather than always saying "new usb
8526 device found".
8527
8528 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8529 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8530 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8531
8532commit f1c1f540243438246aefb703fdcf16957e3a72e1
8533Author: Stefan Roese <sr@denx.de>
8534Date: Thu Jan 22 10:11:21 2009 +0100
8535
8536 USB: Add high-speed (480Mb/s) to all USB related outputs
8537
8538 With this patch the USB related connection speed output ("usb tree" command and
8539 debug output) is now high-speed enabled.
8540
8541 This patch also fixes a compilation warning when debugging is enabled.
8542
8543 Signed-off-by: Stefan Roese <sr@denx.de>
8544 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8545
8546commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
8547Author: Stefan Roese <sr@denx.de>
8548Date: Wed Jan 21 17:12:19 2009 +0100
8549
8550 USB: Add dcache support to the EHCI driver
8551
8552 This patch adds routines to handle (flush/invalidate) the dcache for the
8553 QH and qTD structures and data buffers. This is needed on platforms using
8554 this EHCI support with dcache enabled (like the MIPS VCT board port).
8555
8556 Signed-off-by: Stefan Roese <sr@denx.de>
8557 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8558
8559commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
8560Author: Stefan Roese <sr@denx.de>
8561Date: Wed Jan 21 17:12:28 2009 +0100
8562
8563 USB: Add EHCI support for VCT EHCI controller
8564
8565 Signed-off-by: Stefan Roese <sr@denx.de>
8566 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8567
8568commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
8569Author: Stefan Roese <sr@denx.de>
8570Date: Wed Jan 21 17:12:10 2009 +0100
8571
8572 USB: Add config option to call ehci_hcd_init() again after EHCI reset
8573
8574 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
8575 to call ehci_hcd_init() again after ehci_reset() is executed. This
8576 is needed for the upcoming VCT EHCI support which needs to re-init
8577 the hcd part again after the EHCI CMD_RESET is executed.
8578
8579 Signed-off-by: Stefan Roese <sr@denx.de>
8580 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8581
8582commit 597eb28bd9691266b7b804364cda577cdb51d106
8583Author: Stefan Roese <sr@denx.de>
8584Date: Wed Jan 21 17:12:01 2009 +0100
8585
8586 USB: Fix speed detection on EHCI cntr with root hub transaction translators
8587
8588 This patch fixes an issue that the speed of USB devices was not detected
8589 correctly on some EHCI controllers. This will be used on the upcoming VCT
8590 EHCI support.
8591
8592 Signed-off-by: Stefan Roese <sr@denx.de>
8593 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8594
8595commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
8596Author: Thomas Abraham <t-abraham@ti.com>
8597Date: Sun Jan 4 09:41:20 2009 +0530
8598
8599 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
8600
8601 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
8602 configuration file.
8603
8604 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8605 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8606 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8607 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8608 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8609
8610commit 538ef967715322f64ee08efa2296d9682111b014
8611Author: Thomas Abraham <t-abraham@ti.com>
8612Date: Sun Jan 4 09:41:16 2009 +0530
8613
8614 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
8615
8616 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
8617 controller hook up to USB core layer.
8618
8619 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8620 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8621 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8622 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8623 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8624
8625commit e142e9f35f8ec61e74bf8019428b003f5070c33b
8626Author: Thomas Abraham <t-abraham@ti.com>
8627Date: Sun Jan 4 09:41:13 2009 +0530
8628
8629 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
8630
8631 Adding DM6446 (TI DaVinci) platform specific USB functionality for
8632 USB Phy and VBUS initialization.
8633
8634 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8635 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8636 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8637 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8638 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8639
8640commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
8641Author: Thomas Abraham <t-abraham@ti.com>
8642Date: Sun Jan 4 09:41:09 2009 +0530
8643
8644 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
8645
8646 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
8647 platform.
8648
8649 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8650 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8651 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8652 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8653 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8654
8655commit a142896934c755e679ba87e227a8e449f39b0012
8656Author: Thomas Abraham <t-abraham@ti.com>
8657Date: Sun Jan 4 09:41:03 2009 +0530
8658
8659 usb : musb : Adding host controller driver for Mentor USB controller
8660
8661 Adding Mentor USB core functionality and Mentor USB Host controller
8662 functionality for Mentor USB OTG controller (musbhdrc).
8663
8664 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8665 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8666 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8667 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8668 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8669
8670commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
8671Author: Mike Frysinger <vapier@gentoo.org>
8672Date: Thu Jan 1 18:27:27 2009 -0500
8673
8674 usb.h: use standard __LITTLE_ENDIAN from Linux headers
8675
8676 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
8677 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
8678 already setting up.
8679
8680 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8681 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8682
8683commit 7b6e31eb17e3ff76238a60803fc531517d516223
8684Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8685Date: Wed Dec 31 10:33:56 2008 +0100
8686
8687 USB ehci ixp4xx support
8688
8689 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
8690
8691 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8692 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8693
8694commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
8695Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8696Date: Wed Dec 31 10:33:22 2008 +0100
8697
8698 USB ehci remove infinite loop and use handshake function
8699
8700 USB ehci code cleanup. Use handshake instead of infinite while loop
8701 to check the STD_ASS status
8702
8703 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8704 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8705
8706commit 8fea2914ac974029b65926ef8247d908f84d202d
8707Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8708Date: Wed Dec 31 10:32:41 2008 +0100
8709
8710 Add initial support for USB ehci pci
8711
8712 Add USB ehci pci support. This patch doesn't include any
8713 pci_ids and it is not tested on real hardware.
8714
8715 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8716 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8717
8718commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
8719Author: Bryan Wu <Bryan.Wu@analog.com>
8720Date: Thu Jan 1 19:48:07 2009 -0500
8721
8722 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
8723
8724 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
8725 does not like to be reset, so check for it.
8726
8727 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8728 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8729 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8730
8731commit 1eb734fed3b79a5e6106dad16e88041894fdab30
8732Author: Thomas Abraham <t-abraham@ti.com>
8733Date: Sun Jan 4 12:15:35 2009 +0530
8734
8735 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
8736
8737 This patch populates the 'priv' field of the USB keyboard device_t
8738 structure. The 'priv' field is populated with the address of the
8739 'struct usb_device' structure that represents the USB device.
8740
8741 The 'priv' field can then be used in the 'usb_event_poll' function to
8742 determine the USB device that requires to be polled. An
8743 example of its usage in 'usb_event_poll' function is as below.
8744
8745 device_t *dev;
8746 struct usb_device *usb_kbd_dev;
8747
8748 <snip>
8749
8750 dev = device_get_by_name("usbkbd");
8751 usb_kbd_dev = (struct usb_device *)dev->priv;
8752 iface = &usb_kbd_dev->config.if_desc[0];
8753
8754 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8755 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8756
8757commit 366523c26b6320af171459b19e6e0e9e3baa83ca
8758Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8759Date: Thu Dec 18 10:05:37 2008 +0100
8760
8761 USB change speed
8762
8763 USB changes the speed according to the port status
8764
8765 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8766 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8767
8768commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
8769Author: Remy Böhmer <linux@bohmer.net>
8770Date: Sat Dec 13 22:51:58 2008 +0100
8771
8772 EHCI fix code and ixp4xx test.
8773 USB ehci configuration parameter:
8774
8775 #define CONFIG_CMD_USB 1
8776 #define CONFIG_USB_STORAGE 1
8777 #define CONFIG_USB_EHCI
8778 #define CONFIG_USB_EHCI_IXP4XX 1
8779 #define CONFIG_EHCI_IS_TDI 1
8780 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
8781 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
8782 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
8783 #define CONFIG_LEGACY_USB_INIT_SEQ 1
8784
8785 2 USB Device(s) found
8786 scanning bus for storage devices... 0 Storage Device(s) found
8787 => usb tree
8788
8789 Device Tree:
8790 1 Hub (1.5MBit/s, 0mA)
8791 | u-boot EHCI Host Controller
8792 |
8793 |+-2 Mass Storage (12MBit/s, 100mA)
8794 Sony Storage Media 0C07040930296
8795
8796 =>
8797
8798 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8799 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8800
8801commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
8802Author: michael <michael@panicking.retis>
8803Date: Thu Dec 11 13:43:55 2008 +0100
8804
8805 [PATCH] This patch add varius fix to the ehci.
8806 - fix ehci_readl, ehci_writel
8807 - introduce new define in ehci.h
8808 - introduce the handshake function for waiting on a register
8809 - fix usb_ehci_fsl with the new HC_LENGTH macro
8810
8811 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8812 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8813
8814commit db63299b1dd2894ade542278210bccd046de6435
8815Author: michael <michael@panicking.retis>
8816Date: Wed Dec 10 17:55:19 2008 +0100
8817
8818 [PATCH] Fix EHCI usb. I start to test on a
8819 IXP465 board and I find some errors in the code. This
8820 patch fix:
8821 - descriptor initizialization (config, interface and endpoint
8822 must be one next-to the other when the USB_DT_CONFIG message
8823 is send.
8824 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
8825 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
8826 - Introduce the linux version of the usb_config_descriptor and
8827 usb_interface descriptor. This descriptor does't contains
8828 u-boot extension.
8829
8830 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8831 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8832
8833commit 6b92487dcf9afe83a3570153d66940fdb293be76
8834Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8835Date: Fri Nov 28 13:22:09 2008 +0100
8836
8837 USB ehci freescale support
8838
8839 Add USB ehci freescale support
8840
8841 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8842 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8843
8844commit aaf098cfeed04595d4c5100ffd39095d79edbf90
8845Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8846Date: Fri Nov 28 13:20:46 2008 +0100
8847
8848 USB ehci core support
8849
8850 Add USB ehci core support
8851
8852 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8853 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8854
8855commit 3e126484df7868e341545cce740b24b62b0cd3b7
8856Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8857Date: Fri Nov 28 13:19:19 2008 +0100
8858
8859 Prepare USB layer for ehci
8860
8861 Prepare USB layer for ehci support
8862
8863 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8864 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8865
8866commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
8867Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8868Date: Wed Dec 10 15:52:06 2008 +0100
8869
8870 USB storage cleanup patch
8871
8872 Cleanup usb storage
8873
8874 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8875 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8876
8877commit fe033ad6d0883063fe857237abb9436fab03208c
8878Author: Mike Frysinger <vapier@gentoo.org>
8879Date: Sun Oct 12 06:02:55 2008 -0400
8880
8881 Blackfin: fixup misc warnings such as printf's and missing casts
8882
8883 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8884
8885commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
8886Author: Mike Frysinger <vapier@gentoo.org>
8887Date: Sun Oct 12 22:09:26 2008 -0400
8888
8889 Blackfin: convert old boards to use COBJS-y Makefile style
8890
8891 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8892
8893commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
8894Author: Mike Frysinger <vapier@gentoo.org>
8895Date: Sat Oct 11 22:38:37 2008 -0400
8896
8897 Blackfin: bf533-stamp: rewrite resource swap logic
8898
8899 The old swap function tended to clobber unrelated pins and screw up masks.
8900 Rewrite the thing from scratch so it only uses the resources it needs.
8901
8902 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8903
8904commit 29d4ea0a9073c82469184331010136f52edf8db6
8905Author: Mike Frysinger <vapier@gentoo.org>
8906Date: Sat Oct 11 22:08:42 2008 -0400
8907
8908 Blackfin: bootldr: implement BF53x/BF56x LDR loader
8909
8910 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
8911 arbitrary memory locations, so implement a basic one in software.
8912
8913 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8914
8915commit 8b35e3aeff6c2d747c37697997b3f8a808432329
8916Author: Mike Frysinger <vapier@gentoo.org>
8917Date: Sat Oct 11 22:05:42 2008 -0400
8918
8919 Blackfin: implement real write support for OTP
8920
8921 Now that real documentation has been released for the OTP interface and
8922 the on-chip ROM wrt writing/timings, implement support for reading/writing
8923 as well as dumping/locking.
8924
8925 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8926
8927commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
8928Author: Mike Frysinger <vapier@gentoo.org>
8929Date: Sat Oct 11 22:04:05 2008 -0400
8930
8931 Blackfin: update on-chip ROM API
8932
8933 This brings the API for the on-chip ROM in line with the toolchain and
8934 hardware documentation.
8935
8936 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8937
8938commit 7633903bff432ec7b27905dce7396958553f2be6
8939Author: Mike Frysinger <vapier@gentoo.org>
8940Date: Sat Oct 11 21:52:17 2008 -0400
8941
8942 Blackfin: allow serial console to be disabled
8943
8944 Some devices have no UART device pulled out, so allow people to disable the
8945 driver completely in favor of other methods (like JTAG-console).
8946
8947 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8948
8949commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
8950Author: Mike Frysinger <vapier@gentoo.org>
8951Date: Sat Oct 11 21:51:20 2008 -0400
8952
8953 Blackfin: support console-over-JTAG
8954
8955 The Blackfin JTAG has the ability to pass data via a back-channel without
8956 halting the processor. Utilize that channel to emulate a console.
8957
8958 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8959
8960commit cf8f2efb5f39c5225da92391c14a07eecbeca881
8961Author: Mike Frysinger <vapier@gentoo.org>
8962Date: Sat Oct 11 21:49:06 2008 -0400
8963
8964 Blackfin: handle new anomalies with reset
8965
8966 Workaround fun new anomalies related to software reset of the processor.
8967
8968 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8969
8970commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
8971Author: Mike Frysinger <vapier@gentoo.org>
8972Date: Sat Oct 11 21:44:00 2008 -0400
8973
8974 Blackfin: pass RETX to Linux
8975
8976 Make sure we save the value of RETX at power on and then pass it on to the
8977 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
8978
8979 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8980
8981commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
8982Author: Mike Frysinger <vapier@gentoo.org>
8983Date: Sat Oct 11 21:40:26 2008 -0400
8984
8985 Blackfin: clarify relocation comment during init
8986
8987 People often ask questions about the init process and when things go
8988 from flash to relocated base, so clarify the comments a bit.
8989
8990 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8991
8992commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
8993Author: Mike Frysinger <vapier@gentoo.org>
8994Date: Sat Oct 11 21:23:41 2008 -0400
8995
8996 Blackfin: just set SP register directly during init
8997
8998 No need to set the SP register indirectly to the configured value when it
8999 can be set directly.
9000
9001 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9002
9003commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
9004Author: Mike Frysinger <vapier@gentoo.org>
9005Date: Sat Oct 11 21:15:53 2008 -0400
9006
9007 Blackfin: add portmuxing for UARTs on the BF51x
9008
9009 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9010
9011commit 4f6a313240c531042f16909a3a170ab047b95779
9012Author: Mike Frysinger <vapier@gentoo.org>
9013Date: Sun Jun 1 01:26:29 2008 -0400
9014
9015 Blackfin: respect CONFIG_CLKIN_HALF
9016
9017 As pointed out by Ivan Koryakovskiy, the initialization code was not
9018 actually respecting the CONFIG_CLKIN_HALF option when configuring the
9019 PLL_CTL register.
9020
9021 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9022
9023commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
9024Author: Mike Frysinger <vapier@gentoo.org>
9025Date: Sun Jun 1 01:21:34 2008 -0400
9026
9027 Blackfin: use common memcpy routine during init
9028
9029 Rather than using a local custom memcpy function, just call the existing
9030 optimized Blackfin version.
9031
9032 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9033
9034commit 362c943347364e9373af4c5530778491ab56ec2e
9035Author: Mike Frysinger <vapier@gentoo.org>
9036Date: Wed Apr 9 02:27:06 2008 -0400
9037
9038 Blackfin: set default boot SPI CS for BF538/BF539
9039
9040 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
9041 Blackfin parts.
9042
9043 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9044
9045commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
9046Author: Mike Frysinger <vapier@gentoo.org>
9047Date: Wed Apr 9 02:20:59 2008 -0400
9048
9049 Blackfin: punt unused BF533-STAMP definitions
9050
9051 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9052
9053commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
9054Author: Mike Frysinger <vapier@gentoo.org>
9055Date: Fri Apr 18 20:44:11 2008 -0400
9056
9057 Blackfin: resurrect BF533-STAMP video splash driver
9058
9059 This video driver used to live in the Blackfin cpu directory, but it was
9060 lost during the unification process. This brings it back.
9061
9062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9063
9064commit a750d038f2548d846ea1e046d873dc932d041319
9065Author: Mike Frysinger <vapier@gentoo.org>
9066Date: Wed Apr 9 02:31:29 2008 -0400
9067
9068 Blackfin: tighten up post memory coding style
9069
9070 No functional changes here; just cleanup code style a bit.
9071
9072 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9073
9074commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
9075Author: Mike Frysinger <vapier@gentoo.org>
9076Date: Wed Apr 9 02:29:18 2008 -0400
9077
9078 Blackfin: bf537-stamp nand: fix more style errors in previous commit
9079
9080 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9081
9082commit 41f3325ae9add641036d7cb362e884b698e53f07
9083Author: Mike Frysinger <vapier@gentoo.org>
9084Date: Sat Oct 11 20:31:17 2008 -0400
9085
9086 Blackfin: drop dead/wrong debug code in initdram()
9087
9088 The DEBUG code in initdram() is quite old and was never really useful, so
9089 just drop it altogether. Common Blackfin debug code does a better job.
9090
9091 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9092
9093commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
9094Author: Mike Frysinger <vapier@gentoo.org>
9095Date: Sat Oct 11 20:30:28 2008 -0400
9096
9097 Blackfin: bf533-ezkit: shuffle flash defines a little
9098
9099 Some of the flash defines weren't in the correct location and caused build
9100 problems in some configurations, so let's move types and defines to better
9101 local locations.
9102
9103 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9104
9105commit be853bf86b41e91f4c422f0f56fdf87ea3191266
9106Author: Mike Frysinger <vapier@gentoo.org>
9107Date: Mon Oct 6 04:16:47 2008 -0400
9108
9109 Blackfin: overhaul i2c driver
9110
9111 The current Blackfin i2c driver does not work properly with certain devices
9112 due to it breaking up transfers incorrectly. This is a rewrite of the
9113 driver and relocates it to the newer place in the source tree.
9114
9115 Also remove duplicated I2C speed defines in Blackfin board configs and
9116 disable I2C slave address usage since it isn't implemented.
9117
9118 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9119
9120commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
9121Author: Mike Frysinger <vapier@gentoo.org>
9122Date: Mon Oct 6 04:00:07 2008 -0400
9123
9124 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
9125
9126 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
9127 128kB when setting up the default flash protection region for U-Boot
9128 itself.
9129
9130 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9131
9132commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
9133Author: Mike Frysinger <vapier@gentoo.org>
9134Date: Mon Oct 6 03:57:39 2008 -0400
9135
9136 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
9137
9138 When setting up the global data, rather than relying on sizeof(), use the
9139 common CONFIG_SYS_GBL_DATA_SIZE define.
9140
9141 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9142
9143commit 01815c2d06c5b838f2cd536703e47bd2c9148194
9144Author: Mike Frysinger <vapier@gentoo.org>
9145Date: Mon Oct 6 03:52:24 2008 -0400
9146
9147 Blackfin: implement general support for CONFIG_STATUS_LED
9148
9149 Here are the Blackfin-specific and board-independent pieces for status leds.
9150
9151 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9152
9153commit 6882b5a79a3247494b62c05015fa672557f1bfaa
9154Author: Mike Frysinger <vapier@gentoo.org>
9155Date: Mon Oct 6 03:49:32 2008 -0400
9156
9157 Blackfin: do not init i2c in Blackfin board init
9158
9159 The common code takes care of calling i2c_init() when needed, so no point
9160 in us doing it as well.
9161
9162 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9163
9164commit 1118ea73698eee6e72ef5cbfc00e41746040304f
9165Author: Mike Frysinger <vapier@gentoo.org>
9166Date: Mon Oct 6 03:42:20 2008 -0400
9167
9168 Blackfin: bfin_mac: update port muxing
9169
9170 Adds support more Blackfin parts and fixes broken muxing for older ones.
9171
9172 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9173
9174commit 05b75e48832fc4afeecf8e76d704349557dffa35
9175Author: Mike Frysinger <vapier@gentoo.org>
9176Date: Mon Oct 6 03:35:44 2008 -0400
9177
9178 Blackfin: fix dcache handling when doing dma memcpy's
9179
9180 Our dcache invalidate function doesn't just invalidate, it also flushes.
9181 So rename the function accordingly and fix the dma_memcpy() function so it
9182 doesn't inadvertently corrupt the data destination.
9183
9184 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9185
9186commit 68e5632494168095d75f120af70043b68afd2476
9187Author: Mike Frysinger <vapier@gentoo.org>
9188Date: Thu Aug 7 18:56:56 2008 -0400
9189
9190 Blackfin: dont generate ldrs with --force
9191
9192 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9193
9194commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
9195Author: Mike Frysinger <vapier@gentoo.org>
9196Date: Thu Aug 7 18:55:30 2008 -0400
9197
9198 Blackfin: pass --bmode/--initcode when creating ldr
9199
9200 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9201
9202commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
9203Author: Mike Frysinger <vapier@gentoo.org>
9204Date: Thu Aug 7 18:39:27 2008 -0400
9205
9206 Blackfin: minimize time cache is turned off when replacing cplb entries
9207
9208 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9209
9210commit 21d631360430cf0ae9099612273cd4de28911ba9
9211Author: Mike Frysinger <vapier@gentoo.org>
9212Date: Thu Aug 7 15:31:13 2008 -0400
9213
9214 Blackfin: split cache handling out of dma_memcpy()
9215
9216 Creating a new dma_memcpy() function that skips all cache checks allows us
9217 to use the function in very early init where the cache is not yet setup.
9218
9219 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9220
9221commit d31eb38512bed377d5d4b3c696662e52120a2e4c
9222Author: Mike Frysinger <vapier@gentoo.org>
9223Date: Thu Aug 7 15:30:49 2008 -0400
9224
9225 Blackfin: abort dma_memcpy() for L1 scratchpad
9226
9227 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9228
9229commit 81b799add709177e838466461f7b9989488b0fd5
9230Author: Mike Frysinger <vapier@gentoo.org>
9231Date: Thu Aug 7 15:27:52 2008 -0400
9232
9233 Blackfin: rename bootm.c to boot.c
9234
9235 The boot file contains functions for more than just "bootm", so rename it
9236 accordingly.
9237
9238 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9239
9240commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
9241Author: Mike Frysinger <vapier@gentoo.org>
9242Date: Thu Aug 7 13:22:37 2008 -0400
9243
9244 Blackfin: set more sane default board config values
9245
9246 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9247
9248commit 36cd52a00794fb15ffab05d640acca92d7482993
9249Author: Mike Frysinger <vapier@gentoo.org>
9250Date: Thu Aug 7 15:24:59 2008 -0400
9251
9252 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
9253
9254 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9255
9256commit c8054bc12e00669bd7588f2b30fef48aa94babac
9257Author: Mike Frysinger <vapier@gentoo.org>
9258Date: Thu Aug 7 13:21:27 2008 -0400
9259
9260 Blackfin: add bit defines for DDR parts
9261
9262 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9263
9264commit 154502fe0796f3b7a4698378c5d2080ae28a9782
9265Author: Mike Frysinger <vapier@gentoo.org>
9266Date: Thu Aug 7 13:21:11 2008 -0400
9267
9268 Blackfin: add defines to describe active bootrom behavior
9269
9270 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9271
9272commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
9273Author: Kim Phillips <kim.phillips@freescale.com>
9274Date: Tue Jan 27 16:03:53 2009 -0600
9275
9276 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
9277
9278 extend commit c70564e6b1bd08f3230182392238907f3531a87e
9279 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
9280 to the simpc8313 build and fix this:
9281
9282 ...Large Page NAND...Configuring for SIMPC8313 board...
9283 nand_boot_fsl_elbc.o: In function `nand_boot':
9284 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
9285 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
9286 make: *** [nand_spl] Error 2
9287
9288 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9289
9290commit 54a7cc4912feefa45be961cc47cc159563725d2f
9291Author: Wolfgang Denk <wd@denx.de>
9292Date: Wed Jan 28 09:25:31 2009 +0100
9293
9294 mpc8536ds.c: include sata.h to for needed function prototypes
9295
9296 Signed-off-by: Wolfgang Denk <wd@denx.de>
9297
9298commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
9299Author: Peter Tyser <ptyser@xes-inc.com>
9300Date: Tue Jan 27 18:03:12 2009 -0600
9301
9302 Command usage cleanup
9303
9304 Remove command name from all command "usage" fields and update
9305 common/command.c to display "name - usage" instead of
9306 just "usage". Also remove newlines from command usage fields.
9307
9308 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9309
9310commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
9311Author: Peter Tyser <ptyser@xes-inc.com>
9312Date: Tue Jan 27 18:03:11 2009 -0600
9313
9314 amcc: Clean up command usage output
9315
9316 Update taihu and taishan commands to use cmd_usage() function
9317 to display usage messages.
9318
9319 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9320
9321commit 62c3ae7c6ef215b1afa614abdf61acf077752207
9322Author: Peter Tyser <ptyser@xes-inc.com>
9323Date: Tue Jan 27 18:03:10 2009 -0600
9324
9325 Standardize command usage messages with cmd_usage()
9326
9327 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9328
9329commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
9330Author: Peter Tyser <ptyser@xes-inc.com>
9331Date: Tue Jan 27 18:03:09 2009 -0600
9332
9333 pcs440ep: Clean up led command definition
9334
9335 The pcs440ep's led command usage formatting is non-standard. It
9336 was made standard in preparation for larger command usage updates.
9337
9338 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9339
9340commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
9341Author: Peter Tyser <ptyser@xes-inc.com>
9342Date: Tue Jan 27 18:03:08 2009 -0600
9343
9344 Clean up diufb command definitions
9345
9346 The diufb command usage formatting is non-standard. It was
9347 made standard in preparation for larger command usage updates.
9348
9349 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9350
9351commit 6450a8485836fc80615ae6de6a864c33369b44f5
9352Author: Wolfgang Denk <wd@denx.de>
9353Date: Wed Jan 28 00:29:26 2009 +0100
9354
9355 Update CHANGELOG, tiny coding style cleanup.
9356
9357 Signed-off-by: Wolfgang Denk <wd@denx.de>
9358
6450a848
WD
9359commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
9360Author: Mike Frysinger <vapier@gentoo.org>
9361Date: Tue Jan 27 16:12:21 2009 -0500
9362
9363 SATA: do not auto-initialize during boot
9364
9365 Rather than have the board code initialize SATA automatically during boot,
9366 make the user manually run "sata init". This brings the SATA subsystem in
9367 line with common U-Boot policy.
9368
9369 Rather than having a dedicated weak function "is_sata_supported", people
9370 can override sata_initialize() to do their weird board stuff. Then they
9371 can call the actual __sata_initialize().
9372
9373 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9374
9375commit 50970839712dda35399e2fa83fe818df9354d618
9376Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9377Date: Mon Jan 26 08:45:14 2009 -0500
9378
9379 part_efi: Fix partition size calculation due to inclusive ending LBA.
9380
9381 The ending LBA is inclusive. Hence, the partition size should be
9382 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
9383
9384 This is confirmed against the results from the parted tool.
9385 (e.g. use parted /dev/sda -s unit S print) and observe the size.
9386
9387 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9388
9389commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
9390Author: Tomasz Figa <tomasz.figa@gmail.com>
9391Date: Tue Dec 30 18:35:57 2008 +0100
9392
9393 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
9394
9395 This patch fixes a bug (?) introduced after inclusion of the new
9396 JFFS2 code.
9397
9398 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
9399 fill in part->sector_size (keeping it as 0), but a correct value is
9400 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
9401 to be in the same place of the memory, what obviously means
9402 impossibility to use the JFFS2 partition.
9403
9404 This problem is fixed in this patch by including sector size
9405 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
9406
9407 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
9408
9409commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
9410Author: Mike Frysinger <vapier@gentoo.org>
9411Date: Tue Dec 30 02:59:25 2008 -0500
9412
9413 saveenv: standardize enablement
9414
9415 Rather than special casing each environment type for enabling the saveenv
9416 command, have them all behave the same. This avoids bitrot as new env
9417 sources are added/removed.
9418
9419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9420
9421commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
9422Author: Andrew Dyer <adyer@righthandtech.com>
9423Date: Mon Dec 29 17:36:01 2008 -0600
9424
9425 soft_i2c.c add option for repeated start in i2c_read()
9426
9427 This patch adds a #define to optionally change the behaviour of
9428 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
9429 stop-start between sending the device address pointer write and
9430 reading back the data. The current behaviour is retained as the
9431 default.
9432
9433 While most devices will work either way, I have a smart battery(*)
9434 that requires repeated start, and someone at some point found a
9435 device that required a stop-start.
9436
9437 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
9438
9439 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
9440
9441commit 3429071700963ca2f944c51d695a7481af0cee33
9442Author: Wolfgang Denk <wd@denx.de>
9443Date: Tue Jan 27 22:07:14 2009 +0100
9444
9445 {delta,zylonite}/lowlevel_init.S: fix typo
9446
9447 Commit 9d803d8c mistakenly changed some constants
9448 from 0x300 into 300 - this patch fixes it.
9449
9450 Pointed out by Tom Evans <tom@ceos.com.au>, see
9451 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
9452 details.
9453
9454 Signed-off-by: Wolfgang Denk <wd@denx.de>
9455
9456commit 1bc434373013af241835c14011ac3f291dccbf53
9457Author: Stefan Althoefer <stefan.althoefer@web.de>
9458Date: Sat Dec 20 19:40:41 2008 +0100
9459
9460 drivers/net/e1000.c: missing terminator for supported devices
9461
9462 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
9463
9464commit 65f7d41031a70b1649b35020995c505edca91533
9465Author: Wolfgang Denk <wd@denx.de>
9466Date: Tue Jan 27 21:36:28 2009 +0100
9467
9468 fat.c: fix warning: array subscript is above array bounds
9469
9470 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
9471
9472 Signed-off-by: Wolfgang Denk <wd@denx.de>
9473
9474commit 107b801cf3fe39612d69d70581ebc3bf5e215554
9475Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9476Date: Fri Jan 2 15:11:41 2009 +0100
9477
9478 Fix gunzip in case of insufficient output buffer
9479
9480 U-Boot's gunzip() function does not handle the return code
9481 of zlib's inflate() function correctly. gunzip() is implemented
9482 to uncompress all input data in one run. So the correct return
9483 code for the good case is Z_STREAM_END. In case of insufficient
9484 output buffer memory inflate returns Z_OK. For gunzip() this
9485 is an error.
9486
9487 It also makes sense to me to call inflateEnd() also in case
9488 of an error.
9489
9490 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9491
9492commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
9493Author: Stefan Roese <sr@denx.de>
9494Date: Wed Jan 21 17:25:01 2009 +0100
9495
9496 MIPS: Add VCT board series support (Part 3/3)
9497
9498 Signed-off-by: Stefan Roese <sr@denx.de>
9499
9500commit ae691e5719c48f1d2826cb72722497d1d162765b
9501Author: Stefan Roese <sr@denx.de>
9502Date: Wed Jan 21 17:24:49 2009 +0100
9503
9504 MIPS: Add VCT board series support (Part 2/3)
9505
9506 Signed-off-by: Stefan Roese <sr@denx.de>
9507
9508commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
9509Author: Stefan Roese <sr@denx.de>
9510Date: Wed Jan 21 17:24:39 2009 +0100
9511
9512 MIPS: Add VCT board series support (Part 1/3)
9513
9514 Signed-off-by: Stefan Roese <sr@denx.de>
9515
9516commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
9517Author: Stefan Roese <sr@denx.de>
9518Date: Wed Jan 21 17:20:20 2009 +0100
9519
9520 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
9521
9522 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
9523 Those functions are needed for the upcoming dcache support for the USB
9524 EHCI driver. I chose this API because those cache handling functions are
9525 already present in the PPC architecture.
9526
9527 Signed-off-by: Stefan Roese <sr@denx.de>
9528 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9529
f15c6515
WD
9530commit de832a99414ff06a4b2cdc9f5280b387da039834
9531Author: Stefan Roese <sr@denx.de>
9532Date: Mon Jan 26 10:05:20 2009 +0100
9533
9534 nand_spl: Fix compile problem with board_nand_init() prototype
9535
9536 This patch removes the now obsolete and additionally wrongly defined
9537 board_nand_init() prototype from nand_spl/nand_boot.c.
9538
9539 Signed-off-by: Stefan Roese <sr@denx.de>
9540 Signed-off-by: Scott Wood <scottwood@freescale.com>
9541
6450a848
WD
9542commit e8eac437189430d8e04a5d254ed92c58bc534a79
9543Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9544Date: Wed Jan 14 08:44:26 2009 -0500
9545
9546 CFI: Add geometry reversal for STMicro M29W320ET
9547
9548 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
9549
9550 Modeled after flash_fixup_amd, this patch handles the geometry reversal
9551 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
9552 Since I cannot test all STM's chips, the detection is implemented as
9553 narrow as possible for now.
9554
9555 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9556 Signed-off-by: Stefan Roese <sr@denx.de>
9557
9558commit 0f8e851e897b535959a0781171910cd97f33c30c
9559Author: Jens Gehrlein <sew_s@tqs.de>
9560Date: Tue Dec 16 17:25:55 2008 +0100
9561
9562 CFI: increase performance of function find_sector()
9563
9564 Tested on TQM5200S-BD with Samsung K8P2815UQB
9565
9566 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
9567 Signed-off-by: Stefan Roese <sr@denx.de>
9568
9569commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
9570Author: Jens Gehrlein <sew_s@tqs.de>
9571Date: Tue Dec 16 17:25:54 2008 +0100
9572
9573 CFI: avoid redundant function call in single word programming mode
9574
9575 The function find_sector() doesn't need to be called twice in
9576 the case of AMD command set.
9577 Tested on TQM5200S-BD with Samsung K8P2815UQB.
9578
9579 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
9580 Signed-off-by: Stefan Roese <sr@denx.de>
9581
9582commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
9583Author: Stefan Roese <sr@denx.de>
9584Date: Mon Jan 26 10:15:23 2009 +0100
9585
9586 ppc4xx: Remove compilation warning in gdppc440etc.c
9587
9588 Signed-off-by: Stefan Roese <sr@denx.de>
9589
9590commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
9591Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9592Date: Fri Jan 2 12:19:47 2009 +0100
9593
9594 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
9595
9596 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
9597 Either they define or undef it. Because it's not used in any source
9598 files this patch removes any references to it.
9599
9600 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9601 Signed-off-by: Stefan Roese <sr@denx.de>
9602
9603commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
9604Author: Dirk Eibach <eibach@gdsys.de>
9605Date: Tue Dec 9 13:12:40 2008 +0100
9606
9607 ppc4xx: Add GDsys PowerPC 440 ETX board support.
9608
9609 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
9610 Based on the AMCC Yosemite board support by Stefan Roese.
9611
9612 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9613 Signed-off-by: Stefan Roese <sr@denx.de>
9614
9615commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
9616Author: Dirk Eibach <eibach@gdsys.de>
9617Date: Tue Dec 9 11:00:07 2008 +0100
9618
9619 ppc4xx: Improve DDR autodetect
9620
9621 Added support for a second memory bank to DDR autodetection for 440
9622 platforms.
9623 Made hardcoded values configurable.
9624
9625 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9626 Signed-off-by: Stefan Roese <sr@denx.de>
9627
f15c6515
WD
9628commit 71a040f4f556cca4d30f06805d82e717b3ef1020
9629Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9630Date: Fri Nov 21 12:06:26 2008 +0900
9631
9632 sh: sh7763rdp: Update sh7763rdp config
9633
9634 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
9635
9636 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9637 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9638
9639commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
9640Author: Gary Jennejohn <garyj@denx.de>
9641Date: Thu Nov 20 12:28:38 2008 +0100
9642
9643 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
9644
9645 This change is needed for mgcoge because it uses two ethernet drivers.
9646
9647 Add a check for the presence of the PIGGY board on mgcoge. Without this
9648 board networking cannot work and the initialization must be aborted.
9649
9650 Only allocate rtx once to prevent DPRAM exhaustion.
9651
9652 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
9653 soon) in eth.c.
9654
9655 Signed-off-by: Gary Jennejohn <garyj@denx.de>
9656 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9657
9658commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
9659Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9660Date: Fri Nov 21 12:04:18 2008 +0900
9661
9662 sh: sh_eth: Change new network API
9663
9664 sh_eth used old network API. This patch changed new API.
9665
9666 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9667 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9668
9669commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
9670Author: Stefan Roese <sr@denx.de>
9671Date: Wed Nov 12 13:31:02 2008 +0100
9672
9673 net: smc911x: Make register read/write functions weak
9674
9675 This patch changes the reg_read/_write to smc911x_reg_read/_write
9676 and defines then as weak so that they can be overridden by board
9677 specific version.
9678
9679 This will be used by the upcoming VCTH board support.
9680
9681 Signed-off-by: Stefan Roese <sr@denx.de>
9682 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9683
9684commit 8b69b563039989885969d24465c56f8ac4c07c4c
9685Author: Heiko Schocher <hs@denx.de>
9686Date: Thu Nov 20 09:57:14 2008 +0100
9687
9688 powerpc: net: support for the SMSC LAN8700 PHY
9689
9690 Signed-off-by: Heiko Schocher <hs@denx.de>
9691 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9692
9693commit d5254f149da9e6cd649d887b042ce577ef3ba78d
9694Author: Alessandro Rubini <rubini@unipv.it>
9695Date: Sat Jan 24 18:10:37 2009 +0100
9696
9697 Initial support for Nomadik 8815 development board
9698
9699 The NMDK8815 board is distributed by ST Microelectornics.
9700 Other (proprietary) code must be run to unlock the CPU before
9701 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
9702
9703 This is the initial port, with basic infrastructure and
9704 a working serial port.
9705
9706 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
9707 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
9708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9709
9710commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
9711Author: Dirk Behme <dirk.behme@googlemail.com>
9712Date: Sun Dec 14 09:47:18 2008 +0100
9713
9714 OMAP3: Add I2C support
9715
9716 Add I2C support.
9717
9718 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9719
9720commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
9721Author: Dirk Behme <dirk.behme@googlemail.com>
9722Date: Sun Dec 14 09:47:17 2008 +0100
9723
9724 OMAP3: Add MMC support
9725
9726 Add MMC support.
9727
9728 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9729
9730commit 12201a13547ec22ddcdae278e74465e54a3be60c
9731Author: Dirk Behme <dirk.behme@googlemail.com>
9732Date: Sun Dec 14 09:47:16 2008 +0100
9733
9734 OMAP3: Add NAND support
9735
9736 Add NAND support.
9737
9738 Signed-off-by: Nishanth Menon <nm@ti.com>
9739 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
9740 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9741
9742commit 91eee546737ae21d930af479530997174c342b13
9743Author: Dirk Behme <dirk.behme@googlemail.com>
9744Date: Sun Dec 14 09:47:15 2008 +0100
9745
9746 OMAP3: Add common board, interrupt and system info
9747
9748 Add common board, interrupt and system info code.
9749
9750 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9751
9752commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
9753Author: Dirk Behme <dirk.behme@googlemail.com>
9754Date: Sun Dec 14 09:47:14 2008 +0100
9755
9756 OMAP3: Add common clock, memory and low level code
9757
9758 Add common clock, memory and low level code
9759
9760 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9761
9762commit 0b02b184003e6a5023e05d5f31de54db279b1431
9763Author: Dirk Behme <dirk.behme@googlemail.com>
9764Date: Sun Dec 14 09:47:13 2008 +0100
9765
9766 OMAP3: Add common cpu and start code
9767
9768 Add common cpu and start code.
9769
9770 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9771
9772commit a8b6450546cd507d331b8fde384791d84bde5651
9773Author: Dirk Behme <dirk.behme@googlemail.com>
9774Date: Sun Dec 14 09:47:12 2008 +0100
9775
9776 OMAP3: Add OMAP3, memory and function prototype headers
9777
9778 Add OMAP3, memory and function prototype header files for OMAP3.
9779
9780 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9781
9782commit 2c803210a464abbac35752ca1c737514360b4c32
9783Author: Dirk Behme <dirk.behme@googlemail.com>
9784Date: Sun Dec 14 09:47:11 2008 +0100
9785
9786 OMAP3: Add pin mux, clock and cpu headers
9787
9788 Add pin mux, clock and cpu header files for OMAP3.
9789
9790 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9791
9792commit 685533646f4ff17a84ec9265cabb60af325b6e1f
9793Author: Maxim Artamonov <scn1874@yandex.ru>
9794Date: Wed Dec 3 05:38:17 2008 +0300
9795
9796 bugfix for i.mx31 CCM_UPCTL reg
9797
9798 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
9799
6450a848
WD
9800commit 24113a44ed5cd3257a0237c3961e121812fca6db
9801Author: Mike Frysinger <vapier@gentoo.org>
9802Date: Tue Dec 30 03:15:38 2008 -0500
9803
9804 easylogo: add optional gzip support
9805
9806 Some images can be quite large, so add an option to compress the
9807 image data with gzip in the U-Boot image. Then at runtime, the
9808 board can decompress it with the normal zlib functions.
9809
9810 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9811
9812commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
9813Author: Bryan Wu <bryan.wu@analog.com>
9814Date: Fri Jan 2 20:47:45 2009 -0500
9815
9816 fat: fix unaligned errors
9817
9818 A couple of buffers in the fat code are declared as an array of bytes.
9819 But it is then cast up to a structure with 16bit and 32bit members.
9820 Since GCC assumes structure alignment here, we have to force the
9821 buffers to be aligned according to the structure usage.
9822
9823 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9824 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9825
9826commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
9827Author: Brad Bozarth <bflinux@yumbrad.com>
9828Date: Thu Jan 1 22:45:47 2009 -0500
9829
9830 spi flash: fix crash due to spi flash miscommunication
9831
9832 Higher spi flash layers expect to be given back a pointer that was
9833 malloced so that it can free the result, but the lower layers return
9834 a pointer that is in the middle of the malloced memory. Reorder the
9835 members of the lower spi structures so that things work out.
9836
9837 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
9838 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9839 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9840
9841commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
9842Author: Yuri Tikhonov <yur@emcraft.com>
9843Date: Sat Dec 20 14:54:21 2008 +0300
9844
9845 FPU POST: fix warnings when building with 2.18 binutils
9846
9847 When compile u-boot with the 2.18 binutils the following
9848 warning messages for each object file in post/lib_ppc/fpu/ is
9849 produced at the linking stage:
9850
9851 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
9852 ...
9853
9854 This is because of the fact that, in general, the soft-float and
9855 hard-float ABIs are incompatible; the 2.18 binutils do checking
9856 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
9857 produce the worning like above if these are not compatible.
9858
9859 The incompatibility of ABIs is concerned only the float values:
9860 e.g. the soft-float ABI assumes the float argument passing in the
9861 pair of rX registers, and the hard-float ABI assumes passing of
9862 the float argument in the fX register. When we don't pass the float
9863 arguments between the functions compiled with different floatness,
9864 then such an application will work correctly.
9865 This is the case for the FPU POST: u-boot (compiled with soft-float)
9866 doesn't pass to (and doesn't get from) the FPU POST functions any
9867 floats; there are no functions exported from the post/lib_ppc/fpu/
9868 objects which would work with float parameters/returns too. So, we
9869 can reassure the linker not to worry about the difference in ABI
9870 attributes of linking files just by setting the 'soft-float'
9871 attribute for the objects in post/lib_ppc/fpu. And this patch does
9872 this.
9873
9874 Also, to avoid passing both soft- and hard-float options in CFLAGS
9875 when compiling the files from post/lib_ppc/fpu (which is OK, but
9876 looks rather dirty) this patch removes the soft-float string from
9877 CFLAGS in post/lib_ppc/fpu/Makefile.
9878
9879 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9880
9881commit a7c9310457e85b4598abe5b304108edf11332e2f
9882Author: Peter Tyser <ptyser@xes-inc.com>
9883Date: Wed Dec 17 16:36:22 2008 -0600
9884
9885 Add support for Maxim's DS4510 I2C device
9886
9887 Initial support for the DS4510, a CPU supervisor with
9888 integrated EEPROM, SRAM, and 4 programmable non-volatile
9889 GPIO pins. The CONFIG_DS4510 define enables support
9890 for the device while the CONFIG_CMD_DS4510 define
9891 enables the ds4510 command. The additional
9892 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
9893 CONFIG_DS4510_RST defines add additional sub-commands
9894 to the ds4510 command when defined.
9895
9896 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9897
9898commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
9899Author: Dirk Eibach <eibach@gdsys.de>
9900Date: Tue Dec 16 14:51:56 2008 +0100
9901
9902 common: Iteration limit for memory test.
9903
9904 The iteration limit is passed to mtest as a fourth parameter:
9905 [start [end [pattern [iterations]]]]
9906 If no fourth parameter is supplied, there is no iteration limit and the
9907 test will loop forever.
9908
9909 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9910
9911commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
9912Author: Stefan Roese <sr@denx.de>
9913Date: Mon Dec 15 15:40:12 2008 +0100
9914
9915 serial: Rename driver vcth to vct to support other board variants
9916
9917 Moved driver vcth.c to vct.c to better reflect the VCT board series.
9918 This driver is now used by the VCT platforms:
9919
9920 vct_premium
9921 vct_platinum
9922 vct_platinumsvc
9923
9924 Signed-off-by: Stefan Roese <sr@denx.de>
9925
9926commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
9927Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9928Date: Fri Dec 12 00:45:27 2008 +0900
9929
9930 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
9931
9932 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9933
9934commit c3284b030b1cd492b4f46c576aea01bef258599d
9935Author: Peter Korsgaard <jacmet@sunsite.dk>
9936Date: Wed Dec 10 16:24:16 2008 +0100
9937
9938 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
9939
9940 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
9941 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
9942 !CONFIG_AUTOBOOT_KEYED case.
9943
9944 Do this by reversing the loop so we do at least one iteration before
9945 checking for timeout.
9946
9947 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9948
9949commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
9950Author: Niklaus Giger <niklaus.giger@netstal.com>
9951Date: Mon Dec 8 17:24:08 2008 +0100
9952
9953 Added legacy flash ST Micro M29W040B
9954
9955commit 626d07348e5f9f302f4ea182161a89f7362a0488
9956Author: Graeme Russ <graeme.russ@gmail.com>
9957Date: Mon Dec 8 20:04:51 2008 +1100
9958
9959 Fixed off-by-one errors in lib_m68k/interrupts.c
9960
9961 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9962
9963commit a5989c42ae5e295f274a795c426c47819bbdbfda
9964Author: Graeme Russ <graeme.russ@gmail.com>
9965Date: Sun Dec 7 10:29:05 2008 +1100
9966
9967 Removed all references to CONFIG_SYS_RESET_GENERIC
9968
9969 Generic i386 reset - #define made redundant by weak function
9970
9971 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9972
9973commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
9974Author: Graeme Russ <graeme.russ@gmail.com>
9975Date: Sun Dec 7 10:29:04 2008 +1100
9976
9977 Remove #ifdef CONFIG_SC520 in source code
9978
9979 CONFIG_SC520 is now used for conditional compile
9980
9981 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9982
9983commit ead056bc206f6b7ee6dc98766678b64635ea20b8
9984Author: Graeme Russ <graeme.russ@gmail.com>
9985Date: Sun Dec 7 10:29:03 2008 +1100
9986
9987 Added MMCR reset functionality
9988
9989 Reset function specific to AMD SC520 microcontroller - Is more of a
9990 'hard reset' that the triple fault.
9991
9992 Requires CONFIG_SYS_RESET_SC520 to be defined in config
9993
9994 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
9995 but ld requires that a object file in a library arhive MUST contain
9996 at least one function which does not override a weak function (and is
9997 called from outside the object file) in order for that object file to
9998 be extracted from the archive. This would be the only function on the
9999 new file, and hence, will never get linked in.
10000
10001 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10002
10003commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
10004Author: Graeme Russ <graeme.russ@gmail.com>
10005Date: Sun Dec 7 10:29:02 2008 +1100
10006
10007 Moved generic (triple fault) reset code
10008
10009 Moved from interrupts.c to cpu.c and made into a weak function to
10010 allow vendor specific override
10011
10012 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
10013 added to the vendor specific code without the need to remember to
10014 #undef usage of the generic method and if you forget to include your
10015 custom reset method, you will always get the default.
10016
10017 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10018
10019commit 9933d609020c297788f53f334c8465fa7a99b10c
10020Author: Graeme Russ <graeme.russ@gmail.com>
10021Date: Sun Dec 7 10:29:01 2008 +1100
10022
10023 Moved definition of set_vector() to new header file
10024
10025 This allows for future tidy ups and functionality that will require
10026 set_vector ()
10027
10028 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10029
10030commit 407976185e0dda2c90e89027121a1071b9c77bfb
10031Author: Graeme Russ <graeme.russ@gmail.com>
10032Date: Sun Dec 7 10:29:00 2008 +1100
10033
10034 Moved sc520 specific code into new cpu/i386/sc520 folder
10035
10036 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10037 Signed-off-by: Wolfgang Denk <wd@denx.de>
10038
10039commit 85ffbbd51914925a542d8528be7f072e5ab02157
10040Author: Graeme Russ <graeme.russ@gmail.com>
10041Date: Sun Dec 7 10:28:58 2008 +1100
10042
10043 Renamed cpu/i386/reset.S to resetvec.S
10044
10045 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
10046 for CPU reset functions
10047
10048 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10049
10050commit a3f4c123f569474e80ea012b8db0de46afdb6443
10051Author: Wolfgang Denk <wd@denx.de>
10052Date: Sat Jan 24 01:01:49 2009 +0100
10053
10054 Makefile: keep lists sorted.
10055
10056 Signed-off-by: Wolfgang Denk <wd@denx.de>
10057
10058commit c620c01e96814558470698ed5cab1bf2f504d1b5
10059Author: Graeme Russ <graeme.russ@gmail.com>
10060Date: Sun Dec 7 10:28:57 2008 +1100
10061
10062 Added initial eNET board support
10063
10064 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10065
10066commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
10067Author: Gary Jennejohn <garyj@denx.de>
10068Date: Thu Nov 20 11:37:26 2008 +0100
10069
10070 POWERPC 82xx: add the SCC as an HDLC controller
10071
10072 Right now this is only used by keymile.
10073
10074 Signed-off-by: Gary Jennejohn <garyj@denx.de>
10075
10076commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
10077Author: Heiko Schocher <hs@denx.de>
10078Date: Thu Nov 20 09:59:09 2008 +0100
10079
10080 powerpc, keymile boards: extract identical config options
10081
10082 This patch extracts the identical config options for the
10083 keymile boards mgcoge, mgsuvd and kmeter1 in a new
10084 common config file keymile-common.h.
10085
10086 Signed-off-by: Heiko Schocher <hs@denx.de>
10087
10088commit 210c8c00aad3328145204adab434bb7d70b06b75
10089Author: Heiko Schocher <hs@denx.de>
10090Date: Fri Nov 21 08:29:40 2008 +0100
10091
10092 powerpc: keymile: Add a check for the PIGGY debug board
10093
10094 Check the presence of the PIGGY on the keymile boards mgcoge,
10095 mgsuvd and kmeter1. If the PIGGY is not present, dont register
10096 this Ethernet device.
10097
10098 Signed-off-by: Heiko Schocher <hs@denx.de>
10099 Acked-by: Ben Warren <biggerbadderben@gmail.com>
10100
10101commit de0443614af4d16675ab436665aeb11ddc9f7214
10102Author: Heiko Schocher <hs@denx.de>
10103Date: Thu Nov 20 09:57:47 2008 +0100
10104
10105 powerpc: 83xx: add support for the kmeter1 board
10106
10107 This patch adds support for the kmeter1 board from Keymile,
10108 based on a Freescale MPC8360 CPU.
10109
10110 - serial console on UART 1
10111 - 256 MB DDR2 RAM
10112 - 64 MB NOR Flash
10113 - Ethernet RMII Mode over UCC4
10114 - PHY SMSC LAN8700
10115
10116 Signed-off-by: Heiko Schocher <hs@denx.de>
10117
10118commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
10119Author: Sergei Poselenov <sposelenov@emcraft.com>
10120Date: Tue Nov 4 13:51:18 2008 +0100
10121
10122 Add a do_div() wrapper macro, lldiv().
10123
10124 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
10125 the dividend and returns the result of division, so it is useful
10126 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
10127
10128 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
10129
10130commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
10131Author: Kumar Gala <galak@kernel.crashing.org>
10132Date: Fri Jan 23 14:22:14 2009 -0600
10133
10134 85xx: Add a 36-bit physical configuration for MPC8572DS
10135
10136 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
10137 to allow for larger memory sizes.
10138
10139 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10140
10141commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
10142Author: Kumar Gala <galak@kernel.crashing.org>
10143Date: Fri Jan 23 14:22:13 2009 -0600
10144
10145 85xx: Handle eLBC difference w/36-bit physical
10146
10147 The eLBC only handles 32-bit physical address in systems with 36-bit
10148 physical. The previos generation of LBC handled 34-bit physical
10149 address in 36-bit systems. Added a new CONFIG option to convey
10150 the difference between the LBC and eLBC.
10151
10152 Also added defines for XAM bits used in LBC for the extended 34-bit
10153 support.
10154
10155 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10156
10157commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
10158Author: Kumar Gala <galak@kernel.crashing.org>
10159Date: Fri Jan 23 14:22:12 2009 -0600
10160
10161 85xx: Use BR_ADDR macro for NAND chipselects
10162
10163 Use the new BR_ADDR macro to properly setup the address field of the
10164 localbus chipselects used by NAND.
10165
10166 This allows us to deal with 36-bit phys on these boards in the future.
10167
10168 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10169
10170commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
10171Author: Haiying Wang <Haiying.Wang@freescale.com>
10172Date: Thu Jan 15 11:58:35 2009 -0500
10173
10174 Add secondary CPUs processor frequency for e500 core
10175
10176 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
10177 and prints each CPU's frequency separately. It also fixes up each CPU's
10178 frequency in "clock-frequency" of fdt blob.
10179
10180 Signed-off-by: James Yang <James.Yang@freescale.com>
10181 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10182
10183commit bf5b1f0c0d28ce062e1d368680632dfb099de692
10184Author: Dave Liu <daveliu@freescale.com>
10185Date: Fri Nov 21 16:31:53 2008 +0800
10186
10187 85xx: enable the auto self refresh for wake up ARP
10188
10189 The wake up ARP feature need use the memory to process
10190 wake up packet, we enable auto self refresh to support it.
10191
10192 Signed-off-by: Dave Liu <daveliu@freescale.com>
10193 Acked-by: Andy Fleming <afleming@freescale.com>
10194
10195commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
10196Author: Dave Liu <daveliu@freescale.com>
10197Date: Fri Nov 21 16:31:43 2008 +0800
10198
10199 fsl-ddr: use the 1T timing as default configuration
10200
10201 For light loaded system, we use the 1T timing to gain better
10202 memory performance, but for some heavily loaded system,
10203 you have to add the 2T timing options to board files.
10204
10205 Signed-off-by: Dave Liu <daveliu@freescale.com>
10206 Acked-by: Andy Fleming <afleming@freescale.com>
10207
10208commit 22cca7e1cd54590e967c73558b07ffbdccd39504
10209Author: Dave Liu <daveliu@freescale.com>
10210Date: Fri Nov 21 16:31:35 2008 +0800
10211
10212 fsl-ddr: make the self refresh idle threshold configurable
10213
10214 Some 85xx processors have the advanced power management feature,
10215 such as wake up ARP, that needs enable the automatic self refresh.
10216
10217 If the DDR controller pass the SR_IT (self refresh idle threshold)
10218 idle cycles, it will automatically enter self refresh. However,
10219 anytime one transaction is issued to the DDR controller, it will
10220 reset the counter and exit self refresh state.
10221
10222 Signed-off-by: Dave Liu <daveliu@freescale.com>
10223 Acked-by: Andy Fleming <afleming@freescale.com>
10224
10225commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
10226Author: Dave Liu <daveliu@freescale.com>
10227Date: Fri Nov 21 16:31:29 2008 +0800
10228
10229 fsl-ddr: clean up the ddr code for DDR3 controller
10230
10231 - The DDR3 controller is expanding the bits for timing config
10232 - Add the DDR3 32-bit bus mode support
10233
10234 Signed-off-by: Dave Liu <daveliu@freescale.com>
10235 Acked-by: Andy Fleming <afleming@freescale.com>
10236
10237commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
10238Author: Dave Liu <daveliu@freescale.com>
10239Date: Fri Nov 21 16:31:22 2008 +0800
10240
10241 fsl-ddr: update the bit mask for DDR3 controller
10242
10243 According to the latest 8572 UM, the DDR3 controller
10244 is expanding the bit mask, and we use the extend ACTTOPRE
10245 mode when tRAS more than 19 MCLK.
10246
10247 Signed-off-by: Dave Liu <daveliu@freescale.com>
10248
10249commit aca5f018a8386b85469482ed9867e3e29a2437d0
10250Author: Kumar Gala <galak@kernel.crashing.org>
10251Date: Tue Dec 2 16:08:40 2008 -0600
10252
10253 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
10254
10255 Introduce a new define to seperate out the virtual address that PCI
10256 IO space is at from the physical address. In most situations these are
10257 mapped 1:1. However any code accessing the bus should use VIRT.
10258
10259 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10260 Acked-by: Andy Fleming <afleming@freescale.com>
10261
10262commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
10263Author: Kumar Gala <galak@kernel.crashing.org>
10264Date: Tue Dec 2 16:08:39 2008 -0600
10265
10266 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
10267
10268 Introduce a new define to seperate out the virtual address that PCI
10269 memory is at from the physical address. In most situations these are
10270 mapped 1:1. However any code accessing the bus should use VIRT.
10271
10272 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10273 Acked-by: Andy Fleming <afleming@freescale.com>
10274
10275commit a6e04c344ad1eefd47a75484441b385da815b8df
10276Author: Kumar Gala <galak@kernel.crashing.org>
10277Date: Tue Dec 2 16:08:38 2008 -0600
10278
10279 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
10280
10281 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
10282 of TLBs. This is what we should have always been using from the start.
10283
10284 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10285 Acked-by: Andy Fleming <afleming@freescale.com>
10286
10287commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
10288Author: Kumar Gala <galak@kernel.crashing.org>
10289Date: Tue Dec 2 16:08:37 2008 -0600
10290
10291 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
10292
10293 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
10294 of _IO_BASE so we are more explicit.
10295
10296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10297
10298commit 10795f42cb94e71bcb262b615084f69dd886399a
10299Author: Kumar Gala <galak@kernel.crashing.org>
10300Date: Tue Dec 2 16:08:36 2008 -0600
10301
10302 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
10303
10304 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
10305 of _MEM_BASE so we are more explicit.
10306
10307 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10308 Acked-by: Andy Fleming <afleming@freescale.com>
10309
10310commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
10311Author: Kumar Gala <galak@kernel.crashing.org>
10312Date: Tue Dec 2 14:19:34 2008 -0600
10313
10314 85xx: separate FLASH BASE virtual from physical address
10315
10316 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
10317 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
10318
10319 This allows us to deal with 36-bit phys on these boards in the future.
10320
10321 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10322 Acked-by: Andy Fleming <afleming@freescale.com>
10323
10324commit 52b565f5ad23b682489055b187767d8bf1c2e444
10325Author: Kumar Gala <galak@kernel.crashing.org>
10326Date: Tue Dec 2 14:19:33 2008 -0600
10327
10328 85xx: separate PIXIS virtual from physical address
10329
10330 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
10331 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
10332
10333 This allows us to deal with 36-bit phys on these boards in the future.
10334
10335 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10336 Acked-by: Andy Fleming <afleming@freescale.com>
10337
10338commit 30837e5b21d5a742983581ab9ee3fac085311d19
10339Author: Haiying Wang <Haiying.Wang@freescale.com>
10340Date: Tue Nov 11 08:52:09 2008 -0500
10341
10342 Add README file for MPC8572DS board
10343
10344 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10345 Acked-by: Andy Fleming <afleming@freescale.com>
10346
10347commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
10348Author: Mike Frysinger <vapier@gentoo.org>
10349Date: Mon Oct 20 16:15:04 2008 -0400
10350
10351 Blackfin: use common strmhz() in system output
10352
10353 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10354
10355commit 5bb907a4925397789c90d074f4f7e92ce6b39402
10356Author: Ron Madrid <ron_madrid@sbcglobal.net>
10357Date: Thu Jan 22 15:05:24 2009 -0800
10358
10359 mpc83xx: New board support for SIMPC8313
10360
10361 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
10362 board boots from NAND devices and is configureable for either large or small
10363 page devices. The board supports non-soldered DDR2, one ethernet port, a
10364 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
10365 to the eLBC providing glue logic to a TMS320C67xx DSP.
10366
10367 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10368 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10369
10370commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
10371Author: Mike Frysinger <vapier@gentoo.org>
10372Date: Sun Jan 18 19:46:06 2009 -0500
10373
10374 nand: fixup printf modifiers to match types used
10375
10376 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10377 Signed-off-by: Scott Wood <scottwood@freescale.com>
10378
10379commit 389e6620e2271096df3316917528003627db4021
10380Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
10381Date: Tue Jan 20 16:57:55 2009 +0100
10382
10383 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
10384
10385 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
10386 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
10387 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
10388 tested before ".jffs2s" and only the first two characters are compared.
10389
10390 Correction:
10391 Test for ".jffs2s" first and compare the first 7 characters.
10392
10393 Signed-off-by: Scott Wood <scottwood@freescale.com>
10394
10395commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
10396Author: Wolfgang Grandegger <wg@grandegger.com>
10397Date: Fri Jan 16 18:55:54 2009 +0100
10398
10399 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
10400
10401 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
10402 changes the default from 8 to 1 for the legacy and the new MTD
10403 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
10404 in the board config files because none of the boards use multi
10405 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
10406 define
10407
10408 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
10409
10410 but that's bogus and did not work anyhow.
10411
10412 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10413 Signed-off-by: Scott Wood <scottwood@freescale.com>
10414
10415commit c70564e6b1bd08f3230182392238907f3531a87e
10416Author: Dave Liu <daveliu@freescale.com>
10417Date: Tue Dec 2 11:48:51 2008 +0800
10418
10419 NAND: Fix cache and memory inconsistency issue
10420
10421 We load the secondary stage u-boot image from NAND to
10422 system memory by nand_load, but we did not flush d-cache
10423 to memory, nor invalidate i-cache before we jump to RAM.
10424 When the system has cache enabled and the TLB/page attribute
10425 of system memory is cacheable, it will cause issues.
10426
10427 - 83xx family is using the d-cache lock, so all of d-cache
10428 access is cache-inhibited. so you can't see the issue.
10429 - 85xx family is using d-cache, i-cache enable, partial
10430 cache lock. you will see the issue.
10431
10432 This patch fixes the cache issue.
10433
10434 Signed-off-by: Dave Liu <daveliu@freescale.com>
10435 Signed-off-by: Scott Wood <scottwood@freescale.com>
10436
10437commit 50657c273278f74378e1ac39b41d612b92fdffa0
10438Author: Nishanth Menon <menon.nishanth@gmail.com>
10439Date: Sat Dec 13 09:43:06 2008 -0600
10440
10441 NAND: Enable nand lock, unlock feature
10442
10443 Enable nand lock, unlock and status of lock feature.
10444 Not every device and platform requires this, hence,
10445 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
10446
10447 Nand unlock and status operate on block boundary instead
10448 of page boundary. Details in:
10449 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
10450
10451 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
10452 Includes preliminary suggestions from Scott Wood
10453
10454 Signed-off-by: Nishanth Menon <nm@ti.com>
10455 Signed-off-by: Scott Wood <scottwood@freescale.com>
10456
10457commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
10458Author: Mike Frysinger <vapier@gentoo.org>
10459Date: Sat Dec 6 02:40:55 2008 -0500
10460
10461 NAND: move board_nand_init to nand.h
10462
10463 Rather than putting the function prototype for board_nand_init() in the one
10464 place where it gets called, put it into nand.h so that every place that also
10465 defines it gets the prototype. Otherwise, errors can go silently unnoticed
10466 such as using the wrong return value (void rather than int) when defining
10467 the function.
10468
10469 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10470 Signed-off-by: Scott Wood <scottwood@freescale.com>
10471
10472commit 1ae39862044ebb1e682234b51f94421e3f871d6a
10473Author: Stefan Roese <sr@denx.de>
10474Date: Tue Dec 2 11:06:47 2008 +0100
10475
10476 OneNAND: Additional sync with 2.6.27
10477
10478 - Add subpage write support
10479 - Add onenand_oob_64/32 ecclayout
10480
10481 This has been missing and without it UBI has some incompatibilies issues
10482 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
10483 placed differently (2048 instead of 512) without this fix.
10484
10485 Signed-off-by: Stefan Roese <sr@denx.de>
10486 Signed-off-by: Scott Wood <scottwood@freescale.com>
10487
10488commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
10489Author: Kyungmin Park <kmpark@infradead.org>
10490Date: Thu Nov 13 15:14:33 2008 +0900
10491
10492 Add markbad function
10493
10494 Add missing markbad function
10495 If not, it's hang when it entered the mtd->mark_bad().
10496
10497 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10498
10499commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
10500Author: Stefan Roese <sr@denx.de>
10501Date: Wed Nov 12 13:47:24 2008 +0100
10502
10503 OneNAND: Bad block aware read/write command support
10504
10505 Update OneNAND command to support bad block awareness.
10506 Also change the OneNAND command style to better match the
10507 NAND version.
10508
10509 Signed-off-by: Stefan Roese <sr@denx.de>
10510 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
10511
10512commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
10513Author: Stefan Roese <sr@denx.de>
10514Date: Tue Nov 11 10:29:09 2008 +0100
10515
10516 OneNAND: Save version_id in onenand_chip struct
10517
10518 The version (ver_id) was not stored in the onenand_chip structure and
10519 because of this the continuous locking scheme could be enabled on some
10520 chips.
10521
10522 Signed-off-by: Stefan Roese <sr@denx.de>
10523
10524commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
10525Author: Stefan Roese <sr@denx.de>
10526Date: Tue Nov 11 10:28:53 2008 +0100
10527
10528 OneNAND: Fix compiler warnings
10529
10530 Signed-off-by: Stefan Roese <sr@denx.de>
10531
10532commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
10533Author: Dave Liu <daveliu@freescale.com>
10534Date: Tue Nov 4 14:55:06 2008 +0800
10535
10536 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
10537
10538 Signed-off-by: Dave Liu <daveliu@freescale.com>
10539
10540commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
10541Author: Kyungmin Park <kmpark@infradead.org>
10542Date: Tue Nov 4 09:24:07 2008 +0900
10543
10544 Sync with 2.6.27
10545
10546 Sync with OneNAND kernel codes
10547
10548 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10549
10550commit e7f325be9edeb84bb457301776bbac1f7257dafc
10551Author: Michal Simek <monstr@monstr.eu>
10552Date: Mon Jan 5 13:35:31 2009 +0100
10553
10554 microblaze: Use cache functions (especially cache status)
10555 in systems which are configured without flash
10556
10557commit e9b737deb2c30125362d20e24170617476026e94
10558Author: Michal Simek <monstr@monstr.eu>
10559Date: Mon Jan 5 13:29:32 2009 +0100
10560
10561 microblaze: Add cache flush
10562
10563commit b4f8dda35bfad447b4106828232705b2e878d168
10564Author: Michal Simek <monstr@monstr.eu>
10565Date: Mon Jan 5 13:28:40 2009 +0100
10566
10567 microblaze: Add bootup messages to board.c
10568
10569commit 330e55459bc9983341da6c1d5c7fe00a664436fe
10570Author: Michal Simek <monstr@monstr.eu>
10571Date: Fri Dec 19 13:25:55 2008 +0100
10572
10573 microblaze: Change microblaze-generic config file
10574
10575 Signed-off-by: Michal Simek <monstr@monstr.eu>
10576
10577commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
10578Author: Michal Simek <monstr@monstr.eu>
10579Date: Fri Dec 19 13:14:05 2008 +0100
10580
10581 microblaze: Rename ml401 to microblaze-generic
10582
10583 Signed-off-by: Michal Simek <monstr@monstr.eu>
10584
10585commit 6677876181cc8772bca8a372479a500d160f3993
10586Author: Scott Wood <scottwood@freescale.com>
10587Date: Tue Jan 20 11:56:11 2009 -0600
10588
10589 83xx: Use the proper sequence for updating IMMR.
10590
10591 This ensures that subsequent accesses properly hit the new window.
10592
10593 The dcbi during the NAND loop was accidentally working around this;
10594 it's no longer necessary, as the cache is not enabled.
10595
10596 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
10597 Signed-off-by: Scott Wood <scottwood@freescale.com>
10598 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10599
10600commit 8b34557c546e5e9f34ebf83c93413dad973d93df
10601Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10602Date: Thu Jan 8 04:26:19 2009 +0300
10603
10604 mpc83xx: Add PCI-E support for MPC837XEMDS boards
10605
10606 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
10607 provides two PCI-E (x2) ports. Though, only one port can be used in x2
10608 mode. Two ports can function simultaneously in x1 mode.
10609
10610 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
10611
10612 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10614
10615commit 8f11e34b31a7be124a3239653f33af9510502045
10616Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10617Date: Thu Jan 8 04:26:17 2009 +0300
10618
10619 mpc83xx: Add PCI-E support for MPC8315ERDB boards
10620
10621 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
10622 support them.
10623
10624 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10625 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10626
10627commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
10628Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10629Date: Thu Jan 8 04:26:12 2009 +0300
10630
10631 mpc83xx: Add support for MPC83xx PCI-E controllers
10632
10633 This patch adds support for MPC83xx PCI-E controllers in Root Complex
10634 mode.
10635
10636 The patch is based on Tony Li and Dave Liu work[1].
10637
10638 Though unlike the original patch, by default we don't register PCI-E
10639 buses for use in U-Boot, we only configure the controllers for future
10640 use in other OSes (Linux). This is done because we don't have enough
10641 of spare BATs to map all the PCI-E regions.
10642
10643 To actually use PCI-E in U-Boot, users should explicitly define
10644 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
10645 only then U-Boot will able to access PCI-E, but at the cost of disabled
10646 address translation.
10647
10648 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
10649
10650 Signed-off-by: Tony Li <tony.li@freescale.com>
10651 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10652 Acked-by: Dave Liu <daveliu@freescale.com>
10653 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10654
10655commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
10656Author: Ira Snyder <iws@ovro.caltech.edu>
10657Date: Mon Jan 12 13:33:17 2009 -0800
10658
10659 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
10660
10661 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
10662 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
10663 "Clocking in PCI Agent Mode".
10664
10665 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10666 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10667
10668commit 75f35209f702bb26826855ed8c8e4d108ab5f412
10669Author: Ira Snyder <iws@ovro.caltech.edu>
10670Date: Mon Jan 12 13:32:26 2009 -0800
10671
10672 83xx: PCI agent mode fixes for multi-board systems
10673
10674 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
10675 the boards will lock up the PCI bus by scanning against each other.
10676
10677 The boards lock against each other by trying to access the PCI bus before
10678 clearing their configuration lock bit. Both boards end up in a loop,
10679 sending and receiving "Target Not Ready" messages forever.
10680
10681 When running in PCI agent mode, the scanning now takes place after the
10682 boards have cleared their configuration lock bit.
10683
10684 Also, add a missing declaration to the mpc83xx.h header file, fixing a
10685 build warning.
10686
10687 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10688 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10689
10690commit 455a46915b82896cc2070eb326d075555c2bc580
10691Author: Ron Madrid <ron_madrid@sbcglobal.net>
10692Date: Fri Dec 12 13:12:45 2008 -0800
10693
10694 mpc83xx: Size optimization of start.S
10695
10696 Currently there are in excess of 100 bytes located at the beginning of the image
10697 built by start.S that are not being utilized. This patch moves a few functions
10698 into this part of the image. This will create a greater number of *available*
10699 bytes that can be used by board specific code in NAND builds and will decrease
10700 the size of the assembled code in other builds.
10701
10702 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10703 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10704
10705commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
10706Author: Wolfgang Denk <wd@denx.de>
10707Date: Wed Jan 21 23:08:12 2009 +0100
10708
10709 Prepare v2009.01
10710
10711 Signed-off-by: Wolfgang Denk <wd@denx.de>
10712
72d15e70
WD
10713commit 635e5f8fc82365e6e9734b3132bc95135a6de679
10714Author: Wolfgang Denk <wd@denx.de>
10715Date: Sun Jan 18 21:37:48 2009 +0100
10716
10717 Prepare 2009.01-rc3
10718
10719 Update CHANGELOG
10720
10721 Signed-off-by: Wolfgang Denk <wd@denx.de>
10722
635e5f8f
WD
10723commit 4cda437898f7873752f0201757cd33f12196ce87
10724Author: Mike Frysinger <vapier@gentoo.org>
10725Date: Sat Jan 17 13:32:42 2009 -0500
10726
10727 build system: treat all Darwin's alike
10728
10729 The x86 based version of Darwin behaves the same quirky way as the powerpc
10730 Darwin, so only check HOSTOS when setting up Darwin workarounds.
10731
10732 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10733
10734commit c088a108c75db565e07292fd668dfa5491e85bc2
10735Author: Peter Korsgaard <jacmet@sunsite.dk>
10736Date: Wed Jan 14 13:52:24 2009 +0100
10737
10738 fdt_resize(): fix actualsize calculations with unaligned blobs
10739
10740 The code in fdt_resize() to extend the fdt size to end on a page boundary
10741 is wrong for fdt's not located at an address aligned on a page boundary.
10742 What's even worse, the code would make actualsize shrink rather than grow
10743 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
10744 causing fdt_add_mem_rsv to fail.
10745
10746 Fix it by aligning end address (blob + size) to a page boundary instead.
10747 For aligned fdt's this is equivalent to what we had before.
10748
10749 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10750
10751commit fadad1573fb16c90025f08a2861d6047d093cba7
10752Author: Mike Frysinger <vapier@gentoo.org>
10753Date: Fri Jan 9 04:38:17 2009 -0500
10754
10755 ncb: use socklen_t
10756
10757 The recvfrom() function takes a socklen_t, not an int.
10758
10759 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10760
10761commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
10762Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10763Date: Sun Jan 11 16:35:16 2009 +0100
10764
10765 sh: serial: use readx/writex accessors
10766
10767 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10768 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10769
10770commit 9e1fa628bdb64745811cdd26c4f953846c076180
10771Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10772Date: Sun Jan 11 16:35:15 2009 +0100
10773
10774 sh: serial: coding style cleanup
10775
10776 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10777 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10778
10779commit c9935c992575922b7ef13eec0656ed8665d324e3
10780Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10781Date: Sun Jan 11 17:48:56 2009 +0900
10782
10783 sh: Fix compile error on lowlevel_init file
10784
10785 lowlevel_init of SH was corrected to use the write/readXX macro.
10786 However, there was a problem that was not able to be compiled partially.
10787 This patch corrected this.
10788
10789 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10790
10791commit a5b04d00bfeb940c62232972ce644d50b45797f9
10792Author: Kieran Bingham <kieranbingham@gmail.com>
10793Date: Tue Dec 30 01:16:03 2008 +0000
10794
10795 sh: Fix up rsk7203 target for out of tree build
10796
10797 Fix up rsk7203 target to build successfully using out-of-tree build.
10798
10799 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
10800 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10801
10802commit f7e78f3b74aae9caca2997bad865a72338326c0a
10803Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10804Date: Sat Dec 20 19:29:49 2008 +0100
10805
10806 sh: use write{8,16,32} in all lowlevel_init
10807
10808 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10809 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10810
10811commit e4430779623af500de1cee7892c379f07ef59813
10812Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10813Date: Sat Dec 20 19:29:48 2008 +0100
10814
10815 sh: lowlevel_init coding style cleanup
10816
10817 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10818 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10819
10820commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
10821Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10822Date: Sat Dec 20 15:27:45 2008 +0100
10823
10824 sh: update sh2/sh2a timer coding style
10825
10826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10827 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10828
10829commit 1e15ff999322e81af4c0c0c548908f38944ba39c
10830Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10831Date: Sat Dec 20 15:25:22 2008 +0100
10832
10833 sh: update sh timer coding style
10834
10835 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10836 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10837
10838commit 0e3ece33801e377be67ffa29f083421ad820f28b
10839Author: Wolfgang Denk <wd@denx.de>
10840Date: Wed Jan 14 23:26:05 2009 +0100
10841
10842 Prepare 2009.01-rc2
10843
10844 Update CHANGELOG.
10845
10846 Signed-off-by: Wolfgang Denk <wd@denx.de>
10847
0e3ece33
WD
10848commit e92c9a860e44c14513c8909ce4299e253a775eeb
10849Author: Wolfgang Denk <wd@denx.de>
10850Date: Wed Jan 14 22:35:30 2009 +0100
10851
10852 cpu/mpc824x/Makefile: fix warning with parallel builds
10853
10854 Parallel builds would occasionally issue this build warning:
10855
10856 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
10857
10858 Use "ln -sf" as quick work around for the issue.
10859
10860 Signed-off-by: Wolfgang Denk <wd@denx.de>
10861
635e5f8f
WD
10862commit 3ba605d4beec649438539e7df97b5fedb26592fb
10863Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10864Date: Fri Jan 2 12:18:49 2009 +0100
10865
10866 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
10867
10868 This patch adds esd's loadpci BSP command to CPCI4052 and
10869 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
10870
10871 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10872 Signed-off-by: Stefan Roese <sr@denx.de>
10873
10874commit 600fe46fb3dab7f07604f9009904f31584415114
10875Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10876Date: Fri Jan 2 12:18:12 2009 +0100
10877
10878 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
10879
10880 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10881 Signed-off-by: Stefan Roese <sr@denx.de>
10882
10883commit f6a1f490d224c600a09137e58d1026d150b8e679
10884Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10885Date: Fri Jan 2 12:17:36 2009 +0100
10886
10887 ppc4xx: Cleanup CPCI405 board code
10888
10889 This patch cleans up CPCI405 board support:
10890 - wrap long lines
10891 - unification of spaces in function calls
10892 - remove dead code
10893
10894 Use correct io accessors on peripherals.
10895
10896 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10897 Signed-off-by: Stefan Roese <sr@denx.de>
10898
10899commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
10900Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10901Date: Fri Jan 2 12:16:35 2009 +0100
10902
10903 ppc4xx: Enable auto RS485 mode on PLU405 boards
10904
10905 This patch turns on the auto RS485 mode in the 2nd external
10906 uart on PLU405 boards. This is a special mode of the used
10907 Exar XR16C2850 uart. Because these boards only have a 485 physical
10908 layer connected it's a good idea to turn it on by default.
10909
10910 Signed-off-by: Matthias Fuchs <mf@esd.eu>
10911 Signed-off-by: Stefan Roese <sr@denx.de>
10912
0e3ece33
WD
10913commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
10914Author: Haiying Wang <Haiying.Wang@freescale.com>
10915Date: Tue Jan 13 16:29:28 2009 -0500
10916
10917 Some changes of TLB entry setting for MPC8572DS
10918
10919 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
10920 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
10921 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
10922
10923 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
10924
10925 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10926
10927commit 950264317eb9594b2b5ee2fb65206200a1c6007a
10928Author: Haiying Wang <Haiying.Wang@freescale.com>
10929Date: Tue Jan 13 16:29:22 2009 -0500
10930
10931 Change DDR tlb start entry to CONFIG param for 85xx
10932
10933 So that we can locate the DDR tlb start entry to the value other than 8. By
10934 default, it is still 8.
10935
10936 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10937
10938commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
10939Author: Roy Zang <tie-fei.zang@freescale.com>
10940Date: Fri Jan 9 16:02:35 2009 +0800
10941
10942 Change PCIE1&2 deciide logic on MPC8544DS board more readable
10943
10944 The IO port selection for MPC8544DS board:
10945 Port cfg_io_ports
10946 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
10947 PCIE2 0x4, 0x5, 0x6, 0x7
10948 PCIE3 0x6, 0x7
10949 This patch changes the PCIE12 and PCIE2 logic more readable.
10950 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10951
10952commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
10953Author: Roy Zang <tie-fei.zang@freescale.com>
10954Date: Fri Jan 9 16:01:52 2009 +0800
10955
10956 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
10957
10958 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
10959 PCIE1 bit.
10960 On MPC8572DS board, PCIE refers to PCIE1.
10961 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10962
10963commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
10964Author: Roy Zang <tie-fei.zang@freescale.com>
10965Date: Fri Jan 9 16:00:55 2009 +0800
10966
10967 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
10968
10969 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
10970 This patch fixes this issue.
10971 For MPC8572
10972 Port cfg_io_ports
10973 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
10974 PCIE2 0x3, 0x7
10975 PCIE3 0x7
10976
10977 For MPC8544
10978 Port cfg_io_ports
10979 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
10980 PCIE2 0x4, 0x5, 0x6, 0x7
10981 PCIE3 0x6, 0x7
10982 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10983
10984commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
10985Author: Becky Bruce <beckyb@kernel.crashing.org>
10986Date: Wed Dec 3 22:36:44 2008 -0600
10987
10988 mpc8610hpcd: Fix PCI mapping concepts
10989
10990 Rename _BASE to _BUS, as it's actually a PCI bus address,
10991 separate virtual and physical addresses into _VIRT and _PHYS,
10992 and use each appopriately. This makes the code easier to read
10993 and understand, and facilitates mapping changes going forward.
10994
10995 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
10996
10997commit 79e436cad3b4a7db88408c3f05175028f30d700d
10998Author: Becky Bruce <beckyb@kernel.crashing.org>
10999Date: Wed Dec 3 22:36:26 2008 -0600
11000
11001 sbc8641d: Fix PCI mapping concepts
11002
11003 Rename _BASE to _BUS, as it's actually a PCI bus address,
11004 separate virtual and physical addresses into _VIRT and _PHYS,
11005 and use each appopriately. This makes the code easier to read
11006 and understand, and facilitates mapping changes going forward.
11007
11008 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11009
11010commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
11011Author: Wolfgang Denk <wd@denx.de>
11012Date: Mon Jan 12 14:50:35 2009 +0100
11013
11014 MPC86xx: fix build warnings
11015
11016 Signed-off-by: Wolfgang Denk <wd@denx.de>
11017
11018commit 032a1c934ef4dc003281f57302b6e693062c1868
11019Author: Mike Frysinger <vapier@gentoo.org>
11020Date: Mon Jan 5 16:09:44 2009 -0500
11021
11022 bf537-stamp/nand: fix board_nand_init prototype
11023
11024 The board_nand_init() function should return an int, not void.
11025
11026 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11027
11028commit 687f952e4119594ab913be11c90f7f018c2a7a79
11029Author: Mike Frysinger <vapier@gentoo.org>
11030Date: Thu Dec 11 07:04:48 2008 -0500
11031
11032 Blackfin: drop CONFIG_SPI handling in board init
11033
11034 The eeprom SPI init functions are duplicated as the common code already
11035 executes these for us.
11036
11037 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11038
11039commit e7e684b10d73a303902208594c7c3e7e0d753282
11040Author: Mike Frysinger <vapier@gentoo.org>
11041Date: Fri Oct 24 17:51:57 2008 -0400
11042
11043 Blackfin: fix out-of-tree building with ldscripts
11044
11045 Many of the Blackfin board linker scripts are preprocessed, so make sure we
11046 output the linker script into the build tree rather than the source tree.
11047
11048 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11049
11050commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
11051Author: Mike Frysinger <vapier@gentoo.org>
11052Date: Fri Oct 24 17:48:54 2008 -0400
11053
11054 Blackfin: fix linker scripts to work with --gc-sections
11055
11056 Make sure all .text sections get pulled in and the entry point is properly
11057 referenced so they don't get discarded when linking with --gc-sections.
11058
11059 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11060
11061commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
11062Author: Mike Frysinger <vapier@gentoo.org>
11063Date: Sat Oct 11 20:45:44 2008 -0400
11064
11065 Blackfin: set proper LDRFLAGS for parallel booting LDRs
11066
11067 In order to boot an LDR out of parallel flash, the ldr utility needs a few
11068 flags to tell it to generate the right header.
11069
11070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11071
11072commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
11073Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11074Date: Tue Jan 6 21:41:59 2009 +0100
11075
11076 at91rm9200: move define from lowlevel_init to header
11077
11078 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11079
11080commit 8a48686fac2030287765f1970ea046bd5734b733
11081Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11082Date: Sat Jan 3 17:22:26 2009 +0100
11083
11084 m501sk: move to the common memory setup
11085
11086 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11087
11088commit d481c80d78f954133c035dae6c7d22de3625795d
11089Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11090Date: Sat Jan 3 17:22:25 2009 +0100
11091
11092 at91rm9200: rename lowlevel init value to CONFIG_SYS_
11093
11094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11095
11096commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
11097Author: Nicolas Ferre <nicolas.ferre@atmel.com>
11098Date: Tue Jan 6 21:13:14 2009 +0100
11099
11100 at91: add at91sam9xeek board support
11101
11102 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
11103 it as another entry for at91sam9260 in the Makefile.
11104
11105 Check documentation at :
11106 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
11107
11108 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
11109 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11110
11111commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
11112Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11113Date: Tue Jan 6 21:15:57 2009 +0100
11114
11115 fix bmp_logo.h make dependencies to allow parallel build
11116
11117 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11118
11119commit e12d9a8fb48d24176efffccc072b445e60a3afe4
11120Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11121Date: Sat Jan 3 17:22:24 2009 +0100
11122
11123 at91: Fix Atmel's at91sam9 boards out of tree build
11124
11125 introduced in commit 89a7a87f084c
11126
11127 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11128
11129commit 0668236bafaa1c11c521652a2facebc74beecbf0
11130Author: Wolfgang Denk <wd@denx.de>
11131Date: Tue Dec 30 22:56:11 2008 +0100
11132
11133 README: update mailing list name and hits to patch submission.
11134
11135 Signed-off-by: Wolfgang Denk <wd@denx.de>
11136
11137commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
11138Author: Peter Tyser <ptyser@xes-inc.com>
11139Date: Tue Dec 23 16:32:01 2008 -0600
11140
11141 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
11142
11143 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11144
11145commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
11146Author: Peter Tyser <ptyser@xes-inc.com>
11147Date: Tue Dec 23 16:32:00 2008 -0600
11148
11149 XPedite5200 board support cleanup
11150
11151 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11152
11153commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
11154Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11155Date: Tue Dec 2 21:58:04 2008 +0100
11156
11157 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
11158
11159 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11160 Signed-off-by: Remy Böhmer <linux@bohmer.net>
11161
11162commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
11163Author: Trent Piepho <tpiepho@freescale.com>
11164Date: Wed Dec 3 15:16:37 2008 -0800
11165
11166 mpc8[56]xx: Put localbus clock in sysinfo and gd
11167
11168 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
11169 and print it out, but don't save it.
11170
11171 This changes where its calculated and stored to be more consistent with the
11172 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
11173
11174 The localbus frequency is added to sysinfo and calculated when sysinfo is
11175 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
11176
11177 get_clocks() copies the frequency into the global data, as the other
11178 frequencies are, into a new field that is only enabled for MPC85xx and
11179 MPC86xx.
11180
11181 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
11182 from sysinfo, like the other frequencies, instead of calculating it on the
11183 spot.
11184
11185 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11186 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11187 Acked-by: Jon Loeliger <jdl@freescale.com>
11188
11189commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
11190Author: Trent Piepho <tpiepho@freescale.com>
11191Date: Wed Dec 3 15:16:36 2008 -0800
11192
11193 mpc86xx: Double local bus clock divider
11194
11195 The local bus clock divider should be doubled for both 8610 and 8641.
11196
11197 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11198 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11199 Acked-by: Jon Loeliger <jdl@freescale.com>
11200
11201commit 446c381e3e16f19857b72ea0d06241267b8b9d58
11202Author: Trent Piepho <tpiepho@freescale.com>
11203Date: Wed Dec 3 15:16:35 2008 -0800
11204
11205 mpc8568: Double local bus clock divider
11206
11207 The clock divider for the MPC8568 local bus should be doubled, like the
11208 other newer MPC85xx chips.
11209
11210 Since there are now more chips with a 2x divider than a 1x, and any new
11211 85xx chips will probably be 2x, invert the sense of the #if so that it
11212 lists the 1x chips instead of the 2x ones.
11213
11214 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11215 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11216 Acked-by: Jon Loeliger <jdl@freescale.com>
11217
11218commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
11219Author: Dave Liu <daveliu@freescale.com>
11220Date: Tue Dec 16 12:09:27 2008 +0800
11221
11222 85xx: Fix the boot window issue
11223
11224 If one custom board is using the 8MB flash, it is set
11225 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
11226 The current start.S code will be broken at switch_as.
11227
11228 It is because the TLB1[15] is set as 16MB page size,
11229 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
11230
11231 For the 8MB flash case, the EPN = 0xefxxxxxx,
11232 RPN = 0xffxxxxxx. Assume the virt address of switch_as
11233 is 0xef7ff18c, the real address of the instruction at
11234 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
11235 of the range of the default 8MB boot LAW window
11236 0xff800000 - 0xffffffff.
11237
11238 So when we switch to AS1 address space at switch_as,
11239 the core can't fetch the instruction at switch_as any
11240 more. It will cause broken issue.
11241
11242 Signed-off-by: Dave Liu <daveliu@freescale.com>
11243
11244commit 58da8890d5fbd074746037722a423de9ac408616
11245Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11246Date: Thu Dec 11 15:47:50 2008 -0500
11247
11248 sbc8548: use proper PHY address
11249
11250 The values given for the PHY address were wrong, so the code
11251 read no valid PHY ID, and fell through to the generic PHY
11252 support, which would work on 1000M but would not auto negotiate
11253 down to 100M or 10M.
11254
11255 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11256
11257commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
11258Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11259Date: Thu Dec 11 15:47:51 2008 -0500
11260
11261 sbc8548: enable command line editing by default.
11262
11263 Lets make things a bit more user friendly. It isn't 1985 anymore.
11264
11265 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11266
11267commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
11268Author: Paul Gortmaker <paul.gortmaker@windriver.com>
11269Date: Thu Dec 11 15:47:49 2008 -0500
11270
11271 sbc8548: don't enable the 3rd and 4th eTSEC
11272
11273 These interfaces don't have usable connectors on the board, so don't
11274 bother enumerating or configuring them.
11275
11276 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
11277
11278commit 181a3650113883728927928b3ac81ad6dade4b2c
11279Author: Haiying Wang <Haiying.Wang@freescale.com>
11280Date: Wed Dec 3 10:08:19 2008 -0500
11281
11282 Set IVPR to kenrel entry point in second core boot page
11283
11284 Assuming the OSes exception vectors start from the base of kernel address, and
11285 the kernel physical starting address can be relocated to an non-zero address.
11286 This patch enables the second core to have a valid IVPR for debugger before
11287 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
11288 value for second core which runs kernel at different physical address other
11289 than 0x0.
11290
11291 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11292
11293commit a5d212a263c58cc746481bf1fc878510533ce7d6
11294Author: Trent Piepho <tpiepho@freescale.com>
11295Date: Wed Dec 3 15:16:34 2008 -0800
11296
11297 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
11298
11299 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
11300 instead of four.
11301
11302 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
11303 should be safe as the fifth bit was defined as reserved and set to 0.
11304
11305 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
11306
11307 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11308 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11309 Acked-by: Jon Loeliger <jdl@freescale.com>
11310
11311commit 58ec4866ed916c7e422f5107bb27b0822084728e
11312Author: Trent Piepho <tpiepho@freescale.com>
11313Date: Wed Dec 3 15:16:38 2008 -0800
11314
11315 mpc8[56]xx: Put localbus clock in device tree
11316
11317 Export the localbus frequency in the device tree, the same way the CPU, TB,
11318 CCB, and various other frequencies are exported in their respective device
11319 tree nodes.
11320
11321 Some localbus devices need this information to be programed correctly, so
11322 it makes sense to export it along with the other frequencies.
11323
11324 Unfortunately, when someone wrote the localbus dts bindings, they didn't
11325 bother to define what the "compatible" property should be. So it seems no
11326 one was quite sure what to put in their dts files.
11327
11328 Based on current existing dts files in the kernel source, I've used
11329 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
11330 of the 85xx devices, and are looked for by the Linux code. The eLBC is
11331 apparently not entirely backward compatible with the pq3 LBC and so eLBC
11332 equipped platforms like 8572 won't use pq3-localbus.
11333
11334 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
11335 and is also looked for by the Linux code. On MPC8641, I've also used
11336 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
11337 which don't use "fsl,elbc" or any other acceptable name to match on.
11338
11339 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11340 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11341 Acked-by: Jon Loeliger <jdl@freescale.com>
11342
11343commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
11344Author: Kumar Gala <galak@kernel.crashing.org>
11345Date: Tue Dec 16 14:59:22 2008 -0600
11346
11347 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
11348
11349 The current code that determines which bank/chipselect is used for a
11350 given NAND instance only worked for 32-bit addresses and assumed
11351 a 1:1 mapping. This breaks in 36-bit physical configs.
11352
11353 The proper way to handle this is to use the virt_to_phys() and
11354 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
11355 with the the virtual address the NAND code uses.
11356
11357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11358 Acked-by: Scott Wood <scottwood@freescale.com>
11359
11360commit 77c8115b1f1871811633eae77a5a700fac1f0e50
11361Author: Kumar Gala <galak@kernel.crashing.org>
11362Date: Tue Dec 16 14:59:21 2008 -0600
11363
11364 ppc: Use addrmap in virt_to_phys and map_physmem.
11365
11366 If we have addr map support enabled use the mapping functions to
11367 implement virt_to_phys() and map_physmem().
11368
11369 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11370
11371commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
11372Author: Kumar Gala <galak@kernel.crashing.org>
11373Date: Tue Dec 16 14:59:20 2008 -0600
11374
11375 85xx: Add support to populate addr map based on TLB settings
11376
11377 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11378
11379commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
11380Author: Peter Tyser <ptyser@xes-inc.com>
11381Date: Mon Dec 1 13:47:13 2008 -0600
11382
11383 XPedite5200 board support
11384
11385 Initial support for Extreme Engineering Solutions XPedite5200 -
11386 a MPC8548-based PMC single board computer.
11387
11388 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11389
11390commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
11391Author: Peter Tyser <ptyser@xes-inc.com>
11392Date: Wed Oct 29 12:39:27 2008 -0500
11393
11394 85xx: Enable inbound PCI config cycles for X-ES boards
11395
11396 Update X-ES Freescale boards to allow inbound PCI configuration
11397 cycles when configured as agent/endpoint.
11398
11399 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11400
11401commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
11402Author: Peter Tyser <ptyser@xes-inc.com>
11403Date: Wed Dec 17 16:36:23 2008 -0600
11404
11405 XPedite5370 board support
11406
11407 Initial support for Extreme Engineering Solutions XPedite5370 -
11408 a MPC8572-based 3U VPX single board computer with a PMC/XMC
11409 site.
11410
11411 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11412
11413commit e92739d34e2d6b6aca93b2598248210710897ce8
11414Author: Peter Tyser <ptyser@xes-inc.com>
11415Date: Wed Dec 17 16:36:21 2008 -0600
11416
11417 Add support for PCA953x I2C gpio devices
11418
11419 Initial support for NXP's 4 and 8 bit I2C gpio expanders
11420 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
11421 enables support for the devices while the CONFIG_CMD_PCA953X
11422 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
11423 define enables an 'info' sub-command which provides summary
11424 information for the given pca953x device.
11425
11426 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11427
11428commit 7a8979591171676417ab36852d8811a8c46accd8
11429Author: Peter Tyser <ptyser@xes-inc.com>
11430Date: Wed Oct 29 12:39:26 2008 -0500
11431
11432 pci/fsl_pci_init: Enable inbound PCI config cycles
11433
11434 Add fsl_pci_config_unlock() function to enable a
11435 PCI/PCIe interface configured in agent/endpoint mode to
11436 respond to inbound PCI configuration cycles.
11437
11438 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11439
6450a848
WD
11440commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
11441Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11442Date: Wed Dec 17 16:43:18 2008 +0100
11443
11444 avr32: Remove second definition of virt_to_phys()
11445
11446 The second definition introduced by 65e43a1063 conflicts with the
11447 existing one.
11448
11449 Also, convert the existing definition to use phys_addr_t. The volatile
11450 qualifier is still needed due to brain damage elsewhere.
11451
11452 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11453
0e3ece33
WD
11454commit b616f2b545f73757669b37386f0b37bb61fc6797
11455Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11456Date: Mon Sep 8 22:27:18 2008 +0200
11457
11458 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
11459
11460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11461 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11462
11463commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
11464Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11465Date: Tue Dec 16 22:10:31 2008 +0100
11466
11467 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
11468
11469 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11470 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11471
11472commit 13095b2f07dacb1f863772266c1789d47a523a8a
11473Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11474Date: Tue Dec 16 22:10:30 2008 +0100
11475
11476 MIPS: qemu_mips: move env storage just after u-boot
11477
11478 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11479 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11480
11481commit aced78d852d0b009e8aaa1445af8cb40861ee549
11482Author: Wolfgang Denk <wd@denx.de>
11483Date: Tue Dec 16 23:48:27 2008 +0100
11484
11485 Prepare 2009.01-rc1
11486
11487 Signed-off-by: Wolfgang Denk <wd@denx.de>
11488
aced78d8
WD
11489commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
11490Author: Wolfgang Denk <wd@denx.de>
11491Date: Tue Dec 16 23:13:46 2008 +0100
11492
11493 include/configs/at91cap9adk.h: fix typo.
11494
11495 Signed-off-by: Wolfgang Denk <wd@denx.de>
11496
11497commit 45ca04f2377361593151d2d4da51f8ba4832d233
11498Author: Wolfgang Denk <wd@denx.de>
11499Date: Tue Dec 16 22:32:25 2008 +0100
11500
11501 board/trab/memory.c: Fix compile problems.
11502
11503 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
11504
11505 Actually we'd need a major cleanup here - as it turns out,
11506 board/trab/memory.c is more or less a verbatim copy of
11507 post/drivers/memory.c ... but then, trab is EOL anyway,r
11508 so this is not worth the effort.
11509
11510 Signed-off-by: Wolfgang Denk <wd@denx.de>
11511
0e3ece33
WD
11512commit ff49ea8977b56916edd5b1766d9939010e30b181
11513Author: Scott Wood <scottwood@freescale.com>
11514Date: Tue Dec 16 14:24:16 2008 -0600
11515
11516 NAND: Mark the BBT as scanned prior to calling scan_bbt.
11517
11518 Otherwise, recursion can occur if scan_bbt does not find a bad block
11519 table, and tries to write one, and the attempt to erase the BBT area
11520 causes a bad block check.
11521
11522 Signed-off-by: Scott Wood <scottwood@freescale.com>
11523
aced78d8
WD
11524commit 584eedab66d0828f2d571a24b10526c4e65f547b
11525Author: Ilya Yanok <yanok@emcraft.com>
11526Date: Thu Dec 11 05:51:57 2008 +0300
11527
11528 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
11529
11530 Include <linux/mtd/compat.h> header for min_t definition instead of
11531 providing our own one. Removes warnings in case of OneNAND support
11532 enabled.
11533
11534 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
11535 just for min_t...
11536
11537 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11538 Acked-by: Stefan Roese <sr@denx.de>
11539
11540commit b1ffecec37b57a59c139042267faac458e5324e9
11541Author: Becky Bruce <beckyb@kernel.crashing.org>
11542Date: Wed Dec 3 23:04:37 2008 -0600
11543
11544 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
11545
11546 Casting a pointer to a phys_addr_t when it's an unsigned long long
11547 on a 32-bit system without first casting to a non-pointer type
11548 generates a compiler warning. Fix this.
11549
11550 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11551
11552commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
11553Author: Wolfgang Denk <wd@denx.de>
11554Date: Tue Dec 16 16:22:50 2008 +0100
11555
11556 trab: make trab_fkt standalone code independent of libgcc
11557
11558 Use our own local functions in lib_arm/ instead.
11559
11560 Signed-off-by: Wolfgang Denk <wd@denx.de>
11561
11562commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
11563Author: Wolfgang Denk <wd@denx.de>
11564Date: Tue Dec 16 14:44:06 2008 +0100
11565
11566 post/Makefile: fix dependency problem with parallel builds
11567
11568 Parallel builds (using "make -jN") would occasionally fail with error
11569 messages like
11570 ppc_4xxFP-objdump: string.o: File format not recognized
11571 or
11572 post/libpost.a(cpu.o): In function `cpu_post_test':
11573 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
11574 or similar. We now make sure to run the 'postdeps" step before
11575 attempting to build the specific POST libraries.
11576
11577 Signed-off-by: Wolfgang Denk <wd@denx.de>
11578
11579commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
11580Author: Wolfgang Denk <wd@denx.de>
11581Date: Tue Dec 16 14:41:02 2008 +0100
11582
11583 Makefile: fix dependency problem with parallel builds
11584
11585 Parallel builds (using "make -jN") would occasionally fail with error
11586 messages like
11587 include/autoconf.mk:212: *** missing separator. Stop.
11588 Line numbers and affected boards were changing. Obviously some
11589 Makefiles included autoconf.mk while it was still being written to.
11590 As a fix, we now write to a temporary file first and then rename it,
11591 so that it is really ready to use as soon as it appears.
11592
11593 Signed-off-by: Wolfgang Denk <wd@denx.de>
11594
11595commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
11596Author: Wolfgang Denk <wd@denx.de>
11597Date: Tue Dec 16 01:02:17 2008 +0100
11598
11599 Coding style cleanup, update CHANGELOG.
11600
11601 Signed-off-by: Wolfgang Denk <wd@denx.de>
11602
455ae7e8
WD
11603commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
11604Author: Mike Frysinger <vapier@gentoo.org>
11605Date: Thu Dec 11 18:39:08 2008 -0500
11606
11607 spi/stmicro: fix debug() display of cmd
11608
11609 The stmicro_wait_ready() func tries to show the actual opcode that was sent
11610 to the device, but instead it displays the array pointer. Fix it to pull
11611 out the opcode from the start of the array.
11612
11613 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11614
11615commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
11616Author: Mike Frysinger <vapier@gentoo.org>
11617Date: Thu Dec 11 06:23:37 2008 -0500
11618
11619 env_sf: support embedded environments
11620
11621 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
11622 size is larger than the env size, then it means the env is embedded in a
11623 block. So we have to save/restore the part of the sector which is not the
11624 environment. Previously, saving the environment in SPI flash in this
11625 setup would probably brick the board as the rest of the sector tends to
11626 contain actual U-Boot data/code.
11627
11628 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11629 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11630
11631commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
11632Author: Timur Tabi <timur@freescale.com>
11633Date: Wed Dec 3 11:28:30 2008 -0600
11634
11635 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
11636
11637 All implementations of the functions i2c_reg_read() and
11638 i2c_reg_write() are identical. We can save space and simplify the
11639 code by converting these functions into inlines and putting them in
11640 i2c.h.
11641
11642 Signed-off-by: Timur Tabi <timur@freescale.com>
11643 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11644
11645commit e39cd81c44740d7355d277ed3d38536cbe1e003d
11646Author: Dave Liu <daveliu@freescale.com>
11647Date: Fri Dec 5 15:36:14 2008 +0800
11648
11649 lib_ppc: rework the flush_cache
11650
11651 - It is possible to miss flush/invalidate the last
11652 cache line, we fix it at here.
11653 - add the volatile and memory clobber.
11654
11655 They are pointed by Scott Wood.
11656
11657 Signed-off-by: Dave Liu <daveliu@freescale.com>
11658
11659commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
11660Author: Kumar Gala <galak@kernel.crashing.org>
11661Date: Sat Dec 13 17:20:28 2008 -0600
11662
11663 Introduce addr_map library
11664
11665 Add a library that helps in translating between virtual and physical
11666 addresses. This library can be useful as a simple means to implement
11667 map_physmem() and virt_to_phys() for platforms that need functionality
11668 beyond the simple 1:1 mapping.
11669
11670 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11671
11672commit 65e43a10631537dcb92c302d36301a12308216c3
11673Author: Kumar Gala <galak@kernel.crashing.org>
11674Date: Sat Dec 13 17:20:27 2008 -0600
11675
11676 Introduce virt_to_phys()
11677
11678 virt_to_phys() returns the physical address given a virtual. In most
11679 cases this will be just the input value as the vast majority of
11680 systems run in a 1:1 mode.
11681
11682 However in systems that are not running this way it should report the
11683 physical address or ~0 if no mapping exists for the given virtual
11684 address.
11685
11686 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11687
11688commit 45845301af3de8675c1f7bbc815c6de35452605a
11689Author: Yuri Tikhonov <yur@emcraft.com>
11690Date: Sun Dec 7 22:12:50 2008 +0100
11691
11692 POST Make: fix the sub-dir dependencies missing.
11693
11694 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11695
11696commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
11697Author: Martin Michlmayr <tbm@cyrius.com>
11698Date: Wed Aug 6 14:44:05 2008 +0300
11699
11700 Fix a typo in fw_env.config
11701
11702 Reported-by: Martin Michlmayr <tbm@cyrius.com>
11703 Signed-off-by: Wolfgang Denk <wd@denx.de>
11704
11705commit ba490b7761c62b549c222a9723e532dc801a3899
11706Author: Peter Tyser <ptyser@xes-inc.com>
11707Date: Mon Dec 1 16:22:45 2008 -0600
11708
11709 Remove unused CONFIG_ADDR_STREAMING defines
11710
11711 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11712
11713commit d16da93430520d3e46c1ab52eedacf36ab7a2311
11714Author: Peter Tyser <ptyser@xes-inc.com>
11715Date: Mon Nov 24 11:54:47 2008 -0600
11716
11717 cmd_mem: Remove unused variable
11718
11719 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11720
11721commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
11722Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11723Date: Sun Dec 14 10:29:39 2008 +0100
11724
11725 Fix new found CFG_
11726
11727 Also fix some minor typos.
11728
11729 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11730 Signed-off-by: Wolfgang Denk <wd@denx.de>
11731
11732commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
11733Author: Sergei Poselenov <sposelenov@emcraft.com>
11734Date: Fri Sep 19 12:07:34 2008 +0200
11735
11736 Remove compiler warning: target CPU does not support interworking
11737
11738 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
11739
11740 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
11741 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11742
11743commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
11744Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11745Date: Mon Nov 24 13:33:51 2008 +0100
11746
11747 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
11748
11749 FDT support is used for both FIT style images and for architectures
11750 that can pass a fdt blob to an OS (ppc, m68k, sparc).
11751
11752 For other architectures and boards which do not pass a fdt blob to an
11753 OS but want to use the new uImage format, we just need FIT support.
11754
11755 Now we can have the 4 following configurations :
11756
11757 1) FIT only CONFIG_FIT
11758 2) fdt blob only CONFIG_OF_LIBFDT
11759 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
11760 4) none none
11761
11762 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11763
11764commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
11765Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11766Date: Wed Dec 10 15:13:32 2008 +0100
11767
11768 ppc4xx: Disable EEPROM write access on PMC440 boards
11769
11770 This patch disables EEPROM wrtie access by default on PMC440 board.
11771
11772 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11773
11774commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
11775Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11776Date: Wed Dec 10 15:12:56 2008 +0100
11777
11778 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
11779
11780 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11781
11782commit 71fa0714fe5134bc8718c38d5261d267e88582ba
11783Author: Stefan Roese <sr@denx.de>
11784Date: Tue Nov 18 16:36:12 2008 +0100
11785
11786 MIPS: Flush data cache upon relocation
11787
11788 This patch now adds a flush to the data cache upon relocation. The
11789 current implementation is missing this. Only a comment states that it
11790 should be done. So let's really do it now.
11791
11792 Signed-off-by: Stefan Roese <sr@denx.de>
11793 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11794
11795commit 44174343688dba32571a34550dba08971c65fef1
11796Author: Stefan Roese <sr@denx.de>
11797Date: Tue Nov 18 16:36:22 2008 +0100
11798
11799 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
11800
11801 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
11802 enables support for boards where the lowlevel initialization is
11803 already done when U-Boot runs (e.g. via OnChip ROM).
11804
11805 This will be used in the upcoming VCTH board support.
11806
11807 Signed-off-by: Stefan Roese <sr@denx.de>
11808 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11809
11810commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
11811Author: Stefan Roese <sr@denx.de>
11812Date: Wed Nov 12 13:18:02 2008 +0100
11813
11814 MIPS: Add board_early_init_f() to init_sequence
11815
11816 This patch adds the board_early_init_f() call to the MIPS init
11817 sequence. A weak dummy implementation is also added which can be
11818 overridden by a board specific version.
11819
11820 This will be used by the upcoming VCTH board support.
11821
11822 Signed-off-by: Stefan Roese <sr@denx.de>
11823 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11824
11825commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
11826Author: Stefan Roese <sr@denx.de>
11827Date: Wed Nov 12 13:18:19 2008 +0100
11828
11829 MIPS: Add onenand_init() to board.c and move nand_init()
11830
11831 This patch adds a call to onenand_init() for OneNAND support and moves
11832 the nand_init() call to an earlier place, so that the environment can
11833 be used from NAND and OneNAND.
11834
11835 Signed-off-by: Stefan Roese <sr@denx.de>
11836 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11837
11838commit d8bbc51c7ba9b737a20984333d19fe28a3526431
11839Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11840Date: Tue Dec 9 11:32:46 2008 +0900
11841
11842 sh: Update sh2/sh2a timer
11843
11844 Renesas SH2/SH2A timer broken.
11845 This patch fix timer function.
11846
11847 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11848 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11849
11850commit a319f1496210117b73198e3d889ffffaf6825d00
11851Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11852Date: Fri Dec 5 07:27:37 2008 +0100
11853
11854 sh: r2dplus fix register access
11855
11856 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11857 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11858
11859commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
11860Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11861Date: Tue Dec 2 07:40:03 2008 +0100
11862
11863 sh: r2dplus/lowlevel_init: coding style fix
11864
11865 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11866 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11867
11868commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
11869Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11870Date: Tue Nov 25 11:05:19 2008 +0900
11871
11872 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
11873
11874 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
11875 CACHE_OC_WAY_SHIFT every CPU.
11876 This patch corrects these values.
11877
11878 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11879 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11880
11881commit e9d5f35497885b3c65d494d09a525d443dcccd3b
11882Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11883Date: Thu Nov 20 16:44:42 2008 +0900
11884
11885 sh: Update sh timer function
11886
11887 Change to write/readX function and fix timer problem.
11888
11889 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11890 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11891
11892commit b81786cff476c41e332eaeb679158f6527cd67d4
11893Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11894Date: Tue Nov 4 11:58:58 2008 +0900
11895
11896 sh: Migo-R: Update BSC value
11897
11898 A value of BSC CS4 was wrong, Fixed it.
11899
11900 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11901 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11902
11903commit 5783758fd260a02f44566ad8f29f899565cd0403
11904Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11905Date: Mon Nov 17 16:52:09 2008 +0900
11906
11907 sh: Update ms7722se board config
11908
11909 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11910 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11911
11912commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
11913Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11914Date: Mon Nov 17 16:53:09 2008 +0900
11915
11916 sh: Update SuperH serial driver
11917
11918 The address of SCFSR register is wrong at SH7720/SH7721.
11919 This patch fix this.
11920
11921 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11922 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11923
11924commit 9a1d3557dcd47365c12eeab584b822e57d994352
11925Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11926Date: Tue Nov 11 22:20:15 2008 +0100
11927
11928 sh: fix rsk7203 and MigoR out of tree build
11929
11930 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11931 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11932
11933commit 1951f847f0a851853871b613ad7cf21a5242226c
11934Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11935Date: Wed Dec 10 14:41:25 2008 +0100
11936
11937 ppc4xx: Update TEXT_BASE for CPCI405 boards
11938
11939 This patch fixes building U-Boot for CPCI405 boards.
11940
11941 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11942 Signed-off-by: Stefan Roese <sr@denx.de>
11943
11944commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
11945Author: Stefan Roese <sr@denx.de>
11946Date: Tue Dec 9 20:08:01 2008 +0100
11947
11948 ppc4xx: Remove some features from ALPR to fit into 256k again
11949
11950 Signed-off-by: Stefan Roese <sr@denx.de>
11951
11952commit 3b089e4f889a2902449d55e081c886ae607cae89
11953Author: Stefan Roese <sr@denx.de>
11954Date: Wed Dec 10 10:32:59 2008 +0100
11955
11956 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
11957
11958 With this patch we set the type back to NONE upon failing UBI partition
11959 initialization. Otherwise further calls to the UBI subsystem would try
11960 to really access the non-existing UBI partition.
11961
11962 Thanks to Michael Lawnick for pointing this out.
11963
11964 Signed-off-by: Stefan Roese <sr@denx.de>
11965
11966commit 817329351639a8895cd9b87b33aeff043f3d5a44
11967Author: Stefan Roese <sr@denx.de>
11968Date: Wed Dec 10 10:28:33 2008 +0100
11969
11970 UBI: Return -ENOMEM upon failing malloc
11971
11972 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
11973 failing malloc().
11974
11975 Signed-off-by: Stefan Roese <sr@denx.de>
11976
11977commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
11978Author: Ben Warren <biggerbadderben@gmail.com>
11979Date: Tue Dec 9 23:34:15 2008 -0800
11980
11981 Fix compile error in building MBX860T.
11982
11983 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11984
11985commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
11986Author: Michal Simek <monstr@monstr.eu>
11987Date: Tue Nov 25 11:42:20 2008 +0100
11988
11989 microblaze: Remove XUPV2P board
11990
11991 ---
11992
11993 Microblaze platforms use generic settings and to have
11994 many platforms is confusing that's why I decided to remove this
11995 platform from U-BOOT. ml401 tree is sufficient for covering
11996 all Microblaze platforms.
11997
11998 This change will go through microblaze custodian tree.
11999
12000commit 99ba6f353582720defff6e6e6761dc455a207d31
12001Author: Michal Simek <monstr@monstr.eu>
12002Date: Mon Nov 24 18:25:41 2008 +0100
12003
12004 microblaze: Remove CONFIG_LIBFDT due to error in common files
12005
12006commit e7d591e823a991513833af7030468409e25a3b13
12007Author: Michal Simek <monstr@monstr.eu>
12008Date: Mon Nov 24 11:43:00 2008 +0100
12009
12010 microblaze: Fix ml401 uart16550 setting
12011
12012 Signed-off-by: Michal Simek <monstr@monstr.eu>
12013
12014commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
12015Author: Michal Simek <monstr@monstr.eu>
12016Date: Mon Nov 24 11:38:22 2008 +0100
12017
12018 microblaze: Set up relocation is done
12019
12020commit bcb6dd9187d4b23c748704767bd12d20c829e996
12021Author: Mike Frysinger <vapier@gentoo.org>
12022Date: Tue Dec 9 23:20:31 2008 -0500
12023
12024 tools/netconsole: new script for working with netconsole over UDP
12025
12026 While the doc/README.NetConsole does have a snippet for people to
12027 create their own netcat script, it's a lot easier to make a simple
12028 dedicated script and tell people to use it.
12029
12030 Also spruce it up a bit to make it user friendly.
12031
12032 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12033
12034commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
12035Author: Sonic Zhang <Sonic.Zhang@analog.com>
12036Date: Tue Dec 9 23:20:18 2008 -0500
12037
12038 fs/fat: handle FAT on SATA
12039
12040 The FAT file system driver should also handle FAT on SATA devices.
12041
12042 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
12043 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12044
f15c6515
WD
12045commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
12046Author: Ben Warren <biggerbadderben@gmail.com>
12047Date: Tue Dec 9 23:26:31 2008 -0800
12048
12049 Fix compile error in building MBX860T.
12050 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
12051
12052 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12053
455ae7e8
WD
12054commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
12055Author: Jerry Van Baren <gvb.uboot@gmail.com>
12056Date: Mon Nov 24 08:15:02 2008 -0500
12057
12058 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
12059
12060 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
12061 following warnings from FDT:
12062
12063 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
12064 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
12065
12066 Fix: Protect the definition of uintptr_t when compiling on the host
12067 system.
12068
12069 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
12070
12071commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
12072Author: Graeme Russ <graeme.russ@gmail.com>
12073Date: Sat Nov 22 08:43:29 2008 +1100
12074
12075 Moved sc520 PCI definitions to stand-alone file
12076
12077 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
12078
12079commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
12080Author: Graeme Russ <graeme.russ@gmail.com>
12081Date: Sat Nov 22 08:43:21 2008 +1100
12082
12083 Fixed path to sc520 SSI include file
12084
12085 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
12086
12087commit d4f70da544c33db3e4fce6473dea4ecca4322545
12088Author: Graeme Russ <graeme.russ@gmail.com>
12089Date: Fri Nov 21 06:28:05 2008 +1100
12090
12091 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
12092
12093 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12094
12095commit c034075a713b60e654c64e88e87da29440f31bb4
12096Author: Stefan Roese <sr@denx.de>
12097Date: Wed Nov 12 13:30:10 2008 +0100
12098
12099 serial: Add vcth UART driver
12100
12101 This patch adds the UART driver for the upcoming VCTH board support.
12102
12103 Signed-off-by: Stefan Roese <sr@denx.de>
12104
12105commit 142a80ffc3b537a9c45acd2444a42a77f147c602
12106Author: Ilya Yanok <yanok@emcraft.com>
12107Date: Thu Nov 13 19:49:36 2008 +0300
12108
12109 jffs2: cache data_crc results
12110
12111 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
12112 jffs2_1pass_read_inode() data_crc is going to be calculated on each
12113 inode access. This patch adds caching of data_crc() results. There
12114 is no significant improvement in speed (because of flash access
12115 caching added in previous patch I think, crc in RAM is really fast)
12116 but this patch impacts memory usage -- every b_node structure uses
12117 12 bytes instead of 8.
12118
12119 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12120 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12121
12122commit 9b7076229ec6a958bd835ab70745f7676297ce82
12123Author: Ilya Yanok <yanok@emcraft.com>
12124Date: Thu Nov 13 19:49:35 2008 +0300
12125
12126 jffs2: summary support
12127
12128 This patch adds support for reading fs information from summary
12129 node instead of scanning full eraseblock.
12130
12131 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12132
12133commit 70741004dc28946cd82c7af6789c4ddb3fc94526
12134Author: Ilya Yanok <yanok@emcraft.com>
12135Date: Thu Nov 13 19:49:34 2008 +0300
12136
12137 jffs2: add buffer to cache flash accesses
12138
12139 With this patch JFFS2 code allocates memory buffer of max_totlen size
12140 (size of the largest node, calculated during scan time) and uses it to
12141 store entire node. Speeds up loading. If malloc fails we use old ways
12142 to do things.
12143
12144 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12145 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12146
12147commit 8a36d31f72411144ac0412ee7e1880e801acd754
12148Author: Ilya Yanok <yanok@emcraft.com>
12149Date: Thu Nov 13 19:49:33 2008 +0300
12150
12151 jffs2: rewrite jffs2 scanning code based on Linux one
12152
12153 Rewrites jffs2_1pass_build_lists() function in style of Linux's
12154 jffs2_scan_medium() and jffs2_scan_eraseblock().
12155 This includes:
12156 - Caching flash acceses
12157 - Smart dealing with free space
12158
12159 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12160 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12161
12162commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
12163Author: Ilya Yanok <yanok@emcraft.com>
12164Date: Thu Nov 13 19:49:32 2008 +0300
12165
12166 jffs2: add sector_size field to part_info structure
12167
12168 This patch adds sector_size field to part_info structure (used
12169 by new JFFS2 code).
12170
12171 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12172
12173commit f73846956778a7dfee83403ef9747aff77198848
12174Author: Ilya Yanok <yanok@emcraft.com>
12175Date: Thu Nov 13 19:49:31 2008 +0300
12176
12177 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
12178
12179 We need to update i_version inside cycle to find really latest version
12180 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
12181 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
12182
12183 Signed-off-by: Alexey Neyman <avn@emcraft.com>
12184 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12185
12186commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
12187Author: Wolfgang Denk <wd@denx.de>
12188Date: Tue Dec 9 23:13:51 2008 +0100
12189
12190 evb64260: fix "cast to pointer from integer of different size" warnings
12191
12192 Signed-off-by: Wolfgang Denk <wd@denx.de>
12193
12194commit d2776827315c3d469b8cb4cec14d58877798daa2
12195Author: Stefan Althoefer <stefan.althoefer@web.de>
12196Date: Sun Dec 7 19:39:11 2008 +0100
12197
12198 USB: descriptor handling
12199
12200 Hi,
12201
12202 I found a bug when working with the u-boot USB subsystem on IXP425 processor
12203 (big endian Xscale aka ARMv5).
12204 I recognized that the second usb_endpoint_descriptor of the attached memory
12205 stick was corrupted.
12206
12207 The reason for this are the packed structures below (either u-boot and
12208 u-boot-usb):
12209
12210 --------------
12211 /* Endpoint descriptor */
12212 struct usb_endpoint_descriptor {
12213 unsigned char bLength;
12214 unsigned char bDescriptorType;
12215 unsigned char bEndpointAddress;
12216 unsigned char bmAttributes;
12217 unsigned short wMaxPacketSize;
12218 unsigned char bInterval;
12219 unsigned char bRefresh;
12220 unsigned char bSynchAddress;
12221
12222 } __attribute__ ((packed));
12223 /* Interface descriptor */
12224 struct usb_interface_descriptor {
12225 unsigned char bLength;
12226 unsigned char bDescriptorType;
12227 unsigned char bInterfaceNumber;
12228 unsigned char bAlternateSetting;
12229 unsigned char bNumEndpoints;
12230 unsigned char bInterfaceClass;
12231 unsigned char bInterfaceSubClass;
12232 unsigned char bInterfaceProtocol;
12233 unsigned char iInterface;
12234
12235 unsigned char no_of_ep;
12236 unsigned char num_altsetting;
12237 unsigned char act_altsetting;
12238 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
12239 } __attribute__ ((packed));
12240 ------------
12241
12242 As usb_endpoint_descriptor is only 7byte in length, the start of all
12243 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
12244 of these structures also not word aligned.
12245
12246 ARMv5 Architecture however does not support non-aligned multibyte
12247 data type (see A2.8 of ARM Architecture Reference Manual).
12248
12249 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
12250 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12251
12252commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
12253Author: Kumar Gala <galak@kernel.crashing.org>
12254Date: Tue Dec 9 10:27:33 2008 -0600
12255
12256 drivers/fsl_pci_init: Fix compile warning
12257
12258 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
12259 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
12260
12261 The check only makes sense if we are CONFIG_PHYS_64BIT
12262
12263 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12264
12265commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
12266Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12267Date: Sun Dec 7 09:45:35 2008 +0100
12268
12269 usbtty/omap: update to current API
12270
12271 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12272 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12273
12274commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
12275Author: Anatolij Gustschin <agust@denx.de>
12276Date: Tue Dec 9 17:52:05 2008 +0100
12277
12278 video: fix FADS823 and RRvision compiling issues
12279
12280 Since commit 561858ee building for FADS823 and RRvision
12281 doesn't work. Let's include version.h and timestamp.h
12282 unconditionally to fix the problem.
12283
12284 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12285
12286commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
12287Author: Stefan Roese <sr@denx.de>
12288Date: Tue Dec 2 10:53:47 2008 +0100
12289
12290 UBI: Fix size parsing in "ubi create"
12291
12292 Signed-off-by: Stefan Roese <sr@denx.de>
12293
12294commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
12295Author: Stefan Roese <sr@denx.de>
12296Date: Thu Nov 27 14:07:09 2008 +0100
12297
12298 UBI: Enable re-initializing of the "ubi part" command
12299
12300 With this patch now, the user can call "ubi part" multiple times to
12301 re-connect the UBI device to another MTD partition.
12302
12303 Signed-off-by: Stefan Roese <sr@denx.de>
12304
12305commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
12306Author: Stefan Roese <sr@denx.de>
12307Date: Thu Nov 27 14:05:15 2008 +0100
12308
12309 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
12310
12311 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
12312 first call of add_mtd_partitions(). Otherwise this won't work on platforms
12313 where the relocation is broken (like MIPS or PPC).
12314
12315 Signed-off-by: Stefan Roese <sr@denx.de>
12316
12317commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
12318Author: Trent Piepho <tpiepho@freescale.com>
12319Date: Wed Nov 12 17:29:48 2008 -0800
12320
12321 Section name should be ".data", not "data"
12322
12323 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
12324 Signed-off-by: Wolfgang Denk <wd@denx.de>
12325
12326commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
12327Author: Wolfgang Denk <wd@denx.de>
12328Date: Tue Dec 9 00:39:08 2008 +0100
12329
12330 MAKEALL: Automatically use parallel builds
12331
12332 Add logic to the MAKEALL script to determine the number of CPU cores
12333 on the system, and run a parallel build if there is more than one.
12334 Usually this significantrly accelerates builds.
12335
12336 Allow to manually adjust the number of parallel make jobs by using
12337 the "BUILD_NCPUS" environment variable.
12338
12339 Signed-off-by: Wolfgang Denk <wd@denx.de>
12340
12341commit 268405fa7c44156c5192a70779920c70906af8d6
12342Author: Wolfgang Denk <wd@denx.de>
12343Date: Tue Dec 9 00:24:30 2008 +0100
12344
12345 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
12346
12347 Signed-off-by: Wolfgang Denk <wd@denx.de>
12348
12349commit 153176a9414120ca1736f3cc4951623d6e14e6af
12350Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12351Date: Tue Nov 11 06:08:59 2008 +0100
12352
12353 avr32/bootm: remove unused variable 'ret'
12354
12355 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12356 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12357
12358commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
12359Author: Peter Tyser <ptyser@xes-inc.com>
12360Date: Wed Nov 12 13:06:48 2008 -0600
12361
12362 Remove unneeded CONFIG_SHELL references
12363
12364 Make should be using the bash shell by default which makes
12365 CONFIG_SHELL unnecessary
12366
12367 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12368
12369commit cf7a7b99794bac936899819b95539be1dbd71708
12370Author: Peter Tyser <ptyser@xes-inc.com>
12371Date: Wed Nov 12 12:33:20 2008 -0600
12372
12373 Use bash for default GNU Make shell application
12374
12375 Some Make script commands rely on bash-specific features like brace
12376 expansion, so default to bash for the SHELL variable with a fallback
12377 to the standard sh shell
12378
12379 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12380
12381commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
12382Author: Heiko Schocher <hs@denx.de>
12383Date: Wed Nov 12 09:50:45 2008 +0100
12384
12385 jffs2: rename devices_init () in common/jffs2.c
12386
12387 rename devices_init () in common/jffs2.c to
12388 jffs2_devices_init (), because there is also a
12389 devices_init () in common/devices.c.
12390
12391 Signed-off-by: Heiko Schocher <hs@denx.de>
12392
12393commit af5eb847a10f1037590001355d88bab3fe7be48b
12394Author: Daniel Hellstrom <daniel@gaisler.com>
12395Date: Mon Nov 10 12:46:20 2008 +0000
12396
12397 SPARC: Fixed compiler error introduced by commit c160a9544743
12398
12399 This patch fixes a build error for the SPARC platform. It was
12400 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
12401
12402 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
12403
12404commit 4c60259899aa00f59db0d936b8807f9a26411c0f
12405Author: Gary Jennejohn <garyj@denx.de>
12406Date: Sun Nov 9 12:50:59 2008 +0100
12407
12408 mgsuvd add the board-specific part of the HDLC driver
12409
12410 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12411
12412commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
12413Author: Gary Jennejohn <garyj@denx.de>
12414Date: Sun Nov 9 12:45:03 2008 +0100
12415
12416 mgcoge add the board-specific part of the HDLC driver
12417
12418 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12419
12420commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
12421Author: Gary Jennejohn <garyj@denx.de>
12422Date: Sun Nov 9 12:36:15 2008 +0100
12423
12424 keymile add the common parts of the HDLC driver
12425
12426 This implements the ICN protocol used across the backplane and is
12427 needed by all the keymile boards.
12428
12429 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12430
12431commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
12432Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12433Date: Fri Nov 7 22:46:22 2008 +0100
12434
12435 drivers/bios_emulator: Move conditional compilation to Makefile
12436
12437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12438
12439commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
12440Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
12441Date: Thu Nov 6 14:01:51 2008 -0500
12442
12443 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
12444
12445 Corrected endian order printing for compact flash serial number.
12446
12447 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
12448
12449commit 16a28ef219c27423a1ef502f19070c4d375079b8
12450Author: Gary Jennejohn <garyj@denx.de>
12451Date: Thu Nov 6 15:04:23 2008 +0100
12452
12453 IOMUX: Add console multiplexing support.
12454
12455 Modifications to support console multiplexing. This is controlled using
12456 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
12457
12458 This allows a user to specify multiple console devices in the environment
12459 with a command like this: setenv stdin serial,nc. As a result, the user can
12460 enter text on both the serial and netconsole interfaces.
12461
12462 All devices - stdin, stdout and stderr - can be set in this manner.
12463
12464 1) common/iomux.c and include/iomux.h contain the environment setting
12465 implementation.
12466 2) doc/README.iomux contains a somewhat more detailed description.
12467 3) The implementation in (1) is called from common/cmd_nvedit.c to
12468 handle setenv and from common/console.c to handle initialization of
12469 input/output devices at boot time.
12470 4) common/console.c also contains the code needed to poll multiple console
12471 devices for input and send output to all devices registered for output.
12472 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
12473 when CONFIG_SYS_CONSOLE_MUX is set.
12474
12475 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12476
12477commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
12478Author: Mike Frysinger <vapier@gentoo.org>
12479Date: Tue Nov 4 16:03:46 2008 -0500
12480
12481 strings: use puts() rather than printf()
12482
12483 When running `strings` on really long strings, the stack tends to get
12484 smashed due to printf(). Switch to puts() instead since we're only passing
12485 the data through.
12486
12487 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12488
12489commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
12490Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12491Date: Mon Nov 3 22:16:18 2008 +0100
12492
12493 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
12494
12495 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12496
12497commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
12498Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12499Date: Mon Nov 3 22:15:34 2008 +0100
12500
12501 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
12502
12503 - fix size too small by one in sprintf
12504 - changed old (pre 2004) device name ibmEmac to emac
12505 - boot device may be overriden in board config
12506 - servername may be defined in board config
12507 - additional parameters may be defined in board config
12508 - fixed some line wrappings
12509 - replaced redundant MAX define by max
12510
12511 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12512
12513commit e9084b23d16102f44ace24379a1c0c352497ef80
12514Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12515Date: Mon Nov 3 22:14:36 2008 +0100
12516
12517 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
12518
12519 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12520
12521commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
12522Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12523Date: Mon Nov 3 22:13:47 2008 +0100
12524
12525 README: Document CONFIG_SYS parameters for vxworks
12526
12527 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12528
12529commit ace514837cac656e29c37a19569cb8ea83071126
12530Author: Peter Tyser <ptyser@xes-inc.com>
12531Date: Fri Oct 31 11:12:38 2008 -0500
12532
12533 lcd: Let the board code show board-specific info cleanup
12534
12535 remove unneeded version.h from lcd.c
12536
12537 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12538 Signed-off-by: Wolfgang Denk <wd@denx.de>
12539
12540commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
12541Author: Peter Tyser <ptyser@xes-inc.com>
12542Date: Mon Nov 3 09:30:59 2008 -0600
12543
12544 Update U-Boot's build timestamp on every compile
12545
12546 Use the GNU 'date' command to auto-generate a new U-Boot
12547 timestamp on every compile.
12548
12549 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12550
12551commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
12552Author: Remy Bohmer <linux@bohmer.net>
12553Date: Thu Dec 4 22:25:57 2008 +0100
12554
12555 Remove redundant armv4 flag from arm926ejs compile flags
12556
12557 Currently the arm926ejs tree has the armv4 option set during compilation.
12558 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
12559
12560 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12561
12562commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
12563Author: Nicolas Ferre <nicolas.ferre@atmel.com>
12564Date: Sat Dec 6 13:11:14 2008 +0100
12565
12566 at91: Choose environment variables location within make config target
12567
12568 This patch adds the possiblity to choose the media where the environment will
12569 be located. This allow to choose this fundamental configuration without editing
12570 config files.
12571
12572 Documentation file added.
12573
12574 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
12575 Acked-by: Stelian Pop <stelian@popies.net>
12576 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12577
12578commit 1450c4a6682378567030414a9f1198c39b7730c7
12579Author: Anatolij Gustschin <agust@denx.de>
12580Date: Mon Nov 3 15:30:34 2008 +0100
12581
12582 lwmon, tqm8xx: Fix build errors
12583
12584 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
12585 lcd: Let the board code show board-specific info
12586
12587 introduced some bugs which prevent U-Boot building
12588 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
12589 be defined in the board configuration.
12590
12591 Also "LCD enabled" building for TQM823L doesn't work
12592 since this commit.
12593
12594 This patch fixes above-mentioned issues.
12595
12596 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12597
12598commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
12599Author: Mike Frysinger <vapier@gentoo.org>
12600Date: Sun Nov 2 01:18:18 2008 -0400
12601
12602 ignore .gdb_history files
12603
12604 When using gdb, history files will often get generated. So ignore them.
12605
12606 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12607
12608commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
12609Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12610Date: Fri Oct 31 12:26:55 2008 +0100
12611
12612 FPGA: move fpga drivers to drivers/fpga
12613
12614 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12615
12616commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
12617Author: Peter Tyser <ptyser@xes-inc.com>
12618Date: Mon Dec 1 16:29:38 2008 -0600
12619
12620 net: Fix TftpStart() ip:filename bug
12621
12622 The TftpStart() function modifies the 'BootFile'
12623 string when 'BootFile' contains both an IP address
12624 and filename (eg 1.2.3.4:/path/file). This causes
12625 subsequent calls to TftpStart to incorrectly parse
12626 the TFTP filename and server IP address to use.
12627 For example:
12628
12629 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
12630 Speed: 100, half duplex
12631 Using eTSEC1 device
12632 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
12633 ^^^^^^^^^^ CORRECT
12634 Filename '/home/ptyser/non_existant'.
12635 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
12636 Load address: 0x100000
12637 Loading: *
12638 TFTP error: 'File not found' (1)
12639 Starting again
12640
12641 eTSEC2: No link.
12642 Speed: 100, half duplex
12643 Using eTSEC1 device
12644 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
12645 ^^^^^^^^^^ WRONG
12646 Filename '10.52.0.62'.
12647 ^^^^^^^^^^ WRONG
12648 Load address: 0x100000
12649 Loading: *
12650 TFTP error: 'File not found' (1)
12651 Starting again
12652
12653 TftpStart() was modified to not modify the 'BootFile' string.
12654
12655 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12656 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12657
12658commit d32c5be50bf0600bfdc54223ef341ee9c63db445
12659Author: Peter Tyser <ptyser@xes-inc.com>
12660Date: Mon Dec 1 16:26:21 2008 -0600
12661
12662 net: Add additional IP fragmentation check
12663
12664 Ignore IP packets which have the "more fragments" flag bit
12665 set. This flag indicates the IP packet is fragmented and
12666 must be ignored by U-Boot.
12667
12668 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12669 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12670
12671commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
12672Author: Peter Tyser <ptyser@xes-inc.com>
12673Date: Mon Dec 1 16:26:20 2008 -0600
12674
12675 net: Define IP flag field values
12676
12677 These defines were pulled from the "Add simple
12678 IP/UDP fragmentation support" patch from Frank
12679 Haverkamp <haver@vnet.ibm.com>.
12680
12681 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12682 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12683
12684commit 23afaba65ec5206757e589ef334a8b38168c045f
12685Author: Anatolij Gustschin <agust@denx.de>
12686Date: Tue Dec 2 10:31:04 2008 +0100
12687
12688 net: tsec: Fix Marvell 88E1121R phy init
12689
12690 This patch tries to ensure that phy interrupt pin
12691 won't be asserted after booting. We experienced
12692 following issues with current 88E1121R phy init:
12693
12694 Marvell 88E1121R phy can be hardware-configured
12695 to share MDC/MDIO and interrupt pins for both ports
12696 P0 and P1 (e.g. as configured on socrates board).
12697 Port 0 interrupt pin will be shared by both ports
12698 in such configuration. After booting Linux and
12699 configuring eth0 interface, port 0 phy interrupts
12700 are enabled. After rebooting without proper eth0
12701 interface shutdown port 0 phy interrupts remain
12702 enabled so any change on port 0 (link status, etc.)
12703 cause assertion of the interrupt. Now booting Linux
12704 and configuring eth1 interface will cause permanent
12705 phy interrupt storm as the registered phy 1 interrupt
12706 handler doesn't acknowledge phy 0 interrupts. This
12707 of course should be fixed in Linux driver too.
12708
12709 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12710 Acked-by: Andy Fleming <afleming@freescale.com>
12711 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12712
12713commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
12714Author: Peter Tyser <ptyser@xes-inc.com>
12715Date: Tue Dec 2 12:59:51 2008 -0600
12716
12717 net: Fix download command parsing
12718
12719 When CONFIG_SYS_HUSH_PARSER is defined network download
12720 commands with 1 argument in the format 'tftp "/path/file"'
12721 do not work as expected. The hush command parser strips
12722 the quotes from "/path/file" which causes the network
12723 commands to interpret "/path/file" as an address
12724 instead of the intended filename.
12725
12726 The previous check for a leading quote in netboot_common()
12727 was replaced with a check which ensures only valid
12728 numbers are treated as addresses.
12729
12730 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12731 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12732
12733commit 3c2c2f427905040c1513d0c51d637689cba48346
12734Author: Remy Bohmer <linux@bohmer.net>
12735Date: Thu Nov 27 22:30:27 2008 +0100
12736
12737 Remove non-ascii characters from fat code
12738
12739 This code contains some non-ascii characters in comment lines and code.
12740 Most editors do not display those characters properly and editing those
12741 files results always in diffs at these places which are usually not required
12742 to be changed at all. This is error prone.
12743
12744 So, remove those weird characters and replace them by normal C-style
12745 equivalents for which the proper defines were already in the header.
12746
12747 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12748
12749commit dc889e865356497d3e495570118c2245ebce2631
12750Author: Dave Liu <daveliu@freescale.com>
12751Date: Fri Nov 28 20:16:58 2008 +0800
12752
12753 85xx: fix the wrong DDR settings for MPC8572DS
12754
12755 The default DDR freq is 400MHz or 800M data rate,
12756 the old settings is pure wrong for the default case.
12757
12758 Signed-off-by: Dave Liu <daveliu@freescale.com>
12759 Acked-by: Andy Fleming <afleming@freescale.com>
12760
12761commit 9df59533f77de2829b4b66e5b7620e04edaa391c
12762Author: Kumar Gala <galak@kernel.crashing.org>
12763Date: Mon Nov 24 10:29:26 2008 -0600
12764
12765 85xx: init gd as early as possible
12766
12767 Moved up the initialization of GD so C code like set_tlb() can use
12768 gd->flags to determine if we've relocated or not in the future.
12769
12770 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12771 Acked-by: Andy Fleming <afleming@freescale.com>
12772
12773commit aed461af81012a398a205e9be67ab37667491838
12774Author: Kumar Gala <galak@kernel.crashing.org>
12775Date: Mon Nov 24 10:29:25 2008 -0600
12776
12777 85xx: Fix relocation of CCSRBAR
12778
12779 If the virtual address for CCSRBAR is the same after relocation but
12780 the physical address is changing we'd end up having two TLB entries with
12781 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
12782 temp virt address to access the old CCSRBAR to relocate it.
12783
12784 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12785 Acked-by: Andy Fleming <afleming@freescale.com>
12786
12787commit ea154a1781135d822eedee7567cc156089eae93c
12788Author: Kumar Gala <galak@kernel.crashing.org>
12789Date: Mon Nov 24 10:25:14 2008 -0600
12790
12791 FSL: Moved BR_PHYS_ADDR for localbus to common header
12792
12793 The BR_PHYS_ADDR macro is useful on all machines that have local bus
12794 which is pretty much all 83xx/85xx/86xx chips.
12795
12796 Additionally most 85xx & 86xx will need it if they want to support
12797 36-bit physical addresses.
12798
12799 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12800 Acked-by: Andy Fleming <afleming@freescale.com>
12801
12802commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
12803Author: Peter Tyser <ptyser@xes-inc.com>
12804Date: Mon Dec 1 13:47:12 2008 -0600
12805
12806 85xx: Add PORDEVSR_PCI1 define
12807
12808 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
12809
12810 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
12811
12812 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12813 Signed-off-by: Andy Fleming <afleming@freescale.com>
12814
12815commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
12816Author: Becky Bruce <becky.bruce@freescale.com>
12817Date: Fri Nov 21 19:24:22 2008 -0600
12818
12819 drivers/fsl_pci_init: Fix inbound window mapping bug
12820
12821 The current code will cause the creation of a 4GB window
12822 starting at 0 if we have more than 4GB of RAM installed,
12823 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
12824 to return erroneous information. Limit the size to 4GB - 1;
12825 which causes the code to create one 2GB and one 1GB window
12826 instead.
12827
12828 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12829 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12830 Acked-by: Andy Fleming <afleming@freescale.com>
12831
12832commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
12833Author: Jon Loeliger <jdl@freescale.com>
12834Date: Thu Nov 20 15:36:48 2008 -0600
12835
12836 Removed unused CONFIG_L1_INIT_RAM symbol.
12837
12838 Prevent further viral propogation of the unused
12839 symbol CONFIG_L1_INIT_RAM by just removing it.
12840
12841 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12842 Acked-by: Andy Fleming <afleming@freescale.com>
12843
12844commit 7008d26a40a76f90cae5824c812cfed449fb97b8
12845Author: Ed Swarthout <Ed.Swarthout@freescale.com>
12846Date: Wed Oct 29 09:21:44 2008 -0500
12847
12848 fsl ddr skip interleaving if not supported.
12849
12850 Removed while(1) hang if memctl_intlv_ctl is set wrong.
12851 Remove embedded tabs from strings.
12852
12853 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
12854 Acked-by: Kumar Gala <galak@kernel.crashing.org>
12855 Acked-by: Andy Fleming <afleming@freescale.com>
12856
12857commit dd332e18d082de75eca3fc2c7c778f5d4571a096
12858Author: Anatolij Gustschin <agust@denx.de>
12859Date: Thu Nov 13 18:08:57 2008 +0100
12860
12861 85xx: socrates: fix DDR SDRAM tlb entry configuration
12862
12863 since commit be0bd8234b9777ecd63c4c686f72af070d886517
12864 tlb entry for socrates DDR SDRAM will be reconfigured
12865 by setup_ddr_tlbs() from initdram() causing an
12866 inconsistency with previously configured DDR SDRAM tlb
12867 entry from tlb_table:
12868
12869 socrates>l2cam 7 9
12870 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
12871 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
12872 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
12873 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
12874
12875 This patch makes the presence of the DDR SDRAM tlb entry in
12876 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
12877 inconsistency.
12878
12879 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12880 Acked-by: Andy Fleming <afleming@freescale.com>
12881
12882commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
12883Author: Peter Tyser <ptyser@xes-inc.com>
12884Date: Tue Nov 11 10:17:10 2008 -0600
12885
12886 85xx: Add CPU 2 errata workaround to all 8548 boards
12887
12888 All mpc8548-based boards should implement the suggested workaround
12889 to CPU 2 errata. Without the workaround, its possible for the
12890 8548's core to hang while executing a msync or mbar 0 instruction
12891 and a snoopable transaction from an I/O master tagged to make
12892 quick forward progress is present.
12893
12894 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12895 Acked-by: Andy Fleming <afleming@freescale.com>
12896
12897commit e57f0fa1333cdf3ca36110aac2900712a5f82976
12898Author: Dave Liu <daveliu@freescale.com>
12899Date: Tue Oct 28 17:53:45 2008 +0800
12900
12901 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
12902
12903 we need TLB entry for DDR at !SPD case.
12904
12905 Signed-off-by: Dave Liu <daveliu@freescale.com>
12906 Acked-by: Andy Fleming <afleming@freescale.com>
12907
12908commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
12909Author: Dave Liu <daveliu@freescale.com>
12910Date: Tue Oct 28 17:53:38 2008 +0800
12911
12912 85xx: remove the unused ddr_enable_ecc in the board file
12913
12914 The DDR controller of 8548/8544/8568/8572/8536 processors
12915 have the ECC data init feature, and the new DDR code is
12916 using the feature, and we don't need the way with DMA to
12917 init memory any more.
12918
12919 Signed-off-by: Dave Liu <daveliu@freescale.com>
12920 Acked-by: Andy Fleming <afleming@freescale.com>
12921
12922commit 4a129a57d923f7c15aa1f567028a80a32d66a100
12923Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12924Date: Sun Nov 30 19:36:53 2008 +0100
12925
12926 at91rm9200dk: Fix typo
12927
12928 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12929
12930commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
12931Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12932Date: Sun Nov 30 19:36:50 2008 +0100
12933
12934 AT91: remove non supported board AT91RM9200DF macro
12935
12936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12937
12938commit bd876772ee04095e5dd943d97515a1f14bad4b1c
12939Author: Ilko Iliev <iliev@ronetix.at>
12940Date: Tue Dec 2 17:27:54 2008 +0100
12941
12942 mtd/dataflash.c: fix a problem with the last partition
12943
12944 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
12945 partition can be defined to use the area to the end of dataflash size.
12946 Now it is possible to have only one dataflash partition from 0 to the end
12947 of of dataflash size.
12948
12949 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
12950
12951commit 03f797793b124dccaae145b977d15d6cb9e74504
12952Author: Ilko Iliev <iliev@ronetix.at>
12953Date: Tue Dec 2 17:20:17 2008 +0100
12954
12955 fix some coding style violations.
12956
12957 This patch fix some coding style violations.
12958
12959 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
12960
12961commit 5e46b1e54112f4b7fd5185665e571510132c12a7
12962Author: Stefan Roese <sr@denx.de>
12963Date: Thu Nov 27 14:11:37 2008 +0100
12964
12965 OneNAND: Add missing mtd info struct before calling onenand_erase()
12966
12967 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
12968 for use in UBI) via CONFIG_MTD_PARTITIONS.
12969
12970 Signed-off-by: Stefan Roese <sr@denx.de>
12971 Signed-off-by: Scott Wood <scottwood@freescale.com>
12972
12973commit 29382d4064fbaff5daacff4c3209370fa5713966
12974Author: Becky Bruce <becky.bruce@freescale.com>
12975Date: Thu Nov 20 16:43:52 2008 -0600
12976
12977 mpc8641: Fix error in README
12978
12979 I made some updates to the code that didn't make it into the
12980 README - fix this
12981
12982 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12983
12984commit 801a194616d95e6fc426a176d9615ccbf9876c7f
12985Author: Jon Loeliger <jdl@freescale.com>
12986Date: Thu Nov 20 12:01:02 2008 -0600
12987
12988 Removed unused CONFIG_L1_INIT_RAM symbol.
12989
12990 Prevent further viral propogation of the unused
12991 symbol CONFIG_L1_INIT_RAM by just removing it.
12992
12993 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12994
12995commit f698738e46cb461e28c2d58228bb34a2fcf5a475
12996Author: Jon Loeliger <jdl@freescale.com>
12997Date: Thu Nov 20 14:02:56 2008 -0600
12998
12999 86xx: Fix non-64-bit compilation problems.
13000
13001 Introducing 64-bit (36-bit) support for the MPC8641HPCN
13002 failed to accomodate the other two 86xx boards.
13003 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
13004 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
13005 with nominal 32-bit values.
13006
13007 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13008 Acked-by: Becky Bruce <becky.bruce@freescale.com>
13009
13010commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
13011Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13012Date: Wed Nov 26 17:40:37 2008 +0100
13013
13014 Remove obsolete command (apply afte USB style patch, 80 chars strict)
13015
13016 Remove USB obsolete commmand
13017
13018 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13019 Signed-off-by: Remy Böhmer <linux@bohmer.net>
13020
13021commit de39f8c19d7c12017248c49d432dcb81db68f724
13022Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13023Date: Wed Nov 26 17:41:34 2008 +0100
13024
13025 USB style patch, 80 chars strict
13026
13027 USB Code style patch
13028
13029 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
13030 Signed-off-by: Remy Böhmer <linux@bohmer.net>
13031
13032commit d10c5a87cb8affbb4d35a311370316d4383d598e
13033Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13034Date: Fri Nov 7 22:46:21 2008 +0100
13035
13036 drivers/usb: Move conditional compilation to Makefile
13037
13038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13039 Signed-off-by: Remy Böhmer <linux@bohmer.net>
13040
13041commit 2077e348c2a84901022ad95311b47b70361e6daa
13042Author: Scott Wood <scottwood@freescale.com>
13043Date: Tue Nov 25 10:47:02 2008 -0600
13044
13045 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
13046
13047 This caused the operation to be needlessly repeated if there were
13048 no bad blocks and no errors.
13049
13050 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
13051 Signed-off-by: Scott Wood <scottwood@freescale.com>
13052
13053commit 89295028e7d8f7a524f485328279d72fdb102385
13054Author: Michal Simek <monstr@monstr.eu>
13055Date: Mon Nov 24 12:09:50 2008 +0100
13056
13057 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
13058
13059 This BSP should be outside u-boot source tree.
13060 The second reason is that xilinx ppc405 was moved to generic platform.
13061
13062 Signed-off-by: Michal Simek <monstr@monstr.eu>
13063 Signed-off-by: Stefan Roese <sr@denx.de>
13064
13065commit 24eea623d4974a169026a975ba12fb23d48154b1
13066Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13067Date: Mon Nov 24 15:11:10 2008 +0100
13068
13069 ppc4xx: Remove unused features
13070
13071 This patch disables some unused features from the PCI405 configuration
13072 to keep U-Boot image size below 192k.
13073
13074 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13075 Signed-off-by: Stefan Roese <sr@denx.de>
13076
13077commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
13078Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13079Date: Mon Nov 24 15:11:09 2008 +0100
13080
13081 ppc4xx: Use correct io accessors for PCI405
13082
13083 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13084 Signed-off-by: Stefan Roese <sr@denx.de>
13085
13086commit 348c849d86a6f0785752b9bc497a34658713d1d1
13087Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13088Date: Mon Nov 24 15:11:08 2008 +0100
13089
13090 ppc4xx: Remove unused code from PCI405 code
13091
13092 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13093 Signed-off-by: Stefan Roese <sr@denx.de>
13094
6450a848
WD
13095commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
13096Author: Heiko Schocher <hs@denx.de>
13097Date: Thu Nov 20 09:59:09 2008 +0100
13098
13099 powerpc, keymile boards: extract identical config options
13100
13101 This patch extracts the identical config options for the
13102 keymile boards mgcoge, mgsuvd and kmeter1 in a new
13103 common config file keymile-common.h.
13104
13105 Signed-off-by: Heiko Schocher <hs@denx.de>
13106 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13107
13108commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
13109Author: Heiko Schocher <hs@denx.de>
13110Date: Fri Nov 21 08:29:40 2008 +0100
13111
13112 powerpc: keymile: Add a check for the PIGGY debug board
13113
13114 Check the presence of the PIGGY on the keymile boards mgcoge,
13115 mgsuvd and kmeter1. If the PIGGY is not present, dont register
13116 this Ethernet device.
13117
13118 Signed-off-by: Heiko Schocher <hs@denx.de>
13119 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13120
455ae7e8
WD
13121commit 58c696eed839af894e0265064669c402dc28b371
13122Author: Wolfgang Denk <wd@xpert.denx.de>
13123Date: Mon Nov 24 21:50:59 2008 +0100
13124
13125 AT91RM9200DK: fix broken boot from NOR flash
13126
13127 Signed-off-by: Wolfgang Denk <wd@denx.de>
13128
13129commit 8052352f20b33bef8f9872fc983eac73d4693c38
13130Author: Jens Scharsig <esw@bus-elektronik.de>
13131Date: Tue Nov 18 10:48:46 2008 +0100
13132
13133 at91rm9200: fix broken boot from nor flash
13134
13135 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
13136 CONFIG_AT91RM9200 is defined and nor preloader is used.
13137
13138 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
13139
13140commit 25ea652e907516a283b38237e83712a918f125d7
13141Author: Piotr Ziecik <kosmo@semihalf.com>
13142Date: Mon Nov 17 15:58:00 2008 +0100
13143
13144 UBI: Add proof-of-concept CFI flash support
13145
13146 With this patch UBI can be used on CFI flash chips.
13147
13148 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13149 Signed-off-by: Stefan Roese <sr@denx.de>
13150
13151commit e6a7edbc1778d27431ac663b40a71dafa5d20578
13152Author: Piotr Ziecik <kosmo@semihalf.com>
13153Date: Mon Nov 17 15:57:59 2008 +0100
13154
13155 mtd: Remove a printf() from add_mtd_device().
13156
13157 Remove a printf() from add_mtd_device(), which produces spurious output.
13158
13159 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13160 Signed-off-by: Stefan Roese <sr@denx.de>
13161
13162commit 91809ed51d8327a8dbbf29aa98a091154c282171
13163Author: Piotr Ziecik <kosmo@semihalf.com>
13164Date: Mon Nov 17 15:57:58 2008 +0100
13165
13166 cfi-mtd: Add cfi-mtd driver.
13167
13168 Add cfi-mtd driver, which exports CFI flash to MTD layer.
13169 This allows CFI flash devices to be used from MTD layer.
13170
13171 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
13172 option. Initialization is done by calling cfi_mtd_init() from
13173 flash_init().
13174
13175 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13176 Signed-off-by: Stefan Roese <sr@denx.de>
13177
13178commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
13179Author: Piotr Ziecik <kosmo@semihalf.com>
13180Date: Mon Nov 17 15:49:32 2008 +0100
13181
13182 cfi_flash: Add interface for flash verbosity control
13183
13184 Add interface for flash verbosity control. It allows
13185 to disable output from low-level flash API. It is useful
13186 when calling these low-level functions from context other
13187 than flash commands (for example the MTD/CFI interface
13188 implmentation).
13189
13190 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13191 Signed-off-by: Stefan Roese <sr@denx.de>
13192
13193commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
13194Author: Piotr Ziecik <kosmo@semihalf.com>
13195Date: Thu Nov 20 15:17:38 2008 +0100
13196
13197 cfi_flash: Export flash_sector_size() function.
13198
13199 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
13200 so that it can be used in the upcoming cfi-mtd driver.
13201
13202 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
13203 Signed-off-by: Stefan Roese <sr@denx.de>
13204
13205commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
13206Author: Stefan Roese <sr@denx.de>
13207Date: Mon Nov 17 14:45:22 2008 +0100
13208
13209 cfi_flash: Make all flash access functions weak
13210
13211 This patch defines all flash access functions as weak so that
13212 they can be overridden by board specific versions.
13213
13214 This will be used by the upcoming VCTH board support where the NOR
13215 FLASH unfortunately can't be accessed memory-mapped. Special
13216 accessor functions are needed here.
13217
13218 To enable this weak functions you need to define
13219 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
13220 Otherwise the "old" default functions will be used resulting
13221 in smaller code.
13222
13223 Signed-off-by: Stefan Roese <sr@denx.de>
13224 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13225
13226commit a5c4067017631d903e1afa6ad615f0ce19fea517
13227Author: Stefan Roese <sr@denx.de>
13228Date: Mon Nov 24 08:31:16 2008 +0100
13229
13230 UBI: Change parsing of size in commands to default to hex
13231
13232 Currently the size parameters of the UBI commands (e.g. "ubi write") are
13233 decoded as decimal instead of hex as default. This patch now interprets
13234 all these values consistantly as hex, as all other standard U-Boot commands
13235 do.
13236
13237 Signed-off-by: Stefan Roese <sr@denx.de>
13238
13239commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
13240Author: Stefan Roese <sr@denx.de>
13241Date: Fri Nov 21 13:06:06 2008 +0100
13242
13243 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
13244
13245 Signed-off-by: Stefan Roese <sr@denx.de>
13246
13247commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
13248Author: Yuri Tikhonov <yur@emcraft.com>
13249Date: Fri Nov 14 16:19:19 2008 +0300
13250
13251 ppc4xx: katmai: Change default config
13252
13253 This patch enables support for EXT2, and increases the
13254 CONFIG_SYS_BOOTMAPSZ size for the default configuration
13255 of the katmai boards to use them as the RAID-reference
13256 AMCC setups.
13257
13258 EXT2 enabling allows one to boot kernels from the EXT2
13259 formatted Compact Flash cards.
13260
13261 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
13262 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
13263 the memory area with DTB file (which is placed at the
13264 end of the bootmap area) will turn out to be overlapped
13265 with the BSS segment of the 256KB kernel, and zeroed
13266 in early_init() of Linux.
13267
13268 Actually, increasing of the bootmap size could be done
13269 via setting of the bootm_size U-Boot variable, but it looks
13270 like the current U-Boot implementation have some bootm_size-
13271 related functionality lost. In many places through the U-Boot
13272 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
13273 (instead of trying to read the corresponding value from the
13274 environment). The same is truth for the boot_jump_linux()
13275 function in lib_ppc/bootm.c, where U-Boot transfers control
13276 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
13277 value to the booting kernel.
13278
13279 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13280 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13281 Signed-off-by: Stefan Roese <sr@denx.de>
13282
13283commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
13284Author: Dave Mitchell <dmitch71@gmail.com>
13285Date: Thu Nov 20 14:09:50 2008 -0600
13286
13287 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
13288
13289 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
13290 internal SRAM.
13291
13292 Adjusted internal SRAM initialization to match updated user
13293 manual recommendation.
13294
13295 OCM & ISRAM are now mapped as follows:
13296 physical virtual size
13297 ISRAM 0x4_0000_0000 0xE300_0000 256k
13298 OCM 0x4_0004_0000 0xE304_0000 64k
13299
13300 A single TLB was used for this mapping.
13301
13302 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
13303 Signed-off-by: Stefan Roese <sr@denx.de>
13304
13305commit b14ca4b61a681f75f3125676e09d7ce6af66e927
13306Author: Dave Mitchell <dmitch71@gmail.com>
13307Date: Thu Nov 20 14:00:49 2008 -0600
13308
13309 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
13310
13311 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
13312 L2 cache DCRs from ppc440.h to this new header.
13313
13314 Also converted these DCR defines from lowercase to uppercase and
13315 modified referencing modules to use them.
13316
13317 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
13318 Signed-off-by: Stefan Roese <sr@denx.de>
13319
13320commit 711e2b2af820d21d9931d4cf8057d3894600fd54
13321Author: Steven A. Falco <sfalco@harris.com>
13322Date: Thu Nov 20 14:37:57 2008 -0500
13323
13324 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
13325
13326 The definitions of bits in SDR_CFG are incorrect, and not used within
13327 U-Boot. Therefore, they can be removed.
13328
13329 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
13330 and are unused, so they can be removed too.
13331
13332 A definition for SDR0_DDRCFG is added.
13333
13334 Signed-off-by: Steven A. Falco <sfalco@harris.com>
13335 Signed-off-by: Stefan Roese <sr@denx.de>
13336
13337commit e23c7c95a96eb0f068efe5c532215a10a1512a95
13338Author: Dirk Behme <dirk.behme@gmail.com>
13339Date: Mon Nov 10 20:15:25 2008 +0100
13340
13341 ARM: OMAP: Convert IO macros
13342
13343 Convert IO macros to readx/writex.
13344
13345 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
13346
13347commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
13348Author: Ilko Iliev <iliev@ronetix.at>
13349Date: Sun Nov 9 15:53:14 2008 +0100
13350
13351 lib_arm: do_bootm_linux() - correct a small mistake
13352
13353 This patch corrects a small bug in the "if" condition:
13354 the parameter "flag" is 0 and the "if" condition is always true.
13355 The result is - the boom command doesn't start the kernel.
13356 Affected targets: all arm based.
13357
13358 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13359
13360commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
13361Author: Stelian Pop <stelian@popies.net>
13362Date: Sun Nov 9 00:14:46 2008 +0100
13363
13364 AT91: Enable PLLB for USB
13365
13366 At least some (old ?) versions of the AT91Bootstrap do not set up the
13367 PLLB correctly to 48 MHz in order to make USB host function correctly.
13368
13369 This patch sets up the PLLB to the same values Linux uses, and makes USB
13370 work ok on the following CPUs:
13371 - AT91CAP9
13372 - AT91SAM9260
13373 - AT91SAM9263
13374
13375 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
13376 the relevant AT91CAP9/AT91SAM9 atmel boards.
13377
13378 Signed-off-by: Stelian Pop <stelian@popies.net>
13379 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13380
13381commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
13382Author: Stelian Pop <stelian@popies.net>
13383Date: Fri Nov 7 13:55:14 2008 +0100
13384
13385 AT91: Use AT91_CPU_CLOCK in displays
13386
13387 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
13388 speed in the LCD driver.
13389
13390 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
13391 corresponding board clocks.
13392
13393 Signed-off-by: Stelian Pop <stelian@popies.net>
13394
6450a848
WD
13395commit fed36ac5ae613773b6cd90e61e292c45440e10c8
13396Author: Heiko Schocher <hs@denx.de>
13397Date: Thu Nov 20 09:57:47 2008 +0100
13398
13399 powerpc: 83xx: add support for the kmeter1 board
13400
13401 This patch adds support for the kmeter1 board from Keymile,
13402 based on a Freescale MPC8360 CPU.
13403
13404 - serial console on UART 1
13405 - 256 MB DDR2 RAM
13406 - 64 MB NOR Flash
13407 - Ethernet RMII Mode over UCC4
13408 - PHY SMSC LAN8700
13409
13410 Signed-off-by: Heiko Schocher <hs@denx.de>
13411 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13412
455ae7e8
WD
13413commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
13414Author: Stefan Roese <sr@denx.de>
13415Date: Thu Nov 20 11:46:20 2008 +0100
13416
13417 ppc4xx: Clear all potentially pending exceptions in MCSR
13418
13419 This is needed on Canyonlands which still has an exception pending
13420 while running relocate_code(). This leads to a failure after trap_init()
13421 is moved to the top of board_init_r().
13422
13423 Signed-off-by: Stefan Roese <sr@denx.de>
13424
13425commit facdad5f2602e899a01746916beddbf9e856b5ee
13426Author: Heiko Schocher <hs@denx.de>
13427Date: Wed Nov 19 10:10:30 2008 +0100
13428
13429 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
13430
13431 Signed-off-by: Heiko Schocher <hs@denx.de>
13432 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13433
13434commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
13435Author: Howard Gregory <Greg.Howard@freescale.com>
13436Date: Tue Nov 4 14:55:33 2008 +0800
13437
13438 mpc83xx: Improve the performance of DDR memory
13439
13440 modify the CAS timings. my understanding is that these
13441 settings decrease various wait times in the DDR interface.
13442 Because these wait times are in clock cycles, and the DDR
13443 clock on the 8315 RDB runs slower than on some other 83xx
13444 platforms, we can dial down these values without a problem,
13445 thereby decreasing the latency of memory a little.
13446
13447 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
13448 Signed-off-by: Dave Liu <daveliu@freescale.com>
13449 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13450
13451commit 8000b086b33a5a81f3f390f37e178db7956dc08b
13452Author: Kyungmin Park <kyungmin.park@samsung.com>
13453Date: Fri Oct 24 14:55:33 2008 +0200
13454
13455 ARM: Add Apollon UBI support
13456
13457 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
13458 macro.
13459
13460 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13461 Signed-off-by: Stefan Roese <sr@denx.de>
13462
13463commit 694a0b3f1c0accd0de94b89555155d69f8022824
13464Author: Kyungmin Park <kyungmin.park@samsung.com>
13465Date: Wed Nov 19 11:47:05 2008 +0100
13466
13467 UBI: Add UBI command support
13468
13469 This patch adds these UBI commands:
13470
13471 ubi part [nand|onenand] [part] - Show or set current partition
13472 ubi info [l[ayout]] -Display volume and UBI layout information
13473 ubi create[vol] volume [size] [type] - Create volume name with size
13474 ubi write[vol] address volume size - Write volume from address with size
13475 ubi read[vol] address volume [size] - Read volume to address with size
13476 ubi remove[vol] volume - Remove volume
13477
13478 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13479 Signed-off-by: Stefan Roese <sr@denx.de>
13480
13481commit 58be3a1056d88c6d05f3e914389282807e69923a
13482Author: Kyungmin Park <kyungmin.park@samsung.com>
13483Date: Wed Nov 19 16:38:24 2008 +0100
13484
13485 UBI: Add basic UBI support to U-Boot (Part 8/8)
13486
13487 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13488 It's based on the Linux UBI version and basically has a "OS"
13489 translation wrapper that defines most Linux specific calls
13490 (spin_lock() etc.) into no-ops. Some source code parts have been
13491 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13492 this version with the Linux version and simplifies future UBI
13493 ports/bug-fixes from the Linux version.
13494
13495 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13496 Signed-off-by: Stefan Roese <sr@denx.de>
13497
13498commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
13499Author: Kyungmin Park <kyungmin.park@samsung.com>
13500Date: Wed Nov 19 16:36:36 2008 +0100
13501
13502 UBI: Add basic UBI support to U-Boot (Part 7/8)
13503
13504 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13505 It's based on the Linux UBI version and basically has a "OS"
13506 translation wrapper that defines most Linux specific calls
13507 (spin_lock() etc.) into no-ops. Some source code parts have been
13508 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13509 this version with the Linux version and simplifies future UBI
13510 ports/bug-fixes from the Linux version.
13511
13512 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13513 Signed-off-by: Stefan Roese <sr@denx.de>
13514
13515commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
13516Author: Kyungmin Park <kyungmin.park@samsung.com>
13517Date: Wed Nov 19 16:32:36 2008 +0100
13518
13519 UBI: Add basic UBI support to U-Boot (Part 6/8)
13520
13521 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13522 It's based on the Linux UBI version and basically has a "OS"
13523 translation wrapper that defines most Linux specific calls
13524 (spin_lock() etc.) into no-ops. Some source code parts have been
13525 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13526 this version with the Linux version and simplifies future UBI
13527 ports/bug-fixes from the Linux version.
13528
13529 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13530 Signed-off-by: Stefan Roese <sr@denx.de>
13531
13532commit c91a719daa331b5856109313371e4ece5ec06d96
13533Author: Kyungmin Park <kyungmin.park@samsung.com>
13534Date: Wed Nov 19 16:28:06 2008 +0100
13535
13536 UBI: Add basic UBI support to U-Boot (Part 5/8)
13537
13538 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13539 It's based on the Linux UBI version and basically has a "OS"
13540 translation wrapper that defines most Linux specific calls
13541 (spin_lock() etc.) into no-ops. Some source code parts have been
13542 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13543 this version with the Linux version and simplifies future UBI
13544 ports/bug-fixes from the Linux version.
13545
13546 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13547 Signed-off-by: Stefan Roese <sr@denx.de>
13548
13549commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
13550Author: Kyungmin Park <kyungmin.park@samsung.com>
13551Date: Wed Nov 19 16:27:23 2008 +0100
13552
13553 UBI: Add basic UBI support to U-Boot (Part 4/8)
13554
13555 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13556 It's based on the Linux UBI version and basically has a "OS"
13557 translation wrapper that defines most Linux specific calls
13558 (spin_lock() etc.) into no-ops. Some source code parts have been
13559 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13560 this version with the Linux version and simplifies future UBI
13561 ports/bug-fixes from the Linux version.
13562
13563 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13564 Signed-off-by: Stefan Roese <sr@denx.de>
13565
13566commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
13567Author: Kyungmin Park <kyungmin.park@samsung.com>
13568Date: Wed Nov 19 16:26:54 2008 +0100
13569
13570 UBI: Add basic UBI support to U-Boot (Part 3/8)
13571
13572 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13573 It's based on the Linux UBI version and basically has a "OS"
13574 translation wrapper that defines most Linux specific calls
13575 (spin_lock() etc.) into no-ops. Some source code parts have been
13576 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13577 this version with the Linux version and simplifies future UBI
13578 ports/bug-fixes from the Linux version.
13579
13580 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13581 Signed-off-by: Stefan Roese <sr@denx.de>
13582
13583commit 961df83361aff9a14f226214224eb8a06e05ba24
13584Author: Kyungmin Park <kyungmin.park@samsung.com>
13585Date: Wed Nov 19 16:25:44 2008 +0100
13586
13587 UBI: Add basic UBI support to U-Boot (Part 2/8)
13588
13589 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13590 It's based on the Linux UBI version and basically has a "OS"
13591 translation wrapper that defines most Linux specific calls
13592 (spin_lock() etc.) into no-ops. Some source code parts have been
13593 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13594 this version with the Linux version and simplifies future UBI
13595 ports/bug-fixes from the Linux version.
13596
13597 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13598 Signed-off-by: Stefan Roese <sr@denx.de>
13599
13600commit f399d4a281713d5ef2d764f05d545fe61e3bd569
13601Author: Kyungmin Park <kyungmin.park@samsung.com>
13602Date: Wed Nov 19 16:23:06 2008 +0100
13603
13604 UBI: Add basic UBI support to U-Boot (Part 1/8)
13605
13606 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13607 It's based on the Linux UBI version and basically has a "OS"
13608 translation wrapper that defines most Linux specific calls
13609 (spin_lock() etc.) into no-ops. Some source code parts have been
13610 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13611 this version with the Linux version and simplifies future UBI
13612 ports/bug-fixes from the Linux version.
13613
13614 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13615 Signed-off-by: Stefan Roese <sr@denx.de>
13616
13617commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
13618Author: Kyungmin Park <kyungmin.park@samsung.com>
13619Date: Wed Nov 19 16:20:36 2008 +0100
13620
13621 MTD: Add MTD paritioning infrastructure
13622
13623 This MTD part infrastructure will be used by the upcoming
13624 UBI support.
13625
13626 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13627 Signed-off-by: Stefan Roese <sr@denx.de>
13628
13629commit 9b827cf1720acda2473afa516956eab6f7cca9a1
13630Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
13631Date: Thu Oct 16 22:54:03 2008 +0530
13632
13633 Align end of bss by 4 bytes
13634
13635 Most of the bss initialization loop increments 4 bytes
13636 at a time. And the loop end is checked for an 'equal'
13637 condition. Make the bss end address aligned by 4, so
13638 that the loop will end as expected.
13639
13640 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
13641 Signed-off-by: Wolfgang Denk <wd@denx.de>
13642
13643commit 3f510db522d160179dff3ddcce9b18f6241c2c24
13644Author: Becky Bruce <becky.bruce@freescale.com>
13645Date: Mon Nov 10 19:45:35 2008 -0600
13646
13647 mpc8641: fix address-cells default in old .dts detection
13648
13649 address-cells defaults to 2, not 1; so in the unlikely
13650 event that it isn't specified, this patch is required
13651 for correct operation.
13652
13653 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13654
13655commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
13656Author: Becky Bruce <becky.bruce@freescale.com>
13657Date: Fri Oct 31 17:14:39 2008 -0500
13658
13659 lib_ppc: Move trap_init to occur earlier
13660
13661 Doing trap_init immediately once we're running from RAM
13662 means we're no longer dependent on the physical location of
13663 the flash on non-BookE platforms. Before trap_init, those
13664 platforms switch to real mode and go to 0xfff00100 on exception.
13665 After the switch, they go to 0x00000100 This makes it easier to
13666 move the flash location.
13667
13668 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13669
13670commit d52082b12c6e545705a19433a2f4142526536189
13671Author: Becky Bruce <becky.bruce@freescale.com>
13672Date: Fri Nov 7 13:46:19 2008 -0600
13673
13674 mpc8641: Try to detect old .dts files
13675
13676 Since we've changed the memory map of the board, be nice and
13677 add some checking to try to catch out-of-date .dts files. We do
13678 this by checking the CCSRBAR location in the .dts and comparing
13679 it to the CCSRBAR location in u-boot. If they don't match, a
13680 warning msg is printed. This isn't foolproof, but it's simple and
13681 will catch most of the cases where an out-of-date .dts is present,
13682 including all of the cases where a new u-boot is used with an old
13683 standard MPC8641 .dts file as supplied with Linux.
13684
13685 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13686
13687commit 8db0400a27839f91c047dcb83f4a0f09e054a180
13688Author: Becky Bruce <becky.bruce@freescale.com>
13689Date: Thu Nov 6 13:04:09 2008 -0600
13690
13691 toplevel Makefile: Add MPC8641HPCN_36BIT target
13692
13693 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
13694
13695 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13696
13697commit 3111d32c494e8251b90917447796a7206b757e1e
13698Author: Becky Bruce <becky.bruce@freescale.com>
13699Date: Thu Nov 6 17:37:35 2008 -0600
13700
13701 mpc8641: Support 36-bit physical addressing
13702
13703 This patch creates a memory map with all the devices
13704 in 36-bit physical space, in addition to the 32-bit map.
13705 The CCSR relocation is moved (again, sorry) to
13706 allow for the physical address to be 36 bits - this
13707 requires translation to be enabled. With 36-bit physical
13708 addressing enabled, we are no longer running with VA=PA
13709 translations. This means we have to distinguish between
13710 the two in the config file. The existing region name is
13711 used to indicate the virtual address, and a _PHYS variety
13712 is created to represent the physical address.
13713
13714 Large physical addressing is not enabled by default.
13715 Set CONFIG_PHYS_64BIT in the config file to turn this on.
13716
13717 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13718
13719commit c759a01a0022de9378a3a761f49786f87684c916
13720Author: Becky Bruce <becky.bruce@freescale.com>
13721Date: Thu Nov 6 17:36:04 2008 -0600
13722
13723 mpc8641: Change 32-bit memory map
13724
13725 The memory map on the 8641hpcn is modified to look more like
13726 the 85xx boards; this is a step towards a more standardized
13727 layout going forward. As part of this change, we now relocate
13728 the flash.
13729
13730 The regions for some of the mappings were far larger than they
13731 needed to be. I have reduced the mappings to match the
13732 actual sizes supported by the hardware.
13733
13734 In addition I have removed the comments at the head
13735 of the BAT blocks in the config file, rather than updating
13736 them. These get horribly out of date, and it's a simple
13737 matter to look at the defines to see what they are set to
13738 since everything is right here in the same file.
13739
13740 Documentation has been changed to reflect the new map, as this
13741 change is user visible, and affects the OS which runs post-uboot.
13742
13743 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13744
13745commit bf9a8c34309ed9276258295db9e9212aabb2531a
13746Author: Becky Bruce <becky.bruce@freescale.com>
13747Date: Wed Nov 5 14:55:35 2008 -0600
13748
13749 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
13750
13751 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
13752 of the bootpage in flash. Use this to create an early mapping
13753 definition for the FLASH, and change the early_bats code to use this.
13754
13755 This change facilitates the relocation of the flash since the early
13756 mappings are no longer tied to the final location of the flash.
13757
13758 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13759
13760commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
13761Author: Becky Bruce <becky.bruce@freescale.com>
13762Date: Wed Nov 5 14:55:34 2008 -0600
13763
13764 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
13765
13766 Using a mtmsr/blr means that you have to be executing at the
13767 same virtual address once you enable translation. This is
13768 unnecessarily restrictive, and is not really how this is
13769 usually done. Change it to use the more common mtspr SRR0/SRR1
13770 and rfi method.
13771
13772 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13773
13774commit 6bf98b1362f0cb237620355ed3e6762fff82388d
13775Author: Becky Bruce <becky.bruce@freescale.com>
13776Date: Wed Nov 5 14:55:33 2008 -0600
13777
13778 mpc8641: make DIAG_ADDR == FLASH_BASE
13779
13780 Currently, that's what it is, but it's hardcoded.
13781
13782 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13783
13784commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
13785Author: Becky Bruce <becky.bruce@freescale.com>
13786Date: Wed Nov 5 14:55:32 2008 -0600
13787
13788 mpc8641: Drop imaginary second flash bank, map 8MB
13789
13790 There's a lot of setup and foo for the second flash
13791 bank. The problem is, this board doesn't actually have one.
13792 Clean this up. Also, the flash is 8M in size. Get rid
13793 of the confusing aliased overmapping, and just map 8M.
13794
13795 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13796
13797commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
13798Author: Becky Bruce <becky.bruce@freescale.com>
13799Date: Wed Nov 5 14:55:31 2008 -0600
13800
13801 mpc8641: only define CONFIG_ENV_SIZE once
13802
13803 It's currently defined twice inside in an if/else block, but
13804 both halves set the same value. Move the define outside
13805 the if.
13806
13807 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13808
13809commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
13810Author: Becky Bruce <becky.bruce@freescale.com>
13811Date: Wed Nov 5 14:55:30 2008 -0600
13812
13813 mpc86xx: Move setup_bats into cpu_init_f
13814
13815 In order to later allow for a physical relocation of the
13816 flash, setup_bats, which sets up the final BAT mapping
13817 for the board, needs to happen *after* init_laws().
13818 Otherwise, there will be no window programmed for the flash
13819 at the new physical location at the point when we change
13820 the mmu translation.
13821
13822 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13823
13824commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
13825Author: Becky Bruce <becky.bruce@freescale.com>
13826Date: Wed Nov 5 14:55:29 2008 -0600
13827
13828 mpc8641: Remove extra "0" from BR2 define
13829
13830 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13831
13832commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
13833Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13834Date: Thu Oct 23 09:08:18 2008 -0400
13835
13836 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
13837
13838 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
13839 This adds support for PHY-less MAC connections to the UEC.
13840
13841 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13842 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13843
13844commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
13845Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13846Date: Thu Oct 23 16:27:24 2008 +0000
13847
13848 ColdFire: Add mii driver in drivers/net
13849
13850 All CF platforms' mii.c are consolidated into one
13851
13852 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13853 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13854
13855commit 25a859066b3af1070eb69f12022113c0a91bd813
13856Author: Ben Warren <biggerbadderben@gmail.com>
13857Date: Mon Oct 27 23:53:17 2008 -0700
13858
13859 Moved initialization of PPC4xx EMAC to cpu_eth_init()
13860
13861 Removed initialization of the driver from net/eth.c
13862
13863 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13864 Acked-by: Stefan Roese <sr@denx.de>
13865
13866commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
13867Author: Ben Warren <biggerbadderben@gmail.com>
13868Date: Sun Nov 9 21:29:23 2008 -0800
13869
13870 Moved PPC4xx EMAC driver to drivers/net
13871
13872 Also changed path in all linker scripts that reference this driver
13873
13874 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13875 Acked-by: Stefan Roese <sr@denx.de>
13876
13877commit 96e21f86e8266ed40759e5495ee461265d7f6d28
13878Author: Ben Warren <biggerbadderben@gmail.com>
13879Date: Mon Oct 27 23:50:15 2008 -0700
13880
13881 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
13882
13883 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
13884
13885 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13886 Acked-by: Stefan Roese <sr@denx.de>
13887
13888commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
13889Author: Ben Warren <biggerbadderben@gmail.com>
13890Date: Thu Oct 23 22:02:49 2008 -0700
13891
13892 Moved initialization of MPC8XX SCC to cpu_eth_init()
13893
13894 Removed initialization of the driver from net/eth.c
13895
13896 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13897
13898commit a9bec96d6359ac9f90a852962bf3040cad9e0256
13899Author: Ben Warren <biggerbadderben@gmail.com>
13900Date: Wed Oct 22 23:47:51 2008 -0700
13901
13902 Moved initialization of MPC8220 FEC to cpu_eth_init()
13903
13904 Removed initialization of the driver from net/eth.c
13905
13906 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13907
13908commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
13909Author: Ben Warren <biggerbadderben@gmail.com>
13910Date: Wed Oct 22 23:32:48 2008 -0700
13911
13912 Moved initialization of QE Ethernet controller to cpu_eth_init()
13913
13914 Removed initialization of the driver from net/eth.c
13915
13916 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13917
13918commit 3456a148276d5494b53ee40242efb6462d163504
13919Author: Ben Warren <biggerbadderben@gmail.com>
13920Date: Wed Oct 22 23:20:29 2008 -0700
13921
13922 Moved initialization of FCC Ethernet controller to cpu_eth_init
13923
13924 Affected boards:
13925 Several MPC8xx boards
13926 Several MPC8260/MPC8272 boards
13927 Several MPC85xx boards
13928
13929 Removed initialization of the driver from net/eth.c
13930
13931 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13932
13933commit 62e15b497f5c6334c059512678c8db7940ae4c61
13934Author: Ben Warren <biggerbadderben@gmail.com>
13935Date: Thu Oct 30 22:15:35 2008 -0700
13936
13937 Fix typo in cpu/mpc85xx/cpu.c
13938
13939 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
13940
13941 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13942
13943commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
13944Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13945Date: Sun Oct 19 12:08:50 2008 +0900
13946
13947 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
13948
13949 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
13950 as a part of ongoing eth_initialize cleanup work. The function ret value
13951 is also fixed as it should be negative on fail.
13952
13953 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13954 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13955
13956commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
13957Author: Ben Warren <biggerbadderben@gmail.com>
13958Date: Fri Sep 5 01:55:22 2008 -0400
13959
13960 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
13961
13962 Also, removed the driver initialization from net/eth.c
13963
13964 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13965
13966commit f2a7806fc23e82d30c8548911369e0c530607354
13967Author: Clive Stubbings <uboot@xentech.co.uk>
13968Date: Mon Oct 27 15:05:00 2008 +0000
13969
13970 xilinx_emaclite buffer overrun
13971
13972 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
13973 PKTSIZE_ALIGN bytes long.
13974
13975 Acked-by: Michal Simek <monstr@monstr.eu>
13976
13977 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13978
13979commit 0115b1953718a2969f6469d3d5da51ba11e12d42
13980Author: richardretanubun <richardretanubun@ruggedcom.com>
13981Date: Fri Sep 26 08:59:12 2008 -0400
13982
13983 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
13984
13985 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
13986 This patch makes these function use the devname argument that is passed in to
13987 allow access to the phy registers of other devices in devlist[].
13988
13989 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
13990
13991 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13992
13993commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
13994Author: richardretanubun <richardretanubun@ruggedcom.com>
13995Date: Mon Oct 6 15:31:43 2008 -0400
13996
13997 Adds two more ethernet interface to 83xx
13998
13999 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
14000 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
14001 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14002
14003commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
14004Author: Stelian Pop <stelian@popies.net>
14005Date: Fri Nov 7 13:54:31 2008 +0100
14006
14007 AT91: Replace AT91_BASE_EMAC by the board specific values.
14008
14009 AT91_BASE_EMAC is never used outside the board specific files,
14010 so replace its usage by the board specific AT91xxx_BASE_EMAC.
14011
14012 Signed-off-by: Stelian Pop <stelian@popies.net>
14013 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14014
14015commit c91e17affa175ce06afa89b04752301eb4a61666
14016Author: Stelian Pop <stelian@popies.net>
14017Date: Fri Nov 7 12:09:21 2008 +0100
14018
14019 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
14020
14021 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
14022 Since they are never used outside the board specific files, they can
14023 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
14024 AT91xxx_ID_US2.
14025
14026 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
14027
14028 Signed-off-by: Stelian Pop <stelian@popies.net>
14029 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14030
14031commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
14032Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14033Date: Sat Nov 1 10:47:59 2008 +0100
14034
14035 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
14036
14037 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14038
14039commit 1079432e04ccf71aa3684181186182cd63512f19
14040Author: Sergey Lapin <slapin@ossfans.org>
14041Date: Fri Oct 31 12:28:43 2008 +0100
14042
14043 Custom AFEB9260 board support
14044
14045 This patch provides support for AFEB9260 board, a product of
14046 OpenSource hardware and software. Some commertial projects
14047 are made with this design. A board is basically AT91SAM9260-EK
14048 with some modifications and different peripherals and different
14049 parts used. Main purpose of this project is to gain experience in
14050 hardware design.
14051 More info: http://groups.google.com/group/arm9fpga-evolution-board
14052 (In Russian only, sorry).
14053 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
14054
14055 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
14056
14057commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
14058Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
14059Date: Tue Oct 21 13:17:16 2008 +0900
14060
14061 Change to use "do_div" macro
14062
14063 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
14064
14065commit e352495318d8056a00faa21b633b3e4374bfbf52
14066Author: Roman Mashak <romez777@gmail.com>
14067Date: Wed Oct 22 16:00:26 2008 -0400
14068
14069 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
14070
14071 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
14072 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
14073
14074 Signed-off-by: Roman Mashak <romez777@gmail.com>
14075
14076commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
14077Author: Roman Mashak <romez777@gmail.com>
14078Date: Tue Oct 21 03:01:41 2008 -0700
14079
14080 ARM/Versatile port: Removed unused functions
14081
14082 Removal of never used functions.
14083
14084 Signed-off-by: Roman Mashak <romez777@gmail.com>
14085
14086commit 1266df887781c779deaf6d05eea2ef90a470cb34
14087Author: Becky Bruce <becky.bruce@freescale.com>
14088Date: Mon Nov 3 15:44:01 2008 -0600
14089
14090 powerpc: change 86xx SMP boot method
14091
14092 We put the bootpg for the secondary cpus into memory and use
14093 BPTR to get to it. This is a step towards converting to the
14094 ePAPR boot methodology. Also, the code is written to
14095 deal properly with more than 4GB of RAM.
14096
14097 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14098
14099commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
14100Author: Becky Bruce <becky.bruce@freescale.com>
14101Date: Fri Oct 31 17:13:49 2008 -0500
14102
14103 8641HPCN: Config file cleanup
14104
14105 There are several items in the config file that were hardcoded
14106 but that should really be based on other config options, since
14107 the regions are contiguous and depend on being so. This cleans
14108 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
14109 addresses into the proper format for BR registers.
14110
14111 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14112
14113commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
14114Author: Becky Bruce <becky.bruce@freescale.com>
14115Date: Fri Oct 31 17:13:32 2008 -0500
14116
14117 86xx: Make dram_size a phys_size_t
14118
14119 It's currently a long and should be phys_size_t.
14120
14121 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14122
14123commit 104992fc541302a6bac74448e01e7fdad20abca0
14124Author: Becky Bruce <becky.bruce@freescale.com>
14125Date: Sun Nov 2 18:19:32 2008 -0600
14126
14127 powerpc 86xx: Handle CCSR relocation earlier
14128
14129 Currently, the CCSR gets relocated while translation is
14130 enabled, meaning we need 2 BAT translations to get to both the
14131 old location and the new location. Also, the DEFAULT
14132 CCSR location has a dependency on the BAT that maps the
14133 FLASH region. Moving the relocation removes this unnecessary
14134 dependency. This makes it easier and more intutive to
14135 modify the board's memory map.
14136
14137 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
14138 BAT for CCSR space.
14139
14140 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14141
14142commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
14143Author: Becky Bruce <becky.bruce@freescale.com>
14144Date: Fri Oct 31 17:14:14 2008 -0500
14145
14146 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
14147
14148 You can't actually have both, and with some coming changes to
14149 change the memory map for the board and support 36-bit physical,
14150 we need the extra BAT that is being consumed by having both.
14151
14152 I also make non-PCI configs build cleanly, for the sake of sanity.
14153
14154 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14155
14156commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
14157Author: Becky Bruce <becky.bruce@freescale.com>
14158Date: Fri Oct 31 17:14:00 2008 -0500
14159
14160 mpc8641: Stop supporting non-PCI_PNP configs
14161
14162 We don't actually ever do this, remove the code so we
14163 can stop maintaining it.
14164
14165 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14166
14167commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
14168Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14169Date: Fri Oct 24 12:59:12 2008 +0000
14170
14171 ColdFire: Fix M5329EVB and M5373EVB nand issue
14172
14173 Fix compilation issue caused by a few mismatches.
14174 Provide proper nand chip select enable/disable in
14175 nand_hwcontrol() rather than in board_nand_init()
14176 just enable once. Remove redundant local nand driver
14177 functions - nand_read_byte(), nand_write_byte() and
14178 nand_dev_ready() to use common nand driver.
14179
14180 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14181
14182commit 1b2708442224a551a0b865b52710306333888932
14183Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14184Date: Wed Oct 22 11:55:30 2008 +0000
14185
14186 ColdFire: Fix compilation error
14187
14188 The error was caused by the change for strmhz() in cpu.c.
14189 A few of them were one extra close parenthesis.
14190
14191 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14192
14193commit 536e7dac16769954915a484e682a2efb28699133
14194Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14195Date: Wed Oct 22 11:38:21 2008 +0000
14196
14197 ColdFire: Add MCF5301x CPU and M53017EVB support
14198
14199 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14200
14201commit a21d0c2cc9add8894d971ab791f4032f077db817
14202Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14203Date: Tue Oct 21 15:37:02 2008 +0000
14204
14205 ColdFire: Add SBF support for M52277EVB
14206
14207 Add serial boot support
14208
14209 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14210
14211commit b202816c61042c183fe67d097a5893b0f2dafba0
14212Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14213Date: Tue Oct 21 14:19:26 2008 +0000
14214
14215 ColdFire: Use CFI driver for M5272C3
14216
14217 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14218
14219commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
14220Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14221Date: Tue Oct 21 13:47:54 2008 +0000
14222
14223 ColdFire: Relocate FEC's GPIO and mii functions protocols
14224
14225 Place FEC pin assignments in cpu_init.c from platform's
14226 mii.c
14227
14228 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14229
14230commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
14231Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14232Date: Tue Oct 21 12:15:44 2008 +0000
14233
14234 ColdFire: Remove platforms mii.c file
14235
14236 Will use mcfmii.c driver in drivers/net rather than
14237 keep creating new mii.c for each future platform.
14238 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
14239 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
14240 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
14241 mii.c
14242
14243 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14244
14245commit 012522fef3b382469125beb46a315ab4dee02fb0
14246Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14247Date: Tue Oct 21 10:03:07 2008 +0000
14248
14249 ColdFire: Modules header files cleanup
14250
14251 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
14252 MDHA, SKHA, INTC, and FlexBus structures and
14253 definitions in immap_5xxx.h to more unify modules
14254 header files. Append DSPI support for m547x_8x.
14255 SSI cleanup. Remove USB Host structure from immap_539.h.
14256 Apply changes to use FlexBus structures in mcf52x2's
14257 cpu_init.c and platform configuration files.
14258
14259 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14260
14261commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
14262Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14263Date: Tue Oct 21 08:52:36 2008 +0000
14264
14265 ColdFire: Remove linker file
14266
14267 Each different build for M54455EVB and M5235EVB will
14268 create a u-boot.lds linker file. It is redundant to
14269 keep the u-boot.lds
14270
14271 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14272
14273commit 0829323073c505556ed5f5073f91adb504584d45
14274Author: Peter Tyser <ptyser@xes-inc.com>
14275Date: Fri Oct 31 11:26:44 2008 -0500
14276
14277 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
14278
14279 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14280
14281commit a80b21d5127583171d6e9bc7f722947641898012
14282Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14283Date: Fri Oct 31 12:12:12 2008 +0100
14284
14285 common/Makefile: create others group for non core, environment and command files
14286
14287 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14288
14289commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
14290Author: Wolfgang Denk <wd@denx.de>
14291Date: Fri Oct 31 01:13:37 2008 +0100
14292
14293 TQM8260: use CFI flash driver instead of custom driver.
14294
14295 Signed-off-by: Wolfgang Denk <wd@denx.de>
14296
14297commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
14298Author: Andy Fleming <afleming@freescale.com>
14299Date: Thu Oct 30 17:35:30 2008 -0500
14300
14301 Consolidate MAX/MIN definitions
14302
14303 There were several, now there is one (two if you count the lower-case
14304 versions).
14305
14306 Signed-off-by: Andy Fleming <afleming@freescale.com>
14307
14308commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
14309Author: Heiko Schocher <hs@denx.de>
14310Date: Thu Oct 30 09:23:09 2008 +0100
14311
14312 mgsuvd: remove unused defines in config file.
14313
14314 Signed-off-by: Heiko Schocher <hs@denx.de>
14315
14316commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
14317Author: Wolfgang Denk <wd@denx.de>
14318Date: Sun Nov 2 16:14:22 2008 +0100
14319
14320 Coding Style cleanup, update CHANGELOG
14321
14322 Signed-off-by: Wolfgang Denk <wd@denx.de>
14323
3cbd8231
WD
14324commit a47f957ab523019992fdef857af01bd71c58a4da
14325Author: Alessandro Rubini <rubini-list@gnudd.com>
14326Date: Fri Oct 31 22:33:21 2008 +0100
14327
14328 NAND: Allow NAND and OneNAND to coexist
14329
14330 This removes in nand.h code that is verbatim duplicated from bbm.h,
14331 including directly bbm.h in nand.h. The previous state of affairs
14332 prevented compiling code for a board hosting both NAND and OneNAND chips.
14333
14334 Reported-by: Scott Wood <scottwood@freescale.com>
14335 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14336 Signed-off-by: Scott Wood <scottwood@freescale.com>
14337
14338commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
14339Author: Scott Wood <scottwood@freescale.com>
14340Date: Fri Oct 31 13:51:12 2008 -0500
14341
14342 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
14343
14344 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
14345 Signed-off-by: Scott Wood <scottwood@freescale.com>
14346
14347commit c57fc28947e248fb03c49a28b467686299895055
14348Author: Jason Jin <Jason.Jin@freescale.com>
14349Date: Fri Oct 31 05:07:04 2008 -0500
14350
14351 NAND: Add NAND support for MPC8536DS board
14352
14353 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
14354 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
14355 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
14356
14357 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
14358 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14359 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14360
14361commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
14362Author: Haiying Wang <Haiying.Wang@freescale.com>
14363Date: Fri Oct 31 05:06:14 2008 -0500
14364
14365 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
14366
14367 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
14368
14369 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14370 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14371
14372commit 51b572a801be57790fe26adaa530210e7fba59cc
14373Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14374Date: Fri Oct 24 10:49:48 2008 +0900
14375
14376 sh: rsk7203: Moved rsk7203 board to board/renesas
14377
14378 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14379
14380commit 58453b00b3ebb26aaa901210023f99504a90bb00
14381Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14382Date: Fri Oct 24 10:48:31 2008 +0900
14383
14384 sh: MigoR: Moved MigoR board to board/renesas
14385
14386 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14387
14388commit c1da2a22817ba85b437afa2f4e715e658b219fd1
14389Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14390Date: Fri Oct 24 10:39:44 2008 +0900
14391
14392 sh: r2dplus: Moved r2dplus board to board/renesas
14393
14394 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14395
14396commit 78385bf2359d828184d0b3649f7ae6b933420000
14397Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14398Date: Fri Oct 24 10:36:13 2008 +0900
14399
14400 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
14401
14402 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14403
14404commit c6525d459c350bfc246ea7826456af77e1e314eb
14405Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14406Date: Fri Oct 24 10:35:19 2008 +0900
14407
14408 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
14409
14410 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14411
14412commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
14413Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14414Date: Fri Oct 24 10:34:21 2008 +0900
14415
14416 sh: r7780mp: Moved r7780mp board to board/renesas
14417
14418 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14419
14420commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
14421Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14422Date: Fri Oct 24 10:32:14 2008 +0900
14423
14424 sh: ap325rxa: Moved ap325rxa board to board/renesas
14425
14426 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14427
14428commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
14429Author: Wolfgang Denk <wd@xpert.denx.de>
14430Date: Fri Oct 31 01:12:28 2008 +0100
14431
14432 CFI Driver: Fix "flash not ready" problem
14433
14434 This patch fixes a problem on systems where the NOR flash is attached
14435 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
14436 on the assumption that the same flash address is read twice without
14437 any other interjacent flash accesses. However, on 32 bit systems the
14438 function flash_read64() [as currently implemented] does not perform
14439 an atomic 64 bit read - instead, this is broken down into two 32 bit
14440 read accesses on addresses "addr" and "addr + 4". So instead of
14441 reading a 64 bit value twice from "addr", we see a sequence of 4 32
14442 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
14443 consequence is that flash_toggle() fails to work.
14444
14445 This patch implements a simple, but somewhat ugly solution, as it
14446 avoids the use of flash_read64() in this critical place (by breaking
14447 it down manually into 32 bit read operations) instead of rewriting
14448 flash_read64() such to perform atomic 64 bit reads as one could
14449 expect. However, such a rewrite would require the use of floating
14450 point load operations, which becomes pretty complex:
14451
14452 save MSR;
14453 set Floating Point Enable bit in MSR;
14454 use "lfd" instruction to perform atomic 64 bit read;
14455 use "stfd" to store value to temporary variable on stack;
14456 load u64 value from temporary variable;
14457 restore saved MSR;
14458 return u64 value;
14459
14460 The benefit-cost ratio of such an implementation was considered too
14461 bad to actually attempt this, especially as we can expect that such
14462 an implementation would not only have a bigger memory footprint but
14463 also cause a performance degradation.
14464
14465 Signed-off-by: Wolfgang Denk <wd@denx.de>
14466 Signed-off-by: Stefan Roese <sr@denx.de>
14467
14468commit cdd4fe63b094d4b767f12ff241d72566b461ee61
14469Author: Stefan Roese <sr@denx.de>
14470Date: Fri Oct 31 10:48:08 2008 +0100
14471
14472 ppc4xx: Fix spelling error in MAINTAINERS file
14473
14474 Signed-off-by: Stefan Roese <sr@denx.de>
14475
14476commit be270798900b75ad9c47c7b79c72f70441196c56
14477Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14478Date: Tue Oct 28 13:37:00 2008 +0100
14479
14480 ppc4xx: Update PMC440 board support
14481
14482 This patch brings PMC440 board support up to date:
14483
14484 - fix GPIO configuration
14485 - add misc_init_f()
14486 - use better values for usbact variable
14487 - fix USB 2.0 phy reset sequence
14488 - shrink BAR2 to save PCI address space
14489 - add FDT support
14490
14491 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14492 Signed-off-by: Stefan Roese <sr@denx.de>
14493
14494commit 75183b1a7fc04206d9779d13f16e03853d7e965d
14495Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14496Date: Tue Oct 28 13:36:59 2008 +0100
14497
14498 ppc4xx: Fix PMC440 BSP commands
14499
14500 This patch fixes the PMC440 BSP commands painit and selfreset
14501
14502 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14503 Signed-off-by: Stefan Roese <sr@denx.de>
14504
14505commit 76b565b69f886d5ae748db65e44f464b0e70d41a
14506Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14507Date: Tue Oct 28 13:36:58 2008 +0100
14508
14509 ppc4xx: Update PMC440 board configuration
14510
14511 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14512 Signed-off-by: Stefan Roese <sr@denx.de>
14513
14514commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
14515Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14516Date: Tue Oct 28 13:36:57 2008 +0100
14517
14518 ppc4xx: Fix esd loadpci command
14519
14520 This patch fixes esd's loadpci command when not all
14521 memory on adapter boards is accessable via PCI.
14522
14523 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14524 Signed-off-by: Stefan Roese <sr@denx.de>
14525
14526commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
14527Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14528Date: Tue Oct 28 13:36:56 2008 +0100
14529
14530 ppc4xx: Clean up PMC440 header
14531
14532 -Codingstyle cleanup
14533 -Remove unused GPIO define
14534
14535 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14536 Signed-off-by: Stefan Roese <sr@denx.de>
14537
14538commit 295133258a44f97a57fb2ec339aecfda11f4db95
14539Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14540Date: Tue Oct 28 13:36:55 2008 +0100
14541
14542 ppc4xx: Handle other board variant in PMC440 FPGA code
14543
14544 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14545 Signed-off-by: Stefan Roese <sr@denx.de>
14546
14547commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
14548Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14549Date: Mon Oct 27 12:35:59 2008 +0100
14550
14551 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
14552
14553 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
14554 config files of both infrastuctures
14555
14556 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14557 Signed-off-by: Stefan Roese <sr@denx.de>
14558
14559commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
14560Author: Stefan Roese <sr@denx.de>
14561Date: Sat Oct 25 06:45:31 2008 +0200
14562
14563 ppc4xx: Correctly configure the GPIO pin muxing on Arches
14564
14565 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
14566 pin multiplexing correctly
14567
14568 Signed-off-by: Stefan Roese <sr@denx.de>
14569
14570commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
14571Author: Bartlomiej Sieka <tur@semihalf.com>
14572Date: Thu Oct 30 23:22:04 2008 +0100
14573
14574 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
14575
14576 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
14577
14578commit 4bc7deee9095f21e243b724ca3d634251c1d5432
14579Author: David Gibson <david@gibson.dropbear.id.au>
14580Date: Wed Oct 29 23:27:45 2008 -0500
14581
14582 libfdt: Fix bug in fdt_subnode_offset_namelen()
14583
14584 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
14585 which causes it to keep searching after it's finished the subnodes of
14586 the given parent, and into the subnodes of siblings of the original
14587 node which come after it in the tree.
14588
14589 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14590 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14591
14592commit f242a08871839eac081ba5b599af979f3a148a0d
14593Author: Peter Korsgaard <jacmet@sunsite.dk>
14594Date: Tue Oct 28 08:26:52 2008 +0100
14595
14596 fdt_resize(): ensure minimum padding
14597
14598 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
14599 (16 bytes), so make sure that fdt_resize at least adds that much
14600 padding, no matter what the location or size of the fdt is.
14601
14602 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14603 Acked-by: Andy Fleming <afleming@freescale.com>
14604
14605commit d685b74c64a38849f1a129b3ab846fbf67dd937e
14606Author: Dave Liu <daveliu@freescale.com>
14607Date: Thu Oct 23 21:59:35 2008 +0800
14608
14609 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
14610
14611 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
14612
14613 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
14614
14615 This is needed in unlock_ram_in_cache() because it is called from C and
14616 will corrupt the small data area anchor that is kept in R2.
14617
14618 lock_ram_in_cache() is modified similarly as good coding practice, but
14619 is not called from C.
14620
14621 Signed-off-by: Nick Spence <nick.spence@freescale.com>
14622
14623 also, the r2 is used as global data pointer.
14624
14625 Signed-off-by: Dave Liu <daveliu@freescale.com>
14626
14627commit e053ab1903ccae6048ef759025b9f675bba91450
14628Author: Scott Wood <scottwood@freescale.com>
14629Date: Tue Oct 28 11:45:04 2008 -0500
14630
14631 mpc83xx pci: Round up memory size in inbound window.
14632
14633 The current calculation will fail to cover all memory if
14634 its size is not a power of two.
14635
14636 Signed-off-by: Scott Wood <scottwood@freescale.com>
14637 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14638
14639commit 1c671977dc81359628be27ac99c174e76e8069ba
14640Author: Dave Liu <daveliu@freescale.com>
14641Date: Thu Oct 23 21:19:13 2008 +0800
14642
14643 86xx: remove the unused definition
14644
14645 Signed-off-by: Dave Liu <daveliu@freescale.com>
14646
14647commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
14648Author: Dave Liu <daveliu@freescale.com>
14649Date: Tue Oct 28 17:47:49 2008 +0800
14650
14651 86xx: remove the redundant r2 global data pointer save
14652
14653 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
14654 the another global data pointer save, but in fact the
14655 global data pointer will be initialized in the board_init_r,
14656 so remove it such as the 85xx/83xx family.
14657
14658 Signed-off-by: Dave Liu <daveliu@freescale.com>
14659 Acked-by: Kumar Gala <kumar.gala@freescale.com>
14660
14661commit bd888e9544419665334a6f47f81f34011cea38f3
14662Author: Dave Liu <daveliu@freescale.com>
14663Date: Tue Oct 28 17:47:41 2008 +0800
14664
14665 86xx: remove the unused code for 86xx family
14666
14667 I believe these code was copied from 74xx family, but for
14668 86xx, it is unused.
14669
14670 Signed-off-by: Dave Liu <daveliu@freescale.com>
14671 Acked-by: Kumar Gala <kumar.gala@freescale.com>
14672
14673commit 5ba1ef507402bc5e344dc374203792a40f222e8a
14674Author: Dave Liu <daveliu@freescale.com>
14675Date: Tue Oct 28 17:46:35 2008 +0800
14676
14677 86xx: remove the second DDR LAW setting for mpc8641hpcn
14678
14679 The DDR1 LAW will precedence the DDR2 LAW, so remove
14680 the second DDR LAW.
14681
14682 Signed-off-by: Dave Liu <daveliu@freescale.com>
14683 Acked-by: Becky Bruce <becky.bruce@freescale.com>
14684
14685commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
14686Author: Dave Liu <daveliu@freescale.com>
14687Date: Tue Oct 28 17:46:23 2008 +0800
14688
14689 86xx: remove the unused ddr_enable_ecc in the board file
14690
14691 The DDR controller of 86xx processors have the ECC data init
14692 feature, and the new DDR code is using the feature, we don't
14693 need the way with DMA to init memory again.
14694
14695 Signed-off-by: Dave Liu <daveliu@freescale.com>
14696 Acked-by: Kumar Gala <kumar.gala@freescale.com>
14697
14698commit dc2adad85bf580d65916c940683f6e9671e8a5dd
14699Author: Dave Liu <daveliu@freescale.com>
14700Date: Tue Oct 28 17:46:12 2008 +0800
14701
14702 86xx: Move the clear_tlbs before MMU turn on
14703
14704 We must invalidate TLBs before MMU turn on, but
14705 currently the code is not, if there are some stale
14706 TLB entry valid in the TLBs, it will cause strange
14707 issue.
14708
14709 Signed-off-by: Dave Liu <daveliu@freescale.com>
14710 Acked-by: Becky Bruce <becky.bruce@freescale.com>
14711
14712commit 5cdade07b118d07154cb882650f9778cecc8a87c
14713Author: Scott Wood <scottwood@freescale.com>
14714Date: Mon Oct 27 15:57:08 2008 -0500
14715
14716 mpc8313erdb: Document NAND boot.
14717
14718 Previously, the documentation claimed that NAND boot is not supported.
14719 This is no longer true.
14720
14721 Signed-off-by: Scott Wood <scottwood@freescale.com>
14722
14723commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
14724Author: Scott Wood <scottwood@freescale.com>
14725Date: Wed Oct 29 14:20:26 2008 -0500
14726
14727 NAND: Properly create JFFS2 cleanmarkers.
14728
14729 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
14730 command is currently broken, and among other things causes all blocks
14731 to be marked bad.
14732
14733 This implements it properly using MTD_OOB_AUTO, along with some
14734 indentation fixes.
14735
14736 Signed-off-by: Scott Wood <scottwood@freescale.com>
14737
14738commit f7fe57c09866b44692d18c8cf22828bd137ec58d
14739Author: Scott Wood <scottwood@freescale.com>
14740Date: Wed Oct 29 13:42:41 2008 -0500
14741
14742 NAND fsl elbc: Set FMR[ECCM] based on page size.
14743
14744 Hardware expects ECCM 0 for small page and ECCM 1 for large page
14745 when booting from NAND, so use those defaults.
14746
14747 Signed-off-by: Scott Wood <scottwood@freescale.com>
14748
14749commit c013b74975dab0805ef6d369b013230c4e8a660d
14750Author: Haiying Wang <Haiying.Wang@freescale.com>
14751Date: Wed Oct 29 13:32:59 2008 -0400
14752
14753 NAND: Add support for MPC8572DS board
14754
14755 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
14756 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
14757 config file.
14758
14759 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
14760 make room for the increased code size with NAND enabled.
14761
14762 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
14763 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14764 Signed-off-by: Scott Wood <scottwood@freescale.com>
14765
14766commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
14767Author: Haiying Wang <Haiying.Wang@freescale.com>
14768Date: Wed Oct 29 11:05:55 2008 -0400
14769
14770 Make Freescale local bus registers available for both 83xx and 85xx.
14771
14772 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
14773 can be shared by both 83xx and 85xx
14774 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
14775 files which use lbus83xx_t.
14776 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
14777 85xx can share them.
14778
14779 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
14780 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14781 Signed-off-by: Scott Wood <scottwood@freescale.com>
14782
14783commit 695c130e4bf75b444720ddfd83aca88f41c046cf
14784Author: Scott Wood <scottwood@freescale.com>
14785Date: Mon Oct 27 15:38:30 2008 -0500
14786
14787 NAND: Align right column of the shorthelp with other commands.
14788
14789 I accidentally broke this in when making consistent the partial
14790 alignment of the longhelp.
14791
14792 Signed-off-by: Scott Wood <scottwood@freescale.com>
14793
14794commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
14795Author: Karl Beldan <karl.beldan@gmail.com>
14796Date: Mon Sep 15 16:08:03 2008 +0200
14797
14798 NAND: Reset chip on power-up
14799
14800 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
14801 The first command sent is NAND_CMD_READID.
14802 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
14803 Tested with an MT29F4G08AAC.
14804
14805 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
14806 Signed-off-by: Scott Wood <scottwood@freescale.com>
14807
14808commit c45912d8abc52de796b9059a58faf7c4166eab58
14809Author: Scott Wood <scottwood@freescale.com>
14810Date: Fri Oct 24 16:20:43 2008 -0500
14811
14812 NAND: sync with 2.6.27
14813
14814 This brings the core NAND code up to date with the Linux kernel.
14815
14816 Since there were several drivers in Linux as of the last update that are
14817 not in u-boot, I'm not bringing over new drivers that have been added
14818 since in the absence of an interested party.
14819
14820 I did not update OneNAND since it was recently synced by Kyungmin Park,
14821 and I'm not sure exactly what the common ancestor is.
14822
14823 Signed-off-by: Scott Wood <scottwood@freescale.com>
14824
14825commit b1d0db1805c3395149777e507b6da53410abac4e
14826Author: Kumar Gala <galak@kernel.crashing.org>
14827Date: Tue Oct 21 17:25:47 2008 -0500
14828
14829 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
14830
14831 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
14832
14833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14834
14835commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
14836Author: Kumar Gala <galak@kernel.crashing.org>
14837Date: Tue Oct 21 17:25:46 2008 -0500
14838
14839 bootm: support subcommands in linux ppc bootm
14840
14841 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
14842
14843 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14844
14845commit 49c3a861d11735838f1f1b11999ce433006dc919
14846Author: Kumar Gala <galak@kernel.crashing.org>
14847Date: Tue Oct 21 17:25:45 2008 -0500
14848
14849 bootm: Add subcommands
14850
14851 Add the ability to break the steps of the bootm command into several
14852 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
14853
14854 This allows us to do things like manipulate device trees before
14855 they are passed to a booting kernel or setup memory for a secondary
14856 core in multicore situations.
14857
14858 Not all OS types support all subcommands (currently only start, loados,
14859 ramdisk, fdt, and go are supported).
14860
14861 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14862
14863commit be08315933537f061bc1ce61f33a29c56458bbad
14864Author: Kumar Gala <galak@kernel.crashing.org>
14865Date: Tue Oct 21 17:25:44 2008 -0500
14866
14867 bootm: Move to using a function pointer table for the boot os function
14868
14869 This removes a bit of code and makes it easier for the upcoming sub bootm
14870 command support to call into the proper OS specific handler.
14871
14872 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14873 Signed-off-by: Wolfgang Denk <wd@denx.de>
14874
14875commit a369f4a492fa2805d87775d27380f0eeaca35aa6
14876Author: Graeme Russ <graeme.russ@gmail.com>
14877Date: Mon Sep 29 23:03:14 2008 +1000
14878
14879 i386: Renamed show_boot_progress in assembler code
14880
14881 Renamed show_boot_progress in assembler init phase to
14882 show_boot_progress_asm to avoid link conflicts with C version
14883
14884 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14885
14886commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
14887Author: Peter Tyser <ptyser@xes-inc.com>
14888Date: Mon Oct 27 16:42:00 2008 -0500
14889
14890 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
14891
14892 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
14893 processors have a 3-bit wide IO_SEL field but have the most
14894 significant bit is wired to 0 so this change should not affect
14895 them.
14896
14897 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14898
14899commit cd4251624205cb97104f6e32679dc7754934f711
14900Author: Becky Bruce <becky.bruce@freescale.com>
14901Date: Mon Oct 27 16:09:42 2008 -0500
14902
14903 powerpc: fix pci window initialization to work with > 4GB DRAM
14904
14905 The existing code has a few errors that need to be fixed in
14906 order to support large RAM sizes. Fix those, and add a
14907 comment to make it clearer.
14908
14909 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14910 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14911
14912commit 219542a1a66ca017b12860920714a9859b18a5d7
14913Author: Kumar Gala <galak@kernel.crashing.org>
14914Date: Mon Oct 27 13:16:20 2008 -0500
14915
14916 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
14917
14918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14919
14920commit 6b59e03e0237a40a2305ea385defdfd92000978b
14921Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14922Date: Mon Sep 1 16:21:22 2008 +0200
14923
14924 lcd: Let the board code show board-specific info
14925
14926 The information displayed when CONFIG_LCD_INFO is set is inherently
14927 board-specific, so it should be done by the board code. The current code
14928 dealing with this only handles two cases, and is already a horrible mess
14929 of #ifdeffery.
14930
14931 Yes, this duplicates some code, but it also allows boards to print more
14932 board-specific information; this used to be very difficult.
14933
14934 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14935 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14936
14937commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
14938Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14939Date: Mon Sep 1 16:21:21 2008 +0200
14940
14941 lcd: Set lcd_is_enabled before clearing the screen
14942
14943 This allows the logo/info rendering routines to use the regular
14944 lcd_putc/lcd_puts/lcd_printf calls.
14945
14946 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14947 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14948
14949commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
14950Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14951Date: Mon Sep 1 16:21:20 2008 +0200
14952
14953 lcd: Implement lcd_printf()
14954
14955 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
14956 this by borrowing the lcd_printf() implementation from the cogent board
14957 code (which appears to use its own LCD framework.)
14958
14959 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14960 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14961
14962commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
14963Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14964Date: Mon Sep 1 16:21:19 2008 +0200
14965
14966 atmel_lcdfb: Straighten out funky vl_sync logic
14967
14968 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
14969 otherwise we don't. WTF?
14970
14971 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14972 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14973
14974commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
14975Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14976Date: Mon Sep 1 16:21:18 2008 +0200
14977
14978 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
14979
14980 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
14981 includes a file that does, asm/arch/gpio.h, but this file doesn't
14982 include <asm/arch/hardware.h> like it's supposed to.
14983
14984 Add the missing include to asm/arch/gpio.h and remove the workaround
14985 from the atmel_lcdfb driver. This makes the driver compile on avr32.
14986
14987 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14988 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14989
14990commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
14991Author: Kumar Gala <galak@kernel.crashing.org>
14992Date: Wed Oct 22 14:38:55 2008 -0500
14993
14994 86xx: Convert all fsl_pci_init users to new APIs
14995
14996 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
14997 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
14998
14999 With these changes the board code is a bit smaller and we get dma-ranges
15000 set in the device tree for these boards.
15001
15002 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15003 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15004 Acked-by: Jon Loeliger <jdl@freescale.com>
15005
15006commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
15007Author: Kumar Gala <galak@kernel.crashing.org>
15008Date: Tue Oct 21 08:28:33 2008 -0500
15009
15010 85xx: Convert all fsl_pci_init users to new APIs
15011
15012 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
15013 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
15014 and ft_fsl_pci_setup().
15015
15016 With these changes the board code is a bit smaller and we get dma-ranges
15017 set in the device tree for these boards.
15018
15019 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15020 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15021
15022commit a2aab460727e5f674353a83a81000ef794bffcae
15023Author: Kumar Gala <galak@kernel.crashing.org>
15024Date: Thu Oct 23 00:01:06 2008 -0500
15025
15026 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
15027
15028 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15029 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15030
15031commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
15032Author: Kumar Gala <galak@kernel.crashing.org>
15033Date: Wed Oct 22 14:06:24 2008 -0500
15034
15035 pci/fsl_pci_init: Add a common PCI inbound setup function
15036
15037 Add a common setup function that determines the pci_region(s) based
15038 on how much memory we have in the system.
15039
15040 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15041 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15042
15043commit 612ea01018a459234d54ed57ec6a5a244ce75678
15044Author: Kumar Gala <galak@kernel.crashing.org>
15045Date: Tue Oct 21 10:13:14 2008 -0500
15046
15047 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
15048
15049 * PCI Inbound window was setup incorrectly. The PCI address and system
15050 address were swapped. The PCI address should be setting piwar/piwbear
15051 and the system address should be setting pitar.
15052
15053 * Removed masking of addresses to allow for system address to support
15054 system address & PCI address >32-bits
15055
15056 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
15057
15058 * Respect the PCI_REGION_PREFETCH for inbound windows
15059
15060 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15061 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15062
15063commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
15064Author: Kumar Gala <galak@kernel.crashing.org>
15065Date: Wed Oct 22 23:33:56 2008 -0500
15066
15067 fdt: Added helper to set PCI dma-ranges property
15068
15069 Added fdt_pci_dma_ranges() that parses the pci_region info from the
15070 struct pci_controller and populates the dma-ranges based on it.
15071
15072 The max # of windws/dma-ranges we support is 3 since on embedded
15073 PowerPC based systems this is the max number of windows.
15074
15075 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15076 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15077
15078commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
15079Author: Kumar Gala <galak@kernel.crashing.org>
15080Date: Thu Oct 23 00:05:47 2008 -0500
15081
15082 fdt: Add fdt_getprop_u32_default helpers
15083
15084 Add helper functions to return find a node and return it's property
15085 or a default value.
15086
15087 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15088 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15089 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15090
15091commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
15092Author: Kumar Gala <galak@kernel.crashing.org>
15093Date: Tue Oct 21 18:06:15 2008 -0500
15094
15095 86xx: Enable 64-bit PCI resources on all Freescale boards
15096
15097 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15098 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15099
15100commit 0151cbaccf4504821ecfde0217299bd740086bb6
15101Author: Kumar Gala <galak@kernel.crashing.org>
15102Date: Tue Oct 21 11:33:58 2008 -0500
15103
15104 85xx: Enable 64-bit PCI resources on all Freescale boards
15105
15106 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15107 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15108
15109commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
15110Author: Kumar Gala <galak@kernel.crashing.org>
15111Date: Tue Oct 21 08:36:08 2008 -0500
15112
15113 pci: Allow for PCI addresses to be 64-bit
15114
15115 PCI bus is inherently 64-bit. While not all system require access to
15116 the full 64-bit PCI address range some do. This allows those systems
15117 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
15118
15119 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15120 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
15121 Acked-by: Wolfgang Denk <wd@denx.de>
15122
15123commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
15124Author: Dave Liu <daveliu@freescale.com>
15125Date: Thu Oct 23 21:18:53 2008 +0800
15126
15127 85xx: Fix the incorrect register used for DDR erratum1
15128
15129 The 8572 DDR erratum1:
15130 DDR controller may enter an illegal state when operating
15131 in 32-bit bus mode with 4-beat bursts.
15132
15133 Description:
15134 When operating with a 32-bit bus, it is recommended that
15135 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
15136 This forces the DDR controller to use 4-beat bursts when
15137 communicating to the DRAMs. However, an issue exists that
15138 could lead to data corruption when the DDR controller is
15139 in 32-bit bus mode while using 4-beat bursts.
15140
15141 Projected Impact:
15142 If the DDR controller is operating in 32-bit bus mode with
15143 4-beat bursts, then the controller may enter into a bad state.
15144 All subsequent reads from memory is corrupted.
15145 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
15146 Therefore, this erratum does not affect DDR3 mode.
15147
15148 Work Arounds:
15149 To work around this issue, software must set DEBUG_1[31] in
15150 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
15151 and CCSRBAR offset + 0x6f00 for DDR_2).
15152
15153 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
15154 as condition, but it should be DDR_SDRAM_CFG register.
15155
15156 Signed-off-by: Dave Liu <daveliu@freescale.com>
15157
15158commit d5b693090ed08d24c18491df9d8fc7387b2906f3
15159Author: Dave Liu <daveliu@freescale.com>
15160Date: Thu Oct 23 21:17:19 2008 +0800
15161
15162 85xx: remove unused config definition
15163
15164 Signed-off-by: Dave Liu <daveliu@freescale.com>
15165
15166commit 0f060c3bf82832331a509f2e5d2442539e7aad09
15167Author: Kumar Gala <galak@kernel.crashing.org>
15168Date: Thu Oct 23 01:47:38 2008 -0500
15169
15170 85xx: Add basic e500mc core support
15171
15172 Introduce CONFIG_E500MC to deal with the minor differences between
15173 e500v2 and e500mc.
15174
15175 * Certain fields of HID0/1 don't exist anymore on e500mc
15176 * Cache line size is 64-bytes on e500mc
15177 * reset value of PIR is different
15178
15179 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15180
15181commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
15182Author: Kumar Gala <galak@kernel.crashing.org>
15183Date: Thu Oct 23 01:47:37 2008 -0500
15184
15185 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
15186
15187 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
15188 e500mc's 64-byte cacheline properly when it gets added.
15189
15190 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15191
15192commit 5deb8022c3749faac30e9ad9694691e2442b5c93
15193Author: Georg Schardt <schardt@team-ctech.de>
15194Date: Fri Oct 24 13:51:52 2008 +0200
15195
15196 ppc4xx: New board avnet fx12 minimodul
15197
15198 This patch adds support for the avnet fx12 minimodul.
15199 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
15200 patch from Ricardo.
15201
15202 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
15203 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15204 Signed-off-by: Stefan Roese <sr@denx.de>
15205
15206commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
15207Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15208Date: Tue Oct 21 18:29:46 2008 +0200
15209
15210 ppc4xx: Generic architecture for xilinx ppc405(v3)
15211
15212 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
15213 ppc440 boards, this patch presents a common architecture for all the
15214 xilinx ppc405 boards.
15215
15216 Any custom xilinx ppc405 board can be added very easily with no code
15217 duplicity.
15218
15219 This patch also adds a simple generic board, that can be used on almost
15220 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
15221
15222 This patch is prepared to work with the latest version of EDK (10.1)
15223
15224 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15225 Signed-off-by: Stefan Roese <sr@denx.de>
15226
15227commit 485c00a57fab86f72a3769480c66bf1ca22e1459
15228Author: Stefan Roese <sr@denx.de>
15229Date: Fri Oct 24 08:56:09 2008 +0200
15230
15231 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
15232
15233 Since the new autocalibration still has some problems on some Kilauea
15234 boards with 200MHz DDR2 frequency we disable the autocalibration and
15235 use the hardcoded values as done before. This seems to work reliably
15236 on all known DDR2 frequencies.
15237
15238 After the autocalibration issue is fixed we will enable it again.
15239
15240 Signed-off-by: Stefan Roese <sr@denx.de>
15241
15242commit f177f4250c729727b1629fa8d8d6556c999e9b8c
15243Author: Mike Frysinger <vapier@gentoo.org>
15244Date: Wed Apr 9 02:02:07 2008 -0400
15245
15246 Blackfin: fix up UART status bit handling
15247
15248 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
15249 This can cause problems when we poll the LSR and then later try and handle
15250 any errors detected.
15251
15252 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15253
15254commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
15255Author: Mike Frysinger <vapier@gentoo.org>
15256Date: Sat Oct 11 20:42:17 2008 -0400
15257
15258 Blackfin: bf561-ezkit: drop redundant code
15259
15260 Common Blackfin code already announces CPU information.
15261
15262 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15263
15264commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
15265Author: Mike Frysinger <vapier@gentoo.org>
15266Date: Sat Oct 11 20:43:10 2008 -0400
15267
15268 Blackfin: bf561-ezkit: drop pointless USB code
15269
15270 The USB/LAN register settings are not actually used/needed in order to
15271 drive things from U-Boot, so drop the code.
15272
15273 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15274
15275commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
15276Author: Mike Frysinger <vapier@gentoo.org>
15277Date: Sat Oct 11 20:47:58 2008 -0400
15278
15279 Blackfin: linker scripts: force start.o and set initcode boundaries
15280
15281 Make sure that the start.o object is always the first object in our linker
15282 script regardless of configuration settings, and add some linker symbols
15283 so the ldr utility can properly locate the initcode when generating a LDR.
15284
15285 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15286
15287commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
15288Author: Mike Frysinger <vapier@gentoo.org>
15289Date: Sat Oct 11 21:19:39 2008 -0400
15290
15291 Blackfin: small cpu init optimization while setting interrupt mask
15292
15293 Use the sti instruction to set the initial interrupt mask rather than
15294 banging on the core IMASK MMR to save both space and time.
15295
15296 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15297
15298commit 960922291c9594acb575cec7e47d7bed9b58182c
15299Author: Mike Frysinger <vapier@gentoo.org>
15300Date: Sat Oct 11 21:18:10 2008 -0400
15301
15302 Blackfin: set initial stack correctly according to Blackfin ABI
15303
15304 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15305
15306commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
15307Author: Mike Frysinger <vapier@gentoo.org>
15308Date: Sun Apr 20 03:11:53 2008 -0400
15309
15310 Blackfin: make baud calculation more accurate
15311
15312 We should use the algorithm in the Linux kernel so that the UART divisor
15313 calculation is more accurate. It also fixes problems on some picky UARTs
15314 that have sampling anomalies.
15315
15316 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15317
15318commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
15319Author: Mike Frysinger <vapier@gentoo.org>
15320Date: Mon Oct 6 04:21:41 2008 -0400
15321
15322 Blackfin: decode hwerrcause/excause when crashing
15323
15324 Having to decode hwerrcause/excause values is a pain, so automate it.
15325
15326 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15327
15328commit 2de95bb20c488f20298df6881b700a5a757ee780
15329Author: Mike Frysinger <vapier@gentoo.org>
15330Date: Mon Oct 6 04:20:54 2008 -0400
15331
15332 Blackfin: fix register dump messages
15333
15334 Make sure we report RETI/IPEND correctly.
15335
15336 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15337
15338commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
15339Author: Mike Frysinger <vapier@gentoo.org>
15340Date: Mon Oct 6 04:19:34 2008 -0400
15341
15342 Blackfin: don't bother displaying reboot msg when crashing
15343
15344 The hang function already tells you to reboot, so no point in showing it
15345 twice.
15346
15347 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15348
15349commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
15350Author: Mike Frysinger <vapier@gentoo.org>
15351Date: Sun Jun 1 01:23:48 2008 -0400
15352
15353 Blackfin: enable support for nested interrupts
15354
15355 During cpu init, make sure we initialize the CEC properly so that
15356 interrupts can fire and be handled while U-Boot is running.
15357
15358 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15359
15360commit 39782727e185860faa4884c2b04e84cb33d1c6cf
15361Author: Mike Frysinger <vapier@gentoo.org>
15362Date: Mon Oct 6 03:55:25 2008 -0400
15363
15364 Blackfin: init NAND before relocating env
15365
15366 If booting out of NAND, we need to make sure we initialize it properly
15367 before attempting to relocate the environment.
15368
15369 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15370
15371commit 0f9a8819416ba40a53de50af148847a0e508f84d
15372Author: Mike Frysinger <vapier@gentoo.org>
15373Date: Thu Aug 7 18:40:13 2008 -0400
15374
15375 Blackfin: check cache bits, not cplb bits
15376
15377 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15378
15379commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
15380Author: Mike Frysinger <vapier@gentoo.org>
15381Date: Thu Aug 7 17:52:59 2008 -0400
15382
15383 Blackfin: drop unused cache flush code
15384
15385 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15386
15387commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
15388Author: Mike Frysinger <vapier@gentoo.org>
15389Date: Thu Aug 7 15:21:47 2008 -0400
15390
15391 Blackfin: unify cache handling code
15392
15393 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15394
15395commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
15396Author: Mike Frysinger <vapier@gentoo.org>
15397Date: Mon Oct 6 03:39:07 2008 -0400
15398
15399 Blackfin: only initialize the RTC when actually used
15400
15401 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15402
15403commit 621e579b812dd1a2e6777f7cbf6e55e736505823
15404Author: Mike Frysinger <vapier@gentoo.org>
15405Date: Mon Oct 6 03:44:33 2008 -0400
15406
15407 Blackfin: fix SWRST register definition
15408
15409 The SWRST register is a 16bit, not 32bit, register.
15410
15411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15412
15413commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
15414Author: Mike Frysinger <vapier@gentoo.org>
15415Date: Thu Aug 7 18:54:57 2008 -0400
15416
15417 Blackfin: build with -fomit-frame-pointer
15418
15419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15420
15421commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
15422Author: Mike Frysinger <vapier@gentoo.org>
15423Date: Thu Aug 7 17:50:26 2008 -0400
15424
15425 Blackfin: document some of the blackfin directories
15426
15427 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15428
15429commit e4337968e43698a68ba608369f46d4a4114111ca
15430Author: Mike Frysinger <vapier@gentoo.org>
15431Date: Thu Aug 7 15:16:56 2008 -0400
15432
15433 Blackfin: only enable hardware error irq by default
15434
15435 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15436
15437commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
15438Author: Mike Frysinger <vapier@gentoo.org>
15439Date: Thu Aug 7 13:36:43 2008 -0400
15440
15441 Blackfin: punt old unused mem_init.h header
15442
15443 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15444
15445commit bcc121a01608042066a19ab5bff5bcfb805bf406
15446Author: Mike Frysinger <vapier@gentoo.org>
15447Date: Thu Aug 7 13:18:55 2008 -0400
15448
15449 Blackfin: delete unused page_descriptor_table_size define
15450
15451 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15452
15453commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
15454Author: Mike Frysinger <vapier@gentoo.org>
15455Date: Thu Aug 7 13:17:03 2008 -0400
15456
15457 Blackfin: fix typo in boot mode comment and add NAND define
15458
15459 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15460
15461commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
15462Author: Ben Maan <moo@cow>
15463Date: Thu Aug 7 13:14:21 2008 -0400
15464
15465 Blackfin: fix port mux defines for BF54x
15466
15467 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15468
15469commit 0656ef2ba274910d31364fe022f6c7db0051660d
15470Author: Mike Frysinger <vapier@gentoo.org>
15471Date: Thu Aug 7 13:09:50 2008 -0400
15472
15473 Blackfin: update anomaly lists
15474
15475 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15476
15477commit 50ca95402876cf7bac4e2d4f7855f616a038763f
15478Author: Mike Frysinger <vapier@gentoo.org>
15479Date: Thu Aug 7 13:08:54 2008 -0400
15480
15481 Blackfin: unify DSPID/DBGSTAT MMR definitions
15482
15483 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15484
15485commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
15486Author: Wolfgang Denk <wd@denx.de>
15487Date: Tue Oct 21 15:53:51 2008 +0200
15488
15489 Fix strmhz(): avoid printing negative fractions
15490
15491 Signed-off-by: Wolfgang Denk <wd@denx.de>
15492
15493commit 4a7f6b750d8de543fdf8e58acd86745010054571
15494Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
15495Date: Fri Oct 17 08:55:51 2008 -0400
15496
15497 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
15498
15499 This is done to allow other 83XX based platforms which also have UPM
15500 (e.g. 8360) to configure and use their UPM in u-boot.
15501
15502 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15503 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15504
15505commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
15506Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15507Date: Tue Oct 14 22:58:53 2008 +0400
15508
15509 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
15510
15511 With this patch u-boot can fixup the dr_mode and phy_type properties
15512 for the Dual-Role USB controller.
15513
15514 While at it, also remove #ifdefs around includes, they are not needed.
15515
15516 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15517 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15518
15519commit b3379f3fd13969934c00097c05754e7a8990fd39
15520Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15521Date: Wed Oct 8 20:52:54 2008 +0400
15522
15523 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
15524
15525 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
15526 current settings don't work with the default chip on the board.
15527 Nevertheless Freescale's U-Boot sets the option register correctly,
15528 so I just dumped the register from the working u-boot. My guess is
15529 that the old settings were applicable for some pilot boards, not
15530 found in the production.
15531
15532 This patch also enables FSL ELBC driver so that we could access
15533 the NAND storage in the u-boot.
15534
15535 The NAND support costs about 45KB, so the u-boot no longer fits
15536 into two 128KB NOR flash sectors, thus we also have to adjust
15537 environment location: add another 128KB to the monitor length.
15538
15539 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15540
15541 It is due to hardware design and logic defect, that is the
15542 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
15543 the NAND chip connected to nLCS3, you have to set up the
15544 OR3[BCTLD] = '1' for normal operation, otherwise it will have
15545 bus contention due to the pin 48/25 of U60 is enabled.
15546
15547 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
15548 asserted upon access to the NAND chip, keep the default state.
15549
15550 Acked-by: Dave Liu <daveliu@freescale.com>
15551 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15552
15553commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
15554Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15555Date: Thu Oct 2 19:17:33 2008 +0400
15556
15557 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
15558
15559 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
15560 standalone or acting as a PCI agent. User's Guide says:
15561
15562 - When the CPLD recognizes its location on the PIB it automatically
15563 configures RCW to the PCI Host.
15564 - If the CPLD fails to recognize its location then it is automatically
15565 configured as an Agent and the PCI is configured to an external arbiter.
15566
15567 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
15568 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
15569 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
15570 any arbiter bad things will happen (here the board hangs during any config
15571 space reads).
15572
15573 In this situation we must disable the PCI. And in case of anybody really
15574 want to use an external arbiter, we provide "pci_external_aribter"
15575 environment variable.
15576
15577 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15578 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15579
15580commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
15581Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15582Date: Thu Oct 2 18:32:25 2008 +0400
15583
15584 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
15585
15586 This involves configuring the SerDes and fixing up the flags and
15587 PHY addresses for the TSECs.
15588
15589 For Linux we also fix up the device tree.
15590
15591 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15592 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15593
15594commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
15595Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15596Date: Thu Oct 2 18:31:59 2008 +0400
15597
15598 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
15599
15600 We'll use these masks to parse TSEC modes out of HRCWH.
15601
15602 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15603 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15604
15605commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
15606Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15607Date: Thu Oct 2 18:31:56 2008 +0400
15608
15609 mpc83xx: serdes: add forgotten shifts for rfcks
15610
15611 The rfcks should be shifted by 28 bits left. We didn't notice the bug
15612 because we were using only 100MHz clocks (for which rfcks == 0).
15613
15614 Though, for SGMII we'll need 125MHz clocks.
15615
15616 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15617 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15618
15619commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
15620Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15621Date: Thu Oct 2 18:31:53 2008 +0400
15622
15623 mpc83xx: fix serdes setup for the MPC8378E boards
15624
15625 MPC837xE specs says that SerDes1 has:
15626
15627 — Two lanes running x1 SGMII at 1.25 Gbps;
15628 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
15629
15630 And for SerDes2:
15631
15632 — Two lanes running x1 PCI Express at 2.5 Gbps;
15633 — One lane running x2 PCI Express at 2.5 Gbps;
15634 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
15635
15636 The spec also explicitly states that PEX options are not valid for
15637 the SD1.
15638
15639 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
15640 which is wrong to do.
15641
15642 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15643 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15644
15645commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
15646Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15647Date: Wed Sep 10 18:12:37 2008 +0400
15648
15649 mpc83xx: mpc8360emds: rework LBC SDRAM setup
15650
15651 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
15652 it difficult to use (b/c then the memory is discontinuous and
15653 there is quite big memory hole between the DDR/SDRAM regions).
15654
15655 This patch reworks LBC SDRAM setup so that now we dynamically
15656 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
15657 DDR memory).
15658
15659 With this patch we're able to:
15660
15661 - Boot without external DDR memory;
15662 - Use most "DDR + SDRAM" setups without need to support for
15663 sparse/discontinuous memory model in the software.
15664
15665 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15666 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15667
15668commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
15669Author: Wolfgang Denk <wd@xpert.denx.de>
15670Date: Tue Oct 21 11:23:56 2008 +0200
15671
15672 FDT: don't use private kernel header files
15673
15674 On some systems (for example Fedora Core 4) U-Boot builds with the
15675 following wanrings only:
15676
15677 ...
15678 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
15679 from fdt.c:51:
15680 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
15681
15682 This patch fixes this problem.
15683
15684 Signed-off-by: Wolfgang Denk <wd@denx.de>
15685
15686commit f4d14c55504ce40287321bd63ee269e3233ee4ae
15687Author: Stefan Roese <sr@denx.de>
15688Date: Mon Oct 13 15:15:31 2008 +0200
15689
15690 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
15691
15692 Signed-off-by: Stefan Roese <sr@denx.de>
15693
15694commit 43cbce69d48d052574d71f50724be546d90a46a4
15695Author: Stefan Roese <sr@denx.de>
15696Date: Mon Oct 13 10:45:14 2008 +0200
15697
15698 ppc4xx: Correctly setup ranges property in ebc node
15699
15700 Previously only the NOR flash mapping was written into the ranges
15701 property of the ebc node. This patch now writes all enabled chip
15702 select areas into the ranges property.
15703
15704 Signed-off-by: Stefan Roese <sr@denx.de>
15705
15706commit d7b26d58328f137471ea97de382bfa63f7239931
15707Author: Dirk Eibach <eibach@gdsys.de>
15708Date: Wed Oct 8 15:37:50 2008 +0200
15709
15710 ppc4xx: Add GDSys neo 405EP board support
15711
15712 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15713 Signed-off-by: Stefan Roese <sr@denx.de>
15714
15715commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
15716Author: Niklaus Giger <niklaus.giger@netstal.com>
15717Date: Wed Oct 1 14:46:13 2008 +0200
15718
15719 ppc4xx: Update configs for Netstal boards
15720
15721 I reorganized my config files, putting the common stuff into netstal-common.h
15722 (got the idea by looking a amcc-common.h from Stefan).
15723
15724 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
15725
15726 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
15727 Signed-off-by: Stefan Roese <sr@denx.de>
15728
15729commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
15730Author: Adam Graham <agraham@amcc.com>
15731Date: Wed Oct 8 10:13:19 2008 -0700
15732
15733 ppc4xx: Add routine to retrieve CPU number
15734
15735 Provide a weak defined routine to retrieve the CPU number for
15736 reference boards that have multiple CPU's. Default behavior
15737 is the existing single CPU print output. Reference boards with
15738 multiple CPU's need to provide a board specific routine.
15739 See board/amcc/arches/arches.c for an example.
15740
15741 Signed-off-by: Adam Graham <agraham@amcc.com>
15742 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15743 Signed-off-by: Stefan Roese <sr@denx.de>
15744
15745commit 59217bae40e90982ab5400d849c08af683ace036
15746Author: Adam Graham <agraham@amcc.com>
15747Date: Wed Oct 8 10:13:14 2008 -0700
15748
15749 ppc4xx: Add static support for 44x IBM SDRAM Controller
15750
15751 This patch add the capability to configure a PPC440 based IBM SDRAM
15752 Controller with static, compiled-in, values. PPC440 memory subsystem
15753 includes a Memory Queue core.
15754
15755 Signed-off-by: Adam Graham <agraham@amcc.com>
15756 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15757 Signed-off-by: Stefan Roese <sr@denx.de>
15758
15759commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
15760Author: Adam Graham <agraham@amcc.com>
15761Date: Wed Oct 8 10:12:53 2008 -0700
15762
15763 ppc4xx: Add AMCC Arches board support (dual 460GT)
15764
15765 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
15766 This board is a dual processor board with each processor providing
15767 independent resources for Rapid IO, Gigabit Ethernet, and serial
15768 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
15769 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
15770 port. The two 460GT's will communicate with each other via shared
15771 memory, Gigabit Ethernet and x1 PCI-Express.
15772
15773 Signed-off-by: Adam Graham <agraham@amcc.com>
15774 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15775 Signed-off-by: Stefan Roese <sr@denx.de>
15776
15777commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
15778Author: Wolfgang Denk <wd@xpert.denx.de>
15779Date: Sun Oct 19 21:54:30 2008 +0200
15780
15781 TQM8260: environment in flash instead EEPROM, baudrate 115k
15782
15783 Several customers have reported problems with the environment in
15784 EEPROM, including corrupted content after board reset. Probably the
15785 code to prevent I2C Enge Conditions is not working sufficiently.
15786
15787 We move the environment to flash now, which allows to have a backup
15788 copy plus gives much faster boot times.
15789
15790 Also, change the default console initialization to 115200 bps as used
15791 on most other boards.
15792
15793 Signed-off-by: Wolfgang Denk <wd@denx.de>
15794
15795commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
15796Author: Kumar Gala <galak@kernel.crashing.org>
15797Date: Sun Oct 19 12:49:19 2008 -0500
15798
15799 85xx: Fix compile warning in mpc8536ds.c
15800
15801 mpc8536ds.c: In function 'is_sata_supported':
15802 mpc8536ds.c:615: warning: unused variable 'devdisr'
15803
15804 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15805
15806commit 8ed44d91c8122d00368523b0b746691c895d3b3c
15807Author: Wolfgang Denk <wd@denx.de>
15808Date: Sun Oct 19 02:35:50 2008 +0200
15809
15810 Cleanup: fix "MHz" spelling
15811
15812 Signed-off-by: Wolfgang Denk <wd@denx.de>
15813
15814commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
15815Author: Wolfgang Denk <wd@denx.de>
15816Date: Sun Oct 19 02:35:49 2008 +0200
15817
15818 Use strmhz() to format clock frequencies
15819
15820 Signed-off-by: Wolfgang Denk <wd@denx.de>
15821
15822commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
15823Author: Wolfgang Denk <wd@denx.de>
15824Date: Sun Oct 19 02:35:48 2008 +0200
15825
15826 strmhz(): Round numbers when printing clock frequencies
15827
15828 Round clock frequencies for printing.
15829
15830 Many boards printed off clock frequencies like 399 MHz instead of the
15831 exact 400 MHz because numberes were not rounded. This is fixed now.
15832
15833 Signed-off-by: Wolfgang Denk <wd@denx.de>
15834
15835commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
15836Author: Timur Tabi <timur@freescale.com>
15837Date: Mon Oct 20 15:16:47 2008 -0500
15838
15839 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
15840
15841 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
15842 to add a comment that the correct value disagrees with the 8544 reference
15843 manual. The changelog for that commit is also wrong, as it says "bit 28"
15844 when it should be "bit 24".
15845
15846 Signed-off-by: Timur Tabi <timur@freescale.com>
15847
15848commit 360fe71e82b83e264c964c9447c537e9a1f643c8
15849Author: Heiko Schocher <hs@denx.de>
15850Date: Fri Oct 17 18:24:06 2008 +0200
15851
15852 mgcoge: add redundant environment sector
15853
15854 Signed-off-by: Heiko Schocher <hs@denx.de>
15855
15856commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
15857Author: Heiko Schocher <hs@denx.de>
15858Date: Fri Oct 17 18:23:27 2008 +0200
15859
15860 mgsuvd: update size of environment
15861
15862 Signed-off-by: Heiko Schocher <hs@denx.de>
15863
15864commit 2e26d837f11460c0e6dede7d65424a31e0183d09
15865Author: Jason Jin <Jason.jin@freescale.com>
15866Date: Fri Oct 10 11:41:00 2008 +0800
15867
15868 Enabled the Freescale SGMII riser card on 8536DS
15869
15870 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
15871
15872commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
15873Author: Liu Yu <yu.liu@freescale.com>
15874Date: Fri Oct 10 11:40:59 2008 +0800
15875
15876 Enabled the Freescale SGMII riser card on 8572DS
15877
15878 This patch based on Andy's work.
15879 Including command 'pixis_set_sgmii' support.
15880
15881 Signed-off-by: Liu Yu <yu.liu@freescale.com>
15882
15883commit bff188baf9427c35745356439435acf3864d4c65
15884Author: Liu Yu <yu.liu@freescale.com>
15885Date: Fri Oct 10 11:40:58 2008 +0800
15886
15887 Make pixis_set_sgmii more general to support MPC85xx boards.
15888
15889 The pixis sgmii command depend on the FPGA support on the board, some 85xx
15890 boards support SGMII riser card but did not support this command, define
15891 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
15892
15893 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
15894 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
15895 PIXIS_VCFGEN1_MASK in header file for both boards.
15896
15897 Signed-off-by: Liu Yu <yu.liu@freescale.com>
15898
15899commit 5e981d683d2363204c76773941c2e9c2044c808f
15900Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15901Date: Wed Oct 8 23:38:02 2008 -0500
15902
15903 Add cpu/8xxx to TAGS_SUBDIRS
15904
15905 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15906
15907commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
15908Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15909Date: Thu Oct 9 01:25:55 2008 -0500
15910
15911 fsl_law clear enable before changing.
15912
15913 Debug sessions may have left enabled laws.
15914 Changing lawbar with an unkown enabled tgtid could cause problems.
15915
15916 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15917
15918commit 86be510f7b5443e7e937f696bfbe037fdc740b15
15919Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15920Date: Thu Oct 9 00:29:27 2008 -0500
15921
15922 mpc8572 additional end-point mode
15923
15924 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
15925 Include host_agent == 0 decode for end-point determination.
15926
15927 This is not needed for the ds reference board since pcie3 will be a host
15928 in order to connect to the uli chip. Include it here as a reference for
15929 other mpc8572 boards.
15930
15931 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15932
15933commit 6856b3d0221a838580e6bb06f61425fd7529ba93
15934Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15935Date: Wed Oct 8 23:37:59 2008 -0500
15936
15937 85xx if NUM_CPUS>1, print cpu number
15938
15939 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15940
15941commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
15942Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15943Date: Wed Oct 8 23:38:01 2008 -0500
15944
15945 pixis do not print long help if not configured
15946
15947 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15948
15949commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
15950Author: Andy Fleming <afleming@freescale.com>
15951Date: Tue Oct 7 08:09:50 2008 -0500
15952
15953 Have u-boot pass stashing parameters into device tree
15954
15955 Some cores don't support ethernet stashing at all, and some
15956 instances have errata. Adds 3 properties to gianfar nodes
15957 which support stashing. For now, just add this support to
15958 85xx SoCs.
15959
15960 Signed-off-by: Andy Fleming <afleming@freescale.com>
15961
15962commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
15963Author: Haiying Wang <Haiying.Wang@freescale.com>
15964Date: Fri Oct 3 12:37:57 2008 -0400
15965
15966 Add DDR options setting on MPC8641HPCN board
15967
15968 * Add board specific parameter table to choose correct cpo, clk_adjust,
15969 write_data_delay based on board ddr frequency and n_ranks.
15970
15971 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
15972
15973 Signed-off-by: James Yang <James.Yang@freescale.com>
15974 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15975
15976commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
15977Author: Haiying Wang <Haiying.Wang@freescale.com>
15978Date: Fri Oct 3 12:37:41 2008 -0400
15979
15980 Add ddr interleaving suppport for MPC8572DS board
15981
15982 * Add board specific parameter table to choose correct cpo, clk_adjust,
15983 write_data_delay, 2T based on board ddr frequency and n_ranks.
15984
15985 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
15986
15987 * Set memory controller interleaving mode to bank interleaving, and disable
15988 bank(chip select) interleaving mode by default, because the default on-board
15989 DDR DIMMs are 2x512MB single-rank.
15990
15991 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
15992
15993 Signed-off-by: James Yang <James.Yang@freescale.com>
15994 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15995
15996commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
15997Author: Haiying Wang <Haiying.Wang@freescale.com>
15998Date: Fri Oct 3 12:37:26 2008 -0400
15999
16000 Add debug information for DDR controller registers
16001
16002 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16003
16004commit c9ffd839b1ada502c86f88edaf1534426b6688ce
16005Author: Haiying Wang <Haiying.Wang@freescale.com>
16006Date: Fri Oct 3 12:37:10 2008 -0400
16007
16008 Check DDR interleaving mode
16009
16010 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
16011 ba_intlv_ctl.
16012 * Print DDR interleaving mode information
16013 * Add doc/README.fsl-ddr to describe the interleaving setting
16014
16015 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16016
16017commit dfb49108e4f86c2224e1f30124328b0de66ef72e
16018Author: Haiying Wang <Haiying.Wang@freescale.com>
16019Date: Fri Oct 3 12:36:55 2008 -0400
16020
16021 Pass dimm parameters to populate populate controller options
16022
16023 Because some dimm parameters like n_ranks needs to be used with the board
16024 frequency to choose the board parameters like clk_adjust etc. in the
16025 board_specific_paramesters table of the board ddr file, we need to pass
16026 the dimm parameters to the board file.
16027
16028 * move ddr dimm parameters header file from /cpu to /include directory.
16029 * add ddr dimm parameters to populate board specific options.
16030 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
16031
16032 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16033
16034commit dbbbb3abeff325855cae76e33d69d5665631443f
16035Author: Haiying Wang <Haiying.Wang@freescale.com>
16036Date: Fri Oct 3 12:36:39 2008 -0400
16037
16038 Make DDR interleaving mode work correctly
16039
16040 Fix some bugs:
16041 1. Correctly set intlv_ctl in cs_config.
16042 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
16043 3. Set base_address and total memory for each ddr controller in memory
16044 controller interleaving mode.
16045
16046 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16047
16048commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
16049Author: Kumar Gala <galak@kernel.crashing.org>
16050Date: Mon Sep 22 23:40:42 2008 -0500
16051
16052 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
16053
16054 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16055
16056commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
16057Author: Kumar Gala <galak@kernel.crashing.org>
16058Date: Mon Sep 22 14:11:11 2008 -0500
16059
16060 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
16061
16062 Changing the flash from cacheable to cache-inhibited was taking a significant
16063 amount of time due to the fact that we were iterating over the full 256M of
16064 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
16065
16066 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16067
16068commit 54e091d3b603a3332c619199ca83a07e95960da4
16069Author: Kumar Gala <galak@kernel.crashing.org>
16070Date: Mon Sep 22 14:11:10 2008 -0500
16071
16072 85xx: Export invalidate_{i,d}cache and add flush_dcache
16073
16074 Added the ability for C code to invalidate the i/d-cache's and
16075 to flush the d-cache. This allows us to more efficient change mappings
16076 from cache-able to cache-inhibited.
16077
16078 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16079
16080commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
16081Author: Heiko Schocher <hs@denx.de>
16082Date: Fri Oct 17 16:11:52 2008 +0200
16083
16084 mgcoge, mgsuvd: extract more common code
16085
16086 in ft_blob_update () for both boards was an unneccessary
16087 repetition of code, which this patch moves in a common
16088 function for this boards.
16089
16090 Signed-off-by: Heiko Schocher <hs@denx.de>
16091
16092commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
16093Author: Heiko Schocher <hs@denx.de>
16094Date: Fri Oct 17 12:15:55 2008 +0200
16095
16096 mgcoge, mgsuvd: use in_*/out_* accesors
16097
16098 Signed-off-by: Heiko Schocher <hs@denx.de>
16099
16100commit a21ca95f8b9dca22714952b348e4905ac157b5cd
16101Author: Heiko Schocher <hs@denx.de>
16102Date: Fri Oct 17 13:52:51 2008 +0200
16103
16104 mgsuvd: fix compiler warning when using soft_i2c driver
16105
16106 Signed-off-by: Heiko Schocher <hs@denx.de>
16107
16108commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
16109Author: Heiko Schocher <hs@denx.de>
16110Date: Fri Oct 17 12:15:05 2008 +0200
16111
16112 mgsuvd: fix coding style
16113
16114 Signed-off-by: Heiko Schocher <hs@denx.de>
16115
16116commit 5f4c3137f4f051787707c548133823f1656eb508
16117Author: Heiko Schocher <hs@denx.de>
16118Date: Fri Oct 17 12:13:30 2008 +0200
16119
16120 mgcoge: Second Flash on CS5 not on CS1
16121
16122 Signed-off-by: Heiko Schocher <hs@denx.de>
16123
16124commit 76da19df5b8e186d269f29190696bd31fb6c836b
16125Author: Kumar Gala <galak@kernel.crashing.org>
16126Date: Thu Oct 16 21:52:08 2008 -0500
16127
16128 Added arch_lmb_reserve to allow arch specific memory regions protection
16129
16130 Each architecture has different ways of determine what regions of memory
16131 might not be valid to get overwritten when we boot. This provides a
16132 hook to allow them to reserve any regions they care about. Currently
16133 only ppc, m68k and sparc need/use this.
16134
16135 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16136
16137commit e02d4a9904c8f36395994c0c81469d552b82f5ea
16138Author: Heiko Schocher <hs@denx.de>
16139Date: Thu Oct 16 16:32:35 2008 +0200
16140
16141 mgcoge: added CONFIG_FIT to support the new u-boot image format
16142
16143 Signed-off-by: Heiko Schocher <hs@denx.de>
16144
16145commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
16146Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16147Date: Thu Oct 16 15:01:15 2008 +0200
16148
16149 rename CFG_ macros to CONFIG_SYS
16150
16151 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16152
16153commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
16154Author: Kumar Gala <galak@kernel.crashing.org>
16155Date: Mon Oct 13 14:12:55 2008 -0500
16156
16157 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
16158
16159 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16160
16161commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
16162Author: Kumar Gala <galak@kernel.crashing.org>
16163Date: Tue Sep 23 10:05:02 2008 -0500
16164
16165 Expose command table search for sub-commands
16166
16167 Sub-command can benefit from using the same table and search functions
16168 that top level commands have. Expose this functionality by refactoring
16169 find_cmd() and introducing find_cmd_tbl() that sub-command processing
16170 can call.
16171
16172 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16173
16174commit f7e51b27508446f8cae3927975817137979ad5e8
16175Author: Heiko Schocher <hs@denx.de>
16176Date: Wed Oct 15 09:41:33 2008 +0200
16177
16178 mgsuvd, mgcoge: added BOOTCOUNT feature.
16179
16180 Signed-off-by: Heiko Schocher <hs@denx.de>
16181
16182commit 8f64da7f83b553889bc08400c97047998382e9d2
16183Author: Heiko Schocher <hs@denx.de>
16184Date: Wed Oct 15 09:41:00 2008 +0200
16185
16186 mgcoge, mgsuvd: added support for the IVM EEprom.
16187
16188 The EEprom contains some Manufacturerinformation,
16189 which are read from u-boot at boot time, and saved
16190 in same hush shell variables.
16191
16192 Signed-off-by: Heiko Schocher <hs@denx.de>
16193
16194commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
16195Author: Heiko Schocher <hs@denx.de>
16196Date: Wed Oct 15 09:40:28 2008 +0200
16197
16198 hush: add showvar command for hush shell.
16199
16200 This new command shows the local variables defined in
16201 the hush shell:
16202
16203 => help showvar
16204 showvar
16205 - print values of all hushshell variables
16206 showvar name ...
16207 - print value of hushshell variable 'name'
16208
16209 Also make the set_local_var() and unset_local_var ()
16210 no longer static, so it is possible to define local
16211 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
16212 is defined, u-boot calls hush_init_var (), where
16213 boardspecific code can define local hush shell
16214 variables at boottime.
16215
16216 Signed-off-by: Heiko Schocher <hs@denx.de>
16217
16218commit 67b23a322848d828a5e45c0567b72762bfde7abf
16219Author: Heiko Schocher <hs@denx.de>
16220Date: Wed Oct 15 09:39:47 2008 +0200
16221
16222 I2C: adding new "i2c bus" Command to the I2C Subsystem.
16223
16224 With this Command it is possible to add new I2C Busses,
16225 which are behind 1 .. n I2C Muxes. Details see README.
16226
16227 Signed-off-by: Heiko Schocher <hs@denx.de>
16228
16229commit c24853644ddd2dd2e4246b5854a93e6254a14092
16230Author: Heiko Schocher <hs@denx.de>
16231Date: Wed Oct 15 09:39:08 2008 +0200
16232
16233 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
16234
16235 As documented in doc/I2C_Edge_Conditions, adding a
16236 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
16237 for the mgcoge and mgsuvd board.
16238
16239 This code was originally written by Keymile in association
16240 with Anatech and Atmel in 1998. The Code toggels the SCL
16241 until the SCA line goes to HIGH (max. 16 times).
16242 And after this, a start condition is sent.
16243
16244 This is another approach to deblock the I2C Bus. The
16245 soft I2C driver actually sends 9 clocks with SDA High,
16246 and then a stop at the end, to deblock the I2C Bus.
16247
16248 Maybe we should use the approach from Keymile as
16249 the new standard?
16250
16251 Signed-off-by: Heiko Schocher <hs@denx.de>
16252
16253commit 4ca107effebfbabac1057c39632105dacef95957
16254Author: Heiko Schocher <hs@denx.de>
16255Date: Wed Oct 15 09:38:38 2008 +0200
16256
16257 soft_i2c: Add CFG_I2C_INIT_BOARD option
16258
16259 This patch adds the option for a boardspecific
16260 I2C deblocking mechanism for the soft i2c driver.
16261
16262 Signed-off-by: Heiko Schocher <hs@denx.de>
16263
16264commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
16265Author: Heiko Schocher <hs@denx.de>
16266Date: Wed Oct 15 09:38:07 2008 +0200
16267
16268 mgcoge, mgsuvd: add DTT (LM75) support.
16269
16270 Signed-off-by: Heiko Schocher <hs@denx.de>
16271
16272commit 8e442df438ab677057571e3ac01846bff7719bce
16273Author: Heiko Schocher <hs@denx.de>
16274Date: Wed Oct 15 09:37:34 2008 +0200
16275
16276 lm75: Make the LM75 MULTI_BUS compatible.
16277
16278 Signed-off-by: Heiko Schocher <hs@denx.de>
16279
16280commit 12f1678127c1df2b2878ba93c88948bedc060775
16281Author: Heiko Schocher <hs@denx.de>
16282Date: Wed Oct 15 09:37:04 2008 +0200
16283
16284 lm75: fix Codingstyle issues.
16285
16286 Signed-off-by: Heiko Schocher <hs@denx.de>
16287
16288commit f2202450c75ba6934b356024101500ddcde6e2a6
16289Author: Heiko Schocher <hs@denx.de>
16290Date: Wed Oct 15 09:36:33 2008 +0200
16291
16292 mgcoge, mgsuvd: added EEprom support.
16293
16294 Signed-off-by: Heiko Schocher <hs@denx.de>
16295
16296commit 9661bf9d120f760238b2a073b84f2baf05010057
16297Author: Heiko Schocher <hs@denx.de>
16298Date: Wed Oct 15 09:36:03 2008 +0200
16299
16300 mgcoge, mgsuvd: add I2C support.
16301
16302 Signed-off-by: Heiko Schocher <hs@denx.de>
16303
16304commit 98aed379586a155292efbf3209356836584b601c
16305Author: Heiko Schocher <hs@denx.de>
16306Date: Wed Oct 15 09:35:26 2008 +0200
16307
16308 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
16309
16310 This patch fixes the following warnings, when using
16311 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
16312 systems:
16313
16314 soft_i2c.c: In function 'send_reset':
16315 soft_i2c.c:93: warning: unused variable 'immr'
16316 soft_i2c.c: In function 'send_start':
16317 soft_i2c.c:124: warning: unused variable 'immr'
16318 soft_i2c.c: In function 'send_stop':
16319 soft_i2c.c:146: warning: unused variable 'immr'
16320 soft_i2c.c: In function 'send_ack':
16321 soft_i2c.c:171: warning: unused variable 'immr'
16322 soft_i2c.c: In function 'write_byte':
16323 soft_i2c.c:196: warning: unused variable 'immr'
16324 soft_i2c.c: In function 'read_byte':
16325 soft_i2c.c:244: warning: unused variable 'immr'
16326
16327 Signed-off-by: Heiko Schocher <hs@denx.de>
16328
16329commit 799b784aa00cb03a352847ab9f9acdde79b72d21
16330Author: Heiko Schocher <hs@denx.de>
16331Date: Wed Oct 15 09:34:45 2008 +0200
16332
16333 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
16334
16335 Signed-off-by: Heiko Schocher <hs@denx.de>
16336
16337commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
16338Author: Heiko Schocher <hs@denx.de>
16339Date: Wed Oct 15 09:34:05 2008 +0200
16340
16341 mgcoge: fix Coding Style issues.
16342
16343 Signed-off-by: Heiko Schocher <hs@denx.de>
16344
16345commit e43a27c49712203fe8848a17714330623edfb2eb
16346Author: Heiko Schocher <hs@denx.de>
16347Date: Wed Oct 15 09:33:30 2008 +0200
16348
16349 I2C: add new command i2c reset.
16350
16351 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
16352 it is not possible to get out of this, until the
16353 complete Hardware gets a reset. This new commando
16354 calls again i2c_init (and that calls i2c_init_board
16355 if defined), which will deblock the I2C Bus.
16356
16357 Signed-off-by: Heiko Schocher <hs@denx.de>
16358 Signed-off-by: Wolfgang Denk <wd@denx.de>
16359
16360commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
16361Author: Heiko Schocher <hs@denx.de>
16362Date: Wed Oct 15 09:32:25 2008 +0200
16363
16364 mgsuvd, mgcoge: move this 2 boards in one dir.
16365
16366 There are some more extensions, which are for both boards
16367 and some more boards from this manufacturer will follow soon.
16368
16369 Signed-off-by: Heiko Schocher <hs@denx.de>
16370 Signed-off-by: Wolfgang Denk <wd@denx.de>
16371
16372commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
16373Author: Dirk Eibach <eibach@gdsys.de>
16374Date: Wed Oct 8 13:44:27 2008 +0200
16375
16376 hwmon: Add LM63 support
16377
16378 This patch adds support for the National LM63 temperature
16379 sensor with integrated fan control. It's used on the GDSys
16380 Neo board (405EP) which will be submitted later.
16381
16382 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16383 Acked-by: Stefan Roese <sr@denx.de>
16384
16385commit 7ba890bf2f2b92831420243c058951aa831119fd
16386Author: Kyungmin Park <kmpark@infradead.org>
16387Date: Wed Oct 8 11:01:17 2008 +0900
16388
16389 Add Red Black Tree support
16390
16391 Now it's used at UBI module. Of course other modules can use it.
16392 If you want to use it, please define CONFIG_RBTREE
16393
16394 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16395
16396commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
16397Author: richardretanubun <richardretanubun@ruggedcom.com>
16398Date: Mon Oct 6 16:10:53 2008 -0400
16399
16400 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
16401
16402 Added support for CONFIG_EFI_PARTITION to ext2 commands.
16403 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16404
16405commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
16406Author: richardretanubun <richardretanubun@ruggedcom.com>
16407Date: Fri Sep 26 11:13:22 2008 -0400
16408
16409 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
16410
16411 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
16412 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
16413
16414 Based on linux/fs/partitions/efi.[ch]
16415
16416 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16417
16418commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
16419Author: Bartlomiej Sieka <tur@semihalf.com>
16420Date: Wed Oct 1 15:26:32 2008 +0200
16421
16422 FIT: output image load address for type 'firmware', fix message while there
16423
16424 Now that the auto-update feature uses the 'firmware' type for updates, it is
16425 useful to inspect the load address of such images.
16426
16427 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16428
16429commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
16430Author: Bartlomiej Sieka <tur@semihalf.com>
16431Date: Wed Oct 1 15:26:31 2008 +0200
16432
16433 Automatic software update from TFTP server
16434
16435 The auto-update feature allows to automatically download software updates
16436 from a TFTP server and store them in Flash memory during boot. Updates are
16437 contained in a FIT file and protected with SHA-1 checksum.
16438
16439 More detailed description can be found in doc/README.update.
16440
16441 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16442 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16443
16444commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
16445Author: Bartlomiej Sieka <tur@semihalf.com>
16446Date: Wed Oct 1 15:26:27 2008 +0200
16447
16448 flash: factor out adjusting of Flash address to the end of sector
16449
16450 The upcoming automatic update feature needs the ability to adjust an
16451 address within Flash to the end of its respective sector. Factor out
16452 this functionality to a new function flash_sect_roundb().
16453
16454 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16455 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16456 Signed-off-by: Stefan Roese <sr@denx.de>
16457
16458commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
16459Author: Bartlomiej Sieka <tur@semihalf.com>
16460Date: Wed Oct 1 15:26:29 2008 +0200
16461
16462 net: Make TFTP server timeout configurable
16463
16464 There are two aspects of a TFTP transfer involving timeouts:
16465 1. timeout waiting for initial server reply after sending RRQ
16466 2. timeouts while transferring actual data from the server
16467
16468 Since the upcoming auto-update feature attempts a TFTP download during each
16469 boot, it is undesirable to have a long delay when the TFTP server is not
16470 available. Thus, this commit makes the server timeout (1.) configurable by two
16471 global variables:
16472
16473 TftpRRQTimeoutMSecs
16474 TftpRRQTimeoutCountMax
16475
16476 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
16477 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
16478 The total delay when trying to download a file from a non-existing TFTP server
16479 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
16480
16481 Timeouts during file transfers (2.) are unaffected.
16482
16483 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16484 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16485 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16486
16487commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
16488Author: Bartlomiej Sieka <tur@semihalf.com>
16489Date: Wed Oct 1 15:26:28 2008 +0200
16490
16491 net: express the first argument to NetSetTimeout() in milliseconds
16492
16493 Enforce millisecond semantics of the first argument to NetSetTimeout() --
16494 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
16495 get_timer() countiing in milliseconds).
16496
16497 Rationale for this patch is to enable millisecond granularity for
16498 network-related timeouts, which is needed for the upcoming automatic
16499 software update feature.
16500
16501 Summary of changes:
16502 - do not scale the first argument to NetSetTimeout() by CFG_HZ
16503 - change timeout values used in the networking code to milliseconds
16504
16505 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16506 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16507 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16508
16509commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
16510Author: richardretanubun <richardretanubun@ruggedcom.com>
16511Date: Mon Sep 29 18:28:23 2008 -0400
16512
16513 Adds two more ethernet interface to 83xx
16514
16515 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
16516 Six eth interface is chosen because the platform I am using combines
16517 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
16518
16519 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16520 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16521
16522commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
16523Author: Haiying Wang <Haiying.Wang@freescale.com>
16524Date: Wed Sep 24 11:42:12 2008 -0500
16525
16526 Change UEC PHY interface to RGMII on MPC8568MDS
16527
16528 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
16529
16530 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
16531 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
16532
16533 Now both UEC1 and UEC2 can work properly under u-boot.
16534
16535 It is also in consistent with the kernel setting for 8568 UEC phy interface.
16536
16537 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16538 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16539
16540commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
16541Author: Wolfgang Denk <wd@denx.de>
16542Date: Sat Oct 18 21:30:31 2008 +0200
16543
16544 Prepare v2008.10 release: update CHANGELOG & Makefile
16545
16546 Signed-off-by: Wolfgang Denk <wd@denx.de>
16547
b59b16ca
WD
16548commit f7a35a60cf45491871a5c28e9ad24db005487857
16549Author: Heiko Schocher <hs@denx.de>
16550Date: Fri Oct 17 18:24:06 2008 +0200
16551
16552 mgcoge: add redundant environment sector
16553
16554 Signed-off-by: Heiko Schocher <hs@denx.de>
16555 Signed-off-by: Wolfgang Denk <wd@denx.de>
16556
16557commit c2537ee85954af9d036b18b644f3e18d837bf4a5
16558Author: Heiko Schocher <hs@denx.de>
16559Date: Fri Oct 17 18:23:27 2008 +0200
16560
16561 mgsuvd: update size of environment
16562
16563 Signed-off-by: Heiko Schocher <hs@denx.de>
16564
16565commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
16566Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
16567Date: Thu Oct 16 13:38:00 2008 -0500
16568
16569 83xx NAND boot: wait for LTESR[CC]
16570
16571 At least some revisions of the 8313, and possibly other chips, do not
16572 wait for all pages of the initial 4K NAND region to be loaded before
16573 beginning execution; thus, we wait for it before branching out of the
16574 first NAND page.
16575
16576 This fixes warm reset problems when booting from NAND on 8313erdb.
16577
16578 Signed-off-by: Scott Wood <scottwood@freescale.com>
16579 Acked-by: Kim Phillips <kim.phillips@freescale.com>
16580
16581commit bf29e0ea0af03d593c64614136acc723a7a022a2
16582Author: Yuri Tikhonov <yur@emcraft.com>
16583Date: Fri Oct 17 12:54:18 2008 +0200
16584
16585 ppc4xx: PPC44x MQ initialization
16586
16587 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
16588 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
16589 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
16590
16591 Previously the appropriate initialization had been made in Linux, by the
16592 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
16593 registers after normal operation has begun is not supported and could
16594 have unpredictable results.
16595
16596 Comment from Stefan: This patch doesn't change the resulting value of the
16597 MQ registers. It explicitly sets/clears all bits to the desired state which
16598 better documents the resulting register value instead of relying on pre-set
16599 default values.
16600
16601 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16602 Signed-off-by: Stefan Roese <sr@denx.de>
16603
3cbd8231
WD
16604commit ec081c2c190148b374e86a795fb6b1c49caeb549
16605Author: Stefan Roese <sr@denx.de>
16606Date: Fri Oct 17 12:51:46 2008 +0200
16607
16608 ppc4xx: PPC44x MQ initialization
16609
16610 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
16611 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
16612 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
16613
16614 Previously the appropriate initialization had been made in Linux, by the
16615 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
16616 registers after normal operation has begun is not supported and could
16617 have unpredictable results.
16618
16619 Comment from Stefan: This patch doesn't change the resulting value of the
16620 MQ registers. It explicitly sets/clears all bits to the desired state which
16621 better documents the resulting register value instead of relying on pre-set
16622 default values.
16623
16624 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16625 Signed-off-by: Stefan Roese <sr@denx.de>
16626
b59b16ca
WD
16627commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
16628Author: Kumar Gala <galak@kernel.crashing.org>
16629Date: Thu Oct 16 21:58:50 2008 -0500
16630
16631 85xx: Using proper I2C source clock divider for MPC8544
16632
16633 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
16634 bit 26, instead it should be bit 28. This caused in incorrect
16635 interpretation of the i2c_clk which is the same as the SEC clk on
16636 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
16637 in PORDEVSR2.
16638
16639 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16640
16641commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
16642Author: Kumar Gala <galak@kernel.crashing.org>
16643Date: Thu Oct 16 21:58:49 2008 -0500
16644
16645 Revert "85xx: Using proper I2C source clock divider for MPC8544"
16646
16647 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
16648
16649 The fix introduced by this patch is not correct. The problem is
16650 that the documentation is not correct for the MPC8544 with regards
16651 to which bit in PORDEVSR2 is for the SEC_CFG.
16652
16653 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16654
16655commit 2179c4766bffeece98e5e92040629a96c97e230c
16656Author: Kumar Gala <galak@kernel.crashing.org>
16657Date: Wed Oct 15 10:19:41 2008 -0500
16658
16659 85xx: Fix compile warning
16660
16661 mpc8536ds.c: In function 'is_sata_supported':
16662 mpc8536ds.c:614: warning: unused variable 'devdisr'
16663
16664 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16665
16666commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
16667Author: Jason Jin <Jason.jin@freescale.com>
16668Date: Wed Oct 15 10:40:24 2008 +0800
16669
16670 Fix the function conflict in x86emu when DEBUG is on
16671
16672 The function parse_line() in common/main.c was exposed globally by commit
16673 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
16674 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
16675 This patch fix this by renaming the function in the debug.c file.
16676
16677 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16678
16679commit b4dbacf69a669a17487054552fc2761149dd6767
16680Author: Wolfgang Denk <wd@denx.de>
16681Date: Wed Oct 15 15:50:45 2008 +0200
16682
16683 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
16684
16685 Signed-off-by: Wolfgang Denk <wd@denx.de>
16686
b4dbacf6
WD
16687commit 374b9038293d01d8744a46af9b7854a6fd99b228
16688Author: Heiko Schocher <hs@denx.de>
16689Date: Wed Oct 15 09:51:19 2008 +0200
16690
16691 Fix compiler warning in lib_ppc/board.c
16692
16693 Fix compiler warning introduced by commit 0f8cbc18
16694
16695 Signed-off-by: Heiko Schocher <hs@denx.de>
16696 Signed-off-by: Wolfgang Denk <wd@denx.de>
16697
16698commit 9724555755a6f1066636481b41f7094e0ce93a69
16699Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16700Date: Thu Oct 9 10:29:14 2008 +0530
16701
16702 mpc83xx: wait till UPM completes the write to array
16703
16704 Reference manual states that MxMR[MAD] increment is the indication
16705 of write to UPM array is complete. Honour that. Also, make the dummy
16706 write explicit.
16707
16708 also fix the comment.
16709
16710 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16711 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16712
16713commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
16714Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16715Date: Wed Oct 8 18:12:20 2008 -0500
16716
16717 Remove unwanted ';' at end of define.
16718
16719 Currently this is not creating any problem. But it will result
16720 in compilation error when used as below.
16721
16722 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
16723
16724 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16725
16726 continuation of the theme based on git grep "^#define CFG_.*;$" include/
16727
16728 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16729
16730commit b2934a56650e9a6c54432f9ce6dc36757967385e
16731Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16732Date: Mon Oct 6 10:53:59 2008 -0400
16733
16734 ARM DaVinci: Add maintainer information for SFFSDR board.
16735
16736 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16737
16738commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
16739Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16740Date: Sat Oct 4 19:26:16 2008 +0200
16741
16742 api: fix type mismatch
16743
16744 This patch fixes a type mismatch and thus removes a compiler
16745 warning when compiling with CONFIG_API on powerpc.
16746
16747 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16748
16749commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
16750Author: Peter Tyser <ptyser@xes-inc.com>
16751Date: Wed Oct 1 12:25:04 2008 -0500
16752
16753 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
16754
16755 Original code displayed:
16756 => help i2c
16757 i2c i2c speed [speed] - show or set I2C bus speed
16758 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
16759 ...
16760
16761 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16762
16763commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
16764Author: Wolfgang Denk <wd@denx.de>
16765Date: Tue Oct 14 22:13:41 2008 +0200
16766
16767 Update CHANGELOG
16768
16769 Signed-off-by: Wolfgang Denk <wd@denx.de>
16770
a0b1b610
WD
16771commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
16772Author: Jason Jin <Jason.jin@freescale.com>
16773Date: Fri Oct 10 11:41:01 2008 +0800
16774
16775 Do not init SATA when disabled on 8536DS.
16776
16777 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
16778 driver still try to access the SATA registers, the cpu will hangup.
16779 This patch try to fix this by reading the serdes status before the SATA
16780 initialize.
16781
16782 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16783 Acked-by: Andy Fleming <afleming@freescale.com>
16784
3cbd8231
WD
16785commit 9dbc366744960013965fce8851035b6141f3b3ae
16786Author: Remy Bohmer <linux@bohmer.net>
16787Date: Fri Oct 10 10:23:22 2008 +0200
16788
16789 The PIPE_INTERRUPT flag is used wrong
16790
16791 At a lot of places in the code the PIPE_INTERRUPT flags and friends
16792 are used wrong. The wrong bits are compared to this flag resulting
16793 in wrong conditions. Also there are macros that should be used for
16794 PIPE_* flags.
16795 This patch tries to fix them all, however, I was not able to test the
16796 changes, because I do not have any of these boards.
16797
16798 Review required!
16799
16800 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16801 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16802
16803commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
16804Author: Remy Bohmer <linux@bohmer.net>
16805Date: Fri Oct 10 10:23:21 2008 +0200
16806
16807 fix USB initialisation procedure
16808
16809 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
16810 At some places directly 8,16,32,64 was used instead of the encoded
16811 value. Made a enum for the options to make this more clear and to help
16812 preventing similar errors in the future.
16813
16814 After fixing this bug it became clear that another bug existed where
16815 the 'pipe' is and-ed with PIPE_* flags, where it should have been
16816 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
16817
16818 Also removed the triple 'get_device_descriptor' sequence, it has no use,
16819 and Windows nor Linux behaves that way.
16820 There is also a poll going on with a timeout when usb_control_msg() fails.
16821 However, the poll is useless, because the flag will never be set on a error,
16822 because there is no code that runs in a parallel that can set this flag.
16823 Changed this to something more logical.
16824
16825 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
16826 Linux is doing. There is no difference anymore in the early initialisation
16827 sequence.
16828
16829 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16830 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16831
a0b1b610
WD
16832commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
16833Author: Nikita V. Youshchenko <yoush@cs.msu.su>
16834Date: Fri Oct 3 00:03:55 2008 +0400
16835
16836 fsl_diu: fix alignment error that caused malloc corruption
16837
16838 When aligning malloc()ed screen_base, invalid offset was added.
16839 This not only caused misaligned result (which did not cause hardware
16840 misbehaviour), but - worse - caused screen_base + smem_len to
16841 be out of malloc()ed space, which in turn caused breakage of
16842 futher malloc()/free() operation.
16843
16844 This patch fixes screen_base alignment.
16845
16846 Also this patch makes memset() that cleans framebuffer to be executed
16847 on first initialization of diu, not only on re-initialization. It looks
16848 correct to clean the framebuffer instead of displaying random garbage;
16849 I believe that was disabled only because that memset caused breakage
16850 of malloc/free described above - which no longer happens with the fix
16851 described above.
16852
16853 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
16854
16855commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
16856Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16857Date: Wed Sep 24 10:29:37 2008 +0200
16858
16859 api: Fix building with CONFIG_API
16860
16861 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
16862
16863 USB_MAX_STOR_DEV is defined in include/usb.h, but
16864 needed in api/api_storage.c.
16865
16866 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16867
16868commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
16869Author: Peter Tyser <ptyser@xes-inc.com>
16870Date: Tue Sep 23 12:39:40 2008 -0500
16871
16872 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
16873
16874 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16875
16876commit 81e612014c40c922ec35488d17c504d4e9286f06
16877Author: Peter Tyser <ptyser@xes-inc.com>
16878Date: Tue Sep 23 12:38:42 2008 -0500
16879
16880 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
16881
16882 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
16883 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
16884 sensor drivers are not necessary
16885
16886 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16887
16888commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
16889Author: Mike Frysinger <vapier@gentoo.org>
16890Date: Tue Oct 14 07:04:38 2008 -0400
16891
16892 cmd_spi: remove broken signed casting for display
16893
16894 Since we're working with unsigned data, you can't apply a signed pointer
16895 cast and then attempt to print the result. Otherwise you get wrong output
16896 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
16897
16898 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16899
16900commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
16901Author: Mike Frysinger <vapier@gentoo.org>
16902Date: Tue Oct 14 07:05:24 2008 -0400
16903
16904 strings cmd: drop old CONFIG_CFG_STRINGS define
16905
16906 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
16907 CONFIG_CMD_STRINGS and Makefile control.
16908
16909 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16910
16911commit fecb5ade3b37f62981f2b05b621005850173aaa9
16912Author: Jason Jin <Jason.jin@freescale.com>
16913Date: Fri Sep 19 17:32:49 2008 +0800
16914
16915 Fix the NAND size overflow issue.
16916
16917 When the total size of all NAND devices exceeds 4 GiB, the size will
16918 overflow. This patch tries to fix this.
16919
16920 Note that we still have a problem when a single NAND device is bigger
16921 than 4 GiB: then the overflow would actually happen earlier, i. e.
16922 when storing the size in nand_info[].size, as nand_info[].size is an
16923 "u_int32_t".
16924
16925 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16926 Signed-off-by: Wolfgang Denk <wd@denx.de>
16927
16928commit 30f574717277238b9014b8136c90eea77196490f
16929Author: Louis Su <louis@asix.com.tw>
16930Date: Wed Jul 9 11:01:37 2008 +0800
16931
16932 AX88180: new gigabit network driver
16933
16934 Signed-off-by: Louis Su <louis@asix.com.tw>
16935 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16936
16937commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
16938Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16939Date: Tue Aug 19 16:07:03 2008 +0200
16940
16941 enable 10/100M at VSC8601 at tsec driver
16942
16943 Currently VSC8601 doesn't link with 10/100M partners if the
16944 EEPROM/Strapping is not set up.
16945 Setting the auto-neg register fixes this.
16946
16947 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16948 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16949
16950commit 702c85b0e876d587c11acdbb55738ee52acd54f4
16951Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16952Date: Tue Sep 30 15:02:53 2008 +0900
16953
16954 net: ne2000: Divided a function of NE2000 driver
16955
16956 get_prom function was used __attriute__ , but it is not enable.
16957 ax88796.o does not do link besides ne2000.o. When ld is carried
16958 out, get_prom function of ax88796.c is ignored.
16959 This problem is a thing by specifications of ld.
16960 I checked and test this patch on SuperH and MIPS.
16961
16962 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16963 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16964
16965commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
16966Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16967Date: Tue Oct 14 11:10:59 2008 +0900
16968
16969 sh: rsk7203: Add smc911x driver support to board config file
16970
16971 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16972 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16973
16974commit cae6f909baf86357b3c0bd01acfc414348c4d175
16975Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16976Date: Thu Oct 9 13:54:33 2008 +0900
16977
16978 sh: Fix cannot execute a stand-alone application
16979
16980 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
16981
16982 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16983 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16984
16985commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
16986Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16987Date: Wed Oct 8 23:38:00 2008 -0500
16988
16989 fsl_pci_init do not scan bus when configured as an end-point
16990
16991 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16992 Acked-by: Andy Fleming <afleming@freescale.com>
16993
16994commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
16995Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16996Date: Tue Sep 16 17:07:53 2008 -0400
16997
16998 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
16999
17000 This is no longer necessary now that the GD_FLG_RELOC flag is set for
17001 all ARM boards.
17002
17003 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17004
17005commit d977a57356657ba241256231efca32828a5822f9
17006Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17007Date: Sat Sep 13 10:04:32 2008 +0200
17008
17009 Fix lzma uncompress call (image_start wrongly used instead image_len)
17010
17011 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17012
17013commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
17014Author: Nick Spence <nick.spence@freescale.com>
17015Date: Thu Aug 28 14:09:15 2008 -0700
17016
17017 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
17018
17019 This is needed in unlock_ram_in_cache() because it is called from C and
17020 will corrupt the small data area anchor that is kept in R2.
17021
17022 lock_ram_in_cache() is modified similarly as good coding practice, but
17023 is not called from C.
17024
17025 Signed-off-by: Nick Spence <nick.spence@freescale.com>
17026
17027commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
17028Author: Kumar Gala <galak@kernel.crashing.org>
17029Date: Tue Aug 19 15:05:34 2008 -0500
17030
17031 86xx: remove redudant code with lib_ppc/interrupts.c
17032
17033 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
17034 Not know how that happened, but there is no good reason for it.
17035
17036 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
17037 they exist.
17038
17039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17040
17041commit 0d01f66d235118515b5086b88f82498bc0695d6a
17042Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17043Date: Thu Oct 9 01:26:36 2008 -0500
17044
17045 CFI: cfi_flash write fix for AMD legacy
17046
17047 The flash_unlock_seq requires a sector for AMD_LEGACY.
17048 Fix a retcode check typeo.
17049
17050 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17051 Signed-off-by: Stefan Roese <sr@denx.de>
17052
17053commit 542b385a620a1783454a00424930e51895f45073
17054Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17055Date: Tue Oct 7 13:13:10 2008 +0200
17056
17057 ppc4xx: Fix USB 2.0 phy reset sequence
17058
17059 This patch fixes USB 2.0 communication issues on some DU440 boards.
17060
17061 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17062 Signed-off-by: Stefan Roese <sr@denx.de>
17063
17064commit df8c1ce11114c2260dedb5547281945f7db8fa5c
17065Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17066Date: Tue Oct 7 13:13:09 2008 +0200
17067
17068 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
17069
17070 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17071 Signed-off-by: Stefan Roese <sr@denx.de>
17072
17073commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
17074Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17075Date: Tue Oct 7 13:13:08 2008 +0200
17076
17077 ppc4xx: Fix DU440 GPIO configuration
17078
17079 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17080 Signed-off-by: Stefan Roese <sr@denx.de>
17081
17082commit 35dd025c70fcc4389317db2f2a9d14795172137d
17083Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17084Date: Tue Oct 7 13:13:07 2008 +0200
17085
17086 ppc4xx: Update DU440 config
17087
17088 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17089 Signed-off-by: Stefan Roese <sr@denx.de>
17090
17091commit f3bf9273939ffe1a60a32a2eef909097f15df56b
17092Author: Kumar Gala <galak@kernel.crashing.org>
17093Date: Wed Oct 8 15:36:39 2008 -0500
17094
17095 MPC8572DS: Fix compile warnings
17096
17097 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
17098 compile warnings:
17099
17100 cmd_i2c.c:112: warning: missing braces around initializer
17101 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
17102
17103 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17104
17105commit dffd2446fb041f38ef034b0fcf41e51e5e489159
17106Author: Wolfgang Grandegger <wg@grandegger.com>
17107Date: Tue Sep 30 10:55:57 2008 +0200
17108
17109 85xx: Using proper I2C source clock divider for MPC8544
17110
17111 Measurements with our MPC8544 board showed that the I2C bus frequency
17112 is wrong by a factor of 1.5. Obviously, the interpretation of the
17113 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
17114 correct. There seems to be an error in the 8544 RM.
17115
17116 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
17117
17118commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
17119Author: Rafal Czubak <rcz@semihalf.com>
17120Date: Wed Oct 8 13:41:30 2008 +0200
17121
17122 FSL: Fix get_cpu_board_revision() return value.
17123
17124 get_cpu_board_revision() returned board revision based on information stored
17125 in global static struct eeprom. It should instead use one from local struct
17126 board_eeprom, to which the data is actually read from EEPROM. The bug led to
17127 system hang after printing L1 cache information on U-Boot startup. The problem
17128 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
17129 boards using CFG_I2C_EEPROM_CCID.
17130
17131 The change has been successfully tested on MPC8555CDS system.
17132
17133 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17134
17135commit 747f316cca484ed627a97dd3391febabce384186
17136Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17137Date: Tue Sep 30 20:08:49 2008 +0200
17138
17139 update uImage FIT multi documentation
17140
17141 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17142
17143commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
17144Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17145Date: Tue Sep 30 20:08:36 2008 +0200
17146
17147 move README.imx31 to doc/ and merge with README.mx31
17148
17149 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17150
17151commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
17152Author: Guennadi Liakhovetski <lg@denx.de>
17153Date: Thu Sep 25 20:54:37 2008 +0200
17154
17155 i.MX31: switch to CFG_HZ=1000
17156
17157 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
17158 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
17159 provides 2% or 0.4% precision depending on the
17160 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
17161 boot-delay.
17162
17163 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17164
17165commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
17166Author: gnusercn <gnusercn@gmail.com>
17167Date: Wed Oct 8 18:58:58 2008 +0200
17168
17169 Fix bug: in arch-arm, env_get_char dose not work fine
17170
17171 due to the arm implementation which supposed that U-Boot is in RAM
17172 when we jump to start_armboot
17173
17174 Signed-off-by: gnusercn <gnusercn@gmail.com>
17175 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17176
17177commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
17178Author: Adam Graham <agraham@amcc.com>
17179Date: Mon Oct 6 10:16:13 2008 -0700
17180
17181 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
17182
17183 After changing SDRAM_CLKTR phase value rerun the memory preload
17184 initialization sequence (INITPLR) to reset and relock the memory
17185 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
17186 adjustment effects the phase relationship of the internal, to the
17187 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
17188
17189 Signed-off-by: Adam Graham <agraham@amcc.com>
17190 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
17191 Signed-off-by: Stefan Roese <sr@denx.de>
17192
17193commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
17194Author: Haiying Wang <Haiying.Wang@freescale.com>
17195Date: Fri Oct 3 11:48:03 2008 -0400
17196
17197 Remove redundant #define for MPC8536DS
17198
17199 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17200
17201commit 445a7b38308eb05b41de74165b20855db58c7ee5
17202Author: Haiying Wang <Haiying.Wang@freescale.com>
17203Date: Fri Oct 3 11:47:30 2008 -0400
17204
17205 Add ID EEPROM support for MPC8572DS
17206
17207 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
17208 system information like mac addresses etc. This patch enables it.
17209
17210 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17211
17212commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
17213Author: Haiying Wang <Haiying.Wang@freescale.com>
17214Date: Fri Oct 3 11:46:59 2008 -0400
17215
17216 Minor fixes for I2C address on MPC8572DS
17217
17218 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
17219 according to the board spec, and adds the 2nd i2c bus offset.
17220
17221 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17222
17223commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
17224Author: Jason Jin <Jason.jin@freescale.com>
17225Date: Sat Sep 27 14:40:57 2008 +0800
17226
17227 Fix the incorrect DDR clk freq reporting on 8536DS
17228
17229 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
17230 The display is still sync mode DDR freq. This patch try to fix
17231 this. The display DDR freq is now the actual freq in both
17232 sync and async mode.
17233
17234 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
17235
17236commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
17237Author: Kumar Gala <galak@kernel.crashing.org>
17238Date: Tue Oct 7 10:28:46 2008 -0500
17239
17240 85xx: Remove setting of *cache-line-size in device trees
17241
17242 ePAPR says if the *cache-block-size is the same as *cache-line-size
17243 than we don't need the *cache-line-size property.
17244
17245 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17246
c0a14aed
WD
17247commit a69a42338dd25408f9fd5390a83bc501749c7e1b
17248Author: Mark Jackson <mpfj@mimc.co.uk>
17249Date: Fri Oct 3 11:48:57 2008 +0100
17250
17251 MIMC200 board now uses CONFIG_DISABLE_CONSOLE
17252
17253 Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
17254 Also fixed default uImage location.
17255
17256 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17257 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17258
a0b1b610
WD
17259commit cd3cb0d9269d155276b00207e3816a9347fd1c92
17260Author: Gerald Van Baren <vanbaren@cideas.com>
17261Date: Sat Oct 4 07:56:06 2008 -0400
17262
17263 libfdt: Fix error in documentation for fdt_get_alias_namelen()
17264
17265 Oops, screwed up the function name in the documenting comment for this
17266 function. Trivial correction in this patch.
17267
17268 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17269 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17270
17271commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
17272Author: David Gibson <david@gibson.dropbear.id.au>
17273Date: Wed Aug 20 16:55:14 2008 +1000
17274
17275 libfdt: Add function to explicitly expand aliases
17276
17277 Kumar has already added alias expansion to fdt_path_offset().
17278 However, in some circumstances it may be convenient for the user of
17279 libfdt to explicitly get the string expansion of an alias. This patch
17280 adds a function to do this, fdt_get_alias(), and uses it to implement
17281 fdt_path_offset().
17282
17283 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17284
17285commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
17286Author: Mike Frysinger <vapier@gentoo.org>
17287Date: Thu Oct 2 01:55:38 2008 -0400
17288
17289 cfi_flash: do not reset flash when probe fails
17290
17291 The CFI flash driver starts at flash_init() which calls down into
17292 flash_get_size(). This starts by calling flash_detect_cfi(). If said
17293 function fails, flash_get_size() finishes by attempting to reset the
17294 flash. Unfortunately, it does this with an info->portwidth set to 0x10
17295 which filters down into flash_make_cmd() and that happily smashes the
17296 stack by sticking info->portwidth bytes into a cfiword_t variable that
17297 lives on the stack. On a 64bit system you probably won't notice, but
17298 killing the last 8 bytes on a 32bit system usually leads to a corrupt
17299 return address. Which is what happens on a Blackfin system.
17300
17301 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17302 Signed-off-by: Stefan Roese <sr@denx.de>
17303
17304commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
17305Author: Stefan Roese <sr@denx.de>
17306Date: Fri Sep 26 17:03:26 2008 +0200
17307
17308 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
17309
17310 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
17311 Without this, the chosen node is not overwritten if it already
17312 exists.
17313
17314 Signed-off-by: Stefan Roese <sr@denx.de>
17315
17316commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
17317Author: Jon Loeliger <jdl@freescale.com>
17318Date: Thu Sep 25 11:02:17 2008 -0500
17319
17320 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
17321
17322 Using Gcc 4.3 detected this problem:
17323
17324 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
17325 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
17326 occur when assuming that (X + c) < X is always false
17327
17328 To fix the problem, treat the offset as an unsigned int.
17329
17330 The problem report and proposed fix were provided
17331 by Steve Papacharalambous <stevep@freescale.com>.
17332
17333 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17334
17335commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
17336Author: David Gibson <david@gibson.dropbear.id.au>
17337Date: Fri Aug 29 14:19:13 2008 +1000
17338
17339 libfdt: Fix bugs in fdt_get_path()
17340
17341 The current implementation of fdt_get_path() has a couple of bugs,
17342 fixed by this patch.
17343
17344 First, contrary to its documentation, on success it returns the length
17345 of the node's path, rather than 0. The testcase is correspondingly
17346 wrong, and the patch fixes this as well.
17347
17348 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
17349 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
17350 Specifically this happens when there is insufficient space even to
17351 hold the path's second last component. This behaviour is corrected,
17352 and the testcase updated to check it.
17353
17354 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17355
17356commit 33af3e6656e84660d397b5dd95abab2dccc36f83
17357Author: Wolfgang Denk <wd@denx.de>
17358Date: Wed Oct 1 12:34:58 2008 +0200
17359
17360 TQM5200: enable support for ATAPI devices
17361
17362 Signed-off-by: Wolfgang Denk <wd@denx.de>
17363
17364commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
17365Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17366Date: Mon Sep 15 05:48:25 2008 +0200
17367
17368 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
17369
17370 we need this due to the arm implementation which supposed that U-Boot
17371 is in RAM when we jump to start_armboot
17372
17373 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
17374 in order to do it for all arm board
17375
17376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17377
17378commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
17379Author: Kim Phillips <kim.phillips@freescale.com>
17380Date: Wed Sep 24 08:46:25 2008 -0500
17381
17382 mpc83xx: don't disable autoboot
17383
17384 bootdelay set to -1 'permanently' disables autobooting, even if
17385 bootcmd is specified. Change to a positive value to allow
17386 autobooting when a bootcmd is set.
17387
17388 Reported-by: Coray Tate <Coray.Tate@freescale.com>
17389 Cc: Scott Wood <scottwood@freescale.com>
17390 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17391
17392commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
17393Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17394Date: Wed Sep 24 10:42:15 2008 +0900
17395
17396 mpc83xx: Fix typo in include/mpc83xx.h
17397
17398 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
17399
17400 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17401 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17402
17403commit 162c41c03179727a1d14262f703c9a8bc40231fa
17404Author: Kim Phillips <kim.phillips@freescale.com>
17405Date: Tue Sep 23 09:38:49 2008 -0500
17406
17407 mpc83xx: add h/w flash protection to board configs
17408
17409 the operating system may leave flash in a h/w locked state after writing.
17410 This allows u-boot to continue to write flash by enabling h/w unlocking
17411 by default.
17412
17413 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17414
17415commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
17416Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17417Date: Thu Sep 11 21:35:36 2008 +0400
17418
17419 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
17420
17421 The spd_dram code shifts the base address, then masks 20 bits, but
17422 forgets to shift the base address back. Fix this by just masking the
17423 base address correctly.
17424
17425 Found this bug while trying to relocate a DDR memory at the base != 0.
17426
17427 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17428 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17429
17430commit 8fd4166c467a46773f80208bda1ec3b4757747bc
17431Author: Stefan Roese <sr@denx.de>
17432Date: Mon Sep 22 16:10:43 2008 +0200
17433
17434 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
17435
17436 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
17437 either one PCIe node or the SATA node in the device tree blob. This
17438 patch removes the unnecessary and even confusing warning, when the node
17439 is not found at all.
17440
17441 Signed-off-by: Stefan Roese <sr@denx.de>
17442
17443commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
17444Author: Remy Bohmer <linux@bohmer.net>
17445Date: Fri Sep 19 13:30:06 2008 +0200
17446
17447 Add missing device types to dev_print() in part.c
17448
17449 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17450
17451commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
17452Author: Wolfgang Denk <wd@denx.de>
17453Date: Mon Sep 22 22:23:06 2008 +0200
17454
17455 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
17456 eventually leads to a machine check. This change assures that DPRAM
17457 is allocated only once in that case.
17458
17459 Signed-off-by: Gary Jennejohn <garyj@denx.de>
17460 Signed-off-by: Wolfgang Denk <wd@denx.de>
17461
17462commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
17463Author: Laurent Pinchart <laurentp@cse-semaphore.com>
17464Date: Wed Sep 17 17:57:34 2008 +0200
17465
17466 Fix Spartan-3 definitions.
17467
17468 A few Spartan-3 definitions erroneously use Spartan-3E size
17469 constants. This patch fixes them.
17470
17471 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
17472
17473commit 28113e1f0da4146b823ffce37680d31d5685a60b
17474Author: Laurent Pinchart <laurentp@cse-semaphore.com>
17475Date: Wed Sep 17 17:41:58 2008 +0200
17476
17477 Remove duplicate Spartan-3E definition.
17478
17479 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
17480 Signed-off-by: Wolfgang Denk <wd@denx.de>
17481
17482commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
17483Author: Anatolij Gustschin <agust@denx.de>
17484Date: Wed Sep 17 13:46:17 2008 +0200
17485
17486 socrates: change default mtest address range
17487
17488 Running mtest command on socrates without specifying
17489 an address range crashes the board. This patch changes
17490 default mtest address range to prevent this behavior.
17491
17492 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17493
17494commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
17495Author: Anatolij Gustschin <agust@denx.de>
17496Date: Wed Sep 17 12:34:45 2008 +0200
17497
17498 socrates: fix crash after relocation
17499
17500 Currently U-Boot crashes after relocation to RAM.
17501 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
17502 register to READ_LAT + 1 (to the value it was before
17503 conversion of socrates to new DDR code) fixes the
17504 problem.
17505
17506 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17507
17508commit 562788b0a303f3528b920d81f547f5ca77ba528e
17509Author: Anatolij Gustschin <agust@denx.de>
17510Date: Wed Sep 17 11:45:51 2008 +0200
17511
17512 socrates: fix SPD EEPROM address
17513
17514 Commit be0bd8234b9777ecd63c4c686f72af070d886517
17515 changed SPD EEPROM address to 0x51 and DDR SDRAM
17516 detection stopped working. Change this address
17517 back to 0x50.
17518
17519 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17520
17521commit 023824549a370bd185d7129d9a6c86f9be7b86a8
17522Author: Stefan Roese <sr@denx.de>
17523Date: Mon Sep 22 11:06:50 2008 +0200
17524
17525 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
17526
17527 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
17528
17529 Signed-off-by: Stefan Roese <sr@denx.de>
17530
3cbd8231
WD
17531commit e58c41e26cf3c8accd60311be579f452e368e97e
17532Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17533Date: Thu Sep 18 20:13:08 2008 +0900
17534
17535 usb: Fix compile warning of r8a66597-hcd
17536
17537 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17538 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17539
a0b1b610
WD
17540commit b5d10a13525c07ec6374adf840d7c87553b5f189
17541Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17542Date: Thu Sep 18 19:34:36 2008 +0900
17543
17544 sh: Fix compile warning
17545
17546 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17547
17548commit 4a065abf926f128beb36d93449defa0d690e7fef
17549Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17550Date: Thu Sep 18 19:04:26 2008 +0900
17551
17552 sh: Add support watchdog for SH4A core
17553
17554 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
17555 And fix some compile warning.
17556
17557 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17558
17559commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
17560Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17561Date: Wed Sep 17 11:45:26 2008 +0900
17562
17563 sh: Fix typo in SH serial driver
17564
17565 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17566 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17567
17568commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
17569Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17570Date: Wed Sep 17 11:08:36 2008 +0900
17571
17572 sh: Add support any page size and empty_zero_page to SH Linux uImage
17573
17574 Old U-Boot supported 4KB page size only. If this version, Linux
17575 kernel can not get command line from U-Boot.
17576 SH Linux kernel can change page size and empty_zero_page.
17577 This patch support this function and fix promlem.
17578
17579 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17580 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17581
17582commit ce9f99ddb59628f41dc534e892368a7d66dfc774
17583Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17584Date: Thu Aug 28 13:40:52 2008 +0900
17585
17586 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
17587
17588 Add function of smc911x, pkt_data_pull and pkt_data_push.
17589
17590 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17591 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17592
17593commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
17594Author: Wolfgang Denk <wd@denx.de>
17595Date: Thu Sep 18 13:57:32 2008 +0200
17596
17597 ADS5121: fix typo in "rootpath" default setting
17598
17599 Signed-off-by: Wolfgang Denk <wd@denx.de>
17600
3cbd8231
WD
17601commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
17602Author: Remy Bohmer <linux@bohmer.net>
17603Date: Tue Sep 16 14:55:44 2008 +0200
17604
17605 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
17606
17607 There are several differences between Linux, Windows and U-boot for initialising the
17608 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
17609 things really different, and some are wrong (compared to the USB standard).
17610
17611 This patch fixes some errors:
17612 * The NEW_init procedure that was already in the code is good, while the old procedure
17613 is wrong. See code comments for more info.
17614 * On a Control request the data returned by the device can be more than 8 bytes, while
17615 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
17616 This results in a lot of USB sticks not being recognised, and the transmission ended
17617 frequently with a CTL:TIMEOUT Error.
17618 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
17619
17620 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17621 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17622
17623commit 6f5794a6f78b313231256958fd73673c6aacc116
17624Author: Remy Bohmer <linux@bohmer.net>
17625Date: Tue Sep 16 14:55:43 2008 +0200
17626
17627 Refactoring parts of the common USB OHCI code
17628
17629 This patch refactors some large routines of the USB OHCI code by
17630 making some routines smaller and more readable which helps
17631 debugging and understanding the code. (Makes the code looks
17632 somewhat more like the Linux implementation.)
17633
17634 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
17635
17636 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17637 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17638
17639commit be19d324edc1a1d7f393d24e10d164cd94c91a00
17640Author: Remy Bohmer <linux@bohmer.net>
17641Date: Tue Sep 16 14:55:42 2008 +0200
17642
17643 Fix for USB sticks not working on ARM while using GCC 4.x compilers
17644
17645 The GCC-compiler makes an optimisation error while optimising the routine
17646 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
17647 but there lots of compilers out there that makes this error, that it is
17648 probably wiser to workaround it in U-boot itself.
17649
17650 What happens is that the register r3 is used as loop-counter 'i', but gets
17651 overwritten later on. From there it starts using register r3 for several other
17652 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
17653
17654 This error occurs on at least several versions of Code Sourcery Lite compilers
17655 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
17656 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
17657
17658 We work around it by splitting up this routine in 2 parts, and making sure that
17659 the split out part is NOT inlined any longer. This will make GCC spit out assembler
17660 that do not show this problem. Another possibility is to adapt the Makefile to stop
17661 optimisation for the complete file. I think this solution is nicer.
17662
17663 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17664 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17665
a0b1b610
WD
17666commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
17667Author: Wolfgang Denk <wd@denx.de>
17668Date: Wed Sep 17 10:17:55 2008 +0200
17669
17670 Coding style cleanup; update CHANEGLOG
17671
17672 Signed-off-by: Wolfgang Denk <wd@denx.de>
17673
17674commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
17675Author: Victor Gallardo <vgallardo@amcc.com>
17676Date: Tue Sep 16 06:59:13 2008 -0700
17677
17678 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
17679
17680 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
17681 Signed-off-by: Adam Graham <agraham@amcc.com>
17682 Signed-off-by: Stefan Roese <sr@denx.de>
17683
17684commit ce47eb402c5e29a025399dc282246414fc492940
17685Author: Peter Tyser <ptyser@xes-inc.com>
17686Date: Tue Sep 16 10:04:47 2008 -0500
17687
17688 Support for multiple SGMII/TBI interfaces for TSEC ethernet
17689
17690 Fix TBI PHY accesses to use the proper offset in CPU register space. The
17691 previous code would incorrectly access the TBI PHY by reading/writing to CPU
17692 register space at the same location as would be used to access external PHYs.
17693
17694 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17695 Acked-by: Andy Fleming <afleming@freescale.com>
17696
87b4ef56
WD
17697commit 7c803be2eb3cae245dedda438776e08fb122250f
17698Author: Wolfgang Denk <wd@denx.de>
17699Date: Tue Sep 16 18:02:19 2008 +0200
17700
17701 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
17702
17703 After switching to using the CFI flash driver, the correct remapping
17704 of the flash banks was forgotten.
17705
17706 Also, some boards were not adapted, and the old legacy flash driver
17707 was not removed yet.
17708
17709 Signed-off-by: Wolfgang Denk <wd@denx.de>
17710
17711commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
17712Author: Wolfgang Denk <wd@denx.de>
17713Date: Sun Sep 14 00:59:35 2008 +0200
17714
17715 Prepare v2008.10-rc2
17716
17717 Signed-off-by: Wolfgang Denk <wd@denx.de>
17718
17719commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
17720Author: Wolfgang Denk <wd@denx.de>
17721Date: Sat Sep 13 02:23:05 2008 +0200
17722
17723 Coding style cleanup, update CHANGELOG
17724
17725 Signed-off-by: Wolfgang Denk <wd@denx.de>
17726
f12e4549
WD
17727commit 0c32565f536609d78feef35c88bbc39d3ac53a73
17728Author: Peter Tyser <ptyser@xes-inc.com>
17729Date: Wed Sep 10 09:18:34 2008 -0500
17730
17731 Update mailing list email and archive addresses
17732
17733 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17734
17735commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
17736Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
17737Date: Thu Sep 11 15:40:01 2008 +0200
17738
17739 85xx: socrates: autoprobe Lime chip
17740
17741 This patch is an attempt to implement autoprobing for the Lime
17742 presence on the bus.
17743 Configure GPCM for Lime CS2 and try to access chip ID registers.
17744 Second read atempt delivers register values if the chip is present.
17745
17746 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17747
17748commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
17749Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
17750Date: Thu Sep 11 15:40:01 2008 +0200
17751
17752 85xx: socrates: Add support for new image format.
17753
17754 Signed-off-by: Detlev Zundel <dzu@denx.de>
17755
17756commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
17757Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17758Date: Thu Sep 11 17:28:18 2008 +0900
17759
17760 sh: Fix compile error for r2dplus
17761
17762 netdev.h was not include by r2dplus.
17763
17764 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17765
17766commit 56844a22b76c719e600047e23b80465a44d76abd
17767Author: Heiko Schocher <hs@denx.de>
17768Date: Thu Sep 11 08:11:23 2008 +0200
17769
17770 powerpc: Fix bootm to boot up again with a Ramdisk
17771
17772 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
17773 and this stopped Linux from booting with a Ramdisk. This patch fixes
17774 this, by deleting the useless dummy mem reservation.
17775
17776 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
17777 added to of_size, so we dont need anymore a dummy mem reservation.
17778
17779 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
17780 system (=0x44 bytes) and rounded it up to 0x80).
17781
17782 Signed-off-by: Heiko Schocher <hs@denx.de>
17783 Acked-by: Kumar Gala <galak@kernel.crashing.org>
17784
17785commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
17786Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17787Date: Mon Sep 8 02:46:13 2008 +0200
17788
17789 Add support for LZMA uncompression algorithm.
17790
17791 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17792 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17793
17794commit 0008b6d968160abe2bfd936493f3a516a7c8da20
17795Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17796Date: Fri Jun 27 23:04:20 2008 +0400
17797
17798 fsl_elbc_nand: ecclayout cleanups
17799
17800 This patch deletes oobavail assignments, they're calculated by the nand
17801 core code in nand_scan_tail, plus current oobavail values are wrong for
17802 the LP NANDs.
17803
17804 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17805 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
17806 Signed-off-by: Scott Wood <scottwood@freescale.com>
17807
17808commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
17809Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17810Date: Fri Jun 27 23:04:13 2008 +0400
17811
17812 fsl_elbc_nand: implement support for flash-based BBT
17813
17814 This patch implements support for flash-based BBT for chips working
17815 through ELBC NAND controller, so that NAND core will not have to re-scan
17816 for bad blocks on every boot.
17817
17818 Because ELBC controller may provide HW-generated ECCs we should adjust
17819 bbt pattern and bbt version positions in the OOB free area.
17820
17821 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17822 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
17823 Signed-off-by: Scott Wood <scottwood@freescale.com>
17824
17825commit 97ae023648e764f794ffb9c52da109d6caf09c47
17826Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17827Date: Fri Jun 27 23:04:04 2008 +0400
17828
17829 fsl_elbc_nand: fix OOB workability for large page NAND chips
17830
17831 For large page chips, nand_bbt is looking into OOB area, and checking
17832 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
17833 reserved for bbt means.
17834
17835 But ELBC driver is specifying ecclayout so that oobfree area starts at
17836 offset 1, so only one byte left for the bbt purposes.
17837
17838 This causes problems with any OOB users, namely JFFS2: after first mount
17839 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
17840
17841 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
17842 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
17843 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
17844 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
17845
17846 And on the next boot, NAND core will rescan for bad blocks, then will
17847 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
17848
17849 To fix the issue we should implement our own bad block pattern: just one
17850 byte at OOB start. Though, this will work only for x8 chips. For x16
17851 chips two bytes must be checked. Since ELBC driver does not support x16
17852 NANDs (yet), we're safe for now.
17853
17854 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17855 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
17856 Signed-off-by: Scott Wood <scottwood@freescale.com>
17857
17858commit 7238ada313057a85409485b8ee21515dc10c07a5
17859Author: Wolfgang Denk <wd@denx.de>
17860Date: Fri Sep 12 13:52:21 2008 +0200
17861
17862 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
17863
17864 Signed-off-by: Wolfgang Denk <wd@denx.de>
17865
17866commit b18410e508a12ba0a177dfc2a386857c806fa96d
17867Author: Stefan Roese <sr@denx.de>
17868Date: Thu Sep 11 13:05:56 2008 +0200
17869
17870 ppc4xx: Enable device tree (FDT) support in zeus board port
17871
17872 Signed-off-by: Stefan Roese <sr@denx.de>
17873
17874commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
17875Author: Stefan Roese <sr@denx.de>
17876Date: Wed Sep 10 16:53:47 2008 +0200
17877
17878 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
17879
17880 This patch fixes a problem introdiced with patch
17881 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
17882 initdram()].
17883
17884 The boards affected are:
17885 - PCI405
17886 - PPChameleonEVB
17887 - quad100hd
17888 - taihu
17889 - zeus
17890
17891 Signed-off-by: Stefan Roese <sr@denx.de>
17892
17893commit 61737c59a3285f6fadf96a5836879898c04ec28d
17894Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17895Date: Thu Sep 11 19:41:26 2008 -0400
17896
17897 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
17898
17899 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17900 Signed-off-by: Stefan Roese <sr@denx.de>
17901
17902commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
17903Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17904Date: Thu Sep 11 19:41:25 2008 -0400
17905
17906 ppc4xx: Fix compilation of v5fx30teval_flash
17907
17908 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17909 Signed-off-by: Stefan Roese <sr@denx.de>
17910
17911commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
17912Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17913Date: Wed Sep 10 17:44:30 2008 -0400
17914
17915 ppc4xx: Fix in-tree build for ppc440-generic boards
17916
17917 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17918 Signed-off-by: Stefan Roese <sr@denx.de>
17919
17920commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
17921Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17922Date: Fri Sep 12 02:20:47 2008 +0200
17923
17924 ARM: synchronize mach-types.h with linux 2.6.27-rc6
17925
17926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17927
17928commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
17929Author: Jens Scharsig <esw@bus-elektronik.de>
17930Date: Fri Sep 12 02:20:47 2008 +0200
17931
17932 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
17933
17934 This patch prevents linker error on AT91RM9200 boards, if
17935 CONFIG_CMD_I2_TREE is set.
17936 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
17937
17938 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
17939
17940commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
17941Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17942Date: Fri Sep 12 02:20:47 2008 +0200
17943
17944 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
17945
17946 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
17947
17948 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17949
17950commit 03db53335c8eba656a7c44d1555b1a4514383e33
17951Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17952Date: Fri Sep 12 02:20:46 2008 +0200
17953
17954 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
17955
17956 __ARM__ is given by arm_config.mk automatically.
17957
17958 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17959
17960commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
17961Author: Claudio Scordino <claudio@evidence.eu.com>
17962Date: Fri Sep 12 02:20:46 2008 +0200
17963
17964 Fix MACH_TYPE for the AT91RM9200DK board.
17965
17966 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
17967
17968commit 274737e5eb25b2bcd3af3a96da923effd543284f
17969Author: Andrew Dyer <adyer@righthandtech.com>
17970Date: Fri Sep 12 02:20:46 2008 +0200
17971
17972 i.mx change get_timer(base) to return time since base
17973
17974 This patch changes get_timer() for i.MX to return the time since
17975 'base' instead of the time since the counter was at zero.
17976
17977 Symptom seen is flash timeout errors when erasing or programming a
17978 sector using the common cfi flash code.
17979
17980 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
17981
17982commit 48fed40575b3e8eae960eb0141509ddd9a73012a
17983Author: Andrew Dyer <adyer@righthandtech.com>
17984Date: Fri Sep 12 02:20:46 2008 +0200
17985
17986 i.MX use u-boot baud rate and don't assume UART master clock
17987
17988 1) Change the i.MX serial driver to use the baud rate set in the
17989 u-boot environment
17990
17991 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
17992
17993 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
17994 one to clear" like other status bits in the reg.)
17995
17996 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
17997
17998commit 6e1551a870d360805b9d172dc56d935064abe71d
17999Author: Andrew Dyer <adyer@righthandtech.com>
18000Date: Fri Sep 12 02:20:46 2008 +0200
18001
18002 arm920t fix constant error in start.S
18003
18004 Code in cpu/arm920t/start.S will die with a compilation error if
18005 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
18006 the ARM sub instruction. Change the code so that each is subtracted
18007 independently to avoid the error.
18008
18009 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18010
18011commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
18012Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
18013Date: Fri Sep 12 02:20:40 2008 +0200
18014
18015 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
18016
18017 - Correct Invalid #define of MPUTIM_PTV_MASK for
18018 omap1510 & omap730 register definition
18019
18020 MPUTIM_PTV_MASK is defined as
18021 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
18022
18023 while it should have been
18024 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
18025
18026 - Below Patch corrects the same
18027
18028 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
18029
18030commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
18031Author: Adrian Filipi <adrian.filipi@eurotech.com>
18032Date: Fri Jul 18 11:52:02 2008 -0400
18033
18034 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
18035
18036 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
18037
18038commit eb16135df20535b0d19969f50fb5bd17f95e9c25
18039Author: Guennadi Liakhovetski <lg@denx.de>
18040Date: Thu Aug 28 12:25:11 2008 +0200
18041
18042 i.MX31: document timer precision option
18043
18044 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18045
18046commit 1a6337b01351b82a45b0defa76f08744511c580b
18047Author: Magnus Lilja <lilja.magnus@gmail.com>
18048Date: Fri Aug 29 10:36:18 2008 +0200
18049
18050 i.MX31: Make the SPI bus and chip select configurable for MC13783
18051
18052 The i.MX31 has three SPI buses and each bus has several chip selects
18053 and the MC13783 chip can be connected to any of these. The current
18054 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
18055
18056 This patch makes make MC13783 SPI bus and chip select configurable
18057 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
18058
18059 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18060
18061commit 8c4ebec25b21e355b8488698ec1594da9701fff4
18062Author: Magnus Lilja <lilja.magnus@gmail.com>
18063Date: Fri Aug 29 10:36:17 2008 +0200
18064
18065 i.MX31: Add reset_timer() and modify get_timer_masked().
18066
18067 This patch adds the reset_timer() function (needed by nand_base.c) and
18068 modifies the get_timer_masked() to work in the same way as the omap24xx
18069 function.
18070
18071 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18072
18073commit deeec4991a55de243787002ede24d2331d234fc8
18074Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18075Date: Wed Sep 10 22:48:09 2008 +0200
18076
18077 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
18078
18079 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18080
18081commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
18082Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18083Date: Wed Sep 10 22:48:09 2008 +0200
18084
18085 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
18086
18087 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18088
18089commit 0e8d158664a913392cb01fb11a948d83f72e105e
18090Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18091Date: Wed Sep 10 22:48:06 2008 +0200
18092
18093 rename CFG_ENV macros to CONFIG_ENV
18094
18095 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18096
18097commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
18098Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18099Date: Wed Sep 10 22:48:05 2008 +0200
18100
18101 nvedit: rename error comment to CONFIG_ENV_IS_IN_
18102
18103 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18104
18105commit b64b775e7546ed138df360ceb3a71ee358cb9a01
18106Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18107Date: Wed Sep 10 22:48:05 2008 +0200
18108
18109 cmd_mem: Move conditional compilation to Makefile
18110
18111 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18112
18113commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
18114Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18115Date: Wed Sep 10 22:48:05 2008 +0200
18116
18117 move cmd_get_data_size to command.c
18118
18119 add CMD_DATA_SIZE macro to enable it
18120
18121 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18122
18123commit 507641d2491980531932b9f25dab37fe5e6c3a1a
18124Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18125Date: Wed Sep 10 22:48:04 2008 +0200
18126
18127 env_flash: Move conditional compilation to Makefile
18128
18129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18130
18131commit 5a1aceb0689e2f731491838970884a673ef7e7d3
18132Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18133Date: Wed Sep 10 22:48:04 2008 +0200
18134
18135 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
18136
18137 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18138
18139commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
18140Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18141Date: Wed Sep 10 22:48:03 2008 +0200
18142
18143 cleanup use of CFG_ENV_IS_IN_FLASH
18144
18145 - #if CFG_ENV_IS_IN_FLASH
18146 - #if (CFG_ENV_IS_IN_FLASH == 1)
18147 - #define CFG_ENV_IS_IN_FLASH 0
18148
18149 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18150
18151commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
18152Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18153Date: Wed Sep 10 22:48:01 2008 +0200
18154
18155 rename environment.c in env_embedded.c to reflect is functionality
18156
18157 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18158
18159commit c0878af6e32f0fd8e13a6ca315b9add64441115a
18160Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18161Date: Wed Sep 10 22:48:01 2008 +0200
18162
18163 env_nowhere: Move conditional compilation to Makefile
18164
18165 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18166
18167commit 93f6d72544da4510a146bc4c93d609b0116cde37
18168Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18169Date: Wed Sep 10 22:48:00 2008 +0200
18170
18171 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
18172
18173 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18174
18175commit 2556ef78113b5f089dfcac5da90bf31dd568397b
18176Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18177Date: Wed Sep 10 22:48:00 2008 +0200
18178
18179 env_sf: Move conditional compilation to Makefile
18180
18181 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18182
18183commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
18184Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18185Date: Wed Sep 10 22:48:00 2008 +0200
18186
18187 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
18188
18189 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18190
18191commit 55c5f49910ec8225347aa1d211352a84de6649b4
18192Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18193Date: Wed Sep 10 22:48:00 2008 +0200
18194
18195 env_onenand: Move conditional compilation to Makefile
18196
18197 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18198
18199commit 9656138ff1a34d4c4768db6b490deffc40ee674b
18200Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18201Date: Wed Sep 10 22:47:59 2008 +0200
18202
18203 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
18204
18205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18206
18207commit 957a0e69575683efd70ace147746bbb3d8e7c501
18208Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18209Date: Wed Sep 10 22:47:59 2008 +0200
18210
18211 env_nvram: Move conditional compilation to Makefile
18212
18213 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18214
18215commit 9314cee6917444ab88bd4e758da7a30975120187
18216Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18217Date: Wed Sep 10 22:47:59 2008 +0200
18218
18219 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
18220
18221 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18222
18223commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
18224Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18225Date: Wed Sep 10 22:47:59 2008 +0200
18226
18227 env_nand: Move conditional compilation to Makefile
18228
18229 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18230
18231commit 51bfee192099206a4397f15f3b93516e01f58ab0
18232Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18233Date: Wed Sep 10 22:47:58 2008 +0200
18234
18235 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
18236
18237 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18238
18239commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
18240Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18241Date: Wed Sep 10 22:47:58 2008 +0200
18242
18243 env_dataflash: Move conditional compilation to Makefile
18244
18245 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18246
18247commit 057c849c45b9ee19df8ff3acdeee66be52819962
18248Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18249Date: Wed Sep 10 22:47:58 2008 +0200
18250
18251 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
18252
18253 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18254
18255commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
18256Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18257Date: Wed Sep 10 22:47:52 2008 +0200
18258
18259 cmd_eeprom: Move conditional compilation to Makefile
18260
18261 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18262
18263commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
18264Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18265Date: Fri Sep 5 09:19:54 2008 +0200
18266
18267 env_eeprom: Move conditional compilation to Makefile
18268
18269 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18270
18271commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
18272Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18273Date: Fri Sep 5 09:19:30 2008 +0200
18274
18275 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
18276
18277 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18278
18279commit 32628c5008105a732212003d83b75f05e5243bb2
18280Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18281Date: Sat Aug 30 23:54:58 2008 +0200
18282
18283 cmd_mac: Move conditional compilation to Makefile
18284
18285 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
18286 start in commit ad8f8687b78c3e917b173f038926695383c55555
18287
18288 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18289
18290commit e5648acab153f0f429bfc714902c5aaa7879f71b
18291Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18292Date: Sat Aug 30 23:47:41 2008 +0200
18293
18294 cmd_fdc: Move conditional compilation to Makefile
18295
18296 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18297
18298commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
18299Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18300Date: Sat Aug 30 23:47:38 2008 +0200
18301
18302 common/Makefile: add core command section
18303
18304 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18305
18306commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
18307Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18308Date: Sat Aug 30 23:29:57 2008 +0200
18309
18310 cmd_vfd: Move conditional compilation to Makefile
18311
18312 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18313
18314commit 6644641d072aee3087da129d8443187196a4d8a9
18315Author: Scott Wood <scottwood@freescale.com>
18316Date: Wed Sep 10 11:48:49 2008 -0500
18317
18318 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
18319
18320 This is part of the switch to newer upstream MTD code.
18321
18322 Signed-off-by: Scott Wood <scottwood@freescale.com>
18323
18324commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
18325Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18326Date: Sat Aug 30 17:06:55 2008 -0400
18327
18328 ARM DaVinci: Fix broken HW ECC for large page NAND.
18329
18330 Based on original patch by Bernard Blackham <bernard@largestprime.net>
18331
18332 U-boot's HW ECC support for large page NAND on Davinci is completely
18333 broken. Some kernels, such as the 2.6.10 one supported by
18334 MontaVista for DaVinci, rely upon this broken behaviour as they
18335 share the same code for ECCs. In the existing scheme, error
18336 detection *might* work on large page, but error correction
18337 definitely does not. Small page ECC correction works, but the
18338 format is not compatible with the mainline git kernel.
18339
18340 This patch adds ECC code that matches what is currently in the
18341 Davinci git repository (since NAND support was added in 2.6.24).
18342 This makes the ECC and OOB layout written by u-boot compatible with
18343 Linux for both small page and large page devices and fixes ECC
18344 correction for large page devices.
18345
18346 The old behaviour can be restored by defining the macro
18347 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
18348
18349 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18350 Acked-by: Sergey Kubushyn <ksi@koi8.net>
18351 Signed-off-by: Scott Wood <scottwood@freescale.com>
18352
18353commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
18354Author: Heiko Schocher <hs@denx.de>
18355Date: Wed Sep 10 11:15:28 2008 +0200
18356
18357 muas3001: update BR4 settings
18358
18359 Also set up the port pins for using I2C.
18360
18361 Signed-off-by: Heiko Schocher <hs@denx.de>
18362
18363commit 3591293509e0c0bcf244b0f974775bff2e25697e
18364Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
18365Date: Wed Sep 10 09:43:49 2008 +0300
18366
18367 autoscr: Fix one-character lines and non-newline terminated scripts
18368
18369 When not using hush, the autoscr command now executes lines that are
18370 only one character long. It also runs the last line of scripts even if
18371 it does not end in a newline.
18372
18373 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
18374
18375commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
18376Author: Victor Gallardo <vgallardo@amcc.com>
18377Date: Tue Sep 9 15:13:29 2008 -0700
18378
18379 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
18380
18381 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
18382 and glacier.
18383
18384 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
18385
18386commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
18387Author: Heiko Schocher <hs@denx.de>
18388Date: Mon Sep 8 10:21:11 2008 +0200
18389
18390 muas3001: added support for the LM75 sensor.
18391
18392 Signed-off-by: Heiko Schocher <hs@denx.de>
18393
18394commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
18395Author: Heiko Schocher <hs@denx.de>
18396Date: Mon Sep 8 10:20:19 2008 +0200
18397
18398 muas3001: activate WDT for the muas3001 board.
18399
18400 Signed-off-by: Heiko Schocher <hs@denx.de>
18401
18402commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
18403Author: Heiko Schocher <hs@denx.de>
18404Date: Mon Sep 8 10:19:36 2008 +0200
18405
18406 muas3001: added 64MB SDRAM autodetection.
18407
18408 Signed-off-by: Heiko Schocher <hs@denx.de>
18409
18410commit 5251469943895de4bb9a04d5053352cc22acb7d5
18411Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18412Date: Thu Aug 21 07:12:26 2008 -0700
18413
18414 Fix printf errors under -DDEBUG
18415
18416 Fix printf format-string/arg mismatches under -DDEBUG.
18417
18418 These warnings occur with DEBUG defined for a platform using
18419 cpu/mpc85xx. Users of other architectures can unearth similar
18420 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
18421 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
18422
18423 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18424 Signed-off-by: Andy Fleming <afleming@freescale.com>
18425
18426commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
18427Author: Wolfgang Denk <wd@denx.de>
18428Date: Tue Sep 9 23:55:18 2008 +0200
18429
18430 Update CHANGELOG, prepare 2008-10-rc1 release
18431
18432 Signed-off-by: Wolfgang Denk <wd@denx.de>
18433
18434commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
18435Author: Kumar Gala <galak@kernel.crashing.org>
18436Date: Mon Sep 8 08:51:29 2008 -0500
18437
18438 85xx: Ensure timebase is zero on secondary cores
18439
18440 The e500um says the timebase is volatile out of reset. To ensure
18441 TB sync works we need to make sure its zero.
18442
18443 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18444
8b9e4787
WD
18445commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
18446Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18447Date: Tue Sep 9 22:18:24 2008 +0200
18448
18449 bootm_load_os: fix load_end debug message
18450
18451 print load_end value not pointer
18452
18453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18454
18455commit 1d9af0be764960e6cc1c093e97176c3542796820
18456Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18457Date: Tue Sep 9 22:18:23 2008 +0200
18458
18459 bootm: enable fdt support only on ppc, m68k and sparc
18460
18461 ...as done in image.c
18462
18463 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18464
18465commit 748b5274e76f81df85cfcffaffedc323678d0623
18466Author: Markus Heidelberg <markus.heidelberg@web.de>
18467Date: Tue Sep 9 18:51:05 2008 +0200
18468
18469 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
18470
18471 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
18472
18473commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
18474Author: Markus Heidelberg <markus.heidelberg@web.de>
18475Date: Tue Sep 9 17:31:46 2008 +0200
18476
18477 gitignore: add tags files and Vim swap file
18478
18479 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
18480
18481commit 1d9b67b23fca6a25154333733204339802510720
18482Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
18483Date: Tue Sep 9 17:52:47 2008 +0900
18484
18485 add board_eth_init() for sh7785lcr board
18486
18487 Fix the problem that cannot work RTL8169 on sh7785lcr board.
18488
18489 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
18490
18491commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
18492Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18493Date: Wed Aug 6 16:08:41 2008 -0500
18494
18495 mtd: SPI Flash: Support the STMicro Flash
18496
18497 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
18498 M25P40, M25P64, M25P80, M25P128.
18499
18500 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
18501 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18502
f12e4549
WD
18503commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
18504Author: Wolfgang Denk <wd@denx.de>
18505Date: Tue Sep 9 17:55:31 2008 +0200
18506
18507 trab: fix build problem after change to use do_div()
18508
18509 We must link with libgeneric now.
18510
18511 Signed-off-by: Wolfgang Denk <wd@denx.de>
18512
8b9e4787
WD
18513commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
18514Author: Ryan CHEN <ryan.chen@st.com>
18515Date: Wed Aug 20 13:00:17 2008 -0400
18516
18517 Correct drv_usb_kbd_init function
18518
18519 The patch is that check if usb_get_dev_index() function return valid
18520 pointer. If valid, continue. Otherwise return -1.
18521
18522 Signed-off-by: Ryan Chen <ryan.chen@st.com>
18523 Acked-by: Markus Klotzbuecher <mk@denx.de>
18524
18525commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
18526Author: Remy Bohmer <linux@bohmer.net>
18527Date: Wed Aug 20 11:22:02 2008 +0200
18528
18529 Make usb-stop() safe to call multiple times in a row.
18530
18531 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
18532 enabled the usb_stop() command in common/cmd_bootm.c which was
18533 not enabled for some time, because no board did actually set the
18534 CFG_CMD_USB flag. So, now the usb_stop() is executed before
18535 loading the linux kernel.
18536
18537 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
18538 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
18539 If some other piece of code calls usb_stop() before the bootm command,
18540 this command will hangup the system during boot.
18541 (usb start and stop is typically used while booting from usb memory stick)
18542
18543 But, stopping the usb stack twice is useless anyway, and a flag already
18544 existed that kept track on the usb_init()/usb_stop() calls.
18545 So, we now check if the usb stack is really started before we stop it.
18546
18547 This problem is now fixed in both the upper as low-level layer.
18548
18549 Signed-off-by: Remy Bohmer <linux@bohmer.net>
18550 Acked-by: Markus Klotzbuecher <mk@denx.de>
18551
18552commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
18553Author: Wolfgang Denk <wd@denx.de>
18554Date: Tue Sep 9 16:55:47 2008 +0200
18555
18556 Makefile: fix bug introduced by commit 47ffd6c2
18557
18558commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
18559Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18560Date: Tue Sep 9 10:00:33 2008 -0400
18561
18562 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
18563
18564 This patch solves the problems compiling ml507, v5fx30teval and
18565 ppc440-generic out of tree.
18566
18567 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18568
18569commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
18570Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
18571Date: Thu Sep 4 15:35:46 2008 -0300
18572
18573 Fix dev_print when called from usb_stor_info (usb storage command)
18574
18575 Fix output of the usb storage command. It was printing "Device 0: not
18576 available" because IF_TYPE_USB was not included into the switch
18577 statement.
18578
18579 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
18580
18581commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
18582Author: Bartlomiej Sieka <tur@semihalf.com>
18583Date: Tue Sep 9 12:58:16 2008 +0200
18584
18585 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
18586
18587 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18588
18589commit 919f550dc11a13abf01c6bc713c968de790b8d7c
18590Author: Bartlomiej Sieka <tur@semihalf.com>
18591Date: Tue Sep 9 12:58:15 2008 +0200
18592
18593 FIT: add ability to check hashes of all images in FIT, improve output
18594
18595 - add function fit_all_image_check_hashes() that verifies if all
18596 hashes of all images in the FIT are valid
18597 - improve output of fit_image_check_hashes() when the hash check fails
18598
18599 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18600
18601commit 1de1fa408967cef6804bb046b904114519bb36f0
18602Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18603Date: Mon Sep 8 20:54:39 2008 +0200
18604
18605 qemu_mips: Update linux bootm to support dynamic cmdline
18606
18607 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18608
18609commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
18610Author: Peter Tyser <ptyser@xes-inc.com>
18611Date: Mon Sep 8 14:56:49 2008 -0500
18612
18613 Add support for booting of INTEGRITY operating system uImages
18614
18615 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18616
18617commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
18618Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18619Date: Mon Sep 8 21:01:29 2008 +0200
18620
18621 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
18622
18623 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18624
18625commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
18626Author: Kumar Gala <galak@kernel.crashing.org>
18627Date: Mon Sep 8 13:57:12 2008 -0500
18628
18629 Remove support for booting ARTOS images
18630
18631 Pantelis Antoniou stated:
18632 AFAIK, it is still used but the products using PPC are long gone.
18633 Nuke it plz (from orbit).
18634
18635 So remove it since it cleans up a usage of env_get_char outside of
18636 the environment code.
18637
18638 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18639
18640commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
18641Author: Wolfgang Denk <wd@denx.de>
18642Date: Tue Sep 9 15:45:18 2008 +0200
18643
18644 Makefile: compile and link each module just once
18645
18646 Several source files need to be compiled and linked when one or more
18647 config options are selected. To allow for easy selection in the
18648 Makefiles yet to avoild multiple compilation (which costs build time)
18649 and especially multiple linking (which causes errors), we use
18650 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
18651
18652 By courtesy of Detlev Zundel who suggested this approach.
18653
18654 Signed-off-by: Wolfgang Denk <wd@denx.de>
18655
18656commit 48d0192fe869948fef14b460b5f0c85bca933693
18657Author: Andreas Engel <andreas.engel@ericsson.com>
18658Date: Mon Sep 8 14:30:53 2008 +0200
18659
18660 Moved conditional compile into Makefile
18661
18662 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
18663
18664commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
18665Author: Andreas Engel <andreas.engel@ericsson.com>
18666Date: Mon Sep 8 10:17:31 2008 +0200
18667
18668 Merged serial_pl010.c and serial_pl011.c.
18669
18670 They only differ in the init function.
18671 This also adds the missing watchdog support for the PL011.
18672
18673 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
18674
18675commit 0817d688f307ee2c0598e79175c94a40ce90337b
18676Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18677Date: Sun Sep 7 17:10:27 2008 -0400
18678
18679 Remove gap fill in srec object v2
18680
18681 SREC files do not need gap fill: The load address is specified in the
18682 file. On the other hand, it can't be avoided in a .bin object. It has
18683 no information about memory location.
18684
18685 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18686
18687commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
18688Author: Markus Heidelberg <markus.heidelberg@web.de>
18689Date: Sun Sep 7 20:18:27 2008 +0200
18690
18691 README: fix missing subdirectory in the documentation
18692
18693 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
18694
18695commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
18696Author: Graeme Russ <graeme.russ@gmail.com>
18697Date: Sun Sep 7 07:08:42 2008 +1000
18698
18699 Update i386 code (sc520_cdp)
18700
18701 Attempt to bring i386 / sc520 inline with master
18702
18703 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18704
18705commit 5608692104efa8d56df803dc79ea41ac3607eee5
18706Author: Guennadi Liakhovetski <lg@denx.de>
18707Date: Thu Sep 4 13:01:49 2008 +0200
18708
18709 fw_env: add NAND support
18710
18711 Add support for environment in NAND with automatic NOR / NAND recognition,
18712 including unaligned environment, bad-block skipping, redundant environment
18713 copy.
18714
18715 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18716
18717commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
18718Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18719Date: Tue Sep 9 09:50:24 2008 +0200
18720
18721 ppc4xx: Fix out-of-tree building of CPCI405 variants
18722
18723 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18724 Acked-by: Stefan Roese <sr@denx.de>
18725
18726commit 59f630588e3fdbd698a0a2798e52a8924e899563
18727Author: Sergei Poselenov <sposelenov@emcraft.com>
18728Date: Fri Aug 15 15:42:11 2008 +0200
18729
18730 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
18731
18732 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18733
18734commit e64987a892353f3d49eb242d997820ef8f538912
18735Author: Anatolij Gustschin <agust@denx.de>
18736Date: Fri Aug 15 15:42:13 2008 +0200
18737
18738 85xx: socrates: Enable Lime support.
18739
18740 This patch adds Lime GDC support together with support for the PWM
18741 backlight control through the w83782d chip. The reset pin of the
18742 latter is attached to GPIO, so we need to reset it in
18743 early_board_init_r.
18744
18745 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18746
18747commit 3e79b588b5199f35016f178fc0d5d1266382097f
18748Author: Detlev Zundel <dzu@denx.de>
18749Date: Fri Aug 15 15:42:12 2008 +0200
18750
18751 85xx: Socrates: Major code update.
18752
18753 - Update the local bus ranges in the FDT for Linux for the various
18754 devices connected to the local bus via chip-select.
18755
18756 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
18757 lower than 66 MHz and uses I/O accessor functions consequently.
18758
18759 - UPM data update.
18760
18761 - Update of default environment and configuration. Use I2C multibus
18762 as we do have two I2C buses. Also enable sdram and ext2 commands.
18763
18764 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
18765 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18766 Signed-off-by: Detlev Zundel <dzu@denx.de>
18767
18768commit e8d18541c6ceab821f75faab031740b33fdbfa4b
18769Author: Timur Tabi <timur@freescale.com>
18770Date: Fri Jul 18 16:52:23 2008 +0200
18771
18772 Update Freescale 85xx boards to sys_eeprom.c
18773
18774 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
18775 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
18776 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
18777 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
18778
18779 Signed-off-by: Timur Tabi <timur@freescale.com>
18780
18781commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
18782Author: Wolfgang Denk <wd@denx.de>
18783Date: Tue Sep 9 10:08:02 2008 +0200
18784
18785 lib_ppc/interrupts.c: make board_show_activity() a weak function
18786
18787 This allows to use show_activity() without having to
18788 define an empty board_show_activity() function.
18789
18790 Signed-off-by: Wolfgang Denk <wd@denx.de>
18791
18792commit fe876787f8743883ce58fed61525eaa2f34da4c5
18793Author: Wolfgang Denk <wd@denx.de>
18794Date: Tue Sep 9 10:06:44 2008 +0200
18795
18796 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
18797
18798 Signed-off-by: Wolfgang Denk <wd@denx.de>
18799
18800commit 965de106ba8900372c8b16dc60d5acab7f925e38
18801Author: Wolfgang Denk <wd@denx.de>
18802Date: Tue Sep 9 10:03:47 2008 +0200
18803
18804 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
18805
18806 Signed-off-by: Wolfgang Denk <wd@denx.de>
18807
f12e4549
WD
18808commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
18809Author: Sergei Poselenov <sposelenov@emcraft.com>
18810Date: Fri Aug 15 15:42:11 2008 +0200
18811
18812 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
18813
18814 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18815
18816commit 36241ca29d4804a1006fb3f26069effda5202581
18817Author: Anatolij Gustschin <agust@denx.de>
18818Date: Fri Aug 15 15:42:13 2008 +0200
18819
18820 85xx: socrates: Enable Lime support.
18821
18822 This patch adds Lime GDC support together with support for the PWM
18823 backlight control through the w83782d chip. The reset pin of the
18824 latter is attached to GPIO, so we need to reset it in
18825 early_board_init_r.
18826
18827 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18828
18829commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
18830Author: Detlev Zundel <dzu@denx.de>
18831Date: Fri Aug 15 15:42:12 2008 +0200
18832
18833 85xx: Socrates: Major code update.
18834
18835 - Update the local bus ranges in the FDT for Linux for the various
18836 devices connected to the local bus via chip-select.
18837
18838 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
18839 lower than 66 MHz and uses I/O accessor functions consequently.
18840
18841 - UPM data update.
18842
18843 - Update of default environment and configuration. Use I2C multibus
18844 as we do have two I2C buses. Also enable sdram and ext2 commands.
18845
18846 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
18847 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18848 Signed-off-by: Detlev Zundel <dzu@denx.de>
18849
8b9e4787
WD
18850commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
18851Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18852Date: Tue Sep 9 01:22:39 2008 +0200
18853
18854 disk-on-chip: remove duplicate doc_probe declaration
18855
18856 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18857
18858commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
18859Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18860Date: Tue Sep 9 00:59:40 2008 +0200
18861
18862 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
18863
18864 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18865
18866commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
18867Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18868Date: Tue Sep 9 00:59:39 2008 +0200
18869
18870 rs5c372: fix rtc_set prototype
18871
18872 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18873
18874commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
18875Author: Sergei Poselenov <sposelenov@emcraft.com>
18876Date: Thu Aug 14 14:08:28 2008 +0200
18877
18878 ARM: fix warning: target CPU does not support interworking
18879
18880 This patch fixes warnings like this:
18881
18882 start.S:0: warning: target CPU does not support interworking
18883
18884 which come from some ARM cross compilers and are caused by hard-coded
18885 (with "--with-cpu=arm9" configuration option) ARM targets (which
18886 support ARM Thumb instructions), while the ARM target selected from
18887 the command line (with "-march=armv4") doesn't support Thumb
18888 instructions.
18889
18890 This warning is issued by the compiler regardless of the real use of
18891 the Thumb instructions in code.
18892
18893 To fix this problem, we use options according to compiler version
18894 being used.
18895
18896 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18897 Signed-off-by: Wolfgang Denk <wd@denx.de>
18898
18899commit 4265c35fbcb248e58179007621d61d32d0b3b82a
18900Author: Sergei Poselenov <sposelenov@emcraft.com>
18901Date: Thu Aug 14 14:08:28 2008 +0200
18902
18903 ARM: Use do_div() instead of division for "long long".
18904
18905 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18906 Signed-off-by: Wolfgang Denk <wd@denx.de>
18907
f12e4549
WD
18908commit 8febd13c69cb68652577d1a9fcbde954bf784155
18909Author: Timur Tabi <timur@freescale.com>
18910Date: Fri Jul 18 16:52:23 2008 +0200
18911
18912 Update Freescale 85xx boards to sys_eeprom.c
18913
18914 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
18915 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
18916 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
18917 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
18918
18919 Signed-off-by: Timur Tabi <timur@freescale.com>
18920
8b9e4787
WD
18921commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
18922Author: Wolfgang Denk <wd@denx.de>
18923Date: Mon Sep 8 23:26:22 2008 +0200
18924
18925 lib_arm/bootm.c: fix compile warnings
18926
18927 bootm.c:128: warning: label 'error' defined but not used
18928 bootm.c:65: warning: unused variable 'ret'
18929
18930 Signed-off-by: Wolfgang Denk <wd@denx.de>
18931
18932commit 2e3c867d0a63c563a51e65b776973b008f16cec5
18933Author: Wolfgang Denk <wd@denx.de>
18934Date: Mon Sep 8 22:46:42 2008 +0200
18935
18936 ml507: fix out of tree build problem
18937
18938 Signed-off-by: Wolfgang Denk <wd@denx.de>
18939
18940commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
18941Author: Wolfgang Denk <wd@denx.de>
18942Date: Mon Sep 8 22:10:28 2008 +0200
18943
18944 common/cmd_bootm.c: fix printf() format warnings
18945
18946 Signed-off-by: Wolfgang Denk <wd@denx.de>
18947
18948commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
18949Author: Wolfgang Denk <wd@denx.de>
18950Date: Mon Sep 8 22:37:45 2008 +0200
18951
18952 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
18953
18954 missing doc_probe() prototype.
18955
18956 Signed-off-by: Wolfgang Denk <wd@denx.de>
18957
18958commit 2c5e3cc4994897d364b148942ff23e47783198f6
18959Author: Wolfgang Denk <wd@denx.de>
18960Date: Mon Sep 8 21:28:14 2008 +0200
18961
18962 mk48t59: fix compile problem introduced by commit d1e23194
18963
18964 Signed-off-by: Wolfgang Denk <wd@denx.de>
18965
18966commit 5ff889349d2ace13f10c9335e09365fcec8247cc
18967Author: Stefan Roese <sr@denx.de>
18968Date: Mon Sep 8 14:11:12 2008 +0200
18969
18970 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
18971
18972 This patch moves some 4xx specific prototypes out of include common.h
18973 to a ppc4xx specific header.
18974
18975 Signed-off-by: Stefan Roese <sr@denx.de>
18976
18977commit ac53ee8318678190bf3c68da477a84a657d86fb0
18978Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18979Date: Fri Sep 5 15:34:04 2008 +0200
18980
18981 ppc4xx: Update CPCI405(AB) configuration
18982
18983 This patch add FDT support and command line editing capabilities
18984 for CPCI405 and CPCI405AB boards.
18985
18986 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18987 Signed-off-by: Stefan Roese <sr@denx.de>
18988
18989commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
18990Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18991Date: Fri Sep 5 15:34:03 2008 +0200
18992
18993 ppc4xx: Cleanup CPCI405 linker script
18994
18995 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18996 Signed-off-by: Stefan Roese <sr@denx.de>
18997
18998commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
18999Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19000Date: Fri Sep 5 15:34:02 2008 +0200
19001
19002 ppc4xx: Update CPCI405 variants handling
19003
19004 This patch replaces the BOARD_REVISION variable in include/config.mk
19005 by a using a temporary include file in the platform directory.
19006
19007 The former way does not work anymore and the latter is also used by
19008 some other boards.
19009
19010 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19011 Signed-off-by: Stefan Roese <sr@denx.de>
19012
19013commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
19014Author: Stefan Roese <sr@denx.de>
19015Date: Mon Sep 8 10:01:48 2008 +0200
19016
19017 ppc4xx: Remove CONFIG_CS8952_PHY define
19018
19019 Since this define is only used on one board that was never really in
19020 production, removing this compile time option doesn't hurt and makes
19021 the code more readable.
19022
19023 Signed-off-by: Stefan Roese <sr@denx.de>
19024
19025commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
19026Author: Stefan Roese <sr@denx.de>
19027Date: Fri Sep 5 14:11:40 2008 +0200
19028
19029 ppc4xx: Fix compilation warning for PIP405
19030
19031 This patch fixes a compilation warning for the PIP405 board. It moves the
19032 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
19033 occur anymore. I am a little unsure if this #ifdef is at the correct
19034 place now or if it could be removed completely. This needs to get
19035 tested on the PIP405 board.
19036
19037 Signed-off-by: Stefan Roese <sr@denx.de>
19038
19039commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
19040Author: Stefan Roese <sr@denx.de>
19041Date: Fri Sep 5 14:09:09 2008 +0200
19042
19043 ppc4xx: Fix compilation warning for canyonlands & glacier
19044
19045 Signed-off-by: Stefan Roese <sr@denx.de>
19046
19047commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
19048Author: Kumar Gala <galak@kernel.crashing.org>
19049Date: Fri Sep 5 14:40:29 2008 -0500
19050
19051 Fix compiler warning in mpc8xxx ddr code
19052
19053 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
19054 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
19055 ctrl_regs.c:523: note: 'caslat' was declared here
19056
19057 Add a warning in DDR1 case if cas_latency isn't a value we know about.
19058
19059 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19060 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19061
19062commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
19063Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19064Date: Mon Sep 1 23:06:23 2008 +0200
19065
19066 rtc: allow rtc_set to return an error and use it in cmd_date
19067
19068 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19069
19070commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
19071Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19072Date: Mon Sep 1 01:16:33 2008 +0200
19073
19074 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
19075
19076 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19077
19078commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
19079Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19080Date: Sun Aug 31 05:37:04 2008 +0900
19081
19082 config.mk: Move arch-specific condition to $(ARCH)_config.mk
19083
19084 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19085
19086commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
19087Author: Kumar Gala <galak@kernel.crashing.org>
19088Date: Fri Aug 29 19:08:29 2008 -0500
19089
19090 Prevent crash if random/invalid ramdisks are passed to bootm
19091
19092 Adds returning an error from the ramdisk detection code if
19093 its not a real ramdisk (invalid). There is no reason we can't
19094 just return back to the console if we detect an invalid
19095 ramdisk or CRC error.
19096
19097 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19098
19099commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
19100Author: Anatolij Gustschin <agust@denx.de>
19101Date: Fri Aug 29 21:04:45 2008 +0200
19102
19103 Prevent crash if random DTB address is passed to bootm
19104
19105 This patch adds bootm_start() return value check. If
19106 error status is returned, we do not proceed further to
19107 prevent board reset or crash as we still can recover
19108 at this point.
19109
19110 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19111
19112commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
19113Author: Andrew Dyer <adyer@righthandtech.com>
19114Date: Fri Aug 29 12:30:39 2008 -0500
19115
19116 clean up some #if !defined() in drivers/video/cfb_console.c
19117
19118 rearrange some #if !defined() / #else / #endif statements to remove
19119 the negative logic.
19120
19121 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
19122
19123commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
19124Author: Kyungmin Park <kmpark@infradead.org>
19125Date: Fri Aug 29 09:02:20 2008 +0900
19126
19127 apollon: use the last memory area for u-boot
19128
19129 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19130
19131commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
19132Author: Heiko Schocher <hs@denx.de>
19133Date: Thu Aug 28 13:50:42 2008 +0200
19134
19135 TQM8272: move NAND part in seperate File
19136
19137 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
19138 because I have no longer access to the hardware.
19139
19140 Signed-off-by: Heiko Schocher <hs@denx.de>
19141
19142commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
19143Author: Heiko Schocher <hs@denx.de>
19144Date: Thu Aug 28 13:48:36 2008 +0200
19145
19146 TQM8272: Fix compiling error for the TQM8272 board.
19147
19148 Fix compile problems caused by
19149 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
19150
19151 Signed-off-by: Heiko Schocher <hs@denx.de>
19152
19153commit 1a7f8ccec981648ccd38fca2535490582eee08e6
19154Author: Kyungmin Park <kmpark@infradead.org>
19155Date: Wed Aug 27 14:45:20 2008 +0900
19156
19157 Add JFFS2 command support on OneNAND
19158
19159 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19160
19161commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
19162Author: Mark Jackson <mpfj@mimc.co.uk>
19163Date: Mon Aug 25 19:21:30 2008 +0100
19164
19165 Allow console input to be disabled
19166
19167 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
19168
19169 When CONFIG_DISABLE_CONSOLE is defined, setting
19170 GD_FLG_DISABLE_CONSOLE disables all console input and output.
19171
19172 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19173
19174commit 2b22d608f370565c87f55928b524207031419c11
19175Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19176Date: Wed Jul 30 12:39:29 2008 +0200
19177
19178 loads: allow negative offsets
19179
19180 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19181
19182commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
19183Author: Yuri Tikhonov <yur@emcraft.com>
19184Date: Thu Sep 4 11:19:05 2008 +0200
19185
19186 USB EHCI: reset root hub
19187
19188 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
19189 resetting only via EHCI registers. So, this patch adds the
19190 corresponding kind of reset to OHCI's hc_reset() if the newly
19191 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
19192 board).
19193
19194 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19195 Acked-by: Markus Klotzbuecher <mk@denx.de>
19196
19197commit 5875d358f025c1b042d8a0f08384b756de7256c9
19198Author: Yuri Tikhonov <yur@emcraft.com>
19199Date: Fri Aug 15 15:42:09 2008 +0200
19200
19201 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
19202
19203 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19204
19205commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
19206Author: Stefan Roese <sr@denx.de>
19207Date: Fri Sep 5 10:47:46 2008 +0200
19208
19209 devices: Use list_add_tail() instead of list_add() to register a device
19210
19211 This patch fixes a problem spotted on Glacier/Canyonlands (and most
19212 likely lots of other board ports), that no serial output was seen
19213 after console initialization in console_init_r(). This is because the
19214 last added console device was used instead of the first added.
19215
19216 This patch fixes this problem by using list_add_tail() instead of
19217 list_add() to register a device. This way the first added console
19218 is used again.
19219
19220 Signed-off-by: Stefan Roese <sr@denx.de>
19221
19222commit 78d78236896d62bb8ca7302af38d8f1493eb2651
19223Author: Victor Gallardo <vgallardo@amcc.com>
19224Date: Thu Sep 4 23:49:36 2008 -0700
19225
19226 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
19227
19228 This patch adds GPCS, SGMII and M88E1112 PHY support
19229 for the AMCC PPC460GT/EX processors.
19230
19231 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
19232 Signed-off-by: Stefan Roese <sr@denx.de>
19233
19234commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
19235Author: Adam Graham <agraham@amcc.com>
19236Date: Wed Sep 3 12:26:59 2008 -0700
19237
19238 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
19239
19240 Signed-off-by: Adam Graham <agraham@amcc.com>
19241 Signed-off-by: Stefan Roese <sr@denx.de>
19242
19243commit 075d0b81e896e8735ae26372cd384f87cbd24e41
19244Author: Adam Graham <agraham@amcc.com>
19245Date: Wed Sep 3 12:26:28 2008 -0700
19246
19247 ppc4xx: IBM Memory Controller DDR autocalibration routines
19248
19249 Alternate SDRAM DDR autocalibration routine that can be generically used
19250 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
19251 support of more DIMM/memory chip vendors and gets the DDR autocalibration
19252 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
19253
19254 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
19255 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
19256 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
19257 lot longer to run than Method_B. Method_B executes in the same amount of time
19258 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
19259 Normally Method_B is used and it is set as the default method.
19260
19261 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
19262 Controller registers.[bit-field]:
19263 1) SDRAM0_RQDC.[RQFD]
19264 2) SDRAM0_RFDC.[RFFD]
19265
19266 This alternate PPC4xx DDR autocalibration code calibrates the following
19267 IBM SDRAM Controller registers.[bit-field]:
19268
19269 1) SDRAM0_WRDTR.[WDTR]
19270 2) SDRAM0_CLKTR.[CKTR]
19271 3) SDRAM0_RQDC.[RQFD]
19272 4) SDRAM0_RFDC.[RFFD]
19273
19274 and will also use the calibrated settings of the above four registers that
19275 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
19276 register.[bit-field].
19277
19278 Signed-off-by: Adam Graham <agraham@amcc.com>
19279 Signed-off-by: Stefan Roese <sr@denx.de>
19280
19281commit e07f4a8033b6270b8103049adb6456f660ff4a89
19282Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19283Date: Mon Sep 1 13:09:39 2008 -0400
19284
19285 ppc44x: Unification of virtex5 pp440 boards
19286
19287 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
19288
19289 It unificates 3 different things:
19290
19291 1) Source code
19292 A new board called ppc440-generic has been created. This board includes
19293 a generic tlb initialization (Maps the whole memory into virtual) and
19294 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
19295 so, they can be replaced by specific functions.
19296
19297 If a new board needs to redefine any of the previous functions
19298 (specific initialization) it can create a new directory with the
19299 specific initializations needed. (see the example ml507 board).
19300
19301 2) Configuration file
19302 Common configurations are located under configs/xilinx-ppc440.h, this
19303 header file interpretes the xparameters file generated by EDK and
19304 configurates u-boot in correspondence. Example: if there is a Temac,
19305 allows CMD_CONFIG_NET
19306 Specific configuration are located under specific configuration file.
19307 (see the example ml507 board)
19308
19309 3) Makefile
19310 Some work has been done in order to not duplicate work in the Main
19311 Makefile. Please see the attached code.
19312
19313 In order to support new boards they can be implemented in the next way:
19314
19315 a) Simple Generic Board (90% of the time)
19316 Using EDK generates a new xparameters.h file, replace
19317 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
19318 && make
19319
19320 b) Simple Boards with special u-boot parameters (9 % of the time)
19321 Create a new file under configs for it (use ml507.h as example) and
19322 change your paramaters. Create a new Makefile paragraph and compile
19323
19324 c) Complex boards (1% of the time)
19325 Create a new folder for the board, like the ml507
19326
19327 Finally, it adds support for the Avnet FX30T Evaluation board, following
19328 the new generic structure:
19329
19330 Cheap board by Avnet for evaluating the Virtex5 FX technology.
19331
19332 This patch adds support for:
19333 - UartLite
19334 - 16MB Flash
19335 - 64MB RAM
19336
19337 Prior using U-boot in this board, read carefully the ERRATA by Avnet
19338 to solve some memory initialization issues.
19339
19340 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19341 Signed-off-by: Stefan Roese <sr@denx.de>
19342
19343commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
19344Author: Nick Spence <nick.spence@freescale.com>
19345Date: Tue Sep 2 15:21:16 2008 -0500
19346
19347 mpc83xx: fix mpc8313 in-tree building with NAND
19348
19349 and add mpc8313 NAND build to MAKEALL
19350
19351 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19352 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19353
19354commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
19355Author: Nick Spence <nick.spence@freescale.com>
19356Date: Thu Aug 28 14:09:25 2008 -0700
19357
19358 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
19359
19360 Cleans up some latent issues with the data cache control so that
19361 dcache_enable() and dcache_disable() will work reliably (after
19362 unlock_ram_in_cache() has been called)
19363
19364 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19365 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19366
19367commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
19368Author: Nick Spence <nick.spence@freescale.com>
19369Date: Thu Aug 28 14:09:19 2008 -0700
19370
19371 mpc83xx: Store and display Arbiter Event Register values
19372
19373 Record the Arbiter Event Register values and optionally display them.
19374
19375 The Arbiter Event Register can record the type and effective address of
19376 an arbiter error, even through an HRESET. This patch stores the values in
19377 the global data structure.
19378
19379 Display of the Arbiter Event registers immediately after the RSR value
19380 can be enabled with defines. The Arbiter values will only be displayed
19381 if an arbiter event has occured since the last Power On Reset, and either
19382 of the following defines exist:
19383 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
19384 and type register values
19385 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
19386 event register values
19387
19388 Address Only transactions are one of the trapped events that can register
19389 as an arbiter event. They occur with some cache manipulation instructions
19390 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
19391 has the MEMORY_COHERENCE WIMG bit set. Setting:
19392 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
19393 only events, so that it can still capture
19394 other real problems.
19395
19396 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19397 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19398
19399commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
19400Author: Nick Spence <nick.spence@freescale.com>
19401Date: Thu Aug 28 14:09:11 2008 -0700
19402
19403 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
19404
19405 This is needed in unlock_ram_in_cache() because it is called from C and
19406 will corrupt the small data area anchor that is kept in R2.
19407
19408 lock_ram_in_cache() is modified similarly as good coding practice, but
19409 is not called from C.
19410
19411 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19412 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19413
19414commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
19415Author: Nick Spence <nick.spence@freescale.com>
19416Date: Fri Aug 22 23:52:50 2008 -0700
19417
19418 MPC83XX: Fix GPIO configuration - set gpio level before direction
19419
19420 Set DAT value before DIR values to avoid creating glitches on the
19421 GPIO signals.
19422
19423 Set gpio level register before direction register to inhibit
19424 glitches on high level output pins.
19425
19426 Dir and data gets cleared at powerup, so high level output lines see
19427 a short low pulse between setting the direction and level registers.
19428
19429 Issue was seen on a new board with the nReset line of the NOR flash
19430 connected to a GPIO. Setting the direction register puts the NOR flash
19431 in reset so the next instruction to set the level cannot get executed.
19432
19433 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19434 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19435 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19436
19437commit 7007c5975ee900ad70983b0681d3251e221f8321
19438Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19439Date: Tue Sep 2 02:58:32 2008 +0200
19440
19441 doc/qemu_mips: add doc howto debug u-boot with gdb
19442
19443 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19444
19445commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
19446Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19447Date: Wed Sep 3 17:15:45 2008 +0200
19448
19449 ppx4xx: Fix broken DASA_SIM board
19450
19451 This patch adds initdram() to DASA_SIM boards that has been
19452 removed accidentally by a previous commit.
19453
19454 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19455 Signed-off-by: Stefan Roese <sr@denx.de>
19456
19457commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
19458Author: Stefan Roese <sr@denx.de>
19459Date: Mon Sep 1 08:35:37 2008 +0200
19460
19461 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
19462
19463 This patch removes some direct references to common/lists.o from some
19464 esd linker scripts. This is necessary because the lists source was moved
19465 and is not in the "common" directory anymore.
19466
19467 Signed-off-by: Stefan Roese <sr@denx.de>
19468
19469commit 97b0734d65f8a0b03df0a335a2addc759da56107
19470Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19471Date: Tue Sep 2 16:33:05 2008 +0200
19472
19473 ppc4xx: Remove obsolete or unused functions from some esd boards
19474
19475 This patch removes initdram() and testdram() from most esd 405 platforms.
19476 Some boards also have an empty dummy implementation of
19477 misc_init_f(). This is also removed.
19478
19479 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19480 Signed-off-by: Stefan Roese <sr@denx.de>
19481
19482commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
19483Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19484Date: Tue Sep 2 15:07:54 2008 +0200
19485
19486 ppc4xx: Update VOM405 board configuration
19487
19488 - remove PCI code
19489 - add command line editing
19490 - minor cleanup
19491
19492 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19493 Signed-off-by: Stefan Roese <sr@denx.de>
19494
19495commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
19496Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19497Date: Tue Sep 2 15:07:53 2008 +0200
19498
19499 ppc4xx: Remove obsolete initdram() function from VOM405 board
19500
19501 This patch removed the obsolete initdram() function from
19502 VOM405 platform file.
19503
19504 Some minor cleanup.
19505
19506 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19507 Signed-off-by: Stefan Roese <sr@denx.de>
19508
19509commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
19510Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19511Date: Tue Sep 2 15:07:52 2008 +0200
19512
19513 ppc4xx: Cleanup VOM405 linker script
19514
19515 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19516 Signed-off-by: Stefan Roese <sr@denx.de>
19517
19518commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
19519Author: Matthias Fuchs <mf@esd.eu>
19520Date: Tue Sep 2 15:07:51 2008 +0200
19521
19522 ppc4xx: Add fdt support for VOM405 boards
19523
19524 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19525 Signed-off-by: Stefan Roese <sr@denx.de>
19526
19527commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
19528Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19529Date: Tue Sep 2 11:36:14 2008 +0200
19530
19531 ppc4xx: Coding style cleanup
19532
19533 Wrap long lines etc.
19534
19535 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19536 Signed-off-by: Stefan Roese <sr@denx.de>
19537
19538commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
19539Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19540Date: Tue Sep 2 11:35:56 2008 +0200
19541
19542 ppc4xx: Enable USB on PLU405 boards
19543
19544 This patch enables the PCI-OHCI controller on PLU405 board.
19545
19546 Also the default CPU frequency is updated to 266 MHz and
19547 command line editing is enabled.
19548
19549 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19550 Signed-off-by: Stefan Roese <sr@denx.de>
19551
19552commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
19553Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19554Date: Tue Sep 2 11:35:35 2008 +0200
19555
19556 ppc4xx: Cleanup PLU405 platform file
19557
19558 This patch
19559 - wraps some long lines
19560 - removes unused/obsolete functions: misc_init_f() and initdram()
19561
19562 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19563 Signed-off-by: Stefan Roese <sr@denx.de>
19564
19565commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
19566Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19567Date: Tue Sep 2 11:35:04 2008 +0200
19568
19569 ppc4xx: Cleanup PLU405 linker script
19570
19571 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19572 Signed-off-by: Stefan Roese <sr@denx.de>
19573
19574commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
19575Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19576Date: Tue Sep 2 11:34:36 2008 +0200
19577
19578 ppc4xx: Add fdt support for PLU405 boards
19579
19580 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19581 Signed-off-by: Stefan Roese <sr@denx.de>
19582
19583commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
19584Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19585Date: Tue Sep 2 11:34:08 2008 +0200
19586
19587 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
19588
19589 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19590 Signed-off-by: Stefan Roese <sr@denx.de>
19591
19592commit be1b0d2777e179191a57b138b660547a17e55aad
19593Author: Jochen Friedrich <jochen@scram.de>
19594Date: Tue Sep 2 11:24:59 2008 +0200
19595
19596 Don't tftp to unknown flash
19597
19598 If a board has a variable number of flash banks, there are empty entries
19599 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
19600 "Outside available Flash". This patch skips flash banks with unknown
19601 flash ids.
19602
19603 Signed-off-by: Jochen Friedrich <jochen@scram.de>
19604 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19605
19606commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
19607Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19608Date: Thu Aug 28 13:40:44 2008 +0900
19609
19610 net: smc911x: Add pkt_data_pull and pkt_data_push function
19611
19612 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
19613 Byte-swapping is necessary, and so poor performance is inevitable.
19614 This problem cannot evade by the swap function of CHIP, this can
19615 evade by software Byte-swapping.
19616 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
19617 functions necessary to solve this problem.
19618
19619 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19620 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19621
19622commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
19623Author: Ben Warren <biggerbadderben@gmail.com>
19624Date: Sun Aug 31 20:37:00 2008 -0700
19625
19626 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
19627
19628 Affected boards:
19629 db64360
19630 db64460
19631 katmai
19632 taihu
19633 taishan
19634 yucca
19635 cpc45
19636 cpu87
19637 eXalion
19638 elppc
19639 debris
19640 kvme080
19641 mpc8315erdb
19642 integratorap
19643 ixdp425
19644 oxc
19645 pm826
19646 pm828
19647 pm854
19648 pm856
19649 ppmc7xx
19650 sc3
19651 sc520_spunk
19652 sorcery
19653 tqm8272
19654 tqm85xx
19655 utx8245
19656
19657 Removed initialization of the driver from net/eth.c
19658 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
19659
19660 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19661
19662commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
19663Author: Ben Warren <biggerbadderben@gmail.com>
19664Date: Sun Aug 31 10:45:44 2008 -0700
19665
19666 Moved initialization of TULIP Ethernet controller to board_eth_init()
19667
19668 Affected boards:
19669 cu824
19670 bab7xx
19671 adciop
19672 dasa_sim
19673 mousse
19674 mpc8540eval
19675 musenki
19676 mvblue
19677 pcippc2/pcippc6
19678 sbc8240
19679 stxssa
19680
19681 Removed initialization of the driver from net/eth.c
19682
19683 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19684
19685commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
19686Author: Ben Warren <biggerbadderben@gmail.com>
19687Date: Sun Aug 31 10:44:19 2008 -0700
19688
19689 Moved initialization of E1000 Ethernet controller to board_eth_init()
19690
19691 Affected boards:
19692 ap1000
19693 mvbc_p
19694 PM854
19695
19696 Removed initialization of the driver from net/eth.c
19697
19698 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19699
19700commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
19701Author: Ben Warren <biggerbadderben@gmail.com>
19702Date: Sun Aug 31 10:40:51 2008 -0700
19703
19704 Moved initialization of plb2800 Ethernet driver to board_eth_init
19705
19706 Affected boards:
19707 purple
19708
19709 Removed initialization of controller from net/eth.c
19710
19711 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19712
19713commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
19714Author: Ben Warren <biggerbadderben@gmail.com>
19715Date: Sun Aug 31 10:39:12 2008 -0700
19716
19717 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
19718
19719 Modified board_eth_init() functions of boards that have this FEC in addition
19720 to other Ethernet controllers.
19721
19722 Affected boards:
19723 bc3450
19724 icecube
19725 mvbc_p
19726 o2dnt
19727 pm520
19728 total5200
19729 tq5200
19730
19731 Removed initialization of controller from net/eth.c
19732
19733 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19734
19735commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
19736Author: Ben Warren <biggerbadderben@gmail.com>
19737Date: Sun Aug 31 10:36:38 2008 -0700
19738
19739 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
19740
19741 Added a cpu_eth_init() function to MPC512x CPU directory and
19742 removed code from net/eth.c
19743
19744 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19745
19746commit 8218bd2aa68820b878a8413493ae17fd8d21f944
19747Author: Ben Warren <biggerbadderben@gmail.com>
19748Date: Sun Aug 31 10:16:59 2008 -0700
19749
19750 Moved initialization of IncaIP Ethernet controller to board_eth_init
19751
19752 Affected boards:
19753 IncaIP
19754
19755 Removed initialization of the driver from net/eth.c
19756
19757 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19758
19759commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
19760Author: Ben Warren <biggerbadderben@gmail.com>
19761Date: Sun Aug 31 10:15:26 2008 -0700
19762
19763 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
19764
19765 Affected boards:
19766 AmigaOneG3SE
19767
19768 Removed initialization of the driver from net/eth.c
19769
19770 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19771
19772commit 6aca145e067efe75398e9fac97822bd3700de0b2
19773Author: Ben Warren <biggerbadderben@gmail.com>
19774Date: Sun Aug 31 10:13:34 2008 -0700
19775
19776 Moved initialization of GT6426x Ethernet controller to board_eth_init()
19777
19778 Affected boards:
19779 EVB64260
19780 P3G4
19781 ZUMA
19782
19783 Removed initialization of the driver from net/eth.c
19784
19785 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19786
19787commit e3090534d62045dcb73f5392bacc64a4e8e443dc
19788Author: Ben Warren <biggerbadderben@gmail.com>
19789Date: Sun Aug 31 10:08:43 2008 -0700
19790
19791 Moved initialization of PCNET Ethernet controller to board_eth_init()
19792
19793 Affected boards:
19794 PN62
19795 sc520_cdp
19796
19797 Removed initialization of the driver from net/eth.c
19798
19799 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19800
19801commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
19802Author: Ben Warren <biggerbadderben@gmail.com>
19803Date: Sun Aug 31 10:07:16 2008 -0700
19804
19805 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
19806
19807 Affected boards:
19808 a3000
19809
19810 Removed initialization of the driver from net/eth.c
19811
19812 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19813
19814commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
19815Author: Ben Warren <biggerbadderben@gmail.com>
19816Date: Sun Aug 31 10:03:22 2008 -0700
19817
19818 Moved initialization of NS8382X Ethernet controller to board_eth_init()
19819
19820 Affected boards:
19821 bc3450
19822 cpci5200
19823 mecp5200
19824 pf2000
19825 icecube
19826 o2dnt
19827 pm520
19828 sandpoint8245
19829 total5200
19830 tqm5200
19831
19832 Removed initialization of the driver from net/eth.c
19833
19834 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19835
19836commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
19837Author: Ben Warren <biggerbadderben@gmail.com>
19838Date: Sun Aug 31 09:59:33 2008 -0700
19839
19840 Moved initialization of TSI108 Ethernet controller to board_eth_init()
19841
19842 Affected boards:
19843 mpc7448hpc2
19844
19845 Removed initialization of the driver from net/eth.c
19846
19847 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19848
19849commit 0b252f50ae218ae15bfb63af44227972686ebc56
19850Author: Ben Warren <biggerbadderben@gmail.com>
19851Date: Sun Aug 31 21:41:08 2008 -0700
19852
19853 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
19854
19855 Affected boards:
19856 hidden_dragon
19857 MPC8544DS
19858 MPC8610HPCN
19859 R2DPLUS
19860 TB0229
19861
19862 Removed initialization of the driver from net/eth.c
19863
19864 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19865
19866commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
19867Author: Ben Warren <biggerbadderben@gmail.com>
19868Date: Sun Aug 31 09:49:42 2008 -0700
19869
19870 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
19871
19872 Affected boards:
19873 linkstation
19874 r7780mp
19875
19876 Removed initialization of the driver from net/eth.c
19877
19878 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19879
19880commit 3ae071e44256144d6c1e3febb65f6c56bd433769
19881Author: Ben Warren <biggerbadderben@gmail.com>
19882Date: Tue Aug 12 22:11:53 2008 -0700
19883
19884 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
19885
19886 Removed at91sam9_eth_initialize() from net/eth.c
19887
19888 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19889
19890commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
19891Author: Ben Warren <biggerbadderben@gmail.com>
19892Date: Sun Aug 31 22:22:04 2008 -0700
19893
19894 Introduce netdev.h header file and remove externs
19895
19896 This addresses all drivers whose initializers have already
19897 been moved to board_eth_init()/cpu_eth_init().
19898
19899 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19900
19901commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
19902Author: Andy Fleming <afleming@freescale.com>
19903Date: Sun Aug 31 16:33:30 2008 -0500
19904
19905 Add pixis_set_sgmii command
19906
19907 The 8544DS and 8572DS platforms support an optional SGMII riser card to
19908 expose ethernet over an SGMII interface. Once the card is in, it is also
19909 necessary to configure the board such that it uses the card, rather than
19910 the on-board ethernet ports. This can either be done by flipping dip switches
19911 on the motherboard, or by modifying registers in the pixis. Either way
19912 requires a reboot.
19913
19914 This adds a command to allow users to choose which ports are routed through
19915 the SGMII card, and which through the onboard ports. It also allows users
19916 to revert to the current switch settings.
19917
19918 This code does not work on the 8572, as the PIXIS is different.
19919
19920 Signed-off-by: Andy Fleming <afleming@freescale.com>
19921 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19922
19923commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
19924Author: Andy Fleming <afleming@freescale.com>
19925Date: Sun Aug 31 16:33:29 2008 -0500
19926
19927 Add SGMII support for the 8544 DS
19928
19929 The 8544 DS has an optional SGMII Riser card, which uses different PHY
19930 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
19931 setup code if so.
19932
19933 Signed-off-by: Andy Fleming <afleming@freescale.com>
19934 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19935
19936commit 652f7c2eef76a1340928bd660845441e932d86a2
19937Author: Andy Fleming <afleming@freescale.com>
19938Date: Sun Aug 31 16:33:28 2008 -0500
19939
19940 Add support for Freescale SGMII Riser Card
19941
19942 The 8544DS and 8572DS systems have an optional SGMII riser card which
19943 exposes new ethernet ports which are connected to the eTSECs via an
19944 SGMII interface. The SGMII PHYs for this board are offset from the standard
19945 PHY addresses, so this code modifies the passed in tsec_info structure to
19946 use the SGMII PHYs on the card, instead.
19947
19948 Signed-off-by: Andy Fleming <afleming@freescale.com>
19949 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19950
19951commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
19952Author: Andy Fleming <afleming@freescale.com>
19953Date: Sun Aug 31 16:33:27 2008 -0500
19954
19955 Add SGMII support to the tsec
19956
19957 Adds support for configuring the TBI to talk properly with the SerDes.
19958
19959 Signed-off-by: Andy Fleming <afleming@freescale.com>
19960 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19961
19962commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
19963Author: Andy Fleming <afleming@freescale.com>
19964Date: Sun Aug 31 16:33:26 2008 -0500
19965
19966 Pass in tsec_info struct through tsec_initialize
19967
19968 The tsec driver contains a hard-coded array of configuration information
19969 for the tsec ethernet controllers. We create a default function that works
19970 for most tsecs, and allow that to be overridden by board code. It creates
19971 an array of tsec_info structures, which are then parsed by the corresponding
19972 driver instance to determine configuration. Also, add regs, miiregs, and
19973 devname fields to the tsec_info structure, so that we don't need the kludgy
19974 "index" parameter.
19975
19976 Signed-off-by: Andy Fleming <afleming@freescale.com>
19977 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19978
19979commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
19980Author: Andy Fleming <afleming@freescale.com>
19981Date: Sun Aug 31 16:33:25 2008 -0500
19982
19983 tsec: Move tsec.h to include/
19984
19985 This is to prepare the way for board code passing in the tsec_info structure
19986
19987 Signed-off-by: Andy Fleming <afleming@freescale.com>
19988 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19989
19990commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
19991Author: Sergei Poselenov <sposelenov@emcraft.com>
19992Date: Fri Jun 6 15:52:44 2008 +0200
19993
19994 PHY: Add support for the M88E1121R Marvell chip.
19995
19996 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19997 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19998 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19999
20000commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
20001Author: Wolfgang Denk <wd@denx.de>
20002Date: Tue Sep 2 21:17:36 2008 +0200
20003
20004 fw_env.c: fix build problems with MTD_VERSION=old
20005
20006 (as needed to support old 2.4 Linux kernel based releases)
20007
20008 Signed-off-by: Wolfgang Denk <wd@denx.de>
20009
20010commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
20011Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20012Date: Mon Sep 1 17:11:26 2008 +0200
20013
20014 device: make device_register() clone the device
20015
20016 This is expected by the callers, but this fact was hidden well within
20017 the old list implementation.
20018
20019 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20020
c0a14aed
WD
20021commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
20022Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20023Date: Mon Sep 1 14:00:07 2008 +0200
20024
20025 avr32: Add support for "GPIO" port mux
20026
20027 The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
20028 all later AVR32 chips. This patch adds a driver for it, implementing the
20029 same API as the existing portmux-pio driver but with more functionality.
20030
20031 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20032
20033commit d92852579546c46bdaac978e0b6767a6645b69e0
20034Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20035Date: Fri Aug 15 15:02:29 2008 +0200
20036
20037 atstk1000: Convert to new-style makefile
20038
20039 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20040
20041commit 25e6854d42c11046a468576179b5494f850311b2
20042Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20043Date: Sun Aug 31 18:46:35 2008 +0200
20044
20045 avr32: use board_early_init_r instead of board_init_info
20046
20047 Replace the avr32-specific board_init_info hook by the standard
20048 board_early_init_r hook and make it optional.
20049
20050 board_early_init_r() runs somewhat earlier than board_init_info used to
20051 do, but this isn't a problem for any of the in-tree boards.
20052
20053 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20054
20055commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
20056Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20057Date: Sun Aug 31 18:24:24 2008 +0200
20058
20059 avr32: Use board_postclk_init instead of gclk_init
20060
20061 Replace the avr32-specific gclk_init() board hook with the standard
20062 board_postclk_init() hook which is supposed to run at the same point
20063 during initialization.
20064
20065 Provide a dummy weak alias for boards not implementing this hook. The
20066 cost of this is:
20067 - 2 bytes for the dummy function (retal 0)
20068 - 2 bytes for each unnecessary function call (short rcall)
20069
20070 which is a pretty small price to pay for avoiding lots of #ifdef
20071 clutter. In this particular case, all boards probably end up slightly
20072 smaller because we avoid the conditional checking if the gclk_init
20073 symbol is NULL.
20074
20075 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20076
20077commit abdde2b1d570b1ee77606bf783444fcddf7f0965
20078Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20079Date: Sun Aug 31 18:07:35 2008 +0200
20080
20081 hammerhead: Use gclk helper functions
20082
20083 Use the new gclk helper functions to set up the PHY clock instead of
20084 accessing the PM registers directly.
20085
20086 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20087
20088commit 98090cd75cdb40b2ab94c806c338540a5716748b
20089Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20090Date: Sun Aug 31 18:05:32 2008 +0200
20091
20092 avr32: Add gclk helper functions
20093
20094 Add two helper functions for configuring and enabling generic clocks:
20095 - gclk_enable_output: Enables output on a GCLKx pin
20096 - gclk_set_rate: Configures a gclk to run at a specific rate
20097
20098 This should eliminate any reason to go mucking about with PM registers
20099 from board code.
20100
20101 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20102
20103commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
20104Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20105Date: Fri Aug 29 21:09:49 2008 +0200
20106
20107 avr32: refactor the portmux/gpio code
20108
20109 - Separate the portmux configuration functionality from the GPIO pin
20110 control API.
20111 - Separate the controller-specific code from the chip-specific code.
20112 - Allow "ganged" port configuration (multiple pins at once).
20113 - Add more flexibility to the "canned" peripheral select functions:
20114 - Allow using more than 23 address bits, more chip selects, as
20115 well as NAND- and CF-specific pins.
20116 - Make the MACB SPEED pin optional, and choose between MII/RMII
20117 using a parameter instead of an #ifdef.
20118 - Make it possible to use other MMC slots than slot 0, and support
20119 different MMC/SDCard data bus widths.
20120 - Use more reasonable pull-up defaults; floating pins may consume a
20121 lot of power.
20122 - Get rid of some custom portmux code from the mimc200 board code. The
20123 old gpio/portmux API couldn't really handle its requirements, but
20124 the new one can.
20125 - Add documentation.
20126
20127 The end result is slightly smaller code for all boards. Which isn't
20128 really the point, but at least it isn't any larger.
20129
20130 This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
20131 the board maintainers could help me test this on their boards. In
20132 particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
20133 can help me out.
20134
20135 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20136 Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
20137 Cc: Mark Jackson <mpfj@mimc.co.uk>
20138 Cc: Alex Raimondi <alex.raimondi@miromico.ch>
20139 Cc: Julien May <julien.may@miromico.ch>
20140
20141 Changes since v1:
20142 * Enable pullup on NWAIT
20143 * Add missing include to portmux-pio.h
20144 * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
20145
20146commit 4c24e8288c601cb773ab02528b48a8577970e867
20147Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20148Date: Sat Aug 30 17:28:36 2008 +0200
20149
20150 avr32: data_bits should reflect the actual number of data bits
20151
20152 Make the data_bits enum in struct sdram_config reflect the actual number
20153 of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
20154 32 bits is just too confusing.
20155
20156 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20157
20158commit 66b7bc5175325809718d8d49ef073bc1036ad71b
20159Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20160Date: Fri Aug 29 17:48:18 2008 +0200
20161
20162 avr32: Update README
20163
20164 Remove some outdated and/or unnecessary information, and add updated
20165 information about the toolchain and buildroot.
20166
20167 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20168
8b9e4787
WD
20169commit c75e772a2f061a508bba28ded1b5bea91f0442b0
20170Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20171Date: Sun Aug 31 23:28:15 2008 +0900
20172
20173 sh: Remove CC line from board's Makefile
20174
20175 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20176
20177commit 468eae0660de6fdfd9999944c536ecc4797bd944
20178Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20179Date: Sun Aug 31 23:25:57 2008 +0900
20180
20181 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
20182
20183 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20184
20185commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
20186Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20187Date: Thu Aug 28 14:50:52 2008 +0900
20188
20189 sh: Add support sh2 to MAKEALL
20190
20191 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20192 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20193
20194commit 6f3d8bb5faa12dbf3031382286784c978df038ee
20195Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20196Date: Thu Aug 28 14:52:23 2008 +0900
20197
20198 sh: Fix compile error rsk7203 board
20199
20200 This boards used old type preprocessor.
20201 This patch fix compile error.
20202
20203 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20204 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20205
20206commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
20207Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20208Date: Thu Aug 28 14:53:31 2008 +0900
20209
20210 sh: Fix compile error sh7785lcr board
20211
20212 This boards used old type preprocessor.
20213 This patch fix compile error.
20214
20215 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20216 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20217
20218commit 6f0da4972e48f99d37bc522814940a6022cd3084
20219Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20220Date: Fri Aug 22 17:39:09 2008 +0900
20221
20222 sh: Renesas Solutions AP325RXA board support
20223
20224 AP325RXA is SH7723's reference board.
20225 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
20226 In this patch, support SCIF, NOR Flash, and Ethernet.
20227
20228 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20229 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20230
20231commit ab09f433b50bb83b5e440c335bc3839ee069e534
20232Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20233Date: Fri Aug 22 17:48:51 2008 +0900
20234
20235 sh: add support Renesas SH7723
20236
20237 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
20238 This patch supports CPU register's header file and SCIF serial driver.
20239
20240 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20241 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20242
20243commit c655fad06ba3fb042dbc667724a40e1a9a091248
20244Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20245Date: Sun Aug 31 23:02:04 2008 +0900
20246
20247 sh: Renesas RSK+ 7203 board support
20248
20249 This adds initial support for the RTE RSK+ SH7203 board.
20250
20251 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20252 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20253
20254commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
20255Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20256Date: Thu Jul 3 23:11:02 2008 +0900
20257
20258 sh: Add support Renesas SH7203 processor
20259
20260 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20261 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20262
20263commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
20264Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20265Date: Sun Aug 31 22:48:33 2008 +0900
20266
20267 sh: Add support SH2/SH2A which is CPU of Renesas Technology
20268
20269 Add support SH2/SH2A basic function.
20270
20271 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20272 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20273
20274commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
20275Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20276Date: Sun Aug 31 22:45:08 2008 +0900
20277
20278 sh: Renesas R0P7785LC0011RL board support
20279
20280 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
20281 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
20282
20283 This patch supports the following functions:
20284 - 128MB DDR2-SDRAM (29-bit address mode only)
20285 - NOR Flash
20286 - USB host
20287 - Ethernet
20288
20289 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20290 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20291
20292commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
20293Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20294Date: Thu Jul 10 19:32:53 2008 +0900
20295
20296 sh: add support for SH7785
20297
20298 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
20299 This patch supports CPU register's header file.
20300
20301 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20302 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20303
20304commit d6e04258be8f2408845468d3cf722a4cf0433445
20305Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20306Date: Sun Aug 31 04:45:42 2008 +0200
20307
20308 davinci: fix remaining dm644x_eth
20309
20310 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20311
20312commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
20313Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20314Date: Sun Aug 31 04:24:56 2008 +0200
20315
20316 fs: Move conditional compilation to Makefile
20317
20318 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20319
20320commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
20321Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20322Date: Sun Aug 31 04:24:55 2008 +0200
20323
20324 devices: merge to list_head
20325
20326 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20327
20328commit ef0255fc75f28655f9681422079287d68a14dbaa
20329Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20330Date: Sun Aug 31 04:24:51 2008 +0200
20331
20332 update linux/list
20333
20334 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20335
20336commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
20337Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20338Date: Sun Aug 31 00:39:48 2008 +0200
20339
20340 smdk6400: add gitignore
20341
20342 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20343
20344commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
20345Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20346Date: Sun Aug 31 00:39:48 2008 +0200
20347
20348 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
20349
20350 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20351
20352commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
20353Author: Guennadi Liakhovetski <lg@denx.de>
20354Date: Sun Aug 31 00:39:47 2008 +0200
20355
20356 smdk6400: remove redundant bootargs definition
20357
20358 Double bootargs setting leads to a duplicated environmant entry.
20359
20360 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20361
20362commit 11edcfe260f20dcea79284a3e95270989d433854
20363Author: Guennadi Liakhovetski <lg@denx.de>
20364Date: Sun Aug 31 00:39:47 2008 +0200
20365
20366 ARM: Add support for S3C6400 based SMDK6400 board
20367
20368 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
20369 driver for it too. The board can also boot from the NOR flash, but due to
20370 hardware limitations it can only address 64KiB on it, which is not enough
20371 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
20372
20373 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20374
20375commit e0056b341069796eaea11eae0fc8eb93a3dceaac
20376Author: Guennadi Liakhovetski <lg@denx.de>
20377Date: Sun Aug 31 00:39:47 2008 +0200
20378
20379 NAND: add NAND driver for S3C64XX
20380
20381 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
20382
20383 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20384
20385commit 3fe7b589f9c7463df39056f8872006a67f56a91c
20386Author: Guennadi Liakhovetski <lg@denx.de>
20387Date: Sun Aug 31 00:39:47 2008 +0200
20388
20389 S3C64XX: remove broken HWFLOW support from the serial driver
20390
20391 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
20392 broken and currently unused. Remove it.
20393
20394 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20395
20396commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
20397Author: Guennadi Liakhovetski <lg@denx.de>
20398Date: Sun Aug 31 00:39:47 2008 +0200
20399
20400 serial: add S3C64XX serial driver
20401
20402 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
20403
20404 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20405
20406commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
20407Author: Guennadi Liakhovetski <lg@denx.de>
20408Date: Sun Aug 31 00:39:46 2008 +0200
20409
20410 USB: Add support for OHCI controller on S3C6400
20411
20412 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
20413 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
20414 it should work too and we could still profit from instruction cache.
20415
20416 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20417
20418commit 9b07773f8883665b002500c190507e9fd99b7181
20419Author: Guennadi Liakhovetski <lg@denx.de>
20420Date: Sun Aug 31 00:39:46 2008 +0200
20421
20422 ARM: Add arm1176 core with S3C6400 SoC
20423
20424 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
20425
20426 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20427
20428commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
20429Author: Sandeep Paulraj <s-paulraj@ti.com>
20430Date: Sun Aug 31 00:39:46 2008 +0200
20431
20432 ARM DaVinci: Changing function names for EMAC driver
20433
20434 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
20435 By replacing all the function names that start with dm644x_* to davinci_*
20436 we make these function more portable. I have tested this change on my EVM.
20437 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
20438 be sending patches that add DaVinci DM6467 support to the list soon.
20439
20440 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
20441
20442commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
20443Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
20444Date: Sat Aug 30 23:21:30 2008 +0200
20445
20446 Integrator[AP/CP] - Remove unused file memsetup.S
20447
20448 - memsetup.s is changed/merged to lowlevel_init.S
20449 memsetup.S has a global label memsetup that just returns back to caller
20450 - memsetup global label is changed/merged to lowlevel_init
20451 This label is not called from anywhere.
20452
20453 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
20454
20455commit 89d51d022a63be1a851eda983c8cbce1a044f65f
20456Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20457Date: Wed Aug 27 21:35:52 2008 +0200
20458
20459 ARM DaVinci: Standardize names of directories/files
20460
20461 ARM DaVinci: Standardize names of directories/files.
20462
20463 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20464 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20465
20466commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
20467Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20468Date: Fri Jul 11 15:10:13 2008 -0400
20469
20470 ARM DaVinci: Move common functions to board/davinci/common
20471
20472 ARM DaVinci: Move common functions to board/davinci/common.
20473
20474 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20475
20476commit c2b4b2e4814f4ace9015fdb64132894327400bf0
20477Author: Stefan Roese <sr@denx.de>
20478Date: Fri Aug 29 11:56:49 2008 +0200
20479
20480 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
20481
20482 This function is needed for the new NAND infrastructure. We only need
20483 a dummy implementation though for the NDFC.
20484
20485 Signed-off-by: Stefan Roese <sr@denx.de>
20486
20487commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
20488Author: Stefan Roese <sr@denx.de>
20489Date: Fri Aug 29 12:06:27 2008 +0200
20490
20491 ppc4xx: Increase image size for NAND boot target
20492
20493 This is needed since now with HUSH enabled (amcc-common.h) the image
20494 read from NAND exceeds the previous limit.
20495
20496 Signed-off-by: Stefan Roese <sr@denx.de>
20497
20498commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
20499Author: Ben Warren <biggerbadderben@gmail.com>
20500Date: Thu Aug 28 23:58:30 2008 -0700
20501
20502 Move MPC512x_FEC driver to drivers/net
20503
20504 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20505
20506commit 80b00af01b3c9154774de2936f05a051e92f6a03
20507Author: Ben Warren <biggerbadderben@gmail.com>
20508Date: Thu Aug 28 23:58:29 2008 -0700
20509
20510 Move MPC5xxx_FEC driver to drivers/net
20511
20512 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20513
20514commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
20515Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20516Date: Fri Aug 29 21:53:57 2008 +0200
20517
20518 cmd_terminal: remove no need ifdef
20519
20520 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20521
20522commit 578118bdf122877ae769776be002255be447b4fa
20523Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20524Date: Fri Aug 29 21:53:57 2008 +0200
20525
20526 common/Makefile: order by functionality
20527
20528 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20529
20530commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
20531Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20532Date: Fri Aug 29 21:53:56 2008 +0200
20533
20534 miiphyutil: Move conditional compilation to Makefile
20535
20536 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20537
20538commit 81789c39db3f0f6b621df8c0ec66014d701f368e
20539Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20540Date: Fri Aug 29 21:53:37 2008 +0200
20541
20542 autoscript: Move conditional compilation to Makefile
20543
20544 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20545
20546commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
20547Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20548Date: Fri Aug 29 01:18:11 2008 +0200
20549
20550 crc16: move to lib_generic
20551
20552 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20553
20554commit 55195773eacefb22dd483a3c560ea30a14263ce1
20555Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20556Date: Fri Aug 29 01:18:01 2008 +0200
20557
20558 miiphybb: move to drivers/net/phy
20559
20560 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20561
20562commit e8314035996a9118ac5948df2ff8a2f2161ed67a
20563Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20564Date: Thu Aug 28 12:31:51 2008 +0200
20565
20566 soft_spi: move to drivers/spi
20567
20568 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20569
20570commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
20571Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20572Date: Thu Aug 28 12:31:51 2008 +0200
20573
20574 soft_i2c: move to drivers/i2c
20575
20576 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20577
20578commit 717a222229fdb77703e9174d0eb08a4b41febf49
20579Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20580Date: Thu Aug 28 12:31:48 2008 +0200
20581
20582 gunzip: move to lib_generic
20583
20584 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20585
20586commit 52aef8f9ba28b747973bf76741c23db658d5773c
20587Author: Wolfgang Ocker <weo@reccoware.de>
20588Date: Tue Aug 26 19:55:23 2008 +0200
20589
20590 ppc4xx: NAND configuration
20591
20592 Made NAND bank configuration setting a config variable.
20593
20594 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
20595 Signed-off-by: Stefan Roese <sr@denx.de>
20596
20597commit 5bc542a593abc9e974fbd34704af85c37c366c60
20598Author: Victor Gallardo <vgallardo@amcc.com>
20599Date: Thu Aug 28 16:03:28 2008 -0700
20600
20601 ppc4xx: fix UIC external_interrupt hang on UIC0
20602
20603 This patch fixes a UIC external_interrupt hang if critical or non-critical
20604 interrupt is set at the same time as a normal interrupt is set on UIC0.
20605
20606 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
20607 Signed-off-by: Stefan Roese <sr@denx.de>
20608
20609commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
20610Author: Prodyut Hazarika <phazarika@amcc.com>
20611Date: Wed Aug 27 16:39:00 2008 -0700
20612
20613 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
20614
20615 Removed Magic numbers from Initialization preload registers
20616 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
20617 About 5-7% improvement seen for LMBench memtests
20618
20619 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
20620 Signed-off-by: Stefan Roese <sr@denx.de>
20621
20622commit 8a490422bed685c9491274ec997f62061d88620b
20623Author: John Rigby <jrigby@freescale.com>
20624Date: Thu Aug 28 13:17:07 2008 -0600
20625
20626 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
20627
20628 MPC5121 rev 2 silicon has a new register for controlling how long
20629 CS is asserted after deassertion of ALE in multiplexed mode.
20630
20631 The default is to assert CS together with ALE. The alternative
20632 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
20633
20634 The default is wrong for the NOR flash and CPLD on the ADS5121.
20635
20636 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
20637 it does so conditionally based on silicon rev 2.0 or greater.
20638
20639 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
20640 Signed-off-by: John Rigby <jrigby@freescale.com>
20641
20642commit 5d9a5efa4b332f442b54a755d49969123c3a8742
20643Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20644Date: Tue Aug 19 00:56:46 2008 +0600
20645
20646 Add I2C frequency dividers for ColdFire
20647
20648 The existing I2C freqency dividers for FDR does not apply
20649 to ColdFire platforms; thus, a seperate table is added
20650 based on MCF5xxx Reference Manual
20651
20652 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
20653 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20654 Acked-by: Tabi Timur <timur@freescale.com>
20655
20656commit eec567a67e00d1ed8d941e9098b7d421f4091abf
20657Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20658Date: Tue Aug 19 03:01:19 2008 +0600
20659
20660 ColdFire: I2C fix for multiple platforms
20661
20662 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20663
20664commit d53cf6a9c7423cba668b867978648645f71c3090
20665Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20666Date: Tue Aug 19 00:37:13 2008 +0600
20667
20668 ColdFire: Add CONFIG_MII_INIT for M5272C3
20669
20670 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20671
20672commit f78ced3028d4130b24a318943a70cf5584ab16f4
20673Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20674Date: Tue Aug 19 00:26:25 2008 +0600
20675
20676 ColdFire: Multiple fixes for MCF5445x platforms
20677
20678 Add FEC pin set and mii reset in __mii_init(). Change
20679 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
20680 change cfi_offset to 0, and change CFG_FLASH_CFI to
20681 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
20682 M54455EVB env settings in configuration file.
20683
20684 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20685
20686commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
20687Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20688Date: Fri Aug 15 18:24:25 2008 +0000
20689
20690 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
20691
20692 The user manuals recommend 7.
20693
20694 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
20695 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20696
20697commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
20698Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20699Date: Fri Aug 15 16:50:07 2008 +0000
20700
20701 ColdFire: Raise uart baudrate to 115200 bps
20702
20703 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
20704 uart baudrate increase from 19200 to 115200 bps
20705
20706 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20707
20708commit ab6ba842682552ccf071d0034da0a20633d1d1ac
20709Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20710Date: Wed Aug 13 12:07:03 2008 +0000
20711
20712 ColdFire: Fix board.c warning message
20713
20714 Implicit declaration of nand_init() warning message
20715
20716 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20717
20718commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
20719Author: Kumar Gala <galak@kernel.crashing.org>
20720Date: Wed Aug 27 01:10:34 2008 -0500
20721
20722 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
20723
20724 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20725
20726commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
20727Author: Heiko Schocher <hs@denx.de>
20728Date: Thu Aug 21 20:44:49 2008 +0200
20729
20730 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
20731
20732 Signed-off-by: Heiko Schocher <hs@denx.de>
20733
20734commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
20735Author: Kumar Gala <galak@kernel.crashing.org>
20736Date: Tue Aug 19 14:46:36 2008 -0500
20737
20738 mpc85xx: remove redudant code with lib_ppc/interrupts.c
20739
20740 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
20741 not show how that happened, but there is no good reason for it.
20742
20743 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
20744 they exist.
20745
20746 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20747
20748commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
20749Author: Kumar Gala <galak@kernel.crashing.org>
20750Date: Fri Jul 25 13:31:05 2008 -0500
20751
20752 mpc85xx: Add support for the MPC8536DS reference board
20753
20754 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20755 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20756 Signed-off-by: Dejan Minic <minic@freescale.com>
20757 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
20758 Signed-off-by: Dave Liu <daveliu@freescale.com>
20759 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20760
20761commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
20762Author: Kumar Gala <galak@kernel.crashing.org>
20763Date: Tue Aug 12 11:14:19 2008 -0500
20764
20765 mpc85xx: Add support for the MPC8536
20766
20767 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
20768 also have SERDES init code for the 8536.
20769
20770 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20771 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20772 Signed-off-by: Dejan Minic <minic@freescale.com>
20773 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
20774 Signed-off-by: Dave Liu <daveliu@freescale.com>
20775
20776commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
20777Author: Kumar Gala <galak@kernel.crashing.org>
20778Date: Tue Aug 12 11:13:08 2008 -0500
20779
20780 mpc85xx: Add support for the MPC8572DS reference board
20781
20782 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20783
20784commit 457caecdbca3df21a93abff19eab12dbc61b7897
20785Author: Kumar Gala <galak@kernel.crashing.org>
20786Date: Wed Aug 27 01:05:35 2008 -0500
20787
20788 FSL DDR: Remove old SPD support from cpu/mpc85xx
20789
20790 All 85xx boards have been converted to the new code so we can
20791 remove the old SPD DDR setup code.
20792
20793 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20794
20795commit 0e7927db138976469e7257e29c1338050a50fcd9
20796Author: Kumar Gala <galak@kernel.crashing.org>
20797Date: Wed Aug 27 01:04:07 2008 -0500
20798
20799 FSL DDR: Convert STXSSA to new DDR code.
20800
20801 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20802
20803commit c360d9b970fbb9c13744c355879671165bbb9b9e
20804Author: Kumar Gala <galak@kernel.crashing.org>
20805Date: Wed Aug 27 01:03:42 2008 -0500
20806
20807 FSL DDR: Convert STXGP3 to new DDR code.
20808
20809 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20810
20811commit 8e55313b7ae12352a343f9b9962e662dbd897187
20812Author: Kumar Gala <galak@kernel.crashing.org>
20813Date: Tue Aug 26 23:52:58 2008 -0500
20814
20815 FSL DDR: Convert SBC8560 to new DDR code.
20816
20817 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20818
20819commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
20820Author: Kumar Gala <galak@kernel.crashing.org>
20821Date: Tue Aug 26 23:52:32 2008 -0500
20822
20823 FSL DDR: Convert MPC8540EVAL to new DDR code.
20824
20825 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20826
20827commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
20828Author: Kumar Gala <galak@kernel.crashing.org>
20829Date: Tue Aug 26 23:52:07 2008 -0500
20830
20831 FSL DDR: Convert PM856 to new DDR code.
20832
20833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20834
20835commit d53bd3e17bd4f460257c19255569ea6dcfaae817
20836Author: Kumar Gala <galak@kernel.crashing.org>
20837Date: Tue Aug 26 23:51:49 2008 -0500
20838
20839 FSL DDR: Convert PM854 to new DDR code.
20840
20841 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20842
20843commit 33b9079ba20926f14238fff863b68a98e938948e
20844Author: Kumar Gala <galak@kernel.crashing.org>
20845Date: Tue Aug 26 23:15:28 2008 -0500
20846
20847 FSL DDR: Convert sbc8548 to new DDR code.
20848
20849 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20850
20851commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
20852Author: Kumar Gala <galak@kernel.crashing.org>
20853Date: Tue Aug 26 23:14:14 2008 -0500
20854
20855 FSL DDR: Convert atum8548 to new DDR code.
20856
20857 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20858
20859commit be0bd8234b9777ecd63c4c686f72af070d886517
20860Author: Kumar Gala <galak@kernel.crashing.org>
20861Date: Tue Aug 26 22:56:56 2008 -0500
20862
20863 FSL DDR: Convert socrates to new DDR code.
20864
20865 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20866
20867commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
20868Author: Kumar Gala <galak@kernel.crashing.org>
20869Date: Tue Aug 26 08:02:30 2008 -0500
20870
20871 FSL DDR: Convert MPC8544DS to new DDR code.
20872
20873 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20874
20875commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
20876Author: Jon Loeliger <jdl@freescale.com>
20877Date: Tue Mar 18 13:51:05 2008 -0500
20878
20879 FSL DDR: Convert MPC8568MDS to new DDR code.
20880
20881 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20882 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20883
20884commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
20885Author: Jon Loeliger <jdl@freescale.com>
20886Date: Tue Mar 18 13:51:06 2008 -0500
20887
20888 FSL DDR: Convert MPC8548CDS to new DDR code.
20889
20890 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20891 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20892
20893commit aa11d85cf318b961e029fe50d68ca47d004bce93
20894Author: Jon Loeliger <jdl@freescale.com>
20895Date: Mon Mar 17 15:48:18 2008 -0500
20896
20897 FSL DDR: Convert MPC8541CDS to new DDR code.
20898
20899 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20900 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20901
20902commit 2b40edb10d81da7bba724edbccd7f53777112579
20903Author: Jon Loeliger <jdl@freescale.com>
20904Date: Tue Mar 18 11:12:42 2008 -0500
20905
20906 FSL DDR: Convert MPC8555ADS to new DDR code.
20907
20908 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20909 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20910
20911commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
20912Author: Jon Loeliger <jdl@freescale.com>
20913Date: Tue Mar 18 11:12:44 2008 -0500
20914
20915 FSL DDR: Convert MPC8560ADS to new DDR code.
20916
20917 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20919
20920commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
20921Author: Kumar Gala <galak@kernel.crashing.org>
20922Date: Fri Jun 6 13:12:18 2008 -0500
20923
20924 FSL DDR: Convert MPC8540ADS to new DDR code.
20925
20926 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20927
20928commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
20929Author: Kumar Gala <galak@kernel.crashing.org>
20930Date: Tue Aug 26 21:34:55 2008 -0500
20931
20932 FSL DDR: Add 85xx specific register setting
20933
20934 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20935
20936commit 6fb1b7346849ccd0c20306143e334f5b76143070
20937Author: Kumar Gala <galak@kernel.crashing.org>
20938Date: Mon Jun 9 11:07:46 2008 -0500
20939
20940 FSL DDR: Add e500 TLB helper for DDR code
20941
20942 Provide a helper function that board code can call to map TLBs when
20943 setting up DDR.
20944
20945 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20946
20947commit d26b739afe5a6760bd345743188759cd9d0f3b47
20948Author: Andrew Dyer <adyer@righthandtech.com>
20949Date: Tue Aug 26 17:03:38 2008 -0500
20950
20951 dm9000 remove dead external phy support, gpio fix
20952
20953 dm9000 has code to detect and initialize external phy parts, but later
20954 on in the code the part is forced to use the internal phy
20955 unconditionally. Remove the unused/untested code.
20956
20957 change the GPIO initialization so that only the GPIO used as an
20958 internal phy reset (hardwired in the chip) is set as an output. The
20959 remaining GPIO need to be handled by board specific code to prevent
20960 possible drive conflicts. Set as inputs for safety.
20961
20962 replace a few magic numbers with defines
20963
20964 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
20965 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20966
20967commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
20968Author: Peter Tyser <ptyser@xes-inc.com>
20969Date: Tue Aug 26 11:17:48 2008 -0500
20970
20971 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
20972
20973 cmd_net.c command descriptions were updated to describe the optional
20974 hostIPaddr argument. The dhcp command help message was also updated
20975 to more closely reflect the other commands in cmd_net.c
20976
20977 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20978 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20979
20980commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
20981Author: Remy Bohmer <linux@bohmer.net>
20982Date: Wed Aug 20 11:30:28 2008 +0200
20983
20984 Fix bogus error message in the DHCP handler
20985
20986 The DHCP handler has 1 state that is not listed in this case, causing a
20987 failure message when there is actually no failure.
20988
20989 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20990 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20991
20992commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
20993Author: Remy Bohmer <linux@bohmer.net>
20994Date: Wed Aug 20 11:30:27 2008 +0200
20995
20996 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
20997
20998 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
20999 missing extern inside the net/bootp.h header
21000
21001 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21002 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21003
21004commit 1803f7f91ff35ca402259065df7557107dcf28a2
21005Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21006Date: Tue Aug 19 21:26:32 2008 +0000
21007
21008 ColdFire: Add FEC Buffer descriptors in SRAM
21009
21010 Add FEC Buffer descriptors and data buffer in SRAM for
21011 faster execution and access.
21012
21013 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21014 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21015
21016commit 429be27ce195210d4b9decf9e867b9ca6155a87d
21017Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21018Date: Thu Aug 21 23:55:11 2008 +0000
21019
21020 Fix ColdFire FEC warning messages
21021
21022 Types mismatch and implicit declaration of icache_invalid()
21023 warning messages
21024
21025 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21026 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21027
21028commit 6a002171098e968bd5b362347d2831224fab6048
21029Author: Ben Warren <biggerbadderben@gmail.com>
21030Date: Sat Jul 12 00:17:50 2008 -0700
21031
21032 Moved initialization of SKGE Ethernet driver to board code.
21033
21034 The only board using this driver is the SL8245 board.
21035 Removed initialization for the driver from net/eth.c
21036
21037 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21038
21039commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
21040Author: Ben Warren <biggerbadderben@gmail.com>
21041Date: Sat Jul 12 00:08:45 2008 -0700
21042
21043 Moved conditional compilation to Makefile for SK98 Ethernet driver
21044
21045 Brute-force removal of #ifdefs. Didn't touch the code.
21046 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21047
21048commit 65d3d99c28dc363d15eaee78225ff643df499b97
21049Author: Ben Warren <biggerbadderben@gmail.com>
21050Date: Fri Jul 11 23:42:19 2008 -0700
21051
21052 Moved initialization of ULI526X Ethernet driver to board code.
21053
21054 The only board using this driver is the Freescale MPC8610HPCD board.
21055 Removed initialization for the driver from net/eth.c
21056
21057 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21058
21059commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
21060Author: Ben Warren <biggerbadderben@gmail.com>
21061Date: Fri Jul 11 23:15:28 2008 -0700
21062
21063 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
21064
21065 Added board_eth_init() function to bf537-stamp board.
21066 Removed initialization for the Blackin EMAC driver from net/eth.c
21067
21068 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21069
21070commit fc363ce35408f348cacced68505f3747a53e3d7c
21071Author: Ben Warren <biggerbadderben@gmail.com>
21072Date: Wed Jul 9 01:04:19 2008 -0700
21073
21074 Moved initialization of GRETH Ethernet driver to CPU directory
21075
21076 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
21077 removed code from net/eth.c
21078
21079 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21080
21081commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
21082Author: Ben Warren <biggerbadderben@gmail.com>
21083Date: Tue Aug 26 22:16:25 2008 -0700
21084
21085 Moved initialization of MCFFEC Ethernet driver to CPU directory
21086
21087 Added a cpu_eth_init() function to coldfire CPU directories and
21088 removed code from net/eth.c
21089
21090 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21091
21092commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
21093Author: Ben Warren <biggerbadderben@gmail.com>
21094Date: Tue Aug 26 22:12:36 2008 -0700
21095
21096 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
21097
21098 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
21099 removed code from net/eth.c
21100
21101 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21102
21103commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
21104Author: Kumar Gala <galak@kernel.crashing.org>
21105Date: Tue Aug 26 15:01:38 2008 -0500
21106
21107 FSL DDR: Remove old SPD support from cpu/mpc86xx
21108
21109 All 86xx boards have been converted to the new code so we can
21110 remove the old SPD DDR setup code.
21111
21112 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21113
21114commit 9bd4e5911b750837515466bc7449087698b88e0e
21115Author: Kumar Gala <galak@kernel.crashing.org>
21116Date: Tue Aug 26 15:01:37 2008 -0500
21117
21118 FSL DDR: Convert SBC8641D to new DDR code.
21119
21120 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21121
21122commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
21123Author: Jon Loeliger <jdl@freescale.com>
21124Date: Tue Aug 26 15:01:36 2008 -0500
21125
21126 FSL DDR: Convert MPC8610HPCD to new DDR code.
21127
21128 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21129 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21130
21131commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
21132Author: Kumar Gala <galak@kernel.crashing.org>
21133Date: Tue Aug 26 15:01:35 2008 -0500
21134
21135 FSL DDR: Convert MPC8641HPCN to new DDR code.
21136
21137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21138 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21139
21140commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
21141Author: Kumar Gala <galak@kernel.crashing.org>
21142Date: Tue Aug 26 15:01:34 2008 -0500
21143
21144 FSL DDR: Add 86xx specific register setting
21145
21146 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21147
21148commit 233fdd502a6c227f476212b3097653ad48d7e254
21149Author: Kumar Gala <galak@kernel.crashing.org>
21150Date: Tue Aug 26 15:01:32 2008 -0500
21151
21152 FSL DDR: Add DDR2 DIMM paramter support
21153
21154 Compute DIMM parameters based upon the SPD information.
21155
21156 Signed-off-by: James Yang <James.Yang@freescale.com>
21157 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21158 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21159
21160commit 05c05a2363a6ac11e0e405926034546ffad71fad
21161Author: Kumar Gala <galak@kernel.crashing.org>
21162Date: Tue Aug 26 15:01:30 2008 -0500
21163
21164 FSL DDR: Add DDR1 DIMM paramter support
21165
21166 Compute DIMM parameters based upon the SPD information in spd.
21167
21168 Signed-off-by: James Yang <James.Yang@freescale.com>
21169 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21170 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21171
21172commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
21173Author: Kumar Gala <galak@kernel.crashing.org>
21174Date: Tue Aug 26 15:01:29 2008 -0500
21175
21176 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
21177
21178 The main purpose of this rewrite it to be able to share the same
21179 initialization code on all FSL PowerPC products that have DDR
21180 controllers. (83xx, 85xx, 86xx).
21181
21182 The code is broken up into the following steps:
21183 GET_SPD
21184 COMPUTE_DIMM_PARMS
21185 COMPUTE_COMMON_PARMS
21186 GATHER_OPTS
21187 ASSIGN_ADDRESSES
21188 COMPUTE_REGS
21189 PROGRAM_REGS
21190
21191 This allows us to share more code an easily allow for board specific code
21192 overrides.
21193
21194 Additionally this code base adds support for >4G of DDR and provides a
21195 foundation for supporting interleaving on processors with more than one
21196 controller.
21197
21198 Signed-off-by: James Yang <James.Yang@freescale.com>
21199 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21200 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21201 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
21202 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21203
21204commit f784e32b4bce0013983506b11af4b85b8ca3d36e
21205Author: Kumar Gala <galak@kernel.crashing.org>
21206Date: Tue Aug 26 15:01:28 2008 -0500
21207
21208 FSL DDR: Provide a generic set_ddr_laws()
21209
21210 Provide a helper function that will setup the last available
21211 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
21212
21213 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21214
21215commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
21216Author: James Yang <James.Yang@freescale.com>
21217Date: Tue Aug 26 15:01:27 2008 -0500
21218
21219 Add proper SPD definitions for DDR1/2/3
21220
21221 Also adds helper functions for DDR1/2 to verify the checksum.
21222
21223 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21224
21225commit 285db74716c724ae8a0ff177878fd09a74428c7b
21226Author: Wolfgang Denk <wd@denx.de>
21227Date: Wed Aug 27 01:02:48 2008 +0200
21228
21229 Update CHANGELOG
21230
21231 Signed-off-by: Wolfgang Denk <wd@denx.de>
21232
285db747
WD
21233commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
21234Author: Heiko Schocher <hs@denx.de>
21235Date: Tue Aug 19 10:08:49 2008 +0200
21236
21237 Add support for muas3001 board (MPC8270)
21238
21239 Signed-off-by: Heiko Schocher <hs@denx.de>
21240
21241commit 322098bff32410d2a00031649b47c4ec90a66d9a
21242Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21243Date: Tue Aug 19 08:31:18 2008 +0530
21244
21245 common/cmd_load.c cleanup - remove unused variables
21246
21247 - Remove unused global variable os_data_count.
21248 - Remove unused variable z.
21249
21250 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21251
21252commit 306620b762a4f9fa6678568ad2e8772dec145208
21253Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21254Date: Mon Aug 18 13:35:27 2008 +0200
21255
21256 remove MVS1 board
21257
21258 MVS1 board has reached end-of-life and can be removed completely.
21259
21260 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21261
21262commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
21263Author: Kumar Gala <galak@kernel.crashing.org>
21264Date: Fri Aug 15 08:24:45 2008 -0500
21265
21266 bootm: refactor do_reset and os boot function args
21267
21268 There is no need for each OS specific function to call do_reset() we
21269 can just do it once in bootm. This means its feasible on an error for
21270 the OS boot function to return.
21271
21272 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
21273 functions. flag isn't currently used but might be in the future so
21274 we left it alone.
21275
21276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21277
21278commit 40afac22a9c602e55c501c800f1c064324711b56
21279Author: Kumar Gala <galak@kernel.crashing.org>
21280Date: Fri Aug 15 08:24:44 2008 -0500
21281
21282 fdt: Added resize command
21283
21284 Resize the fdt to size + padding to 4k boundary
21285
21286 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21287
21288commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
21289Author: Kumar Gala <galak@kernel.crashing.org>
21290Date: Fri Aug 15 08:24:43 2008 -0500
21291
21292 fdt: refactor initrd related code
21293
21294 Created a new fdt_initrd() to deal with setting the initrd properties
21295 in the device tree and fixing up the mem reserve. We can use this
21296 both in the choosen node handling and lets us remove some duplicated
21297 code when we fixup the initrd info in bootm on PPC.
21298
21299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21300
21301commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
21302Author: Kumar Gala <galak@kernel.crashing.org>
21303Date: Fri Aug 15 08:24:42 2008 -0500
21304
21305 fdt: refactor fdt resize code
21306
21307 Move the fdt resizing code out of ppc specific boot code and into
21308 common fdt support code.
21309
21310 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21311
21312commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
21313Author: Kumar Gala <galak@kernel.crashing.org>
21314Date: Fri Aug 15 08:24:41 2008 -0500
21315
21316 bootm: refactor image detection and os load steps
21317
21318 Created a bootm_start() that handles the parsing and detection of all
21319 the images that will be used by the bootm command (OS, ramdisk, fdt).
21320 As part of this we now tract all the relevant image offsets in the
21321 bootm_headers_t struct. This will allow us to have all the needed
21322 state for future sub-commands and lets us reduce a bit of arch
21323 specific code on SPARC.
21324
21325 Created a bootm_load_os() that deals with decompression and loading
21326 the OS image.
21327
21328 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21329
21330commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
21331Author: Kumar Gala <galak@kernel.crashing.org>
21332Date: Fri Aug 15 08:24:40 2008 -0500
21333
21334 bootm: move lmb into the bootm_headers_t structure
21335
21336 To allow for persistent state between future bootm subcommands we
21337 need the lmb to exist in a global state.
21338 Moving it into the bootm_headers_t allows us to do that.
21339
21340 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21341
21342commit 54f9c86691309b2f919f567f9255b8bcad2c7651
21343Author: Kumar Gala <galak@kernel.crashing.org>
21344Date: Fri Aug 15 08:24:39 2008 -0500
21345
21346 bootm: Set working fdt address as part of the bootm flow
21347
21348 Set the fdt working address so "fdt FOO" commands can be used as part
21349 of the bootm flow. Also set an the environment variable "fdtaddr"
21350 with the value.
21351
21352 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21353
21354commit 06a09918f3903450313e2047a9cc258bf5872f46
21355Author: Kumar Gala <galak@kernel.crashing.org>
21356Date: Fri Aug 15 08:24:38 2008 -0500
21357
21358 bootm: refactor fdt locating and relocation code
21359
21360 Move the code that handles finding a device tree blob and relocating
21361 it (if needed) into common code so all arch's have access to it.
21362
21363 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21364
21365commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
21366Author: Kumar Gala <galak@kernel.crashing.org>
21367Date: Fri Aug 15 08:24:37 2008 -0500
21368
21369 bootm: refactor ramdisk locating code
21370
21371 Move determing if we have a ramdisk and where its located into the
21372 common code. Keep track of the ramdisk start and end in the
21373 bootm_headers_t image struct.
21374
21375 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21376
21377commit c160a9544743e80e8889edb2275538e7764ce334
21378Author: Kumar Gala <galak@kernel.crashing.org>
21379Date: Fri Aug 15 08:24:36 2008 -0500
21380
21381 bootm: refactor entry point code
21382
21383 Move entry point code out of each arch and into common code.
21384 Keep the entry point in the bootm_headers_t images struct.
21385
21386 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21387
21388commit 20220d22b9f41446288588cd2e457e0077a18bed
21389Author: Randy Vinson <rvinson@mvista.com>
21390Date: Wed Aug 13 11:44:57 2008 -0700
21391
21392 mpc7448hpc2: Fix PCI I/O space mapping.
21393
21394 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
21395 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
21396 space such that 0xFA000000 in the processor's address space maps to 0
21397 on the PCI I/O bus.
21398
21399 Signed-off-by Randy Vinson <rvinson@mvista.com>
21400 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
21401
21402commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
21403Author: Guennadi Liakhovetski <lg@denx.de>
21404Date: Wed Aug 13 18:10:26 2008 +0200
21405
21406 i.MX31: Specify maintainers for i.MX31-based boards
21407
21408 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21409 Signed-off-by: Wolfgang Denk <wd@denx.de>
21410
21411commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
21412Author: Wolfgang Denk <wd@denx.de>
21413Date: Tue Aug 26 15:01:28 2008 +0200
21414
21415 ADS5121: adjust image addresses in RAM and flash
21416
21417 Use the same mapping in flash as used by Linux
21418
21419 Signed-off-by: Wolfgang Denk <wd@denx.de>
21420
21421commit 19f101412c16edee9fd55db4039e1d68a833b28b
21422Author: Wolfgang Denk <wd@denx.de>
21423Date: Tue Aug 26 13:14:34 2008 +0200
21424
21425 cmd_mem.c: Fix help message alignment
21426
21427 Bug was introced by "Big white-space cleanup" (53677ef1)
21428
21429 Signed-off-by: Wolfgang Denk <wd@denx.de>
21430
21431commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
21432Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21433Date: Wed Aug 20 11:11:52 2008 +0200
21434
21435 change mvBL-M7 default env and move to vendor subdir
21436
21437 fix mvBL-M7 config and move to matrix_vision subdir
21438
21439 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21440 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21441
21442commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
21443Author: Nick Spence <nick.spence@freescale.com>
21444Date: Fri Aug 22 23:52:40 2008 -0700
21445
21446 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
21447
21448 This patch adds elements to the 83xx sysconf structure and #define values that are used
21449 by mpc83xx family devices.
21450
21451 Signed-off-by: Nick Spence <nick.spence@freescale.com>
21452 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21453
21454commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
21455Author: Ira W. Snyder <iws@ovro.caltech.edu>
21456Date: Fri Aug 22 11:00:15 2008 -0700
21457
21458 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
21459
21460 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
21461 PCI card rather than a host computer.
21462
21463 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
21464 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21465
21466commit 4ff9aea9d6b5602683a920951ef896996438af62
21467Author: Ira W. Snyder <iws@ovro.caltech.edu>
21468Date: Fri Aug 22 11:00:14 2008 -0700
21469
21470 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
21471
21472 This adds a helper function to unlock the PCI configuration bit, so that
21473 any extra PCI setup (such as outbound windows, etc.) can be done after
21474 using the 83XX_GENERIC_PCI code to set up the PCI bus.
21475
21476 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
21477 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21478
21479commit 162338e1fcde231ca4d562e5ebd7859456731691
21480Author: Ira W. Snyder <iws@ovro.caltech.edu>
21481Date: Fri Aug 22 11:00:13 2008 -0700
21482
21483 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
21484
21485 Change the MPC8349EMDS board to use the generic PCI initialization code
21486 for the mpc83xx cpu.
21487
21488 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
21489 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21490
21491commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
21492Author: Kim Phillips <kim.phillips@freescale.com>
21493Date: Mon Aug 25 14:53:09 2008 -0500
21494
21495 fix out of tree building
21496
21497 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21498
21499commit a49d10cf027d059ee15c262010a05cdaec0961e1
21500Author: Wolfgang Denk <wd@denx.de>
21501Date: Mon Aug 25 23:45:41 2008 +0200
21502
21503 Minor coding style cleanup, updte CHANGELOG
21504
21505 Signed-off-by: Wolfgang Denk <wd@denx.de>
21506
a49d10cf
WD
21507commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
21508Author: Stefan Roese <sr@denx.de>
21509Date: Wed Aug 20 20:29:38 2008 +0200
21510
21511 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
21512
21513 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
21514 to combine both config options into one line. This even allows defining
21515 both options and not generating the target object twice.
21516
21517 Signed-off-by: Stefan Roese <sr@denx.de>
21518
21519commit 079edb913dbae147b50a488cf02e03f473fc5f28
21520Author: Jens Gehrlein <sew_s@tqs.de>
21521Date: Fri Jul 4 16:50:05 2008 +0200
21522
21523 MX31: fix bit masks in function mx31_decode_pll()
21524
21525 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
21526
21527 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
21528
21529commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
21530Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21531Date: Mon Aug 25 11:11:34 2008 +0200
21532
21533 Correct ARM Versatile Timer Initialization
21534
21535 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
21536 -- Timer Value Register @ TIMER Base + 4 is Read-only.
21537 -- Prescale Value (Bits 3-2 of TIMER Control register)
21538 can only be one of 00,01,10. 11 is undefined.
21539 -- CFG_HZ for Versatile board is set to
21540 #define CFG_HZ (1000000 / 256)
21541 So Prescale bits is set to indicate
21542 - 8 Stages of Prescale, Clock divided by 256
21543 - The Timer Control Register has one Undefined/Shouldn't Use Bit
21544 So we should do read/modify/write Operation
21545
21546 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21547
21548commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
21549Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21550Date: Mon Aug 25 11:30:29 2008 +0200
21551
21552 Add ARM AMBA PL031 RTC Support
21553
21554 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21555
21556commit e39411674669cc880e1ec4a8ca4794fb15c33a45
21557Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21558Date: Tue Aug 19 16:21:03 2008 -0400
21559
21560 ARM DaVinci: Removed redundant NAND initialization code.
21561
21562 ARM DaVinci: Removed redundant NAND initialization code.
21563
21564 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21565
21566commit b3fb663b20d995ca41327db877ddb168279b3f62
21567Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21568Date: Tue Aug 19 16:21:00 2008 -0400
21569
21570 ARM DaVinci: Fix compilation error with new MTD code.
21571
21572 ARM DaVinci: Fix compilation error with new MTD code.
21573
21574 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21575
21576commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
21577Author: Gerald Van Baren <vanbaren@cideas.com>
21578Date: Fri Aug 22 14:37:05 2008 -0400
21579
21580 Add note on dereferencing /aliases pointers
21581
21582 Replace the "must quote special characters" note with a hint on
21583 how to dereference /aliases pointers by omitting the leading "/".
21584 This feature was introduced by Kumar Gala as a libfdt enhancement
21585 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
21586
21587 Example:
21588
21589 => fdt print /aliases
21590 aliases {
21591 ethernet0 = "/qe@e0100000/ucc@2000";
21592 ethernet1 = "/qe@e0100000/ucc@3000";
21593 serial0 = "/soc8360@e0000000/serial@4500";
21594 serial1 = "/soc8360@e0000000/serial@4600";
21595 pci0 = "/pci@e0008500";
21596 };
21597 => fdt print ethernet0
21598 ucc@2000 {
21599 device_type = "network";
21600 compatible = "ucc_geth";
21601 cell-index = <0x1>;
21602 reg = <0x2000 0x200>;
21603 interrupts = <0x20>;
21604 interrupt-parent = <0x2>;
21605 local-mac-address = [00 00 00 00 00 00];
21606 rx-clock-name = "none";
21607 tx-clock-name = "clk9";
21608 phy-handle = <0x3>;
21609 phy-connection-type = "rgmii-id";
21610 pio-handle = <0x4>;
21611 };
21612
21613 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21614
21615commit feeca3f578b7f53c032ba203698751c982f8bf5a
21616Author: Kumar Gala <galak@kernel.crashing.org>
21617Date: Thu Aug 14 08:28:19 2008 -0500
21618
21619 libfdt: Add support for using aliases in fdt_path_offset()
21620
21621 If the path doesn't start with '/' check to see if it matches some alias
21622 under "/aliases" and substitute the matching alias value in the path
21623 and retry the lookup.
21624
21625 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21626 Acked-by: David Gibson <david@gibson.dropbear.id.au>
21627 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
21628
21629commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
21630Author: David Gibson <david@gibson.dropbear.id.au>
21631Date: Wed Aug 6 14:50:49 2008 +1000
21632
21633 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
21634
21635 As well as fdt_subnode_offset(), libfdt includes an
21636 fdt_subnode_offset_namelen() function that takes the subnode name to
21637 look up not as a NUL-terminated string, but as a string with an
21638 explicit length. This can be useful when the caller has the name as
21639 part of a longer string, such as a full path.
21640
21641 However, we don't have corresponding 'namelen' versions for
21642 fdt_get_property() and fdt_getprop(). There are less obvious use
21643 cases for these variants on property names, but there are
21644 circumstances where they can be useful e.g. looking up property names
21645 which need to be parsed from a longer string buffer such as user input
21646 or a configuration file, or looking up an alias in a path with
21647 IEEE1275 style aliases.
21648
21649 So, since it's very easy to implement such variants, this patch does
21650 so. The original NUL-terminated variants are, of course, implemented
21651 in terms of the namelen versions.
21652
21653 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21654
21655commit f171746f701ea58bf6a53e835b53d2aaebee0d81
21656Author: David Gibson <david@gibson.dropbear.id.au>
21657Date: Tue Jul 29 14:51:22 2008 +1000
21658
21659 libfdt: Forgot one function when cleaning the namespace
21660
21661 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
21662 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
21663 chance of collisions with things from whatever package libfdt is
21664 embedded in, pulled into the libfdt build via that environment's
21665 libfdt_env.h.
21666
21667 Except... I missed one. This patch applies the same treatment to
21668 _stringlist_contains(). While we're at it, also make it static since
21669 it's only used in the same file.
21670
21671 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21672
21673commit 46390da15411351fc3b498bd8c1615f78fe80df0
21674Author: Wolfram Sang <w.sang@pengutronix.de>
21675Date: Wed Jul 9 11:22:44 2008 +0200
21676
21677 libfdt: Improve documentation in libfdt.h
21678
21679 Fix a few typos and mistakes.
21680
21681 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
21682 Acked-by: David Gibson <david@gibson.dropbear.id.au>
21683
21684commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
21685Author: David Gibson <david@gibson.dropbear.id.au>
21686Date: Wed Jul 9 14:10:24 2008 +1000
21687
21688 libfdt: Increase namespace-pollution paranoia
21689
21690 libfdt is supposed to easy to embed in projects all and sundry.
21691 Often, it won't be practical to separate the embedded libfdt's
21692 namespace from that of the surrounding project. Which means there can
21693 be namespace conflicts between even libfdt's internal/static functions
21694 and functions or macros coming from the surrounding project's headers
21695 via libfdt_env.h.
21696
21697 This patch, therefore, renames a bunch of libfdt internal functions
21698 and macros and makes a few other chances to reduce the chances of
21699 namespace collisions with embedding projects. Specifically:
21700 - Internal functions (even static ones) are now named _fdt_*()
21701
21702 - The type and (static) global for the error table in
21703 fdt_strerror() gain an fdt_ prefix
21704
21705 - The unused macro PALIGN is removed
21706
21707 - The memeq and streq macros are removed and open-coded in the
21708 users (they were only used once each)
21709
21710 - Other macros gain an FDT_ prefix
21711
21712 - To save some of the bulk from the previous change, an
21713 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
21714 FDT_ALIGN(x, FDT_TAGSIZE)
21715
21716 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21717
21718commit c66830263af19831f2b7db307f79d1943febf7f9
21719Author: David Gibson <david@gibson.dropbear.id.au>
21720Date: Mon Jul 7 10:14:15 2008 +1000
21721
21722 dtc: Enable and fix -Wcast-qual warnings
21723
21724 Enabling -Wcast-qual warnings in dtc shows up a number of places where
21725 we are incorrectly discarding a const qualification. There are also
21726 some places where we are intentionally discarding the 'const', and we
21727 need an ugly cast through uintptr_t to suppress the warning. However,
21728 most of these are pretty well isolated with the *_w() functions. So
21729 in the interests of maximum safety with const qualifications, this
21730 patch enables the warnings and fixes the existing complaints.
21731
21732 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21733 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
21734
21735commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
21736Author: David Gibson <david@gibson.dropbear.id.au>
21737Date: Mon Jul 7 10:10:48 2008 +1000
21738
21739 dtc: Enable and fix -Wpointer-arith warnings
21740
21741 This patch turns on the -Wpointer-arith option in the dtc Makefile,
21742 and fixes the resulting warnings due to using (void *) in pointer
21743 arithmetic. While convenient, pointer arithmetic on void * is not
21744 portable, so it's better that we avoid it, particularly in libfdt.
21745
21746 Also add necessary definition of uintptr_t needed by David Gibson's
21747 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
21748 comes from stdint.h, which u-boot doesn't have). -- gvb
21749
21750 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21751 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21752
21753commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
21754Author: Tirumala R Marri <tmarri@amcc.com>
21755Date: Thu Aug 21 21:54:53 2008 -0700
21756
21757 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
21758
21759 During recent PCI-E tests it has been found that current
21760 driverl level and de-emphasis values are not set correctly.
21761 After sweeping throgh all de-ephasis values, it was found that
21762 0x130 is a right value. Where 0x13 is driver level and 0 is
21763 de-emphasis.
21764
21765 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
21766 Signed-off-by: Stefan Roese <sr@denx.de>
21767
21768commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
21769Author: Remy Bohmer <linux@bohmer.net>
21770Date: Wed Aug 20 20:46:56 2008 +0200
21771
21772 Make the YAFFS filesystem work
21773
21774 Recently the YAFFS filesystem support has been added to U-boot.
21775 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
21776
21777 ymount will generate an exception (when dereferencing mtd->readoob()), because
21778 the genericDevice is a null pointer. Further, a lot of logging is produced
21779 while using YAFFS fs, so logging should also be disabled.
21780 Both issues are solved by this patch.
21781
21782 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
21783 in U-boot, as well as in Linux.
21784
21785 Tested on a Atmel AT91SAM9261EK board.
21786
21787 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21788 Acked-by: William Juul <william.juul@tandberg.com>
21789 Signed-off-by: Scott Wood <scottwood@freescale.com>
21790
21791commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
21792Author: Kyungmin Park <kmpark@infradead.org>
21793Date: Tue Aug 19 08:42:53 2008 +0900
21794
21795 Fix OneNAND read_oob/write_oob functions compatability
21796
21797 Also sync with kernel OneNAND codes
21798
21799 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21800 Signed-off-by: Scott Wood <scottwood@freescale.com>
21801
21802commit 8d765456c1d33f2010d2717ee58de7647fdc6346
21803Author: Scott Wood <scottwood@freescale.com>
21804Date: Mon Aug 18 17:11:20 2008 -0500
21805
21806 NAND: Remove delay from nand_boot_fsl_elbc.c.
21807
21808 It was for debugging purposes, and shouldn't have been left in.
21809
21810 Signed-off-by: Scott Wood <scottwood@freescale.com>
21811
21812commit f556483734126793522fb7a8cf36af90da78f084
21813Author: Stefan Roese <sr@denx.de>
21814Date: Thu Aug 21 11:05:03 2008 +0200
21815
21816 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
21817
21818 This patch fixes some minor issues introduced with the patch:
21819 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
21820
21821 - Rework memory-queue and PLB arbiter optimization code, that the
21822 local variable is not needed anymore. This removes one #ifdef.
21823 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
21824 of XXX+ 0x01). This was not introduced by Prodyut, just a
21825 copy-paste problem.
21826
21827 Signed-off-by: Stefan Roese <sr@denx.de>
21828
21829commit 079589bcfb24ba11068460276a3cc9549ab5346f
21830Author: Prodyut Hazarika <phazarika@amcc.com>
21831Date: Wed Aug 20 09:38:51 2008 -0700
21832
21833 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
21834 PPC405EX and PPC460EX/GT/SX
21835
21836 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
21837 processors
21838 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
21839 across processors (405 and 440/460)
21840 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
21841 processors
21842 - Add register bit definitions for Memory Queue Configuration registers
21843
21844 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
21845 Signed-off-by: Stefan Roese <sr@denx.de>
21846
21847commit ba37aa03287c5483c61c0a3e320c8888bee0143a
21848Author: Kumar Gala <galak@kernel.crashing.org>
21849Date: Tue Aug 19 15:41:18 2008 -0500
21850
21851 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
21852
21853 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
21854 instead of bd->bi_enetaddr, bi_enet1addr, etc.
21855
21856 This makes the code a bit more flexible to the number of ethernet
21857 interfaces.
21858
21859 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21860
21861commit 4cacf7c64609839f809e2f9c45873f1d65861703
21862Author: Stefan Roese <sr@denx.de>
21863Date: Tue Aug 19 14:57:55 2008 +0200
21864
21865 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
21866
21867 This patch changes the debug_printf() marco for U-Boot in hush.c and
21868 moves the definition of DEBUG_SHELL to a place that is actually compiled
21869 under U-Boot.
21870
21871 Signed-off-by: Stefan Roese <sr@denx.de>
21872
21873commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
21874Author: Heiko Schocher <hs@denx.de>
21875Date: Tue Aug 19 09:57:41 2008 +0200
21876
21877 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
21878
21879 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
21880 missed a few boards:
21881 include/configs/M5253DEMO.h
21882 include/configs/ml507.h
21883 include/configs/redwood.h
21884
21885 This patch fixes this.
21886
21887 Signed-off-by: Heiko Schocher <hs@denx.de>
21888
21889commit 0768b7a872964085eece8d5e9fec9175e9deb161
21890Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21891Date: Mon Aug 18 13:41:27 2008 +0200
21892
21893 Consolidate strmhz() implementation
21894
21895 ARM, i386, m68k and ppc all have identical implementations of strmhz().
21896 Other architectures don't provide this function at all.
21897
21898 This patch moves strmhz() into lib_generic, reducing code duplication
21899 and providing a more unified API across architectures.
21900
21901 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21902
21903commit a928d0df211f1d829308d335d19be3ca42558dfc
21904Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21905Date: Mon Aug 18 12:02:51 2008 +0200
21906
21907 fix mvbc_p board build warnings
21908
21909 fix build warnings @ mvBC-P board by using correct types, i.e. change
21910 out_be32 to out_be16 and out_8 accordingly.
21911
21912 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21913
21914commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
21915Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21916Date: Sat Aug 16 18:54:27 2008 +0200
21917
21918 Makefile: fix posix support on find
21919
21920 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21921
21922commit bef92e215d945cc574399c1a1b00a3a76d35aa03
21923Author: Axel Beierlein <belatronix@web.de>
21924Date: Sat Aug 16 00:30:48 2008 +0200
21925
21926 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
21927
21928 Tested with TQM5200S on STK52XX.200 Board
21929
21930 Signed-off-by: Axel Beierlein <belatronix@web.de>
21931
21932commit 0800707b6d5041a840a65d556032c15c584b55f8
21933Author: Peter Tyser <ptyser@xes-inc.com>
21934Date: Fri Aug 15 14:36:32 2008 -0500
21935
21936 mod_i2c_mem() bugfix
21937
21938 The last used chip, address, and address length were not being
21939 stored for the imm and imn commands.
21940
21941 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21942
21943commit 4afbef967275b2f636abae86f91b81becee7ad03
21944Author: Steven A. Falco <sfalco@harris.com>
21945Date: Fri Aug 15 15:37:31 2008 -0400
21946
21947 Fix typo in spelling of ATAPI.
21948
21949 Correct a small spelling mistake.
21950
21951 Signed-off-by: Steven A. Falco <sfalco@harris.com>
21952
21953commit 36c2d3062ecc6ab85f8e237180eb134464c48418
21954Author: Steven A. Falco <sfalco@harris.com>
21955Date: Fri Aug 15 15:34:10 2008 -0400
21956
21957 Add a hook to allow board-specific PIO mode setting.
21958
21959 This patch adds a hook whereby a board-specific routine can be called to
21960 configure hardware for a PIO mode. The prototype for the board-specific
21961 routine is:
21962
21963 int inline ide_set_piomode(int pio_mode)
21964
21965 ide_set_piomode should be prepared to configure hardware for a pio_mode
21966 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
21967
21968 Signed-off-by: Steven A. Falco <sfalco@harris.com>
21969
21970commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
21971Author: Steven A. Falco <sfalco@harris.com>
21972Date: Fri Aug 15 15:29:12 2008 -0400
21973
21974 Replace enums in ata.h with an include of libata.h
21975
21976 This patch removes some enums from ata.h and replaces them with an
21977 include of libata.h. This way, we eliminate duplicated code, and
21978 prevent errors whereby the different versions could be out of sync.
21979
21980 Signed-off-by: Steven A. Falco <sfalco@harris.com>
21981
21982commit 0de0afbca865ecf482b4d2b635236746def8518f
21983Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21984Date: Fri Aug 15 18:32:41 2008 +0200
21985
21986 coldfire: fix CFI drivers activation with new macro
21987
21988 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
21989
21990 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21991
21992commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
21993Author: Kumar Gala <galak@kernel.crashing.org>
21994Date: Fri Aug 15 08:24:35 2008 -0500
21995
21996 fdt: fdt addr w/o any args reports back the current working address
21997
21998 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21999
22000commit f953d99fd528a496b400a706b511eaf8e3ea66af
22001Author: Kumar Gala <galak@kernel.crashing.org>
22002Date: Fri Aug 15 08:24:34 2008 -0500
22003
22004 fdt: added the ability to set initrd start/end via chosen command
22005
22006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22007
22008commit ffa4bafacaef67058463b3d7d0099ced57569dd2
22009Author: Kumar Gala <galak@kernel.crashing.org>
22010Date: Fri Aug 15 08:24:33 2008 -0500
22011
22012 Add command to enable/disable interrupts
22013
22014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22015
22016commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
22017Author: Nick Spence <nick.spence@freescale.com>
22018Date: Tue Aug 19 22:21:16 2008 -0700
22019
22020 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
22021
22022 This patch fixes a missing vendor code in the flash_real_protect() function.
22023
22024 Signed-off-by: Nick Spence <nick.spence@freescale.com>
22025 Signed-off-by: Stefan Roese <sr@denx.de>
22026
22027commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
22028Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22029Date: Tue Aug 19 16:53:39 2008 +0000
22030
22031 CFI: Fix AMD Legacy sector protect
22032
22033 New implement sector lock and unlock or softlock commands
22034 do not exist in AMD legacy flash. Thus, causing issue
22035 when erasing AMD legacy flash (such as lv040)
22036
22037 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22038 Signed-off-by: Stefan Roese <sr@denx.de>
22039
22040commit 492671404140f09d5b21b3d2ce4e362c0692c069
22041Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22042Date: Wed Aug 20 09:40:16 2008 +0200
22043
22044 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
22045
22046 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
22047
22048 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22049
22050commit 33eac2b3d946fc998a09245dfe54d017079b9056
22051Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22052Date: Wed Aug 20 09:28:36 2008 +0200
22053
22054 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
22055
22056 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22057
22058commit 25da0b84195fdda89a943b2d25757db5afeef5b8
22059Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22060Date: Wed Aug 20 09:27:37 2008 +0200
22061
22062 favr-32-ezkit: Fix printf format warnings
22063
22064 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22065
22066commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
22067Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22068Date: Fri Aug 15 12:04:25 2008 +0200
22069
22070 MAINTAINERS: Sort avr32 section alphabetically
22071
22072 The rest of the MAINTAINERS file appears to be sorted
22073 almost-alphabetically, but entries for the newly added AVR32 boards were
22074 added somewhat randomly. This patch sorts the list alphabetically again.
22075
22076 Also update my e-mail address. The old one still works, but it may not
22077 work forever.
22078
22079 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22080
22081commit 13b50fe3bc065c48911fa373231421280855a9d6
22082Author: Mark Jackson <mpfj@mimc.co.uk>
22083Date: Wed Jul 30 13:07:27 2008 +0100
22084
22085 avr32: Add MIMC200 board
22086
22087 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
22088 8MByte FLASH and 128KByte FRAM.
22089
22090 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
22091 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22092
22093commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
22094Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22095Date: Wed Jul 9 21:07:34 2008 +0900
22096
22097 rtl8169: add support for RTL8110SCL
22098
22099 This patch fixes a problem that RTL8110SCL started transfer
22100 with an incorrect memory address.
22101
22102 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22103 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22104
22105commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
22106Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22107Date: Wed Jun 25 15:48:52 2008 -0500
22108
22109 Fix dm9000 receive status and len little endian issue
22110
22111 The received status and len was in little endian
22112 format and caused the ethernet unable to proceed
22113 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
22114
22115 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22116 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22117
22118commit fcd69a1a57fb2af4d26201422095a4be9f36963e
22119Author: Kumar Gala <galak@kernel.crashing.org>
22120Date: Fri Aug 15 08:24:32 2008 -0500
22121
22122 Clean up usage of icache_disable/dcache_disable
22123
22124 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
22125 also flushing the icache. All callers of invalidate_l1_instruction_cache()
22126 call icache_disable() right after. Make it so icache_disable() calls
22127 invalidate_l1_instruction_cache() for us.
22128
22129 Also, dcache_disable() already calls dcache_flush() so there is no point
22130 in the explicit calls of dcache_flush().
22131
22132 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22133
22134commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
22135Author: Kumar Gala <galak@kernel.crashing.org>
22136Date: Fri Aug 15 08:24:31 2008 -0500
22137
22138 Update linux bootm to support ePAPR client interface
22139
22140 The ePAPR spec has some subtle differences from the current device
22141 tree based boot interface to the powerpc linux kernel. The powerpc
22142 linux kernel currently ignores the differences that ePAPR specifies.
22143
22144 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22145
22146commit b734e5556a239b3be5f9693b2f4b4b739683ec16
22147Author: Wolfgang Denk <wd@denx.de>
22148Date: Mon Aug 18 23:50:20 2008 +0200
22149
22150 Minor code cleanup: keep lists sorted.
22151
22152 Signed-off-by: Wolfgang Denk <wd@denx.de>
22153
22154commit d0039d4ed275e6ca09fb417895024ad02be118c4
22155Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22156Date: Wed Jul 23 19:10:14 2008 +0200
22157
22158 Add support for ADT7460 I2C monitor chip
22159
22160 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22161
22162commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
22163Author: Michal Simek <monstr@monstr.eu>
22164Date: Mon Jul 14 19:45:45 2008 +0200
22165
22166 video: Clean drivers/video/Makefile
22167
22168 Signed-off-by: Michal Simek <monstr@monstr.eu>
22169
22170commit 871c18dd301752270e1f74328c846c3104be1e2e
22171Author: Michal Simek <monstr@monstr.eu>
22172Date: Mon Jul 14 19:45:37 2008 +0200
22173
22174 rtc: Clean drivers/rtc/Makefile
22175
22176 Signed-off-by: Michal Simek <monstr@monstr.eu>
22177
22178commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
22179Author: Michal Simek <monstr@monstr.eu>
22180Date: Mon Jul 14 19:45:35 2008 +0200
22181
22182 i2c: Clean drivers/i2c/ Makefile
22183
22184 Signed-off-by: Michal Simek <monstr@monstr.eu>
22185
22186commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
22187Author: Harald Welte <laforge@openmoko.org>
22188Date: Wed Jul 9 22:30:30 2008 +0800
22189
22190 Add 'license' command to U-Boot command line
22191
22192 The 'license' command includes the U-Boot license (GPLv2) into the
22193 actual bootloader binary. The license text can be shown interactively
22194 at the U-Boot commandline.
22195
22196 For products where the commandline can actually be accessed by the
22197 end user, this helps to prevent inadvertent GPL violations, since the
22198 GPLv2 license text can no longer be 'forgotten' to be included into
22199 the product.
22200
22201 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
22202
22203 Signed-off-by: Harald Welte <laforge@openmoko.org>
22204
22205commit fe2ce5500ebf43d79d227190bd2370232d5b113d
22206Author: Harald Welte <laforge@gnumonks.org>
22207Date: Sun Jul 6 15:56:38 2008 +0800
22208
22209 add 'unzip' command to u-boot commandline
22210
22211 [PATCH] add new 'unzip' command to u-boot commandline
22212
22213 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
22214 memory to memory, and option CONFIG_CMD_UNZIP to enable it
22215
22216 Signed-off-by: Werner Almesberger <werner@openmoko.org>
22217 Signed-off-by: Harald Welte <laforge@openmoko.org>
22218
22219commit 07efc9e321619c3dec213310c32e011aa6f02783
22220Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22221Date: Wed Aug 6 19:37:17 2008 -0500
22222
22223 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
22224
22225 The CFG_ENV_SIZE is not suitable used for SPI flash erase
22226 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
22227 Add condition check if CFG_ENV_SIZE is larger than
22228 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
22229 erasing.
22230
22231 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22232
22233commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
22234Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22235Date: Mon Aug 11 15:54:25 2008 +0000
22236
22237 ColdFire: Multiple fixes for M5282EVB
22238
22239 Incorrect CFG_HZ value, change 1000000 to 1000.
22240 Rename #waring to #warning. RAMBAR1 uses twice
22241 in start.S, rename the later to FLASHBAR. Insert
22242 nop for DRAM setup. And, env_offset in linker file.
22243
22244 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22245
22246commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
22247Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22248Date: Mon Aug 11 15:26:43 2008 +0000
22249
22250 ColdFire: Move m5282evb from board to board/freescale
22251
22252 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22253
22254commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
22255Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22256Date: Mon Aug 11 15:25:07 2008 +0000
22257
22258 ColdFire: Move m5272c3 from board to board/freescale
22259
22260 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22261
22262commit 659e9bad629a480f606b286d5703aef7159edf98
22263Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22264Date: Mon Aug 11 15:23:16 2008 +0000
22265
22266 ColdFire: Move m5271evb from board to board/freescale
22267
22268 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22269
22270commit 05316f8ece8206339a208ec052f039cd0f7ca922
22271Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22272Date: Mon Aug 11 13:41:49 2008 +0000
22273
22274 ColdFire: Add M54451EVB platform support for MCF5445x
22275
22276 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22277
22278commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
22279Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22280Date: Wed Aug 6 19:14:08 2008 -0500
22281
22282 ColdFire: Add Serial Flash support for M54455EVB
22283
22284 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22285
22286commit 9f751551456828b2d0ff417f10959fb0c7110bd0
22287Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22288Date: Wed Jul 23 20:38:53 2008 -0500
22289
22290 ColdFire: Implement SBF feature for M5445EVB
22291
22292 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22293
22294commit a7323bba229203aae2604afde131ab47bad4eadc
22295Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22296Date: Wed Jul 23 17:53:36 2008 -0500
22297
22298 ColdFire: Add SSPI feature for MCF5445x
22299
22300 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22301
22302commit b2d022d1ac3f59bffa9cec249341e77aea168abc
22303Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22304Date: Wed Jul 23 17:37:10 2008 -0500
22305
22306 ColdFire: Use CFI Flash driver for M54455EVB
22307
22308 Remove non-common flash driver in
22309 board/freescale/m54455evb/flash.c. The non-cfi flash will
22310 use CONFIG_FLASH_CFI_LEGACY to configure the flash
22311 attribute.
22312
22313 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22314
22315commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
22316Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22317Date: Wed Jul 23 17:11:47 2008 -0500
22318
22319 ColdFire: Add M5253DEMO platform support for MCF5253
22320
22321 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22322
22323commit 80ba61fd82569af40e04d4a089257b81881884f2
22324Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22325Date: Wed Aug 6 14:17:09 2008 -0500
22326
22327 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
22328
22329 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22330
22331commit d361307e73ce1f6fc68760123f37d4876f851f3e
22332Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22333Date: Wed Aug 6 14:11:36 2008 -0500
22334
22335 ColdFire: Fix M5253EVB dram bring up issue
22336
22337 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22338
22339commit 4b0708093e15b412296328bf81325cf9b69fe512
22340Author: Wolfgang Denk <wd@denx.de>
22341Date: Thu Aug 14 14:41:06 2008 +0200
22342
22343 Coding Style cleanup, update CHANGELOG
22344
22345 Signed-off-by: Wolfgang Denk <wd@denx.de>
22346
4b070809
WD
22347commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
22348Author: Scott Wood <scottwood@freescale.com>
22349Date: Wed Aug 13 18:24:05 2008 -0500
22350
22351 socrates: Update NAND driver to new API.
22352
22353 Also, fix some minor formatting issues, and simplify the handling of
22354 "state" for writes.
22355
22356 Signed-off-by: Scott Wood <scottwood@freescale.com>
22357
22358commit ba22d10f39eaeedd035e8265616e31ff88e314d5
22359Author: Scott Wood <scottwood@freescale.com>
22360Date: Wed Aug 13 18:03:40 2008 -0500
22361
22362 quad100hd: Update NAND driver to new API.
22363
22364 Signed-off-by: Scott Wood <scottwood@freescale.com>
22365
22366commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
22367Author: Scott Wood <scottwood@freescale.com>
22368Date: Wed Aug 13 17:53:48 2008 -0500
22369
22370 m5373evb: Update NAND driver to new API.
22371
22372 Signed-off-by: Scott Wood <scottwood@freescale.com>
22373
22374commit 1a23a197c8722b805f40895544bbdb1a648c1c82
22375Author: Scott Wood <scottwood@freescale.com>
22376Date: Wed Aug 13 17:04:30 2008 -0500
22377
22378 s3c24x0: Update NAND driver to new API.
22379
22380 Signed-off-by: Scott Wood <scottwood@freescale.com>
22381
22382commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
22383Author: Scott Wood <scottwood@freescale.com>
22384Date: Wed Aug 13 15:56:00 2008 -0500
22385
22386 at91: Update board NAND drivers to current API.
22387
22388 Signed-off-by: Scott Wood <scottwood@freescale.com>
22389
22390commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
22391Author: Kyungmin Park <kmpark@infradead.org>
22392Date: Wed Aug 13 09:11:02 2008 +0900
22393
22394 Fix OneNAND build break
22395
22396 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
22397 - fix bufferram management at erase operation
22398 This patch includes the NAND/OneNAND state filed too.
22399
22400 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22401 Signed-off-by: Scott Wood <scottwood@freescale.com>
22402
22403commit 9483df6408c25f16060432de3868901e352e23bc
22404Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22405Date: Wed Aug 13 01:40:43 2008 +0200
22406
22407 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
22408
22409 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22410
22411commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
22412Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22413Date: Wed Aug 13 01:40:43 2008 +0200
22414
22415 drivers/mtd/nand: Move conditional compilation to Makefile
22416
22417 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
22418
22419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22420
22421commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
22422Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22423Date: Wed Aug 13 01:40:42 2008 +0200
22424
22425 drivers/mtd/onenand: Move conditional compilation to Makefile
22426
22427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22428
22429commit 00b1883a4cac59d97cd297b1a3a398db85982865
22430Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22431Date: Wed Aug 13 01:40:42 2008 +0200
22432
22433 drivers/mtd: Move conditional compilation to Makefile
22434
22435 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
22436
22437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22438
22439commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
22440Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22441Date: Wed Aug 13 01:40:41 2008 +0200
22442
22443 drivers/qe: Move conditional compilation to Makefile
22444
22445 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22446
22447commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
22448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22449Date: Wed Aug 13 01:40:40 2008 +0200
22450
22451 drivers/pci: Move conditional compilation to Makefile
22452
22453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22454
22455commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
22456Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22457Date: Wed Aug 13 01:40:40 2008 +0200
22458
22459 drivers/misc: Move conditional compilation to Makefile
22460
22461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22462
22463commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
22464Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22465Date: Wed Aug 13 01:40:40 2008 +0200
22466
22467 drivers/input: Move conditional compilation to Makefile
22468
22469 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22470
22471commit 88f57e093114a44aa9a858d52b099bcc52034a8c
22472Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22473Date: Wed Aug 13 01:40:39 2008 +0200
22474
22475 drivers/dma: Move conditional compilation to Makefile
22476
22477 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22478
22479commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
22480Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22481Date: Wed Aug 13 01:40:39 2008 +0200
22482
22483 drivers/block: Move conditional compilation to Makefile
22484
22485 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22486
22487commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
22488Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22489Date: Wed Aug 13 01:40:39 2008 +0200
22490
22491 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
22492
22493 move also conditional compilation to Makefile
22494
22495 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22496
22497commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
22498Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22499Date: Wed Aug 13 01:40:38 2008 +0200
22500
22501 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
22502
22503 move also conditional compilation to Makefile
22504
22505 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22506
22507commit d6e9ee92e890f67594ab150689510df361133ead
22508Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22509Date: Wed Aug 13 01:40:38 2008 +0200
22510
22511 common: Move conditional compilation to Makefile
22512
22513 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22514
22515commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
22516Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22517Date: Wed Aug 13 01:40:09 2008 +0200
22518
22519 mx31: move freescale's mx31 boards to vendor board dir
22520
22521 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22522
22523commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
22524Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22525Date: Sat Jul 5 23:11:11 2008 +0200
22526
22527 at91: move arch-at91sam9 to arch-at91
22528
22529 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22530
22531commit 195ccfc5991d48764b2519941e3507f693851d5d
22532Author: Fathi BOUDRA <fabo@debian.org>
22533Date: Wed Aug 6 10:06:20 2008 +0200
22534
22535 OneNAND: Fill in MTD function pointers for OneNAND.
22536
22537 onenand_print_device_info():
22538 - Now returns a string to be placed in mtd->name,
22539 rather than calling printf.
22540 - Remove verbose parameter as it becomes useless.
22541
22542 Signed-off-by: Fathi Boudra <fabo@debian.org>
22543 Signed-off-by: Scott Wood <scottwood@freescale.com>
22544
22545commit aa646643b6bc250cb3a4966bf728876e0c10d329
22546Author: Guennadi Liakhovetski <lg@denx.de>
22547Date: Wed Aug 6 21:42:07 2008 +0200
22548
22549 nand_spl: Support page-aligned read in nand_load, use chipselect
22550
22551 Supporting page-aligned reads doesn't incure any sinificant overhead, just
22552 a small change in the algorithm. Also replace in_8 with readb, since there
22553 is no in_8 on ARM.
22554
22555 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22556 Signed-off-by: Scott Wood <scottwood@freescale.com>
22557
22558commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
22559Author: Scott Wood <scottwood@freescale.com>
22560Date: Tue Aug 5 11:15:59 2008 -0500
22561
22562 NAND boot: Update large page support for current API.
22563
22564 Also, remove the ctrl variable in favor of passing the constants
22565 directly, and remove redundant (u8) casts.
22566
22567 Signed-off-by: Scott Wood <scottwood@freescale.com>
22568
22569commit e4c09508545d1c45617ba45391c03c03cbc360b9
22570Author: Scott Wood <scottwood@freescale.com>
22571Date: Mon Jun 30 14:13:28 2008 -0500
22572
22573 NAND boot: MPC8313ERDB support
22574
22575 Note that with older board revisions, NAND boot may only work after a
22576 power-on reset, and not after a warm reset. I don't have a newer board
22577 to test on; if you have a board with a 33MHz crystal, please let me know
22578 if it works after a warm reset.
22579
22580 Signed-off-by: Scott Wood <scottwood@freescale.com>
22581
22582commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
22583Author: Scott Wood <scottwood@freescale.com>
22584Date: Thu Jun 26 14:06:52 2008 -0500
22585
22586 mpc8313erdb: Enable NAND in config.
22587
22588 Signed-off-by: Scott Wood <scottwood@freescale.com>
22589
22590commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
22591Author: Guennadi Liakhovetski <lg@denx.de>
22592Date: Thu Jul 31 12:38:26 2008 +0200
22593
22594 NAND: Do not write or read a whole block if it is larger than the environment
22595
22596 Environment can be smaller than NAND block size, do not need to read a whole
22597 block and minimum for writing is one page. Also remove an unused variable.
22598
22599 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22600 Signed-off-by: Scott Wood <scottwood@freescale.com>
22601
22602commit eafcabd15f00c142156235c519fcc55b10993241
22603Author: Marcel Ziswiler <marcel@ziswiler.com>
22604Date: Sun Jun 22 16:30:06 2008 +0200
22605
22606 NAND: chip->state does not always get set.
22607
22608 Fixes an issue with chip->state not always being set causing troubles.
22609
22610 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
22611 Signed-off-by: Scott Wood <scottwood@freescale.com>
22612
22613commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
22614Author: Ilya Yanok <yanok@emcraft.com>
22615Date: Mon Jun 30 15:34:40 2008 +0200
22616
22617 NAND: Scan bad blocks lazily.
22618
22619 Rather than scanning on boot, scan upon the first attempt to check the
22620 badness of a block. This speeds up boot when not using NAND, and reduces
22621 the likelihood of needing to reflash via JTAG if NAND becomes
22622 nonfunctional.
22623
22624 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22625 Signed-off-by: Scott Wood <scottwood@freescale.com>
22626
22627commit dfbf617ff055e4216f78d358b0867c548916d14b
22628Author: Scott Wood <scottwood@freescale.com>
22629Date: Thu Jun 12 13:20:16 2008 -0500
22630
22631 NAND read/write fix
22632
22633 Implement block-skipping read/write, based on a patch from
22634 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
22635
22636 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
22637 Signed-off-by: Scott Wood <scottwood@freescale.com>
22638
22639commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
22640Author: Scott Wood <scottwood@freescale.com>
22641Date: Thu Jun 12 13:13:23 2008 -0500
22642
22643 NAND: Always skip blocks on read/write/boot.
22644
22645 Use of the non-skipping versions was almost always (if not always)
22646 an error, and no valid use case has been identified.
22647
22648 Signed-off-by: Scott Wood <scottwood@freescale.com>
22649
22650commit e1c3dbada349992875934575c97b328ab2cb33ca
22651Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22652Date: Thu Jun 12 11:10:21 2008 -0500
22653
22654 nand: fsl_upm: convert to updated MTD NAND infrastructure
22655
22656 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22657 Signed-off-by: Scott Wood <scottwood@freescale.com>
22658
22659commit 300253306acc72b1b2e9faf0987f86551151d7cf
22660Author: Scott Wood <scottwood@freescale.com>
22661Date: Thu May 22 15:02:46 2008 -0500
22662
22663 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
22664
22665 The hardware has separate registers for block and page-within-block,
22666 but the division between the two has no apparent relation to the
22667 actual erase block size of the NAND chip.
22668
22669 Signed-off-by: Scott Wood <scottwood@freescale.com>
22670
22671commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
22672Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22673Date: Fri Mar 28 22:10:54 2008 +0300
22674
22675 fsl_elbc_nand: workaround for hangs during nand write
22676
22677 Using current driver elbc sometimes hangs during nand write. Reading back
22678 last byte helps though (thanks to Scott Wood for the idea).
22679
22680 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22681 Signed-off-by: Scott Wood <scottwood@freescale.com>
22682
22683commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
22684Author: Scott Wood <scottwood@freescale.com>
22685Date: Fri Mar 21 16:12:51 2008 -0500
22686
22687 Freescale eLBC FCM NAND driver
22688
22689 This is a driver for the Flash Control Machine of the enhanched Local Bus
22690 Controller found on some Freescale chips (such as the mpc8313 and the
22691 mpc8379).
22692
22693 Signed-off-by: Scott Wood <scottwood@freescale.com>
22694
22695commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
22696Author: Scott Wood <scottwood@freescale.com>
22697Date: Tue Mar 18 15:29:14 2008 -0500
22698
22699 Don't panic if a controller driver does ecc its own way.
22700
22701 Some hardware, such as the enhanced local bus controller used on some
22702 mpc83xx chips, does ecc transparently when reading and writing data, rather
22703 than providing a generic calculate/correct mechanism that can be exported to
22704 the nand subsystem.
22705
22706 The subsystem should not BUG() when calculate, correct, or hwctl are
22707 missing, if the methods that call them have been overridden.
22708
22709 Signed-off-by: Scott Wood <scottwood@freescale.com>
22710
22711commit e52b34d40a8a646e3d11638ea8797e96398dba13
22712Author: Stefan Roese <sr@denx.de>
22713Date: Thu Jan 10 18:47:33 2008 +0100
22714
22715 NAND: Make NAND driver less verbose per default
22716
22717 This patch turns off printing of bad blocks per default upon bootup.
22718 This can always be shown via the "nand bad" command later.
22719
22720 Signed-off-by: Stefan Roese <sr@denx.de>
22721
22722commit fe56a2772e5c59577df906163d0d4b29b056140e
22723Author: Sergey Kubushyn <ksi@koi8.net>
22724Date: Wed Jan 9 15:36:20 2008 +0100
22725
22726 NAND: Davinci driver updates
22727
22728 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
22729 don't have hardware handy so I can not test it at the moment but changes are
22730 rather trivial so it should work. It would be nice if somebody with a
22731 hardware checked it anyways.
22732
22733 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
22734
22735commit deac913effd8d80535c9ff4687b6fcdff540c554
22736Author: Stefan Roese <sr@denx.de>
22737Date: Sat Jan 5 16:50:32 2008 +0100
22738
22739 NAND: Fix compilation warning and small coding style issue
22740
22741 Signed-off-by: Stefan Roese <sr@denx.de>
22742
22743commit c568f77acdf896fc3dd6413ce53205b17ba809a3
22744Author: Stefan Roese <sr@denx.de>
22745Date: Sat Jan 5 16:49:37 2008 +0100
22746
22747 NAND: Update nand_spl driver to match updated nand subsystem
22748
22749 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
22750 the new infrastructure from the updated NAND subsystem. This NAND
22751 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
22752 subsystem.
22753
22754 Signed-off-by: Stefan Roese <sr@denx.de>
22755
22756commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
22757Author: Stefan Roese <sr@denx.de>
22758Date: Sat Jan 5 16:47:58 2008 +0100
22759
22760 NAND: Update 4xx NDFC driver to match updated nand subsystem
22761
22762 This patch changes the 4xx NAND driver ndfc.c to match the new
22763 infrastructure from the updated NAND subsystem. This NAND
22764 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
22765 subsystem.
22766
22767 Tested successfully on AMCC Sequoia and Bamboo.
22768
22769 Signed-off-by: Stefan Roese <sr@denx.de>
22770
22771commit 12072264528eba33737bc9674e19f0e925ffda23
22772Author: Stefan Roese <sr@denx.de>
22773Date: Sat Jan 5 16:43:25 2008 +0100
22774
22775 NAND: Change nand_wait_ready() to not call nand_wait()
22776
22777 This patch changes nand_wait_ready() to not just call nand_wait(),
22778 since this will send a new command to the NAND chip. We just want to
22779 wait for the chip to become ready here.
22780
22781 Signed-off-by: Stefan Roese <sr@denx.de>
22782
22783commit 9ad754fef5053144daed3b007adaf1c9bec654c9
22784Author: William Juul <william.juul@datarespons.no>
22785Date: Fri Dec 14 16:33:45 2007 +0100
22786
22787 make nand dump and nand dump.oob work
22788
22789 Signed-off-by: William Juul <william.juul@tandberg.com>
22790 Signed-off-by: Scott Wood <scottwood@freescale.com>
22791
22792commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
22793Author: William Juul <william.juul@datarespons.no>
22794Date: Mon Nov 19 14:46:00 2007 +0100
22795
22796 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
22797
22798 Signed-off-by: William Juul <william.juul@tandberg.com>
22799
22800commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
22801Author: William Juul <william.juul@tandberg.com>
22802Date: Tue Jun 10 16:18:13 2008 -0500
22803
22804 Clean out unneeded files
22805
22806 Signed-off-by: William Juul <william.juul@tandberg.com>
22807
22808commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
22809Author: William Juul <william.juul@datarespons.no>
22810Date: Fri Nov 16 08:44:27 2007 +0100
22811
22812 Create symlinks from yaffs2/direct to yaffs2
22813
22814 Signed-off-by: William Juul <william.juul@tandberg.com>
22815
22816commit 90ef117b68387d66763291af0117677644166611
22817Author: William Juul <william.juul@datarespons.no>
22818Date: Thu Nov 15 12:23:57 2007 +0100
22819
22820 Incorporate yaffs2 into U-boot
22821
22822 To use YAFFS2 define CONFIG_YAFFS2
22823
22824 Signed-off-by: William Juul <william.juul@tandberg.com>
22825 Signed-off-by: Scott Wood <scottwood@freescale.com>
22826
22827commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
22828Author: William Juul <william.juul@datarespons.no>
22829Date: Thu Nov 15 11:13:05 2007 +0100
22830
22831 YAFFS2 import
22832
22833 Direct import of yaffs as a tarball as of 20071113 from their public
22834 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
22835
22836 The code can also be imported on the command line with:
22837 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
22838 (Hit return when asked for a password)
22839 cvs checkout yaffs2
22840
22841 Signed-off-by: William Juul <william.juul@tandberg.com>
22842 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
22843
22844commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
22845Author: William Juul <william.juul@datarespons.no>
22846Date: Wed Nov 14 14:28:11 2007 +0100
22847
22848 Whitespace cleanup and marking broken code.
22849
22850 Changes requested by maintainer Stefan Roese after
22851 posting patch to U-boot mailing list.
22852
22853 Signed-off-by: William Juul <william.juul@tandberg.com>
22854 Signed-off-by: Scott Wood <scottwood@freescale.com>
22855
22856commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
22857Author: William Juul <william.juul@datarespons.no>
22858Date: Fri Nov 9 13:32:30 2007 +0100
22859
22860 Fixing coding style issues
22861
22862 - Fixing leading white spaces
22863 - Fixing indentation where 4 spaces are used instead of tab
22864 - Removing C++ comments (//), wherever I introduced them
22865
22866 Signed-off-by: William Juul <william.juul@tandberg.com>
22867 Signed-off-by: Scott Wood <scottwood@freescale.com>
22868
22869commit 4cbb651b29cb64d378a06729970e1e153bb605b1
22870Author: William Juul <william.juul@datarespons.no>
22871Date: Thu Nov 8 10:39:53 2007 +0100
22872
22873 Remove white space at end.
22874
22875 Signed-off-by: William Juul <william.juul@tandberg.com>
22876 Signed-off-by: Scott Wood <scottwood@freescale.com>
22877
22878commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
22879Author: William Juul <william.juul@datarespons.no>
22880Date: Wed Oct 31 13:53:06 2007 +0100
22881
22882 Update MTD to that of Linux 2.6.22.1
22883
22884 A lot changed in the Linux MTD code, since it was last ported from
22885 Linux to U-Boot. This patch takes U-Boot NAND support to the level
22886 of Linux 2.6.22.1 and will enable support for very large NAND devices
22887 (4KB pages) and ease the compatibility between U-Boot and Linux
22888 filesystems.
22889
22890 This patch is tested on two custom boards with PPC and ARM
22891 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
22892 cross compilers.
22893
22894 MAKEALL ppc/arm has some issues:
22895 * DOC/OneNand/nand_spl is not building (I have not tried porting
22896 these parts, and since I do not have any HW and I am not familiar
22897 with this code/HW I think its best left to someone else.)
22898
22899 Except for the issues mentioned above, I have ported all drivers
22900 necessary to run MAKEALL ppc/arm without errors and warnings. Many
22901 drivers were trivial to port, but some were not so trivial. The
22902 following drivers must be examined carefully and maybe rewritten to
22903 some degree:
22904 cpu/ppc4xx/ndfc.c
22905 cpu/arm926ejs/davinci/nand.c
22906 board/delta/nand.c
22907 board/zylonite/nand.c
22908
22909 Signed-off-by: William Juul <william.juul@tandberg.com>
22910 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
22911 Signed-off-by: Scott Wood <scottwood@freescale.com>
22912
22913commit cd82919e6c8a73b363a26f34b734923844e52d1c
22914Author: Wolfgang Denk <wd@denx.de>
22915Date: Tue Aug 12 16:08:38 2008 +0200
22916
22917 Coding style cleanup, update CHANGELOG, prepare release
22918
22919 Signed-off-by: Wolfgang Denk <wd@denx.de>
22920
cd82919e
WD
22921commit 17e900b8c0f38d922da47073246219dce2a847f2
22922Author: Wolfgang Denk <wd@denx.de>
22923Date: Tue Aug 12 14:54:04 2008 +0200
22924
22925 MVBC_P: fix compile problem
22926
22927 Signed-off-by: Wolfgang Denk <wd@denx.de>
22928
22929commit 52b047ae48219b59bebe37ba743ab103fd4f8316
22930Author: Wolfgang Denk <wd@denx.de>
22931Date: Tue Aug 12 12:10:11 2008 +0200
22932
22933 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
22934
22935 Signed-off-by: Wolfgang Denk <wd@denx.de>
22936
22937commit c9c101c660b3d1995045c61c7c6041f52b6cf335
22938Author: Wolfgang Denk <wd@denx.de>
22939Date: Tue Aug 12 00:36:53 2008 +0200
22940
22941 ads5121: fix compiler warnings (unused variables)
22942
22943 Signed-off-by: Wolfgang Denk <wd@denx.de>
22944
22945commit 902ca09246039964d59bbcb519b1e1b5aed01308
22946Author: Kumar Gala <galak@kernel.crashing.org>
22947Date: Mon Aug 11 11:29:28 2008 -0500
22948
22949 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
22950
22951 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
22952
22953 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22954 Acked-by: Jon Loeliger <jdl@freescale.com>
22955
22956commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
22957Author: Kumar Gala <galak@kernel.crashing.org>
22958Date: Mon Aug 11 09:20:53 2008 -0500
22959
22960 Fix fallout from autostart revert
22961
22962 The autostart revert caused a bit of duplicated code as well as
22963 code that was using images->autostart that needs to get removed so
22964 we can build again.
22965
22966 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22967
22968commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
22969Author: Kumar Gala <galak@kernel.crashing.org>
22970Date: Mon Aug 11 09:16:25 2008 -0500
22971
22972 Fix compile error related to r8a66597-hcd & usb
22973
22974 When building the 8544DS board we get this error:
22975
22976 In file included from r8a66597-hcd.c:22:
22977 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
22978 make[1]: *** [r8a66597-hcd.o] Error 1
22979
22980 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
22981 is set.
22982
22983 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22984
22985commit 2d0daa03612338a813e3c9d22680e54eabfea378
22986Author: Becky Bruce <becky.bruce@freescale.com>
22987Date: Mon Aug 4 14:02:26 2008 -0500
22988
22989 POWERPC 86xx: Move BAT setup code to C
22990
22991 This is needed because we will be possibly be locating
22992 devices at physical addresses above 32bits, and the asm
22993 preprocessing does not appear to deal with ULL constants
22994 properly. We now call write_bat in lib_ppc/bat_rw.c.
22995
22996 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22997 Acked-by: Jon Loeliger <jdl@freescale.com>
22998
22999commit 9de67149db576c91b9c2a0a182652331e7e44211
23000Author: Becky Bruce <becky.bruce@freescale.com>
23001Date: Mon Aug 4 14:01:53 2008 -0500
23002
23003 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
23004
23005 Perform sync/isync as required by the architecture.
23006
23007 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23008 Acked-by: Jon Loeliger <jdl@freescale.com>
23009
23010commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
23011Author: Becky Bruce <becky.bruce@freescale.com>
23012Date: Mon Aug 4 14:01:16 2008 -0500
23013
23014 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
23015
23016 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23017 Acked-by: Jon Loeliger <jdl@freescale.com>
23018
23019commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
23020Author: Magnus Lilja <lilja.magnus@gmail.com>
23021Date: Sun Aug 3 21:44:10 2008 +0200
23022
23023 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
23024
23025 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
23026 contacts instead of only the first 256 ones as is the case prior to
23027 this patch.
23028
23029 Add missing MUX_* macros and update board files to use the new macros.
23030
23031 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23032
23033commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
23034Author: Magnus Lilja <lilja.magnus@gmail.com>
23035Date: Sun Aug 3 21:43:37 2008 +0200
23036
23037 i.MX31: Fix IOMUX related typos
23038
23039 Correct the names of some IOMUX macros.
23040
23041 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23042
23043commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
23044Author: Steve Sakoman <steve@sakoman.com>
23045Date: Mon Aug 11 20:26:16 2008 +0200
23046
23047 OneNAND: Remove unused parameters to onenand_verify_page
23048
23049 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.
23050
23051 Signed-off-by: Steve Sakoman <steve@sakoman.com>
23052 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23053
23054commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
23055Author: Anatolij Gustschin <agust@denx.de>
23056Date: Fri Aug 8 18:00:40 2008 +0200
23057
23058 video: fix bug in cfb_console code
23059
23060 FILL_15BIT_555RGB macro extension for pixel swapping
23061 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
23062 introduced a bug in cfb_console:
23063
23064 Bitmaps with odd-numbered width won't be rendered
23065 correctly and even U-Boot crashes are observed on
23066 some platforms while repeated rendering of such
23067 bitmaps with "bmp display". Also if a bitmap is
23068 rendered to an odd-numbered x starting position,
23069 the same problem occurs. This patch is an attempt
23070 to fix it.
23071
23072 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23073
23074commit d9015f6a50d7258125349ef5c2af836458a0029a
23075Author: Anatolij Gustschin <agust@denx.de>
23076Date: Fri Aug 8 18:00:39 2008 +0200
23077
23078 video: fix bug in logo_plot
23079
23080 If logo_plot() should ever be called with x starting
23081 position other than zero and for pixel depths greater
23082 than 8bpp, logo colors distortion will be observed.
23083 This patch fixes the issue.
23084
23085 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23086
23087commit 406819ae94f79f5b59e01d163380ca7d83709251
23088Author: Wolfgang Denk <wd@denx.de>
23089Date: Mon Aug 11 00:17:52 2008 +0200
23090
23091 MAINTAINERS: sort entries
23092
23093 Signed-off-by: Wolfgang Denk <wd@denx.de>
23094
23095commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
23096Author: Roy Zang <tie-fei.zang@freescale.com>
23097Date: Thu Aug 7 18:19:28 2008 +0800
23098
23099 Add mpc7448hpc2 maintainer information
23100
23101 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23102
23103commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
23104Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
23105Date: Thu Aug 7 13:13:27 2008 +0530
23106
23107 common/cmd_load.c - Minor code & Coding Style cleanup
23108
23109 - os_data_header Variable is a carry over feature
23110 & unused. So removed all instance of this variable
23111 - Minor Code Style Update
23112
23113 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
23114 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23115
23116commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
23117Author: Magnus Lilja <lilja.magnus@gmail.com>
23118Date: Wed Aug 6 19:32:33 2008 +0200
23119
23120 Update the U-Boot wiki URL.
23121
23122 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23123
23124commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
23125Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
23126Date: Sun Aug 10 17:56:36 2008 +0200
23127
23128 OneNAND: Remove base address offset usage
23129
23130 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
23131 using OneNAND and some using NAND, we found some differences in OneNAND and
23132 NAND command address handling.
23133
23134 As this might confuse users (it already confused us), we like to align OneNAND
23135 and NAND address handling.
23136
23137 The issue is that cmd_onenand.c subtracts the onenand base address from the
23138 addresses you type into the u-boot command line so, unlike nand, you can't
23139 use addresses relative to the start of the onenand part e.g. this won't work:
23140
23141 onenand read 82000000 280000 400000
23142
23143 you have to use:
23144
23145 onenand read 82000000 20280000 400000
23146
23147 Looking at recent git, the only board currently using OneNAND is Apollon, and
23148 for this the OneNAND base address is 0 (apollon.h)
23149
23150 #define CFG_ONENAND_BASE 0x00000000
23151
23152 so patch below won't break any existing boards and will align OneNAND and NAND
23153 handling on boards where OneNAND base address is != 0.
23154
23155 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
23156 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
23157 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23158
23159commit c11528083ef6e55e76df742228c26e39d151813d
23160Author: Kumar Gala <galak@kernel.crashing.org>
23161Date: Thu Aug 7 09:28:20 2008 -0500
23162
23163 mpc85xx: workaround old binutils bug
23164
23165 The recent change to move the .bss outside of the image gives older
23166 binutils (ld from eldk4.1/binutils-2.16) some headache:
23167
23168 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
23169 ppc_85xx-ld: final link failed: Bad value
23170
23171 We workaround it by being explicit about the program headers and not
23172 assigning the .bss to a program header.
23173
23174 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23175
23176commit 0bf202ec586d4466c900e987720fa635c594d689
23177Author: Wolfgang Denk <wd@denx.de>
23178Date: Sun Aug 10 01:26:26 2008 +0200
23179
23180 Revert "[new uImage] Add autostart flag to bootm_headers structure"
23181
23182 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
23183
23184 The commit was based on a misunderstanding of the (documented)
23185 meaning of the 'autostart' environment variable. It might cause
23186 boards to hang if 'autostart' was used, with the potential to brick
23187 them. Go back to the documented behaviour.
23188
23189 Conflicts:
23190
23191 common/cmd_bootm.c
23192 common/image.c
23193 include/image.h
23194
23195 Signed-off-by: Wolfgang Denk <wd@denx.de>
23196
23197commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
23198Author: Wolfgang Denk <wd@denx.de>
23199Date: Sat Aug 9 23:17:32 2008 +0200
23200
23201 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
23202
23203 - enable CFI driver where this was forgotten
23204 - enable mtdparts support
23205 - adjust default environment
23206 etc.
23207
23208 Signed-off-by: Wolfgang Denk <wd@denx.de>
23209
23210commit 41266c9b5a5f873df3ec891bb0907616958b5602
23211Author: Peter Tyser <ptyser@xes-inc.com>
23212Date: Tue Aug 5 10:51:57 2008 -0500
23213
23214 FIT: Fix handling of images without ramdisks
23215
23216 boot_get_ramdisk() should not treat the case when a FIT image does
23217 not contain a ramdisk as an error.
23218
23219 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23220 Acked-by: Michal Simek <monstr@monstr.eu>
23221
23222commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
23223Author: Sergey Lapin <slapin@ossfans.org>
23224Date: Sat Aug 9 01:39:09 2008 +0400
23225
23226 DataFlash: AT45DB021 fix and AT45DB081 support
23227
23228 Fix for page size of AT45DB021. Also adding bigger AT45DB081
23229 which comes with some newer boards.
23230
23231 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
23232
23233commit ba9324451b662dd393afa53e5cc36fc5d3d10966
23234Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23235Date: Fri Aug 8 16:30:23 2008 +0900
23236
23237 sh: Update sh7763rdp config
23238
23239 Add sh_eth support to sh7763rdp.
23240
23241 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23242
23243commit 21f971ec265f6042ec21636d55d06a6bc0751077
23244Author: Wolfgang Denk <wd@denx.de>
23245Date: Mon Jul 7 01:22:29 2008 +0200
23246
23247 TQM823L: re-enable logo support; update LCD_INFO text
23248
23249 Signed-off-by: Wolfgang Denk <wd@denx.de>
23250
23251commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
23252Author: Wolfgang Denk <wd@denx.de>
23253Date: Fri Aug 8 16:41:56 2008 +0200
23254
23255 TQM8xxL: fix support for second flash bank
23256
23257 When switching the TQM8xxL modules to use the CFI flash driver,
23258 support for the second flash bank was broken because the CFI driver
23259 did not support dynamically sized banks. This gets fixed now.
23260
23261 Signed-off-by: Wolfgang Denk <wd@denx.de>
23262
23263commit 2a112b234d879f6390503a5f4e38246acce9d0b0
23264Author: Wolfgang Denk <wd@denx.de>
23265Date: Fri Aug 8 16:39:54 2008 +0200
23266
23267 CFI: allow for dynamically determined flash sizes and addresses
23268
23269 The CFI driver allowed only for static initializers in the
23270 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
23271 several flash banks contiguously if the bank sizes were not known in
23272 advance, which kind of violates U-Boot's design philosophy.
23273
23274 (will be used for example by the TQM8xxL boards)
23275
23276 Signed-off-by: Wolfgang Denk <wd@denx.de>
23277
23278commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
23279Author: Ben Warren <biggerbadderben@gmail.com>
23280Date: Thu Aug 7 23:26:35 2008 -0700
23281
23282 QE UEC: Fix compiler warnings
23283
23284 Moved static functions earlier in file so forward declarations are not needed.
23285
23286 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23287
23288commit d5d28fe4aad5f4535400647a5617c11039506467
23289Author: David Saada <David.Saada@ecitele.com>
23290Date: Mon Mar 31 02:37:38 2008 -0700
23291
23292 QE UEC: Add MII Commands
23293
23294 Add MII commands to the UEC driver. Note that once a UEC device is selected,
23295 any device on its MDIO bus can be addressed.
23296
23297 Signed-off-by: David Saada <david.saada@ecitele.com>
23298 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23299
23300commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
23301Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23302Date: Wed Jul 9 21:07:38 2008 +0900
23303
23304 usb: add support for R8A66597 usb controller
23305
23306 add support for Renesas R8A66597 usb controller.
23307 This patch supports USB Host mode.
23308
23309 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23310 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23311
23312commit 1d10dcd041aaeae9fd7c821005692898a0303382
23313Author: Hunter, Jon <jon-hunter@ti.com>
23314Date: Sat Jul 26 18:59:16 2008 -0500
23315
23316 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
23317
23318 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
23319
23320 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
23321 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23322
23323commit eab1007334b93a6209f1ec33615e26ef5311ede7
23324Author: Steven A. Falco <sfalco@harris.com>
23325Date: Wed Aug 6 15:42:52 2008 -0400
23326
23327 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
23328
23329 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
23330 configuration to match the schematic, and also sets the SDR0_PFC1 register to
23331 select the corresponding mode for the UARTs.
23332
23333 Signed-off-by: Steven A. Falco <sfalco@harris.com>
23334 Signed-off-by: Stefan Roese <sr@denx.de>
23335
a49d10cf
WD
23336commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
23337Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
23338Date: Wed Aug 6 14:42:13 2008 +0200
23339
23340 avr32: add support for EarthLCD Favr-32 board
23341
23342 This patch adds support for the Favr-32 board made by EarthLCD.
23343
23344 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
23345 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
23346 Ethernet, audio out, USB device, SD-card slot, USART and various other
23347 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
23348
23349 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
23350 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23351
23352commit bc9019e19758a19a388fb20ef18dc771cd39fdda
23353Author: Rafael Campos <rafael.campos@hanscan.com>
23354Date: Thu Jul 31 10:22:20 2008 +0200
23355
23356 cfi-flash: Added support to flash_real_protect for Atmel flash devices
23357
23358 Some of the flash memories produced by ATMEL start in read-only mode.
23359 We need to unprotect it. This patch allows the AT49BV6416 to work with
23360 cfi_flash memories. Tested in the at91rm9200ek board.
23361
23362 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
23363 Signed-off-by: Stefan Roese <sr@denx.de>
23364
23365commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
23366Author: Guennadi Liakhovetski <lg@denx.de>
23367Date: Tue Aug 5 15:36:39 2008 +0200
23368
23369 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
23370
23371 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23372 Signed-off-by: Stefan Roese <sr@denx.de>
23373
4b070809
WD
23374commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
23375Author: Stefan Roese <sr@denx.de>
23376Date: Wed Aug 6 14:06:03 2008 +0200
23377
23378 Fix merge problems
23379
23380 Signed-off-by: Stefan Roese <sr@denx.de>
23381
23382commit f2302d4430e7f3f48308d6a585320fe96af8afbd
23383Author: Stefan Roese <sr@denx.de>
23384Date: Wed Aug 6 14:05:38 2008 +0200
23385
23386 Fix merge problems
23387
23388 Signed-off-by: Stefan Roese <sr@denx.de>
23389
cd82919e
WD
23390commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
23391Author: Kenneth Johansson <kenneth@southpole.se>
23392Date: Tue Jul 15 12:13:38 2008 +0200
23393
23394 mpc5121: Move iopin features from board specific to common files.
23395
23396 And in the process eliminate some duplicate register defines.
23397
23398 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
23399
23400commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
23401Author: John Rigby <jrigby@freescale.com>
23402Date: Tue Aug 5 17:38:57 2008 -0600
23403
23404 mpc5121: squash some fdt fixup errors
23405
23406 On ADS5121 when booting linux the following errors are seen:
23407 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
23408 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
23409 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
23410
23411 This is caused by ft_cpu_setup trying to deal with
23412 both old and new soc node naming. This patch
23413 fixes this by being smarter about what to
23414 fixup.
23415
23416 Also do soc node fixups by compatible instead of by path.
23417 A new board config called OF_SOC_COMPAT defined
23418 to be "fsl,mpc5121-immr" replaces the old
23419 OF_SOC node path that was defined to be "soc@80000000".
23420
23421 Old device trees still work, but the compatiblity
23422 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
23423 which is on by default in include/configs/ads5121.h.
23424
23425 Signed-off-by: John Rigby <jrigby@freescale.com>
23426
23427commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
23428Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23429Date: Sat Aug 2 23:48:30 2008 +0200
23430
23431 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
23432
23433 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23434
23435commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
23436Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23437Date: Sat Aug 2 23:48:32 2008 +0200
23438
23439 nios2/sysid: fix printf warning
23440
23441 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23442
23443commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
23444Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23445Date: Sat Aug 2 23:48:33 2008 +0200
23446
23447 Fix remaining build issues with MPC8xx FADS boards.
23448
23449 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23450
23451commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
23452Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23453Date: Sat Aug 2 23:48:31 2008 +0200
23454
23455 nios2: fix phys_addr_t and phys_size_t support
23456
23457 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23458
23459commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
23460Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23461Date: Sat Aug 2 23:48:34 2008 +0200
23462
23463 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
23464
23465 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23466
23467commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
23468Author: Mark Jackson <mpfj@mimc.co.uk>
23469Date: Fri Aug 1 09:48:29 2008 +0100
23470
23471 Fix bitmap display for atmel lcd controller
23472
23473 The current lcd_display_bitmap() function does not work properly
23474 for the Atmel LCD controller.
23475
23476 2 fixes need to be done:-
23477
23478 (a) when setting the colour map, use the lcd_setcolreg() function
23479 as provided by the Atmel driver
23480 (b) the data is never actually written to the lcd framebuffer !!
23481
23482 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23483
23484commit 2a433c66b1e2770349fe4911be23c375f053ebd8
23485Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23486Date: Fri Aug 1 08:40:34 2008 +0200
23487
23488 qemu_mips: update README to follow qemu update about default machine
23489
23490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23491
23492commit ac169d645f5f0e0b9a232563099209e92a355d8e
23493Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23494Date: Thu Jul 31 19:53:21 2008 -0500
23495
23496 ColdFire: Fix compilation issue caused by a missing function
23497
23498 Implement usec2ticks() which is used by fsl_i2c.c in
23499 lib_m68k/time.c
23500
23501 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23502
23503commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
23504Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23505Date: Thu Jul 31 19:53:06 2008 -0500
23506
23507 Fix compilation error for TASREG
23508
23509 TASREG is ColdFire platform, the include ppc4xx.h in
23510 board/esd/common/flash.c causes conflict.
23511
23512 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23513
23514commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
23515Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23516Date: Thu Jul 31 19:52:36 2008 -0500
23517
23518 Fix compilation error for MCF5275
23519
23520 Rename OBJ to COBJ in board/platform/Makefile
23521
23522 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23523
23524commit 5c40548f01218360a1f1395198c50ff45f3035b5
23525Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23526Date: Thu Jul 31 19:52:28 2008 -0500
23527
23528 Fix compile error caused by incorrect function return type
23529
23530 Rename int mii_init(void) to void mii_init(void) for idmr
23531 ColdFire platform
23532
23533 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23534
23535commit a58c78067c928976c082c758d3987e89ead5b191
23536Author: Wolfgang Denk <wd@denx.de>
23537Date: Fri Aug 1 12:06:22 2008 +0200
23538
23539 Fix build issues with MPC8xx FADS boards.
23540
23541 Signed-off-by: Wolfgang Denk <wd@denx.de>
23542
23543commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
23544Author: Wolfgang Denk <wd@denx.de>
23545Date: Thu Jul 31 17:54:03 2008 +0200
23546
23547 Prepare v1.3.4-rc2: update CHANGELOG
23548
23549 Signed-off-by: Wolfgang Denk <wd@denx.de>
23550
4b50cd12
WD
23551commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
23552Author: Mark Jackson <mpfj@mimc.co.uk>
23553Date: Thu Jul 31 16:09:00 2008 +0100
23554
23555 Add gzipped logo support
23556
23557 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
23558
23559 If this option is set, additionally to standard BMP
23560 images, gzipped BMP images can be displayed via the
23561 splashscreen support or the bmp command.
23562
23563 However, the splashscreen function *only* supports standard BMP images.
23564
23565 This patch adds the documented gzip support.
23566
23567 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23568
23569commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
23570Author: Mark Jackson <mpfj@mimc.co.uk>
23571Date: Thu Jul 31 15:56:48 2008 +0100
23572
23573 Fix Atmel LCD controller endianess for AVR32 processors
23574
23575 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
23576 AVR32 (big endian) platforms.
23577
23578 As such, the controller can handle both big and little endian memory.
23579
23580 This patch fixes the driver for the AVR32 platform.
23581
23582 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23583
23584commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
23585Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23586Date: Thu Jul 31 15:56:01 2008 +0200
23587
23588 apollon: fix build out of tree
23589
23590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23591
23592commit 2e752be39d3e398d4ab89ffa6634c397df298297
23593Author: Guennadi Liakhovetski <lg@denx.de>
23594Date: Thu Jul 31 12:35:04 2008 +0200
23595
23596 Uncompressed images loaded to their start address shall set load_end too
23597
23598 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23599 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
23600
23601commit c37207d7f51e19c17f859966f314e27cc1231801
23602Author: Wolfgang Denk <wd@denx.de>
23603Date: Wed Jul 16 16:38:59 2008 +0200
23604
23605 Fix printf() format problems with configurable prompts
23606
23607 U-Boot allows for configurable prompt strings using the
23608 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
23609 the assumption was that any such user defined problts would contain
23610 exactly one "%d" format specifier. But some boards did not.
23611
23612 To allow for flexible boot prompts without adding too complex code we
23613 now allow to specify the whole list of printf() arguments in the user
23614 definition. This is powerful, but requires a responsible user who
23615 really understands what he is doing, as he needs to know for exanple
23616 which variables are available in the respective context.
23617
23618 Signed-off-by: Wolfgang Denk <wd@denx.de>
23619
23620commit 54754120637b6a7f4ff774fb199fc550bcfea1da
23621Author: Wolfgang Denk <wd@denx.de>
23622Date: Thu Jul 31 17:02:14 2008 +0200
23623
23624 TQM85xx: fix typo introduce by commit ffbb5cb9
23625
23626 Signed-off-by: Wolfgang Denk <wd@denx.de>
23627
23628commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
23629Author: Wolfgang Denk <wd@denx.de>
23630Date: Thu Jul 31 15:27:01 2008 +0200
23631
23632 mvbc_p board: fix most build warnings.
23633
23634 Signed-off-by: Wolfgang Denk <wd@denx.de>
23635
23636commit c4ec6db074051d2f6fc76a66411c60621b22bc02
23637Author: Wolfgang Denk <wd@denx.de>
23638Date: Thu Jul 31 13:57:20 2008 +0200
23639
23640 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
23641
23642 Avoid "integer constant is too large for 'long' type" warnings.
23643 And simplify the code.
23644
23645 Signed-off-by: Wolfgang Denk <wd@denx.de>
23646
23647commit 9196b44334c330cc13de2464c59181e4db71f549
23648Author: Matvejchikov Ilya <matvejchikov@gmail.com>
23649Date: Wed Jul 30 23:21:19 2008 +0400
23650
23651 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
23652
23653 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
23654
23655commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
23656Author: Matvejchikov Ilya <matvejchikov@gmail.com>
23657Date: Wed Jul 30 23:20:32 2008 +0400
23658
23659 PPC: Add pci_clk in the global_data for CPM2 processors
23660
23661 This patch adds pci_clk field to the global_data structure for the
23662 processors which have CPM2 module in case the CONFIG_PCI is defined.
23663
23664 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
23665
23666commit f0ff885ca64655bee6540eb8a25eed90b1152686
23667Author: Kumar Gala <galak@kernel.crashing.org>
23668Date: Wed Jul 30 14:13:30 2008 -0500
23669
23670 mpc85xx: Update linker scripts for Freescale boards
23671
23672 * Move to using absolute addressing always. Makes the scripts a bit more
23673 portable and common
23674 * Moved .bss after the end of the image. These allows us to have more
23675 room in the resulting binary image for code and data.
23676 * Removed .text object files that aren't really needed
23677 * Make sure _end is 4-byte aligned as the .bss init code expects this.
23678 (Its possible that the end of .bss isn't 4-byte aligned)
23679
23680 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23681
23682commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
23683Author: Kumar Gala <galak@kernel.crashing.org>
23684Date: Wed Jul 30 08:01:15 2008 -0500
23685
23686 Fix compile warnings in dlmalloc
23687
23688 The origional code was using on odd reference to get to the first
23689 real element in av_[]. The first two elements of the array are
23690 not used for actual bins, but for house keeping. If we are more
23691 explicit about how use the first few elements we can get rid of the
23692 warnings:
23693
23694 dlmalloc.c: In function 'malloc_extend_top':
23695 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
23696 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
23697 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
23698 ...
23699
23700 The logic of how this code came to be is:
23701 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
23702
23703 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
23704 bin_at(0) = &(av_[0])
23705
23706 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
23707
23708 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23709
23710commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
23711Author: Stefan Roese <sr@denx.de>
23712Date: Wed Jul 30 10:21:01 2008 +0200
23713
23714 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
23715
23716 Signed-off-by: Stefan Roese <sr@denx.de>
23717
23718commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
23719Author: Stefan Roese <sr@denx.de>
23720Date: Wed Jul 30 09:59:51 2008 +0200
23721
23722 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
23723
23724 A recent patch used '#if (CONFIG_CMD_USB)' instead of
23725 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
23726 common/bootm.c compile again.
23727
23728 Signed-off-by: Stefan Roese <sr@denx.de>
23729 Acked-by: Markus Klotzbuecher <mk@denx.de>
23730
23731commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
23732Author: Kyungmin Park <kmpark@infradead.org>
23733Date: Tue Jul 22 08:01:43 2008 +0900
23734
23735 Remove unused I2C at apollon board
23736
23737 There are no I2C devices on this board.
23738
23739 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23740
23741commit 3c95960e526b3b026da20201db64526f46faf14b
23742Author: Wolfgang Denk <wd@denx.de>
23743Date: Thu Jul 31 10:12:09 2008 +0200
23744
23745 at91rm9200dk, csb637: fix NAND related build problems
23746
23747 Tried fixing NAND support for the at91rm9200dk board; untested.
23748 Disabled NAND support in the csb637 board config file.
23749
23750 Signed-off-by: Wolfgang Denk <wd@denx.de>
23751
4b070809
WD
23752commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
23753Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23754Date: Wed Jul 30 12:39:28 2008 +0200
23755
23756 ppc4xx: ML507: Environment in flash and MTD Support
23757
23758 - Relocate the location of U-Boot in the flash
23759 - Save the environment in one sector of the flash memory
23760 - MTD Support
23761
23762 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23763 Signed-off-by: Stefan Roese <sr@denx.de>
23764
23765commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
23766Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23767Date: Tue Jul 29 17:16:10 2008 +0200
23768
23769 ppc4xx: ML507: Use of get_ram_size in board ml507
23770
23771 - Change suggested by WD
23772
23773 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23774 Signed-off-by: Stefan Roese <sr@denx.de>
23775
23776commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
23777Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23778Date: Mon Jul 21 20:30:07 2008 +0200
23779
23780 ppc4xx: ML507: U-Boot in flash and System ACE
23781
23782 This patch allows booting from FLASH the ML507 board by Xilinx.
23783 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
23784
23785 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23786 Signed-off-by: Stefan Roese <sr@denx.de>
23787
a49d10cf
WD
23788commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
23789Author: Julien May <mailinglist@miromico.ch>
23790Date: Mon Jun 23 13:57:52 2008 +0200
23791
23792 Add support for the hammerhead (AVR32) board
23793
23794 The Hammerhead platform is built around a AVR32 32-bit microcontroller
23795 from Atmel. It offers versatile peripherals, such as ethernet, usb
23796 device, usb host etc.
23797
23798 The board also incooperates a power supply and is a Power over Ethernet
23799 (PoE) Powered Device (PD).
23800
23801 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
23802 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
23803 DDR2 SDRAM interfaces, which will cover even the most exceptional need
23804 of memory bandwidth. Together with the onboard video decoder the board
23805 is ready for video processing.
23806
23807 For more information see: http:///www.miromico.com/hammerhead
23808
23809 Signed-off-by: Julien May <mailinglist@miromico.ch>
23810 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
23811 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23812
4b50cd12
WD
23813commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
23814Author: Kumar Gala <galak@kernel.crashing.org>
23815Date: Tue Jul 29 12:23:49 2008 -0500
23816
23817 fsl_i2c: Use timebase timer functions instead of get_timer()
23818
23819 The current implementation of get_timer() is only really useful after we
23820 have relocated u-boot to memory. The i2c code is used before that as part
23821 of the SPD DDR setup.
23822
23823 We actually have a bug when using the get_timer() code before relocation
23824 because the .bss hasn't been setup and thus we could be reading/writing
23825 a random location (probably in flash).
23826
23827 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23828
23829commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
23830Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
23831Date: Tue Jul 29 14:49:31 2008 +0200
23832
23833 Adder8xx: Fix CFG_MONITOR_LEN
23834
23835 Due to increased space usage, U-Boot can no longer be stored in three sectors.
23836 The current U-Boot use just over three flash sectors (197k), and U-Boot will
23837 become corrupt after saving environment variables. This patch adds another 64k
23838 to CFG_MONITOR_LEN.
23839
23840 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
23841
23842commit a4c59ad4a21140550ada6f97690d2527c4146ce5
23843Author: Kyungmin Park <kmpark@infradead.org>
23844Date: Tue Jul 29 08:47:57 2008 +0900
23845
23846 Add OneNAND IPL related files to gitignore
23847
23848 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23849
23850commit 8d87589e8e874df7120a3d9667f051bc33bac250
23851Author: Rafal Jaworowski <raj@semihalf.com>
23852Date: Mon Jul 28 20:38:25 2008 +0200
23853
23854 API: Teach the storage layer about SATA and MMC options.
23855
23856 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23857 Acked-by: Rafal Jaworowski <raj@semihalf.com>
23858
23859commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
23860Author: Rafal Jaworowski <raj@semihalf.com>
23861Date: Mon Jul 28 20:37:48 2008 +0200
23862
23863 API: Dump contents of sector 0 in the demo application.
23864
23865 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23866 Acked-by: Rafal Jaworowski <raj@semihalf.com>
23867
23868commit 13ca6305f2eba49c175f6370c35286141059c789
23869Author: Rafal Jaworowski <raj@semihalf.com>
23870Date: Mon Jul 28 20:37:10 2008 +0200
23871
23872 API: Correct storage enumeration routine, other minor fixes in API storage area.
23873
23874 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23875 Acked-by: Rafal Jaworowski <raj@semihalf.com>
23876
23877commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
23878Author: Rafal Jaworowski <raj@semihalf.com>
23879Date: Mon Jul 28 20:36:19 2008 +0200
23880
23881 API: Fix compilation warnings in api_examples/demo.c.
23882
23883 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23884
23885commit c14eefcc48212af2f3314809605698dd8393a90a
23886Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23887Date: Sun Jul 27 17:09:43 2008 +0200
23888
23889 Fix more printf() format warnings
23890
23891 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23892
23893commit 936897d4d1365452bbbdf8430db5e7769ef08d38
23894Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23895Date: Fri Jul 25 15:18:16 2008 +0200
23896
23897 Fix remaining CFG_CMD_ define, ifdef and comments
23898
23899 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23900
23901commit 5d1d00fb36005482e1803a00ddc46efa11d719af
23902Author: Stefano Babic <sbabic@denx.de>
23903Date: Fri Jul 25 08:57:40 2008 +0200
23904
23905 Add include for config.h in command.h.
23906
23907 Because the cmd_tbl_s structure depends on the configuration file, it
23908 must be assured that config.h is included before the structure is
23909 evaluated by the compiler. If this is not certain, it could happen
23910 that the compiler generates structures of different size, depending
23911 on the fact if the source file includes <config.h> before or after
23912 <command.h>.
23913
23914 The effect is that u-boot crashes when tries to relocate the command
23915 table (for ppc) or try to access to the command table for other
23916 architectures.
23917
23918 The problem can happen on board-depending commands. All general
23919 commands under /common are unaffected, because they include already
23920 config.h before command.h.
23921
23922 Signed-off-by: Stefano Babic <sbabic@denx.de>
23923
23924commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
23925Author: Scott Wood <scottwood@freescale.com>
23926Date: Wed Jul 23 13:16:06 2008 -0500
23927
23928 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
23929
23930 This fixes building out-of-tree.
23931
23932 Signed-off-by: Scott Wood <scottwood@freescale.com>
23933
23934commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
23935Author: Heiko Schocher <hs@denx.de>
23936Date: Wed Jul 23 07:30:46 2008 +0200
23937
23938 Fix warnings if compiling with IDE support.
23939
23940 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
23941 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
23942
23943 Signed-off-by: Heiko Schocher <hs@denx.de>
23944
23945commit 7610db17fd4d59c51d825488526d85ede2f06767
23946Author: Adrian Filipi <adrian.filipi@eurotech.com>
23947Date: Tue Jul 22 14:28:11 2008 -0400
23948
23949 Removed support for the adsvix board.
23950
23951 Support for the adsvix was originally provided by Applied Data
23952 Systems (ADS), inc., now EuroTech, Inc.
23953 The board never shipped aside from some sample boards.
23954
23955 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
23956
23957commit f96b44cef897bd372beb86dde1b33637c119d84d
23958Author: Remy Bohmer <linux@bohmer.net>
23959Date: Tue Jul 22 16:22:11 2008 +0200
23960
23961 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
23962
23963 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
23964 never set, because relocation to RAM is actually never done by U-boot
23965 itself. However, several pieces of code check if this flag is set at
23966 some time.
23967
23968 So, to make sure this flag is set on boards skipping relocation, this
23969 is added to the initialisation of U-boot at a moment where it is safe
23970 to do so.
23971
23972 Signed-off-by: Remy Bohmer <linux@bohmer.net>
23973
23974commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
23975Author: Timur Tabi <timur@freescale.com>
23976Date: Mon Jul 21 14:26:23 2008 -0500
23977
23978 fsl-i2c: fix writes to data segment before relocation
23979
23980 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
23981 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
23982 I2C bus speed and save the value in i2c_bus_speed[], which is a global
23983 variable. It is an error to write to the data segment before relocation,
23984 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
23985
23986 Signed-off-by: Timur Tabi <timur@freescale.com>
23987
23988commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
23989Author: Wolfgang Ocker <weo@reccoware.de>
23990Date: Mon Jul 28 16:56:51 2008 +0200
23991
23992 mips: Fix baudrate divisor computation on alchemy cpus
23993
23994 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
23995 on alchemy cpus.
23996
23997 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
23998 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23999
a49d10cf
WD
24000commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
24001Author: Ben Warren <biggerbadderben@gmail.com>
24002Date: Sat Jul 5 00:08:48 2008 -0700
24003
24004 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
24005
24006 Renamed initialization functions for atngw100 and atstk1000.
24007 Removed initializations for these boards from net/eth.c
24008
24009 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24010 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24011
4b50cd12
WD
24012commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
24013Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24014Date: Wed Jul 23 10:55:46 2008 +0200
24015
24016 spi flash: Fix printf() format warnings
24017
24018 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24019
24020commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
24021Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24022Date: Wed Jul 23 10:55:31 2008 +0200
24023
24024 atmel_mci: Fix printf() format warnings
24025
24026 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24027
24028commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
24029Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24030Date: Wed Jul 23 10:55:15 2008 +0200
24031
24032 avr32: Fix printf() format warnings
24033
24034 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24035
24036commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
24037Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24038Date: Wed Jul 23 10:52:19 2008 +0200
24039
24040 avr32: asm/io.h needs asm/types.h
24041
24042 map_physmem() takes a phys_addr_t as parameter. This type is defined in
24043 asm/types.h, so we need to include that file.
24044
24045 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24046
24047commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
24048Author: Michal Simek <monstr@monstr.eu>
24049Date: Thu Jul 17 12:25:46 2008 +0200
24050
24051 microblaze: Fix printf() format issues
24052
24053 Signed-off-by: Michal Simek <monstr@monstr.eu>
24054
24055commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
24056Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
24057Date: Thu Jul 17 07:27:51 2008 +0530
24058
24059 Remove unused code from lib_arm/bootm.c
24060
24061 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
24062
24063commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
24064Author: Detlev Zundel <dzu@denx.de>
24065Date: Wed Jul 16 18:56:45 2008 +0200
24066
24067 tqm85xx: Demystify 'DK: !!!' comment
24068
24069 Signed-off-by: Detlev Zundel <dzu@denx.de>
24070
24071commit b2f44ba570f3a01113bbb745daf46f3858d22f53
24072Author: Detlev Zundel <dzu@denx.de>
24073Date: Wed Jul 16 18:56:44 2008 +0200
24074
24075 83xx/85xx/86xx: Add LTEDR local bus definitions
24076
24077 Signed-off-by: Detlev Zundel <dzu@denx.de>
24078
24079commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
24080Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24081Date: Wed Jul 16 16:22:32 2008 +0200
24082
24083 serial_xuartlite.c: fix compiler warnings
24084
24085 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24086 Acked-by: Grant Likely <grant.likely@secretlab.ca>
24087
24088commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
24089Author: Stefan Roese <sr@denx.de>
24090Date: Fri Jul 18 11:03:35 2008 +0200
24091
24092 POST: Add disable interrupts in some of the missing CPU POST tests
24093
24094 Some CPU POST tests did not disable the interrupts while running. This
24095 seems to be necessary to protect this self modifying code.
24096
24097 Signed-off-by: Stefan Roese <sr@denx.de>
24098
24099commit 97a3bf268d096e0e97e54048448c35114edcf557
24100Author: Stefan Roese <sr@denx.de>
24101Date: Fri Jul 18 10:43:24 2008 +0200
24102
24103 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
24104
24105 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
24106 CFG_64BIT_LBA.
24107
24108 Signed-off-by: Stefan Roese <sr@denx.de>
24109
24110commit 0043ac55024963295fc79b39af85b6dc3b261e17
24111Author: Niklaus Giger <niklaus.giger@netstal.com>
24112Date: Fri Jul 18 11:22:23 2008 +0200
24113
24114 POST PPC4xx/spr IVPR only if PPC440
24115
24116 The SPR IVPR register is only present (as far as I know) for
24117 processors with a PPC440 core.
24118
24119 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
24120 Acked-by: Stefan Roese <sr@denx.de>
24121
24122commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
24123Author: Stefan Roese <sr@denx.de>
24124Date: Fri Jul 18 10:42:29 2008 +0200
24125
24126 ppc4xx: Enable 64bit printf format on 440/460 platforms
24127
24128 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
24129 440/460 platforms. This may be needed since those platforms support
24130 36bit physical address space.
24131
24132 Signed-off-by: Stefan Roese <sr@denx.de>
24133
24134commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
24135Author: Stefan Roese <sr@denx.de>
24136Date: Fri Jul 18 15:57:23 2008 +0200
24137
24138 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
24139
24140 This patch fixes a problem with incorrect MODTx (On Die Termination)
24141 setup for a configuration with multiple DIMM's and multiple ranks.
24142 Without this change Katmai was unable to boot Linux with DDR2 frequency
24143 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
24144 with DDR2 frequency = 640MHz and mem=4GB.
24145
24146 Signed-off-by: Stefan Roese <sr@denx.de>
24147
4b070809
WD
24148commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
24149Author: Stefan Roese <sr@denx.de>
24150Date: Fri Jul 18 12:24:41 2008 +0200
24151
24152 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
24153
24154 Signed-off-by: Stefan Roese <sr@denx.de>
24155
24156commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
24157Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24158Date: Thu Jul 17 12:47:09 2008 +0200
24159
24160 ppc4xx: ML507 Board Support
24161
24162 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
24163 among others:
24164 -Virtex 5 FX FPGA (With a ppc440x5 in it)
24165 -256MB of SDRAM2
24166 -32MB of Flash
24167 -I2C Eeprom
24168 -System ACE chip
24169 -Serial ATA connectors
24170 -RS232 Level Conversors
24171 -Ethernet Transceiver
24172
24173 This patch gives support to a standard design produced by EDK for this
24174 board: ppc440, uartlite, xilinx_int and flash
24175
24176 - Includes Changes propossed by Stefan Roese and Michal Simek
24177
24178 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24179 Acked-by: Stefan Roese <sr@denx.de>
24180
24181commit d865fd09809a3a18669f35f970781820af40e4de
24182Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24183Date: Thu Jul 17 11:44:12 2008 +0200
24184
24185 ppc4xx: CPU PPC440x5 on Virtex5 FX
24186
24187 -This patchs gives support for the embbedded ppc440
24188 on the Virtex5 FPGAs
24189 -interrupts.c divided in uic.c and interrupts.c
24190 -xilinx_irq.c for xilinx interrupt controller
24191 -Include modifications propossed by Stefan Roese
24192
24193 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24194 Acked-by: Stefan Roese <sr@denx.de>
24195
4b50cd12
WD
24196commit 340ccb260f21516be360745d5c5e3bd0657698df
24197Author: Sebastian Siewior <bigeasy@linutronix.de>
24198Date: Wed Jul 16 20:04:49 2008 +0200
24199
24200 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
24201
24202 This got broken by commits 93c56f212c
24203 [cfi_flash: support of long cmd in U-boot.]
24204
24205 That command needs to be in little endian format on BE machines
24206 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
24207 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
24208 the cmdbuf in case portwidth = chipwidth = 8bit.
24209
24210 Cc: Alexey Korolev <akorolev@infradead.org>
24211 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
24212 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
24213
4b070809
WD
24214commit 11188d55bc16dd907451c00282e00a038f73dd62
24215Author: Stefan Roese <sr@denx.de>
24216Date: Thu Jul 17 10:40:51 2008 +0200
24217
24218 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
24219
24220 Signed-off-by: Stefan Roese <sr@denx.de>
24221
285db747
WD
24222commit 021f6df6e96af5b387810cf96d24848da1faa55c
24223Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24224Date: Thu Jul 10 17:20:51 2008 +0400
24225
24226 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
24227
24228 The thinko was quite silly indeed, I messed with !ptr. Normally this
24229 would trigger some fault, but in U-Boot NULL pointer is equal to phys
24230 0, so the code was working still, just didn't actually test mpc8315erdb
24231 environment variable value. Heh.
24232
24233 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24234 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24235
24236commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
24237Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24238Date: Tue Jul 8 21:00:04 2008 +0400
24239
24240 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
24241
24242 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
24243 support, or without TSEC1 but with USB ULPI PHY support in addition.
24244 With this patch user can specify desired USB PHY.
24245
24246 Also, it seems that we can't distinguish the two boards in software, so
24247 user have to set `mpc8315erdb' environment variable to either 'tsec1'
24248 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
24249 Linux will not probe for TSEC1.
24250
24251 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24253
24254commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
24255Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24256Date: Tue Jul 8 20:59:43 2008 +0400
24257
24258 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
24259
24260 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
24261 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
24262 (connected to the four-ports hub, usb host only).
24263
24264 This patch implements support for passing Dual-Role USB controller's
24265 device tree property phy_type through the usb_phy_type environment
24266 variable.
24267
24268 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24269 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24270 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24271
4b50cd12
WD
24272commit 699f05125509249072a0b865c8d35520d97cd501
24273Author: Wolfgang Denk <wd@denx.de>
24274Date: Tue Jul 15 22:22:44 2008 +0200
24275
24276 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
24277
24278 Signed-off-by: Wolfgang Denk <wd@denx.de>
24279
699f0512
WD
24280commit bcab74baa6b1b1c969038ab6f64a186239180405
24281Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24282Date: Tue Jul 15 11:23:02 2008 -0400
24283
24284 Round the serial port clock divisor value returned by calc_divisor()
24285
24286 Round the serial port clock divisor value returned by
24287 calc_divisor()
24288
24289 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24290 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24291
24292commit 0328ef0edfe950f0b7b8b368dae482531506b74a
24293Author: Robin Getz <rgetz@blackfin.uclinux.org>
24294Date: Tue Jul 15 21:44:46 2008 +0200
24295
24296 Fix DHCP protocol so U-Boot does not respond too early
24297 on the network with it's offered IP number; it should not reply until
24298 after it has received a DHCP ACK message. Also ensures that U-Boot
24299 does it's DHCPREQUEST as broadcast (per RFC 2131).
24300
24301 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
24302 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24303 Signed-off-by: Wolfgang Denk <wd@denx.de>
24304
24305commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
24306Author: Sebastian Siewior <bigeasy@linutronix.de>
24307Date: Tue Jul 15 13:35:23 2008 +0200
24308
24309 cfi_flash: make the command u32 only
24310
24311 This got changed by commit 93c56f212c
24312 [cfi_flash: support of long cmd in U-boot.]
24313
24314 Long is the wrong type because it will behave differently on 64bit
24315 machines in a way that is probably not expected. u32 should be
24316 enough.
24317
24318 Cc: Alexey Korolev <akorolev@infradead.org>
24319 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
24320 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
24321
24322commit 31cfe57491b183acae575d486729e158f016c27b
24323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24324Date: Mon Jul 14 23:48:41 2008 +0200
24325
24326 tools/gitignore: update to all generated files
24327
24328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24329
24330commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
24331Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
24332Date: Wed Jul 9 18:30:44 2008 +0200
24333
24334 mpc5xxx: Add MVBC_P board support
24335
24336 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
24337 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
24338
24339 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24340 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24341
24342commit e2d31fb3450653115452144363d5bde4e5e3e693
24343Author: Timur Tabi <timur@freescale.com>
24344Date: Thu Jun 19 17:56:11 2008 -0500
24345
24346 Update Freescale sys_eeprom.c to handle CCID formats
24347
24348 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
24349 NXID format replaces the older CCID format, but it's important to support both
24350 since most boards out there still use the CCID format. This change is in
24351 preparation for using one file to handle both formats. This will also unify
24352 EEPROM support for all Freescale 85xx and 86xx boards.
24353
24354 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
24355 instead of ID_EEPROM_ADDR.
24356
24357 Signed-off-by: Timur Tabi <timur@freescale.com>
24358
24359commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
24360Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24361Date: Fri Jul 11 17:22:43 2008 +0900
24362
24363 pci: sh: Add pci_skip_dev and pci_print_dev function
24364
24365 Add function of new PCI, pci_skip_dev and pci_print_dev.
24366
24367 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24368 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24369
24370commit 1107014e835ec9d46c0333f4211d104f77442db0
24371Author: Andy Fleming <afleming@freescale.com>
24372Date: Mon Jul 14 20:29:07 2008 -0500
24373
24374 Clean up INIT_RAM options
24375
24376 The L2_INIT_RAM option was unused, and recent changes to the TLB code
24377 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
24378 the amount of mapped space attached to nothing, we change things so the TLBs
24379 get cleared.
24380
24381 Signed-off-by: Andy Fleming <afleming@freescale.com>
24382
24383commit 4524561820a9327e89107854b3a7187800ccf719
24384Author: Andy Fleming <afleming@freescale.com>
24385Date: Mon Jul 14 20:26:57 2008 -0500
24386
24387 Remove fake flash bank from 8544 DS
24388
24389 The fake flash bank was generating errors for anyone who didn't have a
24390 PromJET hooked up to the board. As that constitutes the vast majority of
24391 users, we remove it.
24392
24393 Signed-off-by: Andy Fleming <afleming@freescale.com>
24394
24395commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
24396Author: Kumar Gala <galak@kernel.crashing.org>
24397Date: Mon Jul 14 14:07:03 2008 -0500
24398
24399 MPC8544DS: Add ATI Video card support
24400
24401 Add support for using a PCIe ATI Video card on PCIe2.
24402
24403 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24404
24405commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
24406Author: Kumar Gala <galak@kernel.crashing.org>
24407Date: Mon Jul 14 14:07:02 2008 -0500
24408
24409 85xx: Add some L1/L2 SPR register definitions
24410
24411 Add new L1/L2 SPRs related to e500mc cache config and control.
24412
24413 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24414
24415commit e5852787f0c3c442a276262f13d91ca450605ac0
24416Author: Kumar Gala <galak@kernel.crashing.org>
24417Date: Mon Jul 14 14:07:01 2008 -0500
24418
24419 MPC8544DS: Report board id, board version and fpga version.
24420
24421 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24422
24423commit 73f15a060f67a2462551c334215bd20fac6b81d1
24424Author: Kumar Gala <galak@kernel.crashing.org>
24425Date: Mon Jul 14 14:07:00 2008 -0500
24426
24427 85xx: Cleanup L2 cache size detection
24428
24429 The L2 size detection code was a bit confusing and we kept having to add
24430 code to it to handle new processors. Change the sense of detection so we
24431 look for the older processors that aren't changing.
24432
24433 Also added support for 1M cache size on 8572.
24434
24435 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24436
24437commit c3ca7e5e00a24451f20df3bded9a61ba541921df
24438Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24439Date: Fri Jul 11 15:33:08 2008 -0400
24440
24441 sbc8560: enable CONFIG_OF_LIBFDT by default
24442
24443 Make the default build for the sbc8560 board be powerpc
24444 capable with libfdt support.
24445
24446 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24447
24448commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
24449Author: Andy Fleming <afleming@freescale.com>
24450Date: Mon Jul 14 20:04:40 2008 -0500
24451
24452 Fix indentation for default boot environment variables
24453
24454 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
24455 similar #defines in sbc8560.h.
24456
24457 Signed-off-by: Andy Fleming <afleming@freescale.com>
24458
24459commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
24460Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24461Date: Fri Jul 11 15:33:07 2008 -0400
24462
24463 sbc8560: add default fdt values
24464
24465 Add in the default fdt settings and the typical EXTRA_ENV
24466 settings as borrowed from the mpc8560ads. Fix a couple
24467 of stale references to the mpc8560ads dating back to the
24468 original clone/fork.
24469
24470 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24471 Signed-off-by: Andy Fleming <afleming@freescale.com>
24472
24473commit d04e76edf92f7f89696989e8702b97e020455af3
24474Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24475Date: Fri Jul 11 15:33:06 2008 -0400
24476
24477 sbc8560: add in ft_board_setup()
24478
24479 Add in for the sbc8560, the ft_board_setup() routine, based on what is
24480 in use for the Freescale MPC8560ADS board.
24481
24482 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24483
24484commit c158bcaca3b31cbe38c4143812e6170e38a57393
24485Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24486Date: Fri Jul 11 15:33:05 2008 -0400
24487
24488 sbc8560: define eth0 and eth1 instead of eth1 and eth2
24489
24490 The existing config doesn't define CONFIG_HAS_ETH0, and so the
24491 fdt support doesn't update the zeros in the dtb local-mac with
24492 real data from the u-boot env. Since the existing config is
24493 tailored to just two interfaces, get rid of the ETH2 definitions
24494 at the same time.
24495
24496 Also don't include any end user specific data into the environment
24497 by default -- things like MAC address, network parameters etc. need
24498 to come from the end user.
24499
24500 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24501 Signed-off-by: Andy Fleming <afleming@freescale.com>
24502
24503commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
24504Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24505Date: Fri Jul 11 15:33:04 2008 -0400
24506
24507 sbc8560: properly set cs0_bnds for 512MB
24508
24509 The sbc8560 board ships with 512MB of memory installed,
24510 but the current cs0_bnds is hard coded for 256MB. Set the
24511 value based on CFG_SDRAM_SIZE.
24512
24513 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24514
24515commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
24516Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24517Date: Fri Jul 11 15:33:03 2008 -0400
24518
24519 sbc8560: proper definitions for TSEC.
24520
24521 The definitions for the TSEC have become out of date. There is no
24522 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
24523 Update to match those of other boards, like the MPC8560ADS.
24524
24525 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24526 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24527
24528commit 71074abbe0c76429577aff58aeff0a24ad210b23
24529Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24530Date: Wed Jul 9 13:23:05 2008 -0400
24531
24532 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
24533
24534 Some boards that have external 16550 UARTs don't have a direct
24535 tie between bi_busfreq and the clock used for the UARTs. Boards
24536 that do have such a tie should set CFG_NS16550_CLK to be
24537 get_bus_freq(0) -- which most of them do already.
24538
24539 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24540 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24541
24542commit 24ef76f320fbadf074105229826514db140f939f
24543Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
24544Date: Wed Jul 2 07:03:53 2008 -0700
24545
24546 Change the temp map to ROM to align addresses to page size.
24547
24548 With a page size of BOOKE_PAGESZ_16M, both the real and effective
24549 addresses must be multiples of 16MB. The hardware silently truncates
24550 them so the code happens to work. This patch clarifies the situation
24551 by establishing addresses that the hardware doesn't need to truncate.
24552
24553 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
24554 Signed-off-by: Andy Fleming <afleming@freescale.com>
24555
24556commit 06b4186c10204b6683edb047ac5f506fb0ce0937
24557Author: Kim Phillips <kim.phillips@freescale.com>
24558Date: Tue Jun 17 17:45:22 2008 -0500
24559
24560 mpc85xx: use IS_E_PROCESSOR macro
24561
24562 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24563
24564commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
24565Author: Kim Phillips <kim.phillips@freescale.com>
24566Date: Mon Jun 16 15:55:53 2008 -0500
24567
24568 fdt: add crypto node handling for MPC8{3, 5}xxE processors
24569
24570 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
24571 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
24572 if on an 'EA' processor, e.g. MPC8349EA.
24573
24574 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24575
24576commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
24577Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24578Date: Fri Jul 11 15:10:11 2008 -0400
24579
24580 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
24581
24582 ARM DaVinci: Remove extern phy_t declaration by moving
24583 code to proper place.
24584
24585 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24586
24587commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
24588Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24589Date: Fri Jul 11 15:10:10 2008 -0400
24590
24591 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
24592
24593 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
24594 and prototype of i2c_init().
24595
24596 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24597
24598commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
24599Author: Kumar Gala <galak@kernel.crashing.org>
24600Date: Mon Jul 14 14:03:02 2008 -0500
24601
24602 Fix some more printf() format problems.
24603
24604 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24605
24606commit 45b16d22c64674ccd8c4637456a987463609141c
24607Author: Wolfgang Denk <wd@denx.de>
24608Date: Mon Jul 14 22:38:42 2008 +0200
24609
24610 Fix coding style; make code better parsable by external tools
24611
24612 Signed-off-by: Wolfgang Denk <wd@denx.de>
24613
24614commit b880cbf207b1c109d3a661417a8feddcbd729a9d
24615Author: Wolfgang Denk <wd@denx.de>
24616Date: Mon Jul 14 21:19:08 2008 +0200
24617
24618 cpu/i386/serial.c: Fix syntax errors
24619
24620 Signed-off-by: Wolfgang Denk <wd@denx.de>
24621
24622commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
24623Author: Wolfgang Denk <wd@denx.de>
24624Date: Mon Jul 14 20:41:35 2008 +0200
24625
24626 elppc board: Coding style cleanup.
24627
24628 Signed-off-by: Wolfgang Denk <wd@denx.de>
24629
24630commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
24631Author: Wolfgang Denk <wd@denx.de>
24632Date: Mon Jul 14 20:40:22 2008 +0200
24633
24634 elppc board: fix syntax error.
24635
24636 Signed-off-by: Wolfgang Denk <wd@denx.de>
24637
24638commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
24639Author: Wolfgang Denk <wd@denx.de>
24640Date: Mon Jul 14 20:38:26 2008 +0200
24641
24642 EB+MCF-EV123 board: fix coding style (alingment)
24643
24644 Signed-off-by: Wolfgang Denk <wd@denx.de>
24645
24646commit 6841785a0bb0f38175456a923edd634fb7dd6947
24647Author: Wolfgang Denk <wd@denx.de>
24648Date: Mon Jul 14 20:36:44 2008 +0200
24649
24650 EB+MCF-EV123 board: fix syntx error
24651
24652 Signed-off-by: Wolfgang Denk <wd@denx.de>
24653
24654commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
24655Author: Andy Fleming <afleming@freescale.com>
24656Date: Mon Jul 7 18:02:08 2008 -0500
24657
24658 Remove LBC_CACHE_BASE from 8544 DS
24659
24660 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
24661 space for some anyway, we were allowing speculative loads into unmapped space,
24662 which would cause an exception (annoying, even if ultimately harmless).
24663 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
24664 problem.
24665
24666 Signed-off-by: Andy Fleming <afleming@freescale.com>
24667
24668commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
24669Author: Wolfgang Denk <wd@denx.de>
24670Date: Mon Jul 14 15:19:07 2008 +0200
24671
24672 Code cleanup: fix old style assignment ambiguities like "=-" etc.
24673
24674 Signed-off-by: Wolfgang Denk <wd@denx.de>
24675
24676commit d7854223c5c85b5849fbf422cc8ac0efef461c37
24677Author: Wolfgang Denk <wd@denx.de>
24678Date: Mon Jul 14 15:10:53 2008 +0200
24679
24680 AmigaOneG3SE: remove dead and incomplete files
24681
24682 Signed-off-by: Wolfgang Denk <wd@denx.de>
24683
24684commit b64f190b7a34224df09b559ca111eb1b733f00ad
24685Author: Wolfgang Denk <wd@denx.de>
24686Date: Mon Jul 14 15:06:35 2008 +0200
24687
24688 Fix printf() format issues with sizeof_t types by using %zu
24689
24690 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24691 Signed-off-by: Wolfgang Denk <wd@denx.de>
24692
24693commit f354b73e16a86f9e9085471a830605f74f84ea5d
24694Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24695Date: Mon Jul 14 14:11:45 2008 +0200
24696
24697 vsprintf: add z and t options
24698
24699 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24700
24701commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
24702Author: Wolfgang Denk <wd@denx.de>
24703Date: Sun Jul 13 23:07:35 2008 +0200
24704
24705 Fix some more printf() format issues.
24706
24707 Signed-off-by: Wolfgang Denk <wd@denx.de>
24708
24709commit d5996dd555edf52721b7691a4c59de016251ed39
24710Author: Wolfgang Denk <wd@denx.de>
24711Date: Sun Jul 13 19:51:00 2008 +0200
24712
24713 Fix some more printf() format problems.
24714
24715 Signed-off-by: Wolfgang Denk <wd@denx.de>
24716
24717commit 0f9d5f6d6e814907794995c6a22af752040c35d9
24718Author: Wolfgang Denk <wd@denx.de>
24719Date: Sun Jul 13 19:48:26 2008 +0200
24720
24721 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
24722
24723 Signed-off-by: Wolfgang Denk <wd@denx.de>
24724
24725commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
24726Author: Anatolij Gustschin <agust@denx.de>
24727Date: Sat Jul 12 17:31:36 2008 +0200
24728
24729 Fix bug in Lime video driver
24730
24731 We need to wait while drawing engine clears frame
24732 buffer before any further software accesses to frame
24733 buffer will be initiated. Otherwise software drawn
24734 parts could be partially destroyed by the drawing
24735 engine or even GDC chip freeze could occur (as
24736 observed on socrates board).
24737
24738 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24739
24740commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
24741Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24742Date: Sat Jul 12 14:36:34 2008 +0200
24743
24744 Fix some more printf() format issues.
24745
24746 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24747
24748commit 18c8a28aad49803780bd8d52432ded528e37e701
24749Author: Michal Simek <monstr@monstr.eu>
24750Date: Fri Jul 11 15:11:57 2008 +0200
24751
24752 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
24753
24754 Signed-off-by: Michal Simek <monstr@monstr.eu>
24755 Acked-by: Stefan Roese <sr@denx.de>
24756
24757commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
24758Author: Michal Simek <monstr@monstr.eu>
24759Date: Fri Jul 11 11:50:53 2008 +0200
24760
24761 hwmon: Cleaning hwmon devices
24762
24763 Clean Makefile
24764 Move device specific values to driver for better reading
24765
24766 Signed-off-by: Michal Simek <monstr@monstr.eu>
24767 Acked-by: Stefan Roese <sr@denx.de>
24768
24769commit c78fce699c7ff467ecd841da6a79f065180bf578
24770Author: Michal Simek <monstr@monstr.eu>
24771Date: Fri Jul 11 10:43:13 2008 +0200
24772
24773 FIS: repare incorrect return value with ramdisk handling
24774
24775 Microblaze and PowerPC use boot_get_ramdisk for loading
24776 ramdisk to memory with checking return value.
24777 Return 0 means success. Return 1 means failed.
24778 Here is correspond part of code from bootm.c which check
24779 return code.
24780
24781 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
24782 &rd_data_start, &rd_data_end);
24783 if (ret)
24784 goto error;
24785
24786 Signed-off-by: Michal Simek <monstr@monstr.eu>
24787
24788commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
24789Author: Michal Simek <monstr@monstr.eu>
24790Date: Fri Jul 11 10:10:32 2008 +0200
24791
24792 microblaze: Remove useless ancient headers
24793
24794 Signed-off-by: Michal Simek <monstr@monstr.eu>
24795
24796commit 53ea981c3124b13c137c2d10e975b7c6672266e0
24797Author: Michal Simek <monstr@monstr.eu>
24798Date: Fri Jul 11 10:10:31 2008 +0200
24799
24800 microblaze: Clean uartlite driver
24801
24802 Redesign uartlite driver to in_be32 and out_be32 macros
24803 Fix missing header in io.h
24804
24805 Signed-off-by: Michal Simek <monstr@monstr.eu>
24806 Acked-by: Grant Likely <grant.likely@secretlab.ca>
24807
24808commit dbf3dfb386a2d5d2381814e39985ab2e21894550
24809Author: Marcel Ziswiler <marcel@ziswiler.com>
24810Date: Fri Jul 11 02:39:14 2008 +0200
24811
24812 Enable passing of ATAGs required by latest Linux kernel.
24813
24814commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
24815Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24816Date: Fri Jul 11 10:24:15 2008 -0400
24817
24818 Fix integer overflow warning in calc_divisor()
24819
24820 which happened when rounding the serial port clock divisor
24821
24822 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24823
24824commit 6b760189d77f001684e3160b355c185ca3804961
24825Author: Marcel Ziswiler <marcel@ziswiler.com>
24826Date: Fri Jul 11 01:09:59 2008 +0200
24827
24828 Fix build time warnings in function mmc_decode_csd()
24829
24830 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24831
24832commit c15947d6ce0d59925c97fdfac692476af6e262d0
24833Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24834Date: Thu Jul 10 10:46:33 2008 -0400
24835
24836 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
24837
24838 caused by missing dcache status/enable/disable functions.
24839
24840 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24841
24842commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
24843Author: Stefan Roese <sr@denx.de>
24844Date: Thu Jul 10 13:53:31 2008 +0200
24845
24846 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
24847
24848 This patch removes some ft_board_setup() functions from some 4xx boards.
24849 This can be done since we now have a default weak implementation for this
24850 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
24851 implementation like canyonlands need their own version.
24852
24853 Signed-off-by: Stefan Roese <sr@denx.de>
24854
24855commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
24856Author: Wolfgang Denk <wd@denx.de>
24857Date: Sun Jul 13 14:58:16 2008 +0200
24858
24859 Add last known maintainer for orphaned boards; reformat.
24860
24861 Signed-off-by: Wolfgang Denk <wd@denx.de>
24862
24863commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
24864Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24865Date: Thu Jul 10 13:16:04 2008 +0200
24866
24867 Remove kharris@nexus-tech.net from MAINTAINERS
24868
24869 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
24870 anymore. You can't be a maintainer without a valid e-mail address, so
24871 move all boards that used to be maintained by Kyle Harris to the
24872 "orphaned" list.
24873
24874 Currently, only PowerPC has a list of orphaned boards, so this patch
24875 creates one for ARM as well.
24876
24877 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24878
24879commit 17bd17071463b0cde391ac4a0863d600474b4ea1
24880Author: Anatolij Gustschin <agust@denx.de>
24881Date: Thu Jul 10 01:15:10 2008 +0200
24882
24883 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
24884
24885 On the at91sam9260ep development board there is an EEPROM
24886 connected to the TWI interface (PA23, PA24 Peripheral A
24887 multiplexing), so we cannot use these pins as ETX2, ETX3.
24888 This patch configures PA10, PA11 pins for ETX2, ETX3
24889 instead of PA23, PA24 pins.
24890
24891 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24892 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
24893
24894commit f889265753ddf4465d9d580827bb9289bfac55d6
24895Author: Kenneth Johansson <kenneth@southpole.se>
24896Date: Sat Jul 12 13:18:34 2008 -0600
24897
24898 fix DIU for small screens
24899
24900 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
24901 so it was not possible to set a slow pixel clock and thus prevented
24902 display on small screens.
24903
24904 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
24905 Acked-by: John Rigby <jrigby@freescale.com>
24906
24907commit b60b8573875e650e4c69be667bfc88d3ed474a7c
24908Author: John Rigby <jrigby@freescale.com>
24909Date: Fri Jul 11 14:44:09 2008 -0600
24910
24911 ADS5121 cleanup compile warnings
24912
24913 board/ads5121/iopin.c
24914 Replace bit fields in struct iopin_t with a single
24915 field and intialize it via plain old macros.
24916 This fixes the type pun warnings and makes the code
24917 more readable.
24918
24919 board/ads5121/ads5121.c
24920 Add include iopin.h to ads5121.c for the iopin_initialize
24921 prototype.
24922
24923 Add an extern void ads5121_diu_init(void)
24924
24925 Signed-off-by: John Rigby <jrigby@freescale.com>
24926
24927commit bde63587622c4b830a27d1ddf7265843de9e994f
24928Author: Wolfgang Denk <wd@denx.de>
24929Date: Fri Jul 11 22:56:11 2008 +0200
24930
24931 Fix some more printf() format issues.
24932
24933 Signed-off-by: Wolfgang Denk <wd@denx.de>
24934
24935commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
24936Author: Wolfgang Denk <wd@denx.de>
24937Date: Fri Jul 11 22:55:31 2008 +0200
24938
24939 Fixed some out-of-tree build issues
24940
24941 Signed-off-by: Wolfgang Denk <wd@denx.de>
24942
24943commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
24944Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24945Date: Wed Jul 9 16:20:23 2008 -0500
24946
24947 ColdFire: Fix FB CS not setup properly for Mcf5282
24948
24949 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
24950 CFG_CSn_RO is defined as 0, the chipselect will not
24951 be assigned.
24952
24953 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24954
24955commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
24956Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24957Date: Wed Jul 9 15:47:27 2008 -0500
24958
24959 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
24960
24961 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
24962 clock module in cpu/<cf arch>/cpu_init.c
24963
24964 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24965
24966commit f94945b517f10e01927101679c62361e03d4e837
24967Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24968Date: Wed Jul 9 15:25:01 2008 -0500
24969
24970 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
24971
24972 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24973
24974commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
24975Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24976Date: Wed Jul 9 15:21:44 2008 -0500
24977
24978 Fix compile error caused by missing timer function
24979
24980 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
24981
24982 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24983
24984commit c37ea031175b807c54e6bad9b270e9bede6c0078
24985Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24986Date: Wed Jul 9 15:14:25 2008 -0500
24987
24988 Fix compile error caused by incorrect function return type
24989
24990 Rename int mii_init(void) to void mii_init(void)
24991
24992 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24993
24994commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
24995Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24996Date: Wed Jun 18 19:27:23 2008 -0500
24997
24998 ColdFire: Fix power up issue for MCF5235
24999
25000 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25001
25002commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
25003Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25004Date: Wed Jun 18 19:19:07 2008 -0500
25005
25006 ColdFire: Fix compiling error for MCF5275
25007
25008 The compiling error was caused by missing a closed parentheses
25009 in speed.c
25010
25011 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25012
25013commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
25014Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25015Date: Wed Jun 18 19:14:01 2008 -0500
25016
25017 ColdFire: Fix timer issue for MCF5272
25018
25019 The timer was assigned to wrong timer memory mapped which
25020 caused udelay() and timer() not working properly.
25021
25022 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25023
25024commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
25025Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25026Date: Wed Jun 18 19:12:13 2008 -0500
25027
25028 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
25029
25030 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25031
25032commit 8371dc2066136be21e10b7b9293e469297d77298
25033Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25034Date: Wed Jun 18 19:05:23 2008 -0500
25035
25036 ColdFire: Add -got=single param for new linux v4e toolchains
25037
25038 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25039
25040commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
25041Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25042Date: Wed Jun 18 13:21:19 2008 -0500
25043
25044 ColdFire: Fix code flash configuration for M547x/M548x boards
25045
25046 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25047
25048commit 6e37091afc07fdcc15590093fd066b0cb7399f85
25049Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25050Date: Tue Jun 24 12:12:16 2008 -0500
25051
25052 ColdFire: Fix warning messages by passing correct data type in board.c
25053
25054 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25055
25056commit 81cc32322acb1b3225ee45606ced48e2a14824dc
25057Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25058Date: Thu May 29 12:21:54 2008 -0500
25059
25060 ColdFire: Fix UART baudrate formula
25061
25062 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
25063 can generate the wrong divisor due to integer division truncation.
25064 Round the calculated divisor value by adding 1/2 the baudrate
25065 before dividing by the baudrate.
25066
25067 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25068 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
25069
25070commit b578fb471444cbd7db1285701ba51343baaf73fb
25071Author: Stefan Roese <sr@denx.de>
25072Date: Thu Jul 10 11:38:26 2008 +0200
25073
25074 ppc4xx: Fix include sequence in 4xx_pcie.c
25075
25076 This patch now moves common.h to the top of the inlcude list. This
25077 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
25078 the phys_size_t/phys_addr_t are defined to the correct size in this
25079 driver.
25080
25081 Signed-off-by: Stefan Roese <sr@denx.de>
25082
4b070809
WD
25083commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
25084Author: Stefan Roese <sr@denx.de>
25085Date: Fri Jul 11 13:10:56 2008 +0200
25086
25087 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
25088
25089 Signed-off-by: Stefan Roese <sr@denx.de>
25090
25091commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
25092Author: Stefan Roese <sr@denx.de>
25093Date: Fri Jul 11 11:40:13 2008 +0200
25094
25095 ppc4xx: Fix small korat merge problem
25096
25097 Signed-off-by: Stefan Roese <sr@denx.de>
25098
25099commit 1d0554736a0a1dd59718acda660871ce56b69e18
25100Author: Stefan Roese <sr@denx.de>
25101Date: Fri Jul 11 11:34:52 2008 +0200
25102
25103 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
25104
25105 Signed-off-by: Stefan Roese <sr@denx.de>
25106
25107commit 3a82113ed5934d498f25080441a8261fc9454b15
25108Author: Stefan Roese <sr@denx.de>
25109Date: Thu Jul 10 16:37:09 2008 +0200
25110
25111 ppc4xx: Add 460SX UIC defines
25112
25113 Only the really needed ones are added (cascading and EMAC/MAL).
25114
25115 Signed-off-by: Stefan Roese <sr@denx.de>
25116
25117commit 26173fc6f60521c2a8072f652f863617fc11ba9a
25118Author: Stefan Roese <sr@denx.de>
25119Date: Mon Jun 30 14:11:07 2008 +0200
25120
25121 ppc4xx: Continue cleanup of ppc440.h
25122
25123 This patch continues the ppc440.h cleanup by removing some of the unused
25124 defines.
25125
25126 Signed-off-by: Stefan Roese <sr@denx.de>
25127
25128commit d9056b7913ed6a228d2f33671d916efedee541dd
25129Author: Stefan Roese <sr@denx.de>
25130Date: Mon Jun 30 14:05:05 2008 +0200
25131
25132 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
25133
25134 This patch cleans up the 440SPe PCIe register usage. Now only defines
25135 from the include/asm-ppc/4xx_pcie.h are used.
25136
25137 Signed-off-by: Stefan Roese <sr@denx.de>
25138
25139commit 5de851403b01489b493fa83137ad990b8ce60d1c
25140Author: Stefan Roese <sr@denx.de>
25141Date: Thu Jun 26 17:36:39 2008 +0200
25142
25143 ppc4xx: Rework 440GX UIC handling
25144
25145 This patch reworks the 440GX interrupt handling so that the common 4xx
25146 code can be used. The 440GX is an exception to all other 4xx variants
25147 by having the cascading interrupt vectors not on UIC0 but on a special
25148 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
25149 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
25150 handling is simpler without any 440GX special cases.
25151
25152 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
25153
25154 Signed-off-by: Stefan Roese <sr@denx.de>
25155
25156commit d1631fe1a05b063ccaf62ea892a8887b829847d1
25157Author: Stefan Roese <sr@denx.de>
25158Date: Thu Jun 26 13:40:57 2008 +0200
25159
25160 ppc4xx: Consolidate PPC4xx UIC defines
25161
25162 This 2nd patch now removes all UIC mask bit definition. They should be
25163 generated from the vectors by using the UIC_MASK() macro from now on.
25164 This way only the vectors need to get defined for new PPC's.
25165
25166 Also only the really used interrupt vectors are now defined. This makes
25167 definitions for new PPC versions easier and less error prone.
25168
25169 Another part of this patch is that the 4xx emac driver got a little
25170 cleanup, since now the usage of the interrupts is clearer.
25171
25172 Signed-off-by: Stefan Roese <sr@denx.de>
25173
25174commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
25175Author: Stefan Roese <sr@denx.de>
25176Date: Wed Jun 25 10:59:22 2008 +0200
25177
25178 ppc4xx: Consolidate PPC4xx UIC defines
25179
25180 This patch is the first step to consolidate the UIC related defines in the
25181 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
25182 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
25183 steps.
25184
25185 Signed-off-by: Stefan Roese <sr@denx.de>
25186
25187commit 7ee2619c20ccecd57966d74d844e6329e141261c
25188Author: Stefan Roese <sr@denx.de>
25189Date: Tue Jun 24 17:18:50 2008 +0200
25190
25191 ppc4xx: Consolidate PPC4xx EBC defines
25192
25193 This patch removes all EBC related defines from the PPC4xx headers
25194 ppc405.h and ppc440.h and introduces a new header
25195
25196 include/asm-ppc/ppc4xx-ebc.h
25197
25198 with all those defines.
25199
25200 Signed-off-by: Stefan Roese <sr@denx.de>
25201
25202commit e321801bed5a6d896d298c00fd20046f039d5d66
25203Author: Stefan Roese <sr@denx.de>
25204Date: Thu Jul 10 13:52:44 2008 +0200
25205
25206 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
25207
25208 This patch removes some ft_board_setup() functions from some 4xx boards.
25209 This can be done since we now have a default weak implementation for this
25210 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
25211 implementation like canyonlands need their own version.
25212
25213 Signed-off-by: Stefan Roese <sr@denx.de>
25214
25215commit 08250eb2edbd96514d049602d9e134110ac3185f
25216Author: Stefan Roese <sr@denx.de>
25217Date: Thu Jul 10 15:32:32 2008 +0200
25218
25219 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
25220
25221 Signed-off-by: Stefan Roese <sr@denx.de>
25222
25223commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
25224Author: Grant Erickson <gerickson@nuovations.com>
25225Date: Tue Jul 8 08:35:00 2008 -0700
25226
25227 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
25228
25229 This patch adds support for placing the RGMII bridge on the
25230 PPC405EX(r) into MII/GMII mode and allows a board-specific
25231 configuration to specify the bridge mode at compile-time.
25232
25233 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25234 Signed-off-by: Stefan Roese <sr@denx.de>
25235
25236commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
25237Author: Grant Erickson <gerickson@nuovations.com>
25238Date: Wed Jul 9 16:46:35 2008 -0700
25239
25240 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
25241
25242 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
25243 controller registers (MODT and INITPLR) used by the
25244 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
25245 peer values used for the INITPLR MR and EMR registers,
25246 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
25247
25248 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
25249 Kilauea are replaced by equivalent mnemonics to make it easier to
25250 compare and contrast other 405EX(r)-based boards (e.g. during board
25251 bring-up).
25252
25253 Finally, unified the SDRAM controller register dump routine such that
25254 it can be used across all processor variants that utilize the IBM DDR2
25255 SDRAM controller core. It produces output of the form:
25256
25257 PPC4xx IBM DDR2 Register Dump:
25258 ...
25259 SDRAM_MB0CF[40] = 0x00006701
25260 ...
25261
25262 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
25263 since it is not uncommon that the DCR values in header files get mixed
25264 up and it helps to validate, at a glance, they match what is printed
25265 in the user manual.
25266
25267 Tested on:
25268 AMCC Kilauea/Haleakala:
25269 - NFS Linux Boot: PASSED
25270 - NAND Linux Boot: PASSED
25271
25272 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25273 Signed-off-by: Stefan Roese <sr@denx.de>
25274
25275commit ad7382d828982e9c1bafc4313ef1b666f6145f58
25276Author: Grant Erickson <gerickson@nuovations.com>
25277Date: Wed Jul 9 16:31:59 2008 -0700
25278
25279 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
25280
25281 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
25282 revision ID DCR based on 405EX, and add field mnemonics for bus error
25283 status and ECC error status registers.
25284
25285 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25286 Signed-off-by: Stefan Roese <sr@denx.de>
25287
25288commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
25289Author: Grant Erickson <gerickson@nuovations.com>
25290Date: Wed Jul 9 16:31:36 2008 -0700
25291
25292 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
25293
25294 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
25295
25296 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25297 Signed-off-by: Stefan Roese <sr@denx.de>
25298
25299commit 5b457d00730d4aa0c6450d21a9104723e606fb98
25300Author: Grant Erickson <gerickson@nuovations.com>
25301Date: Wed Jul 9 11:55:46 2008 -0700
25302
25303 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
25304
25305 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
25306 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
25307 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
25308
25309 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
25310 which causes SDRAM initialization to periodically fail since it can
25311 prematurely indicate SDRAM ready status.
25312
25313 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25314 Signed-off-by: Stefan Roese <sr@denx.de>
25315
25316commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
25317Author: Feng Kan <fkan@amcc.com>
25318Date: Tue Jul 8 22:48:42 2008 -0700
25319
25320 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
25321
25322 Add AMCC Redwood reference board that uses the latest
25323 PPC 464 CPU processor combined with a rich mix of peripheral
25324 controllers. The board will support PCIe, mutiple Gig ethernet
25325 ports, advanced hardware RAID assistance and IEEE 1588.
25326
25327 Signed-off-by: Feng Kan <fkan@amcc.com>
25328 Signed-off-by: Stefan Roese <sr@denx.de>
25329
25330commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
25331Author: Feng Kan <fkan@amcc.com>
25332Date: Tue Jul 8 22:48:07 2008 -0700
25333
25334 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
25335
25336 Signed-off-by: Feng Kan <fkan@amcc.com>
25337 Signed-off-by: Stefan Roese <sr@denx.de>
25338
25339commit 7d30793685efcada183891c78fc892e6c9ba50c7
25340Author: Feng Kan <fkan@amcc.com>
25341Date: Tue Jul 8 22:47:31 2008 -0700
25342
25343 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
25344
25345 Signed-off-by: Feng Kan <fkan@amcc.com>
25346 Signed-off-by: Stefan Roese <sr@denx.de>
25347
699f0512
WD
25348commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
25349Author: Wolfgang Denk <wd@denx.de>
25350Date: Fri Jul 11 01:16:00 2008 +0200
25351
25352 Fix some more print() format errors.
25353
25354 Signed-off-by: Wolfgang Denk <wd@denx.de>
25355
25356commit fdd70d1921b87287d9a99d1be99bc35226c2b412
25357Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25358Date: Thu Jul 10 20:57:54 2008 +0200
25359
25360 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
25361
25362 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25363
25364commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
25365Author: Sergey Lapin <slapin@ossfans.org>
25366Date: Thu Jun 5 11:06:29 2008 +0400
25367
25368 DataFlash AT45DB021 support
25369
25370 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
25371 bootstrap, u-boot and its environment, using NAND or other external
25372 storage for kernel and rootfs. This patch adds support for
25373 small 1024x263 chip.
25374
25375 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
25376
25377commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
25378Author: Kim Phillips <kim.phillips@freescale.com>
25379Date: Thu Jul 10 14:00:15 2008 -0500
25380
25381 silence misc printf formatting compiler warnings
25382
25383 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25384
25385commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
25386Author: Markus Klotzbücher <mk@denx.de>
25387Date: Thu Jul 10 14:47:09 2008 +0200
25388
25389 USB: shutdown USB before booting
25390
25391 This patch fixes a potentially serious issue related to USB which was
25392 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
25393 ARM920T. Martin wrote:
25394
25395 Turn off USB to prevent the host controller from writing to the
25396 SDRAM while Linux is booting. This could happen, because the HCCA
25397 (Host Controller Communication Area) lies within the SDRAM and the
25398 host controller writes continously to this area (as busmaster!), for
25399 example to increase the HccaFrameNumber variable, which happens
25400 every 1 ms.
25401
25402 This is a slightly modified version of the patch in order to shutdown
25403 USB when booting on all architectures.
25404
25405 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25406
25407commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
25408Author: Martha Marx <mmarx@silicontkx.com>
25409Date: Thu May 29 14:23:25 2008 -0400
25410
25411 Configuration changes for ADS5121 Rev 3
25412
25413 ADS5121 Rev 3 board is now the default config
25414
25415 config targets are now
25416
25417 ads5121_config
25418 Rev 3 board with
25419 PCI
25420 M41T62 on board RTC
25421 512MB DRAM
25422
25423 ads5121_rev2_config
25424 Rev 2 board with
25425 No PCI
25426 256MB DRAM
25427
25428 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
25429 Acked-by: Grant Likely <grant.likely@secretlab.ca>
25430 Acked-by: John Rigby <jrigby@freescale.com>
25431
25432commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
25433Author: Martha Marx <mmarx@silicontkx.com>
25434Date: Thu May 29 15:37:21 2008 -0400
25435
25436 Consolidate ADS5121 IO Pin configuration
25437
25438 Consolidate ADS5121 IO Pin configuration to one file
25439 board/ads5121/iopin.c.
25440
25441 Remove pin config from cpu/mpc512x/fec.c
25442
25443 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
25444 Acked-by: Grant Likely <grant.likely@secretlab.ca>
25445 Acked-by: John Rigby <jrigby@freescale.com>
25446
25447commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
25448Author: Christian Eggers <christian@p2400.wgnetz.xx>
25449Date: Fri Jun 27 19:46:51 2008 +0200
25450
25451 Fix "usb part" command
25452
25453 Only print partition for selected device if user supplied the <dev>
25454 arg with the "usb part [dev]" command.
25455
25456 Signed-off-by: Christian Eggers <ceggers@gmx.de>
25457 Acked-by: Markus Klotzbuecher <mk@denx.de>
25458
25459commit cc83b27217f7380041fea386ddb6d6d9b261617d
25460Author: Harald Welte <laforge@gnumonks.org>
25461Date: Mon Jul 7 00:58:05 2008 +0800
25462
25463 fix USB devices with multiple configurations
25464
25465 This patch fixes bugs in usbdcore*.c related to the use of devices
25466 with multiple configurations.
25467
25468 The original code made mistakes about the meaning of configuration value and
25469 configuration index, and the resulting off-by-one errors resulted in:
25470
25471 * SET_CONFIGURATION always selected the first configuration, no matter what
25472 wValue is being passed.
25473 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
25474 configuration (index 0).
25475
25476 Signed-off-by: Harald Welte <laforge@openmoko.org>
25477 Acked-by: Markus Klotzbuecher <mk@denx.de>
25478
25479commit 06c53beae1a726e707971c555613f09b270a2461
25480Author: Wolfgang Denk <wd@denx.de>
25481Date: Thu Jul 10 13:16:09 2008 +0200
25482
25483 Fix some more print() format errors.
25484
25485 Signed-off-by: Wolfgang Denk <wd@denx.de>
25486
25487commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
25488Author: Christian Eggers <christian@p2400.wgnetz.xx>
25489Date: Fri Jun 27 19:46:51 2008 +0200
25490
25491 Fix "usb part" command
25492
25493 Only print partition for selected device if user supplied the <dev>
25494 arg with the "usb part [dev]" command.
25495
25496 Signed-off-by: Christian Eggers <ceggers@gmx.de>
25497 Acked-by: Markus Klotzbuecher <mk@denx.de>
25498
25499commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
25500Author: Harald Welte <laforge@gnumonks.org>
25501Date: Mon Jul 7 00:58:05 2008 +0800
25502
25503 fix USB devices with multiple configurations
25504
25505 This patch fixes bugs in usbdcore*.c related to the use of devices
25506 with multiple configurations.
25507
25508 The original code made mistakes about the meaning of configuration value and
25509 configuration index, and the resulting off-by-one errors resulted in:
25510
25511 * SET_CONFIGURATION always selected the first configuration, no matter what
25512 wValue is being passed.
25513 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
25514 configuration (index 0).
25515
25516 Signed-off-by: Harald Welte <laforge@openmoko.org>
25517 Acked-by: Markus Klotzbuecher <mk@denx.de>
25518
25519commit e870690bdca154943ecadd5212d2d59c1b9d391b
25520Author: Stefan Roese <sr@denx.de>
25521Date: Thu Jul 10 10:10:54 2008 +0200
25522
25523 MTD/NAND: Fix printf format warning in nand code
25524
25525 This patch fixes NAND related printf format warning. Those warnings are
25526 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
25527 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
25528 really helpful.
25529
25530 Signed-off-by: Stefan Roese <sr@denx.de>
25531
25532commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
25533Author: Stefan Roese <sr@denx.de>
25534Date: Thu Jul 10 10:00:45 2008 +0200
25535
25536 rtc: Fix printf format warning in m41t60.c
25537
25538 Signed-off-by: Stefan Roese <sr@denx.de>
25539
25540commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
25541Author: Stefan Roese <sr@denx.de>
25542Date: Tue Jul 8 12:01:47 2008 +0200
25543
25544 pci: Move PCI device configuration check into a separate weak function
25545
25546 This patch moves the check, if a device should be skipped in PCI PNP
25547 configuration into the function pci_skip_dev(). This function is defined
25548 as weak so that it can be overwritten by a platform specific one if
25549 needed. The check if the device should get printed in the PCI summary upon
25550 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
25551 pci_print_dev() which is also defined as weak too.
25552
25553 Signed-off-by: Stefan Roese <sr@denx.de>
25554
25555commit b002144e1dc21374b1ef5281fe6b5d014af96650
25556Author: Stefan Roese <sr@denx.de>
25557Date: Thu Jul 10 09:58:06 2008 +0200
25558
25559 ppc4xx: Fix printf format warnings now visible with the updated format check
25560
25561 This patch fixes ppc4xx related printf format warning. Those warnings are
25562 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
25563 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
25564 really helpful.
25565
25566 Signed-off-by: Stefan Roese <sr@denx.de>
25567
25568commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
25569Author: Stefan Roese <sr@denx.de>
25570Date: Wed Jul 9 17:33:57 2008 +0200
25571
25572 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
25573
25574 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
25575 To support such configurations, we "only" map the first 2GB via the TLB's. We
25576 need some free virtual address space for the remaining peripherals like, SoC
25577 devices, FLASH etc.
25578
25579 Note that ECC is currently not supported on configurations with more than 2GB
25580 SDRAM. This is because we only map the first 2GB on such systems, and therefore
25581 the ECC parity byte of the remaining area can't be written.
25582
25583 Signed-off-by: Stefan Roese <sr@denx.de>
25584
25585commit cf1c2ed91df26903b956948f37f82de9e1158a89
25586Author: Larry Johnson <lrj@acm.org>
25587Date: Sat Jun 14 17:02:49 2008 -0400
25588
25589 ppc4xx: Remove implementation of testdram() from Korat board support
25590
25591 Signed-off-by: Larry Johnson <lrj@acm.org>
25592 Signed-off-by: Stefan Roese <sr@denx.de>
25593
25594commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
25595Author: Larry Johnson <lrj@acm.org>
25596Date: Sat Jun 14 16:53:02 2008 -0400
25597
25598 ppc4xx: Update and add FDT to Korat board support
25599
25600 Signed-off-by: Larry Johnson <lrj@acm.org>
25601 Signed-off-by: Stefan Roese <sr@denx.de>
25602
25603commit 4188f0491886b3b486164e819c0a83fdb97efd7d
25604Author: Wolfgang Denk <wd@denx.de>
25605Date: Thu Jul 10 01:13:30 2008 +0200
25606
25607 Minor coding style cleanup; update CHANGELOG
25608
25609 Signed-off-by: Wolfgang Denk <wd@denx.de>
25610
4188f049
WD
25611commit 8915f1189c1d29d8be7f4de325702d90a8988219
25612Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25613Date: Wed Jul 9 17:50:45 2008 -0400
25614
25615 e1000: add support for 82545GM 64bit PCI-X copper variant
25616
25617 This PCI-X e1000 variant works by just adding in the correct
25618 PCI IDs in the appropriate places.
25619
25620 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25621
25622commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
25623Author: Daniel Hellstrom <daniel@gaisler.com>
25624Date: Wed Jul 9 12:34:11 2008 +0000
25625
25626 SPARC: Build error fix
25627
25628 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
25629
25630 This patch makes SPARC targets build again. It is caused by
25631 phys_addr_t and phys_size_t being defined in the wrong header
25632 file. include/lmb.h need those typedefs to build.
25633
25634 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25635
25636commit 11ccc33fa21acce108f6b4a6936e3271af904c64
25637Author: Marcel Ziswiler <marcel@ziswiler.com>
25638Date: Wed Jul 9 08:17:15 2008 +0200
25639
25640 Many spelling fixes in README.
25641
25642 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25643
25644commit dbab0691d2533560f7e91b92ae844046a9ad1df3
25645Author: Marcel Ziswiler <marcel@ziswiler.com>
25646Date: Wed Jul 9 08:17:06 2008 +0200
25647
25648 Minor spelling fix in comment.
25649
25650 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25651
25652commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
25653Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25654Date: Tue Jul 8 14:54:58 2008 -0400
25655
25656 Round the serial port clock divisor value returned by calc_divisor()
25657
25658 Round the serial port clock divisor value returned by
25659 calc_divisor().
25660
25661 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25662 Signed-off-by: John Roberts <john.roberts@pwav.com>
25663
25664commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
25665Author: Scott Wood <scottwood@freescale.com>
25666Date: Wed Jul 9 17:47:52 2008 -0500
25667
25668 NAND: ifdef-protect most of nand.h when using legacy NAND.
25669
25670 Some macros such as NAND_CTL_SETALE conflict between current and legacy
25671 NAND, being defined by the subsystem in the former case and the board
25672 config file in the latter.
25673
25674 Signed-off-by: Scott Wood <scottwood@freescale.com>
25675
25676commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
25677Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25678Date: Tue Jul 8 11:02:05 2008 -0400
25679
25680 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
25681
25682 ARM: Fix for incorrect version of patch applied when
25683 adding support for the Lyrtech SFF-SDR board.
25684
25685 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25686 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
25687
25688commit 47042b363ee5022b8180c65d3f4558e7972c79cd
25689Author: Kyungmin Park <kmpark@infradead.org>
25690Date: Tue Jul 8 09:08:40 2008 +0900
25691
25692 Remove useless print message at apollon
25693
25694 Remove useless print message at apollon
25695
25696 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25697
25698commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
25699Author: Andy Fleming <afleming@freescale.com>
25700Date: Mon Jul 7 14:24:39 2008 -0500
25701
25702 Fix LMB type issues
25703
25704 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
25705 of casting problems in the bootm code that called the LMB functions.
25706
25707 Signed-off-by: Andy Fleming <afleming@freescale.com>
25708
25709commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
25710Author: Kumar Gala <galak@kernel.crashing.org>
25711Date: Mon Jul 7 09:39:06 2008 -0500
25712
25713 Fix compiler warnings
25714
25715 gcc-4.3.x generates the following:
25716
25717 bootm.c: In function 'do_bootm_linux':
25718 bootm.c:208: warning: cast from pointer to integer of different size
25719 bootm.c:215: warning: cast from pointer to integer of different size
25720
25721 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25722
25723commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
25724Author: Harald Welte <laforge@gnumonks.org>
25725Date: Mon Jul 7 15:40:39 2008 +0800
25726
25727 Remove code duplication for setting the default environment
25728
25729 common/env_common.c (default_env): new function that resets the environment to
25730 the default value
25731 common/env_common.c (env_relocate): use default_env instead of own copy
25732 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
25733 include/environment.h: added default_env prototype
25734
25735 Signed-off-by: Werner Almesberger <werner@openmoko.org>
25736 Signed-off-by: Harald Welte <laforge@openmoko.org>
25737
25738commit 99c2b434d37863df5dda5207a53760c6506fc2be
25739Author: Marcel Ziswiler <marcel@ziswiler.com>
25740Date: Sun Jun 22 16:13:46 2008 +0200
25741
25742 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
25743
25744 The writeenv() and readenv() calls introduced by the recently added bad block
25745 management for environment variables were missing casts therefore producing
25746 compile time warnings.
25747 While at it fixing some typo in a comment and indentation.
25748
25749 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25750 Signed-off-by: Scott Wood <scottwood@freescale.com>
25751
25752commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
25753Author: Scott Wood <scottwood@freescale.com>
25754Date: Fri Jun 20 12:38:57 2008 -0500
25755
25756 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
25757
25758 This is particularly problematic now that non-NAND-specific code is
25759 including <nand.h>, and thus all debugging code is being compiled
25760 regardless of whether it was requested, as reported by Scott McNutt
25761 <smcnutt@psyent.com>.
25762
25763 Signed-off-by: Scott Wood <scottwood@freescale.com>
25764
25765commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
25766Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25767Date: Thu Jun 12 19:27:58 2008 +0200
25768
25769 mmc: Move atmel_mci driver into drivers/mmc
25770
25771 This makes it easier to use the driver on other platforms.
25772
25773 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25774 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25775
25776commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
25777Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25778Date: Thu Jun 12 19:27:57 2008 +0200
25779
25780 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
25781
25782 After we move the atmel_mci driver into drivers/mmc, we can't select
25783 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
25784 this driver so that there's no ambiguity.
25785
25786 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25787 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25788
25789commit 5ce13051a48c62bda9723df3b4778c492fb47f36
25790Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25791Date: Thu Jun 12 19:27:56 2008 +0200
25792
25793 Create drivers/mmc subdirectory
25794
25795 In order to consolidate more of the various MMC drivers around the
25796 tree, we must first have a common place to put them.
25797
25798 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25799 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25800
25801commit b502611b51f02718c2d1117d4981dabceb5af6de
25802Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
25803Date: Sun Jul 6 12:30:09 2008 +0200
25804
25805 Change env_get_char from a global function ptr to a function
25806
25807 This avoids an early global data reference.
25808
25809 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
25810
25811commit 27269417ade432189b234d9fbac98b54e37b978c
25812Author: Matvejchikov Ilya <matvejchikov@gmail.com>
25813Date: Sun Jul 6 13:57:58 2008 +0400
25814
25815 Some copy-n-paste fixes in printf usage
25816
25817 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
25818
25819commit 0e6989b9faf1588e8723535539e88a0df3c71356
25820Author: Matvejchikov Ilya <matvejchikov@gmail.com>
25821Date: Sun Jul 6 13:57:00 2008 +0400
25822
25823 FDT memory and pci node fixes for MPC8260ADS
25824
25825 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
25826
25827commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
25828Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25829Date: Mon Jul 7 06:41:14 2008 -0700
25830
25831 Fix printf errors.
25832
25833 The compiler will help find mismatches between printf formats and
25834 arguments if you let it. This patch adds the necessary attributes to
25835 declarations in include/common.h, then begins to correct the resulting
25836 compiler warnings. Some of these were bugs, e.g., "$d" instead of
25837 "%d" and incorrect arguments. Others were just annoying, like
25838 int-long mismatches on a system where both are 32 bits. It's worth
25839 fixing the annoying errors to catch the real ones.
25840
25841 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25842
25843commit 417faf285b2527acb2de24c5cd3e2621d385408c
25844Author: Becky Bruce <becky.bruce@freescale.com>
25845Date: Wed Jul 9 11:09:41 2008 -0500
25846
25847 Allow print_size to print in GB
25848
25849 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
25850
25851commit e7c374529c87525c9aa463e0557c287887ae4e9e
25852Author: Jason McMullan <mcmullan@netapp.com>
25853Date: Sun Jun 8 23:56:00 2008 -0400
25854
25855 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
25856
25857 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
25858 they are set in the U-Boot environment.
25859
25860 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
25861 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25862
25863commit 0192d7d56e9320819dea262f49789ae18fdd2c72
25864Author: Stefan Roese <sr@denx.de>
25865Date: Tue Jul 8 12:57:14 2008 +0200
25866
25867 jedec_flash: Fix AM29DL800BB device ID
25868
25869 As pointed out by Jerry Hicks, this patch corrects the device ID of
25870 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
25871 datasheet (rev C4 from Dezember 2006).
25872
25873 Signed-off-by: Stefan Roese <sr@denx.de>
25874
25875commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
25876Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25877Date: Mon Jul 7 11:22:37 2008 +0900
25878
25879 sh: Fix compile error sh7763rdp board
25880
25881 Disable SH ether driver.
25882
25883 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25884
25885commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
25886Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25887Date: Tue Jul 8 12:03:24 2008 +0900
25888
25889 sh: Fix SH-boards compile error
25890
25891 By Cleanup out-or-tree building for some boards (.depend)
25892 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
25893 because filse ware changed, some SH-boards have compile error.
25894 I revised this problem.
25895
25896 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25897
699f0512
WD
25898commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
25899Author: Jason Jin <Jason.jin@freescale.com>
25900Date: Tue May 13 11:50:36 2008 +0800
25901
25902 Feed the watchdog in u-boot for 8610 board.
25903
25904 The watchdog on 8610 board is enabled by setting sw[6]
25905 to on. Once enabled, the watchdog can not be disabled
25906 by software. So feed the dog in u-boot is necessary for
25907 normal operation.
25908
25909 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25910
4188f049
WD
25911commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
25912Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25913Date: Wed Jun 18 12:10:33 2008 -0400
25914
25915 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
25916
25917 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
25918
25919 Remove duplicate code in a if/else block in
25920 cpu/arm926ejs/davinci/lxt972.c.
25921 Fixed style issues.
25922
25923 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25924 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25925
25926commit fec61431a003f5778bafa2624073a571af8bec9f
25927Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25928Date: Wed Jun 18 12:10:31 2008 -0400
25929
25930 Remove duplicate definitions in include/lxt971a.h.
25931
25932 Remove duplicate definitions in include/lxt971a.h.
25933
25934 Remove duplicate registers and bits definitions in
25935 include/lxt971a.h for standard MII registers, and
25936 use values in include/miiphy.h instead.
25937
25938 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25939 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25940
25941commit 9751ee0990f467941da0b095a4e995f863672d7a
25942Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25943Date: Wed Jun 11 21:05:00 2008 +0900
25944
25945 net: sh: Renesas SH7763 Ethernet device support
25946
25947 Renesas SH7763 has 2 channel Ethernet device.
25948 This is 10/100/1000 Base support.
25949 But this patch check 10/100 Base only.
25950
25951 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25952 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25953
25954commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
25955Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25956Date: Tue Jun 17 16:28:05 2008 +0900
25957
25958 sh: Update Renesas R2DPlus board
25959
25960 New NOR Flash board support and remove old type flash board config.
25961 And Remove network setting from config file.
25962
25963 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25964 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25965
25966commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
25967Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25968Date: Tue Jun 17 16:28:01 2008 +0900
25969
25970 sh: Update Renesas R7780MP board
25971
25972 New NOR Flash board support and remove network setting from config file.
25973
25974 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25975 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25976
25977commit c001cd604e9f133743effbddb1c215b48e761c5a
25978Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25979Date: Tue Jun 17 16:27:56 2008 +0900
25980
25981 sh: Update Renesas Migo-R board
25982
25983 Remove network setting from config file.
25984
25985 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25986 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25987
25988commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
25989Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25990Date: Tue Jun 17 16:27:52 2008 +0900
25991
25992 sh: Update Hitachi MS7722SE board
25993
25994 Remove network setting from config file.
25995
25996 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25997 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25998
25999commit 26209e48e8791670c93108029a5c31a30016c6df
26000Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26001Date: Tue Jun 17 16:27:48 2008 +0900
26002
26003 sh: Cleanup source code of SH7763RDP
26004
26005 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26006 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26007
26008commit 5cd5b2c96ef0025762931349d350287aec03ab47
26009Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26010Date: Tue Jun 17 16:27:44 2008 +0900
26011
26012 sh: Cleanup source code of R2DPlus
26013
26014 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26015 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26016
26017commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
26018Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26019Date: Tue Jun 17 16:27:41 2008 +0900
26020
26021 sh: Cleanup source code of R7780MP
26022
26023 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26024 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26025
26026commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
26027Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26028Date: Tue Jun 17 16:27:38 2008 +0900
26029
26030 sh: Cleanup source code of MS7722SE
26031
26032 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26033 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26034
26035commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
26036Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26037Date: Tue Jun 17 16:27:34 2008 +0900
26038
26039 sh: Cleanup source code of MS7720SE
26040
26041 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26042 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26043
26044commit 3ab4827cbe409488ebea1a2ee5094783f2672214
26045Author: Wolfgang Denk <wd@denx.de>
26046Date: Mon Jul 7 00:45:03 2008 +0200
26047
26048 SH: fix out of tree building
26049
26050 Signed-off-by: Wolfgang Denk <wd@denx.de>
26051
26052commit 9047bfa1e737d787be460387dd6f45737eeceb10
26053Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26054Date: Thu Jul 3 23:16:06 2008 +0900
26055
26056 net: smc911x: Fix typo
26057
26058 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26059
26060commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
26061Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26062Date: Wed Jul 2 18:54:08 2008 +0200
26063
26064 update mvBL-M7 board config
26065
26066 update mvBL-M7 config file to use UBOOT_VERSION and define
26067 CONFIG_HIGH_BATS.
26068
26069 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26070
26071commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
26072Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26073Date: Mon Jun 30 17:45:01 2008 +0900
26074
26075 net: fix compile problem in smc911x driver.
26076
26077 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26078 Acked-by: Ben Warren <biggerbadderben@gmail.com>
26079
26080commit 9fea65a6c469b1b474b27446feb58738baba2d31
26081Author: Michal Simek <monstr@monstr.eu>
26082Date: Tue Jun 24 09:54:09 2008 +0200
26083
26084 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
26085
26086 This change helps with better handling with others
26087 Xilinx based platform.
26088
26089 Signed-off-by: Michal Simek <monstr@monstr.eu>
26090 Acked-by: Stefan Roese <sr@denx.de>
26091
26092commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
26093Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26094Date: Tue Jun 17 13:07:11 2008 +0900
26095
26096 net: ne2000: Move dev_addr variable from grobal to local.
26097
26098 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26099 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26100
26101commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
26102Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26103Date: Tue Jun 17 13:07:15 2008 +0900
26104
26105 net: ne2000: Fix compile error of NE2000
26106
26107 If enable DEBUG, can not compile ne2000 driver.
26108
26109 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26110 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26111
26112commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
26113Author: Ben Warren <biggerbadderben@gmail.com>
26114Date: Mon Jun 23 22:57:27 2008 -0700
26115
26116 Add mechanisms for CPU and board-specific Ethernet initialization
26117
26118 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
26119 initialization to CPU or board-specific code. Initial implementation is
26120 only on the Freescale TSEC controller, but others will be added soon.
26121
26122 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26123
26124commit 7754f2be5d1835d263aad21b5a629526f3e680b0
26125Author: Wolfgang Denk <wd@denx.de>
26126Date: Sun Jul 6 01:21:46 2008 +0200
26127
26128 include/sha256.h: fix file permissions.
26129
26130 Signed-off-by: Wolfgang Denk <wd@denx.de>
26131
26132commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
26133Author: Patrice Vilchez <patrice.vilchez@atmel.com>
26134Date: Tue May 27 11:15:29 2008 +0200
26135
26136 [AT91SAM9] Fix NAND FLASH timings
26137
26138 Fix NAND FLASH timings for at91sam9x evaluation kits.
26139
26140 New timings are based on application note
26141 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
26142 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
26143
26144 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
26145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26146 Acked-by: Stelian Pop <stelian@popies.net>
26147
26148commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
26149Author: Stelian Pop <stelian@popies.net>
26150Date: Thu May 22 00:15:40 2008 +0200
26151
26152 Fix boot from NOR due to incorrect reset delay.
26153
26154 AT91 RSTC registers are battery-backuped, so their values
26155 are not reset across power cycles. One of those registers,
26156 the AT91_RSTC_MR register, is being modified by U-Boot, in
26157 the ethernet initialisation routine, to generate a 500ms
26158 user reset.
26159
26160 Unfortunately, this value is not being restored afterwards,
26161 causing subsequent resets to also last for 500ms.
26162
26163 This long reset sequence causes problems (at least) in the
26164 boot sequence from NOR: by the time the CPU tries to load
26165 a program from the NOR flash, the latter is still in reset
26166 and not yet available.
26167
26168 Additionaly, this patch fixes a bug in the original code which
26169 caused the reset delay to last for 2s instead of 500ms.
26170
26171 Signed-off-by: Stelian Pop <stelian@popies.net>
26172 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26173
26174commit f492dd636fbbae529e17533995bc6e5813c007f6
26175Author: Wolfgang Denk <wd@denx.de>
26176Date: Fri Jul 4 20:11:49 2008 +0200
26177
26178 Update CHANGELOG
26179
26180 Signed-off-by: Wolfgang Denk <wd@denx.de>
26181
f492dd63
WD
26182commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
26183Author: Wolfgang Denk <wd@denx.de>
26184Date: Fri Jul 4 20:07:35 2008 +0200
26185
26186 CCM/SCM boards: fix out of tree building
26187
26188 Signed-off-by: Wolfgang Denk <wd@denx.de>
26189
26190commit ab4c3a490df9a964711556d2a05b0c787db45fde
26191Author: Wolfgang Denk <wd@denx.de>
26192Date: Thu Jul 3 23:22:27 2008 +0200
26193
26194 SCM board: fix build errors.
26195
26196 Signed-off-by: Wolfgang Denk <wd@denx.de>
26197
26198commit a566466f17ba0e2d2b6c250e77da678fb932470d
26199Author: Wolfgang Denk <wd@denx.de>
26200Date: Thu Jul 3 23:06:36 2008 +0200
26201
26202 IAD210 board: fix ``"ALIGN" redefined'' warning.
26203
26204 Signed-off-by: Wolfgang Denk <wd@denx.de>
26205
26206commit ad756314797c16fa5dca23e115aab881011f164f
26207Author: Wolfgang Denk <wd@denx.de>
26208Date: Thu Jul 3 23:00:24 2008 +0200
26209
26210 CCM board: fix build errors.
26211
26212 Signed-off-by: Wolfgang Denk <wd@denx.de>
26213
4188f049
WD
26214commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
26215Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26216Date: Wed Jul 2 18:54:08 2008 +0200
26217
26218 update mvBL-M7 board config
26219
26220 update mvBL-M7 config file to use UBOOT_VERSION.
26221
26222 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26223 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26224
f492dd63
WD
26225commit ced209c50e80c25f13c083099b05044048d21f4f
26226Author: Wolfgang Denk <wd@denx.de>
26227Date: Thu Jul 3 22:39:21 2008 +0200
26228
26229 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
26230
26231 Signed-off-by: Wolfgang Denk <wd@denx.de>
26232
26233commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
26234Author: Wolfgang Denk <wd@denx.de>
26235Date: Thu Jul 3 22:34:08 2008 +0200
26236
26237 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
26238
26239 Signed-off-by: Wolfgang Denk <wd@denx.de>
26240
26241commit 730f298485984b011b6ee8f4acb511cb45a843dd
26242Author: Wolfgang Denk <wd@denx.de>
26243Date: Thu Jul 3 22:04:17 2008 +0200
26244
26245 lmb: fix "implicit declaration of function 'lmb_free'" warning
26246
26247 Signed-off-by: Wolfgang Denk <wd@denx.de>
26248
26249commit 322ef5e28d2dc62571afc699b00add22a8e006e4
26250Author: Wolfgang Denk <wd@denx.de>
26251Date: Wed Jul 2 23:53:23 2008 +0200
26252
26253 Cleanup: remove redundant deleting on *~ files
26254
26255 Signed-off-by: Wolfgang Denk <wd@denx.de>
26256
26257commit c8a3b109f07f02342d097b30908965f7261d9f15
26258Author: Wolfgang Denk <wd@denx.de>
26259Date: Wed Jul 2 23:49:18 2008 +0200
26260
26261 Cleanup out-or-tree building for some boards (.depend)
26262
26263 Signed-off-by: Wolfgang Denk <wd@denx.de>
26264
26265commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
26266Author: Wolfgang Denk <wd@denx.de>
26267Date: Wed Jul 2 23:38:50 2008 +0200
26268
26269 Cleanup: fix out-of-tree building for some boards
26270
26271 Signed-off-by: Wolfgang Denk <wd@denx.de>
26272
26273commit 461fa68d20861811487944d22291db5a13410e20
26274Author: Wolfgang Denk <wd@denx.de>
26275Date: Wed Jul 2 23:00:14 2008 +0200
26276
26277 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
26278
26279 Signed-off-by: Wolfgang Denk <wd@denx.de>
26280
26281commit 5981ebd32017e062b08aa6747cf591276f2db779
26282Author: Detlev Zundel <dzu@denx.de>
26283Date: Fri Jun 20 22:26:24 2008 +0200
26284
26285 fdt: Fix typo in variable name.
26286
26287 Signed-off-by: Detlev Zundel <dzu@denx.de>
26288
26289commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
26290Author: Gary Jennejohn <garyj@denx.de>
26291Date: Thu Jun 19 11:11:19 2008 +0200
26292
26293 Add logos for RRvision board
26294
26295 Signed-off-by: Gary Jennejohn <garyj@denx.de>
26296
26297commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
26298Author: Esben Haabendal <EsbenHaabendal@gmail.com>
26299Date: Wed Jun 18 11:03:57 2008 +0200
26300
26301 mpc8260: add fdt_fixup_ethernet support
26302
26303 Add support for updating mac-address and local-mac-address in fdt for
26304 all MPC8260 targets.
26305
26306 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
26307
26308commit f6a69559d64498a04e1e0b087a9b920e5775f866
26309Author: Steven A. Falco <sfalco@harris.com>
26310Date: Thu Jun 12 13:24:42 2008 -0400
26311
26312 cmd_nvedit.c: clean up syntax highlighting
26313
26314 My text-editor (vim) has a bit of trouble syntax-highlighting the
26315 cmd_nvedit.c file, because it apparently does not parse C
26316 ifdef/else/endif. The following patch does not change the behavior of
26317 the code at all, but does allow the editor to properly
26318 syntax-highlight the file.
26319
26320 Signed-off-by: Steve Falco <sfalco@harris.com>
26321
26322commit 75678c807a6272ecc5541eb32898c93887f08400
26323Author: Steven A. Falco <sfalco@harris.com>
26324Date: Thu Jun 12 13:22:12 2008 -0400
26325
26326 Make setenv() return status
26327
26328 Currently, the setenv function does not return an error code.
26329 This patch allows to test for errors.
26330
26331 Signed-off-by: Steve Falco <sfalco@harris.com>
26332
26333commit 4928e97c8531283ca9b368b7c29a8a12e726562a
26334Author: Kumar Gala <galak@kernel.crashing.org>
26335Date: Wed Jun 11 10:14:06 2008 -0500
26336
26337 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
26338
26339 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
26340 and fls is used to implement them.
26341
26342 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26343
26344commit 83002a77cbdf383015ca384eff5fa31722d8e571
26345Author: Magnus Lilja <lilja.magnus@gmail.com>
26346Date: Mon Jun 9 22:58:48 2008 +0200
26347
26348 i.MX31: Cleanup comments in lowlevel_init.S.
26349
26350 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26351
26352commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
26353Author: Ben Warren <biggerbadderben@gmail.com>
26354Date: Sun Jun 8 23:28:33 2008 -0700
26355
26356 Move conditional compilation of MPC8XXX SPI driver to Makefile
26357
26358 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26359
26360commit d92ea21bafb674ee2bf27447970b047845e7b0a2
26361Author: Juergen Kilb <J.Kilb@gmx.de>
26362Date: Sun Jun 8 17:59:53 2008 +0200
26363
26364 i.MX31: fixed CTRL-C detection
26365
26366 The Register URXD contains status information in bits [15..8].
26367 With status bit 15 set, CTRL-C was reported as 0x8003 instead
26368 of 0x03. Therefore CTRL-C was not detected.
26369 To solve this, bits [15..8] were masked out now.
26370
26371 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
26372 Acked-by: Felix Radensky <felix@embedded-sol.com>
26373
699f0512
WD
26374commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
26375Author: Stefan Roese <sr@denx.de>
26376Date: Tue Jul 1 17:03:19 2008 +0200
26377
26378 ppc4xx: Fix 460EX/GT PCIe port initialization
26379
26380 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
26381 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
26382 this out.
26383
26384 Signed-off-by: Stefan Roese <sr@denx.de>
26385
f492dd63
WD
26386commit b571afde0295b007a45055ee49f8822c753a5651
26387Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26388Date: Sat Jun 7 12:29:52 2008 +0200
26389
26390 add SHA256 support
26391
26392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26393 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
26394
26395commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
26396Author: Marian Balakowicz <m8@semihalf.com>
26397Date: Fri Jun 6 23:07:40 2008 +0200
26398
26399 Delay FIT format check on sector based devices
26400
26401 Global FIT image operations like format check cannot be performed on
26402 a first sector data, defer them to the point when whole FIT image was
26403 uploaded to a system RAM.
26404
26405 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26406 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
26407 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
26408
26409commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
26410Author: Dave Liu <r63238@freescale.com>
26411Date: Tue Jun 3 17:38:19 2008 +0800
26412
26413 sata: wait for device updating signature to host
26414
26415 The driver need wait for the device updating signature to host.
26416 If we don't wait for it, the driver can not detect the device(disk)
26417 when the system powers up.
26418
26419 Signed-off-by: Dave Liu <daveliu@freescale.com>
26420
4188f049
WD
26421commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
26422Author: Stefan Roese <sr@denx.de>
26423Date: Sat Jun 28 14:56:17 2008 +0200
26424
26425 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
26426
26427 This patch implements a fix provided by AMCC so that the lockup upon
26428 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
26429 anymore:
26430
26431 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
26432 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
26433 USB 2.0 host and SATA.
26434
26435 This errata is not officially available yet. I'll update the comment
26436 to add the errata number later.
26437
26438 Signed-off-by: Stefan Roese <sr@denx.de>
26439
f492dd63
WD
26440commit 8b616edb118e37d05f6401389eaee1c636b22828
26441Author: Stuart Wood <stuart.wood@labxtechnologies.com>
26442Date: Mon Jun 2 16:42:19 2008 -0400
26443
26444 serial_pl010.c: add watchdog support
26445
26446 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
26447
26448commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
26449Author: Stuart Wood <stuart.wood@labxtechnologies.com>
26450Date: Mon Jun 2 16:40:08 2008 -0400
26451
26452 jffs2_1pass.c: add watchdog support
26453
26454 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
26455
26456commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
26457Author: Sascha Laue <sascha.laue@liebherr.com>
26458Date: Fri May 30 09:48:14 2008 +0200
26459
26460 Configure DSP POST; add watchdog reset to diag command
26461
26462 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
26463
26464commit f13526517859bf6b573e23ff47199e107d1009b5
26465Author: Tor Krill <tor@excito.com>
26466Date: Thu May 29 10:40:17 2008 +0200
26467
26468 Add sata sil3114 support
26469
26470 Signed-off-by: Tor Krill <tor@excito.com>
26471
26472commit e093a247628228100f405b6d7f6b1bfc16141938
26473Author: Wolfgang Denk <wd@denx.de>
26474Date: Sat Jun 28 23:34:37 2008 +0200
26475
26476 Coding Style Cleanup
26477
26478 Signed-off-by: Wolfgang Denk <wd@denx.de>
26479
26480commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
26481Author: Wolfgang Denk <wd@denx.de>
26482Date: Sat Jun 28 23:16:01 2008 +0200
26483
26484 Update CHANGELOG
26485
26486 Signed-off-by: Wolfgang Denk <wd@denx.de>
26487
01db232d
WD
26488commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
26489Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26490Date: Wed May 21 13:58:41 2008 -0400
26491
26492 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
26493
26494 This patch adds support for the Lyrtech SFF-SDR board,
26495 based on the TI DaVinci architecture (ARM926EJS).
26496
26497 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26498 Signed-off-by: Philip Balister <philip@balister.org>
26499 Signed-off-by: Wolfgang Denk <wd@denx.de>
26500
26501commit 341188b9ccaa8d4462d772cc067aca8d7618633a
26502Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26503Date: Thu May 22 11:09:59 2008 +0200
26504
26505 MMC: Consolidate MMC/SD command definitions
26506
26507 This moves the MMC and SD Card command definitions from
26508 include/asm/arch/mmc.h into include/mmc.h. These definitions are
26509 given by the MMC and SD Card standards, not by any particular
26510 architecture.
26511
26512 There's a lot more room for consolidation in the MMC drivers which
26513 I'm hoping to get done eventually, but this patch is a start.
26514
26515 Compile-tested for all avr32 boards as well as lpc2292sodimm and
26516 lubbock. This should cover all three mmc drivers in the tree.
26517
26518 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26519
26520commit fa60edfc4c952626e048c0e065f654b3c1822fa5
26521Author: Kyungmin Park <kmpark@infradead.org>
26522Date: Wed May 21 14:38:08 2008 +0900
26523
26524 Use better Ethernet timings for apollon board
26525
26526 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26527
26528commit 41c5eaa7253ed82bbae1eda5667755872c615164
26529Author: Andy Fleming <afleming@freescale.com>
26530Date: Mon Jun 16 13:58:56 2008 -0500
26531
26532 Resize device tree to allow space for board changes and the chosen node
26533
26534 Current code requires that a compiled device tree have space added to the end to
26535 leave room for extra nodes added by board code (and the chosen node). This
26536 requires that device tree creators anticipate how much space U-Boot will add to
26537 the tree, which is absurd. Ideally, the code would resize and/or relocate the
26538 tree when it needed more space, but this would require a systemic change to the
26539 fdt code, which is non-trivial. Instead, we resize the tree inside
26540 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
26541 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
26542
26543 Signed-off-by: Andy Fleming <afleming@freescale.com>
26544
26545commit 7570a9941fc565922078679a72d246fe208d696d
26546Author: Andy Fleming <afleming@freescale.com>
26547Date: Mon Jun 16 13:58:55 2008 -0500
26548
26549 Fix an underflow bug in __lmb_alloc_base
26550
26551 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
26552 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
26553 merely updates __lmb_alloc_base to resemble the current version in Linux.
26554
26555 Signed-off-by: Andy Fleming <afleming@freescale.com>
26556
26557commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
26558Author: Andy Fleming <afleming@freescale.com>
26559Date: Mon Jun 16 13:58:54 2008 -0500
26560
26561 Add lmb_free
26562
26563 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
26564 lmb_reserve to temporarily reserve some memory.
26565
26566 Signed-off-by: Andy Fleming <afleming@freescale.com>
26567
26568commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
26569Author: Andy Fleming <afleming@freescale.com>
26570Date: Mon Jun 16 13:58:53 2008 -0500
26571
26572 Add ALIGN() macro
26573
26574 ALIGN() returns the smallest aligned value greater than the passed
26575 in address or size. Taken from Linux.
26576
26577 Signed-off-by: Andy Fleming <afleming@freescale.com>
26578
4188f049
WD
26579commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
26580Author: Stefan Roese <sr@denx.de>
26581Date: Tue Jun 24 17:15:22 2008 +0200
26582
26583 ppc4xx: Fix compilation problems with phys_size_t
26584
26585 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
26586 board specific files where it has been missing.
26587
26588 Signed-off-by: Stefan Roese <sr@denx.de>
26589
01db232d
WD
26590commit 28eab0d77352b84885f938759bf2612b7bf0bc44
26591Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
26592Date: Mon May 19 12:26:38 2008 +0200
26593
26594 Conditionally add -fno-stack-protector to CFLAGS
26595
26596 When compile-testing on powerpc, I get errors like this:
26597
26598 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
26599
26600 This seems to be because -fstack-protector is on by default, so
26601 let's explicitly disable it on all architectures that support the
26602 option.
26603
26604 The Ubuntu toolchain is affected by this problem, and according to
26605 Mike Frysinger, Gentoo has been running with SSP enabled for years.
26606 More and more distros are turning SSP on by default, so this problem
26607 is likely to get worse in the future.
26608
26609 Also, powerpc just happens to be one of the arches I do
26610 compile-testing on. There may be other arches affected by this too.
26611
26612 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
26613
26614commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
26615Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26616Date: Sun May 18 19:09:52 2008 +0200
26617
26618 pcmcia/ti_pci1410a: Move compile condition to the Makefile
26619
26620 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26621
26622commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
26623Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26624Date: Sun May 18 19:09:51 2008 +0200
26625
26626 pxa_pcmcia: Move compile condition to the Makefile
26627
26628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26629
26630commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
26631Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26632Date: Sun May 18 19:09:50 2008 +0200
26633
26634 marabun_pcmcia: Move compile condition to the Makefile
26635
26636 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26637
4188f049
WD
26638commit 6a19c46cae43c16c528eddefae3db97134f1915d
26639Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26640Date: Mon Jun 23 13:25:34 2008 +0200
26641
26642 fix non-working mvBL-M7
26643
26644 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
26645
26646 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26647 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26648
26649commit 846f1574ddddeda2bc227655e687308695f41cdc
26650Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26651Date: Mon Jun 23 11:40:56 2008 +0200
26652
26653 fix system config overwrite @ MPC834x and MPC8313
26654
26655 During 83xx setup the "System I/O configuration register high" gets
26656 overwritten with user defined value if CFG_SICRH is defined.
26657
26658 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
26659 must keep their reset value regardless of configuration.
26660
26661 On my board (using RGMII) those bits are set after reset - yet it's
26662 unclear where they come from.
26663
26664 The patch keeps both bits on MPC834x and MPC8313.
26665
26666 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26667 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26668
26669commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
26670Author: Kim Phillips <kim.phillips@freescale.com>
26671Date: Tue Jun 17 17:45:27 2008 -0500
26672
26673 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
26674
26675 to avoid this:
26676
26677 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
26678 In file included from cpu.c:33:
26679 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
26680
26681 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26682
26683commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
26684Author: Stefan Roese <sr@denx.de>
26685Date: Mon Jun 23 11:15:09 2008 +0200
26686
26687 ppc4xx: Fix problem in gpio_config()
26688
26689 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
26690 left by one. So the additional shift is bogus.
26691
26692 Signed-off-by: Stefan Roese <sr@denx.de>
26693
26694commit 40777812316fc252c941665c0f60c148fd79d50f
26695Author: Detlev Zundel <dzu@denx.de>
26696Date: Fri Jun 20 22:24:05 2008 +0200
26697
26698 fdt: Fix typo in variable name.
26699
26700 Signed-off-by: Detlev Zundel <dzu@denx.de>
26701
26702commit 5f723a3b98c630bde33de74351f2121691fdef14
26703Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26704Date: Fri Jun 20 10:41:05 2008 +0200
26705
26706 avr32: Enable SPI flash support on ATNGW100
26707
26708 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
26709 the new SPI flash framework.
26710
26711 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26712
26713commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
26714Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26715Date: Fri Jun 20 12:44:28 2008 +0200
26716
26717 avr32: Fix SPI portmux initialization
26718
26719 Use the new GPIO manipulation functions to set up the chip select lines,
26720 and make sure both busses use GPIO for chip select control.
26721
26722 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26723
26724commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
26725Author: Peter Ma <pma@mediamatech.com>
26726Date: Sun Jun 1 22:59:24 2008 -0700
26727
26728 avr32: Add GPIO manipulation functions
26729
26730 Adds GPIO manipulation functions for AVR32 AP7 platform.
26731
26732 Signed-off-by: Peter Ma <pma@mediamatech.com>
26733 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
26734 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26735
01db232d
WD
26736commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
26737Author: Wolfgang Grandegger <wg@grandegger.com>
26738Date: Thu Jun 5 13:02:30 2008 +0200
26739
26740 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
26741
26742 This patch is based on the following patch sent a few minutes ago:
26743 "NAND FSL UPM: driver re-write using the hwcontrol callback"
26744 It is untested, of course. Anton, could you please give it a try.
26745
26746 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26747 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26748
26749commit 96026d42fa4e646d28318c0a1438aac4b2017909
26750Author: Anatolij Gustschin <agust@denx.de>
26751Date: Thu Jun 12 12:40:11 2008 +0200
26752
26753 Fix 4xx build issue
26754
26755 Building for 4xx doesn't work since commit 4dbdb768:
26756
26757 In file included from 4xx_pcie.c:28:
26758 include/asm/processor.h:971: error: expected ')' before 'ver'
26759 make[1]: *** [4xx_pcie.o] Error 1
26760
26761 This patch fixes the problem.
26762
26763 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26764 Acked-by: Stefan Roese <sr@denx.de>
26765 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26766
699f0512
WD
26767commit a036b0443657fe0f4773786de9092251869f08ac
26768Author: Kumar Gala <galak@kernel.crashing.org>
26769Date: Thu Jun 19 01:45:50 2008 -0500
26770
26771 MPC8610HPCD: Report board id, board version and fpga version.
26772
26773 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26774
26775commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
26776Author: Kumar Gala <galak@kernel.crashing.org>
26777Date: Thu Jun 19 01:45:27 2008 -0500
26778
26779 MPC8641HPCN: Report board id, board version and fpga version.
26780
26781 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26782
01db232d
WD
26783commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
26784Author: Stefan Roese <sr@denx.de>
26785Date: Mon Jun 16 10:40:02 2008 +0200
26786
26787 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
26788
26789 This patch simplifies flash_toggle() (AMD commandset), which is used to
26790 detect if a FLASH device is still busy with erase/program operations. On
26791 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
26792 did not detect the busy state reliably, resulting in non erased sectors
26793 etc. This patch now simplifies this function by "just" comparing the
26794 complete data-word instead of ANDing it with the command-word (0x40)
26795 before the compatison. It is done the same way in the Linux implementation
26796 chip_ready() in cfi_cmdset_0002.c.
26797
26798 Signed-off-by: Stefan Roese <sr@denx.de>
26799
26800commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
26801Author: Philip Balister <philip@balister.org>
26802Date: Mon Jun 16 08:58:07 2008 -0400
26803
26804 NAND: Add missing declaration to non-redundant saveenv().
26805
26806 Signed-off-by: Scott Wood <scottwood@freescale.com>
26807
26808commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
26809Author: Wolfgang Grandegger <wg@grandegger.com>
26810Date: Mon Jun 2 15:09:55 2008 +0200
26811
26812 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
26813
26814 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26815 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26816 Signed-off-by: Scott Wood <scottwood@freescale.com>
26817
26818commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
26819Author: Stefan Roese <sr@denx.de>
26820Date: Tue Jun 10 15:34:11 2008 +0200
26821
26822 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
26823
26824 This patch disables the square wave output of the M41T62 RTC used on
26825 Canyonlands & Glacier. Here the explanation:
26826
26827 The serial real-time clock part used in the design is an
26828 STMicro M41T62. This part has a full-time 32KHz square wave
26829 output that is connected to the TmrClk input to the
26830 processor. The default state for this square wave output is
26831 enabled so the output runs continuously when the board is
26832 powered normally and also from the battery. The TmrClk input
26833 to the processor goes to ground when the power is removed
26834 from the board/processor, and therefore the running square
26835 wave output is driving ground which drains the battery quickly.
26836
26837 Signed-off-by: Stefan Roese <sr@denx.de>
26838
26839commit a94f22f08f280905926219e568568964cb9eeb9d
26840Author: Andy Fleming <afleming@freescale.com>
26841Date: Wed Jun 11 18:10:20 2008 -0500
26842
26843 Fix build issue with string.h and linux/string.h
26844
26845 This commit:
26846 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
26847 Author: Wolfgang Denk <wd@denx.de>
26848 Date: Fri Jun 6 14:28:14 2008 +0200
26849
26850 tools/mkimage: fix compiler warnings on some systems.
26851
26852 Broke building on some systems, because the host's string.h was interfering
26853 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
26854 we're building for the host, so now we only include when building inside
26855 u-boot.
26856
26857 Signed-off-by: Andy Fleming <afleming@freescale.com>
26858
26859commit 9973e3c614721bbf169882ffc3be266a6611cd60
26860Author: Becky Bruce <becky.bruce@freescale.com>
26861Date: Mon Jun 9 16:03:40 2008 -0500
26862
26863 Change initdram() return type to phys_size_t
26864
26865 This patch changes the return type of initdram() from long int to phys_size_t.
26866 This is required for a couple of reasons: long int limits the amount of dram
26867 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
26868 size of physical memory. phys_size_t is defined as an unsigned long on almost
26869 all current platforms.
26870
26871 This patch *only* changes the return type of the initdram function (in
26872 include/common.h, as well as in each board's implementation of initdram). It
26873 does not actually modify the code inside the function on any of the platforms;
26874 platforms which wish to support more than 2GB of DRAM will need to modify
26875 their initdram() function code.
26876
26877 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
26878 MPC8641HPCN.
26879
26880 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26881
26882commit 391fd93ab23e15ab3dd58a54f5b609024009c378
26883Author: Becky Bruce <becky.bruce@freescale.com>
26884Date: Mon Jun 9 20:37:18 2008 -0500
26885
26886 Change lmb to use phys_size_t/phys_addr_t
26887
26888 This updates the lmb code to use phys_size_t
26889 and phys_addr_t instead of unsigned long. Other code
26890 which interacts with this code, like getenv_bootm_size()
26891 is also updated.
26892
26893 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
26894
26895 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26896
26897commit 61b09fc2952dc636017df4e7970e3de132276ba1
26898Author: Becky Bruce <becky.bruce@freescale.com>
26899Date: Mon Jun 9 20:37:17 2008 -0500
26900
26901 Change print_size to take phys_size_t
26902
26903 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26904
26905commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
26906Author: Becky Bruce <becky.bruce@freescale.com>
26907Date: Mon Jun 9 20:37:16 2008 -0500
26908
26909 Change bd/gd memsize/ram_size to be phys_size_t.
26910
26911 Currently, both are defined as an unsigned long, but
26912 should be phys_size_t. This should result in no real change,
26913 since phys_size_t is currently an unsigned long for all the
26914 default configs. Also add print_lnum to cmd_bdinfo to deal
26915 with the potentially wider memsize.
26916
26917 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26918
26919commit ba04f7010958e88a8910f2a123fee53fdc72e013
26920Author: Kumar Gala <galak@kernel.crashing.org>
26921Date: Tue Jun 10 16:16:02 2008 -0500
26922
26923 FSL LAW: Add new interface to use the last free LAW
26924
26925 LAWs have the concept of priority so its useful to be able to allocate
26926 the lowest (highest number) priority. We will end up using this with the
26927 new DDR code.
26928
26929 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26930
26931commit 859a86a25c569d3665ff413d1d923394b8a961f3
26932Author: Kumar Gala <galak@kernel.crashing.org>
26933Date: Wed Jun 11 00:51:45 2008 -0500
26934
26935 85xx/86xx: Move to dynamic mgmt of LAWs
26936
26937 With the new LAW interface (set_next_law) we can move to letting the
26938 system allocate which LAWs are used for what purpose. This makes life
26939 a bit easier going forward with the new DDR code.
26940
26941 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26942 Signed-off-by: Andy Fleming <afleming@freescale.com>
26943 Acked-by: Jon Loeliger <jdl@freescale.com>
26944 Acked-by: Becky Bruce <becky.bruce@freescale.com>
26945
26946commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
26947Author: Kumar Gala <galak@kernel.crashing.org>
26948Date: Wed Jun 11 00:44:10 2008 -0500
26949
26950 FSL LAW: Keep track of LAW allocations
26951
26952 Make it so we keep track of which LAWs have allocated and provide
26953 a function (set_next_law) which can allocate a LAW for us if one is
26954 free.
26955
26956 In the future we will move to doing more "dynamic" LAW allocation
26957 since the majority of users dont really care about what LAW number
26958 they are at.
26959
26960 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
26961
26962 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26963 Signed-off-by: Andy Fleming <afleming@freescale.com>
26964
26965commit ddde74a159caa6e18b481fec01d40b885aebb566
26966Author: Kumar Gala <galak@kernel.crashing.org>
26967Date: Mon Jun 9 22:31:57 2008 -0500
26968
26969 85xx: remove dummy board_early_init_f
26970
26971 A number of board ports have empty version of board_early_init_f
26972 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
26973
26974 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26975
26976commit 81e56e9af0d43712db8efb843606a8d62eab454f
26977Author: Kumar Gala <galak@kernel.crashing.org>
26978Date: Mon Jun 9 18:55:38 2008 -0500
26979
26980 MPC8544DS: Update config.h
26981
26982 * Enable flash progress
26983 * remove CLEAR_LAW0 since we dont really use it
26984
26985 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26986
26987commit 978e81604c1b28526ed580df0fbe64eb8384e94f
26988Author: Kumar Gala <galak@kernel.crashing.org>
26989Date: Mon Jun 9 13:37:24 2008 -0500
26990
26991 85xx: Remove unused and unconfigured memory test code.
26992
26993 Remove unused and unconfigured DDR test code from FSL 85xx boards.
26994 Besides, other common code exists.
26995
26996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26997
26998commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
26999Author: Sergei Poselenov <sposelenov@emcraft.com>
27000Date: Fri Jun 6 15:42:45 2008 +0200
27001
27002 Socrates: Added FPGA base address update in FDT.
27003
27004 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27005
27006commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
27007Author: Sergei Poselenov <sposelenov@emcraft.com>
27008Date: Fri Jun 6 15:42:44 2008 +0200
27009
27010 Socrates: NAND support added. Changed the U-Boot base address and
27011
27012 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27013
27014commit 248ae5cfc8bf69074d1da099dc495d8e06070547
27015Author: Sergei Poselenov <sposelenov@emcraft.com>
27016Date: Fri Jun 6 15:42:43 2008 +0200
27017
27018 NAND: Added support for 128-bit OOB, adapted
27019
27020 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27021
27022commit 31ca0208612f2eb57690110d7c2815953650e47b
27023Author: Sergei Poselenov <sposelenov@emcraft.com>
27024Date: Fri Jun 6 15:42:42 2008 +0200
27025
27026 Socrates: added missed file with UPMA configuration data.
27027
27028 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
27029
27030commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
27031Author: Sergei Poselenov <sposelenov@emcraft.com>
27032Date: Fri Jun 6 15:42:41 2008 +0200
27033
27034 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
27035
27036 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27037
27038commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
27039Author: Sergei Poselenov <sposelenov@emcraft.com>
27040Date: Fri Jun 6 15:42:40 2008 +0200
27041
27042 Added the upmconfig() function for 85xx.
27043
27044 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27045 Signed-off-by: Andy Fleming <afleming@freescale.com>
27046
27047commit d39e68514ff943930ee692cff3fde03532eb7fec
27048Author: Sergei Poselenov <sposelenov@emcraft.com>
27049Date: Fri Jun 6 15:42:39 2008 +0200
27050
27051 Socrates: config file cleanup.
27052
27053 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27054
27055commit e8cc3f04b124f757af4528206e60d8eb715ae083
27056Author: Wolfgang Grandegger <wg@grandegger.com>
27057Date: Thu Jun 5 13:12:10 2008 +0200
27058
27059 TQM85xx: Change memory map to support Flash memory > 128 MiB
27060
27061 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
27062 memory. The current memory map only supports up to 128 MiB Flash.
27063 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
27064 set, up to 1 GiB flash is supported. To achieve this, the memory
27065 map has to be adjusted in great parts (for example the CCSRBAR is
27066 moved from 0xE0000000 to 0xA0000000).
27067
27068 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
27069 memory map also has to be considered in the kernel (changed
27070 CCSRBAR address, changed PCI IO base address, ...). Please use
27071 an appropriate Flat Device Tree blob (tqm8548.dtb).
27072
27073 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27074 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27075
27076commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
27077Author: Wolfgang Grandegger <wg@grandegger.com>
27078Date: Thu Jun 5 13:12:09 2008 +0200
27079
27080 TQM85xx: NAND support via local bus UPMB
27081
27082 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
27083 default and can be enabled for the TQM8548 modules. It is now based on
27084 the re-written FSL NAND UPM driver. A patch has been posted earlier today
27085 with the subject:
27086
27087 "NAND FSL UPM: driver re-write using the hwcontrol callback"
27088
27089 Note that the R/B pin is not supported by that module requiring to use
27090 the specified maximum delay time.
27091
27092 Note: With NAND support enabled the size of the U-Boot image exceeds
27093 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
27094 doubling the image size :-(.
27095
27096 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27097 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27098
27099commit b9e8078bb3f3c48111a7081e27279938c3a445e1
27100Author: Wolfgang Grandegger <wg@grandegger.com>
27101Date: Thu Jun 5 13:12:08 2008 +0200
27102
27103 TQM8548: PCI express support
27104
27105 This patch adds support for PCI express cards. The board support
27106 now uses common FSL PCI init code, for both, PCI and PCIe on all
27107 TQM85xx modules.
27108
27109 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27110 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27111
27112commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
27113Author: Wolfgang Grandegger <wg@grandegger.com>
27114Date: Thu Jun 5 13:12:07 2008 +0200
27115
27116 TQM8548: Basic support for the TQM8548 modules
27117
27118 This patch adds basic support for the TQM8548 module from TQ-Components
27119 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
27120 eTSEC 3 and 4
27121
27122 Furthermore Flash buffer write has been enabled to speed up output to
27123 the Flash by approx. a factor of 10.
27124
27125 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27126 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27127
27128commit 25991353204c78b094c3c1fec90182dcd607ab8f
27129Author: Wolfgang Grandegger <wg@grandegger.com>
27130Date: Thu Jun 5 13:12:06 2008 +0200
27131
27132 TQM85xx: Support for Flat Device Tree
27133
27134 This patch adds support for Linux kernels using the Flat Device Tree.
27135 It also re-defines the default environment settings for booting Linux
27136 with the FDT blob.
27137
27138 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27139
27140commit d9ee843d54c54776e1fdb86336ce554906a87331
27141Author: Wolfgang Grandegger <wg@grandegger.com>
27142Date: Thu Jun 5 13:12:05 2008 +0200
27143
27144 TQM85xx: Support for Intel 82527 compatible CAN controller
27145
27146 This patch adds initialization of the UPMC RAM to support up to two
27147 Intel 82527 compatible CAN controller on the TQM85xx modules.
27148
27149 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
27150 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27151
27152commit 518d5cfe72916323c746af1647764459914f555f
27153Author: Wolfgang Grandegger <wg@grandegger.com>
27154Date: Thu Jun 5 13:12:04 2008 +0200
27155
27156 TQM85xx: Bugfix in the SDRAM initialisation
27157
27158 The CS0_BNDS register is now set according to the detected
27159 memory size.
27160
27161 Signed-off-by Martin Krause <martin.krause@tqs.de>
27162
27163commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
27164Author: Wolfgang Grandegger <wg@grandegger.com>
27165Date: Thu Jun 5 13:12:03 2008 +0200
27166
27167 TQM85xx: Fix chip select configuration for second FLASH bank
27168
27169 This patch fixes the re-calculation of the automatic chip select
27170 configuration for boards with two populated FLASH banks.
27171
27172 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27173
27174commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
27175Author: Wolfgang Grandegger <wg@grandegger.com>
27176Date: Thu Jun 5 13:12:02 2008 +0200
27177
27178 TQM85xx: Support for Spansion 'N' type flashes added
27179
27180 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
27181 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
27182 needs to be changed -> new start address of the environment. The macro
27183 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
27184 defined for boards with 'N' type flashes.
27185
27186 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27187 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27188
27189commit 5d5bd838f76eade22c0ea40a500389f924d0da36
27190Author: Wolfgang Grandegger <wg@grandegger.com>
27191Date: Thu Jun 5 13:12:01 2008 +0200
27192
27193 TQM85xx: Fix CPM port pin configuration
27194
27195 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
27196 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
27197 as serial interface anyway. Worse, on some board variants configuring the
27198 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
27199
27200 Signed-off-by: Martin Krause <martin.krause@tqs.de>
27201
27202commit b99ba1679e8cd51b023e67098c89e606e47137d2
27203Author: Wolfgang Grandegger <wg@grandegger.com>
27204Date: Thu Jun 5 13:12:00 2008 +0200
27205
27206 TQM85xx: Various coding style fixes
27207
27208 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27209
27210commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
27211Author: Gerald Van Baren <vanbaren@cideas.com>
27212Date: Tue Jun 10 22:15:58 2008 -0400
27213
27214 libfdt: Move the working_fdt pointer to cmd_fdt.c
27215
27216 The working_fdt pointer was declared in common/fdt_support.c but was
27217 not used there. Move it to common/cmd_fdt.c where it is used (it is
27218 also used in lib_ppc/bootm.c).
27219
27220 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27221
27222commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
27223Author: Kim Phillips <kim.phillips@freescale.com>
27224Date: Tue Jun 10 11:06:17 2008 -0500
27225
27226 fdt: unshadow global working fdt variable
27227
27228 differentiate with local variables of the same name by renaming the
27229 global 'fdt' variable 'working_fdt'.
27230
27231 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27232
27233commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
27234Author: Andy Fleming <afleming@freescale.com>
27235Date: Tue Jun 10 18:49:34 2008 -0500
27236
27237 socrates: Fix PCI clk fix patch
27238
27239 The submitted patch seems to have been more up-to-date, but an older patch was
27240 already in the repository. This patch encompasses the differences
27241
27242 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
27243
27244 Signed-off-by: Andy Fleming <afleming@freescale.com>
27245
27246commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
27247Author: Wolfgang Grandegger <wg@grandegger.com>
27248Date: Thu Jun 5 13:02:29 2008 +0200
27249
27250 NAND FSL UPM: driver re-write using the hwcontrol callback
27251
27252 This is a re-write of the NAND FSL UPM driver using the more universal
27253 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
27254 list of furher modifications:
27255
27256 - For the time being, the UPM setup writing the UPM array has been
27257 removed from the driver and must now be done by the board specific
27258 code.
27259
27260 - The bus width definition in "struct fsl_upm_nand" is now in bits to
27261 comply with the corresponding Linux driver and 8, 16 and 32 bit
27262 accesses are supported.
27263
27264 - chip->dev_read is only set if fun->dev_ready != NULL, which is
27265 required for boards not connecting the R/B pin.
27266
27267 - A few issue have been fixed with MxMR bit manipulation like in the
27268 corresponding Linux driver.
27269
27270 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
27271 as well, because the address is already determined by
27272 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
27273
27274 This patch has been tested on a TQM8548 modules with the NAND chip
27275 Micron MT29F8G08FABWP.
27276
27277 This patch is based on the following patches posted to this list a few
27278 minutes ago:
27279
27280 PPC: add accessor macros to clear and set bits in one shot
27281 83xx/85xx/86xx: add more MxMR local bus definitions
27282
27283 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27284 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27285
27286commit 6beecfbb542992eede5831240cd58678274683a9
27287Author: Wolfgang Grandegger <wg@grandegger.com>
27288Date: Thu Jun 5 13:11:59 2008 +0200
27289
27290 MPC85xx: Beautify boot output of L2 cache configuration
27291
27292 The boot output is now aligned poperly with other boot output
27293 lines, e.g.:
27294
27295 FLASH: 128 MB
27296 L2: 512 KB enabled
27297
27298 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27299
27300commit 398415114f0a705163a14543e9fef03f734b1ffa
27301Author: Wolfgang Grandegger <wg@grandegger.com>
27302Date: Wed Jun 4 12:45:22 2008 +0200
27303
27304 PPC: add accessor macros to clear and set bits in one shot
27305
27306 PPC: add accessor macros to clear and set bits in one shot
27307
27308 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
27309 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
27310 They are very handy to manipulate bits it I/O registers.
27311
27312 This patch is required for my forthcoming FSL NAND UPM driver re-write and
27313 the support for the TQM8548 module.
27314
27315 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27316
27317commit 4677988c7edc070c3786d3db7994abeca3ab82a0
27318Author: Wolfgang Grandegger <wg@grandegger.com>
27319Date: Wed Jun 4 13:52:17 2008 +0200
27320
27321 TQM: move TQM boards to board/tqc
27322
27323 Move all TQM board directories to the vendor specific directory "tqc"
27324 for modules from TQ-Components GmbH (http://www.tqc.de).
27325
27326 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27327
27328commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
27329Author: Wolfgang Grandegger <wg@grandegger.com>
27330Date: Mon Jun 2 12:09:30 2008 +0200
27331
27332 83xx/85xx/86xx: add more MxMR local bus definitions
27333
27334 83xx/85xx/86xx: add more MxMR local bus definitions
27335
27336 This patch adds more macro definitions for the UPM Machine Mode Registers
27337 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
27338 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
27339 required for my forthcoming FSL NAND UPM driver re-write and the support
27340 for the TQM8548 module.
27341
27342 This patch is based on the following two patches from Anton Vorontsov:
27343
27344 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
27345 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
27346
27347 I leave coding style violation fixes, code beautification and name
27348 corrections to somebody else ;-(.
27349
27350 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27351
27352commit c8c5fc266e4499e283c293ccb972863156aa4134
27353Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27354Date: Thu May 29 18:14:56 2008 +0400
27355
27356 83xx/85xx: further localbus cleanups
27357
27358 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
27359 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
27360
27361 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27362
27363commit 42dbd667c88d496882d53e22656e89b654205492
27364Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27365Date: Wed May 28 18:20:15 2008 +0400
27366
27367 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
27368
27369 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
27370 use it on MPC85xx and MPC86xx processors.
27371
27372 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27373
27374commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
27375Author: Kumar Gala <galak@kernel.crashing.org>
27376Date: Thu May 29 11:22:06 2008 -0500
27377
27378 85xx: Add setting of cache props in the device tree.
27379
27380 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27381
27382commit 4dbdb7681e243431530df0725627192a0c4aefda
27383Author: Kumar Gala <galak@kernel.crashing.org>
27384Date: Tue Jun 10 16:53:46 2008 -0500
27385
27386 85xx: expose cpu identification
27387
27388 The current cpu identification code is used just to return the name
27389 of the processor at boot. There are some other locations that the name
27390 is useful (device tree setup). Expose the functionality to other bits
27391 of code.
27392
27393 Also, drop the 'E' suffix and add it on by looking at the SVR version
27394 when we print this out. This is mainly to allow the most flexible use
27395 of the name. The device tree code tends to not care about the 'E' suffix.
27396
27397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27398
27399commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
27400Author: Kim Phillips <kim.phillips@freescale.com>
27401Date: Tue Jun 10 13:25:24 2008 -0500
27402
27403 mpc83xx: MVBLM7: minor build fixups
27404
27405 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27406
27407commit a1293e549b56da135ef32ffca5b9d35a16aa6802
27408Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27409Date: Tue Jun 10 09:14:05 2008 +0200
27410
27411 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
27412
27413 Add MPC8343 based board mvBlueLYNX-M7.
27414 It's a single board stereo camera system.
27415 Please read doc/README.mvblm7 for details.
27416
27417 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27418 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27419
27420commit c005b93925ba49f07da2aa748527996d927e172f
27421Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27422Date: Tue Jun 10 09:13:16 2008 +0200
27423
27424 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
27425
27426 Add MPC8343 based board mvBlueLYNX-M7.
27427 It's a single board stereo camera system.
27428 Please read doc/README.mvblm7 for details.
27429
27430 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27431 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27432
27433commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
27434Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27435Date: Thu May 29 18:14:56 2008 +0400
27436
27437 83xx/85xx: further localbus cleanups
27438
27439 move the BRx_* and ORx_* left behind in mpc85xx.h
27440
27441 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
27442 the same, just few differences which needs some attention though).
27443
27444 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
27445 of these defines. So this cleanup I'll leave for the "better times".
27446
27447 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27448 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27449
27450commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
27451Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27452Date: Wed May 28 18:20:15 2008 +0400
27453
27454 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
27455
27456 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
27457 use it on MPC85xx and MPC86xx processors.
27458
27459 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27460 Acked-by: Andy Fleming <afleming@freescale.com>
27461 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27462
27463commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
27464Author: Tor Krill <tor@excito.com>
27465Date: Mon Jun 2 15:09:30 2008 +0200
27466
27467 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
27468
27469 Signed-off-by: Tor Krill <tor@excito.com>
27470 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27471
27472commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
27473Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27474Date: Mon Jun 9 23:37:44 2008 +0900
27475
27476 net: Conditional COBJS inclusion of network drivers
27477
27478 Replace COBJS-y with appropriate driver config names.
27479
27480 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27481 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27482
27483commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
27484Author: Gerald Van Baren <vanbaren@cideas.com>
27485Date: Mon Jun 9 21:02:17 2008 -0400
27486
27487 Use strncmp() for the fdt command
27488
27489 Cleaner than doing multiple conditionals on characters.
27490
27491 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27492
27493commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
27494Author: Gerald Van Baren <vanbaren@cideas.com>
27495Date: Sat Jun 7 12:25:05 2008 -0400
27496
27497 The fdt boardsetup command criteria was not unique
27498
27499 It was checking just for "b", which is not unique with respect to the
27500 "boot" command. Change to check for "boa"[rdsetup].
27501
27502 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27503
27504commit 2f08bfa9526bae4f461e043530cfb903fec0d273
27505Author: David Gibson <david@gibson.dropbear.id.au>
27506Date: Tue May 20 17:19:11 2008 +1000
27507
27508 libfdt: Several cleanups to parameter checking
27509
27510 This patch makes a couple of small cleanups to parameter checking of
27511 libfdt functions.
27512
27513 - In several functions which take a node offset, we use an
27514 idiom involving fdt_next_tag() first to check that we have indeed been
27515 given a node offset. This patch adds a helper function
27516 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
27517
27518 - In fdt_rw.c in several places we have the expanded version
27519 of the RW_CHECK_HEADER() macro for no particular reason. This patch
27520 replaces those instances with an invocation of the macro; that's what
27521 it's for.
27522
27523 - In fdt_sw.c we rename the check_header_sw() function to
27524 sw_check_header() to match the analgous function in fdt_rw.c, and we
27525 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
27526 functions in fdt_rw.c
27527
27528 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
27529
27530commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
27531Author: Gerald Van Baren <vanbaren@cideas.com>
27532Date: Tue Jun 3 20:34:45 2008 -0400
27533
27534 Remove the deprecated CONFIG_OF_FLAT_TREE
27535
27536 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
27537 cleaner, has better functionality, and is better supported.
27538
27539 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27540
27541commit 62bcdda293efa752f8281fbd9da03822b27ce82f
27542Author: Gerald Van Baren <vanbaren@cideas.com>
27543Date: Tue Jun 3 20:26:29 2008 -0400
27544
27545 Change the stxxst to CONFIG_OF_LIBFDT
27546
27547 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
27548 to CONFIG_OF_LIBFDT.
27549
27550 WARNING: It appears that this board lost its ability to boot via a
27551 flattened device tree prior to this changeset.
27552
27553 WARNING: This conversion was untested because I do not have a board to
27554 test it on.
27555
27556 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27557
27558commit 589c04271d129729a8b01391453851ab9cc4069c
27559Author: Gerald Van Baren <vanbaren@cideas.com>
27560Date: Tue Jun 3 20:24:58 2008 -0400
27561
27562 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
27563
27564 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
27565 to CONFIG_OF_LIBFDT.
27566
27567 WARNING: This conversion is untested because I do not have a board to
27568 test it on.
27569
27570 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
27571 /aliases/ethernet1 property for the ethernet to work.
27572
27573 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27574
27575commit ee1e35bede91debc8bff9b02f75574486033b652
27576Author: Kumar Gala <galak@kernel.crashing.org>
27577Date: Thu May 29 01:21:24 2008 -0500
27578
27579 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
27580
27581 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27582
27583commit 3b9519fc50802436e417c839e69df7b2016cade5
27584Author: Becky Bruce <becky.bruce@freescale.com>
27585Date: Wed May 14 13:10:04 2008 -0500
27586
27587 MPC85xx: Change traps.c to not reference non-addressable memory
27588
27589 Currently, END_OF_RAM is used by the trap code to determine if
27590 we should attempt to access the stack pointer or not. However,
27591 on systems with a lot of RAM, only a subset of the RAM is
27592 guaranteed to be mapped in and accessible. Change END_OF_RAM
27593 to use get_effective_memsize() instead of using the raw ram
27594 size out of the bd.
27595
27596 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27597
27598commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
27599Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27600Date: Mon Jun 9 13:39:57 2008 +0900
27601
27602 sh: Renesas Solutions SH7763RDP board support
27603
27604 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
27605 In this patch, support SCIF, NOR Flash, and Ethernet.
27606
27607 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27608 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27609
27610commit 60179098a95eaa972007d7ec58e4c1588029720f
27611Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27612Date: Fri Jun 6 16:24:13 2008 +0900
27613
27614 sh: Add support Renesas SH7763
27615
27616 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
27617 This patch supprts CPU register's header file.
27618
27619 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27620 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27621
27622commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
27623Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27624Date: Fri Jun 6 16:16:08 2008 +0900
27625
27626 sh: SH7763 SCIF support
27627
27628 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
27629 but only SCIF2 is different. This patch work all SCIF channel.
27630
27631 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27632 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27633
27634commit 79b51ff8205f0354d5300570614c1d2db499679c
27635Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27636Date: Sat Jun 7 20:51:59 2008 +0900
27637
27638 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
27639
27640 Also get rid of some #ifdefs in *.c files.
27641
27642 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27643
27644commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
27645Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27646Date: Sat Jun 7 20:51:56 2008 +0900
27647
27648 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
27649
27650 CONFIG_SOC_AU1X00
27651
27652 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
27653 need to have this config as a system type specifier.
27654
27655 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
27656 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
27657
27658 Machine type specifiers. Each port should have one of aboves.
27659
27660 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27661
27662commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
27663Author: Stuart Wood <stuart.wood@labxtechnologies.com>
27664Date: Fri May 30 16:05:28 2008 -0400
27665
27666 env_nand.c: Added bad block management for environment variables
27667
27668 Modified to check for bad blocks and to skipping over them when
27669 CFG_ENV_RANGE has been defined.
27670 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
27671 flash block size.
27672
27673 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
27674 Signed-off-by: Scott Wood <scottwood@freescale.com>
27675
27676commit 279726bd00558e80263d44581c44167625b7fb9a
27677Author: Becky Bruce <becky.bruce@freescale.com>
27678Date: Wed May 14 13:09:58 2008 -0500
27679
27680 MPC86xx: Change traps.c to not reference non-addressable memory
27681
27682 Currently, END_OF_RAM is used by the trap code to determine if
27683 we should attempt to access the stack pointer or not. However,
27684 on systems with a lot of RAM, only a subset of the RAM is
27685 guaranteed to be mapped in and accessible. Change END_OF_RAM
27686 to use get_effective_memsize() instead of using the raw ram
27687 size out of the bd to prevent us from trying to access
27688 non-mapped memory.
27689
27690 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27691
27692commit 338cc038461a6c7709c5b86fd9a240209338a1ae
27693Author: Wolfgang Denk <wd@denx.de>
27694Date: Fri Jun 6 14:28:14 2008 +0200
27695
27696 tools/mkimage: fix compiler warnings on some systems.
27697
27698 Signed-off-by: Wolfgang Denk <wd@denx.de>
27699
27700commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
27701Author: Stefan Roese <sr@denx.de>
27702Date: Fri Jun 6 16:10:41 2008 +0200
27703
27704 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
27705
27706 We use upper case letters for the AMCC processor defines (like
27707 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
27708 not CONFIG_440SPe. This patch fixes the last misspelled config options.
27709
27710 Signed-off-by: Stefan Roese <sr@denx.de>
27711
27712commit 72675dc6c06a48846d180106161d49dd714383cc
27713Author: Stefan Roese <sr@denx.de>
27714Date: Fri Jun 6 15:55:21 2008 +0200
27715
27716 ppc4xx: Unify AMCC's board config files (part 3/3)
27717
27718 This patch series unifies the AMCC eval board ports by introducing
27719 a common include header for all AMCC eval boards:
27720
27721 include/configs/amcc-common.h
27722
27723 This header now includes all common configuration options/defines which
27724 are removed from the board specific headers.
27725
27726 The reason for this is ease of maintenance and unified look and feel
27727 of all AMCC boards.
27728
27729 Signed-off-by: Stefan Roese <sr@denx.de>
27730
27731commit 490f204096d6e2c9940f67816f154a8125bab116
27732Author: Stefan Roese <sr@denx.de>
27733Date: Fri Jun 6 15:55:03 2008 +0200
27734
27735 ppc4xx: Unify AMCC's board config files (part 2/3)
27736
27737 This patch series unifies the AMCC eval board ports by introducing
27738 a common include header for all AMCC eval boards:
27739
27740 include/configs/amcc-common.h
27741
27742 This header now includes all common configuration options/defines which
27743 are removed from the board specific headers.
27744
27745 The reason for this is ease of maintenance and unified look and feel
27746 of all AMCC boards.
27747
27748 Signed-off-by: Stefan Roese <sr@denx.de>
27749
27750commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
27751Author: Stefan Roese <sr@denx.de>
27752Date: Fri Jun 6 15:54:31 2008 +0200
27753
27754 ppc4xx: Unify AMCC's board config files (part 1/3)
27755
27756 This patch series unifies the AMCC eval board ports by introducing
27757 a common include header for all AMCC eval boards:
27758
27759 include/configs/amcc-common.h
27760
27761 This header now includes all common configuration options/defines which
27762 are removed from the board specific headers.
27763
27764 The reason for this is ease of maintenance and unified look and feel
27765 of all AMCC boards.
27766
27767 Signed-off-by: Stefan Roese <sr@denx.de>
27768
27769commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
27770Author: Remy Bohmer <linux@bohmer.net>
27771Date: Thu Jun 5 13:03:36 2008 +0200
27772
27773 DM9000 fix status check fail 0x6d error for trizeps board
27774
27775 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
27776 the status byte need to be checked to identify a valid packet in the fifo
27777
27778 But, The several different Application Notes do not all speak the same
27779 language on these bits. They do not disagree, but only 1 Application Note
27780 noted explicitly that only these 2 bits need to be checked.
27781 Even the datasheets do not mention anything about these 2 bits.
27782
27783 Because the old code, and the kernel check the whole byte, I left this piece
27784 untouched.
27785
27786 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
27787 it should work.
27788
27789 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
27790 in the fifo) is much shorter now, compared to the older U-boot driver code,
27791 so that we can maybe run into a hardware condition now that was never seen
27792 before, or maybe was seen very unfrequently.
27793
27794 Additionaly added a cleanup of a stack variable.
27795
27796 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27797 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27798
27799commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
27800Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27801Date: Thu Jun 5 22:29:00 2008 +0900
27802
27803 [MIPS] Update <asm/addrspace.h> header
27804
27805 - Fix traditional KSEG names
27806 - Replace PHYSADDR with CPHYSADDR
27807
27808 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27809
27810commit f0d5a6f060d00358b85c62a921a423ea8df71184
27811Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27812Date: Thu Jun 5 22:29:00 2008 +0900
27813
27814 [MIPS] mips_config.mk: Misc fixes
27815
27816 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
27817 - Modify comments
27818
27819 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27820
27821commit 5f64d21c9a2998794f255b469165b91f092dfc2d
27822Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27823Date: Thu Jun 5 22:29:00 2008 +0900
27824
27825 [MIPS] Kill unused <version.h> inclusions
27826
27827 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27828
27829commit a55d48174cfd1a5bc184159513f48dcbbe409c83
27830Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27831Date: Thu Jun 5 22:29:00 2008 +0900
27832
27833 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
27834
27835 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
27836 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
27837 in the U-Boot system.
27838
27839 The other is we don't have a proper time management counter like timestamp
27840 other ARCHs have. We need the 32-bit millisecond clock counter.
27841
27842 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
27843 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
27844 of calculated CP0 counter cycles in a CFG_HZ.
27845
27846 STRATEGY:
27847
27848 * Fix improper CFG_HZ value to have 1000
27849
27850 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
27851
27852 * timer_init: initialize timestamp and set up the first timer expiration.
27853 Note that we don't need to initialize CP0 count/compare registers here
27854 as they have been already zeroed out on the system reset. Leave them as
27855 they are.
27856
27857 * get_timer: calculate how many timestamps have been passed, then return
27858 base-relative timestamp. Make sure we can easily count missed timestamps
27859 regardless of CP0 count/compare value.
27860
27861 * get_ticks: return the current timestamp, that is get_timer(0).
27862
27863 Most parts are from good old Linux v2.6.16 kernel.
27864
27865 v2:
27866 - Remove FIXME comments as they turned out to be trivial.
27867 - Use CP0 compare register as a global variable for expirelo.
27868 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
27869 instead.
27870
27871 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27872
27873commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
27874Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27875Date: Thu Jun 5 22:29:00 2008 +0900
27876
27877 [MIPS] lib_mips/time.c: Fix udelay
27878
27879 What we have to do is just to wait for given micro-seconds. No need to
27880 take into account current time, get_timer and CFG_HZ.
27881
27882 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27883
27884commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
27885Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27886Date: Thu Jun 5 22:28:59 2008 +0900
27887
27888 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
27889
27890 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
27891 This patch replaces mips_{compare,count}_set and mips_count_get with
27892 existing macros.
27893
27894 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27895
27896commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
27897Author: Remy Bohmer <linux@bohmer.net>
27898Date: Tue Jun 3 15:48:17 2008 +0200
27899
27900 Get rid of annoying/superfluous bad-checksum warning message
27901
27902 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
27903 It is annoying for ordinary users who start to doubt the network connection
27904 in general when they see messages like this.
27905
27906 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
27907 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
27908 now before checking the checksum.
27909
27910 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27911 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27912
27913commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
27914Author: Remy Bohmer <linux@bohmer.net>
27915Date: Wed Jun 4 10:47:25 2008 +0200
27916
27917 Fix order for reading rx-status registers in 32bit mode of DM9000
27918
27919 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
27920 a bug in reading the rx-status registers in 32bit mode only.
27921 This patch repairs this.
27922
27923 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27924 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27925
27926commit 98291e2e689096420465074cce926b226d2e71b4
27927Author: Remy Bohmer <linux@bohmer.net>
27928Date: Tue Jun 3 15:26:26 2008 +0200
27929
27930 DM9000: Some minor code cleanups
27931
27932 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
27933 need some other minor cleanup.
27934
27935 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27936 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27937
27938commit 850ba7555dbd4ca8d14fc475b864d534797adab3
27939Author: Remy Bohmer <linux@bohmer.net>
27940Date: Tue Jun 3 15:26:25 2008 +0200
27941
27942 DM9000: Make driver work properly for DM9000A
27943
27944 The DM9000A network controller does not work with the U-boot DM9000x driver.
27945 Analysis showed that many incoming packets are lost.
27946
27947 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
27948 check for a valid rx packet be done on the interrupt status register, not
27949 directly by performing the dummy read and the rx status check as is currently
27950 the case in the u-boot driver.
27951
27952 When the recommended poll is done as suggested the driver starts working
27953 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
27954 can be more than 1 package in the fifo at the same time.
27955
27956 The driver must perform the rx-status check in a loop and read and handle all
27957 packages until there is no more left _after_ the interrupt RX flag is set.
27958
27959 This change has been tested with DM9000A, DM9000E, DM9000EP.
27960
27961 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27962 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27963
27964commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
27965Author: Remy Bohmer <linux@bohmer.net>
27966Date: Tue Jun 3 15:26:24 2008 +0200
27967
27968 DM9000: Improve eth_reset() routine
27969
27970 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
27971 reset procedure must be done twice to properly reset the DM9000 by means of software.
27972 This errata is not needed anymore for the DM9000A, but it does not bother it.
27973
27974 This change has been tested with DM9000A, DM9000E, DM9000EP.
27975
27976 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27977 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27978
27979commit acba31847fad9ae40708cc2c9f3a634ec35f3416
27980Author: Remy Bohmer <linux@bohmer.net>
27981Date: Tue Jun 3 15:26:23 2008 +0200
27982
27983 DM9000: improve eth_send() routine
27984
27985 The eth_send routine of the U-boot DM9000x driver does not match the
27986 DM9000 or DM9000A application notes/programming guides.
27987
27988 This change improves the stability of the DM9000A network controller.
27989
27990 This change has been tested with DM9000A, DM9000E, DM9000EP.
27991
27992 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27993 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27994
27995commit 134e266253c02a7832560da59d394989c4f64453
27996Author: Remy Bohmer <linux@bohmer.net>
27997Date: Tue Jun 3 15:26:22 2008 +0200
27998
27999 DM9000: repair debug logging
28000
28001 It seems that the debugging code of the DM9000x driver in U-boot has not been
28002 compiled for a long time, because it cannot compile...
28003
28004 Also rearranged some loglines to get more useful info while debugging.
28005
28006 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28007 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28008
28009commit a101361bfe23c120321e45d114c0603b8e0763e9
28010Author: Remy Bohmer <linux@bohmer.net>
28011Date: Tue Jun 3 15:26:21 2008 +0200
28012
28013 DM9000: Add data bus-width auto detection.
28014
28015 The U-boot DM9000x driver contains a compile time bus-width definition for
28016 the databus connected to the network controller.
28017
28018 This compile check makes the code unclear, inflexible and is unneccessary.
28019 It can be asked to the network controller what its bus-width is by reading bits
28020 6 and 7 of the interrupt status register.
28021
28022 The linux kernel already uses a runtime mechanism to determine this bus-width,
28023 so the implementation below looks somewhat like that implementation.
28024
28025 This change has been tested with DM9000A, DM9000E, DM9000EP.
28026
28027 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28028 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28029
28030commit 63a0afa0c32e5f4ea98a9439542870072437404d
28031Author: Stefan Roese <sr@denx.de>
28032Date: Wed Jun 4 19:19:20 2008 +0200
28033
28034 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
28035
28036 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
28037 introduced by the commit:
28038
28039 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
28040
28041 With this patch SDRAM will get initialized again and booting from NAND
28042 is working again.
28043
28044 Signed-off-by: Stefan Roese <sr@denx.de>
28045 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
28046
28047commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
28048Author: Wolfgang Denk <wd@denx.de>
28049Date: Tue May 27 14:19:30 2008 +0200
28050
28051 Socrates: Fix PCI bus frequency report
28052
28053 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28054
28055commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
28056Author: Tor Krill <tor@excito.com>
28057Date: Thu May 29 11:10:30 2008 +0200
28058
28059 Fix incorrect switch for IF_TYPE in part.c
28060
28061 Use correct field in block_dev_desc_t when writing interface type in
28062 dev_print. Error introduced in 574b3195.
28063
28064 Also added fix from Martin Krause
28065
28066 Signed-off-by: Tor Krill <tor@excito.com>
28067
28068commit b64b8a0bd310935b70af69ac970952f2b364ae56
28069Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28070Date: Tue May 27 10:25:39 2008 +0200
28071
28072 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
28073
28074 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28075
28076commit 35ef877f0a8f6232cdef748f442fed5accb2b641
28077Author: Peter Tyser <ptyser@xes-inc.com>
28078Date: Thu May 22 18:56:52 2008 -0500
28079
28080 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
28081
28082 Removed unneeded command line history initialization. Also, the original
28083 code would access the 'initted' variable before relocation to SDRAM
28084 which resulted in erratic behavior since the bss is not initialized when
28085 executing from flash.
28086
28087 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28088
28089commit 22f371b63038a4ecab04068877c1089e51a01ba1
28090Author: Grant Erickson <gerickson@nuovations.com>
28091Date: Wed May 21 13:28:30 2008 -0700
28092
28093 PPC4xx: Simplified post_word_{load, store}
28094
28095 This patch simplifies post_word_{load,store} by using the preprocessor
28096 to eliminate redundant, copy-and-pasted code.
28097
28098 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28099
28100commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
28101Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
28102Date: Wed May 7 21:25:33 2008 +0400
28103
28104 cfi_flash: enable M18 flash chips family support.
28105
28106 Added new command set ID. Buffered write command processing is changed
28107 in order to support M18 flash chips family.
28108
28109 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
28110 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28111
28112commit 93c56f212ccdadc182018f0769cb284426b88f1d
28113Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
28114Date: Wed May 7 21:24:44 2008 +0400
28115
28116 cfi_flash: support of long cmd in U-boot.
28117
28118 Some NOR flash chips needs support of commands with length grether than max
28119 value size of uchar. For example all M18 family chips use 0x1ff command in
28120 buffered write mode as value of program loops count.
28121
28122 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
28123 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
28124
28125commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
28126Author: Stefan Roese <sr@denx.de>
28127Date: Fri May 16 11:06:06 2008 +0200
28128
28129 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
28130
28131 On AD7414 the first value upon bootup is not read correctly.
28132 This is most likely because of the 800ms update time of the
28133 temp register in normal update mode. To get current values
28134 each time we issue the "dtt" command including upon powerup
28135 we switch into one-short mode.
28136
28137 This patch fixes the problem on AD7414 equipped boards (Sequoia,
28138 Canyonlands etc), that temp value printed in the bootup log was
28139 incorrect.
28140
28141 Signed-off-by: Stefan Roese <sr@denx.de>
28142
28143commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
28144Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28145Date: Fri May 30 16:55:06 2008 +0200
28146
28147 ppc4xx: Cleanup CPCI405 variant's config file
28148
28149 This patch removes some dead code from CPCI405 board's
28150 config files. JFFS2 support is also removed. It's not used and
28151 CPCI4052 does not build anymore without some size reduction.
28152
28153 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28154
28155commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
28156Author: Kenneth Johansson <kenneth@southpole.se>
28157Date: Thu May 29 16:32:33 2008 +0200
28158
28159 Remove shell variable UNDEF_SYM.
28160
28161 UNDEF_SYM is a shell variable in the main Makefile used to force the
28162 linker to add all u-boot commands to the final image. It has no use here.
28163
28164 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
28165
28166commit 8c66497e06bf803489c589df58ee591d71033274
28167Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28168Date: Fri May 16 11:10:35 2008 +0200
28169
28170 Add support for environment in SPI flash
28171
28172 This is pretty incomplete...it doesn't handle reading the environment
28173 before relocation, it doesn't support redundant environment, and it
28174 doesn't support embedded environment. But apart from that, it does
28175 seem to work.
28176
28177 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28178
28179commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
28180Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28181Date: Fri May 16 11:10:34 2008 +0200
28182
28183 SPI Flash: Add "sf" command
28184
28185 This adds a new command, "sf" which can be used to manipulate SPI
28186 flash. Currently, initialization, reading, writing and erasing is
28187 supported.
28188
28189 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28190
28191commit d25ce7d24cc0f93881559f4009175ea305af65e8
28192Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28193Date: Fri May 16 11:10:33 2008 +0200
28194
28195 SPI Flash subsystem
28196
28197 This adds a new SPI flash subsystem.
28198
28199 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
28200 but some preliminary support for other flash types is in place as
28201 well.
28202
28203 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28204
28205commit 60445cb5c3eb77ed1a07f2d908eef09174483698
28206Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
28207Date: Fri May 16 11:10:32 2008 +0200
28208
28209 atmel_spi: Driver for the Atmel SPI controller
28210
28211 This adds a driver for the SPI controller found on most AT91 and AVR32
28212 chips, implementing the new SPI API.
28213
28214 Changed in v4:
28215 - Update to new API
28216 - Handle zero-length transfers appropriately. The user may send a
28217 zero-length SPI transfer with SPI_XFER_END set in order to
28218 deactivate the chip select after a series of transfers with chip
28219 select active. This is useful e.g. when polling the status
28220 register of DataFlash.
28221
28222 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28223
28224commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
28225Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28226Date: Fri May 16 11:10:31 2008 +0200
28227
28228 SPI API improvements
28229
28230 This patch gets rid of the spi_chipsel table and adds a handful of new
28231 functions that makes the SPI layer cleaner and more flexible.
28232
28233 Instead of the spi_chipsel table, each board that wants to use SPI
28234 gets to implement three hooks:
28235 * spi_cs_activate(): Activates the chipselect for a given slave
28236 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
28237 * spi_cs_is_valid(): Determines if the given bus/chipselect
28238 combination can be activated.
28239
28240 Not all drivers may need those extra functions however. If that's the
28241 case, the board code may just leave them out (assuming they know what
28242 the driver needs) or rely on the linker to strip them out (assuming
28243 --gc-sections is being used.)
28244
28245 To set up communication parameters for a given slave, the driver needs
28246 to call spi_setup_slave(). This returns a pointer to an opaque
28247 spi_slave struct which must be passed as a parameter to subsequent SPI
28248 calls. This struct can be freed by calling spi_free_slave(), but most
28249 driver probably don't want to do this.
28250
28251 Before starting one or more SPI transfers, the driver must call
28252 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
28253 the hardware. When all transfers are done, the driver must call
28254 spi_release_bus() to make the bus available to others, and possibly
28255 shut down the SPI controller hardware.
28256
28257 spi_xfer() behaves mostly the same as before, but it now takes a
28258 spi_slave parameter instead of a spi_chipsel function pointer. It also
28259 got a new parameter, flags, which is used to specify chip select
28260 behaviour. This may be extended with other flags in the future.
28261
28262 This patch has been build-tested on all powerpc and arm boards
28263 involved. I have not tested NIOS since I don't have a toolchain for it
28264 installed, so I expect some breakage there even though I've tried
28265 fixing up everything I could find by visual inspection.
28266
28267 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
28268 DataFlash drivers posted as a follow-up. I'd like some help testing
28269 other boards that use the existing SPI API.
28270
28271 But most of all, I'd like some comments on the new API. Is this stuff
28272 usable for everyone? If not, why?
28273
28274 Changed in v4:
28275 - Build fixes for various boards, drivers and commands
28276 - Provide common struct spi_slave definition that can be extended by
28277 drivers
28278 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
28279 - Make default bus and mode build-time configurable
28280 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
28281
28282 Changed in v3:
28283 - Add opaque struct spi_slave for controller-specific data associated
28284 with a slave.
28285 - Add spi_claim_bus() and spi_release_bus()
28286 - Add spi_free_slave()
28287 - spi_setup() is now called spi_setup_slave() and returns a
28288 struct spi_slave
28289 - soft_spi now supports four SPI modes (CPOL|CPHA)
28290 - Add bus parameter to spi_setup_slave()
28291 - Convert the new i.MX32 SPI driver
28292 - Convert the new MC13783 RTC driver
28293
28294 Changed in v2:
28295 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
28296 new API.
28297
28298 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28299 Tested-by: Guennadi Liakhovetski <lg@denx.de>
28300
28301commit 289011207d999b2e4085150d2aa30d547ad9b800
28302Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28303Date: Fri May 16 11:10:30 2008 +0200
28304
28305 Move definition of container_of() to common.h
28306
28307 AVR32 and AT91SAM9 both have their own identical definitions of
28308 container_of() taken from the Linux kernel. Move it to common.h so
28309 that all architectures can use it.
28310
28311 container_of() is already used by some drivers, and will be used
28312 extensively by the new and improved SPI API.
28313
28314 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28315
28316commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
28317Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28318Date: Fri May 16 11:08:11 2008 +0200
28319
28320 soft_i2c: Pull SDA high before reading
28321
28322 Spotted by Dean Capindale.
28323
28324 Systems that support open-drain GPIO properly are allowed provide an
28325 empty I2C_TRISTATE define. However, this means that we need to be
28326 careful not to drive SDA low when the slave is expected to respond.
28327
28328 This patch adds a missing I2C_SDA(1) to read_byte() required to
28329 tristate the SDA line on systems that support open-drain GPIO.
28330
28331 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28332
28333commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
28334Author: Stefan Roese <sr@denx.de>
28335Date: Mon May 19 11:34:53 2008 +0200
28336
28337 ppc4xx: Remove implementations of testdram()
28338
28339 This patch removes the used testdram() implementations of the board
28340 that are maintained by myself.
28341
28342 Signed-off-by: Stefan Roese <sr@denx.de>
28343
28344commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
28345Author: Stefan Roese <sr@denx.de>
28346Date: Mon Jun 2 17:37:28 2008 +0200
28347
28348 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
28349
28350 Historically the 405 U-Boot port had a dram_init() call in early init
28351 stage. This function was still called from start.S and most of the time
28352 coded in assembler. This is not needed anymore (since a long time) and
28353 boards should implement the common initdram() function in C instead.
28354
28355 This patch now removed the dram_init() call from start.S and removes the
28356 empty implementations that are scattered through most of the 405 board
28357 ports. Some older board ports really implement this dram_init() though.
28358 These are:
28359
28360 csb272
28361 csb472
28362 ERIC
28363 EXBITGEN
28364 W7OLMC
28365 W7OLMG
28366
28367 I changed those boards to call this assembler dram_init() function now
28368 from their board specific initdram() instead. This *should* work, but please
28369 test again on those platforms. And it is perhaps a good idea that those
28370 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
28371 some time. So further patches welcome here.
28372
28373 Signed-off-by: Stefan Roese <sr@denx.de>
28374
28375commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
28376Author: Stefan Roese <sr@denx.de>
28377Date: Mon Jun 2 17:22:11 2008 +0200
28378
28379 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
28380
28381 Signed-off-by: Stefan Roese <sr@denx.de>
28382
28383commit 39b32be18cd33b53a84065edcd4e465165cc5564
28384Author: Stefan Roese <sr@denx.de>
28385Date: Mon Jun 2 17:20:03 2008 +0200
28386
28387 ppc4xx: Fix common ECC generation code for 440GP style platforms
28388
28389 This patch makes the common 4xx ECC code really usable on 440GP style
28390 platforms.
28391
28392 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
28393 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
28394 we need to make some processor dependant defines used later on by the
28395 driver.
28396
28397 Signed-off-by: Stefan Roese <sr@denx.de>
28398
28399commit ec724f883ee3f3925e6c55027e8ffa70ada83303
28400Author: Stefan Roese <sr@denx.de>
28401Date: Mon Jun 2 17:13:55 2008 +0200
28402
28403 ppc4xx: Change Kilauea to use the common DDR2 init function
28404
28405 This patch changes the kilauea and kilauea_nand (for NAND booting)
28406 board port to not use a board specific DDR2 init routine anymore. Now
28407 the common code from cpu/ppc4xx is used.
28408
28409 Thanks to Grant Erickson for all his basic work on this 405EX early
28410 bootup.
28411
28412 Signed-off-by: Stefan Roese <sr@denx.de>
28413
28414commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
28415Author: Stefan Roese <sr@denx.de>
28416Date: Mon Jun 2 14:59:21 2008 +0200
28417
28418 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
28419
28420 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
28421 ppc4xx related SDRAM/DDR/DDR2 controller defines.
28422
28423 Signed-off-by: Stefan Roese <sr@denx.de>
28424
28425commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
28426Author: Stefan Roese <sr@denx.de>
28427Date: Mon Jun 2 14:57:41 2008 +0200
28428
28429 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
28430
28431 This patch removes all SDRAM related defines from the PPC4xx headers
28432 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
28433 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
28434
28435 It also introduces new defines for the equipped SDRAM controller based on
28436 which PPC variant is used. There new defines are:
28437
28438 used on 405GR/CR/EP and some Xilinx Virtex boards.
28439
28440 used on 440GP/GX/EP/GR.
28441
28442 used on 440EPx/GRx.
28443
28444 used on 405EX/r/440SP/SPe/460EX/GT.
28445
28446 Signed-off-by: Stefan Roese <sr@denx.de>
28447
28448commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
28449Author: Stefan Roese <sr@denx.de>
28450Date: Mon Jun 2 14:35:44 2008 +0200
28451
28452 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
28453
28454 This patch consolidates the 405 and 440 parts of the NAND booting code
28455 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
28456 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
28457 Only *after* running from this location, nand_boot() is called.
28458
28459 Please note that the initsdram() call is now moved from nand_boot.c
28460 to start.S. I experienced problems with some boards like Kilauea
28461 (405EX), which don't have internal SRAM (OCM) and relocation needs to
28462 be done to SDRAM before the NAND controller can get accessed. When
28463 initdram() is called later on in nand_boot(), this can lead to problems
28464 with variables in the bss sections like nand_ecc_pos[].
28465
28466 Signed-off-by: Stefan Roese <sr@denx.de>
28467 Acked-by: Scott Wood <scottwood@freescale.com>
28468
28469commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
28470Author: Grant Erickson <gerickson@nuovations.com>
28471Date: Thu May 22 14:44:24 2008 -0700
28472
28473 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
28474
28475 This patch (Part 2 of 2):
28476
28477 * Rolls up a suite of changes to enable correct primordial stack and
28478 global data handling when the data cache is used for such a purpose
28479 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
28480
28481 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
28482 eliminating redundant ECC initialization implementations and moving
28483 redundant SDRAM initialization out of board code into shared 4xx
28484 code.
28485
28486 * Enables MCSR visibility on the 405EX(r).
28487
28488 * Enables the use of the data cache for initial RAM on
28489 both AMCC's Kilauea and Makalu and removes a redundant
28490 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
28491
28492 - Removed, per Stefan Roese's request, defunct memory.c file for
28493 Makalu and rolled sdram_init from it into makalu.c.
28494
28495 With respect to the 4xx DDR initialization and ECC unification, there
28496 is certainly more work that can and should be done (file renaming,
28497 etc.). However, that can be handled at a later date on a second or
28498 third pass. As it stands, this patch moves things forward in an
28499 incremental yet positive way for those platforms that utilize this
28500 code and the features associated with it.
28501
28502 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28503 Signed-off-by: Stefan Roese <sr@denx.de>
28504
28505commit c821b5f120bedf73867513466412587c6912a8f8
28506Author: Grant Erickson <gerickson@nuovations.com>
28507Date: Thu May 22 14:44:14 2008 -0700
28508
28509 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
28510
28511 This patch (Part 1 of 2):
28512
28513 * Rolls up a suite of changes to enable correct primordial stack and
28514 global data handling when the data cache is used for such a purpose
28515 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
28516
28517 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
28518 eliminating redundant ECC initialization implementations and moving
28519 redundant SDRAM initialization out of board code into shared 4xx
28520 code.
28521
28522 * Enables MCSR visibility on the 405EX(r).
28523
28524 * Enables the use of the data cache for initial RAM on
28525 both AMCC's Kilauea and Makalu and removes a redundant
28526 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
28527
28528 - Removed, per Stefan Roese's request, defunct memory.c file for
28529 Makalu and rolled sdram_init from it into makalu.c.
28530
28531 With respect to the 4xx DDR initialization and ECC unification, there
28532 is certainly more work that can and should be done (file renaming,
28533 etc.). However, that can be handled at a later date on a second or
28534 third pass. As it stands, this patch moves things forward in an
28535 incremental yet positive way for those platforms that utilize this
28536 code and the features associated with it.
28537
28538 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28539 Signed-off-by: Stefan Roese <sr@denx.de>
28540
28541commit a439680019e06171d4a5694b7992accce87f590e
28542Author: Grant Erickson <gerickson@nuovations.com>
28543Date: Wed May 21 13:28:30 2008 -0700
28544
28545 PPC4xx: Simplified post_word_{load, store}
28546
28547 This patch simplifies post_word_{load,store} by using the preprocessor
28548 to eliminate redundant, copy-and-pasted code.
28549
28550 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28551
28552commit f979690ee337450b2030aba128f95b7a8d9881c0
28553Author: Kumar Gala <galak@kernel.crashing.org>
28554Date: Thu May 15 15:13:08 2008 -0500
28555
28556 Fix warnings from gcc-4.3.0 build on a ppc host
28557
28558 * The cfi_flash.c memset fix actual allows the board to boot so there is
28559 a bit more going on here than just resolving warnings associated with
28560 uninitialized variables.
28561
28562 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
28563 inline function 'ext2_find_next_zero_bit' which is not static
28564
28565 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28566
28567commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
28568Author: Becky Bruce <becky.bruce@freescale.com>
28569Date: Wed May 14 13:09:51 2008 -0500
28570
28571 MPC512x: Change traps.c to not reference non-addressable memory
28572
28573 Currently, END_OF_RAM is used by the trap code to determine if
28574 we should attempt to access the stack pointer or not. However,
28575 on systems with a lot of RAM, only a subset of the RAM is
28576 guaranteed to be mapped in and accessible. Change END_OF_RAM
28577 to use get_effective_memsize() instead of using the raw ram
28578 size out of the bd.
28579
28580 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28581
28582commit 81673e9ae14b771cd13faf19947192599cae3959
28583Author: Kumar Gala <galak@kernel.crashing.org>
28584Date: Tue May 13 19:01:54 2008 -0500
28585
28586 Make sure common.h is the first include.
28587
28588 If common.h isn't first we can get CONFIG_ options defined in the
28589 board config file ignored. This can cause an issue if any of those
28590 config options impact the size of types of data structures
28591 (eg CONFIG_PHYS_64BIT).
28592
28593 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28594
28595commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
28596Author: Marian Balakowicz <m8@semihalf.com>
28597Date: Tue May 13 15:53:29 2008 +0200
28598
28599 Avoid initrd and logbuffer area overlaps
28600
28601 Add logbuffer to reserved LMB areas to prevent initrd allocation
28602 from overlaping with it.
28603
28604 Make sure to use correct logbuffer base address.
28605
28606 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28607
28608commit 6956d53d9934862507f83f0e3255dfd4662e7482
28609Author: Sascha Laue <sascha.laue@liebherr.com>
28610Date: Tue May 13 13:29:54 2008 +0200
28611
28612 lwmon5: add memory-pattern-test to FPGA POST.
28613
28614commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
28615Author: Becky Bruce <becky.bruce@freescale.com>
28616Date: Thu May 8 19:02:51 2008 -0500
28617
28618 PPC: 86xx Add bat registers to reginfo command
28619
28620 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28621
28622commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
28623Author: Becky Bruce <becky.bruce@freescale.com>
28624Date: Fri May 9 15:41:35 2008 -0500
28625
28626 PPC: Add print_bats() to lib_ppc/bat_rw.c
28627
28628 This function prints the values of all the BAT register
28629 pairs - I needed this for debug earlier this week; adding it to
28630 lib_ppc so others can use it (and add it to reginfo commands
28631 if so desired).
28632
28633 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28634
28635commit c148f24c15743a02e855636e6bed013bd121f7f2
28636Author: Becky Bruce <becky.bruce@freescale.com>
28637Date: Thu May 15 21:29:04 2008 -0500
28638
28639 PPC: Change lib_ppc/bat_rw.c to use high bats
28640
28641 Currently, this code only deals with BATs 0-3, which makes
28642 it useless on systems that support BATs 4-7. Add the
28643 support for these registers.
28644
28645 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
28646
28647commit 31d826722434931e1152a09d140187dcf72f8aac
28648Author: Becky Bruce <becky.bruce@freescale.com>
28649Date: Thu May 8 19:02:12 2008 -0500
28650
28651 PPC: Create and use CONFIG_HIGH_BATS
28652
28653 Change all code that conditionally operates on high bat
28654 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
28655 instead of the myriad ways this is done now. Define the option
28656 for every config for which high bats are supported (and
28657 enabled by early boot, on parts where they're not always
28658 enabled)
28659
28660 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28661
28662commit aa3b8bf9c30065bb2ea852799d32db5020598495
28663Author: Wolfgang Grandegger <wg@grandegger.com>
28664Date: Wed May 28 19:55:19 2008 +0200
28665
28666 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
28667
28668 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28669 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28670
28671commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
28672Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28673Date: Wed May 28 13:06:25 2008 -0500
28674
28675 ColdFire: Add 10 base ethernet support for mcf5445x
28676
28677 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28678 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28679
28680commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
28681Author: Jason McMullan <mcmullan@netapp.com>
28682Date: Fri May 30 00:53:38 2008 +0900
28683
28684 mips: Add an 'include/asm/errno.h', like all other architectures
28685
28686 All other u-boot architectures have an include/asm/errno.h, so
28687 this change adds it to the mips include/asm-mips headers also.
28688
28689 Stolen from Linux 2.6.25.
28690
28691 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28692
28693commit e2ad8426624bac457acc6925b6ff408e9bf20466
28694Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28695Date: Fri May 30 00:53:38 2008 +0900
28696
28697 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
28698
28699 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28700
28701commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
28702Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28703Date: Fri May 30 00:53:38 2008 +0900
28704
28705 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
28706
28707 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28708
28709commit bf462ae450a7f2eeeddc699ed345b391e3263540
28710Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28711Date: Fri May 30 00:53:37 2008 +0900
28712
28713 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
28714
28715 No functional changes.
28716
28717 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28718
28719commit 89a1550ec6b74452274a7a23127936e2c7eec711
28720Author: Jason McMullan <mcmullan@netapp.com>
28721Date: Fri May 30 00:53:37 2008 +0900
28722
28723 mips: If CONFIG_CMD_SPI is defined, call spi_init()
28724
28725 The mips architecture currently does not call 'spi_init()' in the generic
28726 board initialization routine is CONFIG_CMD_SPI is defined.
28727
28728 This patch rectifies that problem.
28729
28730 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28731 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28732
28733commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
28734Author: Jason McMullan <mcmullan@netapp.com>
28735Date: Fri May 30 00:53:37 2008 +0900
28736
28737 [MIPS] lib_mips/board.c: Add nand_init
28738
28739 This patch adds the standard 'nand_init()' call to the mips generic
28740 'board_init_r()' call, bringing MIPS in line with the other architectures.
28741
28742 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28743 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28744
28745commit d6ac2ed893c2168738aee01579d6283af8d37045
28746Author: Scott Wood <scottwood@freescale.com>
28747Date: Thu May 22 10:49:46 2008 -0500
28748
28749 Remove prototypes of nand_init() in favor of including nand.h.
28750
28751 Likewise with onenand_init().
28752
28753 Signed-off-by: Scott Wood <scottwood@freescale.com>
28754
28755commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
28756Author: Scott Wood <scottwood@freescale.com>
28757Date: Thu May 22 10:49:00 2008 -0500
28758
28759 Make onenand_uboot.h self-sufficient.
28760
28761 Don't assume types are provided by previously included headers.
28762
28763 Signed-off-by: Scott Wood <scottwood@freescale.com>
28764
28765commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
28766Author: Dirk Behme <dirk.behme@gmail.com>
28767Date: Wed Jan 16 14:26:59 2008 +0100
28768
28769 nand: Correct NAND erase percentage output
28770
28771 For NAND erase sizes smaller than one NAND erase block, erase
28772 percentage output becomes grater than 100% e.g.
28773
28774 -- cut --
28775 > nand info
28776 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
28777 > nand erase 0x100000 0x2000
28778 NAND erase: device 0 offset 0x100000, size 0x2000
28779 Erasing at 0x100000 -- 200% complete.
28780 OK
28781 >
28782 -- cut --
28783
28784 Correct this and give user a warning that more is erased than specified:
28785
28786 -- cut --
28787 > nand erase 0x100000 0x2000
28788 NAND erase: device 0 offset 0x100000, size 0x2000
28789 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
28790 Erasing 0x00004000 instead
28791 Erasing at 0x100000 -- 100% complete.
28792 OK
28793 >
28794 -- cut --
28795
28796 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
28797
28798commit 5922db6c0948506be91e0de44e7a6863a18a417f
28799Author: Stelian Pop <stelian@popies.net>
28800Date: Tue May 13 17:31:24 2008 +0200
28801
28802 Cleanup nand_info[] declaration.
28803
28804 The nand_info array is declared as extern in several .c files.
28805 Those days, nand.h contains a reference to the array, so there is
28806 no need to declare it elsewhere.
28807
28808 Signed-off-by: Stelian Pop <stelian@popies.net>
28809 Signed-off-by: Scott Wood <scottwood@freescale.com>
28810
28811commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
28812Author: Scott Wood <scottwood@freescale.com>
28813Date: Mon May 19 09:30:43 2008 -0500
28814
28815 NAND: Provide a sane default for NAND_MAX_CHIPS.
28816
28817 This allows the header to be included regardless of whether a board's
28818 config file provides NAND-related defininitions.
28819
28820 Signed-off-by: Scott Wood <scottwood@freescale.com>
28821
28822commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
28823Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28824Date: Mon May 26 12:19:10 2008 +0200
28825
28826 avr32: Fix theoretical race in udelay()
28827
28828 If the specified delay is very short, the cycle counter may go past the
28829 "end" time we are waiting for before we get around to reading it.
28830
28831 Fix it by checking the different between the cycle count "now" and the
28832 cycle count at the beginning. This will work as long as the delay
28833 measured in number of cycles is below 2^31.
28834
28835 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28836
28837commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
28838Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28839Date: Wed May 21 13:01:09 2008 +0200
28840
28841 avr32: Compile atmel_mci.o conditionally
28842
28843 Remove #ifdef CONFIG_MMC from the source file and use conditional
28844 compilation in the Makefile instead.
28845
28846 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28847
28848commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
28849Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28850Date: Thu May 22 12:28:25 2008 +0200
28851
28852 avr32: Fix wrong error flags in atmel_mci driver
28853
28854 Make sure we check for CRC errors when sending commands that use CRC
28855 checking.
28856
28857 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28858 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28859
28860commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
28861Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28862Date: Wed May 21 11:10:59 2008 +0200
28863
28864 avr32: Fix two warnings in atmel_mci.c
28865
28866 The warnings are harmless but annoying. Let's fix them.
28867
28868 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28869
28870commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
28871Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28872Date: Mon May 19 11:36:28 2008 +0200
28873
28874 avr32: Rework SDRAM initialization code
28875
28876 This cleans up the SDRAM initialization and related code a bit, and
28877 allows faster booting.
28878
28879 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
28880 * Remove memory test from sdram_init() and make caller responsible
28881 for verifying the SDRAM and determining its size.
28882 * Remove base_address member from struct sdram_config (was sdram_info)
28883 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
28884 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
28885
28886 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28887
28888commit 95107b7c028806919630bf02c653aa8f4f867c94
28889Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28890Date: Mon May 19 11:27:37 2008 +0200
28891
28892 avr32: Do stricter stack checking in the exception handler
28893
28894 Don't do a stack dump if the stack pointer is outside the memory area
28895 reserved for stack.
28896
28897 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28898
28899commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
28900Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28901Date: Fri May 2 15:32:57 2008 +0200
28902
28903 avr32: Use the same entry point for reset and exception handling
28904
28905 Since the reset vector is always aligned to a very large boundary, we
28906 can save a couple of KB worth of alignment padding by placing the
28907 exception vectors at the same address.
28908
28909 Deciding which one it is is easy: If we're handling an exception, the
28910 CPU is in Exception mode. If we're starting up after reset, the CPU is
28911 in Supervisor mode. So this adds a very minimal overhead to the reset
28912 path (only executed once) and the exception handling path (normally
28913 never executed at all.)
28914
28915 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28916
28917commit 0c16eed2189a190bd5655b33c029f809a9b31128
28918Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28919Date: Fri May 2 15:24:22 2008 +0200
28920
28921 avr32: Put memset in its own section
28922
28923 All C code is compiled with -ffunction-sections -fdata-sections.
28924 Assembly functions should get their own sections as well so that
28925 everything looks consistent.
28926
28927 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28928
28929commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
28930Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28931Date: Fri May 2 15:21:40 2008 +0200
28932
28933 avr32: Rename pm_init() as clk_init() and make SoC-specific
28934
28935 pm_init() was always more about clock initialization than anything
28936 else. Dealing with PLLs, clock gating and such is also inherently
28937 SoC-specific, so move it into a SoC-specific directory.
28938
28939 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28940
28941commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
28942Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28943Date: Wed Apr 30 16:15:57 2008 +0200
28944
28945 avr32: Use new-style Makefile for the at32ap platform
28946
28947 This makes it easier to avoid compiling certain files later.
28948
28949 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28950
28951commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
28952Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28953Date: Wed Apr 30 14:36:47 2008 +0200
28954
28955 avr32: Remove unused file cpu/at32ap/pm.c
28956
28957 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28958
28959commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
28960Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28961Date: Wed Apr 30 14:19:28 2008 +0200
28962
28963 avr32: Clean up the HMATRIX code
28964
28965 Rework the HMATRIX configuration interface so that it becomes easier
28966 to configure the HMATRIX for boards with special needs, and add new
28967 parts.
28968
28969 The HMATRIX header file has been split into a general,
28970 chip-independent part with register definitions, etc. and a
28971 chip-specific part with SFR bitfield definitions and master/slave
28972 identifiers.
28973
28974 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28975
28976commit 0a2e48792dd372c90b80059f3235e67a567e16fc
28977Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28978Date: Thu Nov 22 12:14:11 2007 +0100
28979
28980 avr32: Add support for the ATSTK1006 board
28981
28982 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
28983 board. It's currently in production and will be available soon.
28984
28985 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28986
28987commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
28988Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28989Date: Tue Apr 29 12:53:05 2008 +0200
28990
28991 avr32: Get rid of the .flashprog section
28992
28993 The .flashprog section was only needed back when we were running
28994 directly from flash, and it's even more useless on NGW100 since it
28995 uses the CFI flash driver which never used this workaround in the
28996 first place.
28997
28998 Remove it on STK1000 as well, and get rid of all the associated code and
28999 annotations.
29000
29001 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29002
29003commit cdd42c0c7a5205fc380912d83229069a71ea3abf
29004Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29005Date: Wed Apr 30 13:09:56 2008 +0200
29006
29007 avr32: Use correct condition around macb clock accessors
29008
29009 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
29010 the chip has a MACB controller, not when it has a USART.
29011
29012 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29013
29014commit f793a3581901ff39c2abb94012d9bbc8573ccf02
29015Author: David Brownell <david-b@pacbell.net>
29016Date: Wed Apr 16 22:57:58 2008 -0700
29017
29018 avr32: Disable the AP7000 internal watchdog on startup
29019
29020 This patch forces the watchdog off in all cases. That will at least
29021 get rid of the constant reboot cycle, though it won't let the watchdog
29022 actually run in the new kernels: its probe() comes up with a polite
29023 warning.
29024
29025 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29026
29027commit 55ac7a7490b55da56659f95d82a0c83b9756df27
29028Author: David Brownell <david-b@pacbell.net>
29029Date: Fri Feb 22 12:54:39 2008 -0800
29030
29031 avr32: stk1002 and ngw100 convergence
29032
29033 Make STK1002 and NGW100 boards act more alike:
29034 - STK boards can use as many arguments as NGW
29035 - STK boards don't need to manage FPGAs either
29036 - NGW commands should match STK ones
29037
29038 Also spell U-Boot right in prompts for STK1002 and NGW100.
29039
29040 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
29041 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
29042 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29043
29044commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
29045Author: Sergei Poselenov <sposelenov@emcraft.com>
29046Date: Tue May 27 13:47:00 2008 +0200
29047
29048 Socrates: Fix PCI bus frequency report
29049
29050 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29051
29052commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
29053Author: Sergei Poselenov <sposelenov@emcraft.com>
29054Date: Tue May 27 11:49:13 2008 +0200
29055
29056 Socrates: Added USB support.
29057
29058 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29059
29060commit 5a904e5637cff1d708dc67098004f83ba9e84c54
29061Author: Sergei Poselenov <sposelenov@emcraft.com>
29062Date: Tue May 27 11:35:02 2008 +0200
29063
29064 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
29065
29066 In case of several PCI USB controllers on a board this variable
29067 specifys which controller to use.
29068 See doc/README.generic_usb_ohci for details.
29069
29070 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29071
29072commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
29073Author: Sergei Poselenov <sposelenov@emcraft.com>
29074Date: Tue May 27 10:36:07 2008 +0200
29075
29076 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
29077
29078 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29079
29080commit 83e9d7a2614d4006b92690afa3390c291734267e
29081Author: Sergei Poselenov <sposelenov@emcraft.com>
29082Date: Mon May 26 18:16:04 2008 +0200
29083
29084 Socrates: Config file cleanup.
29085
29086 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29087
29088commit 602cac1389b755b223272f2328a47e6f8c240848
29089Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29090Date: Sat May 24 12:47:46 2008 +0200
29091
29092 MAKEALL: add at91 list
29093
29094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29095
29096commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
29097Author: Ron Madrid <ron_madrid@sbcglobal.net>
29098Date: Fri May 23 15:37:05 2008 -0700
29099
29100 Add Marvell 88E1118 support for TSEC
29101
29102 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
29103 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29104
29105commit 557b377d8bfc8b833b6e749457bcdfa298331a24
29106Author: Jens Gehrlein <sew_s@tqs.de>
29107Date: Mon May 5 14:06:11 2008 +0200
29108
29109 smc911x: add 16 bit support
29110
29111 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
29112 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29113
cd82919e
WD
29114commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
29115Author: Christian Eggers <ceggers@gmx.de>
29116Date: Wed May 21 21:29:10 2008 +0200
29117
29118 Fix endianess conversion in usb_ohci.c
29119
29120 Sorry, I forgot this line:
29121
29122 Signed-off-by: Christian Eggers <ceggers@gmx.de>
29123
29124 I think this must be swapped (result may be equal).
29125
01db232d
WD
29126commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
29127Author: Christian Eggers <ceggers@gmx.de>
29128Date: Wed May 21 22:12:00 2008 +0200
29129
29130 USB: replace old swap_ with proper endianess conversion macros
29131
29132 Signed-off-by: Christian Eggers <ceggers@gmx.de>
29133 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29134
29135commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
29136Author: Christian Eggers <ceggers@gmx.de>
29137Date: Wed May 21 21:29:10 2008 +0200
29138
29139 Fix endianess conversion in usb_ohci.c
29140
29141 Signed-off-by: Christian Eggers <ceggers@gmx.de>
29142 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29143
29144commit 477434c63c2ea5baa5c6c4e43500786f436511ff
29145Author: Sergei Poselenov <sposelenov@emcraft.com>
29146Date: Thu May 22 01:15:53 2008 +0200
29147
29148 USB: add support for multiple PCI OHCI controllers
29149
29150 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
29151 In case of several PCI USB controllers on a board this variable
29152 specifys which controller to use.
29153
29154 Also add USB support for sokrates board.
29155
29156 See doc/README.generic_usb_ohci for details.
29157
29158 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29159 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29160
29161commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
29162Author: Wolfgang Denk <wd@denx.de>
29163Date: Wed May 21 16:56:08 2008 +0200
29164
29165 Fix some whitespace issues
29166
29167 introduced by 53677ef18 "Big white-space cleanup."
29168
29169 Signed-off-by: Wolfgang Denk <wd@denx.de>
29170
29171commit 4416603aeb06861b468b06a981e52c3ff805db7b
29172Author: York Sun <yorksun@freescale.com>
29173Date: Mon May 12 14:36:39 2008 -0500
29174
29175 Make ads5121 out-of-tree compiling safe
29176
29177 Reuse the existing DIU driver in board/freescale/common.
29178
29179 Signed-off-by: York Sun <yorksun@freescale.com>
29180
29181commit 0e1bad47cd345c76c91a64caf41011e431b62599
29182Author: York Sun <yorksun@freescale.com>
29183Date: Mon May 5 10:20:01 2008 -0500
29184
29185 Adding DIU support for Freescale 5121ADS
29186
29187 Add DIU and cfb console support to FSL 5121ADS board.
29188
29189 Use #define CONFIG_VIDEO in config file to enable fb console.
29190
29191 Signed-off-by: York Sun <yorksun@freescale.com>
29192
29193commit a48ff68d235e671176f6b496c44246dbe5e0a93f
29194Author: York Sun <yorksun@freescale.com>
29195Date: Mon May 5 10:20:00 2008 -0500
29196
29197 Replace DPRINTF with debug
29198
29199 Remove DPRINTF macro and replace it with generic debug macro.
29200
29201 Signed-off-by: York Sun <yorksun@freescale.com>
29202
29203commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
29204Author: York Sun <yorksun@freescale.com>
29205Date: Mon May 5 10:19:59 2008 -0500
29206
29207 Move pixel clock setting to board file
29208
29209 The clock divider has different format in 5121 and 8610. This patch moves it to
29210 board specific code.
29211
29212 Signed-off-by: York Sun <yorksun@freescale.com>
29213
29214commit 53677ef18e25c97ac613349087c5cb33ae5a2741
29215Author: Wolfgang Denk <wd@denx.de>
29216Date: Tue May 20 16:00:29 2008 +0200
29217
29218 Big white-space cleanup.
29219
29220 This commit gets rid of a huge amount of silly white-space issues.
29221 Especially, all sequences of SPACEs followed by TAB characters get
29222 removed (unless they appear in print statements).
29223
29224 Also remove all embedded "vim:" and "vi:" statements which hide
29225 indentation problems.
29226
29227 Signed-off-by: Wolfgang Denk <wd@denx.de>
29228
29229commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
29230Author: Sergei Poselenov <sposelenov@emcraft.com>
29231Date: Thu May 8 17:46:23 2008 +0200
29232
29233 socrates: fix second TSEC configuration (it is actually TSEC3)
29234
29235 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29236
29237commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
29238Author: Sergei Poselenov <sposelenov@emcraft.com>
29239Date: Thu May 8 14:17:08 2008 +0200
29240
29241 Fixed reset for socrates
29242
29243 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29244
29245commit e18575d5f589a62e19c70d471d4b4e27cad3af56
29246Author: Sergei Poselenov <sposelenov@emcraft.com>
29247Date: Wed May 7 15:10:49 2008 +0200
29248
29249 socrates: changes to support FDT
29250
29251 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29252 Signed-off-by: Wolfgang Denk <wd@denx.de>
29253
29254commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
29255Author: Sergei Poselenov <sposelenov@emcraft.com>
29256Date: Wed Apr 30 11:42:50 2008 +0200
29257
29258 Initial support for "Socrates" board
29259
29260 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
29261
29262commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
29263Author: Yuri Tikhonov <yur@emcraft.com>
29264Date: Thu May 8 15:46:42 2008 +0200
29265
29266 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
29267
29268 This way we become able to utilize the full post_log_word for POST
29269 activities (overwise, POST ECC, which has 0x8000 ID, could be
29270 erroneously treated as started in post_output_backlog() even if there
29271 was actually no POST ECC run (because of OCM POST failure, for
29272 example).
29273
29274 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29275
29276commit 7845d49094c81321021b50a4dbb8864d2f3777e4
29277Author: Yuri Tikhonov <yur@emcraft.com>
29278Date: Thu May 8 15:46:02 2008 +0200
29279
29280 POST: mark OCM test as POST_STOP
29281
29282 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29283
29284commit 28a385065882d6cb6ac5f443311ff87887ed7c13
29285Author: Yuri Tikhonov <yur@emcraft.com>
29286Date: Thu May 8 15:45:26 2008 +0200
29287
29288 POST: add POST_STOP flag
29289
29290 Don't run futher tests in case of a test fails that is marked as
29291 POST_STOP.
29292
29293 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29294 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29295
29296commit a525145d8110d15b4389d23c3ea8a78f22509d3f
29297Author: Yuri Tikhonov <yur@emcraft.com>
29298Date: Thu May 8 15:44:16 2008 +0200
29299
29300 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
29301
29302 Switch the OCM testid with the codec one. The reason is that current
29303 implementation requires the POST_ROM testid to fit into lower 16
29304 bits, and the codec test will never run with POST_ROM hopefully.
29305
29306 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29307
29308commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
29309Author: Yuri Tikhonov <yur@emcraft.com>
29310Date: Thu May 8 15:43:28 2008 +0200
29311
29312 lwmon5: enable OCM post test on lwmon5 board
29313
29314 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29315
29316commit 6e8ec682268493b8d098f99e17b1ce71b4448977
29317Author: Yuri Tikhonov <yur@emcraft.com>
29318Date: Thu May 8 15:42:47 2008 +0200
29319
29320 POST: OCM test added.
29321
29322 Added OCM test to POST layer. This version runs before all other tests
29323 but doesn't yet interrupt post sequence on failure.
29324
29325 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29326 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29327
29328commit 6891260bdd935a382c95d9fa333922b0dfded68a
29329Author: Yuri Tikhonov <yur@emcraft.com>
29330Date: Thu May 8 15:40:39 2008 +0200
29331
29332 POST: typo fix
29333
29334 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29335
29336commit 727f63334676e760877d43bfb8f0e9331ac8b101
29337Author: Hebbar <gururajakr@sanyo.co.in>
29338Date: Tue May 20 02:16:36 2008 -0700
29339
29340 common/usb.c: fix incorrect escape sequence
29341
29342 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
29343
29344commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
29345Author: York Sun <yorksun@freescale.com>
29346Date: Thu May 15 15:26:27 2008 -0500
29347
29348 Fix 8313ERDB board configuration
29349
29350 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
29351 Correct TSEC1 vs TSEC2 assignment.
29352 Define ETHADDR and ETH1ADDR always.
29353
29354 Signed-off-by: York Sun <yorksun@freescale.com>
29355 Signed-off-by: Timur Tabi <timur@freescale.com>
29356
29357commit 2c289e320dcfb3760e99cf1d765cb067194a1202
29358Author: Jon Loeliger <jdl@freescale.com>
29359Date: Mon May 19 09:47:25 2008 -0500
29360
29361 mpc86xx: Removed unused and unconfigured memory test code.
29362
29363 Besides, other common code exists.
29364
29365 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29366
29367commit 180a90abdae72587c0f679edf8991455e559440d
29368Author: Wolfgang Denk <wd@denx.de>
29369Date: Mon May 19 12:47:11 2008 +0200
29370
29371 Release v1.3.3
29372
29373 Update CHANGELOG for release.
29374
29375 Signed-off-by: Wolfgang Denk <wd@denx.de>
29376
180a90ab
WD
29377commit 16bedc661de0dae767b1377d8413373a3fbcfa79
29378Author: Stefan Roese <sr@denx.de>
29379Date: Mon May 19 07:14:38 2008 +0200
29380
29381 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
29382
29383 When SATA is selected (via jumper J6) we need to disable the first PCIe
29384 node in the device tree, so that Linux doesn't initialize it. Otherwise
29385 the Linux SATA driver will fail to detect the devices.
29386
29387 The same goes the other way around too. So if PCIe is selected we need
29388 to disable the SATA node in the device tree.
29389
29390 This is because PCIe port 0 and SATA on 460EX share the same pins
29391 (multiplexed) and we have to configure in U-Boot which peripheral is
29392 enabled.
29393
29394 Signed-off-by: Stefan Roese <sr@denx.de>
29395
29396commit 3cc27b426aeefe2930f911692e9df3143fb2565f
29397Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29398Date: Sun May 18 19:09:58 2008 +0200
29399
29400 i386: Fix multiple definitions of __show_boot_progress
29401
29402 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29403
29404commit 311f3446930c1e64c12026c1cfd00500b05be52d
29405Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29406Date: Sun May 18 19:09:57 2008 +0200
29407
29408 sc530_spunk: add missing SOBJS entry
29409
29410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29411
29412commit a559317143b4f95927b08cd388707e6f077e95fa
29413Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29414Date: Sun May 18 19:09:56 2008 +0200
29415
29416 sc520_spunk: Fix flash
29417
29418 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
29419 flash.c:398: error: label at end of compound statement
29420
29421 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29422
29423commit 91f221317af64191ee8caf303ea9305943158691
29424Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29425Date: Sun May 18 19:09:49 2008 +0200
29426
29427 drivers/pcmcia: add missing i82365
29428
29429 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29430
29431commit dd223944132f97ffa52977ea95e5a52428f5cc2f
29432Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29433Date: Sun May 18 19:09:47 2008 +0200
29434
29435 i386/bootm: remove unused var
29436
29437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29438
29439commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
29440Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29441Date: Sun May 18 19:09:45 2008 +0200
29442
29443 example/gitignore: update with all generated examples
29444
29445 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29446
29447commit a38dc3ea8614f8b0c41e432b445a9959b9711295
29448Author: Wolfgang Denk <wd@denx.de>
29449Date: Thu May 15 00:42:45 2008 +0200
29450
29451 TQM8272: fix out-of-tree building
29452
29453 ...and add to MAKEALL script
29454
29455 Signed-off-by: Wolfgang Denk <wd@denx.de>
29456
29457commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
29458Author: Wolfgang Denk <wd@denx.de>
29459Date: Wed May 14 23:34:53 2008 +0200
29460
29461 environment: fix bug introduced by commit a8409f4f1ac8
29462
29463 env_get_char is not a function, but a pointer to one.
29464
29465 Signed-off-by: Wolfgang Denk <wd@denx.de>
29466
01db232d
WD
29467commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
29468Author: Gary Jennejohn <garyj@denx.de>
29469Date: Wed May 14 13:39:22 2008 +0200
29470
29471 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
29472
29473 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
29474 use a redundant environment.
29475
29476 Signed-off-by: Gary Jennejohn <garyj@denx.de>
29477
180a90ab
WD
29478commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
29479Author: Wolfgang Denk <wd@denx.de>
29480Date: Wed May 14 13:55:30 2008 +0200
29481
29482 Fix config files for out-of-tree building
29483
29484 Several board/<...>/config.mk files include dynamically built (by
29485 the Makefile) config files but used the wrong file name of
29486 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
29487 instead if the correct
29488 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
29489
29490 The bug is nasty because the build result is correct for the (normal)
29491 in-tree builds, and because 'sinclude' is used no errors get raised
29492 even for out-of-tree build tests. But out-of-tree builds use an
29493 incomplete and thus usually incorrect configuration...
29494
29495 Signed-off-by: Wolfgang Denk <wd@denx.de>
29496
29497commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
29498Author: Stefan Roese <sr@denx.de>
29499Date: Wed May 14 13:40:03 2008 +0200
29500
29501 ppc4xx: Fix bogus Canyonlands config.mk
29502
29503 This patch fixes the canyonlands config.mk file to enable correct
29504 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
29505
29506 Signed-off-by: Stefan Roese <sr@denx.de>
29507
29508commit fdd1247a66d788a3446244f6fde9955a93c26322
29509Author: Stefan Roese <sr@denx.de>
29510Date: Wed May 14 10:32:32 2008 +0200
29511
29512 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
29513
29514 Canyonlands has a file ddr2_fixed.c which needs special treatment when
29515 building in separate directory. It has to be linked to build directory
29516 otherwise it is not seen.
29517
29518 Signed-off-by: Stefan Roese <sr@denx.de>
29519
29520commit a8409f4f1ac84c36273c1a1e341189662521bcfb
29521Author: Wolfgang Denk <wd@denx.de>
29522Date: Wed May 14 12:22:49 2008 +0200
29523
29524 environment: cleanup prototype declarations of env functions.
29525
29526 Signed-off-by: Wolfgang Denk <wd@denx.de>
29527
29528commit cf39b07948015c480b72a6e732cf7d839aa93a9e
29529Author: Wolfgang Denk <wd@denx.de>
29530Date: Wed May 14 12:21:48 2008 +0200
29531
29532 linkstation_HGLAN: Fix out of tree building.
29533
29534 Signed-off-by: Wolfgang Denk <wd@denx.de>
29535
29536commit 085551c05ca09e6c491ea11a1c6727a36776a545
29537Author: Stefan Roese <sr@denx.de>
29538Date: Wed May 14 10:32:32 2008 +0200
29539
29540 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
29541
29542 Canyonlands has a file ddr2_fixed.c which needs special treatment when
29543 building in separate directory. It has to be linked to build directory
29544 otherwise it is not seen.
29545
29546 Signed-off-by: Stefan Roese <sr@denx.de>
29547
29548commit 1510b82d50615f344e89d42533e8224cce067dc0
29549Author: Wolfgang Denk <wd@denx.de>
29550Date: Tue May 13 23:15:52 2008 +0200
29551
29552 Makefile: fix "error: version_autogenerated.h: No such file or directory"
29553
29554 Signed-off-by: Wolfgang Denk <wd@denx.de>
29555
01db232d
WD
29556commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
29557Author: Stelian Pop <stelian@popies.net>
29558Date: Tue May 13 17:31:24 2008 +0200
29559
29560 Cleanup nand_info[] declaration.
29561
29562 The nand_info array is declared as extern in several .c files.
29563 Those days, nand.h contains a reference to the array, so there is
29564 no need to declare it elsewhere.
29565
29566 Signed-off-by: Stelian Pop <stelian@popies.net>
29567 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29568
180a90ab
WD
29569commit 70fab1908fc1734a403711eaabbef546bc4b77dc
29570Author: Stefan Roese <sr@denx.de>
29571Date: Tue May 13 20:22:01 2008 +0200
29572
29573 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
29574
29575 Signed-off-by: Stefan Roese <sr@denx.de>
29576
29577commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
29578Author: Wolfgang Denk <wd@denx.de>
29579Date: Mon May 12 01:11:21 2008 +0200
29580
29581 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
29582
29583 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
29584 which broke many PowerPC boards.
29585
29586commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
29587Author: Wolfgang Denk <wd@denx.de>
29588Date: Mon May 12 00:56:28 2008 +0200
29589
29590 Revert "Avoid initrd and logbuffer area overlaps"
29591
29592 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
29593 which breaks building on all PPC boards that don't use a log buffer.
29594
29595commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
29596Author: Nick Spence <nick.spence@freescale.com>
29597Date: Sat May 10 14:02:04 2008 -0700
29598
29599 Fix offset calculation for multi-type legacy images.
29600
29601 Calculation of tail was incorrect when size % 4 == 0.
29602
29603 New code removes the conditional and does the same thing but with arithmetic
29604
29605 Signed-off-by: Nick Spence <nick.spence@freescale.com>
29606
29607commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
29608Author: Wolfgang Denk <wd@denx.de>
29609Date: Mon May 12 00:40:58 2008 +0200
29610
29611 Revert "Change env_get_char from a global function ptr to a function."
29612
29613 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
29614 which is known to break booting from dataflash and NAND.
29615
29616commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
29617Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29618Date: Sun May 11 23:13:57 2008 +0200
29619
29620 API: remove duplicate syscall check
29621
29622 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29623
01db232d
WD
29624commit 67e3beb52c320b0a31cf030716c99392cde2d532
29625Author: Stelian Pop <stelian@popies.net>
29626Date: Fri May 9 21:46:51 2008 +0200
29627
29628 AT91: Cleanup unused config header file definitions.
29629
29630 CONFIG_ENV_OVERWRITE is commented out in the config header files,
29631 so let's cleanup the files by removing the whole definition.
29632
29633 Signed-off-by: Stelian Pop <stelian@popies.net>
29634 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29635
29636commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
29637Author: Stelian Pop <stelian@popies.net>
29638Date: Thu May 8 14:52:34 2008 +0200
29639
29640 Support AT91CAP9 revC CPUs
29641
29642 The AT91CAP9 revC CPU has a few differences over the previous,
29643 revB CPU which was distributed in small quantities only (revA was
29644 an internal Atmel product only).
29645
29646 The revC silicon needs a special initialisation sequence to
29647 switch from the internal (imprecise) RC oscillator to the
29648 external 32k clock.
29649
29650 Signed-off-by: Stelian Pop <stelian@popies.net>
29651 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29652
29653commit 098b7b4b441b12c2a64dd517930f43c793542759
29654Author: Stelian Pop <stelian@popies.net>
29655Date: Thu May 8 14:52:33 2008 +0200
29656
29657 Use custom logo for Atmel boards
29658
29659 This patch adds a custom vendor logo for the Atmel AT91 boards.
29660
29661 Signed-off-by: Stelian Pop <stelian@popies.net>
29662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29663
29664commit 761c70b80cdd3bead40146b96a8e713d6ae01632
29665Author: Stelian Pop <stelian@popies.net>
29666Date: Thu May 8 14:52:32 2008 +0200
29667
29668 AT91SAM9RLEK: hook up the ATMEL LCD driver
29669
29670 This patch makes the necessary adaptations (PIO configurations and
29671 defines in config header file) to hook up the Atmel LCD driver to the
29672 AT91SAM9RLEK board.
29673
29674 Signed-off-by: Stelian Pop <stelian@popies.net>
29675 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29676
29677commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
29678Author: Stelian Pop <stelian@popies.net>
29679Date: Thu May 8 14:52:31 2008 +0200
29680
29681 AT91SAM9263EK: hook up the ATMEL LCD driver
29682
29683 This patch makes the necessary adaptations (PIO configurations and
29684 defines in config header file) to hook up the Atmel LCD driver to the
29685 AT91SAM9263EK board.
29686
29687 Signed-off-by: Stelian Pop <stelian@popies.net>
29688 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29689
29690commit 820f2a958325061a446115f3035e48e4726b3390
29691Author: Stelian Pop <stelian@popies.net>
29692Date: Thu May 8 14:52:30 2008 +0200
29693
29694 AT91SAM9261EK: hook up the ATMEL LCD driver
29695
29696 This patch makes the necessary adaptations (PIO configurations and
29697 defines in config header file) to hook up the Atmel LCD driver to the
29698 AT91SAM9261EK board.
29699
29700 Signed-off-by: Stelian Pop <stelian@popies.net>
29701 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29702
29703commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
29704Author: Stelian Pop <stelian@popies.net>
29705Date: Thu May 8 14:52:29 2008 +0200
29706
29707 AT91CAP9ADK: hook up the ATMEL LCD driver
29708
29709 This patch makes the necessary adaptations (PIO configurations and
29710 defines in config header file) to hook up the Atmel LCD driver to the
29711 AT91CAP9ADK board.
29712
29713 Signed-off-by: Stelian Pop <stelian@popies.net>
29714 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29715
29716commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
29717Author: Stelian Pop <stelian@popies.net>
29718Date: Fri May 9 21:57:18 2008 +0200
29719
29720 Add ATMEL LCD driver
29721
29722 This patch adds support for the ATMEL LCDC driver which is used on some
29723 AT91 and AVR platforms.
29724
29725 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
29726 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
29727
29728 Signed-off-by: Stelian Pop <stelian@popies.net>
29729 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29730
29731commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
29732Author: Stelian Pop <stelian@popies.net>
29733Date: Thu May 8 18:52:25 2008 +0200
29734
29735 AT91SAM9RLEK support
29736
29737 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
29738 board.
29739
29740 Signed-off-by: Stelian Pop <stelian@popies.net>
29741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29742
29743commit 8e429b3eee23927c1222679f6b6f53667b21595c
29744Author: Stelian Pop <stelian@popies.net>
29745Date: Thu May 8 18:52:23 2008 +0200
29746
29747 AT91SAM9263EK support
29748
29749 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
29750 board.
29751
29752 Signed-off-by: Stelian Pop <stelian@popies.net>
29753 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29754
29755commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
29756Author: Stelian Pop <stelian@popies.net>
29757Date: Thu May 8 20:52:22 2008 +0200
29758
29759 AT91SAM9261EK support
29760
29761 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
29762 board.
29763
29764 Signed-off-by: Stelian Pop <stelian@popies.net>
29765 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29766
29767commit 86c8c8a414988c50104a3b02c29f50af2be738c0
29768Author: Stelian Pop <stelian@popies.net>
29769Date: Thu May 8 20:52:21 2008 +0200
29770
29771 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
29772
29773 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
29774 in order to cope with the changes in DataFlash partitionning scheme
29775 (cset c3a60cb3).
29776
29777 Signed-off-by: Stelian Pop <stelian@popies.net>
29778 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29779
29780commit 96996ac25d5222611a8888968db6e53a6d3726da
29781Author: Stelian Pop <stelian@popies.net>
29782Date: Thu May 8 20:52:20 2008 +0200
29783
29784 AT91SAM9260EK: Normalize BOOTARGS
29785
29786 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
29787 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
29788 variable.
29789
29790 Signed-off-by: Stelian Pop <stelian@popies.net>
29791 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29792
29793commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
29794Author: Stelian Pop <stelian@popies.net>
29795Date: Thu May 8 20:52:19 2008 +0200
29796
29797 AT91SAM9260EK: Normalize SPI timings
29798
29799 This patch changes the SPI timings to closely match the ones
29800 used by the Linux kernel and the Atmel's own bootstrap project.
29801
29802 Signed-off-by: Stelian Pop <stelian@popies.net>
29803 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29804
29805commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
29806Author: Stelian Pop <stelian@popies.net>
29807Date: Thu May 8 20:52:18 2008 +0200
29808
29809 AT91SAM9260EK: Handle 8 or 16 bit NAND
29810
29811 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
29812 makes the support configurable in the board config header file
29813 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
29814
29815 Signed-off-by: Stelian Pop <stelian@popies.net>
29816 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29817
29818commit ab52640fc01624e208424e527af0b7b3a5a65a12
29819Author: Stelian Pop <stelian@popies.net>
29820Date: Thu May 8 20:52:17 2008 +0200
29821
29822 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
29823
29824 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
29825 in order to cope with the changes in DataFlash partitionning scheme
29826 (cset c3a60cb3).
29827
29828 Signed-off-by: Stelian Pop <stelian@popies.net>
29829 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29830
29831commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
29832Author: Stelian Pop <stelian@popies.net>
29833Date: Thu May 8 20:52:16 2008 +0200
29834
29835 AT91CAP9ADK: Normalize BOOTARGS
29836
29837 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
29838 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
29839 variable.
29840
29841 Signed-off-by: Stelian Pop <stelian@popies.net>
29842 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29843
29844commit 93da48b910511911ce110656e17ed733c8ac4c45
29845Author: Stelian Pop <stelian@popies.net>
29846Date: Thu May 8 20:52:15 2008 +0200
29847
29848 AT91CAP9ADK: Normalize SPI timings
29849
29850 This patch changes the SPI timings to closely match the ones
29851 used by the Linux kernel and the Atmel's own bootstrap project.
29852
29853 Signed-off-by: Stelian Pop <stelian@popies.net>
29854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29855
29856commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
29857Author: Stelian Pop <stelian@popies.net>
29858Date: Thu May 8 20:52:14 2008 +0200
29859
29860 AT91CAP9ADK: Handle 8 or 16 bit NAND
29861
29862 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
29863 makes the support configurable in the board config header file
29864 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
29865
29866 Signed-off-by: Stelian Pop <stelian@popies.net>
29867 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29868
29869commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
29870Author: Stelian Pop <stelian@popies.net>
29871Date: Thu May 8 20:52:13 2008 +0200
29872
29873 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
29874
29875 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
29876 below avoids the duplication of u-boot.lds by putting the file in the
29877 cpu directory instead of the board one.
29878
29879 Signed-off-by: Stelian Pop <stelian@popies.net>
29880 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29881
29882commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
29883Author: Stelian Pop <stelian@popies.net>
29884Date: Thu May 8 20:52:12 2008 +0200
29885
29886 Add proper copyright notices in Atmel boards Makefiles
29887
29888 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
29889 copyright notice. This patch adds the missing pieces.
29890
29891 Signed-off-by: Stelian Pop <stelian@popies.net>
29892 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29893
29894commit e817a042cef6164bf26fee86f90326f2ec9e6745
29895Author: Stelian Pop <stelian@popies.net>
29896Date: Thu May 8 20:52:11 2008 +0200
29897
29898 Add copyright information in Atmel boards partition.c
29899
29900 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
29901 the new created files. This patch fixes the problem.
29902
29903 Signed-off-by: Stelian Pop <stelian@popies.net>
29904 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29905
29906commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
29907Author: Stelian Pop <stelian@popies.net>
29908Date: Thu May 8 20:52:10 2008 +0200
29909
29910 Update origin and copyright information in arch-at91sam9 header files
29911
29912 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
29913 copied from the Linux kernel sources. This patch explicitly specifies
29914 this origin for all the copied headers, and for those missing copyright
29915 information, adds it.
29916
29917 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
29918 in the latest kernel sources by 'at91sam9_smc.h'.
29919
29920 The copyright information has been confirmed by the AT91 Linux kernel
29921 maintainer, Andrew Victor <avictor.za@gmail.com>.
29922
29923 Signed-off-by: Stelian Pop <stelian@popies.net>
29924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29925
180a90ab
WD
29926commit 79dd1712689d6a5031d7cbff54957049680751c7
29927Author: Markus Klotzbücher <mk@denx.de>
29928Date: Thu May 8 16:00:55 2008 +0200
29929
29930 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
29931
29932 When using dhcp/bootp the "netmask" environment variable is not set
29933 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
29934 desireable, so the following patch adds this this option to the board
29935 config.
29936
29937 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29938 Signed-off-by: Stefan Roese <sr@denx.de>
29939
29940commit 869d14b4cc2e47de2ddcb117bad0407a44436684
29941Author: Stefan Roese <sr@denx.de>
29942Date: Sat May 10 10:30:36 2008 +0200
29943
29944 ppc4xx: Update Makalu defconfig to use device-tree booting as default
29945
29946 This patch reworks the default environment on Makalu. Now "net_nfs" for
29947 example uses the device-tree style booting formerly know as "net_nfs_fdt".
29948 Also the addresses in RAM were changed because of the new image booting
29949 support, which check for image overwriting. So the addresses needed to
29950 get adjusted.
29951
29952 Signed-off-by: Stefan Roese <sr@denx.de>
29953
29954commit f3612a7b199cab3942f60d9c1392eb39d58cc699
29955Author: Becky Bruce <bgill@freescale.com>
29956Date: Wed May 7 13:28:16 2008 -0500
29957
29958 PPC: fix map_physmem build warning
29959
29960 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
29961 enabled. This quiets the warning.
29962
29963 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
29964
29965commit 36f32675f40292002ee1fed252c180a43022d2d4
29966Author: Becky Bruce <bgill@freescale.com>
29967Date: Wed May 7 13:24:57 2008 -0500
29968
29969 Update pci code to use phys_addr_t
29970
29971 Physical addrs need to be represented by phys_addr_t, not
29972 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
29973 are going to fail mightily.
29974
29975 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29976
29977commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
29978Author: Nick Spence <nick.spence@freescale.com>
29979Date: Thu May 8 22:32:22 2008 -0700
29980
29981 Support legacy multi-type images without FDT section.
29982
29983 This patch enables legacy multi-type images containing only a Linux kernel
29984 and root file system to be loaded, maintaining compatibility with previous
29985 versions of u-boot.
29986
29987 This is required when using old image files such as a Linux 2.4 kernel /
29988 filesystem.
29989
29990 Signed-off-by: Nick Spence <nick.spence@freescale.com>
29991 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
29992
29993commit 881031d9732783b7aeae2198fc7eb480ae8974a6
29994Author: Wolfgang Denk <wd@denx.de>
29995Date: Sat May 10 00:38:02 2008 +0200
29996
29997 Update CHANGELOG.
29998
29999 Signed-off-by: Wolfgang Denk <wd@denx.de>
30000
881031d9
WD
30001commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
30002Author: Wolfgang Denk <wd@denx.de>
30003Date: Sat May 10 00:36:09 2008 +0200
30004
30005 post/cpu/ppc4xx/Makefile: line length cleanup
30006
30007 Signed-off-by: Wolfgang Denk <wd@denx.de>
30008
30009commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
30010Author: Stelian Pop <stelian@popies.net>
30011Date: Thu May 8 22:52:09 2008 +0200
30012
30013 Fix @ -> <at> substitution
30014
30015 When applying the AT91CAP9 patches upstream, something transformed
30016 the '@' character into the ' <at> ' sequence.
30017
30018 The patch below restores the original form in all the places where
30019 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
30020 were copied from AT91CAP9, and a couple of other files where the
30021 ' <at> ' sequence was present).
30022
30023 Signed-off-by: Stelian Pop <stelian@popies.net>
30024
30025commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
30026Author: Stelian Pop <stelian@popies.net>
30027Date: Thu May 8 22:52:10 2008 +0200
30028
30029 Update origin and copyright information in arch-at91sam9 header files
30030
30031 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
30032 copied from the Linux kernel sources. This patch explicitly specifies
30033 this origin for all the copied headers, and for those missing copyright
30034 information, adds it.
30035
30036 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
30037 in the latest kernel sources by 'at91sam9_smc.h'.
30038
30039 The copyright information has been confirmed by the AT91 Linux kernel
30040 maintainer, Andrew Victor <avictor.za@gmail.com>.
30041
30042 Signed-off-by: Stelian Pop <stelian@popies.net>
30043
30044commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
30045Author: Stelian Pop <stelian@popies.net>
30046Date: Thu May 8 22:52:11 2008 +0200
30047
30048 Add copyright information in Atmel boards partition.c
30049
30050 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
30051 the new created files. This patch fixes the problem.
30052
30053 Signed-off-by: Stelian Pop <stelian@popies.net>
30054
30055commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
30056Author: Guennadi Liakhovetski <lg@denx.de>
30057Date: Thu May 8 10:09:27 2008 +0200
30058
30059 mx31ads: fix 32kHz clock handling
30060
30061 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
30062 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
30063 Also fix a typo when verifying a jumper configuration. While at it, make
30064 two needlessly global functions static.
30065
30066 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30067
30068commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
30069Author: Marian Balakowicz <m8@semihalf.com>
30070Date: Wed May 7 13:10:04 2008 +0200
30071
30072 Avoid initrd and logbuffer area overlaps
30073
30074 Add logbuffer to reserved LMB areas to prevent initrd allocation
30075 from overlaping with it.
30076
30077 Make sure to use correct logbuffer base address.
30078
30079 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30080
30081commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
30082Author: Marian Balakowicz <m8@semihalf.com>
30083Date: Wed May 7 13:08:54 2008 +0200
30084
30085 ppc: Cleanup get_effective_memsize() use
30086
30087 Removed duplicated effective memory size calculation code.
30088
30089 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30090
30091commit 273c37d843d5b581090378016cd12dd9c586907b
30092Author: Marian Balakowicz <m8@semihalf.com>
30093Date: Wed May 7 09:03:53 2008 +0200
30094
30095 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
30096
30097 Recent modifcations to LOGBUFFER handling code were incorrecly
30098 introduced to fit_check_kernel() routine during
30099 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
30100 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
30101
30102 This patch cleans up this merge issue.
30103
30104 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30105
30106commit bc11756daff89a3de09ca80adac962b88cf06e6e
30107Author: Grant Erickson <gerickson@nuovations.com>
30108Date: Tue May 6 20:16:15 2008 -0700
30109
30110 Propagate Error Status to the Shell on fw_printenv Errors
30111
30112 Changed implementation such that fw_printenv returns failure status
30113 when one or more specified variables do not exist or when incorrect
30114 command syntax is used.
30115
30116 This aids scripting fw_printenv such that the script can key of the
30117 return status rather than relying on standard error "scraping".
30118
30119 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30120 Signed-off-by: Wolfgang Denk <wd@denx.de>
30121
30122commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
30123Author: Grant Erickson <gerickson@nuovations.com>
30124Date: Tue May 6 16:18:00 2008 -0700
30125
30126 Fix Compilation Errors with 'tools/env/fw_printenv'
30127
30128 In the current top-of-tree, 1.3.3.-rc2, the optional tool
30129 'tools/env/fw_printenv' fails to compile for two reasons:
30130
30131 1) The header watchdog.h cannot be found.
30132 2) The header zlib.h is picked up from the tool chain rather than the
30133 project causing a prototype conflict for crc32.
30134
30135 This patch addresses both of these issues.
30136
30137 Platforms Tested On:
30138 - AMCC "Kilauea"
30139
30140 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30141
30142commit 597f6c26a18b389903a64692bacbf9a1ca69355b
30143Author: James Yang <James.Yang@freescale.com>
30144Date: Mon May 5 10:22:53 2008 -0500
30145
30146 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
30147
30148 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
30149 work before relocating to RAM because command history is written into
30150 a global array that is not writable before relocation. This patch
30151 defers to the no-editing and no-history code in readline_into_buffer()
30152 if it is called before relocation.
30153
30154 Signed-off-by: James Yang <James.Yang@freescale.com>
30155 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30156
30157commit 726c0f1e5f108dccea052965123b95837d2bd402
30158Author: Detlev Zundel <dzu@denx.de>
30159Date: Mon May 5 16:11:22 2008 +0200
30160
30161 cosmetic: Adjust coding style for switch statements to be consistent
30162
30163 Signed-off-by: Detlev Zundel <dzu@denx.de>
30164
30165commit 574b319512b13e10800f0045e39b993f4ca25e42
30166Author: Detlev Zundel <dzu@denx.de>
30167Date: Mon May 5 16:11:21 2008 +0200
30168
30169 Fix disk type output in disk/part.c
30170
30171 Signed-off-by: Detlev Zundel <dzu@denx.de>
30172
30173commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
30174Author: Vlad Lungu <vlad.lungu@windriver.com>
30175Date: Mon May 5 14:20:03 2008 +0300
30176
30177 Mail address change, documentation modified
30178
30179 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
30180
30181commit 4d49b28038e2819088e8356a77212fc95a89ce5a
30182Author: Michal Simek <monstr@monstr.eu>
30183Date: Sun May 4 15:42:41 2008 +0200
30184
30185 microblaze: Repare intc handling
30186
30187 Signed-off-by: Michal Simek <monstr@monstr.eu>
30188
30189commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
30190Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30191Date: Sun May 4 15:17:52 2008 +0200
30192
30193 include/gitignore: update to all architectures
30194
30195 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30196
30197commit 1df368aed3b8bc240fe1595d290b0e91b22961da
30198Author: Marcel Ziswiler <marcel@ziswiler.com>
30199Date: Mon May 5 02:12:06 2008 +0200
30200
30201 ide: Remove spurious second include of io.h
30202
30203 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
30204
30205 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30206
30207commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
30208Author: Adrian Filipi <adrian.filipi@eurotech.com>
30209Date: Tue May 6 16:46:37 2008 -0400
30210
30211 Fix some typos
30212
30213 This patch fixes three typos.
30214 The first is a repetition of CONFIG_CMD_BSP.
30215 The second makes the #endif comment match its #if.
30216 The third is a spelling error.
30217
30218 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
30219
30220commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
30221Author: Grant Erickson <gerickson@nuovations.com>
30222Date: Sun May 4 16:45:01 2008 -0700
30223
30224 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
30225
30226 Add support for the recognition of 'powerpc' as an alias for the PowerPC
30227 architecture type since Linux is already trending in that direction,
30228 preferring 'powerpc' to 'ppc'.
30229
30230 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
30231
30232commit f5a24259190c388c2527bdc49fee34577d862cc7
30233Author: Wheatley Travis <Travis.Wheatley@freescale.com>
30234Date: Fri May 2 13:35:15 2008 -0700
30235
30236 7450 and 86xx L2 cache invalidate bug corrections
30237
30238 The 7610 and related parts have an L2IP bit in the L2CR that is
30239 monitored to signal when the L2 cache invalidate is complete whereas the
30240 7450 and related parts utilize L2I for this purpose. However, the
30241 current code does not account for this difference. Additionally the 86xx
30242 L2 cache invalidate code used an "andi" instruction where an "andis"
30243 instruction should have been used.
30244
30245 This patch addresses both of these bugs.
30246
30247 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
30248 Acked-By: Jon Loeliger <jdl@freescale.com>
30249
30250commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
30251Author: Wolfgang Denk <wd@denx.de>
30252Date: Fri May 9 10:16:13 2008 +0200
30253
30254 Avoid infinite loop "Generating include/autoconf.mk"
30255
30256 Fix a bogus circular dependency that caused an infinite loop of
30257 "Generating include/autoconf.mk" again and again.
30258
30259 Signed-off-by: Wolfgang Denk <wd@denx.de>
30260
01db232d
WD
30261commit 567fb852178dbf59529d7301620a3f3732a4b02d
30262Author: Stelian Pop <stelian@popies.net>
30263Date: Thu May 8 22:52:09 2008 +0200
30264
30265 Fix @ -> <at> substitution
30266
30267 When applying the AT91CAP9 patches upstream, something transformed
30268 the '@' character into the ' <at> ' sequence.
30269
30270 The patch below restores the original form in all the places where
30271 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
30272 were copied from AT91CAP9, and a couple of other files where the
30273 ' <at> ' sequence was present).
30274
30275 Signed-off-by: Stelian Pop <stelian@popies.net>
30276 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30277
30278commit 73ccb3410a0785593cda7aee455dfc51f790e281
30279Author: Gary Jennejohn <gary.jennejohn@freenet.de>
30280Date: Mon Apr 28 14:04:32 2008 +0200
30281
30282 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
30283
30284 Signed-off-by: Gary Jennejohn <garyj@denx.de>
30285 Signed-off-by: Stefan Roese <sr@denx.de>
30286
881031d9
WD
30287commit ef2642625cbfb1c3695e3478d08ae515052a4950
30288Author: Stefan Roese <sr@denx.de>
30289Date: Thu May 8 11:10:46 2008 +0200
30290
30291 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
30292
30293 Signed-off-by: Stefan Roese <sr@denx.de>
30294
30295commit a00eccfebc954ad9485161efeca7d9aaf626d530
30296Author: Stefan Roese <sr@denx.de>
30297Date: Thu May 8 11:05:15 2008 +0200
30298
30299 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
30300
30301 This patch adds fdt (flattened device tree) support to all remaining AMCC
30302 eval boards. Most newer boards already support device tree. With this patch,
30303 all AMCC boards now enable device tree passing from U-Boot to Linux
30304 arch/powerpc kernels.
30305
30306 Signed-off-by: Stefan Roese <sr@denx.de>
30307
30308commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
30309Author: Stefan Roese <sr@denx.de>
30310Date: Thu May 8 11:01:09 2008 +0200
30311
30312 ppc4xx: Add weak default ft_board_setup() routine
30313
30314 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
30315 This routine is defined as weak and can be overwritten by a board specific
30316 one if needed.
30317
30318 Signed-off-by: Stefan Roese <sr@denx.de>
30319
30320commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
30321Author: Stefan Roese <sr@denx.de>
30322Date: Thu May 8 10:48:58 2008 +0200
30323
30324 ppc4xx: acadia: Add fdt support and fix section overlap problem
30325
30326 This patch adds fdt (flattened device tree) support to the AMCC
30327 Acadia eval board. This increases the image size and it doesn't
30328 fit anymore into 256kByte. Since we didn't want to remove features
30329 from the configuration, we decided to increase the U-Boot image size
30330 (add one flash sector).
30331
30332 Also changed the default environment definition to make it
30333 independent of such changes.
30334
30335 Signed-off-by: Stefan Roese <sr@denx.de>
30336
30337commit 4adb3023de75bc150f088c8935db340930ad38c8
30338Author: Ira Snyder <iws@ovro.caltech.edu>
30339Date: Tue Apr 29 11:18:54 2008 -0700
30340
30341 ppc4xx: Add device tree support to AMCC Yosemite
30342
30343 Add support for booting with a device tree blob. This is needed to boot
30344 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
30345 via the ethaddr variable.
30346
30347 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
30348 Signed-off-by: Stefan Roese <sr@denx.de>
30349
30350commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
30351Author: Dave Mitchell <dmitchell@amcc.com>
30352Date: Wed May 7 09:00:23 2008 -0700
30353
30354 ppc4xx: Fix typos in 460GT/EX FBDV array
30355
30356 Corrected two typos in the 460GT/EX FBDV array.
30357
30358 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
30359 Signed-off-by: Stefan Roese <sr@denx.de>
30360
30361commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
30362Author: Andy Fleming <afleming@freescale.com>
30363Date: Wed May 7 16:54:31 2008 -0500
30364
30365 85xx: Limit CPU2 workaround to parts that have the errata
30366
30367 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
30368 Signed-off-by: Andy Fleming <afleming@freescale.com>
30369
30370commit a5fe514e8ace564300d2c1d73846ddff49654243
30371Author: Lee Nipper <lee.nipper@freescale.com>
30372Date: Fri Apr 25 15:44:45 2008 -0500
30373
30374 mpc83xx: system performance settings for MPC8349EMDS.
30375
30376 These same settings are used on MPC8349ITX, and
30377 improve performance on MPC8349EMDS.
30378
30379 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
30380 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30381
30382commit 49387dba910e485640b575e920ee463b7e611dc3
30383Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30384Date: Tue May 6 13:22:52 2008 +0900
30385
30386 [MIPS] cpu/mips/cache.S: Fix build warning
30387
30388 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
30389 warns illegal global symbol references by bal (and jal also) instruction.
30390 This does not happen with the latest binutils v2.18.
30391
30392 Here's an example on gth2_config:
30393
30394 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
30395 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
30396 c -EB -c -o cache.o cache.S
30397 cache.S: Assembler messages:
30398 cache.S:243: Warning: Pretending global symbol used as branch target is local.
30399 cache.S:250: Warning: Pretending global symbol used as branch target is local.
30400
30401 In principle, gas might be sensitive to global symbol references in PIC
30402 code because they should be processed through GOT (global offset table).
30403 But if `bal' instruction is used, it results in PC-based offset jump.
30404 This is the cause of this warning.
30405
30406 In practice, we know it doesn't matter whether PC-based reference or GOT-
30407 based. As for this case, both will work before/after relocation. But let's
30408 fix the code.
30409
30410 This patch explicitly sets up a target address, then jump there.
30411 Here's an example of disassembled code with/without this patch.
30412
30413 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
30414 9000066c: ac80fffc sw zero,-4(a0)
30415 90000670: 01402821 move a1,t2
30416 -90000674: 0411ffba bal 90000560 <mips_init_icache>
30417 -90000678: 01803021 move a2,t4
30418 -9000067c: 01602821 move a1,t3
30419 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
30420 -90000684: 01a03021 move a2,t5
30421 -90000688: 03000008 jr t8
30422 -9000068c: 00000000 nop
30423 +90000674: 01803021 move a2,t4
30424 +90000678: 8f8f83ec lw t7,-31764(gp)
30425 +9000067c: 01e0f809 jalr t7
30426 +90000680: 00000000 nop
30427 +90000684: 01602821 move a1,t3
30428 +90000688: 01a03021 move a2,t5
30429 +9000068c: 8f8f81e0 lw t7,-32288(gp)
30430 +90000690: 01e0f809 jalr t7
30431 +90000694: 00000000 nop
30432 +90000698: 03000008 jr t8
30433 +9000069c: 00000000 nop
30434
30435 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30436
30437commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
30438Author: Vlad Lungu <vlad.lungu@windriver.com>
30439Date: Mon May 5 14:04:00 2008 +0300
30440
30441 Allow building mips versions with ELDK 3.1.1
30442
30443 .gpword works only with local symbols on certain binutils versions
30444
30445 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
30446
30447commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
30448Author: Wolfgang Denk <wd@denx.de>
30449Date: Mon May 5 12:52:36 2008 +0200
30450
30451 MAKEALL: add inka4x0 board
30452
30453 Signed-off-by: Wolfgang Denk <wd@denx.de>
30454
30455commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
30456Author: Wolfgang Denk <wd@denx.de>
30457Date: Sun May 4 21:34:23 2008 +0200
30458
30459 kb9202 board: fix build problem.
30460
30461 Signed-off-by: Wolfgang Denk <wd@denx.de>
30462
30463commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
30464Author: Wolfgang Denk <wd@denx.de>
30465Date: Sun May 4 12:10:33 2008 +0200
30466
30467 Prepare for v1.3.3-rc3
30468
30469 Update ChNAGELOG, minor white space cleanup.
30470
30471 Signed-off-by: Wolfgang Denk <wd@denx.de>
30472
6adf61dc
WD
30473commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
30474Author: Wolfgang Denk <wd@denx.de>
30475Date: Sun May 4 00:35:15 2008 +0200
30476
30477 drivers/net/tsec.c: Fix typo.
30478
30479 Signed-off-by: Wolfgang Denk <wd@denx.de>
30480
30481commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
30482Author: Mike Frysinger <vapier@gentoo.org>
30483Date: Fri May 2 21:45:12 2008 -0400
30484
30485 version_autogenerated.h: use printf rather than echo -n
30486
30487 Some systems are dumb and do not implement the -n flag to echo (like OS X).
30488 Convert the Makefile to use printf as this should work everywhere.
30489
30490 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30491 Signed-off-by: Wolfgang Denk <wd@denx.de>
30492
30493commit 4acc2a108ad0a669165924704a6cb083f9138242
30494Author: Mike Frysinger <vapier@gentoo.org>
30495Date: Fri May 2 18:17:50 2008 -0400
30496
30497 fix building when saveenv is disabled in some setups
30498
30499 If you enable environment in the flash, but disable the embedded
30500 option, and you disable the saveenv command, then the #if nested
30501 logic will trigger a compile failure:
30502 env_flash.c: In function 'env_relocate_spec':
30503 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
30504 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
30505
30506 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30507
30508commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
30509Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
30510Date: Fri May 2 16:10:04 2008 -0400
30511
30512 SBC8548: fix address mask to allow 64M flash
30513
30514 Fix incorrect mask to enable all 64MB of onboard flash.
30515 Previously U-Boot incorrectly mapped only 8MB of flash, this
30516 patch correctly maps all the available flash.
30517
30518 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
30519
30520commit 3648085c464c8c22ef76fab006ca4344d3796124
30521Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30522Date: Fri May 2 19:48:56 2008 +0200
30523
30524 qemu_mips: add README
30525
30526 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30527
30528commit 6fdd002689190a0022c7b3dbab37fcba724580ce
30529Author: Marcel Ziswiler <marcel@ziswiler.com>
30530Date: Fri May 2 02:35:59 2008 +0200
30531
30532 Fix misspelled comment
30533
30534 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30535
30536commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
30537Author: Mike Frysinger <vapier@gentoo.org>
30538Date: Thu May 1 04:13:05 2008 -0400
30539
30540 mkimage: make mmap() checks consistent
30541
30542 The mmap() related code is full of inconsistent casts/constants when
30543 it comes to error checking, and may break when building on some
30544 systems (like ones that do not implicitly define the caddr_t type).
30545 Let's just avoid the whole mess by writing the code nice and clean in
30546 the first place.
30547
30548 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30549
30550commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
30551Author: Marcel Ziswiler <marcel@ziswiler.com>
30552Date: Thu May 1 09:05:34 2008 +0200
30553
30554 Fix defined but not used build warning
30555
30556 - warning: 'srom' defined but not used
30557
30558 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30559
30560commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
30561Author: Marcel Ziswiler <marcel@ziswiler.com>
30562Date: Thu May 1 09:05:26 2008 +0200
30563
30564 Fix implicit declaration build warnings
30565
30566 - warning: implicit declaration of function ‘serial_initialize’
30567
30568 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30569
30570commit 9acde129cc3f9c1b3bc11a821480dd446774d618
30571Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30572Date: Tue Apr 29 19:18:32 2008 +0200
30573
30574 TSEC: add config options for VSC8601 RGMII PHY
30575
30576 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
30577 and Tx clock lines. They are configured using 2 bits in extended
30578 register 0x17.
30579 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
30580 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
30581
30582 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30583 Acked-by: Andy Fleming <afleming@freescale.com>
30584 Acked-by: Ben Warren <biggerbadderben@gmail.com>
30585 --
30586
30587 drivers/net/tsec.c | 6 ++++++
30588 drivers/net/tsec.h | 3 +++
30589 2 files changed, 9 insertions(+), 0 deletions(-)
30590
30591commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
30592Author: Wolfgang Denk <wd@denx.de>
30593Date: Sat May 3 23:07:15 2008 +0200
30594
30595 Revert "ColdFire: Get information from the correct GCC"
30596
30597 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
30598 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
30599
30600commit c4e5f52a58d278eebb87f476e353972c5dacea40
30601Author: Wolfgang Denk <wd@denx.de>
30602Date: Sat May 3 22:25:00 2008 +0200
30603
30604 config.mk: use correct (cross) compiler
30605
30606 Some config.mk files reference $(CC) to test for specific tool chain
30607 features, so make sure $(CC) gets set before including any such
30608 config files.
30609
30610 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
30611 the correct GCC").
30612
30613 Signed-off-by: Wolfgang Denk <wd@denx.de>
30614
30615commit 27c38689d0cfde0e444239345f97b5eecc9f4067
30616Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30617Date: Thu May 1 02:13:44 2008 +0200
30618
30619 pxa: fix previous definition on cpu init
30620
30621 start.S:183:1: warning: "ICMR" redefined
30622 In file included from start.S:33:
30623 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
30624 start.S:187:1: warning: "RCSR" redefined
30625 ...
30626
30627 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30628
30629commit 6d12e697de794d700767f22f950e3026ccf4daf6
30630Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30631Date: Thu May 1 02:13:43 2008 +0200
30632
30633 pxa: fix pcmcia operation on 'i' may be undefined
30634
30635 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30636 Signed-off-by: Wolfgang Denk <wd@denx.de>
30637
30638commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
30639Author: Kumar Gala <galak@kernel.crashing.org>
30640Date: Wed Apr 30 16:24:35 2008 -0500
30641
30642 MPC8610HPCD: Drop -O2 from the build flags
30643
30644 Make the flags use -Os like all other boards
30645
30646 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30647
30648commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
30649Author: Stefan Roese <sr@denx.de>
30650Date: Wed Apr 30 15:50:39 2008 +0200
30651
30652 RTC: Fix month offset by one problem in M41T62 RTC driver
30653
30654 This patch fixes a problem with the month being read and written
30655 incorrectly (offset by one). This only gets visible by also using
30656 the Linux driver (rtc-m41t80).
30657
30658 Tested on AMCC Canyonlands.
30659
30660 Signed-off-by: Stefan Roese <sr@denx.de>
30661
30662commit 141ba1cad8e6598a2466e7e2976c6a12285df619
30663Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30664Date: Sat May 3 13:51:44 2008 +0900
30665
30666 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
30667
30668 Current trick to pick up GNU assembler minor version uses a dot(.) as a
30669 delimiter, and take the second field to obtain minor version number. But
30670 as can be expected, this doesn't work with a version string which has
30671 dots more than needs.
30672
30673 Here's an example:
30674
30675 $ mips-linux-gnu-as --version | grep 'GNU assembler'
30676 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
30677 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
30678 2-129) 2
30679 $
30680
30681 This patch restricts the version format to 2.XX.XX... This will work
30682 in most cases.
30683
30684 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
30685 2.18.50.20080215
30686 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
30687 18
30688 $
30689
30690 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30691
30692commit ea638951acead7f1086c908c0b9f086beab82a22
30693Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30694Date: Sat May 3 13:51:28 2008 +0900
30695
30696 [MIPS] cpu/mips/cache.S: Add dcache_enable
30697
30698 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
30699 "allow ports to override bootelf behavior") requires ports to have this
30700 function.
30701
30702 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30703 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30704
30705commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
30706Author: Wolfgang Denk <wd@denx.de>
30707Date: Thu May 1 21:30:16 2008 +0200
30708
30709 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
30710
30711 Onenand needs a version of memcpy() which performs 16 bit accesses
30712 only; make sure the name does not conflict with the standard
30713 function.
30714
30715 Signed-off-by: Wolfgang Denk <wd@denx.de>
30716
30717commit 12bc4e94251c369c529ffa505cf58b148c372f7f
30718Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30719Date: Wed Apr 30 22:38:17 2008 +0200
30720
30721 cmd_nand: fix warning: str2long ncompatible pointer type
30722
30723 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30724
30725commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
30726Author: Timur Tabi <timur@freescale.com>
30727Date: Fri Apr 4 11:16:11 2008 -0500
30728
30729 Fix calculation of I2C clock for some 86xx chips
30730
30731 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
30732 There is no pattern that can be used to determine which chips use which
30733 frequency, so the only way to determine is to look up the actual SOC
30734 designation and use the right value for that SOC.
30735
30736 Signed-off-by: Timur Tabi <timur@freescale.com>
30737
30738commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
30739Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30740Date: Wed Apr 30 12:11:19 2008 -0500
30741
30742 ColdFire: Fix ethernet hang issue for mcf547x_8x
30743
30744 The ethernet hang is caused by receiving buffer in DRAM is not
30745 yet ready due to access cycles require longer time in DRAM.
30746 Relocate DMA buffer descriptors from DRAM to internal SRAM.
30747
30748 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30749
30750commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
30751Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30752Date: Wed Apr 30 12:10:47 2008 -0500
30753
30754 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
30755
30756 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
30757 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30758
30759commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
30760Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30761Date: Wed Apr 30 12:10:23 2008 -0500
30762
30763 ColdFire: Get information from the correct GCC
30764
30765 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
30766 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30767
30768commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
30769Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
30770Date: Wed Apr 30 18:02:59 2008 +0200
30771
30772 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
30773
30774 Fix warnings
30775
30776 nv_nand.c: In function 'saveenv':
30777 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
30778 env_nand.c: In function 'env_relocate_spec':
30779 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
30780
30781 if compiled for davinci_schmoogie_config.
30782
30783 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
30784 Ack by: Sergey Kubushyn <ksi@koi8.net>
30785
30786commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
30787Author: Anatolij Gustschin <agust@denx.de>
30788Date: Wed Apr 30 13:34:40 2008 +0200
30789
30790 Fix warnings while compiling net/net.c for MPC8610HPCD board
30791
30792 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
30793 causing overriding default -Os option. New gcc (ver. 4.2.2)
30794 produces warnings while compiling net/net.c file with -O2
30795 option. The patch is an attempt to fix this.
30796
30797 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30798
30799commit 58b575e575c25fdf8c88141e145db201f3092149
30800Author: Sascha Laue <Sascha.Laue@gmx.biz>
30801Date: Wed Apr 30 15:23:38 2008 +0200
30802
30803 lwmon5: fix offset error in sysmon0 POST
30804
30805 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
30806 Signed-off-by: Wolfgang Denk <wd@denx.de>
30807
30808commit e7419b243a373de4ee042f7d4f45f66de787240d
30809Author: Sascha Laue <Sascha.Laue@gmx.biz>
30810Date: Wed Apr 30 15:16:35 2008 +0200
30811
30812 lwmon5: fix manual merge error in POST
30813
30814 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
30815
30816commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
30817Author: Wolfgang Denk <wd@denx.de>
30818Date: Wed Apr 30 17:46:26 2008 +0200
30819
30820 cmd_nand.c: fix another 'incompatible pointer type' warning.
30821
30822 Signed-off-by: Wolfgang Denk <wd@denx.de>
30823
30824commit de109d909707e2dfe806be5efc3cdb103b47c8ad
30825Author: Wolfgang Denk <wd@denx.de>
30826Date: Wed Apr 30 17:25:07 2008 +0200
30827
30828 Makefile: fix parallel builds
30829
30830 This problem shows up with parallel builds only; it results in
30831 somewhat cryptic error messages like
30832
30833 $ JOBS=-j6 MAKEALL netstar
30834 Configuring for netstar board...
30835 arm-linux-ld: cannot find -lgeneric
30836 make[1]: *** [eeprom.srec] Error 1
30837
30838 A few boards (like netstar and voiceblue) need some libraries for
30839 building; however, the board Makefile does not contain any such
30840 dependencies which may cause problems with parallel builds. Adding
30841 such dependencies is difficult as we would also have to provide build
30842 rules, which already exist in the respective library Makefiles.
30843
30844 To solve this, we make sure that all libraries get built before the
30845 board code.
30846
30847 Signed-off-by: Wolfgang Denk <wd@denx.de>
30848
30849commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
30850Author: Stefan Roese <sr@denx.de>
30851Date: Wed Apr 30 14:51:36 2008 +0200
30852
30853 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
30854
30855 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
30856 used for NAND booting to match the values needed for the new 512MB
30857 DIMM modules shipped with the productions boards:
30858
30859 Crucial: CT6464AC667.8FB
30860
30861 Signed-off-by: Stefan Roese <sr@denx.de>
30862
30863commit ea9202a659dc75996facf1475f1866a19a9d3129
30864Author: Stefan Roese <sr@denx.de>
30865Date: Wed Apr 30 10:49:43 2008 +0200
30866
30867 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
30868
30869 This patch fixes a problem with DIMMs that have 8 banks. Now the
30870 MCIF0_MBxCF register will be setup correctly for this setup too.
30871
30872 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
30873
30874 Signed-off-by: Stefan Roese <sr@denx.de>
30875
30876commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
30877Author: Wolfgang Denk <wd@denx.de>
30878Date: Tue Apr 29 23:41:06 2008 +0200
30879
30880 Prepare v1.3.3-rc2, again.
30881
30882 Signed-off-by: Wolfgang Denk <wd@denx.de>
30883
76617299
WD
30884commit b7fcc4c13993782342cf5cd20d237a6281648a0b
30885Author: Wolfgang Denk <wd@denx.de>
30886Date: Tue Apr 29 23:35:24 2008 +0200
30887
30888 Prepare v1.3.3-rc2
30889
30890 Signed-off-by: Wolfgang Denk <wd@denx.de>
30891
b7fcc4c1
WD
30892commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
30893Author: Wolfgang Denk <wd@denx.de>
30894Date: Tue Apr 29 23:32:20 2008 +0200
30895
30896 common/env_nand.c: fix one more incompatible pointer type issue
30897
30898 Signed-off-by: Wolfgang Denk <wd@denx.de>
30899
30900commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
30901Author: Wolfgang Denk <wd@denx.de>
30902Date: Tue Apr 29 21:33:08 2008 +0200
30903
30904 post/board/lwmon5/sysmon.c: fix manual merge error.
30905
30906 Signed-off-by: Wolfgang Denk <wd@denx.de>
30907
30908commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
30909Author: Kumar Gala <galak@kernel.crashing.org>
30910Date: Tue Apr 29 12:54:59 2008 -0500
30911
30912 85xx: Add -mno-spe to e500/85xx builds
30913
30914 Newer gcc's might be configured to enable autovectorization by default.
30915 If we happen to build with one of those compilers we will get SPE
30916 instructions in random code.
30917
30918 -mno-spe disables the compiler for automatically generating SPE
30919 instructions without our knowledge.
30920
30921 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30922
30923commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
30924Author: Kumar Gala <galak@kernel.crashing.org>
30925Date: Tue Apr 29 10:18:34 2008 -0500
30926
30927 Update .gitignore for zlib.h
30928
30929 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30930
30931commit 45239cf4152109caa925145ccd433529902df887
30932Author: Kumar Gala <galak@kernel.crashing.org>
30933Date: Tue Apr 29 10:27:08 2008 -0500
30934
30935 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
30936
30937 All the 85xx and 86xx UM describe the register as timing_cfg_3
30938 not as ext_refrec.
30939
30940 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30941
30942commit ef7d30b14394e4c4a153118f5845760cadada02a
30943Author: Kumar Gala <galak@kernel.crashing.org>
30944Date: Tue Apr 29 10:28:34 2008 -0500
30945
30946 85xx/86xx: Rename DDR init address and init extended address register
30947
30948 Rename init_addr and init_ext_addr to match the docs between
30949 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
30950
30951 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30952
30953commit cf6cc014270549684873a5972d2595052c468cb6
30954Author: Kumar Gala <galak@kernel.crashing.org>
30955Date: Mon Apr 28 02:24:04 2008 -0500
30956
30957 85xx: Additional fixes and cleanup of MP code
30958
30959 * adjust __spin_table alignment to match ePAPR v0.94 spec
30960 * loop over all cpus when determing who is up. This fixes an issue if
30961 the "boot cpu" isn't core0. The "boot cpu" will already be in the
30962 cpu_up_mask so there is no harm
30963 * Added some protection in the code to ensure proper behavior. These
30964 changes are explicitly needed but don't hurt:
30965 - Added eieio to ensure the "hot word" of the table is written after
30966 all other table updates have occurred.
30967 - Added isync to ensure we don't prefetch loading of table entries
30968 until we a released
30969
30970 These issues we raised by Dave Liu.
30971
30972 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30973
30974commit b2d527a8b9fb50afccbaf79b5540952585cdc760
30975Author: Yuri Tikhonov <yur@emcraft.com>
30976Date: Tue Apr 29 15:06:41 2008 +0200
30977
30978 lwmon5: minor clean-up to include/configs/lwmon5.h
30979
30980 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
30981 the CFG_DSPIC_TEST_ADDR definition more readable.
30982
30983 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30984
30985commit f4c4d21a885ccc222fd0acdf653b683249e85117
30986Author: Stefan Roese <sr@denx.de>
30987Date: Tue Apr 29 16:08:05 2008 +0200
30988
30989 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
30990
30991 Signed-off-by: Stefan Roese <sr@denx.de>
30992
30993commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
30994Author: Yuri Tikhonov <yur@emcraft.com>
30995Date: Tue Apr 29 13:32:45 2008 +0200
30996
30997 ppc flush_cache: add watch-dog triggering into the loops.
30998
30999 Some boards (e.g. lwmon5) need rather a frequent watch-dog
31000 kicking. Since the time it takes for the flush_cache() function
31001 to complete its job depends on the size of data being flushed, one
31002 may encounter watch-dog resets on such boards when, for example,
31003 download big files over ethernet.
31004
31005 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31006
31007commit cab99d6f3281ab6784feccf98b9b425daa58418a
31008Author: Stefan Roese <sr@denx.de>
31009Date: Tue Apr 29 14:44:54 2008 +0200
31010
31011 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
31012
31013 Signed-off-by: Stefan Roese <sr@denx.de>
31014
31015commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
31016Author: Stefan Roese <sr@denx.de>
31017Date: Tue Apr 29 14:12:07 2008 +0200
31018
31019 ppc4xx: Fix Katmai CFG_MONITOR_LEN
31020
31021 Signed-off-by: Stefan Roese <sr@denx.de>
31022
31023commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
31024Author: Stefan Roese <sr@denx.de>
31025Date: Tue Apr 29 13:57:07 2008 +0200
31026
31027 ppc4xx: Complete remove bogus dflush()
31028
31029 Since the current dflush() implementation is know to have some problems
31030 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
31031 it by using clean_dcache_range().
31032
31033 Tested on Katmai with ECC DIMM.
31034
31035 Signed-off-by: Stefan Roese <sr@denx.de>
31036
31037commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
31038Author: Stefan Roese <sr@denx.de>
31039Date: Tue Apr 29 13:36:51 2008 +0200
31040
31041 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
31042
31043 As it seems the "old" ECC initialization routine by using dflush() didn't
31044 write all lines in the dcache back to memory on lwmon5. This could lead
31045 to ECC error upon Linux booting. This patch changes the program_ecc()
31046 routine to now use clean_dcache_range() instead of dflush().
31047 clean_dcache_range() uses dcbst which is exactly what we want in this
31048 case.
31049
31050 Since dflush() is known is cause problems, this routine will be
31051 removed completely and replaced by clean_dcache_range() with an
31052 additional patch.
31053
31054 Signed-off-by: Stefan Roese <sr@denx.de>
31055
31056commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
31057Author: Yuri Tikhonov <yur@emcraft.com>
31058Date: Mon Apr 28 18:19:34 2008 +0200
31059
31060 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
31061
31062 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31063
31064commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
31065Author: Markus Brunner <super.firetwister@googlemail.com>
31066Date: Mon Apr 28 08:47:47 2008 +0200
31067
31068 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
31069
31070 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
31071 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
31072 doesn't exist.
31073
31074 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
31075
76617299
WD
31076commit 2ef7503a593c77a80c2a054011970227c4b62774
31077Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31078Date: Thu Apr 24 07:57:17 2008 +0200
31079
31080 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
31081
31082 Move non-inlied functions into specific drivers file
31083 Set get_prom as weak
31084
31085 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31086 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31087 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31088
31089commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
31090Author: Guennadi Liakhovetski <lg@denx.de>
31091Date: Thu Apr 3 17:04:19 2008 +0200
31092
31093 net: make ARP timeout configurable
31094
31095 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
31096 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
31097 to the boards get lost, which typically are ARP replies. By configuring
31098 the timeout to a lower value we significantly improve the first network
31099 transfer time on this board. The timeout is specified in milliseconds,
31100 later internally it is converted to deciseconds, because it has to be
31101 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
31102 different boards.
31103
31104 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31105 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31106
31107commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
31108Author: Guennadi Liakhovetski <lg@denx.de>
31109Date: Thu Apr 3 13:36:18 2008 +0200
31110
31111 minor cs8900 driver clean up
31112
31113 Remove a redundant register definition, clean up some coding style
31114 violations.
31115
31116 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31117 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31118
b7fcc4c1
WD
31119commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
31120Author: Wolfgang Denk <wd@denx.de>
31121Date: Mon Apr 28 22:01:04 2008 +0200
31122
31123 jffs2_1pass.c: fix incompatible pointer type warning
31124
31125 Signed-off-by: Wolfgang Denk <wd@denx.de>
31126
31127commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
31128Author: Sascha Laue <Sascha.Laue@gmx.biz>
31129Date: Tue Apr 1 10:10:18 2008 +0200
31130
31131 lwmon5: update dsPIC POST spezification
31132
31133 The specification for the lwmon5 board dsPIC POST got changed.
31134 Also add defines for the temperatures and voltages.
31135
31136 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
31137
31138commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
31139Author: Sascha Laue <Sascha.Laue@gmx.biz>
31140Date: Tue Apr 1 15:13:03 2008 +0200
31141
31142 Fix watchdog POST for lwmon5
31143
31144 If the hardware watchdog detects a voltage error, the watchdog sets
31145 GPIO62 to low. The watchdog POST has to detect this low level.
31146
31147 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
31148 Signed-off-by: Wolfgang Denk <wd@denx.de>
31149
31150commit dd5748bcd669f46aeb6686c1b341323843738ccc
31151Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31152Date: Mon Apr 28 14:37:14 2008 +0200
31153
31154 rtl8169: fix compiler warnings
31155
31156 Fix multiple compiler warnings related to argument type mismatch.
31157
31158 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31159
31160commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
31161Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31162Date: Mon Apr 28 14:36:06 2008 +0200
31163
31164 IDE: fix compiler warnings
31165
31166 The IDE driver can use 32-bit addresses in LBA mode, in which case it
31167 spits multiple warnings during compilation. Fix them.
31168
31169 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31170
31171commit db9084de28c46ac81c8f681722cb0d7411be4d7f
31172Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31173Date: Mon Apr 28 14:35:57 2008 +0200
31174
31175 LinkStation: fix compiler warning, add a maintainer
31176
31177 out_8 wants a pointer to an unsigned as the first argument. Add a
31178 maintainer for Linkstation boards.
31179
31180 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31181
31182commit c71abba3cb67b063f789f17abf6c7447727c0cd5
31183Author: Wolfgang Denk <wd@denx.de>
31184Date: Mon Apr 28 14:55:12 2008 +0200
31185
31186 cmd_nand.c: fix "differ in signedness" problem
31187
31188 Signed-off-by: Wolfgang Denk <wd@denx.de>
31189
31190commit f2c288a35341ad02ac03b1563d786763c9c8f159
31191Author: Wolfgang Denk <wd@denx.de>
31192Date: Mon Apr 28 12:48:47 2008 +0200
31193
31194 pcnet.c: fix a merge issue
31195
31196 Signed-off-by: Wolfgang Denk <wd@denx.de>
31197
31198commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
31199Author: Wolfgang Denk <wd@denx.de>
31200Date: Mon Apr 28 12:08:18 2008 +0200
31201
31202 NAND: fix some strict-aliasing compiler warnings
31203
31204 Signed-off-by: Wolfgang Denk <wd@denx.de>
31205
31206commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
31207Author: Stefan Roese <sr@denx.de>
31208Date: Mon Apr 28 11:37:14 2008 +0200
31209
31210 ppc4xx: Fix compile warning of hcu4 board
31211
31212 Signed-off-by: Stefan Roese <sr@denx.de>
31213
31214commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
31215Author: Wolfgang Denk <wd@denx.de>
31216Date: Mon Apr 28 11:31:23 2008 +0200
31217
31218 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
31219
31220 Signed-off-by: Wolfgang Denk <wd@denx.de>
31221
31222commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
31223Author: Guennadi Liakhovetski <lg@denx.de>
31224Date: Mon Apr 28 00:25:32 2008 +0200
31225
31226 mx31ads: fix loadaddr environment variable define
31227
31228 Arithmetic expressions do not get evaluated under stringification. Remove
31229 default network configuration, add DHCP command support. Thanks to Felix
31230 Radensky for reporting.
31231
31232 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31233
31234commit 144eec777ac07bcb12bd38245a5a289f694a7f98
31235Author: Wolfgang Denk <wd@denx.de>
31236Date: Mon Apr 28 10:55:24 2008 +0200
31237
31238 katmai: fix section overlap problem
31239
31240 Since we didn't want to remove features from the configuration, we
31241 decided to increase the U-Boot image size (add one flash sector).
31242
31243 Also changed the default environment definition to make it
31244 independent of such changes.
31245
31246 Signed-off-by: Wolfgang Denk <wd@denx.de>
31247 Acked-by: Stefan Roese <sr@denx.de>
31248
31249commit 941d696d25624e3cc65ebf924199541acf52d74e
31250Author: Wolfgang Denk <wd@denx.de>
31251Date: Mon Apr 28 10:55:24 2008 +0200
31252
31253 katmai: fix section overlap problem
31254
31255 Since we didn't want to remove features from the configuration, we
31256 decided to increase the U-Boot image size (add one flash sector).
31257
31258 Also changed the default environment definition to make it
31259 independent of such changes.
31260
31261 Signed-off-by: Wolfgang Denk <wd@denx.de>
31262 Acked-by: Stefan Roese <sr@denx.de>
31263
31264commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
31265Author: Kumar Gala <galak@kernel.crashing.org>
31266Date: Sat Apr 26 11:44:44 2008 -0500
31267
31268 post: Fix building with O=
31269
31270 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31271
31272commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
31273Author: Wolfgang Denk <wd@denx.de>
31274Date: Sat Apr 26 01:55:00 2008 +0200
31275
31276 Prepare v1.3.3-rc1
31277
31278 Signed-off-by: Wolfgang Denk <wd@denx.de>
31279
fd7531c1
WD
31280commit 19cf2ec90d8ce52da60c1693693c4048cb810967
31281Author: Wolfgang Denk <wd@denx.de>
31282Date: Sat Apr 26 01:25:39 2008 +0200
31283
31284 post/Makefile: make sure to use the correct flags
31285
31286 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
31287 messages to be printed.
31288
31289 Signed-off-by: Wolfgang Denk <wd@denx.de>
31290
31291commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
31292Author: Wolfgang Denk <wd@denx.de>
31293Date: Sat Apr 26 00:34:42 2008 +0200
31294
31295 Coding Style cleanup, update CHANGELOG
31296
31297 Signed-off-by: Wolfgang Denk <wd@denx.de>
31298
7ed40117
WD
31299commit f9204e15173834ff8d123e36279ce49c3c6c74fc
31300Author: Magnus Lilja <lilja.magnus@gmail.com>
31301Date: Sun Apr 20 10:38:12 2008 +0200
31302
31303 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
31304
31305 This patch enables SPI and MC13783/RTC support for the Litekit board.
31306
31307 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31308
31309commit f97abbfb47d9e407354e157cae3f6369e460cd37
31310Author: Ed Swarthout <Ed.Swarthout@freescale.com>
31311Date: Fri Apr 25 01:08:32 2008 -0500
31312
31313 MPC8544DS: decode pcie3 end-point configuration correctly.
31314
31315 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31317
31318commit 292188e15523c165c4269403fdcd33c26d89176e
31319Author: Roy Zang <tie-fei.zang@freescale.com>
31320Date: Fri Apr 25 00:55:09 2008 -0500
31321
31322 MPC8544DS: Removes the unknown flash message information
31323
31324 This patch removes the unknown flash message information:
31325 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
31326 This unknown flash message is caused by PromJet.
31327 Some of the board user is unhappy with this information.
31328
31329 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31330 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31331
31332commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
31333Author: Kim Phillips <kim.phillips@freescale.com>
31334Date: Thu Apr 24 14:07:38 2008 -0500
31335
31336 mpc83xx: bump loadaddr over fdtaddr to 0x500000
31337
31338 this seems as a good compromise between human memory, typing,
31339 and last but not least, to accommodate for current and future kernel bloat.
31340
31341 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31342 Acked-by: Dave Liu <daveliu@freescale.com>
31343
31344commit be5a7190265a34d968578ff266549c60f6f57654
31345Author: Dave Liu <r63238@freescale.com>
31346Date: Tue Apr 15 13:12:23 2008 +0800
31347
31348 mpc83xx: clean up the readme for 83xx boards
31349
31350 1. correct the typo
31351 2. correct the memory map for 837xerdb board
31352
31353 Signed-off-by: Dave Liu <daveliu@freescale.com>
31354
31355commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
31356Author: Dave Liu <r63238@freescale.com>
31357Date: Tue Apr 15 13:11:11 2008 +0800
31358
31359 mpc83xx: remove the unused CPM's stuff
31360
31361 The MPC83xx family never have CPM block, so remove it from 83xx.
31362
31363 Signed-off-by: Dave Liu <daveliu@freescale.com>
31364
31365commit c63ad6325a8ac0097a54b418a3288926b0484b18
31366Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31367Date: Fri Apr 18 16:29:40 2008 +0200
31368
31369 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
31370
31371 This patch adds a configurable flash auto protection list that can be used
31372 to make U-Boot protect flash regions in flash_init().
31373
31374 The idea has been discussed on the u-boot mailing list starting
31375 on Nov 18th, 2007.
31376
31377 Even this patch brings a new feature it is used as a bugfix for 4xx
31378 platforms where flash_init() does not completely protect the
31379 monitor's flash range in all situations.
31380
31381 U-Boot protects the flash range from CFG_MONITOR_BASE to
31382 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
31383 include the reset vector at 0xfffffffc.
31384
31385 Example:
31386 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
31387
31388 This config option will auto protect the last 512k of flash that
31389 contains the bootloader on board like APC405 and PMC405.
31390
31391 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31392
31393commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
31394Author: Stefan Roese <sr@denx.de>
31395Date: Fri Apr 25 13:59:03 2008 +0200
31396
31397 ppc4xx: Remove double defines in lwmon5.h
31398
31399 introduced with latest lwmon5/POST merge
31400
31401 Signed-off-by: Stefan Roese <sr@denx.de>
31402
31403commit 7590378fb9c686709492ceb142825cd058255956
31404Author: Bartlomiej Sieka <tur@semihalf.com>
31405Date: Fri Apr 25 13:54:02 2008 +0200
31406
31407 Use watchdog-aware functions when calculating hashes of images - take two
31408
31409 Some files didn't get updated properly with the "Use watchdog-aware
31410 functions when calculating hashes of images" commit, this commit
31411 fixes this.
31412
31413 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31414 Signed-off-by: Wolfgang Denk <wd@denx.de>
31415
31416commit 8e048c438e20ec89b49da5f085f8f756eba6e587
31417Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31418Date: Fri Apr 25 12:01:39 2008 +0200
31419
31420 ppc4xx: Add bootcount limit handling for APC405 boards
31421
31422 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31423
31424commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
31425Author: Bartlomiej Sieka <tur@semihalf.com>
31426Date: Fri Apr 25 12:10:09 2008 +0200
31427
31428 Use watchdog-aware functions when calculating hashes of images
31429
31430 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31431
31432commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
31433Author: Wolfgang Denk <wd@denx.de>
31434Date: Fri Apr 25 12:44:08 2008 +0200
31435
31436 USB: fix more GCC 4.2.x aliasing warnings
31437
31438 Signed-off-by: Wolfgang Denk <wd@denx.de>
31439 Acked-by: Markus Klotzbuecher <mk@denx.de>
31440
31441commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
31442Author: Wolfgang Denk <wd@denx.de>
31443Date: Fri Apr 25 12:41:53 2008 +0200
31444
31445 lib_generic/crc32.c: add missing #include <watchdog.h>
31446
31447 Signed-off-by: Wolfgang Denk <wd@denx.de>
31448
31449commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
31450Author: Wolfgang Denk <wd@denx.de>
31451Date: Fri Apr 25 11:52:21 2008 +0200
31452
31453 lib_generic/crc32.c: fix compile problem
31454
31455 Signed-off-by: Wolfgang Denk <wd@denx.de>
31456
31457commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
31458Author: Stefan Roese <sr@denx.de>
31459Date: Tue Apr 22 12:20:32 2008 +0200
31460
31461 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
31462
31463 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
31464 environment variable will now get passed to the Linux kernel by setting
31465 the device_type property of the PCIe device tree node. For normal root-
31466 complex configuration it will keep its defaults value of "pci" and for
31467 endpoint configuration it will get changed to "pci-endpoint".
31468
31469 Signed-off-by: Stefan Roese <sr@denx.de>
31470
31471commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
31472Author: Yuri Tikhonov <yur@emcraft.com>
31473Date: Thu Apr 24 10:30:53 2008 +0200
31474
31475 lwmon5: watchdog POST fix
31476
31477 Use the GPT0_MASKx registers as the temporary storage for watch-dog
31478 timer POST test instead of GPT0_COMPx. The latter
31479 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
31480
31481 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31482 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31483
31484commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
31485Author: Kim Phillips <kim.phillips@freescale.com>
31486Date: Mon Apr 21 18:10:14 2008 -0500
31487
31488 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
31489
31490 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
31491 proven problematic getting right from the start at least on 83xx and
31492 4xx.
31493
31494 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31495
31496commit a99715b8ebfc500f3f40e01b36b64d473938443d
31497Author: Detlev Zundel <dzu@denx.de>
31498Date: Fri Apr 18 14:50:01 2008 +0200
31499
31500 Realining some header definitions.
31501
31502 Signed-off-by: Detlev Zundel <dzu@denx.de>
31503
31504commit 4acbc6c7f993cae409c424615415a3e76820f13d
31505Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31506Date: Thu Apr 24 07:57:16 2008 +0200
31507
31508 NE2000: coding style cleanup
31509
31510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31511
31512commit b4aff1ffaf7120032c653357c007faa14f74d29d
31513Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31514Date: Wed Apr 23 00:11:47 2008 +0900
31515
31516 qemu-mips.h: Add CFI support
31517
31518 CONFIG_ENV_OVERWRITE is also added.
31519
31520 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
31521
31522 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31523 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31524
31525commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
31526Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31527Date: Tue Apr 22 22:47:27 2008 +0900
31528
31529 doc/README.mips: Add MIPS notes
31530
31531 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31532
31533commit 215b01bba8bc662d35f72b084700b192d367dfb4
31534Author: Bartlomiej Sieka <tur@semihalf.com>
31535Date: Tue Apr 22 12:27:56 2008 +0200
31536
31537 Add support for calculating hashes with watchdog triggering
31538
31539 Implement watchodg-aware variants of hash calculation functions:
31540 - crc32_wd()
31541 - md5_wd()
31542 - sha1_csum_wd()
31543 The above functions calculate the hash of the input buffer in chunks,
31544 triggering the watchdog after processing each chunk. The chunk size
31545 is given as a function call parameter.
31546
31547 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31548
31549commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
31550Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
31551Date: Wed Apr 23 11:02:12 2008 +0900
31552
31553 qemu-mips: Cleanup whitespace, indentation, etc.
31554
31555 No functional change.
31556
31557 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
31558 Then I re-created from scratch, and changed more lines than the original.
31559
31560 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31561 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31562
31563commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
31564Author: Vlad Lungu <vlad@comsys.ro>
31565Date: Wed Oct 10 23:02:09 2007 +0300
31566
31567 Fixed pcnet io_base
31568
31569 Bus and phys address are not always the same
31570
31571 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31572
31573commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
31574Author: Wolfgang Denk <wd@denx.de>
31575Date: Thu Apr 24 23:44:26 2008 +0200
31576
31577 drivers/net/pcnet.c: Coding Style cleanup.
31578
31579 Signed-off-by: Wolfgang Denk <wd@denx.de>
31580
31581commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
31582Author: Vlad Lungu <vlad@comsys.ro>
31583Date: Wed Oct 10 23:04:23 2007 +0300
31584
31585 Added Am79C970A chip id to pcnet
31586
31587 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31588
31589commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
31590Author: Magnus Lilja <lilja.magnus@gmail.com>
31591Date: Sun Apr 20 10:35:03 2008 +0200
31592
31593 i.MX31: Fix architecture numbers for ADS and Litekit boards
31594
31595 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
31596
31597 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31598
31599commit e7ae84d6c7288790e88639f57cb60daf89c11369
31600Author: Magnus Lilja <lilja.magnus@gmail.com>
31601Date: Sun Apr 20 10:36:36 2008 +0200
31602
31603 i.MX31: Use symbolic names for Litekit membases.
31604
31605 Use symbolic names instead of hard coded addresses for Litekit membases.
31606
31607 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31608
31609commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
31610Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31611Date: Sat Apr 19 17:59:20 2008 +0200
31612
31613 Fix show_boot_progress prototype
31614
31615 in commit fad634071 "make show_boot_progress () weak."
31616 show_boot_progress is supposed to be declared as weak but declared as
31617 inline instead.
31618
31619 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31620
31621commit edbed247a14d70b94958010f736621212285de91
31622Author: Bartlomiej Sieka <tur@semihalf.com>
31623Date: Fri Apr 18 12:39:23 2008 +0200
31624
31625 Memory footprint optimizations
31626
31627 As suggested by Wolfgang Denk:
31628 - image printing functions:
31629 - remove wrappers
31630 - remove indentation prefix from functions' signatures
31631 - merge getenv_verify and getenv_autostart into one parametrized function
31632
31633 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31634
31635commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
31636Author: Guennadi Liakhovetski <lg@denx.de>
31637Date: Tue Apr 15 13:33:11 2008 +0200
31638
31639 MX31ADS environment variable update, spi and rtc support
31640
31641 Update MX31ADS default environment to better match the flash layout and
31642 the memory map, support SPI and RTC.
31643
31644 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31645
31646commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
31647Author: Kumar Gala <galak@kernel.crashing.org>
31648Date: Mon Apr 21 09:28:36 2008 -0500
31649
31650 85xx: Round up frequency calculations to get reasonable output
31651
31652 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
31653
31654 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
31655
31656 Signed-off-by: Dejan Minic <minic@freescale.com>
31657 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
31658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31659 Acked-by: Andy Fleming <afleming@freescale.com>
31660
31661commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
31662Author: Kumar Gala <galak@kernel.crashing.org>
31663Date: Wed Apr 23 16:58:04 2008 -0500
31664
31665 fsl_pci: Only modify registers if we have them
31666
31667 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
31668
31669 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31670
31671commit 83fe32334337def160b302aa9d152d808bfcc68e
31672Author: Markus Klotzbücher <mk@denx.de>
31673Date: Wed Apr 23 10:57:33 2008 +0200
31674
31675 USB: remove a cpu bug workaround for an unsupported architecture.
31676
31677 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31678
31679commit f957576cb53e6cfab412709cfc8db1afd39d21c3
31680Author: Markus Klotzbücher <mk@denx.de>
31681Date: Wed Apr 23 10:53:23 2008 +0200
31682
31683 USB: fix those pesky aliasing warnings issued by gcc-4.2
31684
31685 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31686 Signed-off-by: Detlev Zundel <dzu@denx.de>
31687
31688commit 89cdab788f3716b335fefb60b836ebcf975aceab
31689Author: Mike Frysinger <vapier@gentoo.org>
31690Date: Mon Mar 31 11:02:01 2008 -0400
31691
31692 crc32: use uint32_t rather than unsigned long
31693
31694 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
31695 this is done with the build toolchain instead of the target tool
31696 chain, so if the build is a 64bit system but the target is 32bits,
31697 the size will obviously be wrong. This converts all unsigned long
31698 stuff related to crc32 to uint32_t types. Compile tested only: output
31699 of ./tools/envcrc when run on a 32bit build system matches that of a
31700 64bit build system.
31701
31702 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31703 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31704
31705commit 80c40b765b3642ddb9f3392b7898715aab44a29c
31706Author: Dirk Behme <dirk.behme@googlemail.com>
31707Date: Wed Mar 26 09:53:29 2008 +0100
31708
31709 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
31710
31711 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
31712
31713 Changes:
31714
31715 - Remove *_masked() functions as noted by Wolfgang
31716
31717 - Adapt register naming to recent TI spec (sprue26, March 2007)
31718
31719 - Fix reset_timer() handling
31720
31721 - 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.
31722
31723 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
31724
31725 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
31726
31727 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
31728
31729 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
31730
31731 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
31732 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
31733
31734commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
31735Author: Sergei Poselenov <sposelenov@emcraft.com>
31736Date: Wed Apr 9 16:09:41 2008 +0200
31737
31738 Added watchdog triggering calls in the "mtest" test function.
31739
31740 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31741
31742commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
31743Author: Yuri Tikhonov <yur@emcraft.com>
31744Date: Sun Apr 6 19:19:14 2008 +0200
31745
31746 lwmon5 watchdog: limit trigger rate
31747
31748 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
31749 the CONFIG_WD_MAX_RATE value.
31750
31751 Note that an earlier version of this patch which used microseconds
31752 instead of ticks dis not work. The problem was that we used
31753 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
31754 get_tbclk(), which in turn calls get_sys_info(). It turns out that
31755 this function does a lot of prolonged operations (like divisions)
31756 which take too much time so we do not trigger the watchdog in time,
31757 and it resets the system.
31758
31759 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31760
31761commit 2d2b994a30bb100774dc747ae9865b7f95285a88
31762Author: Yuri Tikhonov <yur@emcraft.com>
31763Date: Mon Mar 31 10:51:37 2008 +0200
31764
31765 POST: move CONFIG_POST to Makefiles
31766
31767 Introduce the new logical option CONFIG_HAS_POST which is set when the
31768 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
31769 to determine should the POST libs be compiled for the selected target
31770 platform, or not.
31771
31772 To avoid breaking u-boot linking process, the empty post/libpost.a file is
31773 created for platforms which do not have POSTs.
31774
31775 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31776 Signed-off-by: Wolfgang Denk <wd@denx.de>
31777
31778commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
31779Author: Yuri Tikhonov <yur@emcraft.com>
31780Date: Mon Mar 31 10:49:34 2008 +0200
31781
31782 POST: preparations for moving CONFIG_POST to Makefiles
31783
31784 Remove CONFIG_POST ifdefs from the post/ source files.
31785
31786 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31787 Signed-off-by: Wolfgang Denk <wd@denx.de>
31788
31789commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
31790Author: Stefan Roese <sr@denx.de>
31791Date: Tue Apr 22 14:14:20 2008 +0200
31792
31793 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
31794
31795 This patch fixes the Canyonlands and Glacier default environment to better
31796 fit to the arch/powerpc device-tree kernels. The variables dealing with
31797 arch/ppc booting are removed, since these boards are supported only in
31798 arch/powerpc. Glacier uses the same config file as Canyonlands.
31799
31800 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
31801
31802 Signed-off-by: Stefan Roese <sr@denx.de>
31803
31804commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
31805Author: Stefan Roese <sr@denx.de>
31806Date: Tue Apr 22 14:06:42 2008 +0200
31807
31808 ppc4xx: Small coding style cleanup for the latest esd patches
31809
31810 Signed-off-by: Stefan Roese <sr@denx.de>
31811
31812commit 79941d63bc03aed8c48d7602f18217cc200ee931
31813Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31814Date: Mon Apr 21 18:01:07 2008 +0200
31815
31816 ppc4xx: Update CPU strapping for PMC440 boards
31817
31818 This patch removes the temporary 'test' strapping option
31819 of the sbe command. The '667' strapping option now uses
31820 a PLB/PCI divider of 3.
31821
31822 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31823
31824commit f00cf3193a6635355b121e90debb2f54e777e7da
31825Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31826Date: Mon Apr 21 14:42:21 2008 +0200
31827
31828 ppc4xx: Remove unused APC405 strataflash driver
31829
31830 The APC405 board support has been migrated to use the common
31831 CFI flash driver.
31832
31833 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31834
31835commit 1c686676a86473bbd92151f0544e109413f6ed06
31836Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31837Date: Mon Apr 21 14:42:17 2008 +0200
31838
31839 ppc4xx: Update APC405 configuration
31840
31841 - enable esd's auto_update mechanism
31842 - support alternative flash layout on rev. 1.8 boards
31843 - update default environment
31844 - use common CFI flash driver
31845 - coding style cleanup
31846
31847 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31848
31849commit 0b9872515a521bf7866dc24b85ddce708e60d702
31850Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31851Date: Mon Apr 21 14:42:11 2008 +0200
31852
31853 ppc4xx: Update APC405 board support
31854
31855 - enable esd's auto_update mechanism
31856 - fix LCD support on latest hardware revision (uses other LCD controller)
31857 - support alternative flash layout on rev. 1.8 boards
31858 - coding style cleanup
31859
31860 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31861
31862commit 83975d02e225e231960784972e7820a8b303756b
31863Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31864Date: Mon Apr 21 14:42:06 2008 +0200
31865
31866 ppc4xx: update esd's common auto_update code for 405 boards
31867
31868 - Coding style cleanup (long lines)
31869 - improve handling of protected flash regions
31870 - remove dead code
31871
31872 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31873
31874commit b9233fe5d59cb25d975071616bd1035d6f4c2285
31875Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31876Date: Mon Apr 21 14:41:59 2008 +0200
31877
31878 ppc4xx: Update esd's common LCD code for 405 boards
31879
31880 - Coding style cleanup (long lines)
31881 - Add s1d13505 support
31882 - Make some functions return a result code instead of void
31883
31884 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31885
31886commit dea68189424c3f1242427a8146a3861bf093173c
31887Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31888Date: Mon Apr 21 11:36:55 2008 +0200
31889
31890 ppc4xx: Update FPGA image for APC405 boards
31891
31892 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31893
31894commit 2a05b152924acfcec3b037693329e517e6d3578f
31895Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31896Date: Mon Apr 21 11:36:08 2008 +0200
31897
31898 ppc4xx: Update bootlogo for APC405 boards
31899
31900 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31901
31902commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
31903Author: Stefan Roese <sr@denx.de>
31904Date: Fri Apr 18 16:41:31 2008 +0200
31905
31906 ppc4xx: Add dcache_enable() for 440
31907
31908 dcache_enable() was missing for 440 and the patch
31909 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
31910 "] behavior uses this function.
31911
31912 Note: Currently the cache handling functions like
31913 d/icache_disable/enable() are NOP's on 440. This may be changed in the
31914 future.
31915
31916 Signed-off-by: Stefan Roese <sr@denx.de>
31917
31918commit a49e0d177a0749614b316ec847fb623f09c82c07
31919Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31920Date: Mon Apr 21 11:19:04 2008 +0200
31921
31922 video: Add missing free for logo memory
31923
31924 This patch adds two missing free()s.
31925
31926 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31927
31928commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
31929Author: Troy Kisky <troy.kisky@boundarydevices.com>
31930Date: Mon Sep 24 16:41:43 2007 -0700
31931
31932 PATCH - Fix oob data copied into supplied buffer
31933
31934 This patch correctly sets the oobavail variable
31935 and fixes a bug where the oob data was not valid when
31936 there where multiple groups in oobfree.
31937
31938 First segment fixes a typo
31939 Second segment fixes a bug where oob data may be copied incorrectly.
31940 Third segment adds an error message when exiting due to write protect.
31941 Forth segment fixes a bug where oobavail may be set incorrectly.
31942
31943 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
31944
31945commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
31946Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31947Date: Fri Apr 18 17:24:32 2008 +0200
31948
31949 ppc4xx: Fix sys_get_info() for 405GP(r)
31950
31951 This patch assigns the correct EBC clock for 405GP(r) CPUs
31952 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
31953 uses an uninitialized EBC clock in its startup message.
31954
31955 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31956
31957commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
31958Author: Wolfgang Denk <wd@denx.de>
31959Date: Sun Apr 20 15:39:38 2008 -0700
31960
31961 Makefile: remove nand_spl/System.map when cleaning up.
31962
31963commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
31964Author: Wolfgang Denk <wd@denx.de>
31965Date: Sun Apr 20 15:35:52 2008 -0700
31966
31967 MAKEALL: sort entries / lists.
31968
31969 Signed-off-by: Wolfgang Denk <wd@denx.de>
31970
31971commit 0878af169b181868a105b5c33f3a6423e2c9fd60
31972Author: Kumar Gala <galak@kernel.crashing.org>
31973Date: Fri Apr 18 11:29:01 2008 -0500
31974
31975 85xx: Fix size of cpu-release-addr property
31976
31977 The cpu-release-addr is defined as always being a 64-bit quanity regardless
31978 if we are running on a 32-bit or 64-bit machine.
31979
31980commit 88353a985109562a639b2f8a0c90d77011bfe374
31981Author: Timur Tabi <timur@freescale.com>
31982Date: Fri Apr 4 11:15:58 2008 -0500
31983
31984 Fix calculation of I2C clock for some 85xx chips
31985
31986 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
31987 some use CCB/3. There is no pattern that can be used to determine which
31988 chips use which frequency, so the only way to determine is to look up the
31989 actual SOC designation and use the right value for that SOC.
31990
31991 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
31992
31993 Signed-off-by: Timur Tabi <timur@freescale.com>
31994
31995commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
31996Author: Wolfgang Denk <wd@denx.de>
31997Date: Fri Apr 18 11:44:27 2008 -0700
31998
31999 Fix build breakage casued by commit c0559be371b2
32000
32001 Change env_get_char from a global function ptr to a function.
32002
32003 Signed-off-by: Wolfgang Denk <wd@denx.de>
32004
32005commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
32006Author: Wolfgang Denk <wd@denx.de>
32007Date: Fri Apr 18 10:53:41 2008 -0700
32008
32009 Coding Style cleanup, update CHANGELOG.
32010
32011 Signed-off-by: Wolfgang Denk <wd@denx.de>
32012
268a804d
WD
32013commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
32014Author: Mike Frysinger <vapier@gentoo.org>
32015Date: Tue Apr 8 14:00:57 2008 -0400
32016
32017 Add support for u-boot in svn and localversion-* files
32018
32019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32020
32021commit d23ff6827decf121461fbc5622612fd7effe207e
32022Author: Guennadi Liakhovetski <lg@denx.de>
32023Date: Thu Apr 3 17:04:22 2008 +0200
32024
32025 MX31ADS network and flash updates
32026
32027 This patch allows U-Boot to use buffered writes to the Spansion NOR
32028 flash installed on this board, and eliminates long delays in network
32029 transfers after the board startup.
32030
32031 Also modify flash layout to embed main and redundant environment
32032 blocks in the U-Boot image.
32033
32034 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32035
32036commit b5dc9b304d289831f291843ff88a45cbdf1a6290
32037Author: Guennadi Liakhovetski <lg@denx.de>
32038Date: Mon Apr 14 10:53:12 2008 +0200
32039
32040 Support for the MX31ADS evaluation board from Freescale
32041
32042 This patch adds support for the MX31ADS evaluation board from Freescale,
32043 initialization code is copied from RedBoot sources, also provided by
32044 Freescale.
32045
32046 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32047
7ed40117
WD
32048commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
32049Author: Stefan Roese <sr@denx.de>
32050Date: Tue Apr 8 10:33:29 2008 +0200
32051
32052 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
32053
32054 Signed-off-by: Stefan Roese <sr@denx.de>
32055
32056commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
32057Author: Stefan Roese <sr@denx.de>
32058Date: Tue Apr 8 10:33:28 2008 +0200
32059
32060 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
32061
32062 Signed-off-by: Stefan Roese <sr@denx.de>
32063
32064commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
32065Author: Stefan Roese <sr@denx.de>
32066Date: Tue Apr 8 10:33:27 2008 +0200
32067
32068 ppc4xx: Add Glacier NAND booting target
32069
32070 Signed-off-by: Stefan Roese <sr@denx.de>
32071
32072commit 46f373838e384a4c23d13581b1dfa5acb66b5810
32073Author: Stefan Roese <sr@denx.de>
32074Date: Tue Apr 8 10:31:00 2008 +0200
32075
32076 nand_spl: Update nand_spl to support 2k page size NAND devices
32077
32078 This patch adds support for booting from 2k page sized NAND device
32079 (e.g. Micron 29F2G08AAC).
32080
32081 Tested on AMCC Canyonlands.
32082
32083 Signed-off-by: Stefan Roese <sr@denx.de>
32084
268a804d
WD
32085commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
32086Author: Anatolij Gustschin <agust@denx.de>
32087Date: Thu Apr 17 18:18:00 2008 +0200
32088
32089 Fix crash on sequoia in ppc_4xx_eth_init
32090
32091 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
32092 with cache enabled (TLB Parity exeption). This patch
32093 fixes the problem.
32094
32095 Signed-off-by: Anatolij Gustschin <agust@denx.de>
32096
32097commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
32098Author: Anatolij Gustschin <agust@denx.de>
32099Date: Thu Apr 17 18:15:27 2008 +0200
32100
32101 ppc4xx: Fix crash on sequoia with cache enabled
32102
32103 Currently U-Boot crashes on sequoia board in CPU POST if
32104 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
32105 won't be disabled by change_tlb before CPU POST because
32106 there is an insufficient adress range check since
32107 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
32108 this problem.
32109
32110 Signed-off-by: Anatolij Gustschin <agust@denx.de>
32111
32112commit 43c509254fab375c49936498da944658117ed07c
32113Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32114Date: Thu Apr 17 23:35:13 2008 +0900
32115
32116 Use jr as register jump instruction
32117
32118 Current assembler codes are inconsistent in the way of register jump
32119 instruction usage; some use jr, some use j. Of course GNU as allows both
32120 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
32121 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
32122 at all.
32123
32124 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32125
32126commit 7ce63709828d37b08866e537339a169bd0db2bd3
32127Author: Guennadi Liakhovetski <lg@denx.de>
32128Date: Tue Apr 15 14:15:30 2008 +0200
32129
32130 RTC driver for MC13783
32131
32132 MC13783 is a multifunction IS with an SPI interface to the host. This
32133 driver handles the RTC controller in this chip.
32134
32135 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32136
32137commit 38254f45b0b412332726c90d3184ad47479fcffb
32138Author: Guennadi Liakhovetski <lg@denx.de>
32139Date: Tue Apr 15 14:14:25 2008 +0200
32140
32141 New i.MX31 SPI driver
32142
32143 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
32144 only implemented and tested on i.MX31, can with a modified register layout
32145 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
32146 controllers too.
32147
32148 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32149
32150commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
32151Author: Magnus Lilja <lilja.magnus@gmail.com>
32152Date: Tue Apr 15 19:09:10 2008 +0200
32153
32154 Fix name of i.MX31 boards in config file header
32155
32156 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
32157
32158 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
32159
32160commit a49864593e083a5d0779fb9ca98e5a0f2053183d
32161Author: Mike Frysinger <vapier@gentoo.org>
32162Date: Sun Apr 13 19:42:19 2008 -0400
32163
32164 allow ports to override go behavior
32165
32166 Split the arch-specific logic out of the common go code and into a dedicated
32167 weak function called do_go_exec() that lives in cpu directories. This will
32168 need review from i386/nios people to make sure I didn't break them.
32169
32170commit 017e9b7925f74878d0e9475388cca9bda5ef9482
32171Author: Mike Frysinger <vapier@gentoo.org>
32172Date: Sun Apr 13 19:42:18 2008 -0400
32173
32174 allow ports to override bootelf behavior
32175
32176 Change the bootelf setup function into a dedicated weak function called
32177 do_bootelf_exec. This way ports can control the behavior however they
32178 like before/after calling the ELF entry point.
32179
32180commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
32181Author: Ulf Samuelsson <ulf@atmel.com>
32182Date: Sat Apr 12 20:56:03 2008 +0200
32183
32184 Reorder ARM boards in Makefile
32185
32186 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
32187 are no longer under ARM92xT header.
32188
32189 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
32190 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32191
32192commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
32193Author: Ulf Samuelsson <ulf@atmel.com>
32194Date: Sat Apr 12 20:29:44 2008 +0200
32195
32196 Clean up dataflash partitioning
32197
32198 This patch removes the board dependent parts from
32199 "drivers/mtd/dataflash.c".
32200 Each board relying on this, will have the appropriate
32201 code in a new file, "partition.c" in the board directory.
32202 board Makefiles updated to use the file.
32203
32204 The dataflash partitions are aligned on sector/page boundaries.
32205
32206 The CONFIG_NEW_DF_PARTITION was used to create named partitions
32207 This is now the default operation, and the CONFIG variable is removed.
32208
32209 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
32210
32211commit 51ecde946fec511a16346e498204ca10ad71080d
32212Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32213Date: Sat Apr 12 14:08:45 2008 +0200
32214
32215 gitignore: udpate stgit generated and .patch file
32216
32217 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32218
32219commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
32220Author: Wolfgang Denk <wd@denx.de>
32221Date: Fri Apr 18 00:15:36 2008 -0700
32222
32223 Get rid of redundant copy of renamed header file.
32224
32225 Signed-off-by: Wolfgang Denk <wd@denx.de>
32226
32227commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
32228Author: Vlad Lungu <vlad@comsys.ro>
32229Date: Fri Apr 11 21:20:14 2008 +0300
32230
32231 Fix dependency generation for older gcc versions
32232
32233 With gcc 3.3.3 at least, compilation fails with
32234
32235 Generating include/autoconf.mk
32236 gcc: compilation of header file requested
32237 make: *** [include/autoconf.mk] Error 1
32238
32239 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
32240
32241 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
32242
32243commit cb1c4896905ab22fcd982e6a8a539f0031942e71
32244Author: Marian Balakowicz <m8@semihalf.com>
32245Date: Fri Apr 11 11:07:49 2008 +0200
32246
32247 Restore the ability to continue booting after legacy image overwrite
32248
32249 Before new uImage code was merged, bootm code allowed for the kernel image to
32250 get overwritten during decompresion. new uImage introduced a check for image
32251 overwrites and refused to boot the image that got overwritten. This patch
32252 restores the old behavior. It also adds a warning when the image overwriten is
32253 a multi-image file, because in such case accessing componentes other than the
32254 first one will fail.
32255
32256 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32257
32258commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
32259Author: Marian Balakowicz <m8@semihalf.com>
32260Date: Fri Apr 11 11:07:43 2008 +0200
32261
32262 ppc: Fix ftd_blob variable init when processing raw blob
32263
32264 Set fdt_blob variable before its value is printed out.
32265
32266 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32267
32268commit 3d36be030043cd841a2551d00a395135e363a64b
32269Author: Jason Wessel <jason.wessel@windriver.com>
32270Date: Thu Apr 10 14:30:16 2008 -0500
32271
32272 Remove all the search paths from the .lds files.
32273
32274 The cross compiler is responsible for providing the correct libraries
32275 and the logic to find the linking libraries.
32276
32277 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
32278
32279commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
32280Author: Bartlomiej Sieka <tur@semihalf.com>
32281Date: Mon Apr 14 15:44:16 2008 +0200
32282
32283 Boot-related documentation update
32284
32285 - document 'bootm_low' and 'bootm_size' environment variables
32286 - update inaccurate CFG_BOOTMAPSZ entry
32287
32288 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32289
32290commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
32291Author: Guennadi Liakhovetski <lg@denx.de>
32292Date: Wed Apr 9 17:34:08 2008 +0200
32293
32294 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
32295
32296 Restore logic reverted by commit
32297
32298 commit 80767a6cead9990d9e77e62be947843c2c72f469
32299 Author: Peter Pearse <peter.pearse@arm.com>
32300 Date: Wed Sep 5 16:04:41 2007 +0100
32301
32302 Changed API name to coloured_led.h
32303 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
32304 Tidied other cpu/arm920t/start.S code
32305
32306 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32307
32308commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
32309Author: Mike Frysinger <vapier@gentoo.org>
32310Date: Tue Apr 8 10:24:24 2008 -0400
32311
32312 Remove conflicting NAND ID
32313
32314 There are two NAND entries with ID 0xDC and this obviously causes problems.
32315 In the kernel, they punted the first entry, so we should do the same.
32316
32317 See this upstream e-mail for more info:
32318 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
32319
32320 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
32321 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32322
32323commit 188e94c370621708d13547d58dbc6ed3c5602aa8
32324Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32325Date: Tue Apr 8 16:20:35 2008 +0900
32326
32327 cpu/mips/cpu.c: Fix flush_cache bug
32328
32329 Cache operations have to take line address (addr), not start_addr.
32330 I noticed this bug when debugging ping failure.
32331
32332 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32333
32334commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
32335Author: Martin Krause <martin.krause@tqs.de>
32336Date: Thu Apr 3 14:29:01 2008 +0200
32337
32338 TQM5200: fix default IDE reset level
32339
32340 Before the first call of ide_reset(), the level of the IDE reset
32341 signal on the TQM5200 is low (reset asserted). This patch sets the
32342 default value to high (reset not asserted).
32343
32344 Currently this patch fixes no real problem, but it is cleaner to
32345 assert the reset signal only on demand, and not permanently.
32346
32347 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32348
32349commit c61e033d6e8abb7b4060ee36060961e1399f6079
32350Author: Detlev Zundel <dzu@denx.de>
32351Date: Thu Apr 3 14:18:48 2008 +0200
32352
32353 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
32354
32355 Signed-off-by: Detlev Zundel <dzu@denx.de>
32356
32357commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
32358Author: Detlev Zundel <dzu@denx.de>
32359Date: Thu Apr 3 14:18:47 2008 +0200
32360
32361 mgcoge, mgsuv: rename 'addcon' to 'addcons'
32362
32363 The latter name with 13 users is already established, so we will use
32364 that.
32365
32366 Signed-off-by: Detlev Zundel <dzu@denx.de>
32367
32368commit e175eacc87c3a9e4dad0799fee0e95732520afc7
32369Author: Martin Krause <martin.krause@tqs.de>
32370Date: Thu Apr 3 13:37:56 2008 +0200
32371
32372 IDE: fix bug in reset sequence
32373
32374 According to the ata (ata5) specification the RESET- signal
32375 shall be asserted for at least 25 us. Without this patch,
32376 the RESET- signal is asserted on some boards for only < 1 us
32377 (e. g. on the TQM5200). This patch adds a general delay of
32378 25 us to the RESET- signal.
32379
32380 Without this patch a Platinum 4 GiB CF card is not recognised
32381 properly on boards with a TQM5200 (STK52xx, TB5200).
32382
32383 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32384
32385commit 813bea96a960916c72b4a3a7df840151529c26ce
32386Author: Sascha Laue <Sascha.Laue@gmx.biz>
32387Date: Thu Apr 3 14:43:11 2008 +0200
32388
32389 lwmon5: disable CONFIG_ZERO_BOOTDELAY
32390
32391 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
32392
32393commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
32394Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32395Date: Wed Apr 2 08:03:58 2008 +0200
32396
32397 ds174x: Fix warning on return in rtc_get and rtc_set functions
32398
32399 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32400
32401commit a253b38bf50c85227c33ca0febc870ee49d1588e
32402Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32403Date: Wed Apr 2 08:03:57 2008 +0200
32404
32405 cmd_log.c: Fix assignment differ in signedness
32406
32407 In function 'logbuff_init_ptrs':
32408 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
32409
32410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32411
32412commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
32413Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
32414Date: Wed Apr 2 11:04:43 2008 +0530
32415
32416 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
32417
32418 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
32419
32420commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
32421Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32422Date: Tue Apr 1 14:07:10 2008 +0200
32423
32424 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
32425
32426 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32427
32428commit c08fb3ea36d19b1640b7906264581e9105534399
32429Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32430Date: Tue Apr 15 10:24:14 2008 +0200
32431
32432 Additional PCI IDs for IDE and network controllers
32433
32434 These PCI IDs are required by the Linkstation platforms.
32435
32436 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32437
32438commit c0559be371b2a64b1a817088c3308688e2182f93
32439Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
32440Date: Mon Apr 14 23:01:50 2008 +0200
32441
32442 Change env_get_char from a global function ptr to a function.
32443
32444 This avoids an early global data reference.
32445
32446 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32447
32448commit 3e0f331c05d72f140715c1e9fca991927e44d422
32449Author: Guennadi Liakhovetski <lg@denx.de>
32450Date: Tue Apr 29 12:35:08 2008 +0000
32451
32452 Clean up smsc911x driver
32453
32454 Replace direct register address derefencing with accessor functions.
32455 Restrict explicitly 32-bit bus-width, extend affected configurations
32456 respectively.
32457
32458 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32459 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32460
32461commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
32462Author: Sascha Hauer <s.hauer@pengutronix.de>
32463Date: Tue Apr 15 00:08:20 2008 -0400
32464
32465 This patch adds a driver for the following smsc network controllers:
32466 LAN9115
32467 LAN9116
32468 LAN9117
32469 LAN9215
32470 LAN9216
32471 LAN9217
32472
32473 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32474 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
32475 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32476
32477commit 3dfd4aab929cccddb63d9ea509967861e1333b52
32478Author: Sascha Laue <Sascha.Laue@gmx.biz>
32479Date: Tue Apr 1 15:13:03 2008 +0200
32480
32481 Fix watchdog POST for lwmon5
32482
32483 If the hardware watchdog detects a voltage error, the watchdog sets
32484 GPIO62 to low. The watchdog POST has to detect this low level.
32485
32486 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
32487
32488commit 24b448448a917e52806f82660a5c9d47608894fb
32489Author: Dave Liu <r63238@freescale.com>
32490Date: Tue Apr 1 15:22:11 2008 +0800
32491
32492 ata: update the libata.h from ata.h of linux kernel
32493
32494 Current libata.h of u-boot is out of sync from linux kernel,
32495 this patch make it be consistent with linux kernel.
32496
32497 Signed-off-by: Dave Liu <daveliu@freescale.com>
32498 Signed-off-by: Tor Krill <tor@excito.com>
32499
32500commit f8f9dc98883f66f59eb0601da65808e6b139c87c
32501Author: Kumar Gala <galak@kernel.crashing.org>
32502Date: Mon Mar 31 11:59:27 2008 -0500
32503
32504 Allow use of ARCH=powerpc when building
32505
32506 The linux kernel is now mostly ARCH=powerpc, so to make life easier
32507 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
32508
32509 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32510
32511commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
32512Author: Kyungmin Park <kmpark@infradead.org>
32513Date: Mon Mar 31 10:40:54 2008 +0900
32514
32515 Add apollon board MAINTAINERS entry
32516
32517 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32518
32519commit 77e475cc0ed1832160017d364be32a0be9ff02a9
32520Author: Kyungmin Park <kmpark@infradead.org>
32521Date: Mon Mar 31 10:40:36 2008 +0900
32522
32523 Fix OneNAND read
32524
32525 It should access with 16-bit instead of 8-bit
32526
32527 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
32528
32529 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32530
32531commit a9da2b41079d230db3a5641625311983f85ce1fb
32532Author: Kyungmin Park <kmpark@infradead.org>
32533Date: Mon Mar 31 10:40:19 2008 +0900
32534
32535 Fix OneNAND erase command
32536
32537 It mis-calculates the block address.
32538 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
32539
32540 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32541
32542commit 61525f2ffa156665a66908fda47dbf29d65ea579
32543Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32544Date: Mon Mar 31 01:32:15 2008 +0200
32545
32546 Support for LinkStation / KuroBox HD and HG PPC models
32547
32548 This patch is based on the port by Mihai Georgian (see linkstation.c for
32549 Copyright information) and implements support for LinkStation / KuroBox HD
32550 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
32551 the moment, pending network driver fixing.
32552
32553 Notice to users: this is pretty much a barebone port. Support for network
32554 on HG models is already in the U-Boot mainline, but you might also want
32555 patches to switch fan / phy modes depending on the negotiated ethernet
32556 parameters. This patch also doesn't support console switching, booting EM
32557 mode, Buffalo specific ext2 magic number. So, if you want to use any of
32558 those, you need additional patches. Otherwise this patche provides a fully
32559 functional u-boot with a network console on your system.
32560
32561 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32562
32563commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
32564Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32565Date: Sun Mar 30 01:22:13 2008 -0500
32566
32567 Add CONFIG_MII_INIT support to related boards
32568
32569 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
32570 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
32571 that use mii_init() in cmd_init.c.
32572
32573 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32574 Acked-by: Ben Warren <biggerbadderben@gmail.com>
32575
32576commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
32577Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32578Date: Sun Mar 30 01:19:06 2008 -0500
32579
32580 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
32581
32582 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
32583 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
32584
32585 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32586
32587commit e99ccb488181d012248c6be30b2093e950319fc5
32588Author: Kumar Gala <galak@kernel.crashing.org>
32589Date: Thu Mar 27 11:46:38 2008 -0500
32590
32591 Introduce phys_size_t and move phys_addr_t into asm/types.h
32592
32593 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
32594 that have larger physical addresses like 44x, 85xx, and 86xx.
32595
32596 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32597
32598commit 20a14a42a25f72e379f38460b8a8484667536795
32599Author: Andy Fleming <afleming@freescale.com>
32600Date: Wed Apr 2 16:19:07 2008 -0500
32601
32602 Rename include/md5.h to include/u-boot/md5.h
32603
32604 Some systems have md5.h installed in /usr/include/. This isn't the
32605 desired file (we want the one in include/md5.h). This will avoid the
32606 conflict. This fixes the host tools building problem by creating a new
32607 directory for U-Boot specific header files.
32608
32609 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
32610 Denk]
32611
32612 Signed-off-by: Wolfgang Denk <wd@denx.de>
32613 Signed-off-by: Andy Fleming <afleming@freescale.com>
32614 Acked-by: Timur Tabi <timur@freescale.com>
32615
32616commit f297b7a1ec87433f66320d89d993e1bc738c66b8
32617Author: Dave Liu <r63238@freescale.com>
32618Date: Thu Mar 27 18:51:17 2008 +0800
32619
32620 drivers: code clean up
32621
32622 Signed-off-by: Dave Liu <daveliu@freescale.com>
32623
32624commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
32625Author: Dave Liu <r63238@freescale.com>
32626Date: Thu Mar 27 18:50:41 2008 +0800
32627
32628 drivers: clean up the ata_piix.h
32629
32630 Signed-off-by: Dave Liu <daveliu@freescale.com>
32631
32632commit e8f7ba404f1409606962815ecc955a06984b08b3
32633Author: Dave Liu <r63238@freescale.com>
32634Date: Thu Mar 27 18:49:56 2008 +0800
32635
32636 doc: english polishing for README.sata
32637
32638 according to gvb's suggestion, polishing for the doc.
32639
32640 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
32641 Signed-off-by: Dave Liu <daveliu@freescale.com>
32642
32643commit 3e3f766a5274d204780460e1879723b565296d34
32644Author: Kumar Gala <galak@kernel.crashing.org>
32645Date: Wed Mar 26 18:53:28 2008 -0500
32646
32647 Fix warnings introduced by I2C bus speed setting patch
32648
32649 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32650
32651commit 3c735e7437150e8615f26930c7819db85634276d
32652Author: eran liberty <eran.liberty@gmail.com>
32653Date: Thu Mar 27 00:50:49 2008 +0100
32654
32655 Altera Stratix II support
32656
32657 Adds Support for Altera's Stratix II.
32658
32659 Within your board specific init file you will have to call
32660
32661 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
32662 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
32663
32664 Altera_desc* contines (for example):
32665 {
32666 Altera_StratixII, /* part type */
32667 passive_serial, /* interface type */
32668 1, /* bytes of data part can accept */
32669 (void *)(&funcs), /* interface function table */
32670 0L, /* base interface address */
32671 0 /* implementation specific cookie */
32672 }
32673
32674 funcs is the interface. It is of type altera_board_specific_func.
32675 It looks like this:
32676 altera_board_specific_func func = {
32677 pre_fn,
32678 config_fn,
32679 status_fn,
32680 done_fn,
32681 clk_fn,
32682 data_fn,
32683 abort_fn,
32684 post_fn,
32685 };
32686
32687 you will have to implement these functions, which is usually bit
32688 banging some gpio.
32689
32690 Signed-off-by: Eran Liberty <liberty@extricom.com>
32691
32692commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
32693Author: Wolfgang Denk <wd@denx.de>
32694Date: Sun Apr 13 14:32:54 2008 -0700
32695
32696 Update CHANGELOG
32697
32698 Signed-off-by: Wolfgang Denk <wd@denx.de>
32699
5ece9ec9
WD
32700commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
32701Author: Sascha Hauer <s.hauer@pengutronix.de>
32702Date: Wed Mar 26 20:41:17 2008 +0100
32703
32704 Phytec Phycore-i.MX31 support
32705
32706 This patch adds support for the Phytec Phycore-i.MX31 board
32707
32708 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32709 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32710
32711commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
32712Author: Sascha Hauer <s.hauer@pengutronix.de>
32713Date: Wed Mar 26 20:41:09 2008 +0100
32714
32715 mx31 litekit support
32716
32717 This patch adds support for the mx31 litekit board
32718
32719 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32720 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32721
32722commit cdace0661208754a53019ea0dc7b803a040e0939
32723Author: Sascha Hauer <s.hauer@pengutronix.de>
32724Date: Wed Mar 26 20:40:49 2008 +0100
32725
32726 add an i2c driver for mx31
32727
32728 This patch adds an i2c driver for Freescale i.MX processors
32729
32730 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32731 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32732
32733commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
32734Author: Sascha Hauer <s.hauer@pengutronix.de>
32735Date: Wed Mar 26 20:40:42 2008 +0100
32736
32737 core support for Freescale mx31
32738
32739 This patch adds the core support for Freescale mx31
32740
32741 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32742 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32743
32744commit 7ec68862a27c8f6f6d566228de8f6724d964a939
32745Author: Wolfgang Denk <wd@denx.de>
32746Date: Sun Apr 13 14:19:23 2008 -0700
32747
32748 Fix compile error
32749
32750 ...as suggested by Peter Pearse
32751
32752 Signed-off-by: Wolfgang Denk <wd@denx.de>
32753
32754commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
32755Author: Sascha Hauer <s.hauer@pengutronix.de>
32756Date: Wed Mar 26 20:40:36 2008 +0100
32757
32758 Separate omap24xx specific code from arm1136
32759
32760 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
32761 to cpu/arm1136/omap24xx.
32762
32763 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32764 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32765
32766commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
32767Author: Mike Frysinger <vapier@gentoo.org>
32768Date: Tue Jan 29 18:21:05 2008 -0500
32769
32770 disable caches before booting an app for Blackfin apps
32771
32772 It isn't generally save to execute applications outside of U-Boot with caches
32773 enabled due to the way the Blackfin processor handles caches (requires
32774 software assistance). This patch disables caches before booting an ELF or
32775 just booting raw code. The previous discussion on the patch was that we
32776 wanted to use weaks instead, but that proved to not be feasible when multiple
32777 symbols are involved, which puts us back at the ifdef solution. I've
32778 minimized the ugliness by moving the setup step outside of the main function.
32779
32780 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32781
32782commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
32783Author: Wolfgang Denk <wd@denx.de>
32784Date: Sun Apr 13 10:03:54 2008 -0700
32785
32786 ppc: Get rid of unused machine type definitions
32787
32788 Signed-off-by: Wolfgang Denk <wd@denx.de>
32789
32790commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
32791Author: Wolfgang Denk <wd@denx.de>
32792Date: Sun Apr 13 09:59:26 2008 -0700
32793
32794 Coding Style cleanup; update CHANGELOG
32795
32796 Signed-off-by: Wolfgang Denk <wd@denx.de>
32797
1aeed8d7
WD
32798commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
32799Author: Larry Johnson <lrj@acm.org>
32800Date: Thu Feb 21 13:58:11 2008 -0500
32801
32802 LM73 bug fix for negative temperatures and cleanup
32803
32804 When the LM73 temperature sensor measures a temperature below 0 C, the
32805 current driver does not perform sign extension, so the result returned is
32806 512 C too high. This patch fixes the problem, and does general cleanup
32807 of the code.
32808
32809 Signed-off-by: Larry Johnson <lrj@acm.org>
32810
32811commit 96ef831f713289afba19da0c8f905e99da2b23e0
32812Author: Guennadi Liakhovetski <lg@denx.de>
32813Date: Thu Apr 3 13:36:02 2008 +0200
32814
32815 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
32816
32817 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
32818 series require different addresses for buffered write commands. Define a
32819 configuration option to support buffered writes on those chips. A more
32820 elegant solution would be to automatically detect those chips by parsing
32821 their CFI records, but that would require introduction of a fixup table
32822 into the cfi_flash driver.
32823
32824 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32825
32826commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
32827Author: Lee Nipper <lee.nipper@freescale.com>
32828Date: Thu Apr 10 09:35:06 2008 -0500
32829
32830 mpc83xx: Update DIMM data bus width test to support 40-bit width
32831
32832 32-bit wide ECC memory modules report 40-bit width.
32833 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
32834
32835 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
32836 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32837
32838commit 5fb5a689d822ca61e814bd523fc930af335242fa
32839Author: Dave Liu <r63238@freescale.com>
32840Date: Mon Mar 31 17:05:12 2008 +0800
32841
32842 mpc83xx: Fix the bug of serdes initialization
32843
32844 Currently the serdes will not be initializated due to the
32845 partid's error.
32846
32847 Signed-off-by: Dave Liu <daveliu@freescale.com>
32848 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32849
32850commit 2000784818f043db7ca60e2846a72d097766b894
32851Author: Dave Liu <r63238@freescale.com>
32852Date: Thu Apr 3 16:28:29 2008 +0800
32853
32854 mpc83xx: Fix the SATA clock setting of 837x targets
32855
32856 Currently the SATA controller clock is configured as CSB clock,
32857 usually the CSB clock is 400/333/266MHz.
32858
32859 However, The SATA IP block is only guaranteed to operate up to
32860 200 MHz as stated in the HW spec.
32861
32862 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
32863
32864 This patch makes the SATA clock as half of CSB clock.
32865
32866 Signed-off-by: Dave Liu <daveliu@freescale.com>
32867 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32868
32869commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
32870Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32871Date: Wed Apr 2 13:41:21 2008 +0200
32872
32873 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
32874
32875 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32876 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32877
32878commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
32879Author: Kumar Gala <galak@kernel.crashing.org>
32880Date: Wed Apr 9 04:20:57 2008 -0500
32881
32882 85xx: Fix detection of MP cpu spin up
32883
32884 We were looking at the wrong memory offset to determine of a secondary
32885 cpu had been spun up or not. Also added a warning message if the
32886 all the secondary cpus we expect don't spin up.
32887
32888 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32889
32890commit f3e04bdc3f360c66801a9048956e61e41a16edba
32891Author: Kumar Gala <galak@kernel.crashing.org>
32892Date: Tue Apr 8 10:45:50 2008 -0500
32893
32894 85xx: Use SVR_SOC_VER instead of SVR_VER
32895
32896 The recent change introduced by 'Update SVR numbers to expand support'
32897 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
32898 to compare against a particular processor id.
32899
32900 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32901
32902commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
32903Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
32904Date: Fri Apr 11 10:00:35 2008 -0400
32905
32906 ppc4xx: Fix power mgt definitions for PPC440
32907
32908 Corrected DCR addresses of PPC440EP power management registers.
32909
32910 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
32911
32912commit 950a392464e616b4590bc4501be46e2d7d162dea
32913Author: Wolfgang Denk <wd@denx.de>
32914Date: Fri Apr 11 15:11:26 2008 +0200
32915
32916 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
32917
32918 Reverting became necessary after it turned out that the patches in
32919 the u-boot-arm repo were modified, and in some cases corrupted.
32920
32921 This reverts the following commits:
32922
32923 066bebd6353e33af3adefc3404560871699e9961
32924 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
32925 c88ae20580b2b01487b4cdcc8b2a113f551aee36
32926 a147e56f03871bba4f05058d5e04ce7deb010b04
32927 d6674e0e2a6a1f033945f78838566210d3f28c95
32928 8c8463cce44d849e37744749b32d38e1dfb12e50
32929 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
32930 8bf69d81782619187933a605f1a95ee1d069478d
32931 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
32932 a574a73852a527779234e73e17e7597fd8128882
32933 1377b5583a48021d983e1fd565f7d40c89e84d63
32934 1704dc20917b4f71e373e2c888497ee666d40380
32935
32936 Signed-off-by: Wolfgang Denk <wd@denx.de>
32937
32938commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
32939Author: Stefan Roese <sr@denx.de>
32940Date: Fri Apr 11 07:02:29 2008 +0200
32941
32942 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
32943
32944 This patch reworks the default environment on Kilauea/Haleakala. Now
32945 "net_nfs" for exmaple uses the device-tree style booting formerly know
32946 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
32947 new image booting support, which check for image overwriting. So the
32948 addresses needed togeet adjusted.
32949
32950 Signed-off-by: Stefan Roese <sr@denx.de>
32951
32952commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
32953Author: Stefan Roese <sr@denx.de>
32954Date: Wed Apr 9 11:58:02 2008 +0200
32955
32956 ppc4xx: Fix Canyonlands default environment to work with new image support
32957
32958 Since the new image support checks for image overwriting, the default
32959 environment needs to get adjusted to use correct addresses.
32960
32961 Signed-off-by: Stefan Roese <sr@denx.de>
32962
32963commit dfc6c7b647dba7ab86749616f0e9e5740deed422
32964Author: Stefan Roese <sr@denx.de>
32965Date: Wed Apr 9 11:54:11 2008 +0200
32966
32967 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
32968
32969 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
32970 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
32971 on 4xx systems _start currently cannot be used for this calculation.
32972 So revert back to the original version for now.
32973
32974 Signed-off-by: Stefan Roese <sr@denx.de>
32975
32976commit f91374f65eae8b42cac329e06ba1c54728278efb
32977Author: Michal Simek <monstr@monstr.eu>
32978Date: Fri Mar 28 12:49:52 2008 +0100
32979
32980 microblaze: Sort microblaze boards in MAKEALL script
32981
32982commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
32983Author: Michal Simek <monstr@monstr.eu>
32984Date: Fri Mar 28 11:58:45 2008 +0100
32985
32986 microblaze: clean microblaze_config.mk
32987
32988 FLAGS are generated by U-BOOT generator.
32989 Board specific FLAGS are in board directory
32990
32991 Signed-off-by: Michal Simek <monstr@monstr.eu>
32992
32993commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
32994Author: Michal Simek <monstr@monstr.eu>
32995Date: Fri Mar 28 12:47:19 2008 +0100
32996
32997 microblaze: xupv2p fix config file for supporting FDT
32998
32999commit 188dc16b189143573b1ed90e584bf866d75cdd12
33000Author: Michal Simek <monstr@monstr.eu>
33001Date: Fri Mar 28 11:53:02 2008 +0100
33002
33003 microblaze: ml401 fix config file for supporting FDT
33004
33005 Signed-off-by: Michal Simek <monstr@monstr.eu>
33006
33007commit 4c6a6f02e239236261333759997eeaf86b30b54c
33008Author: Michal Simek <monstr@monstr.eu>
33009Date: Fri Mar 28 11:22:48 2008 +0100
33010
33011 microblaze: ml401 - add ifdef for GPIO
33012
33013 Signed-off-by: Michal Simek <monstr@monstr.eu>
33014
33015commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
33016Author: Michal Simek <monstr@monstr.eu>
33017Date: Fri Mar 28 12:13:03 2008 +0100
33018
33019 microblaze: clean uart16550 and uartlite handling
33020
33021 Signed-off-by: Michal Simek <monstr@monstr.eu>
33022
33023commit 0b20f250877441460fb79d72192954abe8498834
33024Author: Michal Simek <monstr@monstr.eu>
33025Date: Fri Mar 28 11:08:31 2008 +0100
33026
33027 microblaze: Add Emaclite driver to Makefile
33028
33029 Signed-off-by: Michal Simek <monstr@monstr.eu>
33030
33031commit 868cde5310f88234b774878e4f06e79df10a88b3
33032Author: Michal Simek <monstr@monstr.eu>
33033Date: Fri Mar 28 11:08:01 2008 +0100
33034
33035 microblaze: Add Emac driver to Makefile
33036
33037 Signed-off-by: Michal Simek <monstr@monstr.eu>
33038
33039commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
33040Author: Michal Simek <monstr@monstr.eu>
33041Date: Fri Mar 28 12:42:29 2008 +0100
33042
33043 microblaze: add Emac ethernet driver
33044
33045commit 89c53891b18cbafd29ab8931b40e27ad231b6085
33046Author: Michal Simek <monstr@monstr.eu>
33047Date: Fri Mar 28 12:41:56 2008 +0100
33048
33049 microblaze: add Emaclite ethernet driver
33050
33051commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
33052Author: Michal Simek <monstr@monstr.eu>
33053Date: Fri Mar 28 11:04:01 2008 +0100
33054
33055 microblaze: ML401 and XUPV2P remove emac and emaclite reference
33056
33057 Signed-off-by: Michal Simek <monstr@monstr.eu>
33058
33059commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
33060Author: Michal Simek <monstr@monstr.eu>
33061Date: Fri Mar 28 10:59:32 2008 +0100
33062
33063 microblaze: remove old setting for emac driver
33064
33065 Signed-off-by: Michal Simek <monstr@monstr.eu>
33066
33067commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
33068Author: Michal Simek <monstr@monstr.eu>
33069Date: Fri Mar 28 10:58:15 2008 +0100
33070
33071 microblaze: Clean Makefile from ancient emac driver
33072
33073 Signed-off-by: Michal Simek <monstr@monstr.eu>
33074
33075commit ab68f921d9c741830f721c3d879c13a0c5597183
33076Author: Daniel Hellstrom <daniel@gaisler.com>
33077Date: Fri Mar 28 10:20:43 2008 +0100
33078
33079 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
33080
33081 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33082
33083commit 6ed8a43a19bb0275501bc286007daafa923552cf
33084Author: Daniel Hellstrom <daniel@gaisler.com>
33085Date: Wed Mar 26 23:38:48 2008 +0100
33086
33087 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.
33088
33089 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33090
33091commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
33092Author: Daniel Hellstrom <daniel@gaisler.com>
33093Date: Wed Mar 26 23:34:47 2008 +0100
33094
33095 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
33096
33097 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33098
33099commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
33100Author: Daniel Hellstrom <daniel@gaisler.com>
33101Date: Fri Mar 28 10:06:52 2008 +0100
33102
33103 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
33104
33105 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33106
33107commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
33108Author: Daniel Hellstrom <daniel@gaisler.com>
33109Date: Wed Mar 26 23:26:48 2008 +0100
33110
33111 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
33112
33113 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33114
33115commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
33116Author: Daniel Hellstrom <daniel@gaisler.com>
33117Date: Fri Mar 28 10:00:33 2008 +0100
33118
33119 SPARC: Added support for SPARC LEON2 SOC Processor.
33120
33121 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33122
33123commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
33124Author: Daniel Hellstrom <daniel@gaisler.com>
33125Date: Wed Mar 26 23:00:38 2008 +0100
33126
33127 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.
33128
33129 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33130
33131commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
33132Author: Daniel Hellstrom <daniel@gaisler.com>
33133Date: Wed Mar 26 22:51:29 2008 +0100
33134
33135 SPARC: Added support for SPARC LEON3 SOC processor.
33136
33137 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33138
33139commit bf3d8b31169546fcddb4737391e1893fb12d033a
33140Author: Daniel Hellstrom <daniel@gaisler.com>
33141Date: Fri Mar 28 08:29:26 2008 +0100
33142
33143 SPARC: added SPARC support for new uimage in common code.
33144
33145 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33146
33147commit 00ab32c85405a4fe65fd4128243086210fc90a21
33148Author: Daniel Hellstrom <daniel@gaisler.com>
33149Date: Wed Mar 26 22:36:03 2008 +0100
33150
33151 SPARC: added SPARC board information to the command bdinfo.
33152
33153 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33154
33155commit c2f02da21a3f37f0878554eebc785e04fdc4e128
33156Author: Daniel Hellstrom <daniel@gaisler.com>
33157Date: Fri Mar 28 09:47:00 2008 +0100
33158
33159 SPARC: Added generic support for SPARC architecture.
33160
33161 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33162
33163commit e54ec0f016803e4d9524ff71f7971bda0c51b287
33164Author: Stefan Roese <sr@denx.de>
33165Date: Thu Apr 3 14:50:34 2008 +0200
33166
33167 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
33168
33169 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
33170 has 2 RGMII instances and we need to configure the 2nd RGMII instance
33171 for the EMAC2+3 channels.
33172
33173 Signed-off-by: Stefan Roese <sr@denx.de>
33174
33175commit c2a545ce33b26d80337f80b533828839249fb1c9
33176Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33177Date: Wed Apr 2 08:03:56 2008 +0200
33178
33179 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
33180
33181 fdt.c: In function 'ft_cpu_setup':
33182 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
33183 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
33184 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
33185 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
33186
33187 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33188
33189commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
33190Author: Andy Fleming <afleming@freescale.com>
33191Date: Mon Mar 31 20:45:56 2008 -0500
33192
33193 Fix fdt set command to conform to dts spec
33194
33195 The fdt set command was treating properties specified as <00> and <0011>
33196 as byte streams, rather than as an array of cells. As we already have
33197 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
33198 we should use the <> syntax to describe arrays of cells, which are always
33199 32-bits per element. If we imagine this likely (IMHO) scenario:
33200
33201 > fdt set /ethernet-phy@1 reg <1>
33202
33203 With the old code, this would create a bad fdt, since the reg cell would be
33204 made to be one byte in length. But the cell must be 4 bytes, so this would
33205 break mysteriously.
33206
33207 Also, the dts spec calls for constants inside the angle brackets (<>)
33208 to conform to C constant standards as they pertain to base.
33209 Take this scenario:
33210
33211 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
33212
33213 The old fdt command would complain that it couldn't parse that. Or, if you
33214 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
33215 do this:
33216
33217 > fdt set /mydev clock <1f78a40>
33218
33219 Whereas the new code will accept decimal numbers.
33220
33221 While I was in there, I extended the fdt command parser to handle property
33222 strings which are split across multiple arguments:
33223
33224 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
33225 > fdt p /ethernet@f00
33226 ethernet@f00 {
33227 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
33228 };
33229
33230 Lastly, the fdt print code was rearranged slightly to print arrays of cells
33231 if the length of the property is a multiple of 4 bytes, and to not print
33232 leading zeros.
33233
33234 Signed-off-by: Andy Fleming <afleming@freescale.com>
33235
33236commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
33237Author: Stefan Roese <sr@denx.de>
33238Date: Wed Apr 2 08:39:33 2008 +0200
33239
33240 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
33241
33242 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
33243 interface. This usage can be configured with the jumper J6. This patch
33244 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
33245 is installed.
33246
33247 Signed-off-by: Stefan Roese <sr@denx.de>
33248
33249commit 6fe2946f198481254a6ee9600d7456b8316a4083
33250Author: Kim Phillips <kim.phillips@freescale.com>
33251Date: Fri Mar 28 17:37:49 2008 -0500
33252
33253 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
33254
33255 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
33256 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
33257 started.
33258
33259 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33260
33261commit b5873f1732b92a25690e1513b90dfb0d644f6697
33262Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33263Date: Tue Apr 1 07:30:51 2008 +0200
33264
33265 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
33266
33267 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33268
33269commit 2d934ea51f276522b532f870a820e844ff480b5b
33270Author: Tor Krill <tor@excito.com>
33271Date: Fri Mar 28 15:29:45 2008 +0100
33272
33273 Add Vitesse 8601 support to TSEC driver
33274
33275 Add phy_info for Vitesse VSC8601.
33276 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
33277
33278 Signed-off-by: Tor Krill <tor@excito.com>
33279 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
33280 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33281
33282commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
33283Author: Daniel Hellstrom <daniel@gaisler.com>
33284Date: Mon Mar 31 14:25:00 2008 +0000
33285
33286 SPARC: added SMC91111 driver in and out macros for LEON processors.
33287
33288 This patch makes SPARC/LEON processors able to read and write
33289 to the SMC91111 chip using the chip external I/O bus of the memory
33290 controller. This patchs defines the standard in and out macros
33291 expected by the SMC9111 driver.
33292
33293 To access that I/O bus one must set up the memory controller
33294 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
33295 up this correctly when the other MCTRL parameters are set up. It
33296 can be set up from the board configuration header file.
33297
33298 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33299 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33300
33301commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
33302Author: Stelian Pop <stelian@popies.net>
33303Date: Wed Mar 26 18:52:34 2008 +0100
33304
33305 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
33306
33307 Signed-off-by: Stelian Pop <stelian@popies.net>
33308
33309commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
33310Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33311Date: Mon Mar 31 21:31:04 2008 +0200
33312
33313 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
33314
33315 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33316
33317commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
33318Author: Stelian Pop <stelian@popies.net>
33319Date: Wed Mar 26 18:52:33 2008 +0100
33320
33321 Add support for AT91SAM9260EK
33322
33323 Support for booting from internal DataFlash, external DataFlash card
33324 or NAND flash is available.
33325
33326 Signed-off-by: Stelian Pop <stelian@popies.net>
33327
33328commit 1762f13b4aab88b685b1722f17dada247945624b
33329Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33330Date: Mon Mar 31 21:20:49 2008 +0200
33331
33332 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
33333
33334 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33335
33336commit 761712188b353494defb2b644491ff73d0daaa6f
33337Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33338Date: Mon Mar 31 21:12:17 2008 +0200
33339
33340 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
33341
33342 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33343
33344commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
33345Author: Stelian Pop <stelian@popies.net>
33346Date: Wed Mar 26 20:52:32 2008 +0100
33347
33348 Port AT91CAP9 to the new headers
33349
33350 Adapt the existing AT91CAP9 code to the new headers and APIs.
33351
33352 Signed-off-by: Stelian Pop <stelian@popies.net>
33353
33354commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
33355Author: Stelian Pop <stelian@popies.net>
33356Date: Wed Mar 26 19:52:31 2008 +0100
33357
33358 Finish header files reworking
33359
33360 Replace AT91CAP9.h file with several splitted header files coming
33361 from the Linux kernel.
33362
33363 This is part 2 of the replacement: more header imports and edits.
33364
33365 Signed-off-by: Stelian Pop <stelian@popies.net>
33366
33367commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
33368Author: Stelian Pop <stelian@popies.net>
33369Date: Wed Mar 26 19:52:30 2008 +0100
33370
33371 Import several header files from Linux
33372
33373 Replace AT91CAP9.h file with several splitted header files coming
33374 from the Linux kernel.
33375
33376 This is part 1 of the replacement: pristine header files import.
33377
33378 Signed-off-by: Stelian Pop <stelian@popies.net>
33379
33380commit a8a78f2d99dc1bd30dc3595da118539b506c6118
33381Author: Stelian Pop <stelian@popies.net>
33382Date: Wed Mar 26 20:52:28 2008 +0100
33383
33384 Move at91cap9 specific files to at91sam9 directory
33385
33386 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
33387 common infrastructure can be used. Let this infrastructure be
33388 named after the AT91SAM9 family, and move the existing AT91CAP9
33389 files to the new place.
33390
33391 Signed-off-by: Stelian Pop <stelian@popies.net>
33392
33393commit 61106a565870ff503f92b251b94bd7afef889a04
33394Author: Stelian Pop <stelian@popies.net>
33395Date: Wed Mar 26 21:52:27 2008 +0100
33396
33397 Use timer_init() instead of board supplied interrupt_init()
33398
33399 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
33400 the board, so use timer_init() instead of interrupt_init().
33401
33402 Signed-off-by: Stelian Pop <stelian@popies.net>
33403
33404commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
33405Author: Stelian Pop <stelian@popies.net>
33406Date: Wed Mar 26 21:52:36 2008 +0100
33407
33408 Cleanup DataFlash partition handling
33409
33410 DataFlash partition information has become a mess. This patch
33411 defines a single partition scheme for Atmel DataFlashes. This partition
33412 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
33413
33414 Signed-off-by: Stelian Pop <stelian@popies.net>
33415
33416commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
33417Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33418Date: Fri Mar 28 08:47:45 2008 -0500
33419
33420 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
33421
33422 When the version_string function in start.S is not 4-byte align,
33423 it will cause the compiler generates "unaligned opcodes detected
33424 in executable segment". This issue affects all ColdFire CPUs.
33425 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
33426 it is not aligned.
33427
33428 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33429 Acked-by: John Rigby <jrigby@freescale.com>
33430
33431commit bae61eefe15b4d454060a7140e49ae58322be803
33432Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33433Date: Tue Mar 25 15:41:15 2008 -0500
33434
33435 ColdFire: Add dspi and serial flash support for MCF5445x
33436
33437 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33438 Acked-by: John Rigby <jrigby@freescale.com>
33439
33440commit 48ead7a7a922fceaf494e352abfab8216a41b417
33441Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33442Date: Tue Mar 18 17:37:01 2008 -0500
33443
33444 ColdFire: Remove R5200 board
33445
33446 This board never went into production
33447
33448 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
33449 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33450 Acked-by: John Rigby <jrigby@freescale.com>
33451
33452commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
33453Author: Matthew Fettke <[matthew.fettke@gmail.com]>
33454Date: Thu Jan 24 14:02:32 2008 -0600
33455
33456 ColdFire: Added M5275EVB support.
33457
33458 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
33459 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33460 Acked-by: John Rigby <jrigby@freescale.com>
33461
33462commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
33463Author: Matthew Fettke <[matthew.fettke@gmail.com]>
33464Date: Mon Feb 4 15:38:20 2008 -0600
33465
33466 ColdFire: Added MCF5275 cpu support.
33467
33468 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
33469 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33470 Acked-by: John Rigby <jrigby@freescale.com>
33471
33472commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
33473Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33474Date: Mon Mar 17 12:14:11 2008 -0500
33475
33476 ColdFire: Define bootdelay in configuration file for M52277EVB
33477
33478 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
33479 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33480 Acked-by: John Rigby <jrigby@freescale.com>
33481
33482commit 77878f16cedee17161ff2336990970fffc6cea35
33483Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33484Date: Mon Mar 17 12:09:07 2008 -0500
33485
33486 ColdFire: Fix second memory Chipselect for M5475EVB
33487
33488 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33489 Acked-by: John Rigby <jrigby@freescale.com>
33490
33491commit 43d60642395a550956cb21d287c8cfa563913d28
33492Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33493Date: Thu Mar 13 14:26:32 2008 -0500
33494
33495 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
33496
33497 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33498 Acked-by: John Rigby <jrigby@freescale.com>
33499
33500commit eb14ebe813a0cb5d47905228da446a5ad692473b
33501Author: Larry Johnson <lrj@acm.org>
33502Date: Sun Mar 30 20:33:04 2008 -0500
33503
33504 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
33505
33506 Signed-off-by: Larry Johnson <lrj@acm.org>
33507
33508commit 02e3892021112f21067d9ed1d04ae4182725ba52
33509Author: Stefan Roese <sr@denx.de>
33510Date: Mon Mar 31 12:20:48 2008 +0200
33511
33512 ppc4xx: Small whitespace fix of esd patches
33513
33514 Signed-off-by: Stefan Roese <sr@denx.de>
33515
33516commit 034394abb524785047c815f00dde8cdbdc1593c5
33517Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33518Date: Sun Mar 30 18:52:44 2008 +0200
33519
33520 ppc4xx: Cleanup PMC440 board support
33521
33522 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33523
33524commit a6cc6c37188d85c25d167a4515da86f48d9a583e
33525Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33526Date: Sun Mar 30 18:52:06 2008 +0200
33527
33528 ppc4xx: Add ptm configuration variables for PMC440
33529
33530 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
33531 environment variables.
33532
33533 Cleanup pci_target_init.
33534
33535 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33536
33537commit 7c91f51a2fe296909147f1646a1412729dd10b1d
33538Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33539Date: Sun Mar 30 18:01:15 2008 +0200
33540
33541 ppc4xx: Minor updates for DU440 boards
33542
33543 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33544
33545commit d5bffeb868d6b4d462f558dac43011027b6644b7
33546Author: Mike Frysinger <vapier@gentoo.org>
33547Date: Tue Feb 19 00:54:20 2008 -0500
33548
33549 Blackfin: cleanup and overhaul common board init functions
33550
33551 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33552
33553commit b86b3416f874358acaf07519e7620cdb2145f75b
33554Author: Mike Frysinger <vapier@gentoo.org>
33555Date: Tue Feb 19 00:50:58 2008 -0500
33556
33557 Blackfin: cleanup lib_blackfin/cache.c
33558
33559 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33560
33561commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
33562Author: Mike Frysinger <vapier@gentoo.org>
33563Date: Sun Mar 30 15:46:13 2008 -0400
33564
33565 Blackfin: unify cpu and boot modes
33566
33567 All of the duplicated code for Blackfin processors and boot modes have been
33568 unified. After all, the core is the same for all processors, just the
33569 peripheral set differs (which gets handled in the drivers).
33570
33571 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33572
33573commit 880cc4381ea8360248cddcdf87a64566745a5724
33574Author: Stelian Pop <stelian@popies.net>
33575Date: Wed Mar 26 22:52:35 2008 +0100
33576
33577 Fix CFG_NO_FLASH compilation.
33578
33579 Many Atmel boards have no "real" (NOR) flash on board, and rely only
33580 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
33581 be present in a board configuration file, while still enabling flash
33582 commands like 'flinfo', 'protect', etc.
33583
33584 Signed-off-by: Stelian Pop <stelian@popies.net>
33585
33586commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
33587Author: Mike Frysinger <vapier@gentoo.org>
33588Date: Tue Feb 19 00:58:13 2008 -0500
33589
33590 Blackfin: BF537-stamp: cleanup spi flash driver
33591
33592 This punts the old spi flash driver for a new/generalized one until the
33593 common one can be integrated.
33594
33595 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33596
33597commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
33598Author: Ben Warren <biggerbadderben@gmail.com>
33599Date: Sun Mar 30 11:34:34 2008 -0400
33600
33601 Fix macro typo in common/cmd_mii.c
33602
33603 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
33604 actually applied the wrong patch.
33605
33606 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33607
33608commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
33609Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33610Date: Sun Mar 30 16:39:53 2008 +0200
33611
33612 use correct at91rm9200 register name in m501sk board
33613
33614 This fixes a naming bug for at91rm9200 lowlevel init code:
33615 NOR boot flash is on chipselect 0, not chipselect 2. This
33616 makes code use the register name from chip datasheets.
33617
33618 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33619
33620commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
33621Author: David Brownell <david-b@pacbell.net>
33622Date: Fri Jan 18 12:55:00 2008 -0800
33623
33624 use correct at91rm9200 register name
33625
33626 This fixes a naming bug for at91rm9200 lowlevel init code:
33627 NOR boot flash is on chipselect 0, not chipselect 2. This
33628 makes code use the register name from chip datasheets.
33629
33630 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
33631
33632commit a3543d6dc52b0ba9c64016687cf32d600b31a476
33633Author: David Brownell <david-b@pacbell.net>
33634Date: Fri Jan 18 12:45:45 2008 -0800
33635
33636 add missing ARM boards to MAKEALL
33637
33638 Add some missing ARM boards to MAKEALL. These build correctly,
33639 unlike several of the boards already listed.
33640
33641 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
33642
33643commit 066bebd6353e33af3adefc3404560871699e9961
33644Author: Peter Pearse <peter.pearse@arm.com>
33645Date: Sun Mar 30 11:34:09 2008 +0100
33646
33647 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
33648 to prevent compilation error.
33649
33650 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
33651
33652commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
33653Author: Guennadi Liakhovetski <[lg@denx.de]>
33654Date: Sun Mar 30 11:32:30 2008 +0100
33655
33656 Support for the MX31ADS evaluation board from Freescale
33657
33658 This patch adds support for the MX31ADS evaluation board from Freescale,
33659 initialization code is copied from RedBoot sources, also provided by Freescale.
33660
33661 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33662
33663commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
33664Author: Sascha Hauer <s.hauer@pengutronix.de>
33665Date: Sun Mar 30 11:32:27 2008 +0100
33666
33667 Phytec Phycore-i.MX31 support
33668
33669 This patch adds support for the Phytec Phycore-i.MX31 board
33670
33671 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33672 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33673
33674commit a147e56f03871bba4f05058d5e04ce7deb010b04
33675Author: Sascha Hauer <s.hauer@pengutronix.de>
33676Date: Sun Mar 30 11:32:24 2008 +0100
33677
33678 mx31 litekit support
33679
33680 This patch adds support for the mx31 litekit board
33681
33682 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33683 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33684
33685commit d6674e0e2a6a1f033945f78838566210d3f28c95
33686Author: Sascha Hauer <s.hauer@pengutronix.de>
33687Date: Sun Mar 30 11:32:21 2008 +0100
33688
33689 add SMSC LAN9x1x Network driver
33690
33691 This patch adds a driver for the following smsc network controllers:
33692 LAN9115
33693 LAN9116
33694 LAN9117
33695 LAN9215
33696 LAN9216
33697 LAN9217
33698
33699 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33700 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33701
33702commit 8c8463cce44d849e37744749b32d38e1dfb12e50
33703Author: Sascha Hauer <s.hauer@pengutronix.de>
33704Date: Sun Mar 30 11:32:16 2008 +0100
33705
33706 add an i2c driver for mx31
33707
33708 This patch adds an i2c driver for Freescale i.MX processors
33709
33710 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33711 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33712
33713commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
33714Author: Sascha Hauer <s.hauer@pengutronix.de>
33715Date: Sun Mar 30 11:30:43 2008 +0100
33716
33717 core support for Freescale mx31
33718
33719 This patch adds the core support for Freescale mx31
33720
33721 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33722 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33723
33724commit 8bf69d81782619187933a605f1a95ee1d069478d
33725Author: Sascha Hauer <s.hauer@pengutronix.de>
33726Date: Sun Mar 30 11:28:46 2008 +0100
33727
33728 Separate omap24xx specific code from arm1136
33729
33730 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
33731
33732 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33733 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33734
33735commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
33736Author: Peter Pearse <peter.pearse@arm.com>
33737Date: Sun Mar 30 11:23:05 2008 +0100
33738
33739 Add pmdra into MAKEALL
33740
33741 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
33742
33743commit a574a73852a527779234e73e17e7597fd8128882
33744Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
33745Date: Sun Mar 30 11:21:58 2008 +0100
33746
33747 Adds support for the Prodrive PMDRA board, based on a DM6441
33748
33749 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
33750
33751commit 1377b5583a48021d983e1fd565f7d40c89e84d63
33752Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
33753Date: Sun Mar 30 11:11:34 2008 +0100
33754
33755 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
33756
33757 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
33758
33759commit 1704dc20917b4f71e373e2c888497ee666d40380
33760Author: Dirk Behme <dirk.behme@gmail.com>
33761Date: Sun Mar 30 11:09:01 2008 +0100
33762
33763 - Remove *_masked() functions as noted by Wolfgang
33764 - Adapt register naming to recent TI spec (sprue26, March 2007)
33765 - Fix reset_timer() handling
33766 - As reported by Pieter [1] the overflow fix introduced a
33767 delay of factor 16 (e.g 2 seconds became 32). While the
33768 overflow fix is basically okay, it missed to divide udelay by
33769 16, too. Fix this.
33770 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
33771 - Remove software division of timer count value (DIV(x)
33772 macro) and do it in hardware (TIM_CLK_DIV).
33773 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
33774 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
33775 the hints & testing!
33776
33777 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
33778
33779 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
33780
33781commit ac3315c26e143c31680750c9c13f027efbcc887e
33782Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33783Date: Thu Mar 6 16:45:44 2008 +0100
33784
33785 new PHY @ e1000 - 2nd try
33786
33787 Add 82541ER device with latest integrated IGP2 PHY.
33788 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
33789
33790 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33791 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33792
33793commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
33794Author: Daniel Hellstrom <daniel@gaisler.com>
33795Date: Fri Mar 28 20:22:53 2008 +0100
33796
33797 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
33798
33799 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
33800 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
33801 available at www.gaisler.com.
33802
33803 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
33804 offloading etc.) can be determined by a bit in the control register.
33805 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
33806
33807 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33808 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33809
33810commit 233a8bcd94997f3f345833a3b82e836222f2a206
33811Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
33812Date: Mon Mar 17 17:08:22 2008 -0500
33813
33814 Add CONFIG_MII_INIT in cmd_mii.c
33815
33816 Provide common configuration in do_mii() to execute mii_init()
33817 for all cpu architectures
33818
33819 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33820 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33821
33822commit f605479de2deb11e834f31dfdb0af107c86aced6
33823Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
33824Date: Mon Mar 17 17:08:16 2008 -0500
33825
33826 ColdFire: Fix FEC transmit issue for MCF5275
33827
33828 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33829 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33830
33831commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
33832Author: Aras Vaichas <arasv@magtech.com.au>
33833Date: Wed Mar 26 09:43:57 2008 +1100
33834
33835 DHCP request fix for Windows Server 2003
33836
33837 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
33838 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
33839 interoperability problems with Windows Server 200x DHCP server when U-Boot
33840 client responds too fast for server to handle.
33841
33842 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
33843 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33844
33845commit 97bf85d784fbed485e652eb907589ad0d5cb7262
33846Author: Daniel Hellstrom <daniel@gaisler.com>
33847Date: Fri Mar 28 20:40:19 2008 +0100
33848
33849 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
33850
33851 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
33852 SPARC CPUs implement flash_read64 which calls __raw_readq.
33853
33854 For current SPARC architectures (LEON2 and LEON3) each read from the
33855 FLASH must lead to a cache miss. This is because FLASH can not be set
33856 non-cacheable since program code resides there, and alternatively disabling
33857 cache is poor from performance view, or doing a cache flush between each
33858 read is even poorer.
33859
33860 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
33861 load alternative space, the alternative space number (ASI) is processor
33862 implementation spcific and can be found by including <asm/processor.h>.
33863
33864 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33865
33866commit 70431e8a7393b6b793f77957f95b999fc9a269b8
33867Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
33868Date: Fri Mar 28 15:41:25 2008 +0100
33869
33870 Make MPC83xx one step closer to full relocation.
33871
33872 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
33873 and use GOT relative reference.
33874
33875 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
33876 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33877
33878commit 5b2793a3f3de34d439232b05acc8af67a028fd35
33879Author: Michael Barkowski <michael.barkowski@freescale.com>
33880Date: Thu Mar 27 14:34:43 2008 -0400
33881
33882 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
33883
33884 This patch fixes eeprom page size so that you can now write more than
33885 64 bytes at a time.
33886
33887 It also makes the board take MAC addresses, if found, from EEPROM.
33888
33889 User should place up to 4 addresses at offset 0x7f00, for
33890 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
33891 four six-byte values should have it's CRC at the end. crc32 and
33892 eeprom commands can be used to accomplish this.
33893
33894 If CRC fails, MAC addresses come from the environment. If CRC
33895 succeeds, the environment is overwritten at startup.
33896
33897 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
33898 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33899
33900commit 8f325cff31f6e745e6540014b131b9a97f61944c
33901Author: Michael Barkowski <michael.barkowski@freescale.com>
33902Date: Fri Mar 28 15:15:38 2008 -0400
33903
33904 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
33905
33906 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
33907 controller on the PCI bus in Linux on the MPC8323ERDB.
33908
33909 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
33910 config file.
33911
33912 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
33913 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33914
33915commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
33916Author: Kim Phillips <kim.phillips@freescale.com>
33917Date: Fri Mar 28 10:19:07 2008 -0500
33918
33919 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
33920
33921 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
33922 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
33923 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
33924 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
33925 convenience macros.
33926
33927 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33928
33929commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
33930Author: Kim Phillips <kim.phillips@freescale.com>
33931Date: Fri Mar 28 10:18:53 2008 -0500
33932
33933 mpc83xx: display ddr frequency in board_add_ram_info banner
33934
33935 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33936
33937commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
33938Author: Kim Phillips <kim.phillips@freescale.com>
33939Date: Fri Mar 28 10:18:40 2008 -0500
33940
33941 mpc83xx: unreinvent mem_clk
33942
33943 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
33944 mem_*_clk for consistency's sake.
33945
33946 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33947
33948commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
33949Author: Kim Phillips <kim.phillips@freescale.com>
33950Date: Fri Mar 28 14:31:23 2008 -0500
33951
33952 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
33953
33954 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33955
33956commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
33957Author: Dave Liu <r63238@freescale.com>
33958Date: Wed Mar 26 22:57:19 2008 +0800
33959
33960 mpc83xx: enable the SATA interface on mpc837xemds board
33961
33962 Enable the first two SATA interfaces on MPC837xEMDS board,
33963 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
33964
33965 Signed-off-by: Dave Liu <daveliu@freescale.com>
33966 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33967
33968commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
33969Author: Dave Liu <r63238@freescale.com>
33970Date: Wed Mar 26 22:56:36 2008 +0800
33971
33972 mpc83xx: initialize serdes for MPC837xEMDS boards
33973
33974 This patch is stolen from Anton Vorontsov's patch
33975 for mpc837xerdb boards.
33976
33977 The reference clk and xcorevdd voltage of serdes1/2
33978 is same between mpc837xemds and mpc837xerdb.
33979
33980 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
33981 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
33982 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
33983
33984 Signed-off-by: Dave Liu <daveliu@freescale.com>
33985 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33986
33987commit cc8e839abc80887ae832767b5930d40edd6d7eb7
33988Author: Stefan Roese <sr@denx.de>
33989Date: Fri Mar 28 14:09:04 2008 +0100
33990
33991 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
33992
33993 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
33994 interface. This usage can be configured with the jumper J6. This patch
33995 displays the current configuration upon bootup and changes the PCIe
33996 init loop, to only initialize the availabel PCIe slots.
33997
33998 Signed-off-by: Stefan Roese <sr@denx.de>
33999
34000commit 90447ecbbac8572457b6d8903073ac3f120995ba
34001Author: Tor Krill <tor@excito.com>
34002Date: Fri Mar 28 11:29:10 2008 +0100
34003
34004 MTD/CFI: Add support for 16bit legacy AMD flash
34005
34006 Add entry for 512Kx16 AMD flash to jedec_table.
34007 Read out 16bit device id if chipwidth is 16bit.
34008 Fixed coding style after Stefans feedback
34009
34010 Signed-off-by: Tor Krill <tor@excito.com>
34011
34012commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
34013Author: Stefan Roese <sr@denx.de>
34014Date: Fri Mar 28 11:02:53 2008 +0100
34015
34016 ppc: Small change to CFG_MEM_TOP_HIDE description
34017
34018 Signed-off-by: Stefan Roese <sr@denx.de>
34019
34020commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
34021Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34022Date: Thu Mar 27 15:44:12 2008 +0900
34023
34024 sh: Add support stat structure and stat.h
34025
34026 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34027
34028commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
34029Author: Mark Jonas <toertel@gmail.com>
34030Date: Sat Mar 22 19:27:52 2008 +0100
34031
34032 sh: Removed warning when compiling drivers/serial/serial_sh.c.
34033
34034 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
34035 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34036
34037commit f309fa38929ffba71230c02330ffa42f4bba6333
34038Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34039Date: Wed Mar 12 18:02:57 2008 +0900
34040
34041 sh: Remove disable_ctrlc function from R7780MP
34042
34043 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34044
34045commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
34046Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34047Date: Wed Mar 12 17:55:15 2008 +0900
34048
34049 sh: Add maintainer of R7780MP to MAINTAINER file
34050
34051 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
34052
34053 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34054
34055commit f5e2466f7baa887a7df0c536333eea8231333497
34056Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34057Date: Tue Mar 25 17:11:24 2008 +0900
34058
34059 sh: Add support Renesas Solutions R2D plus board
34060
34061 R2D plus is SH reference board used with SH7751R.
34062 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
34063 one PCI bus, VGA, and two Ethernet controller.
34064
34065 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34066
34067commit e92c95180bb5bc5fd4051598a9d60beaba48988d
34068Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34069Date: Wed Mar 12 12:15:29 2008 +0900
34070
34071 sh: Add support SH4 cache control
34072
34073 Add support SH4 cache control and flash_cache function
34074
34075 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34076
34077commit 28e5efde4d925fcb34901d0030d0648de2da7e89
34078Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34079Date: Mon Mar 24 01:53:01 2008 +0900
34080
34081 sh: Add support PCI host driver for SH7751/SH7751R
34082
34083 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34084
34085commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
34086Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34087Date: Mon Mar 24 02:11:26 2008 +0900
34088
34089 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
34090
34091 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34092
34093commit 566933278101c144d75361ea682678a326c1290d
34094Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34095Date: Wed Mar 12 12:10:28 2008 +0900
34096
34097 sh: Add support SuperH SH7751/SH7751R
34098
34099 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34100
34101commit 3313e0e26224fc9a0c445124f3455058c696df84
34102Author: Mark Jonas <toertel@gmail.com>
34103Date: Mon Mar 10 11:37:10 2008 +0100
34104
34105 sh: Added support for SH7720 based board MPR2.
34106
34107 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
34108 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34109
34110commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
34111Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34112Date: Thu Mar 6 14:05:53 2008 +0900
34113
34114 sh: Fix receive FIFO level register of SH4A
34115
34116 Receive FIFO level register is different in SH4A.
34117 Because register is different, cannot occasionally receive data.
34118
34119 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34120
34121commit c133c1fb0b590662206b0eba70f4478ee0300a9a
34122Author: Yusuke Goda <goda.yusuke@renesas.com>
34123Date: Tue Mar 11 12:55:12 2008 +0900
34124
34125 sh: Add support Renesas Solutions R7780MP
34126
34127 Renesas Solutions R7780MP is a reference board on SH7780.
34128 This board has serial, 10/100 base Ethernet deivice, CF slot
34129 and VGA devices. This board can set extension board.
34130 Extension board has 10/100/1000 base Ethernet device, PCI slot,
34131 S-ATA, iDVR slot.
34132
34133 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34134 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34135
34136commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
34137Author: Yusuke Goda <goda.yusuke@renesas.com>
34138Date: Wed Mar 5 14:30:02 2008 +0900
34139
34140 sh: Add support PCI of SuperH and SH7780
34141
34142 This patch add support PCI of SuperH base code and SH7780 specific code.
34143
34144 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34145 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34146
34147commit b55523efff2ae11f0b9ae3cc405893c32eb78156
34148Author: Yusuke Goda <goda.yusuke@renesas.com>
34149Date: Wed Mar 5 14:23:26 2008 +0900
34150
34151 sh: Add support SH7780
34152
34153 SH7780 is CPU of Renesas Technology.
34154 This CPU has
34155 - CPU clock 400MHz
34156 - PCI support
34157 - DDR-SDRAM controller
34158 - etc ...
34159
34160 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34161 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34162
34163commit c2042f5952a686c414031309b8f244513bf578f0
34164Author: goda.yusuke <goda.yusuke@renesas.com>
34165Date: Fri Jan 25 20:46:36 2008 +0900
34166
34167 sh: Add support Renesas Solutions Migo-R board
34168
34169 Migo-R is a board based on SH7722 and has may devices.
34170 In this patch, supported SCIF, NOR flash and Ethernet.
34171
34172 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34173 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34174
34175commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
34176Author: Bartlomiej Sieka <tur@semihalf.com>
34177Date: Thu Mar 27 15:06:40 2008 +0100
34178
34179 Fix host tool build breakage, take two
34180
34181 Revert commit 87c8431f and fix build breakage so that the build continues
34182 to work on FC systems.
34183
34184 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
34185
34186commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
34187Author: Stefan Roese <sr@denx.de>
34188Date: Wed Mar 19 09:36:47 2008 +0100
34189
34190 ppc4xx: Enable ECC on LWMON5
34191
34192 Since all ECC related problems seem to be resolved on LWMON5, this patch
34193 now enables ECC support.
34194
34195 We have to write the ECC bytes by zeroing and flushing in smaller
34196 steps, since the whole 256MByte takes too long for the external
34197 watchdog.
34198
34199 Signed-off-by: Stefan Roese <sr@denx.de>
34200
34201commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
34202Author: Larry Johnson <lrj@acm.org>
34203Date: Mon Mar 17 11:10:35 2008 -0500
34204
34205 ppc4xx: Updates to Korat-specific code
34206
34207 This patch contains updates for changes for the Korat PPC440EPx board.
34208 These changes include:
34209
34210 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
34211 described in the new "doc/README.korat" file;
34212
34213 (2) a new memory map for the registers in the board's CPLD;
34214
34215 (3) a revised format for manufacturer's data in serial EEPROM; and
34216
34217 (4) changes to track updates to U-Boot for the Sequoia board.
34218
34219 Signed-off-by: Larry Johnson <lrj@acm.org>
34220
34221commit f766cdf89b3a2a7634b8c5869f606150e332036c
34222Author: Markus Brunner <super.firetwister@gmail.com>
34223Date: Thu Mar 27 10:46:25 2008 +0100
34224
34225 ppc4xx: PPC405EP Set EMAC noise filter bits
34226
34227 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
34228 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
34229 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
34230
34231 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
34232 Signed-off-by: Stefan Roese <sr@denx.de>
34233
34234commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
34235Author: Mike Nuss <mike@terascala.com>
34236Date: Wed Feb 20 11:54:20 2008 -0500
34237
34238 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
34239
34240 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
34241 after startup to change the speed of the clocks. This patch adds the
34242 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
34243 initialization code will reconfigure the PLL to run the system with a CPU
34244 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
34245 external EEPROM.
34246
34247 Signed-off-by: Mike Nuss <mike@terascala.com>
34248 Acked-by: Stefan Roese <sr@denx.de>
34249
34250commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
34251Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34252Date: Thu Mar 27 09:12:40 2008 +0100
34253
34254 new-image: Fix host tool build breakage
34255
34256 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34257
34258commit 6fb4b640562a10daff0dbe537638d511b5b48650
34259Author: Stefan Roese <sr@denx.de>
34260Date: Thu Mar 27 10:24:03 2008 +0100
34261
34262 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
34263
34264 Signed-off-by: Stefan Roese <sr@denx.de>
34265
34266commit 9462732a3ec551c11862450902cd8ee1bedea6d9
34267Author: Stefan Roese <sr@denx.de>
34268Date: Wed Mar 19 10:23:43 2008 +0100
34269
34270 ppc4xx: Add fdt support to Prodrive alpr
34271
34272 Since this board will probably be ported to arch/powerpc in the
34273 near future, we add device tree support now. This way we are
34274 "ready" for arch/powerpc from now on.
34275
34276 Signed-off-by: Stefan Roese <sr@denx.de>
34277
34278commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
34279Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
34280Date: Mon Mar 17 09:27:56 2008 +0100
34281
34282 ppc4xx: Enable cache support on the ALPR board
34283
34284 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
34285
34286commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
34287Author: Stefan Roese <sr@denx.de>
34288Date: Wed Mar 26 10:14:11 2008 +0100
34289
34290 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
34291
34292 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
34293 memory area will get subtracted from the top (end) of ram and won't get
34294 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
34295 should gets passed the now "corrected" memory size and won't touch it
34296 either. This should work for arch/ppc and arch/powerpc. Only Linux board
34297 ports in arch/powerpc with bootwrapper support, which recalculate the
34298 memory size from the SDRAM controller setup, will have to get fixed
34299 in Linux additionally.
34300
34301 This patch enables this config option on some PPC440EPx boards as a workaround
34302 for the CHIP 11 errata. Here the description from the AMCC documentation:
34303
34304 CHIP_11: End of memory range area restricted access.
34305 Category: 3
34306
34307 Overview:
34308 The 440EPx DDR controller does not acknowledge any
34309 transaction which is determined to be crossing over the
34310 end-of-memory-range boundary, even if the starting address is
34311 within valid memory space. Any such transaction from any PLB4
34312 master will result in a PLB time-out on PLB4 bus.
34313
34314 Impact:
34315 In case of such misaligned bursts, PLB4 masters will not
34316 retrieve any data at all, just the available data up to the
34317 end of memory, especially the 440 CPU. For example, if a CPU
34318 instruction required an operand located in memory within the
34319 last 7 words of memory, the DCU master would burst read 8
34320 words to update the data cache and cross over the
34321 end-of-memory-range boundary. Such a DCU read would not be
34322 answered by the DDR controller, resulting in a PLB4 time-out
34323 and ultimately in a Machine Check interrupt. The data would
34324 be inaccessible to the CPU.
34325
34326 Workaround:
34327 Forbid any application to access the last 256 bytes of DDR
34328 memory. For example, make your operating system believe that
34329 the last 256 bytes of DDR memory are absent. AMCC has a patch
34330 that does this, available for Linux.
34331
34332 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
34333 lwmon5, korat, sequoia
34334
34335 The other remaining 440EPx board were intentionally not included
34336 since it is not clear to me, if they use the end of ram for some
34337 other purpose. This is unclear, since these boards have CONFIG_PRAM
34338 defined and even comments like this:
34339
34340 PMC440.h:
34341 /* esd expects pram at end of physical memory.
34342 * So no logbuffer at the moment.
34343 */
34344
34345 It is strongly recommended to not use the last 256 bytes on those
34346 boards too. Patches from the board maintainers are welcome.
34347
34348 Signed-off-by: Stefan Roese <sr@denx.de>
34349
34350commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
34351Author: Stefan Roese <sr@denx.de>
34352Date: Thu Mar 27 10:09:05 2008 +0100
34353
34354 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
34355
34356 Signed-off-by: Stefan Roese <sr@denx.de>
34357
34358commit d56a3ce179688cde61073a3690e21703d68fafd7
34359Author: Stefan Roese <sr@denx.de>
34360Date: Tue Mar 25 17:51:13 2008 +0100
34361
34362 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
34363
34364 The routine ft_board_setup() configures the EBC NOR mappings for the
34365 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
34366 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
34367 problem, we need to pass the corrected address here too.
34368
34369 Signed-off-by: Stefan Roese <sr@denx.de>
34370
34371commit 9ad31989de12ce5c67b07c4867ead47465655c4b
34372Author: Stefan Roese <sr@denx.de>
34373Date: Wed Mar 19 16:35:12 2008 +0100
34374
34375 ppc4xx: Fix compilation warning in 4xx_enet.c
34376
34377 Signed-off-by: Stefan Roese <sr@denx.de>
34378
34379commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
34380Author: Stefan Roese <sr@denx.de>
34381Date: Wed Mar 19 16:20:49 2008 +0100
34382
34383 ppc4xx: Add AMCC Glacier 406GT eval board support
34384
34385 This patch adds support for the AMCC Glacier 460GT eval board.
34386 The main difference to the Canyonlands board are listed here:
34387
34388 - 4 ethernet ports instead of 2
34389 - no SATA port
34390 - no USB port
34391
34392 Currently EMAC2+3 are not working. This will be fixed in a later
34393 release.
34394
34395 Signed-off-by: Stefan Roese <sr@denx.de>
34396
34397commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
34398Author: Stefan Roese <sr@denx.de>
34399Date: Thu Mar 27 08:47:26 2008 +0100
34400
34401 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
34402
34403 Signed-off-by: Stefan Roese <sr@denx.de>
34404
34405commit b9670dd85be6e0496ef2e231043c23cad9b1d903
34406Author: Anatolij Gustschin <agust@denx.de>
34407Date: Wed Mar 26 21:05:43 2008 +0100
34408
34409 Fix out of tree building issue
34410
34411 Currently U-Boot building in some external directory
34412 doesn't work. This patch tries to fix the problem.
34413
34414 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34415
34416commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
34417Author: Anatolij Gustschin <agust@denx.de>
34418Date: Wed Mar 26 18:13:33 2008 +0100
34419
34420 README: update documentation (availability, links, etc.)
34421
34422 Fix typo in README
34423
34424 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34425
34426commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
34427Author: Anatolij Gustschin <agust@denx.de>
34428Date: Wed Mar 26 17:47:44 2008 +0100
34429
34430 Fix compilation error in cmd_usb.c
34431
34432 This patch fixes compilation error
34433 cmd_usb.c: In function 'do_usb':
34434 cmd_usb.c:552: error: void value not ignored as it ought to be
34435
34436 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34437
34438commit d8c82db482d6b535d12b419d6440b88bf7091c9b
34439Author: Timur Tabi <timur@freescale.com>
34440Date: Fri Mar 14 17:45:29 2008 -0500
34441
34442 Add support for setting the I2C bus speed in fsl_i2c.c
34443
34444 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
34445 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
34446 but fsl_i2c.c ignores it and uses conservative value when programming the
34447 I2C bus speed.
34448
34449 Signed-off-by: Timur Tabi <timur@freescale.com>
34450 Acked-by: Andy Fleming <afleming@freescale.com>
34451
34452commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
34453Author: Wolfgang Denk <wd@denx.de>
34454Date: Thu Mar 27 00:03:57 2008 +0100
34455
34456 Coding style cleanup, update CHANGELOG
34457
34458 Signed-off-by: Wolfgang Denk <wd@denx.de>
34459
d049cc7f
WD
34460commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
34461Author: Dave Liu <r63238@freescale.com>
34462Date: Wed Mar 26 22:55:32 2008 +0800
34463
34464 drivers: add the support for Freescale SATA controller
34465
34466 Add the Freescale on-chip SATA controller driver to u-boot,
34467 The SATA controller is used on the 837x and 8315 targets,
34468 The driver can be used to load kernel, fs and dtb.
34469
34470 The features list:
34471 - 1.5/3 Gbps link speed
34472 - LBA48, LBA28 support
34473 - DMA and FPDMA support
34474 - Two ports support
34475
34476 Signed-off-by: Dave Liu <daveliu@freescale.com>
34477
34478commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
34479Author: Dave Liu <r63238@freescale.com>
34480Date: Wed Mar 26 22:54:44 2008 +0800
34481
34482 ata: add the readme for SATA command line
34483
34484 Signed-off-by: Dave Liu <daveliu@freescale.com>
34485
34486commit cd54081cd479e542fc399b8a40651ff11a1ad849
34487Author: Dave Liu <r63238@freescale.com>
34488Date: Wed Mar 26 22:53:24 2008 +0800
34489
34490 ata: enable the sata initialize on boot up
34491
34492 Signed-off-by: Dave Liu <daveliu@freescale.com>
34493
34494commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
34495Author: Dave Liu <r63238@freescale.com>
34496Date: Wed Mar 26 22:52:36 2008 +0800
34497
34498 ata: add the fis struct for SATA
34499
34500 Signed-off-by: Dave Liu <daveliu@freescale.com>
34501
34502commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
34503Author: Dave Liu <r63238@freescale.com>
34504Date: Wed Mar 26 22:51:44 2008 +0800
34505
34506 ata: add the libata support
34507
34508 add simple libata support in u-boot
34509
34510 Signed-off-by: Dave Liu <daveliu@freescale.com>
34511
34512commit 8e9bb43429e50df55fa41932cbe65841ff579220
34513Author: Dave Liu <r63238@freescale.com>
34514Date: Wed Mar 26 22:50:45 2008 +0800
34515
34516 ata: make the ata_piix driver using new SATA framework
34517
34518 original ata_piix driver is using IDE framework, not real
34519 SATA framework. For now, the ata_piix driver is only used
34520 by x86 sc520_cdp board. This patch makes the ata_piix driver
34521 use the new SATA framework, so
34522
34523 - remove the duplicated command stuff
34524 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
34525 - add the CONFIG_CMD_SATA define to sc520_cdp.h
34526
34527 Signed-off-by: Dave Liu <daveliu@freescale.com>
34528
34529commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
34530Author: Dave Liu <r63238@freescale.com>
34531Date: Wed Mar 26 22:49:44 2008 +0800
34532
34533 ata: add the support for SATA framework
34534
34535 - add the SATA framework
34536 - add the SATA command line
34537
34538 Signed-off-by: Dave Liu <daveliu@freescale.com>
34539
34540commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
34541Author: Dave Liu <r63238@freescale.com>
34542Date: Wed Mar 26 22:48:18 2008 +0800
34543
34544 ata: merge the header of ata_piix driver
34545
34546 move the sata.h from include/ to drivers/block/ata_piix.h
34547
34548 Signed-off-by: Dave Liu <daveliu@freescale.com>
34549
34550commit 9eef62804d9695425b24c87b46a61a7fa74afee0
34551Author: Dave Liu <r63238@freescale.com>
34552Date: Wed Mar 26 22:47:06 2008 +0800
34553
34554 ata: merge the ata_piix driver
34555
34556 move the cmd_sata.c from common/ to drivers/ata_piix.c,
34557 the cmd_sata.c have some part of ata_piix controller drivers.
34558 consolidate the driver to have better framework.
34559
34560 Signed-off-by: Dave Liu <daveliu@freescale.com>
34561
1aeed8d7
WD
34562commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
34563Author: Markus Klotzbuecher <mk@denx.de>
34564Date: Wed Mar 26 18:26:43 2008 +0100
34565
34566 USB, Storage: fix a bug introduced in commit
34567 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
34568 to only print only information on one storage device, but not for
34569 multiple.
34570
34571 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34572
34573commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
34574Author: Anatolij Gustschin <agust@denx.de>
34575Date: Wed Mar 26 17:47:44 2008 +0100
34576
34577 Fix compilation error in cmd_usb.c
34578
34579 This patch fixes compilation error
34580 cmd_usb.c: In function 'do_usb':
34581 cmd_usb.c:552: error: void value not ignored as it ought to be
34582
34583 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34584 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34585
34586commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
34587Author: Kumar Gala <galak@kernel.crashing.org>
34588Date: Wed Mar 26 08:53:53 2008 -0500
34589
34590 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
34591
34592 Provide a board_lmb_reserve helper function to ensure we reserve
34593 the page of memory we are using for the boot page translation code.
34594
34595 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34596
34597commit 79679d80021ab095e639e250ca472fe526da02e2
34598Author: Kumar Gala <galak@kernel.crashing.org>
34599Date: Wed Mar 26 08:34:25 2008 -0500
34600
34601 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
34602
34603 The following changes are needed to be inline with ePAPR v0.81:
34604
34605 * r4, r5 and now always set to 0 on boot release
34606 * r7 is used to pass the size of the initial map area (IMA)
34607 * EPAPR_MAGIC value changed for book-e processors
34608 * changes in the spin table layout
34609 * spin table supports a 64-bit physical release address
34610
34611 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34612
34613commit 25eedb2c1958a13110c7de1fc809b624053cc69c
34614Author: Jon Loeliger <jdl@freescale.com>
34615Date: Wed Mar 19 15:02:07 2008 -0500
34616
34617 FSL: Clean up board/freescale/common/Makefile
34618
34619 Each file that can be built here now follows some
34620 CONFIG_ option so that they are appropriately built
34621 or not, as needed. And CONFIG_ defines were added
34622 to various board config files to make sure that happens.
34623
34624 The other board/freescale/*/Makefiles no longer need
34625 to reach up and over into ../common to build their
34626 individually needed files any more.
34627
34628 Boards that are CDS specific were renamed with cds_ prefix.
34629
34630 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34631
34632commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
34633Author: Kumar Gala <galak@kernel.crashing.org>
34634Date: Wed Feb 27 22:00:27 2008 -0600
34635
34636 85xx: Fix merge duplication
34637
34638 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
34639
34640 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34641
34642commit 5893b3d0a4084f87a06a5d3dc03db91206818941
34643Author: James Yang <James.Yang@freescale.com>
34644Date: Tue Feb 12 16:35:07 2008 -0600
34645
34646 85xx: Expand CCSR space with more DDR controller registers.
34647
34648 Signed-off-by: James Yang <James.Yang@freescale.com>
34649 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34650 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34651
34652commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
34653Author: James Yang <James.Yang@freescale.com>
34654Date: Fri Feb 8 18:05:08 2008 -0600
34655
34656 85xx: Speed up get_ddr_freq() and get_bus_freq()
34657
34658 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
34659 called. However, get_sys_info() recalculates extraneous information when
34660 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
34661 values from global_data instead.
34662
34663 Signed-off-by: James Yang <James.Yang@freescale.com>
34664 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34665
34666commit e9ea679918fbc9a53fa2f2a904aac874ea736036
34667Author: James Yang <James.Yang@freescale.com>
34668Date: Fri Feb 8 16:46:27 2008 -0600
34669
34670 85xx: Show DDR memory data rate in addition to the memory clock frequency.
34671
34672 Show the DDR memory data rate in addition to the memory clock
34673 frequency. For DDR/DDR2 memories the memory data rate is 2x the
34674 memory clock.
34675
34676 Signed-off-by: James Yang <James.Yang@freescale.com>
34677 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34678
34679commit 591933ca6eabc440e6ed6967233aaf56fce464a3
34680Author: James Yang <James.Yang@freescale.com>
34681Date: Fri Feb 8 16:44:53 2008 -0600
34682
34683 85xx: get_tbclk() speed up and rounding fix
34684
34685 Speed up get_tbclk() by referencing pre-computed bus clock
34686 frequency value from global data instead of sys_info_t. Fix
34687 rounding of result to nearest; previously it was rounding
34688 upwards.
34689
34690 Signed-off-by: James Yang <James.Yang@freescale.com>
34691 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34692
34693commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
34694Author: Andy Fleming <afleming@freescale.com>
34695Date: Wed Feb 6 01:19:40 2008 -0600
34696
34697 Update SVR numbers to expand support
34698
34699 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
34700 is used to distinguish certain variants within an SOC family. To
34701 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
34702 constants to reflect the larger value. We also add SVR numbers for all
34703 of the current variants. Finally, to make things neater, rather than
34704 use an enormous switch statement to print out the CPU type, we create
34705 and array of SVR/name pairs (using a macro), and print out the CPU name
34706 that matches the SVR SOC version.
34707
34708 Signed-off-by: Andy Fleming <afleming@freescale.com>
34709
34710commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
34711Author: Andy Fleming <afleming@freescale.com>
34712Date: Wed Feb 6 01:12:57 2008 -0600
34713
34714 Add the Freescale PCI device IDs
34715
34716 Signed-off-by: Andy Fleming <afleming@freescale.com>
34717
34718commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
34719Author: Kumar Gala <galak@kernel.crashing.org>
34720Date: Thu Feb 14 11:04:23 2008 -0600
34721
34722 85xx: Added support for multicore boot mechanism
34723
34724 Added the cpu command that provides a generic mechanism to get status,
34725 reset, and release secondary cores in multicore processors.
34726
34727 Added support for using the ePAPR defined spin-table mechanism on 85xx.
34728
34729 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34730 Signed-off-by: Andy Fleming <afleming@freescale.com>
34731
34732commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
34733Author: Kumar Gala <galak@kernel.crashing.org>
34734Date: Thu Jan 17 16:48:33 2008 -0600
34735
34736 85xx: Added support for multicore boot mechanism
34737
34738 Added the cpu command that provides a generic mechanism to get status,
34739 reset, and release secondary cores in multicore processors.
34740
34741 Added support for using the ePAPR defined spin-table mechanism on 85xx.
34742
34743 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34744
34745commit f69766e4b5d47ecd3aa58677a8da875694f364f2
34746Author: Kumar Gala <galak@kernel.crashing.org>
34747Date: Wed Jan 30 14:55:14 2008 -0600
34748
34749 85xx: Add the concept of CFG_CCSRBAR_PHYS
34750
34751 When we go to 36-bit physical addresses we need to keep the concept of
34752 the physical CCSRBAR address seperate from the virtual one.
34753
34754 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
34755
34756 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34757
d049cc7f
WD
34758commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
34759Author: Wolfgang Denk <wd@denx.de>
34760Date: Wed Mar 26 15:38:47 2008 +0100
34761
34762 Coding style cleanup.
34763
34764 Signed-off-by: Wolfgang Denk <wd@denx.de>
34765
34766commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
34767Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34768Date: Wed Mar 26 13:02:13 2008 +0100
34769
34770 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
34771
34772 The default settings for RTC DS1337 keeps the OSC
34773 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
34774 turn it off.
34775
34776 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34777
34778commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
34779Author: Wolfgang Denk <wd@denx.de>
34780Date: Wed Mar 26 11:48:46 2008 +0100
34781
34782 Cleanup coding style, update CHANGELOG
34783
34784 Signed-off-by: Wolfgang Denk <wd@denx.de>
34785
438a4c11
WD
34786commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
34787Author: Wolfgang Denk <wd@denx.de>
34788Date: Wed Mar 26 10:40:12 2008 +0100
34789
34790 README: update documentation (availability, links, etc.)
34791
34792 Signed-off-by: Wolfgang Denk <wd@denx.de>
34793
34794commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
34795Author: Aras Vaichas <arasv@magtech.com.au>
34796Date: Tue Mar 25 12:09:07 2008 +1100
34797
34798 USB Storage, add meaningful return value
34799
34800 This patch changes the "usb storage" command to return success if it
34801 finds a USB storage device, otherwise it returns error.
34802
34803 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34804
34805commit 18e69a35efbb078403db0c0063986470dad7d082
34806Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34807Date: Fri Mar 14 23:20:18 2008 +0300
34808
34809 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
34810
34811 Linux understands "host" (default), "peripheral" and "otg" (broken).
34812 Though, U-Boot doesn't restrict dr_mode variable to these values (think
34813 of renames in future).
34814
34815 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34816 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34817
34818commit c7604783b236e368f225efb7b3efb418fe20b404
34819Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34820Date: Fri Mar 14 23:20:30 2008 +0300
34821
34822 tsec: fix link detection for the RTL8211B PHY
34823
34824 RTL8211B sets link state register after autonegotiation complete,
34825 so with bootdelay=0 RTL8211B will report lack of the link.
34826
34827 To fix this, we should wait for aneg to complete, even if the
34828 link is currently down.
34829
34830 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34831 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34832
34833commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
34834Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34835Date: Mon Mar 24 20:47:09 2008 +0300
34836
34837 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
34838
34839 device_type = "soc" is being deprecated, newer device trees will use
34840 "fsl,soc" and/or "fsl,immr" for the soc nodes.
34841
34842 This patch also adds clock-frequency property for soc nodes (the same
34843 value as bus-frequency).
34844
34845 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34846
34847commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
34848Author: Joe D'Abbraccio <ljd015@freescale.com>
34849Date: Mon Mar 24 13:00:59 2008 -0400
34850
34851 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
34852
34853 With the original value of 1/2 clock cycle delay, the system ran relatively
34854 stable except when we run benchmarks that are intensive users of memory.
34855 When I run samba connected disk with a HDBENCH test, the system locks-up
34856 or reboots sporadically.
34857
34858 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
34859
34860commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
34861Author: Scott Wood <scottwood@freescale.com>
34862Date: Mon Mar 24 12:44:13 2008 -0500
34863
34864 mpc83xx: Set PCI I/O bus-address base to zero.
34865
34866 The device trees for these boards describe PCI I/O as starting from
34867 address zero from the device's perspective.
34868
34869 Placing I/O elsewhere may cause problems with certain PCI boards, and may
34870 cause problems with Linux.
34871
34872 Signed-off-by: Scott Wood <scottwood@freescale.com>
34873
34874commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
34875Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34876Date: Mon Mar 24 20:47:05 2008 +0300
34877
34878 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
34879
34880 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
34881 This patch fixes "system time drifting" problem.
34882
34883 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34884
34885commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
34886Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34887Date: Mon Mar 24 20:47:02 2008 +0300
34888
34889 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
34890
34891 This is needed to update /choosen/linux,stdout-path properly.
34892
34893 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34894
34895commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
34896Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34897Date: Mon Mar 24 20:47:00 2008 +0300
34898
34899 mpc83xx: MPC8360E-RDK: add dhcp command
34900
34901 Plus modify environment to use it and remove bootfile env variable,
34902 it is internal and CONFIG_BOOTFILE is used for these purposes.
34903
34904 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34905
34906commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
34907Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34908Date: Mon Mar 24 20:46:57 2008 +0300
34909
34910 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
34911
34912 Current DDR setup easily causes memory corruption, this patch fixes it.
34913
34914 Also fix TIMING_CFG0_MRS_CYC definition.
34915
34916 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34917
34918commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
34919Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34920Date: Mon Mar 24 20:46:53 2008 +0300
34921
34922 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
34923
34924 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
34925 controller and FHCI (QE USB).
34926
34927 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34928
34929commit 7ad959490962e6842648d87d4bd795ea6cdcce67
34930Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34931Date: Mon Mar 24 20:46:51 2008 +0300
34932
34933 mpc83xx: MPC8360E-RDK: add support for NAND
34934
34935 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34936
34937commit 9a3e832aeb491861d029991241572ebdf4b5b61b
34938Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34939Date: Mon Mar 24 20:46:46 2008 +0300
34940
34941 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
34942
34943 This is needed for BCM PHYs to work on this board.
34944
34945 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34946
34947commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
34948Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34949Date: Mon Mar 24 20:46:34 2008 +0300
34950
34951 uec: add support for Broadcom BCM5481 Gigabit PHY
34952
34953 This patch adds basic support for Broadcom BCM5481 PHY.
34954
34955 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
34956 Peter Barada <peterb@logicpd.com>.
34957
34958 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34959
34960commit 6a600c3a1876bc203445df4f0fd6b12648259666
34961Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34962Date: Mon Mar 24 20:46:28 2008 +0300
34963
34964 uec: add support for RGMII_RXID interface mode
34965
34966 PHY drivers will use it to setup software delay between RXD and RXC
34967 signals.
34968
34969 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34970
34971commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
34972Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34973Date: Mon Mar 24 20:46:24 2008 +0300
34974
34975 uec: add support for gbit mii status readings
34976
34977 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34978
34979commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
34980Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34981Date: Mon Mar 24 17:40:47 2008 +0300
34982
34983 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
34984
34985 This is primarily for the early console support.
34986
34987 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34988
34989commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
34990Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34991Date: Mon Mar 24 17:40:43 2008 +0300
34992
34993 83xx: initialize serdes for MPC837XRDB boards
34994
34995 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
34996 On the MPC8378ERDB: 2 PCI-E
34997 On the MPC8379ERDB: 4 SATA
34998
34999 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35000
35001commit 453316a2a19642d8afcbca7452e40a6b44a197b1
35002Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35003Date: Mon Mar 24 17:40:32 2008 +0300
35004
35005 83xx: serdes setup routines
35006
35007 This patch adds few routines to configure serdes on 837x targets.
35008
35009 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35010
35011commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
35012Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35013Date: Mon Mar 24 17:40:27 2008 +0300
35014
35015 83xx: split COBJS onto separate lines
35016
35017 ..plus get rid of some #ifdefs in the .c files.
35018
35019 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35020
35021commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
35022Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35023Date: Mon Mar 24 17:40:23 2008 +0300
35024
35025 83xx: nand support for MPC837XRDB boards
35026
35027 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35028
35029commit 82e45a204190593e8613145a928f998fb8c909c4
35030Author: Jerry Van Baren <gvb.uboot@gmail.com>
35031Date: Tue Mar 18 21:44:41 2008 -0400
35032
35033 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
35034
35035 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35036 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35037
35038commit 0fa7a1b4719e325fce332689fb8754ec166191ff
35039Author: Michael Barkowski <michael.barkowski@freescale.com>
35040Date: Thu Mar 20 13:15:39 2008 -0400
35041
35042 mpc8323erdb: remove RTC and add EEPROM
35043
35044 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
35045
35046 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35047 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35048
35049commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
35050Author: Michael Barkowski <michael.barkowski@freescale.com>
35051Date: Thu Mar 20 13:15:34 2008 -0400
35052
35053 mpc8323erdb: Improve the system performance
35054
35055 The following changes are based on kernel UCC ethernet performance:
35056
35057 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
35058 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
35059 switch to enable this setting.
35060
35061 The following changes are based on the App Note AN3369 and
35062 verified to improve memory latency using LMbench:
35063
35064 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
35065 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
35066 previously.
35067 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
35068 Twr=15ns, and this was already the setting in DDR_MODE)
35069 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
35070 Trp=15ns)
35071 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
35072 Tras=40ns)
35073 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
35074 Trcd=15ns)
35075 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
35076 Trfc=75ns)
35077 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
35078 on Tfaw=50ns)
35079 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
35080 on CL=3 and WL=2).
35081
35082 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35083 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35084
35085commit fc549c871f43933396a5b3e21d897023d4b31b8d
35086Author: Michael Barkowski <michael.barkowski@freescale.com>
35087Date: Thu Mar 20 13:15:28 2008 -0400
35088
35089 mpc8323erdb: use readable DDR config macros
35090
35091 Use available shift/mask macros to define DDR configuration.
35092
35093 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
35094 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35095
35096commit 89c7784ed90ba50301eec521144f95111e472906
35097Author: Timur Tabi <timur@freescale.com>
35098Date: Fri Feb 8 13:15:55 2008 -0600
35099
35100 83xx: Add Vitesse VSC7385 firmware uploading
35101
35102 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
35103 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
35104 Cleaned up the board header files to make selecting the VSC7385 easier to
35105 control.
35106
35107 Signed-off-by: Timur Tabi <timur@freescale.com>
35108 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35109
35110commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
35111Author: Timur Tabi <timur@freescale.com>
35112Date: Fri Feb 8 13:15:54 2008 -0600
35113
35114 NET: Add Vitesse VSC7385 firmware uploading
35115
35116 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
35117 and other boards. A small firwmare must be uploaded to its on-board memory
35118 before it can be enabled. This patch adds the code which uploads firmware
35119 (but not the firmware itself).
35120
35121 Previously, this feature was provided by a U-Boot application that was
35122 made available only on Freescale BSPs. The VSC7385 firmware must still
35123 be obtained separately, but at least there is no longer a need for a separate
35124 application.
35125
35126 Signed-off-by: Timur Tabi <timur@freescale.com>
35127 Acked-by: Ben Warren <biggerbadderben@gmail.com>
35128
35129commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
35130Author: Wolfgang Denk <wd@denx.de>
35131Date: Wed Mar 26 00:52:10 2008 +0100
35132
35133 Coding Style cleanyp; update CHANGELOG
35134
35135 Signed-off-by: Wolfgang Denk <wd@denx.de>
35136
aa6f6d17
WD
35137commit 43ddd9c820fec44816188f53346b464e20b3142d
35138Author: Jerry Van Baren <gvb.uboot@gmail.com>
35139Date: Sat Mar 22 14:23:49 2008 -0400
35140
35141 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
35142
35143 These defines embedded the u-boot env variables and/or the bd_t structure
35144 in the fdt blob. The conclusion of discussion on the u-boot email list
35145 was that embedding these in the fdt blob is not useful: there are better
35146 ways of passing the data (in fact, the fdt blob itself replaces the
35147 bd_t struct).
35148
35149 The only board that enables these is the stxxtc and they don't appear
35150 to be used by linux.
35151
35152 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35153 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35154
35155commit 22ed2285743359fd1fe73e411dff914b2256e68f
35156Author: Stefan Roese <sr@denx.de>
35157Date: Mon Mar 17 10:49:25 2008 +0100
35158
35159 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
35160
35161 Signed-off-by: Stefan Roese <sr@denx.de>
35162
35163commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
35164Author: Kyungmin Park <kmpark@infradead.org>
35165Date: Mon Mar 17 08:54:06 2008 +0900
35166
35167 Add Flex-OneNAND booting support
35168
35169 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
35170 using a NOR Flash interface. This on-chip integration enables system designers
35171 to reduce external system logic and use high-density NAND Flash
35172 in applications that would otherwise have to use more NOR components.
35173
35174 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
35175 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
35176 that require low reliability and high density, SLC area of Flex-OneNAND
35177 to store data that need high reliability and high performance. Flex-OneNAND
35178 can let users take advantage of storing these two different types of data
35179 into one chip, which is making Flex-OneNAND more cost- and space-effective.
35180
35181 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
35182
35183commit c512389cc4a10253249271ff6c887c6dab1f0db2
35184Author: André Schwarz <andre.schwarz@matrix-vision.de>
35185Date: Thu Mar 13 13:50:52 2008 +0100
35186
35187 MPC5200: support setup without FEC
35188
35189 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
35190 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
35191
35192 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35193 Acked-by: Grant Likely <grant.likely@secretlab.ca>
35194
35195commit aa3511e422946041ef626f80a05ae5e8bfc700e6
35196Author: Jon Loeliger <jdl@freescale.com>
35197Date: Wed Mar 5 18:05:46 2008 -0600
35198
35199 FSL: Move board/mpc8266ads under board/freescale
35200
35201 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35202
35203commit 7f1d846e5c5754449c286587d099d85246062772
35204Author: Jon Loeliger <jdl@freescale.com>
35205Date: Wed Mar 5 18:05:47 2008 -0600
35206
35207 FSL: Move board/mpc7448hpc2 under board/freescale
35208
35209 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35210
35211commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
35212Author: Jon Loeliger <jdl@freescale.com>
35213Date: Wed Mar 5 18:05:45 2008 -0600
35214
35215 FSL: Move board/mpc8260ads under board/freescale
35216
35217 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35218
35219commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
35220Author: goda.yusuke <goda.yusuke@renesas.com>
35221Date: Wed Mar 5 17:08:33 2008 +0900
35222
35223 net: Add support AX88796L ethernet device
35224
35225 AX88796L is device of NE2000 compatible.
35226 This patch support AX88796L ethernet device.
35227
35228 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
35229 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35230
35231commit e0a6140dd381e1eed1ada2291166ef2616d8822b
35232Author: Wolfgang Denk <wd@denx.de>
35233Date: Tue Mar 25 22:50:41 2008 +0100
35234
35235 ne2000 driver: change #ifdef to Makefile conditional compilation
35236
35237 Signed-off-by: Wolfgang Denk <wd@denx.de>
35238
35239commit e710185aae90c64d39c2d453e40e58ceefe4f250
35240Author: goda.yusuke <goda.yusuke@renesas.com>
35241Date: Wed Mar 5 17:08:20 2008 +0900
35242
35243 net: Divided code of NE2000 ethernet driver
35244
35245 There are more devices of the NE2000 base.
35246 A present code is difficult for us to support more devices.
35247 To support more NE2000 clone devices, separated the function.
35248
35249 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
35250 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35251
35252commit 395bce4f59a507a60a475f7ee46bed47de9482df
35253Author: Mike Frysinger <vapier@gentoo.org>
35254Date: Sun Feb 24 23:58:13 2008 -0500
35255
35256 net/Blackfin: move on-chip MAC driver into drivers/net/
35257
35258 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
35259 directory, but it is not board specific, so relocate it to the drivers dir
35260 so that other Blackfin ports can utilize it.
35261
35262 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35263
35264commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
35265Author: Mike Frysinger <vapier@gentoo.org>
35266Date: Sun Feb 24 23:52:35 2008 -0500
35267
35268 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
35269
35270 Since the "ssync" instruction may have hardware anomalies associated with
35271 it, have the smc91111 driver use the SSYNC macro rather than invoking it
35272 directly. We workaround all the anomalies via this macro.
35273
35274 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35275
35276commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
35277Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35278Date: Sun Feb 17 22:57:47 2008 +0000
35279
35280 8xx: Update OF support on 8xx
35281
35282 This patch does some shifting around of OF support on 8xx.
35283
35284 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35285
35286commit 9c666a7db0b2285a270c68810889ce7d5dba304b
35287Author: Kumar Gala <galak@kernel.crashing.org>
35288Date: Fri Feb 15 15:16:18 2008 -0600
35289
35290 ppc: Allow boards to specify how much memory they can map
35291
35292 For historical reasons we limited the stack to 256M because some boards
35293 could only map that much via BATS. However newer boards are capable of
35294 mapping more memory (for example 85xx is capble of doing up to 2G).
35295
35296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35297
35298commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
35299Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35300Date: Fri Feb 15 01:05:58 2008 +0000
35301
35302 8xx : Add OF support to Adder875 board port - resubmit
35303
35304 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35305
35306commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
35307Author: Kumar Gala <galak@kernel.crashing.org>
35308Date: Thu Feb 14 20:44:42 2008 -0600
35309
35310 Add setexpr command
35311
35312 Add a simple expr style command that will set an env variable as the result
35313 of the command. This allows us to do simple math in shell. The following
35314 operations are supported: &, |, ^, +, -, *, /.
35315
35316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35317
35318commit 3f105faa64b9826e088711fdfcaa70cb1230397a
35319Author: Jon Loeliger <jdl@freescale.com>
35320Date: Wed Mar 5 17:27:48 2008 -0600
35321
35322 FSL: Move board/mpc7448hpc2 under board/freescale
35323
35324 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35325
35326commit 449c703374a8868453425e15da7e2f76221b72e4
35327Author: Jon Loeliger <jdl@freescale.com>
35328Date: Wed Mar 5 17:21:43 2008 -0600
35329
35330 FSL: Move board/mpc8266ads under board/freescale
35331
35332 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35333
35334commit 5863577989ad689427bb750107e9a75f1c1645d2
35335Author: Jon Loeliger <jdl@freescale.com>
35336Date: Wed Mar 5 16:41:41 2008 -0600
35337
35338 FSL: Move board/mpc8260ads under board/freescale
35339
35340 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35341
35342commit 8a773983957ee6c4aa344469b742f29c7d26afbd
35343Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35344Date: Tue Mar 25 21:30:08 2008 +0900
35345
35346 [MIPS] Move gth2_config from ARM section to MIPS
35347
35348 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35349
35350commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
35351Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35352Date: Tue Mar 25 21:30:07 2008 +0900
35353
35354 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
35355
35356 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35357
35358commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
35359Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35360Date: Tue Mar 25 21:30:07 2008 +0900
35361
35362 [MIPS] Fix dcache_status()
35363
35364 You can't judge UNCACHED by Config.K0 LSB.
35365
35366 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35367
35368commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
35369Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35370Date: Tue Mar 25 21:30:07 2008 +0900
35371
35372 [MIPS] Introduce _machine_restart
35373
35374 Handles machine specific functions by using weak functions.
35375
35376 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35377
35378commit decaba6f5cf386d569ac3997bebb871b966c6b18
35379Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35380Date: Tue Mar 25 21:30:07 2008 +0900
35381
35382 [MIPS] Cleanup CP0 Status initialization
35383
35384 Add setup_c0_status from Linux. For the moment we disable interrupts, set
35385 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
35386 reset-time configuration and will work well across most processors.
35387
35388 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35389
35390commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
35391Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35392Date: Tue Mar 25 21:30:07 2008 +0900
35393
35394 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
35395
35396 Without this change, we'll be suffering from deffered WATCH exception
35397 once Status.EXL is cleared. Make sure Cause.WP is cleared.
35398
35399 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35400
35401commit 26138623230ca2bad3c78e05a65527ea70c8b688
35402Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35403Date: Tue Mar 25 21:30:07 2008 +0900
35404
35405 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
35406
35407 Move things to appropriate place.
35408
35409 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35410
35411commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
35412Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35413Date: Tue Mar 25 21:30:06 2008 +0900
35414
35415 [MIPS] Implement flush_cache()
35416
35417 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
35418 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
35419 function is used not only in U-Boot specfic programs but also at loading
35420 target binaries.
35421
35422 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35423
35424commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
35425Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35426Date: Tue Mar 25 21:30:06 2008 +0900
35427
35428 [MIPS] Fix I-/D-cache initialization loops
35429
35430 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
35431 again per a loop for I-cache initialization. But according to 'See MIPS
35432 Run', we're encouraged to use three separate loops rather than combining
35433 them *for both I- and D-cache*. This patch tries to fix this.
35434
35435 In accordance with fixing above, mips_init_[id]cache are separated from
35436 mips_cache_reset(), and rewrite cache loops are completely rewritten with
35437 useful macros.
35438
35439 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35440
35441commit 1898840797c7f50799377bd5b285a8a93a82c419
35442Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35443Date: Tue Mar 25 21:30:06 2008 +0900
35444
35445 [MIPS] Replace memory clearance code with f_fill64
35446
35447 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
35448
35449 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35450
35451commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
35452Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35453Date: Tue Mar 25 21:30:06 2008 +0900
35454
35455 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
35456
35457 This patch replaces the current function definitions with NESTED, LEAF
35458 and END macro. They specify some more additional information about the
35459 function; an alignment of symbol, type of symbol, stack frame usage, etc.
35460 These information explicitly tells the assembler and the debugger about
35461 the types of code we want to generate.
35462
35463 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35464
35465commit 282223a607c611425fa33f5428f8eae6636972bb
35466Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35467Date: Tue Mar 25 11:43:17 2008 +0900
35468
35469 [MIPS] asm headers' updates
35470
35471 Make some asm headers adjusted to the latest Linux kernel.
35472
35473 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35474
35475commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
35476Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35477Date: Tue Mar 25 11:39:29 2008 +0900
35478
35479 [MIPS] Request for the 'mips_cache_lock()' removal
35480
35481 The initial intension of having mips_cache_lock() was to use the cache
35482 as memory for temporary stack use so that a C environment can be set up
35483 as early as possible.
35484
35485 But now mips_cache_lock() follow lowlevel_init(). We've already have the
35486 real memory initilaized at this point, therefore we could/should use it.
35487 No reason to lock at all.
35488
35489 Other problems:
35490
35491 Cache locking is not consistent across MIPS implementaions. Some imple-
35492 mentations don't support locking at all. The style of locking varies -
35493 some support per line locking, others per way, etc. Some parts use bits
35494 in status registers instead of cache ops. Current mips_cache_lock() is
35495 not necessarily general-purpose.
35496
35497 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
35498 they are never get unlocked, so the code relies on whatever gets loaded
35499 after U-Boot to re-initialize the cache and clear the locks. We're sup-
35500 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
35501 but leave the situation as it is for a long time.
35502
35503 For these reasons, I proposed the removal of mips_cache_lock() from the
35504 global start-up code.
35505
35506 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
35507 *things have changed*. If he wants the same behavior as before, he needs
35508 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
35509
35510 If we don't have any regression report through several releases, then
35511 we'll remove codes entirely.
35512
35513 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35514 Acked-by: Andrew Dyer <amdyer@gmail.com>
35515
35516commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
35517Author: Yuri Tikhonov <yur@emcraft.com>
35518Date: Mon Mar 24 11:30:54 2008 +0100
35519
35520 lwmon5 SYSMON POST: fix backlight control
35521
35522 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
35523 run on the board, then the SYSMON POST controls the display backlight
35524 (doesn't switch backlight ON if POST FAILED, and does switch the
35525 backlight ON if PASSED).
35526
35527 If not, then the video driver controls the display backlight (just
35528 switch ON the backlight upon initialization).
35529
35530 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35531
35532commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
35533Author: Yuri Tikhonov <yur@emcraft.com>
35534Date: Mon Mar 24 11:29:14 2008 +0100
35535
35536 lwmon5 SYSMON POST: fix handling of negative temperatures
35537
35538 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
35539
35540 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35541
35542commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
35543Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35544Date: Fri Mar 7 16:04:25 2008 +0900
35545
35546 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
35547
35548 In current source code, when the device number of PCI is 0, process PCI
35549 bridge without fail. However, when the device number is 0, it is not PCI
35550 always bridge. There are times when device of PCI allocates.
35551
35552 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
35553 use this patch.
35554
35555 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35556 Acked-by: Stefan Roese <sr@denx.de>
35557
35558commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
35559Author: Yuri Tikhonov <yur@emcraft.com>
35560Date: Fri Mar 21 09:18:40 2008 +0100
35561
35562 LWMON5: fix dsPIC POST
35563
35564 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
35565
35566 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
35567
438a4c11
WD
35568commit 388b82fddc7c05596f3f615f190da0448227dc82
35569Author: Bartlomiej Sieka <tur@semihalf.com>
35570Date: Thu Mar 20 23:23:13 2008 +0100
35571
35572 [new uImage] Enable new uImage support for the pcs440ep board.
35573
35574 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35575
35576commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
35577Author: Bartlomiej Sieka <tur@semihalf.com>
35578Date: Thu Mar 20 23:23:13 2008 +0100
35579
35580 [new uImage] Do not compile new uImage format support by default
35581
35582 Disable default building of new uImage format support in preparation
35583 for merge with the master. Support for new format can be enabled on
35584 a per-board basis, by defining the following in the board's config file:
35585
35586 #define CONFIG_FIT 1
35587 #define CONFIG_OF_LIBFDT 1
35588
35589 This can be optionally defined to give more verbose output:
35590
35591 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
35592
35593 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35594
35595commit dafaede8a46c7159310239e036c93e31c6374487
35596Author: Bartlomiej Sieka <tur@semihalf.com>
35597Date: Thu Mar 20 23:20:31 2008 +0100
35598
35599 [new uImage] Disable debuging output in preparation for merge with master
35600
35601 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35602
35603commit fbe7a155027beacebaee9b32e1ada781fe924bca
35604Author: Bartlomiej Sieka <tur@semihalf.com>
35605Date: Thu Mar 20 19:38:45 2008 +0100
35606
35607 [new uImage] Compilation and new uImage handling fixes for imxtract
35608
35609 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
35610 include/config_cmd_default.h. Fix few warnings and handling of new format
35611 images.
35612
35613 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35614
35615commit 36cc8cbb3379d5166f882641123521735c469f92
35616Author: Bartlomiej Sieka <tur@semihalf.com>
35617Date: Thu Mar 20 23:10:19 2008 +0100
35618
35619 [new uImage] Fix autoscr command used with new uImage format
35620
35621 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35622
35623commit 43142e817f0597be412e7cbe19413f5532eafa5d
35624Author: Bartlomiej Sieka <tur@semihalf.com>
35625Date: Thu Mar 20 23:10:19 2008 +0100
35626
35627 [new uImage] Fix *.its files location in documentation
35628
35629 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35630
aa6f6d17
WD
35631commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
35632Author: Wolfgang Denk <wd@denx.de>
35633Date: Thu Mar 20 22:01:38 2008 +0100
35634
35635 lwmon5 POST: remove unreachable code
35636
35637 plus some coding style cleanup
35638
35639 Signed-off-by: Wolfgang Denk <wd@denx.de>
35640
35641commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
35642Author: Yuri Tikhonov <yur@emcraft.com>
35643Date: Thu Mar 20 17:56:04 2008 +0300
35644
35645 LWMON5: POST RTC fix
35646
35647 Modify the RTC API to provide one a status for the time reported by
35648 the rtc_get() function:
35649 0 - a reliable time is guaranteed,
35650 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
35651 and so on).
35652
35653 The RTC chip drivers are responsible for providing this info if the
35654 corresponding chip supports such functionality. If not - always
35655 report that the time is reliable.
35656
35657 The POST RTC test was modified to detect the RTC faults utilizing
35658 this new rtc_get() feature.
35659
35660 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35661
35662commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
35663Author: Martin Krause <martin.krause@tqs.de>
35664Date: Wed Mar 19 14:25:14 2008 +0100
35665
35666 TQM5200B: update MTD partition layout
35667
35668 - insert partition for dtb blob to TQM5200B MTD layout
35669 - set env variables dependent on the configured board
35670 (TQM5200 or TQM5200B)
35671
35672 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35673
35674commit f0105727d132f56a21fa3ed8b162309cca6cac44
35675Author: Stefan Roese <sr@denx.de>
35676Date: Wed Mar 19 07:09:26 2008 +0100
35677
35678 CFI: Small cleanup for FLASH_SHOW_PROGRESS
35679
35680 With this patch we don't need that many #ifdef's in the code. It moves
35681 the subtraction into the macro and defines a NOP-macro when
35682 CONFIG_FLASH_SHOW_PROGRESS is not defined.
35683
35684 Signed-off-by: Stefan Roese <sr@denx.de>
35685 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
35686
35687commit 9a042e9ca512beaaa2cb450274313fc477141241
35688Author: Jerry Van Baren <gvb.uboot@gmail.com>
35689Date: Sat Mar 8 13:48:01 2008 -0500
35690
35691 Flash programming progress countdown.
35692
35693 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35694
438a4c11
WD
35695commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
35696Author: Bartlomiej Sieka <tur@semihalf.com>
35697Date: Wed Mar 19 10:00:06 2008 +0100
35698
35699 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
35700
35701 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35702
aa6f6d17
WD
35703commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
35704Author: David Gibson <david@gibson.dropbear.id.au>
35705Date: Mon Feb 18 18:09:04 2008 +1100
35706
35707 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
35708
35709 Since fdt_node_offset_by_compatible() was converted to the new
35710 fdt_next_node() iterator, a chunk of initialization code became
35711 redundant, but was not removed by oversight. This patch cleans it up.
35712
35713 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35714
35715commit d0ccb9b140b472039732de102fc14597eedb14df
35716Author: David Gibson <david@gibson.dropbear.id.au>
35717Date: Mon Feb 18 18:06:31 2008 +1100
35718
35719 libfdt: Trivial cleanup for CHECK_HEADER)
35720
35721 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
35722 However, there are a handful of functions (fdt_move, rw_check_header,
35723 fdt_open_into) from other files which could also use it (currently
35724 they open-code something more-or-less identical). Therefore, this
35725 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
35726 places.
35727
35728 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35729
35730commit fe30a354cdbb808b5f15366a935b151a4ccee74f
35731Author: Kumar Gala <galak@kernel.crashing.org>
35732Date: Wed Feb 20 14:32:36 2008 -0600
35733
35734 Fix fdt boardsetup command parsing
35735
35736 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
35737
35738 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35739
35740commit 804887e6001e2f00bea11431bf34d6d472512cda
35741Author: Kumar Gala <galak@kernel.crashing.org>
35742Date: Fri Feb 15 03:34:36 2008 -0600
35743
35744 Add sub-commands to fdt
35745
35746 fdt header - Display header info
35747 fdt bootcpu <id> - Set boot cpuid
35748 fdt memory <addr> <size> - Add/Update memory node
35749 fdt rsvmem print - Show current mem reserves
35750 fdt rsvmem add <addr> <size> - Add a mem reserve
35751 fdt rsvmem delete <index> - Delete a mem reserves
35752
35753 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35754
35755commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
35756Author: David Gibson <david@gibson.dropbear.id.au>
35757Date: Thu Feb 14 16:50:34 2008 +1100
35758
35759 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
35760
35761 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
35762 node which has NOP tags interspersed with its properties. In this
35763 case fdt_add_subnode_namelen() will put the new subnode before the
35764 first NOP tag, even if there are properties after it, which will
35765 result in an invalid blob.
35766
35767 This patch fixes the bug, and adds a testcase for it.
35768
35769 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35770
35771commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
35772Author: David Gibson <david@gibson.dropbear.id.au>
35773Date: Tue Feb 12 11:58:31 2008 +1100
35774
35775 libfdt: Add and use a node iteration helper function.
35776
35777 This patch adds an fdt_next_node() function which can be used to
35778 iterate through nodes of the tree while keeping track of depth. This
35779 function is used to simplify the iteration code in a lot of other
35780 functions, and is also exported for use by library users.
35781
35782 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35783
35784commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
35785Author: David Gibson <david@gibson.dropbear.id.au>
35786Date: Fri Jan 11 14:55:05 2008 +1100
35787
35788 libfdt: Add fdt_set_name() function
35789
35790 This patch adds an fdt_set_name() function to libfdt, mirroring
35791 fdt_get_name(). This is a r/w function which alters the name of a
35792 given device tree node.
35793
35794 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35795
35796commit 23e20aa6488e6c0622496549861bfdc74108debe
35797Author: Yuri Tikhonov <yur@pollux.denx.de>
35798Date: Tue Mar 18 13:33:30 2008 +0100
35799
35800 lwmon5: Fix register test logic to match the specific GDC h/w.
35801
35802 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35803 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35804
35805commit 46bc0a938779aa1d664b847d36b08aa00f22e539
35806Author: Yuri Tikhonov <yur@pollux.denx.de>
35807Date: Tue Mar 18 13:27:57 2008 +0100
35808
35809 Fix backlight in the lwmon5 POST.
35810
35811 Backlight was switched on even when temperature was too low.
35812
35813 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35814 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35815
35816commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
35817Author: Yuri Tikhonov <yur@pollux.denx.de>
35818Date: Wed Feb 6 18:48:36 2008 +0100
35819
35820 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).
35821
35822 To enable this, alternative, configuration the U-Boot board configuration
35823 file for lwmon5 includes the definitions of alternative addresses for header
35824 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
35825
35826 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
35827 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
35828 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
35829
35830 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35831
35832commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
35833Author: Yuri Tikhonov <yur@pollux.denx.de>
35834Date: Mon Feb 4 17:11:53 2008 +0100
35835
35836 Add support for the lwmon5 board reset via GPIO58.
35837
35838 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35839 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35840
35841commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
35842Author: Yuri Tikhonov <yur@pollux.denx.de>
35843Date: Mon Feb 4 17:09:55 2008 +0100
35844
35845 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
35846
35847 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35848 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35849
35850commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
35851Author: Yuri Tikhonov <yur@pollux.denx.de>
35852Date: Mon Feb 4 14:11:03 2008 +0100
35853
35854 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.
35855
35856 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35857 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35858
35859commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
35860Author: Yuri Tikhonov <yur@pollux.denx.de>
35861Date: Mon Feb 4 14:10:42 2008 +0100
35862
35863 The patch adds new POST tests for the Lwmon5 board. These are:
35864
35865 * External Watchdog test;
35866 * dsPIC tests;
35867 * FPGA test;
35868 * GDC test;
35869 * Sysmon tests.
35870
35871 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35872 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35873
35874commit c2ed33efbfff5767bca236828e021c55fd547b6c
35875Author: Yuri Tikhonov <yur@pollux.denx.de>
35876Date: Mon Feb 4 14:10:01 2008 +0100
35877
35878 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
35879
35880 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35881
7ed40117
WD
35882commit 3a5d1e7f1309998791702b2a559e3126781746b9
35883Author: Yuri Tikhonov <yur@pollux.denx.de>
35884Date: Tue Mar 18 13:33:30 2008 +0100
35885
35886 lwmon5: Fix register test logic to match the specific GDC h/w.
35887
35888 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35889 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35890
35891commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
35892Author: Yuri Tikhonov <yur@pollux.denx.de>
35893Date: Tue Mar 18 13:27:57 2008 +0100
35894
35895 Fix backlight in the lwmon5 POST.
35896
35897 Backlight was switcehd on even when temperature was too low.
35898
35899 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35900 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35901
35902commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
35903Author: Yuri Tikhonov <yur@pollux.denx.de>
35904Date: Wed Feb 6 18:48:36 2008 +0100
35905
35906 The patch introduces the alternative configuration of the log buffer for
35907 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
35908 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
35909 PPC440EPX_GPT0_COMP5).
35910
35911 To enable this, alternative, configuration the U-Boot board configuration
35912 file for lwmon5 includes the definitions of alternative addresses for header
35913 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
35914
35915 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
35916 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
35917 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
35918
35919 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35920
35921commit ff818b21b069f4bc9cb73373cc5a16014be101b7
35922Author: Yuri Tikhonov <yur@pollux.denx.de>
35923Date: Mon Feb 4 17:11:53 2008 +0100
35924
35925 Add support for the lwmon5 board reset via GPIO58.
35926
35927 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35928 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35929
35930commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
35931Author: Yuri Tikhonov <yur@pollux.denx.de>
35932Date: Mon Feb 4 17:09:55 2008 +0100
35933
35934 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
35935 Disable external watch-dog for now.
35936
35937 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35938 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35939
35940commit e262efe35742c1ad4b0966ff501efc26f34a0aec
35941Author: Yuri Tikhonov <yur@pollux.denx.de>
35942Date: Mon Feb 4 14:11:03 2008 +0100
35943
35944 The patch introduces the CRITICAL feature of POST tests. If the test
35945 marked as POST_CRITICAL fails then the alternative, post_critical,
35946 boot-command is used. If this command is not defined then U-Boot
35947 enters into interactive mode.
35948
35949 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35950 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35951
35952commit 65b20dcefc89618193fa51947968dada91e4c778
35953Author: Yuri Tikhonov <yur@pollux.denx.de>
35954Date: Mon Feb 4 14:10:42 2008 +0100
35955
35956 The patch adds new POST tests for the Lwmon5 board.
35957 These are:
35958
35959 * External Watchdog test;
35960 * dsPIC tests;
35961 * FPGA test;
35962 * GDC test;
35963 * Sysmon tests.
35964
35965 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35966 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35967
35968commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
35969Author: Yuri Tikhonov <yur@pollux.denx.de>
35970Date: Mon Feb 4 14:10:01 2008 +0100
35971
35972 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
35973
35974 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35975
aa6f6d17
WD
35976commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
35977Author: Wolfgang Denk <wd@denx.de>
35978Date: Tue Mar 18 17:35:51 2008 +0100
35979
35980 HMI1001: fix compile problem.
35981
35982 Signed-off-by: Wolfgang Denk <wd@denx.de>
35983
35984commit 1f2a9970109cebf7446e0503b10b71f8673045ee
35985Author: Mike Frysinger <vapier@gentoo.org>
35986Date: Mon Feb 18 05:32:30 2008 -0500
35987
35988 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
35989
35990 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
35991 for the board specific driver at all. Just use the common CFI driver.
35992
35993 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35994
35995commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
35996Author: Mike Frysinger <vapier@gentoo.org>
35997Date: Tue Feb 19 00:36:14 2008 -0500
35998
35999 Blackfin: add proper ELF markings to some assembly functions
36000
36001 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36002
36003commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
36004Author: Mike Frysinger <vapier@gentoo.org>
36005Date: Tue Feb 19 00:35:17 2008 -0500
36006
36007 Blackfin: new cplbinfo command for viewing cplb tables
36008
36009 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36010
36011commit aadb72503cd1602349a5fe53356d5f55ecc1b900
36012Author: Mike Frysinger <vapier@gentoo.org>
36013Date: Mon Feb 18 05:37:51 2008 -0500
36014
36015 Blackfin: update MAINTAINERS list
36016
36017 Add maintainer information for the Blackfin boards.
36018
36019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36020
36021commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
36022Author: Mike Frysinger <vapier@gentoo.org>
36023Date: Mon Feb 18 05:26:48 2008 -0500
36024
36025 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
36026
36027 Stop tying things to the processor that should be tied to other defines and
36028 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
36029 system to select the -mcpu option.
36030
36031 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36032
36033commit 86a20fb920bd198105acf7b1191117f566d637ed
36034Author: Mike Frysinger <vapier@gentoo.org>
36035Date: Sat Feb 16 07:40:36 2008 -0500
36036
36037 Blackfin: move bootldr command to common code
36038
36039 This moves the Blackfin-common bootldr command out of the BF537-STAMP
36040 specific board directory and into the common directory so that all Blackfin
36041 boards may utilize it.
36042
36043 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36044
36045commit decbe029b2a9d3333d02c433389b1c821eea96d7
36046Author: Heiko Schocher <hs@denx.de>
36047Date: Fri Mar 14 11:05:20 2008 +0100
36048
36049 mgcoge: update configuration
36050
36051 Fix configuration for mgcoge board
36052
36053 Signed-off-by: Heiko Schocher <hs@denx.de>
36054
36055commit c136724cda0219c49f1d4b346f00da29b14fdf14
36056Author: Wolfgang Denk <wd@denx.de>
36057Date: Sun Mar 16 01:22:59 2008 +0100
36058
36059 drivers/rtc/Makefile: keep list sorted
36060
36061 Signed-off-by: Wolfgang Denk <wd@denx.de>
36062
36063commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
36064Author: Tor Krill <tor@excito.com>
36065Date: Sat Mar 15 15:40:26 2008 +0100
36066
36067 Add support for Intersil isl1208 RTC
36068
36069 Signed-off-by: Tor Krill <tor@excito.com>
36070
36071commit 0210cff3d079d97b2156b13685ee8de368e68a1a
36072Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36073Date: Sat Mar 15 17:36:41 2008 +0100
36074
36075 cramfs: Fix ifdef
36076
36077 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36078
36079commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
36080Author: Wolfgang Denk <wd@denx.de>
36081Date: Sun Mar 16 01:12:58 2008 +0100
36082
36083 Conding style cleanup
36084
36085 Signed-off-by: Wolfgang Denk <wd@denx.de>
36086
0b8f2a27
WD
36087commit 41712b4e8c95dff23354bcd620e1f9477160c190
36088Author: Stefan Roese <sr@denx.de>
36089Date: Wed Mar 5 12:31:53 2008 +0100
36090
36091 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
36092
36093 This patch adds USB OHCI support to the Canyonlands board port. It also
36094 enables EXT2 support.
36095
36096 Signed-off-by: Stefan Roese <sr@denx.de>
36097
36098commit 2596f5b9d353ff3e4387a3325d05740f16958038
36099Author: Stefan Roese <sr@denx.de>
36100Date: Wed Mar 5 12:29:32 2008 +0100
36101
36102 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
36103
36104 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
36105 way a board just needs to define this new option to enable the "force
36106 NoPowerSwitching mode" instead of adding new CPU/architecture defines
36107 to the USB source itself.
36108
36109 This new option will be used first with the new AMCC 460EX Canyonlands
36110 board port, which will be posted in a few days.
36111
36112 This patch also fixes a small compilation problem when DEBUG is enabled.
36113
36114 Signed-off-by: Stefan Roese <sr@denx.de>
36115
36116commit 71665ebf88408ff2acb762af47989fd4365b321a
36117Author: Stefan Roese <sr@denx.de>
36118Date: Mon Mar 3 17:27:02 2008 +0100
36119
36120 ppc4xx: Add Canyonlands NAND booting support
36121
36122 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
36123 NAND devices. The only bootstrap option for NAND booting is option F for
36124 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
36125 EEPROM needs to be programmed accordingly.
36126
36127 This patch adds basic NAND booting support for the AMCC Canyonlands aval
36128 board and also adds support to the "bootstrap" command, to enable NAND
36129 booting I2C setting.
36130
36131 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
36132
36133 Signed-off-by: Stefan Roese <sr@denx.de>
36134
36135commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
36136Author: Stefan Roese <sr@denx.de>
36137Date: Tue Mar 11 16:53:00 2008 +0100
36138
36139 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
36140
36141 This patch adds support for the AMCC Canyonlands 460EX evaluation
36142 board.
36143
36144 Signed-off-by: Stefan Roese <sr@denx.de>
36145
36146commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
36147Author: Stefan Roese <sr@denx.de>
36148Date: Tue Mar 11 16:52:24 2008 +0100
36149
36150 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
36151
36152 This patch adds support for the AMCC Canyonlands 460EX evaluation
36153 board.
36154
36155 Signed-off-by: Stefan Roese <sr@denx.de>
36156
36157commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
36158Author: Stefan Roese <sr@denx.de>
36159Date: Tue Mar 11 16:51:17 2008 +0100
36160
36161 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
36162
36163 This patch adds support for the AMCC Canyonlands 460EX evaluation
36164 board.
36165
36166 Signed-off-by: Stefan Roese <sr@denx.de>
36167
36168commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
36169Author: Stefan Roese <sr@denx.de>
36170Date: Tue Mar 11 15:11:43 2008 +0100
36171
36172 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
36173
36174 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36175
36176 Signed-off-by: Stefan Roese <sr@denx.de>
36177
36178commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
36179Author: Stefan Roese <sr@denx.de>
36180Date: Tue Mar 11 15:11:18 2008 +0100
36181
36182 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
36183
36184 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36185
36186 Signed-off-by: Stefan Roese <sr@denx.de>
36187
36188commit 999ecd5aca381984d8ebbeb207ece82a1c275577
36189Author: Stefan Roese <sr@denx.de>
36190Date: Tue Mar 11 15:07:10 2008 +0100
36191
36192 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
36193
36194 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36195
36196 Signed-off-by: Stefan Roese <sr@denx.de>
36197
36198commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
36199Author: Stefan Roese <sr@denx.de>
36200Date: Tue Mar 11 15:05:50 2008 +0100
36201
36202 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
36203
36204 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36205
36206 Signed-off-by: Stefan Roese <sr@denx.de>
36207
36208commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
36209Author: Stefan Roese <sr@denx.de>
36210Date: Tue Mar 11 15:05:26 2008 +0100
36211
36212 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
36213
36214 This patch adds basic support for the AMCC 460EX/460GT PPC's.
36215
36216 Signed-off-by: Stefan Roese <sr@denx.de>
36217
36218commit 56e410178375d9f20be25fb24e180974f0ae120b
36219Author: Stefan Roese <sr@denx.de>
36220Date: Tue Feb 19 22:07:57 2008 +0100
36221
36222 ppc4xx: interrupt.c reworked
36223
36224 This patch is a rework of the 4xx interrupt handling done while
36225 adding the 460EX/GT support. Interrupts are needed on 4xx for the
36226 EMAC driver.
36227
36228 Signed-off-by: Stefan Roese <sr@denx.de>
36229
36230commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
36231Author: Stefan Roese <sr@denx.de>
36232Date: Tue Feb 19 22:01:57 2008 +0100
36233
36234 ppc4xx: program_tlb now uses 64bit physical addess
36235
36236 This patch changes the physical addess parameter from 32bit to 64bit.
36237 This is needed for 36bit 4xx platforms to access areas located
36238 beyond the 4GB border, like SoC peripherals (EBC etc.).
36239
36240 Signed-off-by: Stefan Roese <sr@denx.de>
36241
36242commit c3307fa186af85771924c434997089b8104c0a46
36243Author: Stefan Roese <sr@denx.de>
36244Date: Tue Feb 19 21:58:25 2008 +0100
36245
36246 ppc4xx: miiphy.c reworked
36247
36248 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
36249 badly neede some cleanup.
36250
36251 Signed-off-by: Stefan Roese <sr@denx.de>
36252
36253commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
36254Author: Stefan Roese <sr@denx.de>
36255Date: Tue Feb 19 16:21:49 2008 +0100
36256
36257 rtc: Add M41T62 support
36258
36259 This patch add support for the STM M41T62 RTC. It is used and tested
36260 on the AMCC Canyonlands 406EX platform.
36261
36262 Signed-off-by: Stefan Roese <sr@denx.de>
36263
36264commit 217d383e201adc7f2271145ae345ea5eae2b7170
36265Author: Niklaus Giger <niklaus.giger@netstal.com>
36266Date: Mon Feb 25 18:46:43 2008 +0100
36267
36268 ppc4xx: Add 405GPr based MCU25 board specific files
36269
36270 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36271
36272commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
36273Author: Niklaus Giger <niklaus.giger@netstal.com>
36274Date: Mon Feb 25 18:46:42 2008 +0100
36275
36276 ppc4xx: Add 405GPr based MCU25 board config file
36277
36278 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36279
36280commit b05f35436b733a240559e77e46bed8439665ecc5
36281Author: Niklaus Giger <niklaus.giger@netstal.com>
36282Date: Mon Feb 25 18:46:41 2008 +0100
36283
36284 ppc4xx: Add 405GPr based MCU25 board. Global files
36285
36286 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36287
36288commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
36289Author: Niklaus Giger <niklaus.giger@netstal.com>
36290Date: Mon Feb 25 18:37:02 2008 +0100
36291
36292 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
36293
36294 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36295
36296commit a079494853cc2bfeddb26673219db0b4b2b31566
36297Author: Niklaus Giger <niklaus.giger@netstal.com>
36298Date: Mon Feb 25 18:37:01 2008 +0100
36299
36300 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
36301
36302 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
36303 the FLASH_CFI_LEGACY et al. config options.
36304
36305 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36306
36307commit e4170e5a50c8110f792bc37472833ae669d69951
36308Author: Stefan Roese <sr@denx.de>
36309Date: Tue Mar 11 13:52:25 2008 +0100
36310
36311 ppc4xx: Fix comment in 405EX DDR2 init code
36312
36313 Signed-off-by: Stefan Roese <sr@denx.de>
36314
438a4c11
WD
36315commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
36316Author: Bartlomiej Sieka <tur@semihalf.com>
36317Date: Fri Mar 14 16:22:34 2008 +0100
36318
36319 Add MD5 support to the new uImage format
36320
36321 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36322
36323commit 0ede0c383530a418cf98be9122371a86573cd0db
36324Author: Bartlomiej Sieka <tur@semihalf.com>
36325Date: Fri Mar 14 16:22:34 2008 +0100
36326
36327 Add the MD5 algorithm
36328
36329 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
36330 calculated using the md5() function -- see include/md5.h for details.
36331
36332 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36333
0b8f2a27
WD
36334commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
36335Author: Wolfgang Denk <wd@denx.de>
36336Date: Fri Mar 14 16:04:54 2008 +0100
36337
36338 tools/setlocalversion: use a git-describe-ish format
36339
36340 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
36341 where 'nnnnn' is the number of commits since the last tag (i.e.,
36342 1.3.2-rc3). This makes it much easier to recognize "newer" versions
36343 and to see how much has been changed since the referenced tag.
36344
36345 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
36346
36347 Signed-off-by: Wolfgang Denk <wd@denx.de>
36348
36349commit c6dc21c84de0f159a1752c5ebd33cff843f63609
36350Author: Wolfgang Denk <wd@denx.de>
36351Date: Thu Mar 13 14:32:03 2008 +0100
36352
36353 HMI1001: add support for MPC5200 Rev. B processors.
36354
36355 Signed-off-by: Wolfgang Denk <wd@denx.de>
36356
36357commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
36358Author: Wolfgang Denk <wd@denx.de>
36359Date: Thu Mar 13 14:29:49 2008 +0100
36360
36361 TQM5200: remove dead code
36362
36363 This board never used a MGT5100 processor.
36364
36365 Signed-off-by: Wolfgang Denk <wd@denx.de>
36366
438a4c11
WD
36367commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
36368Author: Marian Balakowicz <m8@semihalf.com>
36369Date: Wed Mar 12 12:14:15 2008 +0100
36370
36371 [new uImage] Fix build issue on ARM
36372
36373 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
36374
36375 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36376
36377commit 3310c549a73a949430bfda90876df7552a1dab0c
36378Author: Marian Balakowicz <m8@semihalf.com>
36379Date: Wed Mar 12 12:13:13 2008 +0100
36380
36381 [new uImage] Add new uImage format documentation and examples
36382
36383 Create doc/uImage.FIT documentation directory with the following files:
36384 - command_syntax_extensions.txt : extended command syntax description
36385 - howto.txt : short usage howto
36386 - source_file_format.txt : internal new uImage format description
36387
36388 Add example image source files:
36389 - kernel.its
36390 - kernel_fdt.its
36391 - multi.its
36392
36393 Update README appropriately.
36394
36395 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36396 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36397
36398commit 1ec73761d2e247078f4520a265d463e8b73391a2
36399Author: Marian Balakowicz <m8@semihalf.com>
36400Date: Wed Mar 12 10:35:52 2008 +0100
36401
36402 [new uImage] Fix definition of common bootm_headers_t fields
36403
36404 verify, autostart and lmb fields are used regardless of CONFIG_FIT
36405 setting, move their definitions to common section.
36406
36407 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36408
36409commit 1d1cb4270edc6a99276834064069717f9782c491
36410Author: Marian Balakowicz <m8@semihalf.com>
36411Date: Wed Mar 12 10:35:51 2008 +0100
36412
36413 [new uImage] Fix build problems on trab board
36414
36415 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36416
36417commit f773bea8e11f4a11c388dcee956b2444203e6b65
36418Author: Marian Balakowicz <m8@semihalf.com>
36419Date: Wed Mar 12 10:35:46 2008 +0100
36420
36421 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
36422
36423 Save FIT configuration provied in the first bootm argument and use it
36424 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
36425 arguments are not specified.
36426
36427 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36428
36429commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
36430Author: Marian Balakowicz <m8@semihalf.com>
36431Date: Wed Mar 12 10:33:01 2008 +0100
36432
36433 [new uImage] More verbose kernel image uncompress error message
36434
36435 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36436
36437commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
36438Author: Marian Balakowicz <m8@semihalf.com>
36439Date: Wed Mar 12 10:33:01 2008 +0100
36440
36441 [new uImage] Use show_boot_progress() for new uImage format
36442
36443 This patch allocates a set of show_boot_progress() IDs for new uImage format
36444 and adds show_boot_progress() calls in new uImage format handling code.
36445
36446 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36447
36448commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
36449Author: Marian Balakowicz <m8@semihalf.com>
36450Date: Wed Mar 12 10:33:01 2008 +0100
36451
36452 [new uImage] Add new uImage fromat support to fpga command
36453
36454 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36455
36456commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
36457Author: Marian Balakowicz <m8@semihalf.com>
36458Date: Wed Mar 12 10:33:01 2008 +0100
36459
36460 [new uImage] Add new uImage format handling to other bootm related commands
36461
36462 Updated commands:
36463
36464 docboot - cmd_doc.c
36465 fdcboot - cmd_fdc.c
36466 diskboot - cmd_ide.c
36467 nboot - cmd_nand.c
36468 scsiboot - cmd_scsi.c
36469 usbboot - cmd_usb.c
36470
36471 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36472
36473commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
36474Author: Marian Balakowicz <m8@semihalf.com>
36475Date: Wed Mar 12 10:33:00 2008 +0100
36476
36477 [new uImage] Add new uImage format support to imgextract command
36478
36479 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36480
36481commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
36482Author: Marian Balakowicz <m8@semihalf.com>
36483Date: Wed Mar 12 10:33:00 2008 +0100
36484
36485 [new uImage] Add new uImage format support to autoscript routine
36486
36487 autoscript() routine is updated to accept second argument, which
36488 is only used for FIT images and provides a FIT subimage unit name.
36489
36490 autoscript() routine callers must now pass two arguments. For
36491 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
36492 variable 'autoscript_uname' is introduced and used as a FIT
36493 subimage unit name source.
36494
36495 autoscript command accepts extended syntax of the addr argument:
36496 addr:<subimg_uname>
36497
36498 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36499
36500commit cd7c596e9f561dbbc17b717277438aee78cde14f
36501Author: Marian Balakowicz <m8@semihalf.com>
36502Date: Wed Mar 12 10:33:00 2008 +0100
36503
36504 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
36505
36506 This patch updates architecture specific implementations of
36507 do_bootm_linux() adding new uImage format handling for
36508 operations like get kernel entry point address, get kernel
36509 image data start address.
36510
36511 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36512
36513commit 3dfe110149311425919e6d6a14b561b4207498f1
36514Author: Marian Balakowicz <m8@semihalf.com>
36515Date: Wed Mar 12 10:32:59 2008 +0100
36516
36517 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
36518
36519 This patch adds new node offset fields to struct bootm_headers
36520 and updates bootm_headers processing code to make use of them.
36521 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
36522
36523 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36524
36525commit bc8ed486b125452ba3bd8344f052f437329150c5
36526Author: Marian Balakowicz <m8@semihalf.com>
36527Date: Wed Mar 12 10:32:53 2008 +0100
36528
36529 [new uImage] ppc: Add new uImage format support to FDT handling routines
36530
36531 Support for new (FIT) format uImages is added to powerpc specific
36532 boot_get_fdt() routine which now recognizes, sanity checks FIT image
36533 and is able to access data sections of the requested component image.
36534
36535 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36536
36537commit a44a269a905f924b420020506a4d7d7eedcc0eaf
36538Author: Marian Balakowicz <m8@semihalf.com>
36539Date: Wed Mar 12 10:14:57 2008 +0100
36540
36541 [new uImage] Re-enable interrupts for non automatic booting
36542
36543 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
36544 environment variable is not set to 'yes'.
36545
36546 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36547
36548commit d985c8498c4e47095820da97aa722381d39172c5
36549Author: Marian Balakowicz <m8@semihalf.com>
36550Date: Wed Mar 12 10:14:38 2008 +0100
36551
36552 [new uImage] Remove unnecessary arguments passed to ramdisk routines
36553
36554 boot_get_ramdisk() and image_get_ramdisk() do not need all
36555 cmdtp, flag, argc and argv arguments. Simplify routines definition.
36556
36557 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36558
36559commit c87796483bc7c2900470dc747c367f602577608d
36560Author: Marian Balakowicz <m8@semihalf.com>
36561Date: Wed Mar 12 10:12:37 2008 +0100
36562
36563 [new uImage] Add new uImage format support for ramdisk handling
36564
36565 This patch updates boot_get_ramdisk() routine adding format
36566 verification and handling for new (FIT) uImages.
36567
36568 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36569
36570commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
36571Author: Marian Balakowicz <m8@semihalf.com>
36572Date: Wed Mar 12 10:01:05 2008 +0100
36573
36574 [new uImage] Add new uImage format support for kernel booting
36575
36576 New format uImages are recognized by the bootm command,
36577 validity of specified kernel component image is checked and
36578 its data section located and used for further processing
36579 (uncompress, load, etc.)
36580
36581 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36582
36583commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
36584Author: Marian Balakowicz <m8@semihalf.com>
36585Date: Tue Mar 11 12:35:20 2008 +0100
36586
36587 [new uImage] Add new uImage format support for imls and iminfo commands
36588
36589 imls and iminfo can now recognize nad print out contents of the new (FIT)
36590 format uImages.
36591
36592 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36593
36594commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
36595Author: Bartlomiej Sieka <tur@semihalf.com>
36596Date: Tue Mar 11 12:34:47 2008 +0100
36597
36598 [new uImage] Add support for new uImage format to mkimage tool
36599
36600 Support for the new uImage format (FIT) is added to mkimage tool.
36601 Commandline syntax is appropriately extended:
36602
36603 mkimage [-D dtc_options] -f fit-image.its fit-image
36604
36605 mkimage (together with dtc) takes fit-image.its and referenced therein
36606 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
36607 final image that can be transferred to the target (e.g., via tftp) and then
36608 booted using the bootm command in U-Boot.
36609
36610 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36611
36612commit eb6175edd6c120d8b89678243e5a2be362ee8e40
36613Author: Marian Balakowicz <m8@semihalf.com>
36614Date: Mon Mar 10 17:53:49 2008 +0100
36615
36616 [new uImage] Make node unit names const in struct bootm_headers
36617
36618 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36619
36620commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
36621Author: Marian Balakowicz <m8@semihalf.com>
36622Date: Fri Feb 29 21:24:06 2008 +0100
36623
36624 [new uImage] New uImage low-level API
36625
36626 Add FDT-based functions for handling new format component images,
36627 configurations, node operations, property get/set, etc.
36628
36629 fit_ - routines handling global new format uImage operations
36630 like get/set top level property, process all nodes, etc.
36631 fit_image_ - routines handling component images subnodes
36632 fit_conf_ - routines handling configurations node
36633
36634 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36635 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36636
0b8f2a27
WD
36637commit 30f1806f60978d707b0cff2d7bf89d141fc24290
36638Author: Wolfgang Denk <wd@denx.de>
36639Date: Sun Mar 9 16:20:02 2008 +0100
36640
36641 Release v1.3.2
36642
36643 Update CHANGELOG for release.
36644
36645 Signed-off-by: Wolfgang Denk <wd@denx.de>
36646
30f1806f
WD
36647commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
36648Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36649Date: Sun Mar 9 14:52:11 2008 +0100
36650
36651 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
36652
36653 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36654 Signed-off-by: Wolfgang Denk <wd@denx.de>
36655
36656commit db695b78515ddb88a2d4f3357c120345efbf59ec
36657Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36658Date: Sun Mar 9 10:44:01 2008 +0100
36659
36660 scb9328: Fix flash warning: type qualifiers ignored on function return type
36661
36662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36663
36664commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
36665Author: Wolfgang Denk <wd@denx.de>
36666Date: Sun Mar 9 10:50:41 2008 +0100
36667
36668 esd/common/fpga.c: fix indentation.
36669
36670 Signed-off-by: Wolfgang Denk <wd@denx.de>
36671
36672commit cc3843e36453e2b8db65d7e56de938ba045016a0
36673Author: Wolfgang Denk <wd@denx.de>
36674Date: Sun Mar 9 10:33:31 2008 +0100
36675
36676 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
36677
36678 and get rid of a couple of unneeded casts.
36679
36680 Signed-off-by: Wolfgang Denk <wd@denx.de>
36681
36682commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
36683Author: Wolfgang Denk <wd@denx.de>
36684Date: Sun Mar 9 10:09:53 2008 +0100
36685
36686 esd/common/fpga.c: fix 'assignment of read-only location' error
36687
36688 Signed-off-by: Wolfgang Denk <wd@denx.de>
36689
36690commit c6fe4dabac066e8758345d249032768496983a3e
36691Author: Wolfgang Denk <wd@denx.de>
36692Date: Sun Mar 9 02:13:19 2008 +0100
36693
36694 Makefile: make build silently again.
36695
36696 Signed-off-by: Wolfgang Denk <wd@denx.de>
36697
36698commit 76babc86576f092573599334c85ec543fdbc6015
36699Author: Wolfgang Denk <wd@denx.de>
36700Date: Sun Mar 9 02:07:49 2008 +0100
36701
36702 m501sk: Fix out of tree building
36703
36704 Signed-off-by: Wolfgang Denk <wd@denx.de>
36705
36706commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
36707Author: Wolfgang Denk <wd@denx.de>
36708Date: Sun Mar 9 00:06:09 2008 +0100
36709
36710 ADS5121: fix out of tree build
36711
36712 and simplify Makefile a bit.
36713
36714 Signed-off-by: Wolfgang Denk <wd@denx.de>
36715
36716commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
36717Author: Wolfgang Denk <wd@denx.de>
36718Date: Sat Mar 8 22:35:31 2008 +0100
36719
36720 Release v1.3.2
36721
36722 Signed-off-by: Wolfgang Denk <wd@denx.de>
36723
36724commit 78a90f827df74520e939c794fc7413dace21c4db
36725Author: Wolfgang Denk <wd@denx.de>
36726Date: Sat Mar 8 22:35:04 2008 +0100
36727
36728 Update CHANGELOG
36729
36730 Signed-off-by: Wolfgang Denk <wd@denx.de>
36731
78a90f82
WD
36732commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
36733Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36734Date: Sat Mar 8 21:30:04 2008 +0100
36735
36736 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
36737
36738 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36739
36740commit d75469d48c05795144f4b8ba76addbb4920a7bba
36741Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36742Date: Sat Mar 8 09:25:49 2008 +0900
36743
36744 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
36745
36746 When rtl_recv() of rtl8169 is called, OWNbit of status register
36747 is not enable occasionally.
36748 rtl_recv() doesn't work normally when the driver doesn't do
36749 appropriate processing.
36750 This patch fix this problem.
36751
36752 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36753
36754commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
36755Author: Heiko Schocher <hs@denx.de>
36756Date: Fri Mar 7 08:15:28 2008 +0100
36757
36758 mgsuvd: update board configuration
36759
36760 initialize the UPIOx controller.
36761
36762 Signed-off-by: Heiko Schocher <hs@denx.de>
36763
36764commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
36765Author: Heiko Schocher <hs@denx.de>
36766Date: Fri Mar 7 08:13:41 2008 +0100
36767
36768 mgcoge: update board configuration
36769
36770 add support for the config Flash.
36771 initialize the UPIOx controller.
36772
36773 Signed-off-by: Heiko Schocher <hs@denx.de>
36774
36775commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
36776Author: Kim Phillips <kim.phillips@freescale.com>
36777Date: Fri Mar 7 12:27:31 2008 -0600
36778
36779 mpc83xx: make dtb basename file references equal those of linux
36780
36781 the dts file basenames were updated in linux - this helps avoid
36782 inadvertently loading any old dtbs laying around.
36783
36784 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36785
36786commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
36787Author: Kim Phillips <kim.phillips@freescale.com>
36788Date: Wed Feb 27 16:08:22 2008 -0600
36789
36790 net: uec_phy: actually increment the timeout counter
36791
36792 allow u-boot to recover (and, e.g., switch to another interface) in the
36793 case where a PHY does not report autonegotiation is complete within its
36794 two second timeout value.
36795
36796 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36797
36798commit 772003e43957ee0c895abed7cd82cbe72820cbb8
36799Author: Markus Brunner <super.firetwister@googlemail.com>
36800Date: Wed Mar 5 21:38:12 2008 +0100
36801
36802 fix taihu soft spi_read
36803
36804 The taihu board used gpio_read_out_bit which reads the output register and not
36805 the pin state.
36806
36807 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
36808
36809commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
36810Author: Stefan Roese <sr@denx.de>
36811Date: Fri Mar 7 08:01:43 2008 +0100
36812
36813 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
36814
36815 Signed-off-by: Stefan Roese <sr@denx.de>
36816
36817commit bd4458cb47abecabd406b1210457be96c69fc49d
36818Author: Dave Liu <r63238@freescale.com>
36819Date: Tue Mar 4 16:59:22 2008 +0800
36820
36821 837xEMDS: Improve the system performance
36822
36823 1. Make the CSB bus pipeline depth as 4, and enable
36824 the repeat mode;
36825 2. Raise the eTSEC emergency priority;
36826 3. Use the highest IP blocks clock.
36827
36828 Signed-off-by: Dave Liu <daveliu@freescale.com>
36829
36830commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
36831Author: Detlev Zundel <dzu@denx.de>
36832Date: Thu Mar 6 16:45:53 2008 +0100
36833
36834 Replace "run load; run update" with conditionalized "run load update".
36835
36836 The latter version stops when "run load" fails for whatever reasons
36837 rendering the combination *a lot* more secure.
36838
36839 Signed-off-by: Detlev Zundel <dzu@denx.de>
36840
36841commit 6bc113886d7d316df1a4e459bec8baf027518551
36842Author: Stefan Roese <sr@denx.de>
36843Date: Tue Mar 4 17:40:41 2008 +0100
36844
36845 net: Print error message upon net usage when no ethernet-interface is found
36846
36847 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
36848 defined. Then no ethernet interface is available but a simple "tftp"
36849 command will return without any error message which is quite confusing.
36850
36851 Signed-off-by: Stefan Roese <sr@denx.de>
36852
36853commit a30a549a3553032d809e0356306b62de0b125901
36854Author: Jon Loeliger <jdl@freescale.com>
36855Date: Tue Mar 4 10:03:03 2008 -0600
36856
36857 Remove erroneous or extra spd.h #includers.
36858
36859 Many of the spd.h #includers don't need it,
36860 and wanted to have spd_sdram() declared instead.
36861 Since they didn't get that, some also had open
36862 coded extern declarations of it instead or as well.
36863 Fix it all up by using spd_sdram.h where needed.
36864
36865 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36866
36867commit a4475386cef14af3fd88f0518b688e755669486d
36868Author: Wolfgang Denk <wd@denx.de>
36869Date: Tue Mar 4 17:41:28 2008 +0100
36870
36871 PCS440EP: fix build problems (redundant #define)
36872
36873 Signed-off-by: Wolfgang Denk <wd@denx.de>
36874
36875commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
36876Author: Stefan Roese <sr@denx.de>
36877Date: Tue Mar 4 17:39:25 2008 +0100
36878
36879 net: Print error message upon net usage when no ethernet-interface is found
36880
36881 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
36882 defined. Then no ethernet interface is available but a simple "tftp"
36883 command will return without any error message which is quite confusing.
36884
36885 Signed-off-by: Stefan Roese <sr@denx.de>
36886
36887commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
36888Author: Wolfgang Denk <wd@denx.de>
36889Date: Tue Mar 4 17:38:50 2008 +0100
36890
36891 W7OLMC/W7OLMG: fix build problems (redundant #define)
36892
36893 Signed-off-by: Wolfgang Denk <wd@denx.de>
36894
36895commit f9301e1cda296245ba052d7b08321199c3d0af9d
36896Author: Wolfgang Denk <wd@denx.de>
36897Date: Tue Mar 4 14:58:31 2008 +0100
36898
36899 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
36900
36901 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
36902 problem for out-of-tree builds which caused "make clean" to fail.
36903
36904 Signed-off-by: Wolfgang Denk <wd@denx.de>
36905
36906commit dfece9500556bed5d8244b1c15d973cec7c25bfe
36907Author: Wolfgang Denk <wd@denx.de>
36908Date: Tue Mar 4 11:58:26 2008 +0100
36909
36910 examples/Makefile: build "hello_world" on 8xx, too.
36911
36912 Signed-off-by: Wolfgang Denk <wd@denx.de>
36913
36914commit 74eb0222594fd23aafdf168e60e872814eea8b62
36915Author: Mike Nuss <mike@terascala.com>
36916Date: Mon Mar 3 15:27:05 2008 -0500
36917
36918 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
36919
36920 Every now and then a Sequoia board (or equivalent hardware) had
36921 problems connecting to a Gigabit capable network interface.
36922
36923 There were differences in the PHY setup between Linux and U-Boot.
36924
36925 This patch fixes the problem. Apparently "remote fault" is being set,
36926 which signals to some devices (on the other end of the cable) that a
36927 fault has occurred, while other devices ignore it. I believe the RF bit
36928 was causing the issue, but I removed T4 also, to match up with Linux.
36929
36930 Signed-off-by: Mike Nuss <mike@terascala.com>
36931
36932commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
36933Author: Timur Tabi <timur@freescale.com>
36934Date: Mon Mar 3 09:58:52 2008 -0600
36935
36936 fix QE firmware uploading limit
36937
36938 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
36939 systems with more than one RISC core.
36940
36941 Signed-off-by: Timur Tabi <timur@freescale.com>
36942
36943commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
36944Author: Bernhard Nemec <bnemec@ganssloser.com>
36945Date: Mon Mar 3 11:57:23 2008 +0000
36946
36947 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
36948
36949 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
36950 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
36951
01db232d 36952 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
36953
36954commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
36955Author: Kim B. Heino <Kim.Heino@bluegiga.com>
36956Date: Mon Mar 3 10:39:13 2008 +0200
36957
36958 fix copy from ram to dataflash
36959
36960 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
36961 routines instead of dataflash. This is because it checks "if source
36962 address is not dataflash" instead of target address.
36963
36964 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
36965
36966commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
36967Author: Wolfgang Denk <wd@denx.de>
36968Date: Mon Mar 3 12:16:44 2008 +0100
36969
36970 Fix quoting problem (preboot setting) in many board config files.
36971
36972 Signed-off-by: Wolfgang Denk <wd@denx.de>
36973
36974commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
36975Author: Wolfgang Denk <wd@denx.de>
36976Date: Mon Mar 3 12:36:49 2008 +0100
36977
36978 ADS5121: Fix default environment.
36979
36980 Signed-off-by: Wolfgang Denk <wd@denx.de>
36981
36982commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
36983Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36984Date: Sun Mar 2 16:12:31 2008 +0100
36985
36986 Makefile: Fix missing unconfig and mkconfig use
36987
36988 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36989
36990commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
36991Author: michael <trimarchi@gandalf.sssup.it>
36992Date: Sun Mar 2 23:33:46 2008 +0100
36993
36994 Fix checking fat32 cluster size.
36995
36996 This fixes the cluster size tests in the FAT32 file system.
36997 The current implementation of VFAT support doesn't work if the
36998 referred cluster has an offset > 16bit representation, causing
36999 "fatload" and "fatls" commands etc. to fail.
37000
37001 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
37002
37003commit 661bad63a076a96c39c64f136915f146725af92b
37004Author: Wolfgang Denk <wd@denx.de>
37005Date: Sun Mar 2 22:57:23 2008 +0100
37006
37007 Prepare v1.3.2-rc2 release candidate
37008
37009 Signed-off-by: Wolfgang Denk <wd@denx.de>
37010
661bad63
WD
37011commit 76957cb3d621bf664311908e5962e151c633c285
37012Author: Stefan Roese <sr@denx.de>
37013Date: Sat Mar 1 12:11:40 2008 +0100
37014
37015 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
37016
37017 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
37018 currently 4k/2k is configured. This patch fixes this issue.
37019
37020 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
37021
37022 Signed-off-by: Stefan Roese <sr@denx.de>
37023
37024commit 118978c8eb43803e2794233922df4249fa278b83
37025Author: Woodruff, Richard <r-woodruff2@ti.com>
37026Date: Fri Feb 29 17:34:35 2008 -0600
37027
37028 Fix alignment error on ARM for modules
37029
37030 Fix alignment fault on ARM when running modules. With out an explicit
37031 linker file gcc4.2.1 will half word align __bss_start's value. The word
37032 dereference will crash hello_world.
37033
37034 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
37035
37036commit ce1120dd703e6f12c59e4eba9962356a0300b832
37037Author: Dave Liu <r63238@freescale.com>
37038Date: Fri Feb 29 17:45:31 2008 +0800
37039
37040 fs: Fix ext2 read issue
37041
37042 The ext2 aligned process will corrupt the key
37043 data struct, the patch fix this.
37044
37045 Signed-off-by: Dave Liu <daveliu@freescale.com>
37046
37047commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
37048Author: Wolfgang Denk <wd@denx.de>
37049Date: Sun Mar 2 22:45:33 2008 +0100
37050
37051 Makefile: cleanup "clean" target
37052
37053 Make sure CDPATH settings cannot interfere.
37054 Update CHANGELOG.
37055
37056 Signed-off-by: Wolfgang Denk <wd@denx.de>
37057
5013c09f
WD
37058commit ffda586fc1373243c9794babde69500f6293a8d8
37059Author: Li Yang <leoli@freescale.com>
37060Date: Fri Feb 29 11:46:05 2008 +0800
37061
37062 add cscope build target
37063
37064 Add cscope build target to generate cscope database for code browsing.
37065
37066 Signed-off-by: Li Yang <leoli@freescale.com>
37067
37068commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
37069Author: Kim Phillips <kim.phillips@freescale.com>
37070Date: Wed Feb 27 15:06:39 2008 -0600
37071
37072 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
37073
37074 erratum 5.6 states the autoneg completion bit is functional only if the
37075 autoneg bit is asserted.
37076
37077 This fixes any secondarily-issued networking commands on non-gigabit
37078 links on the mpc8360 mds board.
37079
37080 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37081
37082commit 5f91db7f582ca17b1f19f10189c025696f333d2e
37083Author: John Rigby <jrigby@freescale.com>
37084Date: Tue Feb 26 09:38:14 2008 -0700
37085
37086 MPC5121e ADS PCI support take 3
37087
37088 Adds PCI support for MPC5121
37089
37090 Tested with drivers/net/rtl8139.c
37091
37092 Support is conditional since PCI on old silicon does not work.
37093
37094 ads5121_PCI_config turns on PCI
37095
37096 In this version, condition compilation of PCI code has been moved
37097 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
37098 suggested by Jean-Christophe PLAGNIOL-VILLARD
37099
37100 Signed-off-by: John Rigby <jrigby@freescale.com>
37101
37102commit 44b4dbed4133f657705b7c5193209da9978243a7
37103Author: Anatolij Gustschin <agust@denx.de>
37104Date: Mon Feb 25 23:53:07 2008 +0100
37105
37106 Fix warnings while compilation of post/drivers/memory.c
37107
37108 Fix warnings while compilation with new gcc in eldk-4.2
37109
37110 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37111
37112commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
37113Author: Anatolij Gustschin <agust@denx.de>
37114Date: Mon Feb 25 20:54:04 2008 +0100
37115
37116 ppc4xx: Fix problem in 4xx_enet.c driver
37117
37118 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
37119 enabled. To reproduce the problem ensure that 'ethrotate'
37120 environment variable isn't set to "no" and then run
37121 "tftp 200000 not_existent_file".
37122 This patch tries to fix the issue.
37123
37124 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37125
37126commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
37127Author: Anatolij Gustschin <agust@denx.de>
37128Date: Mon Feb 25 20:04:20 2008 +0100
37129
37130 POST: Disable cache while SPR POST
37131
37132 Currently (since commit b2e2142c) u-boot crashes on
37133 sequoia board while SPR test if CONFIG_4xx_DCACHE is
37134 enabled. This patch disables the cache while SPR test.
37135
37136 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37137
37138commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
37139Author: Martin Krause <martin.krause@tqs.de>
37140Date: Mon Feb 25 17:52:40 2008 +0100
37141
37142 TQM5200: use automatic fdt memory fixup (part 2)
37143
37144 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
37145 TB5200 and TB5200_B to fixup the /memory node with the memory values
37146 detected by U-Boot.
37147
37148 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37149
37150commit 44ceec253ea941b301abf4b079d52324def69d92
37151Author: Martin Krause <martin.krause@tqs.de>
37152Date: Mon Feb 25 15:17:05 2008 +0100
37153
37154 TQM5200: use automatic fdt memory fixup
37155
37156 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
37157 TB5200 and TB5200_B to fixup the /memory node with the memory values
37158 detected by U-Boot.
37159
37160 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37161
37162commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
37163Author: Martin Krause <martin.krause@tqs.de>
37164Date: Mon Feb 25 13:27:52 2008 +0100
37165
37166 TQM5200: fix bug in SDRAM initialization code
37167
37168 This patch fixes a bug in the SDRAM initialization code for the
37169 TQM5200. The hi_addr bit is now set correctly. Without this patch
37170 the hi_addr bit is always set to 1, if the second SDRAM bank is
37171 not populated.
37172
37173 For other MPC5200 boards a correspondig patch has already been applied
37174 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
37175
37176 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37177 --
37178 Forget the first patch please. I confused flash with SDRAM in
37179 the comment ...
37180
37181commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
37182Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37183Date: Mon Feb 25 00:03:12 2008 +0100
37184
37185 mx1fs2/flash: Fix multiple compiler warnings
37186
37187 "pointer targets in assignment differ in signedness"
37188
37189 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37190
37191commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
37192Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37193Date: Mon Feb 25 00:03:11 2008 +0100
37194
37195 arm-imx: Fix register definitions
37196
37197 Sync register definitions with linux
37198
37199 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37200
37201commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
37202Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37203Date: Mon Feb 25 00:03:10 2008 +0100
37204
37205 actua1/actua2/actua3: Fix multiple unused variable warnings
37206
37207 - actua1:
37208 actux1.c: In function 'checkboard':
37209 actux1.c:92: warning: unused variable 'revision'
37210
37211 - actua2:
37212 actux2.c: In function 'checkboard':
37213 actux2.c:100: warning: unused variable 's'
37214 actux2.c:99: warning: unused variable 'revision'
37215 actux2.c: In function 'reset_phy':
37216 actux2.c:130: warning: unused variable 'i'
37217
37218 - actua3:
37219 actux3.c: In function 'checkboard':
37220 actux3.c:114: warning: unused variable 'revision'
37221
37222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37223
37224commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
37225Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37226Date: Sun Feb 24 11:44:29 2008 +0900
37227
37228 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
37229
37230 The previous patch was lacking of i386, microblaze, nios and nios2. This
37231 patch tries to fix them.
37232
37233 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37234
438a4c11
WD
37235commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
37236Author: Marian Balakowicz <m8@semihalf.com>
37237Date: Fri Feb 29 22:22:46 2008 +0100
37238
37239 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
37240
37241 Do not use global fdt blob pointer, calculate blob size from routine
37242 argument blob pointer.
37243
37244 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37245
37246commit d1cc52879c8966507dad9fb575481e6d3985e64e
37247Author: David Gibson <david@gibson.dropbear.id.au>
37248Date: Tue Feb 12 00:58:31 2008 +1100
37249
37250 libfdt: Add and use a node iteration helper function.
37251
37252 This patch adds an fdt_next_node() function which can be used to
37253 iterate through nodes of the tree while keeping track of depth. This
37254 function is used to simplify the iteration code in a lot of other
37255 functions, and is also exported for use by library users.
37256
37257 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37258
37259commit 8cf30809a82902a471866d2f07725ce3b8a22291
37260Author: Bartlomiej Sieka <tur@semihalf.com>
37261Date: Fri Feb 29 16:00:24 2008 +0100
37262
37263 [new uImage] Add libfdt support to mkimage
37264
37265 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37266
37267commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
37268Author: Bartlomiej Sieka <tur@semihalf.com>
37269Date: Fri Feb 29 16:00:23 2008 +0100
37270
37271 [new uImage] Add sha1.o object to mkimage binary build
37272
37273 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37274
37275commit df6f1b895c997978f03afe04502ee76b7ba34ab9
37276Author: Marian Balakowicz <m8@semihalf.com>
37277Date: Fri Feb 29 16:00:06 2008 +0100
37278
37279 [new uImage] Fix component handling for legacy multi component images
37280
37281 Use uint32_t when accessing size table in image_multi_count() and
37282 image_multi_getimg() for multi component images.
37283
37284 Add missing uimage_to_cpu() endianness conversion.
37285
37286 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37287
37288commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
37289Author: Marian Balakowicz <m8@semihalf.com>
37290Date: Fri Feb 29 15:59:59 2008 +0100
37291
37292 [new uImage] Share common uImage code between mkimage and U-boot
37293
37294 This patch adds the following common routines:
37295
37296 1) Dedicated mkimage print_header() is replaced with common
37297 image_print_contents()
37298 image_print_contents_noindent()
37299
37300 2) Common os/arch/type/comp fields name <--> id translation routines
37301 genimg_get_os_name()
37302 genimg_get_arch_name()
37303 genimg_get_type_name()
37304 genimg_get_comp_name()
37305 genimg_get_os_id()
37306 genimg_get_arch_id()
37307 genimg_get_type_id()
37308 genimg_get_comp_id()
37309
37310 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37311
37312commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
37313Author: Marian Balakowicz <m8@semihalf.com>
37314Date: Fri Feb 29 14:58:34 2008 +0100
37315
37316 [new uImage] Update naming convention for bootm/uImage related code
37317
37318 This patch introduces the following prefix convention for the
37319 image format handling and bootm related code:
37320
37321 genimg_ - dual format shared code
37322 image_ - legacy uImage format specific code
37323 fit_ - new uImage format specific code
37324 boot_ - booting process related code
37325
37326 Related routines are renamed and a few pieces of code are moved around and
37327 re-grouped.
37328
37329 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37330
37331commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
37332Author: Kumar Gala <galak@kernel.crashing.org>
37333Date: Wed Feb 27 21:51:51 2008 -0600
37334
37335 [new uImage] Respect autostart setting in linux bootm
37336
37337 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37338 Acked-by: Marian Balakowicz <m8@semihalf.com>
37339
37340commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
37341Author: Kumar Gala <galak@kernel.crashing.org>
37342Date: Wed Feb 27 21:51:50 2008 -0600
37343
37344 [new uImage] Provide ability to restrict region used for boot images
37345
37346 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
37347 to restrict what memory range is used for bootm.
37348
37349 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37350 Acked-by: Marian Balakowicz <m8@semihalf.com>
37351
37352commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
37353Author: Kumar Gala <galak@kernel.crashing.org>
37354Date: Wed Feb 27 21:51:49 2008 -0600
37355
37356 [new uImage] Use lmb for bootm allocations
37357
37358 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
37359 functions over to using lmb for allocation of the ramdisk, command line
37360 and kernel bd info.
37361
37362 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
37363 tree.
37364
37365 Provided a weak function that board code can call to do additional
37366 lmb reserves if needed.
37367
37368 Also introduce the concept of bootmap_base to specify the offset in
37369 physical memory that the bootmap is located at. This is used for
37370 allocations of the cmdline, kernel bd, and device tree as they should
37371 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
37372
37373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37374
37375commit f5614e7926863bf0225ec860d9b319741a9c4004
37376Author: Kumar Gala <galak@kernel.crashing.org>
37377Date: Wed Feb 27 21:51:48 2008 -0600
37378
37379 [new uImage] Add autostart flag to bootm_headers structure
37380
37381 The autostart env variable was dropped as part of the initial new uImage
37382 cleanup. Add it back here so the arch specific code can decide if it
37383 wants to really boot or not.
37384
37385 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37386 Acked-by: Marian Balakowicz <m8@semihalf.com>
37387
37388commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
37389Author: Kumar Gala <galak@kernel.crashing.org>
37390Date: Wed Feb 27 21:51:47 2008 -0600
37391
37392 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
37393
37394 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
37395 the memory spaces used by various boot images and structures. This code
37396 will allow us to simplify the code in bootm and its support functions.
37397
37398 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37399
37400commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
37401Author: Kumar Gala <galak@kernel.crashing.org>
37402Date: Tue Feb 19 22:03:47 2008 -0600
37403
37404 [new uImage] ppc: Allow boards to specify effective amount of memory
37405
37406 For historical reasons we limited the stack to 256M because some boards
37407 could only map that much via BATS. However newer boards are capable of
37408 mapping more memory (for example 85xx is capable of doing up to 2G).
37409
37410 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37411 Acked-by: Marian Balakowicz <m8@semihalf.com>
37412
37413commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
37414Author: Kumar Gala <galak@kernel.crashing.org>
37415Date: Wed Feb 27 21:51:46 2008 -0600
37416
37417 [new uImage] rework error handling so common functions don't reset
37418
37419 Changed image_get_ramdisk() to just return NULL on error and have
37420 get_ramdisk() propogate that error to the caller. It's left to the
37421 caller to call do_reset() if it wants to.
37422
37423 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
37424 to a common location. In the future we will change get_fdt() and
37425 fdt_relocate() to return success/failure and not call do_reset() at all.
37426
37427 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37428 Acked-by: Marian Balakowicz <m8@semihalf.com>
37429
37430commit d2bc095a639672def11d5d043b5688d0dbd692ec
37431Author: Kumar Gala <galak@kernel.crashing.org>
37432Date: Wed Feb 27 21:51:45 2008 -0600
37433
37434 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
37435
37436 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
37437 however it does mean we have to go in and fixup the initrd info since
37438 we don't know where it will be.
37439
37440 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37441
37442commit 27953493ef025fb698d68c5dee39b36f01f4d530
37443Author: Kumar Gala <galak@kernel.crashing.org>
37444Date: Wed Feb 27 21:51:44 2008 -0600
37445
37446 [new uImage] ppc: Determine if we are booting an OF style
37447
37448 If we are bootin OF style than we can skip setting up some things
37449 that are used for the old boot method.
37450
37451 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37452 Acked-by: Marian Balakowicz <m8@semihalf.com>
37453
37454commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
37455Author: Kumar Gala <galak@kernel.crashing.org>
37456Date: Wed Feb 27 21:51:43 2008 -0600
37457
37458 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
37459
37460 We don't actually need the kdb param as we are just using it to get
37461 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
37462 boot via OF we might not actually fill out a kdb.
37463
37464 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37465 Acked-by: Marian Balakowicz <m8@semihalf.com>
37466
37467commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
37468Author: Kumar Gala <galak@kernel.crashing.org>
37469Date: Wed Feb 27 16:30:47 2008 -0600
37470
37471 85xx: Don't icbi when unlocking the cache
37472
37473 There is no reason to icbi when invalidating the temporary stack in
37474 the d-cache. Its impossible on e500 to have the i-cache contain
37475 any addresses in the temp stack and it can be problematic in generating
37476 transactions on the bus to non-valid addresses.
37477
37478 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37479
37480commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
37481Author: Andy Fleming <afleming@freescale.com>
37482Date: Wed Feb 27 15:50:50 2008 -0600
37483
37484 Fix source for ECM error IVPR
37485
37486 The source vector for the ECM was being set to 2,
37487 but that's what the source vector for DDR was being
37488 set to. Change it to 1.
37489
37490 Signed-off-by: Andy Fleming <afleming@freescale.com>
37491
37492commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
37493Author: Andy Fleming <afleming@freescale.com>
37494Date: Wed Feb 27 14:29:58 2008 -0600
37495
37496 Invalidate INIT_RAM TLB mappings
37497
37498 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
37499 mappings to be unguarded. This collided with an existing "bug"
37500 where the mappings for the INIT_RAM were being kept around.
37501 This meant that speculative loads to those addresses were
37502 succeeding in the TLB, and going out to the bus, where they
37503 were causing an exception (there's nothing at that address). The
37504 Flash code was coincidentally causing such a speculative load.
37505 Rather than go back to mapping the INIT RAM as guarded, we fix
37506 it so that the entries for the INIT_RAM are invalidated. Thus
37507 the speculative loads will fail in the TLB, and have no effect.
37508
37509 Signed-off-by: Andy Fleming <afleming@freescale.com>
37510
37511commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
37512Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37513Date: Sun Feb 17 22:56:17 2008 +0100
37514
37515 sbc8548: Fix Revision reading and unused variable 'path'
37516
37517 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37518
37519commit 495d162374c472f46454453553382ad0735dc725
37520Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37521Date: Sun Feb 17 22:56:16 2008 +0100
37522
37523 sbc8548: Fix cfi flash bank declaration
37524
37525 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37526
438a4c11
WD
37527commit 4efbe9dbb129f857f27856936112c8c02f016be6
37528Author: Marian Balakowicz <m8@semihalf.com>
37529Date: Wed Feb 27 11:02:26 2008 +0100
37530
37531 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
37532
37533 Dual format image code must properly handle all three FDT passing methods:
37534 - raw FDT blob passed
37535 - FDT blob embedded in the legacy uImage
37536 - FDT blob embedded in the new uImage
37537
37538 This patch enables proper raw FDT handling when no FIT imaeg support
37539 is compiled in. This is a bit tricky as we must dected FIT format even
37540 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
37541 blobs use tha same low level format (libfdt).
37542
37543 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37544
37545commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
37546Author: Marian Balakowicz <m8@semihalf.com>
37547Date: Wed Feb 27 11:02:26 2008 +0100
37548
37549 [new uImage] POWERPC: Add image_get_fdt() routine
37550
37551 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
37552 (3) or embedded in the new uImage. For the (2) case embedding image must be
37553 verified before we get FDT from it. This patch factors out legacy image
37554 specific verification routine to the separate helper routine.
37555
37556 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37557 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37558
37559commit 1efd43601f90de21ec6c0ebb9880823e822927b1
37560Author: Marian Balakowicz <m8@semihalf.com>
37561Date: Wed Feb 27 11:02:07 2008 +0100
37562
37563 [new uImage] Add image_get_kernel() routine
37564
37565 Legacy image specific verification is factored out to a separate helper
37566 routine to keep get_kernel() generic and simple.
37567
37568 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37569 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37570
37571commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
37572Author: Marian Balakowicz <m8@semihalf.com>
37573Date: Wed Feb 27 11:01:04 2008 +0100
37574
37575 [new uImage] Move image verify flag to bootm_headers structure
37576
37577 Do not pass image verification flag directly to related routines.
37578 Simplify argument passing and move it to the bootm_header structure which
37579 contains curently processed image specific data and is already being passed
37580 on the argument list.
37581
37582 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37583 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37584
37585commit 823afe7cefe00dafefc6696c1cc7aa828c394234
37586Author: Marian Balakowicz <m8@semihalf.com>
37587Date: Wed Feb 27 11:00:47 2008 +0100
37588
37589 [Makefile] Sort COBJS in lib_<arch> Makefiles
37590
37591 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37592
37593commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
37594Author: Marian Balakowicz <m8@semihalf.com>
37595Date: Wed Feb 27 11:00:47 2008 +0100
37596
37597 [new uImage] Optimize gen_get_image() flow control
37598
37599 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
37600 to do, update its control flow to better reflect that simple case.
37601
37602 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37603 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37604
37605commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
37606Author: Marian Balakowicz <m8@semihalf.com>
37607Date: Mon Feb 4 08:28:17 2008 +0100
37608
37609 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
37610
37611 PPC specific FDT blob handling code is divided into two separate routines:
37612
37613 get_fdt() - find and verify a FDT blob (either raw or image embedded)
37614 fdt_relocate() - move FDT blob to within BOOTMAP if needed
37615
37616 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37617 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37618
5013c09f
WD
37619commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
37620Author: Jon Loeliger <jdl@freescale.com>
37621Date: Mon Feb 25 13:13:37 2008 -0600
37622
37623 86xx: Fix renamed GUR symbols in sbc8641d board.
37624
37625 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
37626 (86xx: Fix GUR PCI config registers properly), we should have
37627 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
37628 symbols in the sbc8641d board as well. Fix this oversight.
37629
37630 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37631
37632commit 64cd594e623c39f73964d18787763e4533f791f7
37633Author: Stefan Roese <sr@denx.de>
37634Date: Mon Feb 25 16:50:48 2008 +0100
37635
37636 ppc4xx: Fix acadia_nand build problem
37637
37638 Don't include testdram() on NAND-booting target acadia_nand. This saves
37639 a few bytes and makes the target build clean again.
37640
37641 Signed-off-by: Stefan Roese <sr@denx.de>
37642
37643commit 14e099e698d41e8179d05c2b2dbcf704a236f748
37644Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37645Date: Sun Feb 24 23:03:12 2008 +0000
37646
37647 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
37648
37649 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37650
37651commit 724902c8464e610642b3a170278b99710325888e
37652Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37653Date: Sun Feb 24 23:03:11 2008 +0000
37654
37655 arm-imx: Fix registers definition
37656
37657 Sync registers definition with linux
37658
37659 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37660
37661commit 4cd288b589ea1178947c6e364453c32b3dede6b7
37662Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37663Date: Sun Feb 24 23:03:10 2008 +0000
37664
37665 actua1/actua2/actua3: Fix multipleunused variable
37666
37667 - actua1:
37668 actux1.c: In function 'checkboard':
37669 actux1.c:92: warning: unused variable 'revision'
37670
37671 - actua2:
37672 actux2.c: In function 'checkboard':
37673 actux2.c:100: warning: unused variable 's'
37674 actux2.c:99: warning: unused variable 'revision'
37675 actux2.c: In function 'reset_phy':
37676 actux2.c:130: warning: unused variable 'i'
37677
37678 - actua3:
37679 actux3.c: In function 'checkboard':
37680 actux3.c:114: warning: unused variable 'revision'
37681
37682 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37683
438a4c11
WD
37684commit d5934ad7756f038a393a9cfab76a4fe306d9d930
37685Author: Marian Balakowicz <m8@semihalf.com>
37686Date: Mon Feb 4 08:28:09 2008 +0100
37687
37688 [new uImage] Add dual format uImage support framework
37689
37690 This patch adds framework for dual format images. Format detection is added
37691 and the bootm controll flow is updated to include cases for new FIT format
37692 uImages.
37693
37694 When the legacy (image_header based) format is detected appropriate
37695 legacy specific handling is invoked. For the new (FIT based) format uImages
37696 dual boot framework has a minial support, that will only print out a
37697 corresponding debug messages. Implementation of the FIT specific handling will
37698 be added in following patches.
37699
37700 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37701
5013c09f
WD
37702commit b29661fc1151077776454288051bc9a488351ce8
37703Author: Wolfgang Denk <wd@denx.de>
37704Date: Sun Feb 24 15:21:36 2008 +0100
37705
37706 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
37707
37708 Signed-off-by: Wolfgang Denk <wd@denx.de>
37709
b29661fc
WD
37710commit 00b48a48424894daa589d166d73277830b1c6ac4
37711Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37712Date: Sat Feb 23 12:15:56 2008 +0100
37713
37714 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
37715
37716 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37717
37718commit b075d74efb70ff68c49a2532f26b56d6703b69c1
37719Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37720Date: Sat Feb 23 17:24:16 2008 +0900
37721
37722 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
37723
37724 ----------------------------------------------------------------
37725 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
37726
37727 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
37728 32bit targets.
37729
37730 GCC can be made to warn about usage of long long types with ISO C90
37731 (-ansi), but only with -pedantic. You can write this in a way that even
37732 then it doesn't cause warnings, namely by:
37733
37734 #ifdef __GNUC__
37735 __extension__ typedef __signed__ long long __s64;
37736 __extension__ typedef unsigned long long __u64;
37737 #endif
37738
37739 The __extension__ keyword in front of this switches off any pedantic
37740 warnings for this expression.
37741
37742 Signed-off-by: Olaf Hering <olh@suse.de>
37743 Cc: <linux-arch@vger.kernel.org>
37744 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
37745 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
37746 ----------------------------------------------------------------
37747
37748 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37749
37750commit 208acd112e6517b21fc30c420396902b103563ac
37751Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37752Date: Sat Feb 23 17:07:57 2008 +0900
37753
37754 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
37755
37756 This will reduce the build time.
37757
37758 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37759
37760commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
37761Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37762Date: Sat Feb 23 17:05:00 2008 +0900
37763
37764 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
37765
37766 This will reduce the build time.
37767
37768 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37769
37770commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
37771Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37772Date: Sat Feb 23 16:58:41 2008 +0900
37773
37774 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
37775
37776 This reduces the build time by ~10%. Here's the gth2_config example.
37777
37778 BEFORE AFTER
37779 real 0m31.441s 0m27.833s
37780 user 0m24.766s 0m23.045s
37781 sys 0m10.425s 0m7.468s
37782
37783 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37784
37785commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
37786Author: Marcel Moolenaar <marcelm@juniper.net>
37787Date: Fri Feb 22 10:48:07 2008 -0800
37788
37789 make define2mk.sed work on FreeBSD
37790
37791 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
37792 the define2mk.sed script was identified as the source of the link
37793 failure on FreeBSD. The problem is that sed(1) does not always support
37794 the '+' operator. It isn't on FreeBSD. The attach patch implements the
37795 equivalent, using the '*' operator instead and should work everywhere.
37796
37797 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
37798
37799commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
37800Author: Detlev Zundel <dzu@denx.de>
37801Date: Fri Feb 22 17:21:32 2008 +0100
37802
37803 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
37804
37805 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
37806 final traces of long-deprecated "ramdisk" kernel parm") makes these
37807 changes neccessary.
37808
37809 Signed-off-by: Detlev Zundel <dzu@denx.de>
37810
37811commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
37812Author: Larry Johnson <lrj@acm.org>
37813Date: Thu Feb 21 13:58:16 2008 -0500
37814
37815 LM75 bug fix for negative temperatures
37816
37817 When the LM75 temperature sensor measures a temperature below 0 C, the
37818 current driver does not perform sign extension, so the result returned is
37819 256 C too high. This patch fixes the problem.
37820
37821 Signed-off-by: Larry Johnson <lrj@acm.org>
37822
37823commit 5a910c224b13e413bda41922379add6d75c32da3
37824Author: Heiko Schocher <hs@denx.de>
37825Date: Thu Feb 21 18:33:45 2008 +0100
37826
37827 IDS8247: update MAINTAINER entry.
37828
37829 Signed-off-by: Heiko Schocher <hs@denx.de>
37830
37831commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
37832Author: Heiko Schocher <hs@denx.de>
37833Date: Thu Feb 21 18:31:15 2008 +0100
37834
37835 Fix device tree for mgsuvd board.
37836
37837 Rename the "scc" node in "ethernet" for the mgsuvd board.
37838
37839 Signed-off-by: Heiko Schocher <hs@denx.de>
37840
37841commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
37842Author: Yuri Tikhonov <yur@emcraft.com>
37843Date: Thu Feb 21 14:23:42 2008 +0100
37844
37845 lwmon5: enable hardware watchdog
37846
37847 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
37848 causing it to reboot the board if U-Boot does a long busy-wait with
37849 udelay(). Thus, for these boards we have to restart WD more
37850 frequently.
37851
37852 This patch splits the busy-wait udelay() into smaller, predefined,
37853 intervals, so that the watchdog timer may be resetted with the
37854 configurable (CONFIG_WD_PERIOD) interval.
37855
37856 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37857
37858commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
37859Author: Anatolij Gustschin <agust@denx.de>
37860Date: Thu Feb 21 12:52:29 2008 +0100
37861
37862 ppc4xx: Support for ATI Radeon 9200 card on sequoia
37863
37864 Adds configuration option for ATI Radeon 9200 card
37865 support to sequoia config file. If CONFIG_VIDEO
37866 is enabled, TEXT_BASE should be changed to 0xFFF80000.
37867
37868 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37869
37870commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
37871Author: Kumar Gala <galak@kernel.crashing.org>
37872Date: Mon Feb 18 08:18:07 2008 -0600
37873
37874 Remove duplicate defines for ARRAY_SIZE
37875
37876 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
37877 the define in common.h.
37878
37879 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37880
37881commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
37882Author: Kumar Gala <galak@kernel.crashing.org>
37883Date: Mon Feb 18 08:09:37 2008 -0600
37884
37885 ppc: Allow boards to specify effective amount of memory
37886
37887 For historical reasons we limited the stack to 256M because some boards
37888 could only map that much via BATS. However newer boards are capable of
37889 mapping more memory (for example 85xx is capable of doing up to 2G).
37890
37891 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37892
37893commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
37894Author: Mike Frysinger <vapier@gentoo.org>
37895Date: Mon Feb 18 05:24:13 2008 -0500
37896
37897 include autoconf.mk before any other .mk files
37898
37899 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
37900 those .mk files can have make if statements based on the current config.
37901
37902 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37903
37904commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
37905Author: Mike Frysinger <vapier@gentoo.org>
37906Date: Mon Feb 18 05:10:07 2008 -0500
37907
37908 error check autoconf.mk generation
37909
37910 If any of the steps for generating autoconf.mk fail currently, they go
37911 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
37912 This is simpler and more robust than placing '|| exit $$?' after every line.
37913
37914 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37915
37916commit 019895a8dee71a9f00da05c03e379f45d581b0fe
37917Author: Stefano Babic <sbabic@denx.de>
37918Date: Mon Feb 18 08:03:51 2008 +0100
37919
37920 Fix bug in dependency checking
37921
37922 By adding VERSION_FILE to the PHONY targets the script
37923 /tools/setlocalversion is always called and version_autogenerated.h
37924 is replaced only if the script find a modified source file.
37925
37926 Signed-off-by: Stefano Babic <sbabic@denx.de>
37927
37928commit 98ba144ccc912eee90dd42699f023c497ce774c6
37929Author: Kyungmin Park <kmpark@infradead.org>
37930Date: Mon Feb 18 14:35:43 2008 +0900
37931
37932 Fix GPMC CS2 memory setup at apollon
37933
37934 It disables the current map first
37935
37936 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
37937
37938commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
37939Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37940Date: Sun Feb 17 23:52:46 2008 +0100
37941
37942 uli526x: Fix multiple differ in signedness and parentheses around comparison
37943
37944 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37945
37946commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
37947Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37948Date: Sun Feb 17 16:58:04 2008 +0100
37949
37950 MIPS: Fix CFG_NO_FLASH support
37951
37952 - Fix flash_init call when CFG_NO_FLASH is used
37953 - Remove no more needed flash.c for qemu-mips
37954
37955 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37956
37957commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
37958Author: Mike Frysinger <vapier@gentoo.org>
37959Date: Sat Feb 16 02:40:18 2008 -0500
37960
37961 easylogo: clean up some more and add -r (rgb) support
37962
37963 Michael Hennerich added support for outputting an image in RGB format rather
37964 than forcing YUYV all the time. This makes obvious sense if the display you
37965 have takes RGB input rather than YUYV.
37966
37967 Rather than hack in support for options, I've converted it to use getopt and
37968 cleaned up the argument parsing in the process.
37969
37970 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
37971 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37972
37973commit f65c98129ccada3f7caf97d80395a95b84e911de
37974Author: Mike Frysinger <vapier@gentoo.org>
37975Date: Sat Feb 16 02:12:37 2008 -0500
37976
37977 Makefile: add target for $(LDSCRIPT)
37978
37979 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
37980 then change into the board directory and try and create it. This allows you
37981 to generate the linker script on the fly based upon board defines (like the
37982 Blackfin boards do).
37983
37984 There should be no regressions due to this change as the normal case is to
37985 already have a u-boot.lds file. If that's the case, then there's nothing to
37986 generate, and so make will always exit. The fix here is that if the linker
37987 script does not exist, the implicit rules take over and attempt to guess how
37988 to generate the file.
37989
37990 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37991
438a4c11
WD
37992commit 5583cbf736474ef754e128a54fb78632f57b48fd
37993Author: Marian Balakowicz <m8@semihalf.com>
37994Date: Thu Feb 21 17:27:49 2008 +0100
37995
37996 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
37997
37998 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37999
38000commit 2242f5369822bc7780db95c47985bb408ea9157b
38001Author: Marian Balakowicz <m8@semihalf.com>
38002Date: Thu Feb 21 17:27:41 2008 +0100
38003
38004 [new uImage] Rename and move print_image_hdr() routine
38005
38006 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38007
38008commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
38009Author: Marian Balakowicz <m8@semihalf.com>
38010Date: Thu Feb 21 17:20:20 2008 +0100
38011
38012 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
38013
38014 Introducing routines for parsing new uImage format bootm arguments:
38015 [<addr>]#<conf> - configuration specification
38016 [<addr>]:<subimg> - subimage specification
38017
38018 New format images can contain multiple subimages of the same type. For example
38019 a single new format image file can contain three kernels, two ramdisks and a
38020 couple of FDT blobs. Subimage and configuration specifications are extensions
38021 to bootm (and other image-related commands) arguments' syntax that allow to
38022 specify which particular subimage should be operated on.
38023
38024 Subimage specification is used to denote a particular subimage. Configurations
38025 are a bit more complex -- they are used to define a particualr booting setup,
38026 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
38027 etc.
38028
38029 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38030
38031commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
38032Author: Marian Balakowicz <m8@semihalf.com>
38033Date: Thu Feb 21 17:20:19 2008 +0100
38034
38035 [new uImage] Add gen_get_image() routine
38036
38037 This routine assures that image (whether legacy or FIT) is not
38038 in a special dataflash storage.
38039
38040 If image address is a dataflash address image is moved to system RAM.
38041
38042 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38043
38044commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
38045Author: Marian Balakowicz <m8@semihalf.com>
38046Date: Thu Feb 21 17:20:18 2008 +0100
38047
38048 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
38049
38050 New uImage format (Flattened Image Tree) requires libfdt
38051 functionality, print out error message if CONFIG_OF_LIBFDT
38052 is not defined.
38053
38054 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
38055 This commit turns it on by default.
38056
38057 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
38058
b29661fc
WD
38059commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
38060Author: Michael Schwingen <michael@schwingen.org>
38061Date: Mon Feb 18 23:16:35 2008 +0100
38062
38063 CFI: Do not use uninitialized cmd_reset
38064
38065 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
38066 commands instead
38067
38068 From a short test, it looks like AMD-style flash roms treat *any* unknown
38069 command write as a reset, at least when in CFI Query mode, so issuing the
38070 Intel reset command to AMD-style flashs seems safe (from the small sample I
38071 have), plus the 3-cycle magic sequence should kick the state machine into
38072 the right state even without a reset command. Since the AMD-style flashs
38073 require the unlock sequence for real operation, I chose to try the AMD reset
38074 command first, so that Intel flashs do no see an invalid command prior to
38075 the CFI query.
38076
38077 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
38078 plus Intel StrataFlash.
38079
38080 Signed-off-by: Michael Schwingen <michael@schwingen.org>
38081 Signed-off-by: Stefan Roese <sr@denx.de>
38082
38083commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
38084Author: Rafal Jaworowski <raj@semihalf.com>
38085Date: Thu Feb 21 11:56:44 2008 +0100
38086
38087 API: Add (c) and licensing notice to the public API header.
38088
38089 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
38090
38091commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
38092Author: Yuri Tikhonov <yur@emcraft.com>
38093Date: Thu Feb 21 11:06:07 2008 +0100
38094
38095 Fix CPU POST test failure
38096
38097 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
38098 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
38099 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
38100 This patch just saves the CR value before running the test code, so allowing
38101 it to do anything it wants with CR.
38102
38103 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
38104 Acked-by: Yuri Tikhonov <yur@emcraft.com>
38105 --
38106
38107commit d5908b093955415f3d340706378b991f911af671
38108Author: Jon Loeliger <jdl@freescale.com>
38109Date: Wed Feb 20 15:26:51 2008 -0600
38110
38111 8610HPCD: Document the flashbank selection switches.
38112
38113 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38114
38115commit a551cee99ad1d1da20fd23ad265de47448852f56
38116Author: Jon Loeliger <jdl@freescale.com>
38117Date: Wed Feb 20 14:22:26 2008 -0600
38118
38119 86xx: Fix GUR PCI config registers properly.
38120
38121 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
38122 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
38123 botched it due to not realizing that 8610 and 8641 had different
38124 Global Utility Register defintions, one of which was like 85xx,
38125 and the other wasn't. Correct this problem by introducing two
38126 symbols, one for each 86xx SoC, but neither of which is named
38127 anything like 85xx.
38128
38129 My bad. Lovely Wednesday with git bisect. You know.
38130
38131 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38132
38133commit cb06eb961bdffc8728b38c242473d802e83ab2b4
38134Author: Jon Loeliger <jdl@freescale.com>
38135Date: Wed Feb 20 12:24:11 2008 -0600
38136
38137 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
38138
38139 Without an actual supported video card hooked up, enabling
38140 the CONFIG_VIDEO by default just makes it look broken by
38141 routing all console output to the video card. Don't.
38142
38143 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38144
38145commit 4d264eff4312f230776b913edade7ceb75f1b1e0
38146Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38147Date: Wed Jan 30 15:08:15 2008 -0600
38148
38149 ColdFire: Fix missing code flash size for M5485EVB
38150
38151 Signed-off-by: James Mahan <kmahan@freescale.com>
38152 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38153
38154commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
38155Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38156Date: Wed Jan 30 15:04:42 2008 -0600
38157
38158 ColdFire: Fix 5282 and 5271 interrupt mask bit
38159
38160 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38161
38162commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
38163Author: Jon Loeliger <jdl@freescale.com>
38164Date: Tue Feb 19 12:31:08 2008 -0600
38165
38166 8610HPCD: Fix typos in two PCI setup registers.
38167
38168 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
38169 were erroneously present as 85xx names and values, leftover from
38170 the clone wars. Fix this by removing the 85xx cruft from the
38171 86xx codebase.
38172
38173 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38174
38175commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
38176Author: Jon Loeliger <jdl@freescale.com>
38177Date: Mon Feb 18 14:01:56 2008 -0600
38178
38179 86xx: Convert sbc8641d to use libfdt.
38180
38181 This is the proper fix for a missing closing brace in the function
01db232d 38182 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
38183 The ft_cpu_setup() function in mpc8641hpcn.c should have been
38184 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
38185 but was missed. Only, the sbc8641d was nominally still using it.
38186 It all got ripped out, and the funcality that was in ft_board_setup()
38187 was refactored to remove the CPU portions into the new file
38188 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
38189
38190 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
38191
38192 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38193
38194commit 04efddc87c50c84f85dad5c331c634a6ce830a83
38195Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38196Date: Sun Feb 17 23:35:31 2008 +0100
38197
38198 mpc86xx: Fix unused variable 'config' and 'immap'
38199
38200 and remove useless CONFIG_DDR_INTERLEAVE
38201
38202 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38203
38204commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
38205Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38206Date: Sun Feb 17 23:03:36 2008 +0100
38207
38208 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
38209
38210 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38211
38212commit b6f29c84c208a091f95a10cbc9852d729659ba20
38213Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38214Date: Sun Feb 17 14:15:31 2008 +0100
38215
38216 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
38217
38218 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38219
38220commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
38221Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38222Date: Sun Feb 17 14:15:32 2008 +0100
38223
38224 pxa: fix assignment from incompatible pointer type
38225
38226 fix mmc_bread function prototype
38227
38228 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38229
38230commit 64d792063fff90b8118179b092feee09fe5cae13
38231Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38232Date: Sun Feb 17 14:15:30 2008 +0100
38233
38234 at91cap9adk: fix implicit declaration of function 'eth_init'
38235
38236 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38237
38238commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
38239Author: Wolfgang Denk <wd@denx.de>
38240Date: Sun Feb 17 15:43:44 2008 +0100
38241
38242 Remove files added by mistake, update CHANGELOG.
38243
38244 Signed-off-by: Wolfgang Denk <wd@denx.de>
38245
375c4353
WD
38246commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
38247Author: Mike Nuss <mike@terascala.com>
38248Date: Wed Feb 6 11:10:11 2008 -0500
38249
38250 PPC440EPx: Optionally enable second I2C bus
38251
38252 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
38253 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
38254 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
38255
38256 Signed-off-by: Mike Nuss <mike@terascala.com>
38257 Cc: Stefan Roese <sr@denx.de>
38258
38259commit ef5b4f221c22d05770878513951745f236b5b43f
38260Author: Niklaus Giger <niklaus.giger@netstal.com>
38261Date: Tue Feb 5 10:26:44 2008 +0100
38262
38263 ppc4xx: HCU4/5. Cleanup configs
38264
38265 - hcu4.h: Removed define of CONFIG_PPC405GPr
38266 - Corrected phy addresses
38267 - Fix boot variables
38268 - Respect line length of 80 chars
38269
38270 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38271
38272commit 74973126d1be63ac75bdc192f46234dca3a7c421
38273Author: Niklaus Giger <niklaus.giger@netstal.com>
38274Date: Tue Feb 5 11:31:28 2008 +0100
38275
38276 ppc4xx: HCU4/5. Cleanups
38277
38278 - Fix some coding style violations.
38279 - Use in/out_u16/32 where appropriate.
38280 - Use register names from ppc405.h.
38281 - Fix trace useage for Lauterbach.
38282 - Remove obsolete generation HCU2.
38283 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
38284
38285 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38286
38287commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
38288Author: Niklaus Giger <niklaus.giger@netstal.com>
38289Date: Tue Feb 5 10:26:41 2008 +0100
38290
38291 ppc4xx: PPC405GPr fix missing register definitions
38292
38293 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38294
38295commit 214398d9cb22268d9d4f7563359edca0f78297a2
38296Author: Larry Johnson <lrj@acm.org>
38297Date: Fri Jan 18 21:49:05 2008 -0500
38298
38299 ppc4xx: Beautify configuration files for Sequoia and Korat boards
38300
38301 Signed-off-by: Larry Johnson <lrj@acm.org>
38302
38303commit 30c6a241e88499f536e86d325759e29ba00ff67f
38304Author: Anatolij Gustschin <agust@denx.de>
38305Date: Fri Feb 15 20:09:01 2008 +0100
38306
38307 Wipe out assembler warnings while compiling x86 biosemu
38308
38309 This patch tries to get rid of some assembler warnings about
38310 changed .got2 section type while compiling x86 bios emulator
38311 code.
38312
38313 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38314
38315commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
38316Author: Wolfgang Denk <wd@denx.de>
38317Date: Fri Feb 15 00:57:09 2008 +0100
38318
38319 Prepare v1.3.2-rc1 release candidate
38320
67a4389e
WD
38321commit f33e9653c9c09868995d788511d573771c209fe5
38322Author: Anatolij Gustschin <agust@denx.de>
38323Date: Fri Feb 15 00:13:20 2008 +0100
38324
38325 Fix compile warning on lib_ppc/board.c
38326
38327 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38328
38329commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
38330Author: Anatolij Gustschin <agust@denx.de>
38331Date: Thu Feb 14 18:22:04 2008 +0100
38332
38333 Add Radeon Mobility 9200 pci device id to the radeon driver
38334
38335 This patch extends PCI device id table of the
38336 radeon driver so that the driver will also support
38337 Radeon Mobility 9200 (M9+) based boards.
38338
38339 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38340
38341commit 1b8607e1f7143548c6062c28371449ec69588c00
38342Author: Anatolij Gustschin <agust@denx.de>
38343Date: Thu Feb 14 18:19:50 2008 +0100
38344
38345 Extend ATI Radeon driver to support more video modes
38346
38347 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
38348 800x600, 640x480 at 24, 16 and 8 bpp.
38349
38350 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38351
38352commit 4124382de029d361162a4b8cecc773eb8f26e2a8
38353Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38354Date: Sun Feb 10 17:05:20 2008 +0100
38355
38356 xsengine: fix typo and few coding style
38357
38358 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38359
38360commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
38361Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38362Date: Fri Feb 8 21:25:58 2008 +0100
38363
38364 Fix wrong memory limit calculation in memory-test
38365
38366 If the length of the memory address range passed to the "mtest" command is
38367 not of the form 2^x - 1, not all address lines are tested. This bug is
38368 inherited from the original software at
38369 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
38370 this.
38371
38372 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38373
38374commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
38375Author: Wolfgang Denk <wd@denx.de>
38376Date: Fri Feb 15 00:11:39 2008 +0100
38377
38378 Coding STyle cleanup.
38379
38380 Signed-off-by: Wolfgang Denk <wd@denx.de>
38381
38382commit f6921e3dc331293c873ec4d109fd5517a42a90b3
38383Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38384Date: Tue Feb 5 13:30:43 2008 +0900
38385
38386 sh: Fix register address of SH7722
38387
38388 The address of SH7722 is wrong by old document.
38389 This patch fixes this problem.
38390
38391 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38392
38393commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
38394Author: Mike Frysinger <vapier@gentoo.org>
38395Date: Mon Feb 4 17:44:23 2008 -0500
38396
38397 only update version header as needed
38398
38399 Constantly rebuilding the version header will force useless relinking, so we
38400 simply need to compare the new header with the existing one before updating
38401 it.
38402
38403 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38404
38405commit 208447f8e953f347425eb92c8e28d59e6d911363
38406Author: Mike Frysinger <vapier@gentoo.org>
38407Date: Mon Jan 28 05:56:19 2008 -0500
38408
38409 Do not specify a CROSS_COMPILE default when executing size
38410
38411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38412
38413commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
38414Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38415Date: Wed Feb 13 11:19:19 2008 +0100
38416
38417 Fix return value of mtest when CFG_ALT_MEMTEST set
38418
38419 Fix a missing return statement from a non-void function.
38420
38421 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38422
38423commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
38424Author: Timur Tabi <timur@freescale.com>
38425Date: Wed Jan 9 14:35:26 2008 -0600
38426
38427 85xx, 86xx: Determine I2C clock frequencies and store in global_data
38428
38429 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
38430
38431 Update the get_clocks() function in 85xx and 86xx to determine the I2C
38432 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
38433
38434 Signed-off-by: Timur Tabi <timur@freescale.com>
38435
38436commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
38437Author: Wolfgang Denk <wd@denx.de>
38438Date: Thu Feb 14 23:18:01 2008 +0100
38439
38440 TQM834x: clean up configuration
38441
38442 Get board name consistent with Linux and elsewhere;
38443 get rid of local network definitions etc.
38444
38445 Signed-off-by: Wolfgang Denk <wd@denx.de>
38446
38447commit 38cc09c55b1d7f233789052c6fc462e5377669a9
38448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38449Date: Thu Feb 14 08:02:12 2008 +0100
38450
38451 TFTP: fix search of ':' in BootFile
38452
38453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38454
38455commit 0bc9efada170096c6b273f19165e32936d330d80
38456Author: Wolfgang Denk <wd@denx.de>
38457Date: Thu Feb 14 22:46:55 2008 +0100
38458
38459 Coding style cleanup; update CHANGELOG.
38460
38461 Signed-off-by: Wolfgang Denk <wd@denx.de>
38462
0bc9efad
WD
38463commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
38464Author: Wolfgang Denk <wd@denx.de>
38465Date: Thu Feb 14 22:43:22 2008 +0100
38466
38467 PPC: Use r2 instead of r29 as global data pointer
38468
38469 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
38470 will refuse to use load/store multiple insns; instead, it issues a
38471 list of simple load/store instructions upon function entry and exit,
38472 resulting in bigger code size, which in turn makes the build for a
38473 few boards fail.
38474
38475 Use r2 instead.
38476
38477 Signed-off-by: Wolfgang Denk <wd@denx.de>
38478
38479commit 3c234efa693bc59906c2be55c7918ecbb55392ea
38480Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
38481Date: Wed Jan 30 09:08:49 2008 +0100
38482
38483 ARM: make the machid configurable via the environment
38484
38485 If the variable "machid" exists, let do_bootm_linux use that instead
38486 of bd->bi_arch_number.
38487
38488