]> git.ipfire.org Git - people/ms/u-boot.git/blob - CHANGELOG
usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
[people/ms/u-boot.git] / CHANGELOG
1 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
2 Author: Mike Frysinger <vapier@gentoo.org>
3 Date: Tue Jul 21 22:59:36 2009 -0400
4
5 autoconf.mk: include before config.mk for top level files
6
7 By including autoconf.mk before config.mk, all top level files can use any
8 config options it sets up (like <arch>_config.mk) or the Makefile itself
9 without being forced to use lazy evaluation.
10
11 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
12 Author: Mark Jackson <mpfj-list@mimc.co.uk>
13 Date: Tue Jul 21 11:30:53 2009 +0100
14
15 Remove static declaration from gunzip_bmp()
16
17 This patch removes the static declaration from gunzip_bmp()
18
19 Without it, the gunzip_bmp() function is not visible to
20 common/lcd.c and fails to compile with an error.
21
22 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23
24 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
25 Author: Peter Tyser <ptyser@gmail.com>
26 Date: Mon Jul 20 21:51:38 2009 -0500
27
28 cmd_tsi148: General cleanup
29
30 - Fix command help message
31 - Disable DEBUG by default
32 - Fix whitespace issues
33 - Fix lines > 80 characters
34
35 Signed-off-by: Peter Tyser <ptyser@gmail.com>
36 Acked-by: Stefan Roese <sr@denx.de>
37
38 commit 9aef73888509d10193615ee5cd9cf439ca44e937
39 Author: Mike Frysinger <vapier@gentoo.org>
40 Date: Sun Jul 19 15:17:03 2009 -0400
41
42 unify HOST_CFLAGS and HOSTCFLAGS
43
44 The top build system sets up HOSTCFLAGS a bit and exports it, but other
45 places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the
46 values stay in sync.
47
48 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49
50 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
51 Author: Wolfgang Denk <wd@denx.de>
52 Date: Thu Jul 23 21:16:59 2009 +0200
53
54 Update CHANGELOG
55
56 Signed-off-by: Wolfgang Denk <wd@denx.de>
57
58 commit e3b39f84e974df70065fa248f0f63993b1708c9d
59 Author: André Schwarz <andre.schwarz@matrix-vision.de>
60 Date: Fri Jul 17 14:50:24 2009 +0200
61
62 update config for mvBC-P (MPC5200)
63
64 This patch adds I2C support for mvBC-P and defines flash layout
65 matching the shipped product.
66
67 Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
68
69 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
70 Author: Kumar Gala <galak@kernel.crashing.org>
71 Date: Mon Jul 13 09:24:00 2009 -0500
72
73 ahci: Fix gcc 4.4 compiler warning
74
75 ahci.c: In function 'ata_scsiop_read_capacity10':
76 ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
77
78 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
79
80 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
81 Author: Kumar Gala <galak@kernel.crashing.org>
82 Date: Mon Jul 13 09:23:59 2009 -0500
83
84 drivers/bios_emulator: Fix gcc 4.4 compiler warning
85
86 biosemu.c: In function 'BE_setVGA':
87 biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
88
89 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
90
91 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
92 Author: Detlev Zundel <dzu@denx.de>
93 Date: Mon Jul 13 16:01:19 2009 +0200
94
95 Re-add support for image type 'Standalone Program'
96
97 Support for this type was lost during the bootm refactoring.
98
99 Signed-off-by: Detlev Zundel <dzu@denx.de>
100
101 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
102 Author: Detlev Zundel <dzu@denx.de>
103 Date: Mon Jul 13 16:01:18 2009 +0200
104
105 Add error checking for unsupported OS types.
106
107 Signed-off-by: Detlev Zundel <dzu@denx.de>
108
109 commit 982adfc610669482a32127282fe489857a92cfe3
110 Author: Peter Tyser <ptyser@xes-inc.com>
111 Date: Fri Jul 10 18:46:10 2009 -0500
112
113 ppc: Unlock cache-as-ram in a consistent manner
114
115 Previously, non-e500 architectures only unlocked their data cache which
116 was used as early RAM when booting to Linux using the "bootm" command.
117 This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
118 to unlock their data cache during U-Boot's initialization. This
119 improves U-Boot performance and provides a common cache state when
120 booting to different OSes.
121
122 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
123
124 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
125 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
126 Date: Thu Jul 23 04:54:45 2009 -0400
127
128 zlib: updated to v.1.2.3
129
130 This patch updates zlib to the latest stable version.
131
132 Only relevant zlib parts were ported to u-boot tree, as was done for
133 the previously used version of zlib (0.95). New zlib gives faster
134 inflate performance and other improvements, see www.zlib.net
135
136 Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
137 Reviewed-by: Angelo Castello <angelo.castello@st.com>
138
139 Edited commit message
140
141 Signed-off-by: Wolfgang Denk <wd@denx.de>
142
143 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
144 Author: Robin Getz <rgetz@blackfin.uclinux.org>
145 Date: Tue Jul 21 12:15:28 2009 -0400
146
147 Save server's MAC address in environment
148
149 Linux's netconsole works much better when you can pass it the MAC address of
150 the server. (otherwise it just uses broadcast, which everyone else on my
151 network complains about :)
152
153 This sets the env var "serveraddr" (to match ethaddr), so that you can pass
154 it to linux with whatever bootargs you want to....
155
156 addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
157
158 Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
159
160 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
161
162 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
163 Author: Ilya Yanok <yanok@emcraft.com>
164 Date: Tue Jul 21 19:32:21 2009 +0400
165
166 fec_mxc: driver for FEC ethernet controller on i.MX27
167
168 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
169 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
170
171 commit 0544c63681d2ea3607faf374e9c56f101e365b42
172 Author: Alessio Centazzo <centazzo@gmail.com>
173 Date: Sat Jul 11 11:56:06 2009 -0700
174
175 ppc4xx: Fixed compilation warning in 4xx_enet.c
176
177 This patch fixes a compilation warning for some Ethernet PHY-less
178 PPC4xx platforms (440SPE based ones) and a potential compilation
179 error for 440SP platforms (use of undefined 'ethgroup' variable).
180 In the original code and in case of 440SPE platforms, 'ethgroup'
181 is initialized to -1 and never modified. Later in the function,
182 within an #ifdef statement, an 'if statement' executes code only
183 if 'ethgroup' is set to 4, therefore it is harmless to avoid
184 executing the 'if statement' by removing the CONFIG_440SPE from
185 the affected #ifdefs. In case of 440SP platforms with on-board
186 Ethernet PHY, 'ethgroup' is undefined but used (there are not such
187 platforms in the repository yet). All other architectures are not
188 affected by this change.
189
190 Signed-off-by: Alessio Centazzo acpatin@yahoo.com
191 Acked-by: Stefan Roese <sr@denx.de>
192 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
193
194 commit 09133f8580f0106429ba3600f1855bd3577ae58b
195 Author: Michael Zaidman <michael.zaidman@gmail.com>
196 Date: Tue Jul 14 23:37:12 2009 +0300
197
198 DHCP regression on 2009-06
199
200 Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
201 by initializing our IP addr to 0 in order to accept any IP addr
202 assigned to us by the DHCP/BOOTP/RARP server.
203
204 Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
205 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
206 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
207
208 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
209 Author: Prafulla Wadaskar <prafulla@marvell.com>
210 Date: Thu Jul 16 20:58:02 2009 +0530
211
212 net: phy: bugfixes: mv88E61xx multichip addressing support
213
214 With these fixes, this driver works properly for multi chip
215 addressging mode
216
217 Bugfixes:
218 1. Build error fixed for function mv88e61xx_busychk_multic-fixed
219 2. PHY dev address error detection- fixed
220 3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
221 4. invalid data read ptr was refered for RD_PHY in case of
222 multichip addressing mode -fixed
223
224 The Multichip Address mode is tested with RD6281A board having
225 MV88E6165 switch on it
226
227 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
228 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
229
230 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
231 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
232 Date: Wed Jul 8 13:05:11 2009 +0200
233
234 arm: Kirkwood: Check the error summary bit for error detection
235
236 The Marvell documentation for the 88f6281 states that the error coding
237 is only valid if the error summary and last frame bits in the transmit
238 descriptor status field are set. This patch adds checks for these for
239 transmit (I would get transmit errors on bootp with the current check,
240 which I believe are spurious).
241
242 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
243 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
244
245 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
246 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
247 Date: Wed Jul 8 13:03:18 2009 +0200
248
249 arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
250
251 kwgbe_send/recv both have loops waiting for the hardware to set a bit.
252 GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
253 patch uses readl to force a read from device memory. Other volatile
254 accesses have also been replaced with readl/writel where appropriate
255 (as per suggestions on the U-boot mailing list).
256
257 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
258 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
259
260 commit 3f6b18ffd94621625de961bc566022b0266790f5
261 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
262 Date: Thu Jul 2 13:21:22 2009 -0400
263
264 MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
265
266 This patch sets the returned value to 0xFFFF if the PHY does not exist
267 and does not assert Transfer Acknowledge. A NULL check for the value
268 pointer is also added for buffer overflow protection.
269
270 Without this patch 'mii info' will show 'phantom' devices because the
271 value will be not be initialized and return with some random value.
272
273 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
274 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
275
276 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
277 Author: Ben Warren <biggerbadderben@gmail.com>
278 Date: Mon Jul 20 22:01:11 2009 -0700
279
280 Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
281
282 All in-tree boards that use this controller have CONFIG_NET_MULTI added
283 Also:
284 - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
285 - cleaned up line lengths
286 - modified all boards that override weak function in this driver
287 - added
288
289 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
290 Tested-by: Mike Frysinger <vapier@gentoo.org>
291
292 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
293 Author: Ben Warren <biggerbadderben@gmail.com>
294 Date: Fri Jul 17 00:50:15 2009 -0700
295
296 Add warning about upcoming removal of old Ethernet API
297
298 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
299
300 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
301 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
302 Date: Thu Jul 2 16:15:13 2009 +0530
303
304 P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
305
306 These PHYs are on P2020RDB platform.
307
308 Also revamped Freescale copyright message in drivers/net/tsec.c.
309
310 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
311 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
312
313 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
314 Author: Robin Getz <rgetz@blackfin.uclinux.org>
315 Date: Mon Jul 20 14:53:54 2009 -0400
316
317 Add DNS support
318
319 On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
320
321 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
322 >
323 > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
324 > the serverip environment var is updated.
325 >
326 > Probably there are some cosmetic issues with the patch. Unfortunatly I
327 > do not have the time to correct these. So if anybody else likes DNS
328 > support in U-Boot and has the time, feel free to patch it in the main tree.
329
330 Here it is again - slightly modified & smaller:
331 - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
332 - README.dns is added
333 - syntax is changed (now takes a third option, the env var to store
334 the result in)
335 - add a random port() function in net.c
336 - sort Makefile in ./net/Makefile
337 - dns just returns unless a env var is given
338 - run through checkpatch, and clean up style issues
339 - remove packet from stack
340 - cleaned up some comments
341 - failure returns much faster (if server responds, don't wait for
342 timeout)
343 - use built in functions (memcpy) rather than byte copy.
344
345 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
346 Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
347 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
348
349 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
350 Author: Kim Phillips <kim.phillips@freescale.com>
351 Date: Fri Jul 17 12:17:00 2009 -0500
352
353 net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
354
355 fix this gcc 4.4 warning:
356
357 tsec.c: In function 'tsec_init':
358 tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
359
360 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
361 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
362
363 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
364 Author: Mike Frysinger <vapier@gentoo.org>
365 Date: Sat Jul 18 21:04:08 2009 -0400
366
367 net: rename NetRxPkt to NetRxPacket
368
369 The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
370 rename the minor detractor to follow suite.
371
372 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
373 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
374
375 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
376 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
377 Date: Thu Jun 25 16:33:04 2009 +0900
378
379 sh: sh_eth: Remove garbage from printf
380
381 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
382 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
383 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
384
385 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
386 Author: Andreas Pretzsch <apr@cn-eng.de>
387 Date: Thu Jul 9 21:50:05 2009 +0200
388
389 smc911x: add support for LAN9221
390
391 Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
392 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
393
394 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
395 Author: David Brownell <david-b@pacbell.net>
396 Date: Tue Jun 9 11:14:24 2009 -0700
397
398 rm9200 ethernet driver: board-specific quirk (csb337)
399
400 CSB337 boards originally shipped with MicroMonitor, not U-Boot;
401 and with a version using a different convention for recording
402 Ethernet addresses than anyone else. To avoid breaking Linux
403 when it uses U-Boot, have it use the same convention on that
404 hardware.
405
406 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
407 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
408
409 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
410 Author: Heiko Schocher <hs@denx.de>
411 Date: Thu Jul 16 09:58:31 2009 +0200
412
413 arm, kirkwood: added kw_gpio_set_valid() in gpio.h
414
415 Signed-off-by: Heiko Schocher <hs@denx.de>
416
417 commit ec16441085f471c03a8c0909579463e31e5b947a
418 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
419 Date: Mon Jun 29 14:45:08 2009 +0200
420
421 Kirkwood: add Marvell Kirkwood gpio driver
422
423 Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
424 Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
425 Tested-by: Heiko Schocher <hs@denx.de>
426
427 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
428 Author: Heiko Schocher <hs@denx.de>
429 Date: Thu Jul 16 09:59:10 2009 +0200
430
431 arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
432
433 Signed-off-by: Heiko Schocher <hs@denx.de>
434
435 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
436 Author: Prafulla Wadaskar <prafulla@marvell.com>
437 Date: Thu Jul 16 21:02:24 2009 +0530
438
439 Marvell RD6281A Board support
440
441 This is Marvell's 88F6281_A0 based reference design board
442
443 This patch is tested for-
444 1. Boot from DRAM/NAND flash/NFS
445 2. File transfer using tftp and loadb
446 3. NAND flash read/write/erase
447
448 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
449 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
450
451 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
452 Author: Piotr Ziecik <kosmo@semihalf.com>
453 Date: Fri Jul 17 16:35:19 2009 +0200
454
455 api: Fix broken build on ARM.
456
457 This patch fixes broken build introduced by commit
458 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
459 ifdef CONFIG_API already handle by the Makefile).
460
461 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
462
463 commit 48677a1ef5f82adca49145a7baf11ece77f51945
464 Author: Wolfgang Denk <wd@denx.de>
465 Date: Wed Jul 22 23:53:23 2009 +0200
466
467 Fix "ld: cannot find -lstubs" build error
468
469 Commit 1bc15386 moved the examples/ to examples/standalone but failed
470 to adapt the Makefiles that need to link against libstubs.a
471
472 Signed-off-by: Wolfgang Denk <wd@denx.de>
473 Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
474
475 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
476 Author: Wolfgang Denk <wd@denx.de>
477 Date: Sat Jul 18 20:47:36 2009 +0200
478
479 at91cap9adk: fix #ifdef/#endif pairing
480
481 The #ifdef/#endif pairing in this file was obviously messed up.
482
483 Signed-off-by: Wolfgang Denk <wd@denx.de>
484
485 commit 6b96a20d512b04a808438553874c00cf40812c44
486 Author: Minkyu Kang <mk7.kang@samsung.com>
487 Date: Mon Jul 20 11:40:01 2009 +0900
488
489 ARM Cortex A8: Move OMAP3 specific reset handler
490
491 Because of the reset_cpu is soc specific, should be move to soc
492
493 Cc: Dirk Behme <dirk.behme@googlemail.com>
494 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
495
496 commit 048e7efe91f66094f868281c12e488ce2bae8976
497 Author: Kumar Gala <galak@kernel.crashing.org>
498 Date: Wed Jul 22 10:12:39 2009 -0500
499
500 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
501
502 The pixis code used in8/out8 all over the place. Replace it with
503 in_8/out_8 macros.
504
505 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
506
507 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
508 Author: Peter Tyser <ptyser@xes-inc.com>
509 Date: Tue Jul 21 13:51:08 2009 -0500
510
511 xpedite5370: Enable NAND command support
512
513 Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
514 via the 'nand' command.
515
516 Previously, the XPedite5370's NAND chip selects were properly
517 configured, but NAND support was not enabled.
518
519 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
520 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
521
522 commit 39121c0896a6760bd436d88c17892f49a97902d0
523 Author: Peter Tyser <ptyser@xes-inc.com>
524 Date: Tue Jul 21 13:51:07 2009 -0500
525
526 xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
527
528 Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
529 support uncompressing images larger than 8 MB when using the bootm
530 command.
531
532 Note that recent Linux kernels for the 85xx and 86xx map greater than
533 16MB of memory on bootup, but we use 16MB to maintain compatibility with
534 older Linux kernels for now.
535
536 Signed-off-by: Nate Case <ncase@xes-inc.com>
537 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
538 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
539
540 commit 58f31b602dfd52eb7836ab82caa587514e046f02
541 Author: Peter Tyser <ptyser@xes-inc.com>
542 Date: Sun Jul 19 19:17:41 2009 -0500
543
544 xpedite5370: Fix I2C GPIO initialization typo
545
546 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
547 Acked-by: Heiko Schocher<hs@denx.de>
548 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
549
550 commit 5ff821006c6e7647d183ea95817044943bb22e7e
551 Author: Peter Tyser <ptyser@xes-inc.com>
552 Date: Sun Jul 19 19:17:40 2009 -0500
553
554 xpedite5200,5370: Use buffered NOR flash writes
555
556 Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
557 improve NOR flash write speeds
558
559 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
560 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
561
562 commit d9c147f371800a479a507a816b2fe572c97da197
563 Author: Peter Tyser <ptyser@xes-inc.com>
564 Date: Fri Jul 17 10:14:48 2009 -0500
565
566 85xx, 86xx: Add common board_add_ram_info()
567
568 Previously, 85xx and 86xx boards would display DRAM information on
569 bootup such as:
570
571 ...
572 I2C: ready
573 DRAM:
574 Memory controller interleaving enabled: Bank interleaving!
575 2 GB
576 FLASH: 256 MB
577 ...
578
579 This patch moves the printing of the DRAM controller configuration to a
580 common board_add_ram_info() function which prints out DDR type, width,
581 CAS latency, and ECC mode. It also makes the DDR interleaving
582 information print out in a more sane manner:
583
584 ...
585 I2C: ready
586 DRAM: 2 GB (DDR2, 64-bit, CL=4, ECC on)
587 DDR Controller Interleaving Mode: bank
588 FLASH: 256 MB
589 ...
590
591 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
592 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
593
594 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
595 Author: Peter Tyser <ptyser@xes-inc.com>
596 Date: Fri Jul 17 10:14:47 2009 -0500
597
598 tqm85xx: Remove board_add_ram_info()
599
600 This is in preparation for adding one common 8xxx board_add_ram_info()
601 function for all 8xxx boards
602
603 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
604 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
605
606 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
607 Author: Peter Tyser <ptyser@xes-inc.com>
608 Date: Fri Jul 17 10:14:46 2009 -0500
609
610 xes: Remove 8xxx board_add_ram_info() function
611
612 This is in preparation for adding one common 8xxx board_add_ram_info()
613 fuction for all 8xxx boards
614
615 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
616 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
617
618 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
619 Author: Peter Tyser <ptyser@xes-inc.com>
620 Date: Fri Jul 17 10:14:45 2009 -0500
621
622 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
623
624 Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
625 the 86xx user's manual and other Freescale architectures
626
627 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
628 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
629
630 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
631 Author: Roy Zang <tie-fei.zang@freescale.com>
632 Date: Thu Jul 9 10:05:48 2009 +0800
633
634 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
635
636 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
637 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
638
639 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
640 Author: Kumar Gala <galak@kernel.crashing.org>
641 Date: Tue Jul 14 22:42:01 2009 -0500
642
643 85xx: Report which "bank" of NOR flash we are booting from on FSL boards
644
645 The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
646 swizzling the upper address bits of the NOR flash we boot out of which
647 creates the concept of "virtual" banks. This is useful in that we can
648 flash a test of image of u-boot and reset to one of the virtual banks
649 while still maintaining a working image in "bank 0".
650
651 The PIXIS FPGA exposes registers on LBC which we can use to determine
652 which "bank" we are booting out of (as well as setting which bank to
653 boot out of).
654
655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
656
657 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
658 Author: Kumar Gala <galak@kernel.crashing.org>
659 Date: Wed Jul 15 13:45:00 2009 -0500
660
661 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
662
663 The MPC8641HPCN board is capable of swizzling the upper address bit of
664 the NOR flash we boot out of which creates the concept of "virtual"
665 banks. This is useful in that we can flash a test of image of u-boot
666 and reset to one of the virtual banks while still maintaining a
667 working image in "bank 0".
668
669 The PIXIS FPGA exposes registers on LBC which we can use to determine
670 which "bank" we are booting out of (as well as setting which bank to
671 boot out of).
672
673 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
674
675 commit caf72ff329759b4da71352ab098537c7698c0e9f
676 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
677 Date: Tue Jul 21 10:45:49 2009 +0200
678
679 Refresh LZMA-lib to v4.65
680
681 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
682
683 commit 70ebf31633f372a24505e47846b2628e8435ea37
684 Author: Wolfgang Denk <wd@denx.de>
685 Date: Fri Jul 17 23:35:29 2009 +0200
686
687 AT91: factor out ROUND() macro
688
689 A large number of boards (all AT91 based) duplicated the ROUND()
690 macro in their board specific config files. Add the definition to
691 include/common.h and clean up the board config files.
692
693 Signed-off-by: Wolfgang Denk <wd@denx.de>
694
695 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
696 Author: Kumar Gala <galak@kernel.crashing.org>
697 Date: Wed Jul 15 08:54:50 2009 -0500
698
699 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
700
701 We have always mapped at least 16M in the kernel and we have seen cases
702 with new kernel features that a kernel image needs more than 8M of
703 memory.
704
705 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
706
707 commit d4abc757c26c531293f5bbc4262ade44a317eec9
708 Author: Peter Tyser <ptyser@xes-inc.com>
709 Date: Mon Jul 20 19:02:21 2009 -0500
710
711 Move api_examples to examples/api
712
713 Also add a rule to remove demo.bin which was previously leftover
714 after a "make clean"
715
716 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
717
718 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
719 Author: Heiko Schocher <hs@denx.de>
720 Date: Tue Jul 21 06:37:28 2009 +0200
721
722 83xx, kmeter: fix compile error
723
724 CONFIG_SYS_MALLOC_LEN is defined in the board config, and
725 the keymile-common.h, which collects common options used
726 by all keymile-boards. This results in a compile error
727 when compiling the kmeter1 board. So remove this define
728 in the board config file.
729
730 Signed-off-by: Heiko Schocher <hs@denx.de>
731
732 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
733 Author: Heiko Schocher <hs@denx.de>
734 Date: Thu Jul 9 12:04:26 2009 +0200
735
736 i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
737
738 This patch adds the possibility to call a board specific
739 i2c bus reset routine for the fsl_i2c bus driver, and adds
740 this option for the keymile kmeter1 board.
741
742 The deblock sequence for this board is implemented and
743 tested in the following way:
744
745 CR = 0x20 (release SDA and SCL pin)
746 CR = 0xa0 (start read)
747 dummy read
748 dummy read
749 if 2. dummy read == 0x00
750 3. dummy read
751
752 CR = 0x80 (SDA and SCL now 1 SR = 0x86)
753 CR = 0x00 (Modul reset SR=0x81)
754 CR = 0x80 (SDA and SCL = 1, SR = 0x81)
755
756 Signed-off-by: Heiko Schocher <hs@denx.de>
757
758 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
759 Author: Peter Tyser <ptyser@xes-inc.com>
760 Date: Fri Jul 10 11:03:19 2009 -0500
761
762 Move examples/ to examples/standalone
763
764 The current files in examples are all standalone application examples,
765 so put them in their own subdirectory for organizational purposes
766
767 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
768
769 commit b220c64d86f7c705a183302c3b50076d7e5d876c
770 Author: Peter Tyser <ptyser@xes-inc.com>
771 Date: Fri Jul 10 11:03:15 2009 -0500
772
773 Move architecture specific config.mk files into subdirs
774
775 This cleans up U-Boot's toplevel directory a bit and makes the
776 architecture 'config.mk' file naming and location similar to board
777 and cpu 'config.mk' files
778
779 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
780
781 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
782 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
783 Date: Fri Jul 10 18:25:34 2009 +0800
784
785 Add "tags" to .gitignore file.
786
787 Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
788 Signed-off-by: Wolfgang Denk <wd@denx.de>
789
790 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
791 Author: Heiko Schocher <hs@denx.de>
792 Date: Thu Jul 9 12:04:18 2009 +0200
793
794 powerpc: updates for the keymile boards
795
796 - CONFIG_SYS_MAX_I2C_BUS changed to 1
797 We use only one I2C hardwarecontroller on this boards, so
798 change the CONFIG_SYS_MAX_I2C_BUS to 1.
799 - common: dont print errormsg if second IVM Block lacks.
800 - 82xx, mgcoge: fix double mtdpart entry in environment
801 - 82xx, mgcoge: activate on second Flash the second bank.
802 - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
803 - common: Change malloc size to 1MByte for all Keymile boards
804 We need a bigger malloc area for the environment support (128k)
805 on some Keymile boards (kmeter1) and the upcoming UBI support.
806 Change it to 1MB for all Keymile boards to be on the save side.
807 Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
808 UBI/UBIFS support.
809 - Add UBI support to all Keymile boards
810 - change manner of writing "/localbus/ranges" node
811 instead of writting the complete "/localbus/ranges" node
812 before booting Linux, only update the ranges entries
813 which gets dynamical detected (size of flashes).
814 This is needed, because keymile adds in the DTS
815 "/localbus/ranges" node entries, which u-boot must
816 not overwrite/delete.
817 - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
818 The Intel P30 chip has 2 non-identical chips on
819 one die, so we need to define 2 seperate regions
820 that are scanned by physmap_of independantly.
821 - kmeter1: Add MTD concat support to Keymile boards
822 - 82xx, mgcoge: add "unlock=yes" to default environment
823 - added CONFIG_MTD_DEVICE to get in sync with mainline code
824
825 Signed-off-by: Heiko Schocher <hs@denx.de>
826 Signed-off-by: Stefan Roese <sr@denx.de>
827
828 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
829 Author: galak <galak@ducky.am.freescale.net>
830 Date: Tue Jul 7 15:53:21 2009 -0500
831
832 fsl_sata: Fix compiler warnings shown by gcc-4.4
833
834 Update fsl_sata to use common structures instead of casting
835 back and forth between the fsl specific ones and the common ones
836 (which are identical).
837
838 fsl_sata.c: In function 'scan_sata':
839 fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
840 fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
841 fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
842 fsl_sata.c:545: note: initialized from here
843 fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
844 fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
845 fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
846 fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
847 fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
848 ...
849
850 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
851
852 commit 20938e54a207472a090f04f20f30c9e32b14137e
853 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
854 Date: Tue Jul 7 15:58:51 2009 +0200
855
856 Add unaligned.h for arm
857
858 This patch adds unaligned.h for ARM (needed to build with LZO
859 compression). The file is taken from the linux kernel, but includes
860 u-boot headers instead.
861
862 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
863 Acked-by: Stefan Roese <sr@denx.de>
864
865 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
866 Author: Peter Tyser <ptyser@xes-inc.com>
867 Date: Sun Jul 19 19:17:42 2009 -0500
868
869 Remove last remanants of unused CONFIG_I2C_CMD_TREE
870
871 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
872
873 commit f6ca3b70949790ab5438d6c9a592216cc3616110
874 Author: Andrzej Wolski <awolski@poczta.fm>
875 Date: Fri Jul 17 22:26:54 2009 +0200
876
877 ubi: help message correction
878
879 Fix incorrect information about size units and correct typo.
880
881 Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
882 Signed-off-by: Stefan Roese <sr@denx.de>
883
884 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
885 Author: Peter Tyser <ptyser@xes-inc.com>
886 Date: Sun Jul 19 19:17:42 2009 -0500
887
888 Remove last remanants of unused CONFIG_I2C_CMD_TREE
889
890 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
891
892 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
893 Author: Andrzej Wolski <awolski@poczta.fm>
894 Date: Fri Jul 17 22:26:54 2009 +0200
895
896 ubi: help message correction
897
898 Fix incorrect information about size units and correct typo.
899
900 Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
901 Signed-off-by: Stefan Roese <sr@denx.de>
902
903 commit b86b85e2611d57d834795a92453431a1a340c3c9
904 Author: Ilya Yanok <yanok@emcraft.com>
905 Date: Mon Jun 29 17:53:16 2009 +0400
906
907 mmc: set bus width to 1 and clock to minimum early during initialization
908
909 We need to switch back to 1-bit before initialization or SD 2.0 cards
910 will fail to send SCR if we've switched to 4-bit already.
911
912 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
913
914 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
915 Author: Shinya Kuribayashi <skuribay@pobox.com>
916 Date: Sat Jun 20 19:14:33 2009 +0900
917
918 config.mk: Remove unused HPATH
919
920 This variable is not unused anywhere.
921
922 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
923
924 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
925 Author: Grzegorz Bernacki <gjb@semihalf.com>
926 Date: Wed Jun 17 16:20:14 2009 +0200
927
928 digsy mtc: Enable command line history.
929
930 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
931
932 commit 37566090766d61beef70c62986b90749920255d8
933 Author: Mike Frysinger <vapier@gentoo.org>
934 Date: Thu Jul 2 19:23:25 2009 -0400
935
936 compiler.h: unify system ifdef cruft here
937
938 Shove a lot of the HOSTCC and related #ifdef checking crap into the new
939 compiler.h header so that we can keep all other headers nice and clean.
940
941 Also introduce custom uswap functions so we don't have to rely on the non
942 standard implementations that a host may (or may not in the case of OS X)
943 provide. This allows mkimage to finally build cleanly on an OS X system.
944
945 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
946
947 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
948 Author: Kim Phillips <kim.phillips@freescale.com>
949 Date: Mon Jun 15 11:50:40 2009 -0500
950
951 common: fix 'dummy' is used uninitialized in this function warning
952
953 fix this gcc 4.4 warning:
954
955 xyzModem.c: In function 'xyzModem_stream_open':
956 xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
957
958 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
959
960 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
961 Author: Mike Frysinger <vapier@gentoo.org>
962 Date: Sun Jun 14 23:33:14 2009 -0400
963
964 push CROSS_COMPILE out to $(ARCH)_config.mk
965
966 Each arch should handle setting a proper default CROSS_COMPILE value in
967 their own config.mk file rather than having to maintain a large ugly list
968 in the Makefile. By using conditional assignment, we don't have to worry
969 about the variable already being set (env/cmdline/etc...).
970
971 The common config.mk file takes care of exporting CROSS_COMPILE already,
972 and while a few variables (toolchain ones) utilize CROSS_COMPILE before
973 including the arch config.mk, they do so with deferred assignment.
974
975 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
976
977 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
978 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
979 Date: Sat Jun 13 12:55:37 2009 +0200
980
981 malloc.h: protect it against multiple include
982
983 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
984
985 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
986 Author: Wolfgang Denk <wd@denx.de>
987 Date: Sun Jul 19 19:37:24 2009 +0200
988
989 Fix boards broken after removal of legacy NAND and DoC support
990
991 Commit 2419169f removed support for legacy NAND and disk on chip but
992 missed to update the code for a few boards. This patch fixes the
993 resulting build issues.
994
995 Signed-off-by: Wolfgang Denk <wd@denx.de>
996
997 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
998 Author: Wolfgang Denk <wd@denx.de>
999 Date: Sun Jul 19 19:32:37 2009 +0200
1000
1001 cmd_flash.c: fix fix compile error for boards with DataFlash
1002
1003 Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
1004 'addr_first'/'addr_last'") changed the #ifdef logic areound the
1005 declaration of these variables and missed a combination of settings
1006 of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
1007
1008 Also spotted by Alessandro Rubini <rubini@gnudd.com>
1009
1010 Signed-off-by: Wolfgang Denk <wd@denx.de>
1011
1012 commit 341245a28830d3261c41b09d958eeea7bb93587a
1013 Author: Wolfgang Denk <wd@denx.de>
1014 Date: Sun Jul 19 12:05:15 2009 +0200
1015
1016 pcm030: fix out-of-tree building
1017
1018 Commit 0a87dd90 that was supposed to fix out-of-tree building for the
1019 pcm030 board was unfortunately incomplete.
1020
1021 Signed-off-by: Wolfgang Denk <wd@denx.de>
1022
1023 commit 8bf29b59fce8cc381114929082202d800e313ad5
1024 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
1025 Date: Tue Jul 7 13:58:51 2009 +0200
1026
1027 Add unaligned.h for arm
1028
1029 This patch adds unaligned.h for ARM (needed to build with LZO
1030 compression). The file is taken from the linux kernel, but includes
1031 u-boot headers instead.
1032
1033 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
1034 Acked-by: Stefan Roese <sr@denx.de>
1035
1036 commit e405afab1dda66c9df3733f6b779d72fc36a0162
1037 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
1038 Date: Fri Jun 12 18:10:12 2009 +0900
1039
1040 Canyonlands SATA harddisk driver
1041
1042 This patch adds a SATA harddisk driver for the canyonlands.
1043 This patch is kernel driver's porting.
1044 This patch corresponded to not cmd_scsi but cmd_sata.
1045 This patch divided an unused member with ifndef __U_BOOT__ in the structure.
1046
1047 [environment variable, boot script]
1048 setenv bootargs root=/dev/sda7 rw
1049 setenv bootargs ${bootargs} console=ttyS0,115200
1050 ext2load sata 0:2 0x400000 /canyonlands/uImage
1051 ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
1052 fdt addr 0x800000 0x4000
1053 bootm 0x400000 - 0x800000
1054
1055 If you drive SATA-2 disk on Canyonlands, you must change parts from
1056 PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
1057 following disks:
1058
1059 1.Vendor: Fujitsu Type: MHW2040BS
1060 2.Vendor: Fujitsu Type: MHW2060BK
1061 3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
1062 4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
1063 5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
1064 6.Vendor: Hitachi Type: HTS543232L9A300 (CONFIG_LBA48 required)
1065 7.Vendor: Seagate Type: ST31000333AS (CONFIG_LBA48 required)
1066 8.Vendor: Transcend Type: TS32GSSD25S-M
1067 9.Vendor: MTRON Type: MSD-SATA1525-016
1068
1069 Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
1070
1071 commit 52a0e2dee90c17e39634de814b16b96061cfb472
1072 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1073 Date: Wed Jun 10 19:09:40 2009 +0200
1074
1075 Add support for the Tundra TSI148 VME-bridge
1076
1077 From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1078
1079 This patch adds support for the Tundra TSI148 VME-bridge. It's used on
1080 the upcoming esd VME8349 board.
1081
1082 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1083 Signed-off-by: Stefan Roese <sr@denx.de>
1084
1085 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
1086 Author: Mike Frysinger <vapier@gentoo.org>
1087 Date: Thu Jul 16 19:05:30 2009 -0400
1088
1089 Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
1090
1091 MAC addresses should not be hardcoded in boards to avoid random link level
1092 conflicts.
1093
1094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1095
1096 commit baf357050353aee30c04f3f4b868426cb54468ca
1097 Author: Mike Frysinger <vapier@gentoo.org>
1098 Date: Fri Jul 10 10:42:06 2009 -0400
1099
1100 Blackfin: bf533-stamp: back down SCLK a bit
1101
1102 While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
1103 SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
1104 the shortened SDRAM traces. So lower the SCLK speed down to a value that
1105 all three can handle.
1106
1107 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1108
1109 commit 490fe7349102012c48730f6fc14ef36c8d155068
1110 Author: Mike Frysinger <vapier@gentoo.org>
1111 Date: Thu Jul 9 20:56:56 2009 -0400
1112
1113 Blackfin: split cpu COBJS into multilines
1114
1115 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1116
1117 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
1118 Author: Mike Frysinger <vapier@gentoo.org>
1119 Date: Thu Jul 9 01:15:05 2009 -0400
1120
1121 Blackfin: add os log functions
1122
1123 Part of the mini Blackfin ABI with operating systems is that they can use
1124 0x4f0-0x4f8 to pass log buffers to/from bootloaders. So add support to
1125 U-Boot for reading the log buffer.
1126
1127 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1128
1129 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
1130 Author: Kim Phillips <kim.phillips@freescale.com>
1131 Date: Sat Jul 18 18:42:13 2009 -0500
1132
1133 mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
1134
1135 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1136
1137 commit d39041fcadb1231430201d298c31f6be03d654f7
1138 Author: Wolfgang Denk <wd@denx.de>
1139 Date: Sun Jul 19 01:15:52 2009 +0200
1140
1141 PATI board: fix compiler warnings
1142
1143 Fix these:
1144 pati.c: In function 'checkboard':
1145 pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
1146 ../common/flash.c: In function 'write_word':
1147 ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
1148 cmd_pati.c: In function 'do_pati':
1149 cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
1150
1151 Signed-off-by: Wolfgang Denk <wd@denx.de>
1152
1153 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
1154 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1155 Date: Sat May 16 12:14:56 2009 +0200
1156
1157 mpl: printing current stdio devices cleanup
1158
1159 Currently the mpl boards duplicate the code to print the current
1160 devices from common/console.c; use stdio_print_current_devices()
1161 instead
1162
1163 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1164
1165 Edited commit message.
1166
1167 Signed-off-by: Wolfgang Denk <wd@denx.de>
1168
1169 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
1170 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1171 Date: Sat May 16 12:14:55 2009 +0200
1172
1173 console: unify printing current devices
1174
1175 Create stdio_print_current_devices() for this purpose
1176
1177 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1178
1179 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
1180 Author: Wolfgang Denk <wd@denx.de>
1181 Date: Sat Jul 18 23:18:14 2009 +0200
1182
1183 cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
1184
1185 Signed-off-by: Wolfgang Denk <wd@denx.de>
1186
1187 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
1188 Author: Tom Rix <Tom.Rix@windriver.com>
1189 Date: Tue Jun 30 15:04:13 2009 -0500
1190
1191 OMAP3 Fix compiler warning for v7_flush_dcache_all
1192
1193 On build of omap3 targets in MAKEALL, the *.ERR files have
1194
1195 cpu.c: In function 'cleanup_before_linux':
1196 cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
1197 cpu.c:64: warning: implicit declaration of function 'get_device_type
1198
1199 The functions v7_flush_dcache_all and get_device_type are declared
1200 in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
1201 declare the functions.
1202
1203 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1204
1205 commit dba107b967332fc8a35867f4d58038626c968800
1206 Author: Wolfgang Denk <wd@denx.de>
1207 Date: Sat Jul 18 22:09:38 2009 +0200
1208
1209 ARM: make split_by_variant.sh output more useful
1210
1211 The board/armltd/integrator/split_by_variant.sh script used to print
1212 "Configuring for integrator*p board..." no matter which board name
1213 was being compiled. This made it difficult to match MAKEALL output to
1214 board names. This patch fixes this.
1215
1216 Signed-off-by: Wolfgang Denk <wd@denx.de>
1217
1218 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
1219 Author: Wolfgang Denk <wd@denx.de>
1220 Date: Sat Jul 18 21:52:24 2009 +0200
1221
1222 NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
1223
1224 Commit 8d2effea added a warning for configurations that use NAND
1225 without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
1226 failed to fix the affected boards.
1227
1228 This patch covers the non-PPC boards that were missed in the previous
1229 patch (commit 170c1972).
1230
1231 Signed-off-by: Wolfgang Denk <wd@denx.de>
1232
1233 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
1234 Author: Wolfgang Denk <wd@denx.de>
1235 Date: Sat Jul 18 20:46:38 2009 +0200
1236
1237 at91cap9adk: fix #ifdef/#endif pairing
1238
1239 The #ifdef/#endif pairing in this file was obviously messed up.
1240
1241 Signed-off-by: Wolfgang Denk <wd@denx.de>
1242
1243 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
1244 Author: Prafulla Wadaskar <prafulla@marvell.com>
1245 Date: Thu Jul 16 20:58:01 2009 +0530
1246
1247 Marvell MV88F6281GTW_GE Board support
1248
1249 This is Marvell's 88F6281_A0 based custom board developed
1250 for wireless access point product
1251
1252 This patch is tested for-
1253 1. Boot from DRAM/SPI flash/NFS
1254 2. File transfer using tftp and loadb
1255 3. SPI flash read/write/erase
1256 4. Booting Linux kernel and RFS from SPI flash
1257 5. Boot from USB supported
1258
1259 Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
1260 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1261
1262 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
1263 Author: Prafulla Wadaskar <prafulla@marvell.com>
1264 Date: Thu Jul 16 20:58:00 2009 +0530
1265
1266 Marvell Sheevaplug Board support
1267
1268 Reference:
1269 http://plugcomputer.org/
1270 http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
1271
1272 This patch is tested for-
1273 1. Boot from DRAM/NAND flash
1274 2. File transfer using tftp
1275 3. NAND flash read/write/erase
1276 4. Linux kernel and RFS Boot from NAND
1277 5. Enabled USB PHY init for kernel need
1278 6. Boot from USB supported
1279
1280 Note: to boot Kirkwood kernel with USB support,
1281 you should add "usb start" in the boot sequence
1282
1283 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1284
1285 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
1286 Author: Wolfgang Denk <wd@denx.de>
1287 Date: Sat Jul 18 18:00:25 2009 +0200
1288
1289 pcm030: fix out-of-tree building
1290
1291 Commit c9969947, which added support for the pcm030 board
1292 (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
1293
1294 Signed-off-by: Wolfgang Denk <wd@denx.de>
1295
1296 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
1297 Author: Wolfgang Denk <wd@denx.de>
1298 Date: Sat Jul 18 16:36:11 2009 +0200
1299
1300 MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
1301
1302 Signed-off-by: Wolfgang Denk <wd@denx.de>
1303
1304 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
1305 Author: Wolfgang Denk <wd@denx.de>
1306 Date: Sat Jul 18 16:13:18 2009 +0200
1307
1308 8xxx: fix warning: implicit declaration of function 'uec_standard_init'
1309
1310 Commit 8e55258f created function uec_standard_init() to initialize
1311 all UEC interfaces for 83xx and 85xx but failed to provide a
1312 prototype for it.
1313
1314 Signed-off-by: Wolfgang Denk <wd@denx.de>
1315
1316 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
1317 Author: Wolfgang Denk <wd@denx.de>
1318 Date: Sat Jul 18 15:46:02 2009 +0200
1319
1320 MIP405T: fix compile problem
1321
1322 The "stdio/device: rework function naming convention" patch
1323 (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
1324
1325 Signed-off-by: Wolfgang Denk <wd@denx.de>
1326
1327 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
1328 Author: Wolfgang Denk <wd@denx.de>
1329 Date: Sat Jul 18 15:32:10 2009 +0200
1330
1331 NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
1332
1333 Commit 8d2effea added a warning for configurations that use NAND
1334 without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
1335 failed to fix the affected boards.
1336
1337 Signed-off-by: Wolfgang Denk <wd@denx.de>
1338
1339 commit 6e897a661fb9968ce354165a12cce82e4b889e04
1340 Author: Wolfgang Denk <wd@denx.de>
1341 Date: Sat Jul 18 15:05:44 2009 +0200
1342
1343 CPCI750: fix compile problem
1344
1345 Commit bc0d3296 removed ppc_error_no.h from Marvell boards
1346 but forgot to update board/esd/cpci750/mv_eth.h
1347
1348 Signed-off-by: Wolfgang Denk <wd@denx.de>
1349
1350 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
1351 Author: Alessandro Rubini <rubini-list@gnudd.com>
1352 Date: Fri Jul 17 14:42:11 2009 +0200
1353
1354 cmd_i2c: bugfix: add missing brace
1355
1356 The sub-command parser missed a brace, so "return 0;" is always
1357 taken and no error message is diplayed if you say "i2c scan"
1358 instead of "i2c probe", for example.
1359
1360 Proper brace is added. Also, a misleading and unneeded else
1361 is removed.
1362
1363 Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
1364
1365 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
1366 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1367 Date: Sat May 16 12:14:54 2009 +0200
1368
1369 stdio/device: rework function naming convention
1370
1371 So far the console API uses the following naming convention:
1372
1373 ======Extract======
1374 typedef struct device_t;
1375
1376 int device_register (device_t * dev);
1377 int devices_init (void);
1378 int device_deregister(char *devname);
1379 struct list_head* device_get_list(void);
1380 device_t* device_get_by_name(char* name);
1381 device_t* device_clone(device_t *dev);
1382 =======
1383
1384 which is too generic and confusing.
1385
1386 Instead of using device_XX and device_t we change this
1387 into stdio_XX and stdio_dev
1388
1389 This will also allow to add later a generic device mechanism in order
1390 to have support for multiple devices and driver instances.
1391
1392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1393
1394 Edited commit message.
1395
1396 Signed-off-by: Wolfgang Denk <wd@denx.de>
1397
1398 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
1399 Author: Peter Tyser <ptyser@xes-inc.com>
1400 Date: Wed Jul 15 00:01:08 2009 -0500
1401
1402 ppc: Fix compile error for boards with CONFIG_DDR_ECC
1403
1404 A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
1405 which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
1406 defined and resulted in errors such as:
1407
1408 Configuring for canyonlands board...
1409 fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
1410 processor"
1411 make[1]: *** No rule to make target `.depend', needed by `libdma.a'. Stop.
1412
1413 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1414
1415 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
1416 Author: Prafulla Wadaskar <prafulla@marvell.com>
1417 Date: Thu Jul 16 20:57:59 2009 +0530
1418
1419 include/config_cmd_default.h cleanup
1420
1421 arranged configurations in alphabetical order
1422 CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
1423
1424 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1425
1426 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
1427 Author: Mike Frysinger <vapier@gentoo.org>
1428 Date: Sun Jun 14 21:35:22 2009 -0400
1429
1430 sata: namespace curr_device variable
1431
1432 The curr_device variable really should be namespaced with a "sata_" prefix
1433 since it is only used by the sata code. It also avoids random conflicts
1434 with other pieces of code (like cmd_mmc):
1435 common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
1436 multiple definition of `curr_device'
1437 common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
1438
1439 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1440
1441 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
1442 Author: Mike Frysinger <vapier@gentoo.org>
1443 Date: Sun Jun 14 21:35:21 2009 -0400
1444
1445 cmd_mmc: make curr_device static
1446
1447 The curr_device variable isn't used outside of cmd_mmc, so mark it static
1448 to avoid conflicts with other pieces of code (like sata which also exports
1449 a curr_device). Otherwise we end up with stuff like:
1450 common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
1451 multiple definition of `curr_device'
1452 common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
1453
1454 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1455
1456 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
1457 Author: Mike Frysinger <vapier@gentoo.org>
1458 Date: Sun Jun 14 21:35:16 2009 -0400
1459
1460 envcrc: add missing dependencies on env storage
1461
1462 When the envcrc building was made conditional, it missed a bunch of env
1463 storage types, so add all currently supported types.
1464
1465 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1466
1467 commit 2419169f5749d7af501b3b77a5336d1d535320de
1468 Author: Scott Wood <scottwood@freescale.com>
1469 Date: Thu Jul 16 19:08:04 2009 -0500
1470
1471 Remove legacy NAND and disk on chip references from boards.
1472
1473 Signed-off-by: Scott Wood <scottwood@freescale.com>
1474
1475 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
1476 Author: Shinya Kuribayashi <skuribay@pobox.com>
1477 Date: Sat Jun 20 19:10:14 2009 +0900
1478
1479 config.mk: Remove $(PCI_CLOCK) reference
1480
1481 The following commit introduced $(PCI_CLOCK) reference so that
1482 we could tweak `PCI_66M' definition via an environment variable.
1483
1484 > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
1485 > Author: Eran Liberty <liberty@freescale.com>
1486 > Date: Thu Jul 28 10:08:46 2005 -0500
1487 >
1488 > * Patch by Eran Liberty
1489 > Add support for the Freescale MPC8349ADS board.
1490
1491 But I suggest a removal of it for the following reasons:
1492
1493 * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
1494 and it seems that MPC8349EMDS port is PCI_66M free.
1495
1496 * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
1497 but they don't need $(PCI_CLOCK) environment variable at all.
1498 PCI_66M is automatically configured via $(BOARD)_config names
1499 with the help of $(findstring _66_,$@).
1500
1501 * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
1502 so only a few people know the existence of it these days.
1503
1504 * Keep config.mk independent from $(BOARD) as much as possible.
1505
1506 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
1507 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1508
1509 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
1510 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1511 Date: Sat May 23 21:42:36 2009 +0200
1512
1513 fix: missing autoconfig.mk from general Makefile
1514
1515 At the first run of make we generate the autoconf.mk and
1516 autoconf.mk.dep if not already the case and we currently include only
1517 to .dep
1518
1519 In order to use these autogenerated values we need to include it also
1520 even if it's included in config.mk but it's done before their
1521 generation
1522
1523 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1524 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1525
1526 commit 1ca298ced07327749b54321815f76fcddb2f9479
1527 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
1528 Date: Thu Jul 9 16:07:30 2009 +0200
1529
1530 Added support for splash screen positioning
1531
1532 This patch adds support splash image positioning by adding an
1533 additional variable "splashpos" to the environment. Please see
1534 README for details.
1535
1536 Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
1537 Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1538 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1539
1540 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
1541 Author: Anatolij Gustschin <agust@denx.de>
1542 Date: Tue Jul 7 13:11:36 2009 +0200
1543
1544 video: mb862xx: replace printf with puts
1545
1546 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1547
1548 commit cce99b2a7dd80683d61360aee56a6ece344950b2
1549 Author: Anatolij Gustschin <agust@denx.de>
1550 Date: Tue Jul 7 13:27:07 2009 +0200
1551
1552 video: mb862xx: use macros instead of magic numbers
1553
1554 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1555
1556 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
1557 Author: Anatolij Gustschin <agust@denx.de>
1558 Date: Tue Jul 7 13:24:08 2009 +0200
1559
1560 video: mb862xx: fix coding style and remove dead code
1561
1562 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1563
1564 commit 292ed489dba8cc97b458579003a8001cd4703cd8
1565 Author: Michal Simek <monstr@monstr.eu>
1566 Date: Tue Jun 30 12:03:50 2009 +0200
1567
1568 microblaze: Remove ignored return type for __arch__swab16 function
1569
1570 This change remove compilation warnings.
1571
1572 Signed-off-by: Michal Simek <monstr@monstr.eu>
1573
1574 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
1575 Author: Michal Simek <monstr@monstr.eu>
1576 Date: Tue Jun 30 12:02:45 2009 +0200
1577
1578 microblaze: Removed unused variables
1579
1580 Signed-off-by: Michal Simek <monstr@monstr.eu>
1581
1582 commit be33b046b549ad88c204c209508cd7657232ffbd
1583 Author: Scott Wood <scottwood@freescale.com>
1584 Date: Wed Apr 1 15:02:13 2009 -0500
1585
1586 Remove legacy NAND and disk on chip code.
1587
1588 Legacy NAND had been scheduled for removal. Any boards that use this
1589 were already not building in the previous release due to an #error.
1590
1591 The disk on chip code in common/cmd_doc.c relies on legacy NAND,
1592 and it has also been removed. There is newer disk on chip code
1593 in drivers/mtd/nand; someone with access to hardware and sufficient
1594 time and motivation can try to get that working, but for now disk
1595 on chip is not supported.
1596
1597 Signed-off-by: Scott Wood <scottwood@freescale.com>
1598
1599 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
1600 Author: Stefan Roese <sr@denx.de>
1601 Date: Thu Jun 4 16:40:36 2009 +0200
1602
1603 nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
1604
1605 This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
1606 defines such a 4k plus 218 bytes ECC layout.
1607
1608 Signed-off-by: Stefan Roese <sr@denx.de>
1609 Cc: Scott Wood <scottwood@freescale.com>
1610 Signed-off-by: Scott Wood <scottwood@freescale.com>
1611
1612 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
1613 Author: Stefan Roese <sr@denx.de>
1614 Date: Thu Jul 16 15:13:04 2009 +0200
1615
1616 nand: ndfc: Remove unnecessary #ifdef's
1617
1618 Now that the 4xx NAND driver ndfc is moved to the common NAND driver
1619 directory we don't need this #ifdef's anymore.
1620
1621 Signed-off-by: Stefan Roese <sr@denx.de>
1622 Cc: Scott Wood <scottwood@freescale.com>
1623 Signed-off-by: Scott Wood <scottwood@freescale.com>
1624
1625 commit 12582ac771b0bf3852817c3bfa4be326522a0665
1626 Author: Stefan Roese <sr@denx.de>
1627 Date: Thu Jul 16 15:12:48 2009 +0200
1628
1629 nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
1630
1631 Signed-off-by: Stefan Roese <sr@denx.de>
1632 Cc: Scott Wood <scottwood@freescale.com>
1633 Signed-off-by: Scott Wood <scottwood@freescale.com>
1634
1635 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
1636 Author: Valeriy Glushkov <gvv@lstec.com>
1637 Date: Tue Jul 14 13:51:10 2009 +0300
1638
1639 nand: fixed failed reads on corrected ECC errors in nand_util.c
1640
1641 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1642 Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
1643 Signed-off-by: Scott Wood <scottwood@freescale.com>
1644
1645 commit ed727d394c5ab139033719772dc95dc25cfa14f7
1646 Author: David Brownell <david-b@pacbell.net>
1647 Date: Mon Jul 13 16:29:04 2009 -0700
1648
1649 Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
1650
1651 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
1652 Signed-off-by: Scott Wood <scottwood@freescale.com>
1653
1654 commit 937076f84c5064f0a79105fce352ac7cf7b33643
1655 Author: Kyungmin Park <kmpark@infradead.org>
1656 Date: Sat Jul 11 16:49:55 2009 +0900
1657
1658 MTD: OneNAND: Increase the environment size to 4KiB
1659
1660 Also use mtd operation instead of onenand functions
1661
1662 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1663 Signed-off-by: Scott Wood <scottwood@freescale.com>
1664
1665 commit bfadb17f69c256196620c32164775f063a59c34f
1666 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1667 Date: Wed Jun 10 00:25:38 2009 +0400
1668
1669 mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
1670
1671 Since we have simple hwconfig interface now, we don't need
1672 pci_external_arbiter variable any longer.
1673
1674 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1675 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1676
1677 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
1678 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1679 Date: Wed Jun 10 00:25:36 2009 +0400
1680
1681 mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
1682
1683 This patch simply converts the board to the hwconfig infrastructure.
1684
1685 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1686 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1687
1688 commit c78c678354c8321737aa07e86831ff14176f4ed5
1689 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1690 Date: Wed Jun 10 00:25:31 2009 +0400
1691
1692 mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
1693
1694 fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
1695 also will fixup clock-frequency property.
1696
1697 Plus, since DR USB and eSDHC are mutually exclusive, we should
1698 only configure the eSDHC if asked through hwconfig.
1699
1700 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1701 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1702
1703 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
1704 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1705 Date: Wed Jun 10 00:25:30 2009 +0400
1706
1707 mpc83xx: MPC837XERDB: Add support for FSL eSDHC
1708
1709 This patch adds support for eSDHC on MPC837XERDB boards. The WP
1710 switch doesn't seem to work on RDB boards though, the WP pin is
1711 always asserted (can see the pin state when it's in GPIO mode).
1712
1713 FSL DR USB and FSL eSDHC are mutually exclusive because of pins
1714 multiplexing, so user should specify 'esdhc' or 'dr_usb' options
1715 in the hwconfig environment variable to choose between the
1716 devices.
1717
1718 p.s.
1719 Now we're very close to a monitor len limit (196 bytes left using
1720 gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
1721
1722 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1723 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1724
1725 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
1726 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1727 Date: Wed Jun 10 00:25:29 2009 +0400
1728
1729 fsl_esdhc: Add device tree fixups
1730
1731 This patch implements fdt_fixup_esdhc() function that is used to fixup
1732 the device tree.
1733
1734 The function adds status = "disabled" propery if esdhc pins muxed away,
1735 otherwise it fixups clock-frequency for esdhc nodes.
1736
1737 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1738 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1739
1740 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
1741 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1742 Date: Wed Jun 10 00:25:27 2009 +0400
1743
1744 Add simple hwconfig infrastructure
1745
1746 This patch implements simple hwconfig infrastructure: an
1747 interface for software knobs to control a hardware.
1748
1749 This is very simple implementation, i.e. it is implemented
1750 via `hwconfig' environment variable. Later we could write
1751 some "hwconfig <enable|disable|list>" commands, ncurses
1752 interface for Award BIOS-like interface, and frame-buffer
1753 interface for AMI GUI[1] BIOS-like interface with mouse
1754 support[2].
1755
1756 Current implementation details/limitations:
1757
1758 1. Doesn't support options dependencies and mutual exclusion.
1759 We can implement this by integrating apt-get[3] into the
1760 u-boot. But I didn't bother yet.
1761
1762 2. Since we don't implement hwconfig command, i.e. we're working
1763 with the environement directly, there is no way to tell that
1764 toggling a particular option will need a reboot to take
1765 an effect. So, for now it's advised to always reboot the
1766 target after modifying hwconfig variable.
1767
1768 3. We support hwconfig options with arguments. For example,
1769
1770 set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
1771
1772 That means:
1773 - dr_usb - enable Dual-Role USB controller;
1774 - dr_usb:mode=peripheral - USB in Function mode;
1775 - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
1776
1777 The purpose of this simple implementation is to define some
1778 internal API and then we can continue improving user experience
1779 by adding more mature interface, like hwconfig command with
1780 bells and whistles. Or not adding, if we feel that current
1781 interface fits its needs.
1782
1783 [1] http://en.wikipedia.org/wiki/American_Megatrends
1784 [2] Regarding ncurses and GUI with mouse support -- I'm just
1785 kidding.
1786 [3] The comment regarding apt-get is also a joke, meaning that
1787 dependency tracking could be non-trivial. For example, for
1788 enabling HW feature X we may need to disable Y, and turn Z
1789 into reduced mode (like RMII-only interface for ethernet,
1790 no MII).
1791
1792 It's quite trivial to implement simple cases though.
1793
1794 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1795 Acked-by: Kim Phillips <kim.phillips@freescale.com>
1796
1797 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
1798 Author: Jerry Van Baren <gvb.uboot@gmail.com>
1799 Date: Wed Jul 15 20:42:59 2009 -0400
1800
1801 Improve U-Boot Porting Guide in the README
1802
1803 Update for...
1804 * BDI2000 -> BDI3000 (BDI2000 is obsolete).
1805 * Add a line to read the doc/README.* files
1806 * Fix coding standard violations
1807
1808 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1809
1810 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
1811 Author: Kim Phillips <kim.phillips@freescale.com>
1812 Date: Tue Jul 14 16:00:24 2009 -0500
1813
1814 mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
1815
1816 a.k.a cfi_mtd.c does as cfi_flash.c does. This also prevents
1817 the TQM834x build from doing a:
1818
1819 cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
1820 cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
1821
1822 using gcc 4.4.
1823
1824 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1825 Signed-off-by: Stefan Roese <sr@denx.de>
1826
1827 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
1828 Author: Kim Phillips <kim.phillips@freescale.com>
1829 Date: Tue Jul 7 18:04:21 2009 -0500
1830
1831 mpc83xx: increase MONITOR_LEN to offset growing pains
1832
1833 Saving the environment leads to overwriting u-boot itself,
1834 bricking boards. Increase u-boot's image size so the environment
1835 base address doesn't end up overlapping u-boot text.
1836
1837 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1838
1839 commit c31e13260bcd048a94412a47b004386ea6112acf
1840 Author: Valeriy Glushkov <gvv@lstec.com>
1841 Date: Tue Jun 30 15:48:41 2009 +0300
1842
1843 usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
1844
1845 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1846 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1847
1848 commit d89e1c36891de793a20a929282acc0fc7b98feac
1849 Author: Valeriy Glushkov <gvv@lstec.com>
1850 Date: Tue Jun 30 15:48:40 2009 +0300
1851
1852 usb: mpc834x: added support of the MPH USB controller in addition to the DR one
1853
1854 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1855 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1856
1857 commit d9ac3d5a17ecef0beb70073018925e011b11684e
1858 Author: Kim Phillips <kim.phillips@freescale.com>
1859 Date: Mon Jun 15 11:51:47 2009 -0500
1860
1861 mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
1862
1863 When enabling NAND support for a board, one must also define
1864 CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
1865 for correct output.
1866
1867 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1868 Cc: Dave Liu <daveliu@freescale.com>
1869 Cc: Ron Madrid <ron_madrid@sbcglobal.net>
1870 Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
1871
1872 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
1873 Author: Wolfgang Denk <wd@denx.de>
1874 Date: Sun Jun 14 20:58:53 2009 +0200
1875
1876 mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
1877
1878 Signed-off-by: Wolfgang Denk <wd@denx.de>
1879
1880 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
1881 Author: Wolfgang Denk <wd@denx.de>
1882 Date: Sun Jun 14 20:58:52 2009 +0200
1883
1884 aria: add JFFS2 and MTDPARTS support; adjust flash map
1885
1886 Signed-off-by: Wolfgang Denk <wd@denx.de>
1887
1888 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
1889 Author: Wolfgang Denk <wd@denx.de>
1890 Date: Sun Jun 14 20:58:51 2009 +0200
1891
1892 aria: enable NAND flash support
1893
1894 Signed-off-by: Wolfgang Denk <wd@denx.de>
1895
1896 commit 13946925e850db5351982acb691d51716fc754e2
1897 Author: Wolfgang Denk <wd@denx.de>
1898 Date: Sun Jun 14 20:58:50 2009 +0200
1899
1900 MPC512x: fix typo in comment listing the NAND driver name
1901
1902 Signed-off-by: Wolfgang Denk <wd@denx.de>
1903 Cc: Stefan Roese <sr@denx.de>
1904 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1905
1906 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
1907 Author: Wolfgang Denk <wd@denx.de>
1908 Date: Sun Jun 14 20:58:49 2009 +0200
1909
1910 mecp5123: cleanup - remove dead code
1911
1912 Remove dead code that was obviously a left-over from copy & paste.
1913
1914 Signed-off-by: Wolfgang Denk <wd@denx.de>
1915 Cc: Stefan Roese <sr@denx.de>
1916 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1917
1918 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
1919 Author: Wolfgang Denk <wd@denx.de>
1920 Date: Sun Jun 14 20:58:48 2009 +0200
1921
1922 aria: adjust memory controller initialization
1923
1924 Needed for Rev. 2 silicon at 400 MHz
1925
1926 Signed-off-by: Wolfgang Denk <wd@denx.de>
1927
1928 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
1929 Author: Wolfgang Denk <wd@denx.de>
1930 Date: Sun Jun 14 20:58:47 2009 +0200
1931
1932 MPC512x: factor out common code
1933
1934 Now that we have 3 boards for the MPC512x it turns out that they all
1935 use the very same fixed_sdram() code.
1936
1937 This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
1938 and adds a new header file, include/asm-ppc/mpc512x.h, with some
1939 macros, inline functions and prototype definitions specific to MPC512x
1940 systems.
1941
1942 Signed-off-by: Wolfgang Denk <wd@denx.de>
1943 Cc: Stefan Roese <sr@denx.de>
1944 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1945
1946 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
1947 Author: Wolfgang Denk <wd@denx.de>
1948 Date: Sun Jun 14 20:58:46 2009 +0200
1949
1950 mecp5123: fix build error
1951
1952 The mecp5123 board did not compile because the MSCAN Clock Control
1953 Registers were missing; these got added, but as an array instead
1954 of 4 individual registers. Adapt the code so it builds.
1955
1956 Signed-off-by: Wolfgang Denk <wd@denx.de>
1957 Cc: Stefan Roese <sr@denx.de>
1958 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1959
1960 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
1961 Author: Wolfgang Denk <wd@denx.de>
1962 Date: Sun Jun 14 20:58:45 2009 +0200
1963
1964 MPC512x: Add MSCAN1...4 Clock Control Registers
1965
1966 Signed-off-by: Wolfgang Denk <wd@denx.de>
1967 Cc: Stefan Roese <sr@denx.de>
1968 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1969
1970 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
1971 Author: Wolfgang Denk <wd@denx.de>
1972 Date: Sun Jun 14 20:58:44 2009 +0200
1973
1974 MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
1975
1976 When enabling NAND support for a board, one must also define
1977 CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
1978 for correct output.
1979
1980 Signed-off-by: Wolfgang Denk <wd@denx.de>
1981 Cc: Stefan Roese <sr@denx.de>
1982 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
1983
1984 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
1985 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
1986 Date: Fri Jul 10 18:03:57 2009 +0800
1987
1988 issue write command to base for JEDEC flash
1989
1990 For JEDEC flash, we should issue word programming command relative to
1991 base address rather than sector base address. Original source makes
1992 SST Flash fails to program sectors which are not on the 0x10000 boundaries.
1993
1994 e.g.
1995 SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
1996 is 0x1000 bytes.
1997
1998 Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
1999 it sends to 0x46555 and the chip fails to recognize that address.
2000
2001 This patch is tested with SST39LF040.
2002
2003 Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
2004 Signed-off-by: Stefan Roese <sr@denx.de>
2005
2006 commit 986922714ffd21ad39f48522d285fffc7aed56b1
2007 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008 Date: Sat May 2 11:53:50 2009 +0200
2009
2010 versatile: update config and merge to cfi flash driver
2011
2012 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2013 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
2014 Cc: Catalin Marinas <catalin.marinas@arm.com>
2015
2016 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
2017 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2018 Date: Sat May 2 11:53:49 2009 +0200
2019
2020 versatile: specify the board type on the prompt
2021
2022 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2023 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
2024 Cc: Catalin Marinas <catalin.marinas@arm.com>
2025
2026 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
2027 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
2028 Date: Thu Jun 25 17:04:15 2009 +0200
2029
2030 at91: Introduction of at91sam9g10 SOC.
2031
2032 AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
2033 faster clock speed: 266/133MHz.
2034
2035 Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
2036
2037 commit 22ee647380c42f44528f99b7c1b423725e542102
2038 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
2039 Date: Thu Jul 9 10:16:29 2009 +0200
2040
2041 at91: Introduction of at91sam9g45 SOC.
2042
2043 AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
2044 It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
2045 peripherals.
2046
2047 The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
2048 On the board you can find 2 USART, USB high speed,
2049 a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
2050
2051 Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
2052
2053 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
2054 Author: Daniel Mack <daniel@caiaq.de>
2055 Date: Tue Jun 23 17:30:05 2009 +0200
2056
2057 pxa: fix CKEN_B register bits
2058
2059 The current defition for CKEN_B register bits is nonsense. Adding 32 to
2060 the shifted value is equal to '| (1 << 5)', and this bit is marked
2061 'reserved' in the PXA docs.
2062
2063 Signed-off-by: Daniel Mack <daniel@caiaq.de>
2064
2065 commit bd876be46f28b5fc2896537f6d01353f332789f7
2066 Author: Daniel Mack <daniel@caiaq.de>
2067 Date: Tue Jun 23 17:30:04 2009 +0200
2068
2069 pxa: add clock for system bus 2 arbiter
2070
2071 This clock is needed for systems using the USB2 device unit or the 2d
2072 graphics accelerator.
2073
2074 Signed-off-by: Daniel Mack <daniel@caiaq.de>
2075
2076 commit b016000a95514c08cab50e1cba00b019c0801bc4
2077 Author: Grazvydas Ignotas <notasas@gmail.com>
2078 Date: Wed Jul 8 00:30:01 2009 +0300
2079
2080 OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
2081
2082 Pandora is using both SDRC CSes. The MUX setting is needed
2083 for the second CS clock signal to allow the 2 RAM parts to
2084 be put in self-refresh correctly.
2085
2086 Based on similar patch for beagle and overo by
2087 Jean Pihet and Steve Sakoman.
2088
2089 commit 8672c288703f3c51c829851c8fe6608c7869faaa
2090 Author: Grazvydas Ignotas <notasas@gmail.com>
2091 Date: Wed Jul 8 00:30:00 2009 +0300
2092
2093 OMAP3 pandora: setup pulls for various GPIOs
2094
2095 Set pullups or pulldowns for GPIOs which need them.
2096 Disable them for others, which have external pulls.
2097 Also make disabled pull setting consistent (some pins had
2098 type set to "up" even if pull type selection was disabled).
2099
2100 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
2101 Author: Grazvydas Ignotas <notasas@gmail.com>
2102 Date: Wed Jul 8 00:29:59 2009 +0300
2103
2104 OMAP3 pandora: setup pin mux for pins used on rev3 boards
2105
2106 Setup pin mux for GPIO pins connected on rev3 or later
2107 boards. Also change NUB2 IRQ pin. This should not affect
2108 older boards because they don't have any nubs (analog
2109 controllers) attached to them.
2110
2111 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
2112 Author: Grazvydas Ignotas <notasas@gmail.com>
2113 Date: Wed Jul 8 00:29:58 2009 +0300
2114
2115 OMAP3 pandora: pin mux cleanup
2116
2117 Remove configuration of not unused pins, effectively
2118 leaving them in safe mode.
2119
2120 commit b996165f5a1623a055c03b22d64d6d5da81835d0
2121 Author: Prafulla Wadaskar <prafulla@marvell.com>
2122 Date: Mon Jul 6 15:50:47 2009 +0530
2123
2124 arm: Kirkwood: bugfix: UART1 bar correction
2125
2126 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2127
2128 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
2129 Author: Kumar Gala <galak@kernel.crashing.org>
2130 Date: Tue Jul 7 15:48:58 2009 -0500
2131
2132 usb: Fix compiler warning with gcc4.4
2133
2134 ehci-hcd.c: In function 'ehci_submit_root':
2135 ehci-hcd.c:719: warning: value computed is not used
2136 ehci-hcd.c:748: warning: value computed is not used
2137
2138 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2139 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2140
2141 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
2142 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2143 Date: Wed Jul 8 11:42:19 2009 +0900
2144
2145 sh: Update pci config for Renesas r7780mp board
2146
2147 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2148
2149 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
2150 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2151 Date: Thu Jun 25 16:31:26 2009 +0900
2152
2153 sh: Add support ESPT-GIGA borad
2154
2155 ESPT-Giga is SH7763-based reference board.
2156 Board support is relatively sparse, presently supporting serial,
2157 gigabit ethernet, USB host, and MTD.
2158
2159 More information (in Japanese) available at:
2160 http://www.cente.jp/product/cente_hard/ESPT-Giga.html
2161
2162 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2163 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2164
2165 commit dae4e0148a1146a5610025ae4b445e841410b659
2166 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2167 Date: Fri Jul 3 16:06:37 2009 +0200
2168
2169 Add ESD PCI vendor ID
2170
2171 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2172
2173 commit 876b3cef537aab2cba8c19505db2876f6057f818
2174 Author: Peter Tyser <ptyser@xes-inc.com>
2175 Date: Mon Jun 22 18:01:41 2009 -0500
2176
2177 api_examples/Makefile: General cleanup
2178
2179 * Remove symlinking of files located outside api_examples/
2180
2181 * Auto generate dependencies for files located outside api_examples/
2182
2183 * Update names of variables to be similar to those in tools/Makefile
2184
2185 * Fix out of tree build error
2186 Dependencies are calculated for all files in the SRCS variable.
2187 Previously, the SRCS variable contained files which were symlinked
2188 into the api_examples/ directory. These symlinked files did not exist
2189 when dependencies were calculated when building out of tree. This
2190 resulted in errors such as:
2191 make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'. Stop.
2192 make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
2193 make: *** [depend] Error 2
2194
2195 Since symlinked source files are no longer used, this bug no longer
2196 exists.
2197
2198 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2199 Acked-by: Rafal Jaworowski <raj@semihalf.com>
2200
2201 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
2202 Author: Peter Tyser <ptyser@xes-inc.com>
2203 Date: Mon Jun 22 18:01:40 2009 -0500
2204
2205 api_examples/Makefile: Get rid of unnecessary intermediate LIB target
2206
2207 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2208 Acked-by: Rafal Jaworowski <raj@semihalf.com>
2209
2210 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
2211 Author: Peter Tyser <ptyser@xes-inc.com>
2212 Date: Mon Jun 22 18:01:39 2009 -0500
2213
2214 api_examples/Makefile: Combine ELF and BIN targets
2215
2216 Combining the two rules cleans up the Makefile a bit
2217
2218 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2219 Acked-by: Rafal Jaworowski <raj@semihalf.com>
2220
2221 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
2222 Author: Peter Tyser <ptyser@xes-inc.com>
2223 Date: Mon Jun 22 18:01:38 2009 -0500
2224
2225 api_examples/Makefile: Split up variable declarations
2226
2227 This cleans up the Makefile a bit and simplifies future changes
2228
2229 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2230 Acked-by: Rafal Jaworowski <raj@semihalf.com>
2231
2232 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
2233 Author: Timur Tabi <timur@freescale.com>
2234 Date: Fri Jun 19 14:10:52 2009 -0500
2235
2236 remove _IO_BASE and KSEG1ADDR from board configuration files
2237
2238 The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
2239 driver, but the code that used that macro was removed over a year
2240 ago, so board configuration files no longer need to define it.
2241
2242 The _IO_BASE macro is also automatically defined to 0 if it isn't
2243 already set, so there's no need to define that macro either in the
2244 board configuration files.
2245
2246 Signed-off-by: Timur Tabi <timur@freescale.com>
2247 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2248 Acked-by: Andy Fleming <afleming@freescale.com>
2249 Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2250 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2251
2252 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
2253 Author: Jon Smirl <jonsmirl@gmail.com>
2254 Date: Sun Jun 14 18:21:28 2009 -0400
2255
2256 board support patch for phyCORE-MPC5200B-tiny
2257
2258 Add support for the Phytec phyCORE-MPC5200B-tiny.
2259 Code originally from Pengutronix.de.
2260 Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
2261 Timer 0/1
2262
2263 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
2264 Acked-by: Grant Likely <grant.likely@secretlab.ca>
2265
2266 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
2267 Author: Mike Frysinger <vapier@gentoo.org>
2268 Date: Mon Jun 15 13:37:20 2009 -0400
2269
2270 kallsyms: fix escaping of NUL char in strings
2271
2272 The current kallsyms code is using \\0 to escape the backslash in the awk
2273 code, but the shell too needs escaping. This way we make sure gcc is
2274 passed the \0. Then gcc itself will consume this as an octal, so we have
2275 to use 000 so gcc will create the final NUL.
2276
2277 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2278
2279 commit ed540f07b8ad86909704e9806c1762462cb4995a
2280 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
2281 Date: Fri Jun 26 10:18:49 2009 -0400
2282
2283 Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
2284
2285 The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
2286 board, so add a simple example of how to do that in the board config.
2287
2288 Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
2289 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2290
2291 commit f8bf54b4081c3c3d518830df0017a23ec672a841
2292 Author: Mike Frysinger <vapier@gentoo.org>
2293 Date: Thu Jun 25 19:40:28 2009 -0400
2294
2295 Blackfin: blackstamp: update spi flash settings
2296
2297 The latest blackstamp boards can only run the SPI flash at 15MHz before
2298 they start to crap out, so lower the max speeds accordingly. The new SPI
2299 flash also has different sector requirements, so update the environment
2300 sizes as well.
2301
2302 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2303
2304 commit 286070ddc8339666c09bd7912e960b850a8a0318
2305 Author: Mike Frysinger <vapier@gentoo.org>
2306 Date: Mon Oct 6 03:31:52 2008 -0400
2307
2308 Blackfin: add cache_dump commands
2309
2310 A few debug-type commands used to dump the raw icache/dcache data. Useful
2311 when trying to track down cache-related bugs.
2312
2313 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2314
2315 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
2316 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2317 Date: Wed Jul 8 15:31:57 2009 +0200
2318
2319 ppc4xx: Set default PCI device ID for 405EP boards
2320
2321 Current code only sets the PCI vendor id to 0x1014 and
2322 leaved device id to 0x0000.
2323
2324 Ths patch ....
2325 a) uses the correct PCI_VENDOR_ID_IBM macro for this
2326 b) sets the default device ID as stated in the UM to 0x0156
2327 by using PCI_DEVICE_ID_IBM_405GP for this.
2328
2329 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2330 Signed-off-by: Stefan Roese <sr@denx.de>
2331
2332 commit 123f102ec093fba6967066acdf9beb637df2e2d1
2333 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2334 Date: Wed Jul 8 13:43:55 2009 +0200
2335
2336 ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
2337
2338 This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
2339 to cpu/ppc4xx/4xx_pci.c.
2340
2341 The original cpu_init_f() function enabled the 405EP's internal arbiter
2342 in all situations. Also the HCE bit in cpc0_pci is always set.
2343 The first is not really wanted for PCI adapter designs and the latter
2344 is a general bug for PCI adapter U-Boots. Because it enables
2345 PCI configuration by the system CPU even when the PCI configuration has
2346 not been setup by the 405EP. The one and only correct place is
2347 in pci_405gp_init() (see "Set HCE bit" comment).
2348
2349 So for compatibility reasons the arbiter is still enabled in any case,
2350 but from weak pci_pre_init() so that it can be replaced by board specific
2351 code.
2352
2353 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2354 Signed-off-by: Stefan Roese <sr@denx.de>
2355
2356 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
2357 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2358 Date: Wed Jul 8 13:43:23 2009 +0200
2359
2360 ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
2361
2362 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2363 Signed-off-by: Stefan Roese <sr@denx.de>
2364
2365 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
2366 Author: Prafulla Wadaskar <prafulla@marvell.com>
2367 Date: Mon Jun 29 20:56:43 2009 +0530
2368
2369 usb: add Marvell Kirkwood ehci host controller driver
2370
2371 This driver is tested on Sheevaplug platform
2372
2373 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2374 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2375
2376 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
2377 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
2378 Date: Wed Jun 24 10:08:40 2009 +0530
2379
2380 mpc83xx: USB: fix: access of ehci struct elements
2381
2382 It fixes the access to the 'ehci' struct elements for mpc83xx which
2383 should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
2384 Sorry about that.
2385
2386 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
2387 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2388
2389 commit 08066152735417fc55a5c9de2cec0714c529e4f3
2390 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
2391 Date: Fri Jun 19 17:56:00 2009 +0530
2392
2393 mpc8xxx: USB: fix: access of ehci struct elements
2394
2395 This patch fixes the access to the 'ehci' struct elements which should
2396 have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
2397 Sorry about that.
2398
2399 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
2400 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2401
2402 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
2403 Author: Bryan Wu <bryan.wu@analog.com>
2404 Date: Tue Jun 16 05:26:27 2009 -0400
2405
2406 usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
2407
2408 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2409 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2410 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2411
2412 commit 7984967a9405672db1581402d2c2cfae268d1a67
2413 Author: Mike Frysinger <vapier@gentoo.org>
2414 Date: Tue Jun 16 05:26:25 2009 -0400
2415
2416 usb: musb: drop old musb read/write prototypes
2417
2418 These functions are no longer defined, so remove their prototypes.
2419
2420 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2421 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2422
2423 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
2424 Author: Kim Phillips <kim.phillips@freescale.com>
2425 Date: Mon Jun 15 11:50:07 2009 -0500
2426
2427 usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
2428
2429 fix a stray CONFIG_MPC83XX that escaped commit
2430 0f898604945af4543c1525fc33b6bae621a3b805.
2431
2432 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2433 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2434
2435 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
2436 Author: Michal Simek <monstr@monstr.eu>
2437 Date: Tue Jun 30 23:47:30 2009 +1000
2438
2439 asm-generic: Consolidate errno.h to asm-generic/errno.h
2440
2441 This patch use blackfin errno.h implementation which
2442 correspond Linux kernel one.
2443
2444 MIPS implemetation is different that's why I keep it.
2445
2446 I removed ppc_error_no.h from Marvell boards which
2447 was the same too.
2448
2449 I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
2450
2451 Acked-by: Stefan Roese <sr@denx.de>
2452 Signed-off-by: Michal Simek <monstr@monstr.eu>
2453
2454 commit 2896b5851f0430bf16529376a4193630e966c788
2455 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
2456 Date: Tue Jul 7 16:01:02 2009 +0200
2457
2458 Command improvements for ubifs
2459
2460 Check that an argument is passed to ubifsmount and that addresses and
2461 sizes are actually numbers for ubifsload. Also improve the instructions
2462 a bit.
2463
2464 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2465 Signed-off-by: Stefan Roese <sr@denx.de>
2466
2467 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
2468 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
2469 Date: Tue Jul 7 16:59:46 2009 +0200
2470
2471 Handle VID header offset in ubi part command
2472
2473 The VID header offset is sometimes needed to initialize the UBI
2474 partition. This patch adds it (optionally) to the command line
2475 for the ubi part command.
2476
2477 (Lines have been properly wrapped since last version)
2478
2479 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2480 Acked-by: Stefan Roese <sr@denx.de>
2481 Signed-off-by: Stefan Roese <sr@denx.de>
2482
2483 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
2484 Author: Wolfgang Denk <wd@denx.de>
2485 Date: Thu Jul 9 09:56:16 2009 +0200
2486
2487 MAINTAINERS: fix sorting, remove duplicates.
2488
2489 Signed-off-by: Wolfgang Denk <wd@denx.de>
2490
2491 commit efbf14e9a2394a154b12643d4a011994b5096b5a
2492 Author: Heiko Schocher <heiko.schocher@invitel.hu>
2493 Date: Wed Dec 10 08:27:01 2008 +0100
2494
2495 all platforms: make show_boot_progress() work again
2496
2497 Signed-off-by: Heiko Schocher <hs@denx.de>
2498
2499 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
2500 Author: Prafulla Wadaskar <prafulla@marvell.com>
2501 Date: Mon Jun 29 15:25:18 2009 +0530
2502
2503 nand: Add Marvell Kirkwood NAND driver
2504
2505 This patch adds a NAND driver for the Marvell Kirkwood SoC's
2506
2507 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2508 Acked-by: Scott Wood <scottwood@freescale.com>
2509
2510 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
2511 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2512 Date: Mon Jul 6 16:27:33 2009 +0200
2513
2514 ppc4xx: Make pll_write global
2515
2516 This patch makes pll_write on PPC405EP boards
2517 global and callable from C code.
2518
2519 pll_write can be used to dynamically modify the PLB:PCI divider
2520 as it is required for 33/66 MHz pci adapters based on the 405EP.
2521
2522 board_early_init_f() is a good place to do that (check M66EN signal
2523 and call pll_write() when it is required).
2524
2525 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2526 Signed-off-by: Stefan Roese <sr@denx.de>
2527
2528 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
2529 Author: Stefan Roese <sr@denx.de>
2530 Date: Mon Jul 6 11:44:33 2009 +0200
2531
2532 ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
2533
2534 Signed-off-by: Stefan Roese <sr@denx.de>
2535
2536 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
2537 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
2538 Date: Fri Jul 3 16:06:06 2009 +0200
2539
2540 ppc4xx: Implement is_pci_host() for 405 CPUs
2541
2542 This patch implements the is_pci_host() function in a similiar way
2543 as it is used on 440 targets.
2544
2545 The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
2546 build on 405EP targets because checking the PCI arbiter is different.
2547 So putting the fixed code into a separate function makes the code
2548 more readable.
2549
2550 Also using is_pci_host() on 405 brings 405 and 440 PCI code
2551 a little bit closer.
2552
2553 In preparation for an upcoming 405EP based PMC module I made this
2554 function weak so that it can be overwritten from board specific code.
2555
2556 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
2557 Signed-off-by: Stefan Roese <sr@denx.de>
2558
2559 commit 04ddae915f295dee301f15c32100533a48e3b433
2560 Author: Alessio Centazzo <centazzo@gmail.com>
2561 Date: Wed Jul 1 22:20:51 2009 -0700
2562
2563 ppc4xx: Fixed PPC4xx debug compilation error in uic.c
2564
2565 This patch fixes a debug compilation error for PPC4xx platforms, all
2566 other architectures are not affected by this change. The 'handler'
2567 pointer was undefined. The fix is exercised and has effect only if
2568 DEBUG is defined.
2569
2570 Signed-off-by: Alessio Centazzo acpatin@yahoo.com
2571 Signed-off-by: Stefan Roese <sr@denx.de>
2572
2573 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
2574 Author: Felix Radensky <felix@embedded-sol.com>
2575 Date: Wed Jul 1 11:37:46 2009 +0300
2576
2577 4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
2578
2579 This patch fixes printf format string compilation warnings in several
2580 debug statements. It also fixes the dump of DDR controller MQ registers
2581 found on some 44x and 46x platforms. The current register dump code
2582 uses incorrect DCRs to access these registers.
2583
2584 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
2585 Signed-off-by: Stefan Roese <sr@denx.de>
2586
2587 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
2588 Author: Felix Radensky <felix@embedded-sol.com>
2589 Date: Mon Jun 22 15:30:42 2009 +0300
2590
2591 ppc4xx: Fix FDT EBC mappings on Canyonlands
2592
2593 This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
2594 First, NAND EBC mapping was missing, making Linux NAND driver
2595 unusable on this board. Second, NOR remapping code assumed that
2596 NOR is always on CS0, however when booting from NAND NOR is on CS3.
2597
2598 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
2599 Signed-off-by: Stefan Roese <sr@denx.de>
2600
2601 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
2602 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2603 Date: Tue Jun 16 22:29:15 2009 +0900
2604
2605 sh: Revised the build with newest compiler
2606
2607 The check of data became severe from newest gcc.
2608 This patch checked in gcc-4.2 and 4.3 .
2609
2610 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2611
2612 commit be45c632568ba76343c1453b3951ad793f482fd5
2613 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2614 Date: Thu Jun 4 12:06:48 2009 +0200
2615
2616 sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
2617
2618 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2619 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2620 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2621
2622 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
2623 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2624 Date: Thu Jun 4 12:06:47 2009 +0200
2625
2626 sh3/sh4: fix CONFIG_SYS_HZ to 1000
2627
2628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2629 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2630 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2631
2632 commit add380f51f34ed1e2678c2abac8d53c91d652f26
2633 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2634 Date: Thu Jun 4 12:06:46 2009 +0200
2635
2636 sh: introduce clock framework
2637
2638 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2639 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2640 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2641
2642 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
2643 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2644 Date: Thu Jun 4 12:06:45 2009 +0200
2645
2646 sh: unify linker script
2647
2648 all sh boards use the same cpu linker script so move it to cpu/$(CPU)
2649
2650 that could be overwrite in following order
2651 SOC
2652 BOARD
2653 via the corresponding config.mk
2654
2655 tested on r2dplus
2656
2657 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2658 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2660
2661 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
2662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2663 Date: Thu Jun 4 12:06:44 2009 +0200
2664
2665 sh: make the linker scripts more generic
2666
2667 currently we need to sync the linker script enty and TEXT_BASE manualy
2668 and the reloc_dst is based on it
2669
2670 instead provide it now from the ldflags
2671
2672 tested on r2dplus
2673
2674 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2675 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2676 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2677
2678 commit ce29817212792113cd2d67a9767049a2e262c406
2679 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2680 Date: Thu Jun 4 12:06:43 2009 +0200
2681
2682 sh7785lcr: fix out of tree build
2683
2684 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2685 Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2686 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2687
2688 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
2689 Author: HeungJun Kim <riverful.kim@gmail.com>
2690 Date: Tue Jun 30 14:42:22 2009 +0900
2691
2692 env_onenand: change env_address type from unsigned long to loff_t
2693
2694 If use the onenand boot, the env_relocate_spec() calls mtd->read(),
2695 and the type of the argument #2 of mtd->read() was changed to loff_t.
2696 But, the "env_addr" type is still unsigned long, thus this patch change
2697 the type from unsigned long to loff_t.
2698
2699 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
2700 Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
2701 Signed-off-by: Scott Wood <scottwood@freescale.com>
2702
2703 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
2704 Author: Mingkai Hu <Mingkai.hu@freescale.com>
2705 Date: Thu Jun 18 18:23:27 2009 +0800
2706
2707 fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
2708
2709 The bbt descriptors contains the pointer to the bbt pattern which
2710 are statically initialized memory struct. When relocated to RAM,
2711 these pointers will continue point to NOR flash(or L2 SRAM, or
2712 other boot device). If the contents of NOR flash changed or L2
2713 SRAM disabled, it'll hang the system.
2714
2715 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
2716 Signed-off-by: Scott Wood <scottwood@freescale.com>
2717
2718 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
2719 Author: Scott Wood <scottwood@freescale.com>
2720 Date: Wed Jun 24 17:23:49 2009 -0500
2721
2722 nand_spl: Fix cmd_ctrl usage in nand_boot.c.
2723
2724 When adding large page NAND support to this file, I had a misunderstanding
2725 about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
2726 anywhere I can find) -- it is apparently just a hint to drivers,
2727 which aren't required to preserve the old value for subsequent
2728 non-"change" invocations.
2729
2730 This change makes nand_boot.c no longer assume this. Note that this
2731 happened to work by chance with some NAND drivers, which don't preserve
2732 the value, but treat 0 equivalently to NAND_CTRL_ALE.
2733
2734 I don't have hardware to test this, so any testing is appreciated.
2735
2736 Signed-off-by: Scott Wood <scottwood@freescale.com>
2737
2738 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
2739 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
2740 Date: Thu Jun 18 18:41:03 2009 +0100
2741
2742 Bug-fix in drivers mtd nand Makefile
2743
2744 The S3C2410 NAND driver source file is included in the makefile instead of
2745 the object file.
2746
2747 Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
2748 Signed-off-by: Scott Wood <scottwood@freescale.com>
2749
2750 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
2751 Author: Guennadi Liakhovetski <lg@denx.de>
2752 Date: Mon May 18 16:07:22 2009 +0200
2753
2754 nand_spl: read environment early, when booting from NAND using nand_spl
2755
2756 Currently, when booting from NAND using nand_spl, in the beginning the default
2757 environment is used until later in boot process the dynamic environment is read
2758 out. This way environment variables that must be interpreted early, like the
2759 baudrate or "silent", cannot be modified dynamically and remain at their
2760 default values. Fix this problem by reading out main and redundand (if used)
2761 copies of the environment in the nand_spl code.
2762
2763 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2764 Signed-off-by: Scott Wood <scottwood@freescale.com>
2765
2766 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
2767 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2768 Date: Sat May 16 14:27:40 2009 +0200
2769
2770 mtd: nand: use loff_t for offset
2771
2772 nand_util currently uses size_t which is arch dependent and not always a
2773 unsigned long. Now use loff_t, as does the linux mtd layer.
2774
2775 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2776 Signed-off-by: Scott Wood <scottwood@freescale.com>
2777
2778 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
2779 Author: Wolfgang Denk <wd@denx.de>
2780 Date: Sun May 24 17:34:33 2009 +0200
2781
2782 nand/onenand: Fix missing argument checking for "markbad" command
2783
2784 The "nand markbad" and "onenand markbad" commands did not check if an
2785 argument was passed; if this was forgotten, no error was raised but
2786 block 0 was marked as bad.
2787
2788 While fixing this bug, clean up the code a bit and allow to pass more
2789 than one block address, thus allowing to mark several blocks as bad
2790 in a single command invocation.
2791
2792 Signed-off-by: Wolfgang Denk <wd@denx.de>
2793 Signed-off-by: Scott Wood <scottwood@freescale.com>
2794
2795 commit cd84423a09f3a08029fe41c1db96168debd0b51f
2796 Author: Mike Frysinger <vapier@gentoo.org>
2797 Date: Mon May 25 22:42:28 2009 -0400
2798
2799 mtd: nand: new base driver for memory mapped nand devices
2800
2801 The BF537-STAMP Blackfin board had a driver for working with NAND devices
2802 that are simply memory mapped. Since there is nothing Blackfin specific
2803 about this, generalize the driver a bit so that everyone can leverage it.
2804
2805 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2806 Signed-off-by: Scott Wood <scottwood@freescale.com>
2807
2808 commit d27bc728cf35e7d7996fbd77154335e66615b213
2809 Author: Guennadi Liakhovetski <lg@denx.de>
2810 Date: Mon May 18 16:06:45 2009 +0200
2811
2812 env_nand: remove unused variable.
2813
2814 Remove an unused "total" variable in multiple functions.
2815
2816 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2817 Signed-off-by: Scott Wood <scottwood@freescale.com>
2818
2819 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
2820 Author: David Brownell <dbrownell@users.sourceforge.net>
2821 Date: Sun May 10 15:43:01 2009 -0700
2822
2823 davinci_nand chipselect/init cleanup
2824
2825 Update chipselect handling in davinci_nand.c so that it can
2826 handle 2 GByte chips the same way Linux does: as one device,
2827 even though it has two halves with independent chip selects.
2828 For such chips the "nand info" command reports:
2829
2830 Device 0: 2x nand0, sector size 128 KiB
2831
2832 Switch to use the default chipselect function unless the board
2833 really needs its own. The logic for the Sonata board moves out
2834 of the driver into board-specific code. (Which doesn't affect
2835 current build breakage if its NAND support is enabled...)
2836
2837 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2838 Signed-off-by: Scott Wood <scottwood@freescale.com>
2839
2840 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
2841 Author: Sandeep Paulraj <s-paulraj@ti.com>
2842 Date: Sat May 9 12:35:20 2009 -0400
2843
2844 NAND DaVinci: Update to ALE/CLE Mask values
2845
2846 All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
2847 except the DM646x. This was decided by the design team driving the design.
2848 This patch updates the CLE and ALE values for DM646x.
2849 Updated patches for DM646x will be sent shortly.
2850 This applies to u-boot-nand-flash git
2851
2852 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2853 Signed-off-by: Scott Wood <scottwood@freescale.com>
2854
2855 commit 0c1684437ef810c503df29e8d73f63191aa63862
2856 Author: Sandeep Paulraj <s-paulraj@ti.com>
2857 Date: Wed Apr 29 09:47:09 2009 -0400
2858
2859 ARM DaVinci: Changing ALE Mask Value
2860
2861 The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
2862 from '0xa' to '0x8'. This is the mask we use for all TI releases.
2863
2864 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2865 Signed-off-by: Scott Wood <scottwood@freescale.com>
2866
2867 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
2868 Author: David Brownell <dbrownell@users.sourceforge.net>
2869 Date: Tue Apr 28 13:19:53 2009 -0700
2870
2871 davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
2872
2873 Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option. It's not just nasty;
2874 it's also unused by any current boards, and doesn't even match the
2875 main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
2876 on newer chips that support it).
2877
2878 DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
2879 match non-BROKEN code paths for 1-bit HW ECC. The BROKEN code paths
2880 do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
2881 and 5.0/2.6.18) do ... but only for small pages. Large page support
2882 is really broken (and it's unclear just what software it was trying
2883 to match!), and the ECC layout was making three more bytes available
2884 for use by filesystem (or whatever) code.
2885
2886 Since this option itself seems broken, remove it. Add a comment
2887 about the MV/TI compat issue, and the most straightforward way to
2888 address it (should someone really need to solve it).
2889
2890 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2891 Signed-off-by: Scott Wood <scottwood@freescale.com>
2892
2893 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
2894 Author: David Brownell <dbrownell@users.sourceforge.net>
2895 Date: Tue Apr 28 13:19:50 2009 -0700
2896
2897 davinci_nand: cleanup I (minor)
2898
2899 Minor cleanup for DaVinci NAND code:
2900
2901 - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
2902 be defined when there are multiple chipselect lines in use
2903 (as with common 2 GByte chips).
2904
2905 - Cleanup handling of EMIF control registers
2906 * Only need one pointer pointing to them
2907 * Remove incorrect and unused struct supersetting them
2908
2909 - Use the standard waitfunc; we don't need a custom version
2910
2911 - Partial legacy cleanup:
2912 * Don't initialize every board like it's a DM6446 EVM
2913 * #ifdef a bit more code for BROKEN_ECC
2914
2915 Sanity checked with small page NAND on dm355 and dm6446 EVMs;
2916 and large page on dm355 EVM (packaged as two devices, not one).
2917
2918 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2919 Signed-off-by: Scott Wood <scottwood@freescale.com>
2920
2921 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
2922 Author: Wolfgang Denk <wd@denx.de>
2923 Date: Tue Jul 7 22:35:02 2009 +0200
2924
2925 Coding style cleanup; update CHANGELOG
2926
2927 Signed-off-by: Wolfgang Denk <wd@denx.de>
2928
2929 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
2930 Author: Stefan Roese <sr@denx.de>
2931 Date: Mon Jun 29 13:30:50 2009 +0200
2932
2933 UBI: Fix build problem noticed on Apollon (arm/testing repo)
2934
2935 This patch fixes a build problem noticed on Apollon by using
2936 mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
2937 So this brings the U-Boot UBI version more in sync with the Linux
2938 version again.
2939
2940 Signed-off-by: Stefan Roese <sr@denx.de>
2941
2942 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
2943 Author: Prafulla Wadaskar <prafulla@marvell.com>
2944 Date: Mon Jul 6 20:29:15 2009 +0530
2945
2946 sf: Macronix additional chips supported
2947
2948 new chips supported:-
2949 MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
2950 out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
2951
2952 Modified the Macronix flash support to use 2 bytes of device id instead of 1
2953 This was required to support MX25L12855E
2954
2955 Signed-off-by: Piyush Shah <spiyush@marvell.com>
2956 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2957 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2958
2959 commit dd54126715b89ed0c43322aa78b0dad306f043b6
2960 Author: Mike Frysinger <vapier@gentoo.org>
2961 Date: Fri Jun 19 03:27:28 2009 -0400
2962
2963 sf: sst: add sst25vf###b ids
2964
2965 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2966
2967 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
2968 Author: Mike Frysinger <vapier@gentoo.org>
2969 Date: Fri Jun 19 03:20:06 2009 -0400
2970
2971 sf: sst: fix sector size
2972
2973 Looks like when I was encoding the sector sizes, I forgot to divide by 8
2974 (due to the stupid marketing driven process that declares all sizes in
2975 useless megabits and not megabytes).
2976
2977 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2978
2979 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
2980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2981 Date: Sun Jul 5 01:06:06 2009 +0200
2982
2983 nhk8815: fix MAKEALL
2984
2985 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2986
2987 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
2988 Author: Magnus Lilja <lilja.magnus@gmail.com>
2989 Date: Sat Jul 4 10:31:24 2009 +0200
2990
2991 MX31: Add NAND SPL boot support to i.MX31 PDK board.
2992
2993 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2994
2995 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
2996 Author: Prafulla Wadaskar <prafulla@marvell.com>
2997 Date: Mon Jun 29 20:55:54 2009 +0530
2998
2999 arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
3000
3001 This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
3002
3003 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3004
3005 commit 095a460b49022e64df76134300643606e3acb4e9
3006 Author: Alessandro Rubini <rubini@unipv.it>
3007 Date: Mon Jun 29 10:52:37 2009 +0200
3008
3009 arm nomadik: use 1000 as HZ value and rewrite timer code
3010
3011 This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
3012 timer code, which is now both correct and much smaller. Unused
3013 functions like udelay_masked() have been removed as no driver uses
3014 them, even the ones that are not currently active for this board.
3015 mtu.h is copied literally from the kernel sources.
3016
3017 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3018 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
3019 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3020
3021 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
3022 Author: Alessandro Rubini <rubini@unipv.it>
3023 Date: Mon Jun 22 09:18:57 2009 +0200
3024
3025 arm nomadik: allow Nand and OneNand to coexists
3026
3027 The evaluation kit has both Nand and OneNand, both drivers are there
3028 and the two configurations only select a different default for the
3029 jffs partition. This adds the OneNand driver and cleans up storage.
3030
3031 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3032 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
3033
3034 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
3035 Author: Alessandro Rubini <rubini@unipv.it>
3036 Date: Mon Jun 22 09:18:47 2009 +0200
3037
3038 arm nomadik: cleanup reset
3039
3040 There is only one public release of the Nomadik chip, so the ifdef
3041 in reset code as well as a define in the config file are not needed
3042
3043 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3044 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
3045
3046 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
3047 Author: Alessandro Rubini <rubini@unipv.it>
3048 Date: Mon Jun 22 09:18:37 2009 +0200
3049
3050 arm nomadik: rename board to nhk8815
3051
3052 This is an error in my side in the initial submission: nobody
3053 calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
3054
3055 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3056 Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
3057
3058 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
3059 Author: Stefano Babic <sbabic@denx.de>
3060 Date: Wed Jul 1 20:40:41 2009 +0200
3061
3062 xscale: add support for the polaris board
3063
3064 The Polaris board is based on the TrizepsIV module of
3065 Keith & Koep (http://www.keith-koep.com).
3066
3067 Signed-off-by: Stefano Babic <sbabic@denx.de>
3068
3069 commit 88bd97501314683b87f3f1edcf55b347c041b722
3070 Author: Stefano Babic <sbabic@denx.de>
3071 Date: Wed Jul 1 04:33:56 2009 +0200
3072
3073 xscale: fix USB initialization for Trizepsiv module
3074
3075 Due to change in the usb_board_init() prototype, the USB for
3076 the TrizepsIV was not correctly initialized.
3077 Removed dummy print from usb_board_stop().
3078
3079 Signed-off-by: Stefano Babic <sbabic@denx.de>
3080
3081 commit 0b785ddd60120cfb74d18e58c56054238219f6db
3082 Author: Prafulla Wadaskar <prafulla@marvell.com>
3083 Date: Wed Jul 1 20:34:51 2009 +0200
3084
3085 net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
3086
3087 This patch looks okay on u-boot-net.git/next branch
3088 but when it was merged to u-boot.git/master the last line is missing
3089
3090 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3091 Acked-by: Ben Warren <biggerbadderben@gmail.com>
3092
3093 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
3094 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3095 Date: Tue Jun 30 21:03:37 2009 +0200
3096
3097 at91: Add esd gmbh MEESC board support
3098
3099 This patch adds support for esd gmbh MEESC board.
3100 The MEESC is based on an Atmel AT91SAM9263 SoC.
3101
3102 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3103
3104 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
3105 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3106 Date: Tue Jun 30 21:03:35 2009 +0200
3107
3108 ARM: Update mach-types
3109
3110 update against linux v2.6.30
3111
3112 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3113
3114 commit 45627fce18139a74e0755124d27376b520db156c
3115 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3116 Date: Tue Jun 30 23:03:33 2009 +0200
3117
3118 at91: Add CAN init function
3119
3120 To enable CAN init, CONFIG_CAN has to be defined in the board config file
3121 and at91_can_hw_init() has to be called in the board specific code.
3122
3123 CAN is available on AT91SAM9263 and AT91CAP9 SoC.
3124
3125 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3126
3127 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
3128 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
3129 Date: Tue Jun 30 23:03:31 2009 +0200
3130
3131 arm: Kirkwood: Correct header define
3132
3133 Correct define typo (. -> ,)
3134
3135 Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
3136
3137 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
3138 Author: Magnus Lilja <lilja.magnus@gmail.com>
3139 Date: Wed Jul 1 01:07:55 2009 +0200
3140
3141 MX31: Add basic support for Freescale i.MX31 PDK board.
3142
3143 Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
3144
3145 This patch assumes that some other program performs the actual
3146 NAND boot.
3147
3148 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
3149 Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
3150 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3151
3152 commit 8d460a573e2a2ac4834636903865a0428ad0e629
3153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3154 Date: Tue Jun 23 00:12:01 2009 +0200
3155
3156 S3C24x0: extract interrupts from timer
3157
3158 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3159
3160 commit c8badbe500a752f42049e51042767ee62ea714e0
3161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3162 Date: Sun Jun 28 14:14:21 2009 +0200
3163
3164 dm355/pm9261: add missing CONFIG_NET_MULTI
3165
3166 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3167
3168 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
3169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3170 Date: Tue Jun 23 00:12:01 2009 +0200
3171
3172 arm920t/interrupts: Move conditional compilation to Makefile
3173
3174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3175
3176 commit 06e758e75c79ce8761866bf8165c443584a20893
3177 Author: Kim, Heung Jun <riverful@gmail.com>
3178 Date: Sat Jun 20 11:02:17 2009 +0200
3179
3180 move L2 cache enable/disable function to cache.c in the omap3 SoC directory
3181
3182 Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
3183 CC: Dirk Behme <dirk.behme@googlemail.com>
3184 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3185
3186 commit d583ef5147066d3609de21f3beebbab99a19bad4
3187 Author: Thomas Lange <thomas@corelatus.se>
3188 Date: Sat Jun 20 11:02:17 2009 +0200
3189
3190 ARM DaVinci: EMIF settings
3191
3192 NAND module should not modify EMIF registers unrelated to CS2
3193 that is used for NAND, i.e. do not modify EWAIT config register
3194 or registers for other Chip Selects.
3195
3196 Without this patch, EMIF configurations made in board_init()
3197 will be invalidated.
3198
3199 Signed-off-by: Thomas Lange <thomas@corelatus.se>
3200
3201 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
3202 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3203 Date: Sat Jun 20 11:02:17 2009 +0200
3204
3205 versatile: config coding style cleanup
3206
3207 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3208 Cc: Peter Pearse <peter.pearse@arm.com>
3209
3210 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
3211 Author: Prafulla Wadaskar <prafulla@marvell.com>
3212 Date: Sat Jun 20 11:01:53 2009 +0200
3213
3214 arm: Kirkwood: Basic SOCs support
3215
3216 Kirkwood family controllers are highly integrated SOCs
3217 based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
3218
3219 SOC versions supported:-
3220 1) 88F6281-A0 define CONFIG_KW88F6281_A0
3221 2) 88F6192-A0 define CONFIG_KW88F6192_A0
3222
3223 Other supported features:-
3224 1) get_random_hex() fucntion
3225 2) PCI Express port initialization
3226 3) NS16550 driver support
3227
3228 Contributors:
3229 Yotam Admon <yotam@marvell.com>
3230 Michael Blostein <michaelbl@marvell.com
3231
3232 Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
3233 Acked-by: Stefan Rose <sr@denx.de>
3234 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3235
3236 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
3237 Author: Prafulla Wadaskar <prafulla@marvell.com>
3238 Date: Sat Jun 20 11:01:52 2009 +0200
3239
3240 arm: generic cache.h for ARM architectures
3241
3242 This patch is required for Kirkwood SoC support
3243 may be used by other ARM architectures
3244
3245 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3246
3247 commit 9c8c706c92e53433a871a563946c38075d76504d
3248 Author: Matthias Ludwig <mludwig@ultratronik.de>
3249 Date: Sat Jun 20 11:01:50 2009 +0200
3250
3251 OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
3252
3253 Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
3254
3255 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
3256 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
3257 Date: Wed Jun 24 08:32:09 2009 +0200
3258
3259 at91sam9260/9263: add back up for the rst(reset controller).
3260
3261 On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
3262 set to 0 after being set to 500 ms for the PHY reset.
3263 Do backup the old reset length and restore it after the MACB initialisation.
3264
3265 Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
3266 Signed-off-by: Stelian Pop <stelian@popies.net>
3267
3268 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
3269 Author: Kumar Gala <galak@kernel.crashing.org>
3270 Date: Fri Jul 3 12:45:44 2009 -0500
3271
3272 fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
3273
3274 sys_eeprom.c: In function 'do_mac':
3275 sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
3276 sys_eeprom.c: In function 'mac_read_from_eeprom':
3277 sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
3278
3279 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3280
3281 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
3282 Author: Peter Tyser <ptyser@xes-inc.com>
3283 Date: Tue Jun 30 17:15:51 2009 -0500
3284
3285 83xx: Add support for fsl_dma driver
3286
3287 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3288 Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
3289 Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
3290 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3291 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3292
3293 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
3294 Author: Peter Tyser <ptyser@xes-inc.com>
3295 Date: Tue Jun 30 17:15:50 2009 -0500
3296
3297 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
3298
3299 Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
3300 CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
3301 use
3302
3303 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3304 Acked-by: Kim Phillips <kim.phillips@freescale.com>
3305 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3306
3307 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
3308 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
3309 Date: Thu Jul 2 16:15:01 2009 +0530
3310
3311 8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
3312
3313 Defining the next two configs allows to switch the serial port from the
3314 console using the setenv stdin and stdout
3315 1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
3316 2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
3317
3318 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
3319 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3320 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3321
3322 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
3323 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
3324 Date: Thu Jul 2 16:14:40 2009 +0530
3325
3326 85xx: Adds GPIO registers to MPC85xx Memory Map.
3327
3328 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
3329 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3330
3331 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
3332 Author: Peter Tyser <ptyser@xes-inc.com>
3333 Date: Tue Jun 30 17:26:01 2009 -0500
3334
3335 86xx: XPedite5170 board support
3336
3337 Initial support for Extreme Engineering Solutions XPedite5170 -
3338 a MPC8640-based 3U VPX single board computer with a PMC/XMC
3339 site.
3340
3341 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3342 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3343
3344 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
3345 Author: Timur Tabi <timur@freescale.com>
3346 Date: Wed Jul 1 16:51:59 2009 -0500
3347
3348 fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
3349
3350 The calculate for rank density in compute_ranksize() for DDR3 used all
3351 integers for the expression, so the result was also a 32-bit integer, even
3352 though the 'bsize' variable is a u64. Fix the expression to calculate a
3353 true 64-bit value.
3354
3355 Signed-off-by: Timur Tabi <timur@freescale.com>
3356 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3357
3358 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
3359 Author: Peter Tyser <ptyser@xes-inc.com>
3360 Date: Tue Jun 30 17:15:49 2009 -0500
3361
3362 fsl_dma: Make DMA transactions snoopable
3363
3364 Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
3365 This allows dma transactions to be used for operations such as memory
3366 copies without any additional cache control operations.
3367
3368 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3369 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3370
3371 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
3372 Author: Peter Tyser <ptyser@xes-inc.com>
3373 Date: Tue Jun 30 17:15:48 2009 -0500
3374
3375 fsl_dma: Break out common memory initialization function
3376
3377 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3378 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3379
3380 commit 79f4333ceb059049b3ee560167d6cbaec493695f
3381 Author: Peter Tyser <ptyser@xes-inc.com>
3382 Date: Tue Jun 30 17:15:47 2009 -0500
3383
3384 8xxx: Move dma_init() call to common code
3385
3386 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3387 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3388
3389 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
3390 Author: Peter Tyser <ptyser@xes-inc.com>
3391 Date: Tue Jun 30 17:15:46 2009 -0500
3392
3393 fsl_dma: Move dma function prototypes to common header file
3394
3395 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3396 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3397
3398 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
3399 Author: Peter Tyser <ptyser@xes-inc.com>
3400 Date: Tue Jun 30 17:15:45 2009 -0500
3401
3402 8xxx: Rename dma_xfer() to dmacpy()
3403
3404 Also update dmacpy()'s argument order to match memcpy's and use
3405 phys_addr_t/phy_size_t for address/size arguments
3406
3407 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3408 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3409
3410 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
3411 Author: Peter Tyser <ptyser@xes-inc.com>
3412 Date: Tue Jun 30 17:15:44 2009 -0500
3413
3414 fsl_dma: Fix Channel Start bug in dma_check()
3415
3416 The Channel Start (CS) bit in the Mode Register (MR) should actually be
3417 cleared as the comment in the code suggests. Previously, CS was being
3418 set, not cleared.
3419
3420 Assuming normal operation of the DMA engine, this change shouldn't have
3421 any real affect.
3422
3423 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3424 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3425
3426 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
3427 Author: Peter Tyser <ptyser@xes-inc.com>
3428 Date: Tue Jun 30 17:15:43 2009 -0500
3429
3430 fsl_dma: Add support for arbitrarily large transfers
3431
3432 Support DMA transfers larger than the DMA controller's limit of
3433 (2 ^ 26 - 1) bytes
3434
3435 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3436 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3437
3438 commit a730393a362741c318b21771b8d7b2647e546c3e
3439 Author: Peter Tyser <ptyser@xes-inc.com>
3440 Date: Tue Jun 30 17:15:42 2009 -0500
3441
3442 fsl_dma: Use proper I/O access functions
3443
3444 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3445 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3446
3447 commit 9c06071a6077ba95e9d43226156e39567d5d064a
3448 Author: Peter Tyser <ptyser@xes-inc.com>
3449 Date: Tue Jun 30 17:15:41 2009 -0500
3450
3451 fsl_dma: Add bitfield definitions for common registers
3452
3453 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3454 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3455
3456 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
3457 Author: Peter Tyser <ptyser@xes-inc.com>
3458 Date: Tue Jun 30 17:15:40 2009 -0500
3459
3460 8xxx: Break out DMA code to a common file
3461
3462 DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
3463 previous CONFIG_DDR_ECC
3464
3465 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3466 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3467
3468 commit 6bbced671719518d0e28ff422623cd7ce396cbda
3469 Author: Mark Jackson <mpfj-list@mimc.co.uk>
3470 Date: Mon Jun 29 15:59:10 2009 +0100
3471
3472 Atmel LCD driver GUARDTIME fix
3473
3474 This patch allows the guard time parameter to be set in
3475 the Atmel LCDC driver.
3476
3477 By default, the previous value of 1 is used, unless the
3478 setting is defined elsewhere.
3479
3480 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
3481
3482 commit 29c35182462feea09f322e51913759a53359a3e0
3483 Author: Roy Zang <tie-fei.zang@freescale.com>
3484 Date: Tue Jun 30 13:56:23 2009 +0800
3485
3486 85xx: Add pci e1000 Ethernet support for P2020 board
3487
3488 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3489 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3490
3491 commit 156984a3611c28093919d3e3c042f722b5548253
3492 Author: Kumar Gala <galak@kernel.crashing.org>
3493 Date: Thu Jun 18 08:39:42 2009 -0500
3494
3495 8xxx: Fix PCI bus address setup for 36-bit configs
3496
3497 We want the outbound PCI memory map to end at the 4G boundary so we
3498 can maximize the amount of space available for inbound mappings if
3499 we have large amounts of memory.
3500
3501 This matches the device tree setup in the kernel for the 36-bit physical
3502 configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
3503
3504 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3505
3506 commit 480f61790565d77432b70b4016b73f2ae27d530f
3507 Author: Kumar Gala <galak@kernel.crashing.org>
3508 Date: Thu Jun 18 08:23:01 2009 -0500
3509
3510 86xx: Add CPU_TYPE_ENTRY support
3511
3512 Unify with 83xx and 85xx and use CPU_TYPE_ENTRY. We are going to use
3513 this to convey the # of cores and DDR width in the near future so its
3514 good to keep in sync.
3515
3516 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3517
3518 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
3519 Author: Peter Meerwald <pmeerw@pmeerw.net>
3520 Date: Mon Jun 29 15:48:33 2009 -0400
3521
3522 Blackfin: TWI/I2C: fix pure writes
3523
3524 If doing a pure write with register address and data (not a read/write
3525 combo transfer), we don't set the initial transfer length properly which
3526 ends up causing only the register address to be transferred.
3527
3528 While we're here, fix the i2c_write() parameter description of the buffer.
3529
3530 Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
3531 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3532
3533 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
3534 Author: Prafulla Wadaskar <prafulla@marvell.com>
3535 Date: Sat May 30 01:13:33 2009 +0530
3536
3537 spi: Add Marvell Kirkwood SPI driver
3538
3539 This patch adds a SPI driver for the Marvell Kirkwood SoC's.
3540
3541 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3542
3543 commit 6bde171a4c4116cee179167cb65335a28f99932d
3544 Author: Minkyu Kang <mk7.kang@samsung.com>
3545 Date: Thu Jun 25 19:21:33 2009 +0900
3546
3547 s3c64xx: move the reset_cpu function
3548
3549 Because of the reset_cpu is soc specific, should be move to soc
3550 And read reset value from SYS_ID register instead of hard code
3551 this patch also supports s3c6410
3552
3553 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3554
3555 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
3556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3557 Date: Sun May 17 00:58:37 2009 +0200
3558
3559 integrator: merge integratorap and integratorcp
3560
3561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3562 Acked-by: Peter Pearse <peter.pearse@arm.com>
3563
3564 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
3565 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3566 Date: Sun May 17 00:58:36 2009 +0200
3567
3568 integratorap/cp: use cfi driver
3569
3570 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3571 Acked-by: Peter Pearse <peter.pearse@arm.com>
3572
3573 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
3574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3575 Date: Sun May 17 00:58:36 2009 +0200
3576
3577 integratorap/cp/versatile: remove non used functions
3578
3579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3580 Acked-by: Peter Pearse <peter.pearse@arm.com>
3581
3582 commit f54851a6e3844b7e01581b5a9681f294118b7529
3583 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3584 Date: Sun May 17 00:58:36 2009 +0200
3585
3586 integratorcp: split timer support
3587
3588 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3589 Acked-by: Peter Pearse <peter.pearse@arm.com>
3590
3591 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
3592 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3593 Date: Sun May 17 00:58:36 2009 +0200
3594
3595 integratorap: split timer support
3596
3597 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3598 Acked-by: Peter Pearse <peter.pearse@arm.com>
3599
3600 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
3601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3602 Date: Sun May 17 00:58:36 2009 +0200
3603
3604 integratorap: split pci support
3605
3606 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3607 Acked-by: Peter Pearse <peter.pearse@arm.com>
3608
3609 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
3610 Author: Ilya Yanok <yanok@emcraft.com>
3611 Date: Mon Jun 8 04:12:50 2009 +0400
3612
3613 arm: add support for CONFIG_GENERIC_MMC
3614
3615 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
3616
3617 commit 47d19da4d3f9ac4787abe9dee32406478424be52
3618 Author: Ilya Yanok <yanok@emcraft.com>
3619 Date: Mon Jun 8 04:12:46 2009 +0400
3620
3621 serial_mx31: allow it to work with mx27 too and rename to serial_mxc
3622
3623 UART hardware on i.MX27 is the same as on the i.MX31 so we just
3624 need to provide the driver with correct address of the registers.
3625
3626 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
3627
3628 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
3629 Author: Ilya Yanok <yanok@emcraft.com>
3630 Date: Mon Jun 8 04:12:45 2009 +0400
3631
3632 mx27: basic cpu support
3633
3634 This patch adds generic code to support Freescale's i.MX27 SoCs.
3635
3636 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
3637
3638 commit dd2f6965a6c71f6f711ec98827880152e022c236
3639 Author: Magnus Lilja <lilja.magnus@gmail.com>
3640 Date: Sat Jun 13 20:50:03 2009 +0200
3641
3642 i.MX31: Create a common device file.
3643
3644 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
3645
3646 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
3647 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3648 Date: Sat Jun 13 20:50:02 2009 +0200
3649
3650 ARM: Add macros.h to be used in assembler file.
3651
3652 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3653
3654 commit 40c642bc19b9fa2906e3172487a522fee456340b
3655 Author: Magnus Lilja <lilja.magnus@gmail.com>
3656 Date: Sat Jun 13 20:50:01 2009 +0200
3657
3658 MX31: Add NAND SPL for i.MX31.
3659
3660 This patch adds the NAND SPL framework needed to boot i.MX31 boards
3661 from NAND.
3662
3663 It has been tested on a i.MX31 PDK board with large page NAND. Small
3664 page NANDs should work as well, but this has not been tested.
3665
3666 Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
3667 whether this is compatible with a particular setup depends on how
3668 the NAND device is programmed by the flash programmer (e.g. JTAG
3669 debugger).
3670
3671 The patch is based on the work by Maxim Artamonov.
3672
3673 Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
3674 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
3675
3676 commit df81238b3e27a791da996a9208402ac8f40b9862
3677 Author: Magnus Lilja <lilja.magnus@gmail.com>
3678 Date: Sat Jun 13 20:50:00 2009 +0200
3679
3680 ARM1136: Introduce CONFIG_PRELOADER macro.
3681
3682 Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
3683 in start.S. In preparation for adding support for NAND SPL
3684 the macro CONFIG_PRELOADER is introducted and replaces the
3685 CONFIG_ONENAND_IPL in start.S.
3686
3687 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
3688
3689 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
3690 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3691 Date: Sat Jun 13 12:50:04 2009 +0200
3692
3693 at91: unify nor boot support
3694
3695 the lowlevel init sequence is the same so unify it
3696
3697 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3698
3699 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
3700 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3701 Date: Sat Jun 13 12:48:36 2009 +0200
3702
3703 at91sam9263ek: add nor flash support
3704
3705 this will allow you to store use it for the env and to boot directly U-Boot from
3706
3707 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3708
3709 commit 329492329700812c6df275aa0fda09d609cd0fd4
3710 Author: Ilko Iliev <iliev@ronetix.at>
3711 Date: Fri Jun 12 21:20:39 2009 +0200
3712
3713 at91: add support for the PM9261 board of Ronetix GmbH
3714
3715 The PM9261 board is based on the AT91SAM9261-EK board.
3716
3717 Here is the page on Ronetix website:
3718 http://www.ronetix.at/starter_kit_9261.html
3719
3720 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
3721 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3722
3723 commit 01550a2b650fbabc03334f9eadcc6083601a2414
3724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3725 Date: Fri Jun 12 21:20:38 2009 +0200
3726
3727 pm9263: use macro instead of hardcode value for the lowlevel_init
3728
3729 optimize a few the RAM init
3730
3731 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
3732 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3733
3734 commit 7a11c7f9747240dc770954d320569596c0fbcb50
3735 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3736 Date: Fri Jun 12 21:20:37 2009 +0200
3737
3738 pm9263: lowlevel init update
3739
3740 move PSRAM init to pm9263.c
3741 this will allow us after to make the nor lowlevel_init generic
3742
3743 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3744
3745 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
3746 Author: Mike Frysinger <vapier@gentoo.org>
3747 Date: Mon Jun 15 00:25:19 2009 -0400
3748
3749 Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
3750
3751 The way the ALL variable is used allows for config.mk's to add more
3752 targets themselves without having to clutter up the top level Makefile.
3753
3754 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3755
3756 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
3757 Author: Mike Frysinger <vapier@gentoo.org>
3758 Date: Sun Jun 14 22:29:35 2009 -0400
3759
3760 Blackfin: fix SPI flash speed define name
3761
3762 The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
3763 CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
3764
3765 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3766
3767 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
3768 Author: Mike Frysinger <vapier@gentoo.org>
3769 Date: Sun Jun 14 22:26:31 2009 -0400
3770
3771 Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
3772
3773 Building the compression code in lib_generic/ with -O2 rather than -Os
3774 gives a nice speed boost without too much code size increase.
3775
3776 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3777
3778 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
3779 Author: Mike Frysinger <vapier@gentoo.org>
3780 Date: Sun Jun 14 21:23:27 2009 -0400
3781
3782 Blackfin: bf548-ezkit: bump up monitor size
3783
3784 The latest version of U-Boot got a bit fatter in the BSS section which
3785 caused overflows in the RAM region, so increase the monitor size.
3786
3787 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3788
3789 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
3790 Author: Vivi Li <vivi.li@analog.com>
3791 Date: Fri Jun 12 10:53:22 2009 +0000
3792
3793 Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
3794
3795 The SPI flash layer is much stricter about sector usage than the eeprom
3796 layer we used to use, so update the env settings to better match the
3797 sector alignment of the flashes we use.
3798
3799 Signed-off-by: Vivi Li <vivi.li@analog.com>
3800 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3801
3802 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
3803 Author: Vivi Li <vivi.li@analog.com>
3804 Date: Fri Jun 12 10:33:23 2009 +0000
3805
3806 Blackfin: bump up default JTAG console timeout
3807
3808 The debug tools that interface with the other side of the JTAG console
3809 got much slower when generalizing things, so bump up the default timeout
3810 value on the U-Boot side to cope. Hopefully at some point we can improve
3811 the debug tools to speed things back up.
3812
3813 Signed-off-by: Vivi Li <vivi.li@analog.com>
3814 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3815
3816 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
3817 Author: Mike Frysinger <vapier@gentoo.org>
3818 Date: Mon Jun 1 19:08:33 2009 -0400
3819
3820 Blackfin: add jtagconsole helper script
3821
3822 This script is similar to the netconsole script, but instead works with
3823 the JTAG console device driver that exists on Blackfin parts.
3824
3825 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3826
3827 commit 60f61e6d7655400bb785a2ef637581679941f6d1
3828 Author: Remy Bohmer <linux@bohmer.net>
3829 Date: Sat May 2 21:49:18 2009 +0200
3830
3831 Convert DM9000 driver for CONFIG_NET_MULTI
3832
3833 All drivers need to be converted to CONFIG_NET_MULTI.
3834 This patch converts the dm9000 driver.
3835
3836 Signed-off-by: Thomas Smits <ts.smits@gmail.com>
3837 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3838 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3839
3840 commit 9131589ada4dda0718604d0a425ca46e52775f6e
3841 Author: Prafulla Wadaskar <prafulla@marvell.com>
3842 Date: Sun Jun 14 22:33:46 2009 +0530
3843
3844 net: Add Marvell Kirkwood gigabit ethernet driver
3845
3846 This patch adds a egiga driver for the Marvell Kirkwood SoC's.
3847
3848 Contributors:
3849 Yotam Admon <yotam@marvell.com>
3850 Michael Blostein <michaelbl@marvell.com
3851
3852 Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
3853 Acked-by: Stefan Rose <sr@denx.de>
3854 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3855 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3856
3857 commit 7835f4b94927ecb5affd99aad62592108db606ad
3858 Author: s-paulraj@ti.com <s-paulraj@ti.com>
3859 Date: Tue May 12 11:45:34 2009 -0400
3860
3861 DaVinci Network Driver Updates
3862
3863 Different flavours of DaVinci SOC's have differences in their EMAC IP
3864 This patch does the following
3865 1) Updates base addresses for DM365
3866 2) Updates MDIO frequencies for DM365 and DM646x
3867 3) Update EMAC wrapper registers for DM365 and DM646x
3868
3869 Patch applies to u-boot-net git. the EMAC driver itself
3870 will be updated shortly to add support for DM365 and DM646x
3871
3872 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3873 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3874
3875 commit 44578bea14e49035331a8f0e000e935e0d830ff4
3876 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3877 Date: Tue May 26 08:29:29 2009 -0400
3878
3879 Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
3880
3881 From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
3882 From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3883 Date: Wed, 20 May 2009 18:26:01 -0400
3884 Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
3885
3886 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3887 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3888
3889 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
3890 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
3891 Date: Thu Jun 4 09:39:48 2009 +0200
3892
3893 A VLAN tagged DHCP request/discover is 4 bytes short
3894
3895 The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
3896 If sending a VLAN tagged frame (when env variable vlan is set) this
3897 should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
3898
3899 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
3900 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3901
3902 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
3903 Author: Ben Warren <biggerbadderben@gmail.com>
3904 Date: Tue Apr 28 16:39:19 2009 -0700
3905
3906 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
3907
3908 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3909
3910 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
3911 Author: Ben Warren <biggerbadderben@gmail.com>
3912 Date: Tue May 26 00:34:07 2009 -0700
3913
3914 Switched davinci_emac Ethernet driver to use newer API
3915
3916 Added CONFIG_NET_MULTI to all Davinci boards
3917 Removed all calls to Davinci network driver from board code
3918 Added cpu_eth_init() to cpu/arm926ejs/cpu.c
3919
3920 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3921
3922 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
3923 Author: Ben Warren <biggerbadderben@gmail.com>
3924 Date: Mon Apr 27 23:19:10 2009 -0700
3925
3926 Initial cleanup of Davinci Ethernet driver
3927
3928 Removed pointless #ifdefs
3929 Moved functions around in file in preparation for switch to newer API
3930
3931 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3932
3933 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
3934 Author: Ben Warren <biggerbadderben@gmail.com>
3935 Date: Tue May 26 00:17:59 2009 -0700
3936
3937 Moved Davinci Ethernet driver to drivers/net
3938
3939 This driver has been renamed davinci_emac.c
3940
3941 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3942
3943 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
3944 Author: Prafulla Wadaskar <prafulla@marvell.com>
3945 Date: Tue May 19 01:40:16 2009 +0530
3946
3947 Marvell MV88E61XX Switch Driver support
3948
3949 Chips supported:-
3950 1. 88E6161 6 port gbe swtich with 5 integrated PHYs
3951 2. 88E6165 6 port gbe swtich with 5 integrated PHYs
3952 2. 88E6132 3 port gbe swtich with 2 integrated PHYs
3953 Platform specific configuration supported for:-
3954 default or router port vlan configuration
3955 led_init configuration
3956 mdip/n polarity reversal configuration
3957
3958 Note: This driver is supported and tested against
3959 kirkwood egiga interface
3960
3961 Contributors:
3962 Yotam Admon <yotam@marvell.com>
3963 Michael Blostein <michaelbl@marvell.com
3964
3965 Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
3966 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3967 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3968
3969 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
3970 Author: Zach LeRoy <zleroy@xes-inc.com>
3971 Date: Fri May 22 10:26:33 2009 -0500
3972
3973 tsec: Add support for BCM5482S PHY
3974
3975 Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
3976 Acked-by: Kumar Gala <galak@kernel.crashing.org>
3977 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3978
3979 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
3980 Author: Mike Frysinger <vapier@gentoo.org>
3981 Date: Sun Jun 14 06:29:07 2009 -0400
3982
3983 Blackfin: unify u-boot linker scripts
3984
3985 All the Blackfin linker scripts were duplicated across the board dirs with
3986 no difference save from the semi-often used ENV_IS_EMBEDDED option. So
3987 unify all of them in the lib_blackfin/ dir and for the few boards that
3988 need to embedded the environment directly, add a LDS_BOARD_TEXT define for
3989 them to customize via their board config file. This is much simpler than
3990 forcing them to duplicate the rest of the linker script.
3991
3992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3993
3994 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
3995 Author: Mike Frysinger <vapier@gentoo.org>
3996 Date: Fri May 29 17:02:37 2009 -0400
3997
3998 Blackfin: bf518f-ezbrd: enable SST SPI flash driver
3999
4000 The BF51xF parts have an internal SST SPI flash, so make sure the driver is
4001 enabled by default so we can access it.
4002
4003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4004
4005 commit f348ab85f741dc98b2d202c04b5f430eace94925
4006 Author: Mike Frysinger <vapier@gentoo.org>
4007 Date: Fri Apr 24 17:22:40 2009 -0400
4008
4009 Blackfin: convert specific pre/post config headers to common method
4010
4011 The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
4012 common Blackfin board defines. The common method now is to use config.h,
4013 so convert blackfin-config-post.h to that. Rename the still Blackfin
4014 specific blackfin-config-pre.h to config-pre.h so the naming conventions
4015 at least line up.
4016
4017 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4018
4019 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
4020 Author: Mike Frysinger <vapier@gentoo.org>
4021 Date: Fri Apr 24 17:11:47 2009 -0400
4022
4023 Blackfin: enable LZMA for all ADI boards
4024
4025 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4026
4027 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
4028 Author: Mike Frysinger <vapier@gentoo.org>
4029 Date: Mon Apr 13 05:52:45 2009 -0400
4030
4031 Blackfin: make default ADI env more flexible
4032
4033 Allow boards to easily override the root= and default bootcmd, allow
4034 people to tweak the file used in default bootcmds at runtime via one env
4035 var, and add a stock nandboot command.
4036
4037 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4038
4039 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
4040 Author: Hoan Hoang <hnhoan@i-syst.com>
4041 Date: Sun Jan 18 22:44:17 2009 -0500
4042
4043 Blackfin: ibf-dsp561: new board port
4044
4045 Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
4046 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4047
4048 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
4049 Author: Mike Frysinger <vapier@gentoo.org>
4050 Date: Sun Oct 12 23:28:33 2008 -0400
4051
4052 Blackfin: blackstamp: new board port
4053
4054 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4055
4056 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
4057 Author: Mike Frysinger <vapier@gentoo.org>
4058 Date: Sun Oct 12 23:22:25 2008 -0400
4059
4060 Blackfin: bf537-srv1: new board port
4061
4062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4063
4064 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
4065 Author: Mike Frysinger <vapier@gentoo.org>
4066 Date: Sun Oct 12 23:16:52 2008 -0400
4067
4068 Blackfin: bf537-minotaur: new board port
4069
4070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4071
4072 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
4073 Author: Mike Frysinger <vapier@gentoo.org>
4074 Date: Sun Oct 12 23:08:03 2008 -0400
4075
4076 Blackfin: bf537-pnav: new board port
4077
4078 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4079
4080 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
4081 Author: Mike Frysinger <vapier@gentoo.org>
4082 Date: Sun Oct 12 21:55:45 2008 -0400
4083
4084 Blackfin: cm-bf527: new board port
4085
4086 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4087
4088 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
4089 Author: Mike Frysinger <vapier@gentoo.org>
4090 Date: Sun Oct 12 21:54:07 2008 -0400
4091
4092 Blackfin: cm-bf548: new board port
4093
4094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4095
4096 commit 9417d9a21384279308abe5b4dd8dfd418742484c
4097 Author: Mike Frysinger <vapier@gentoo.org>
4098 Date: Sun Oct 12 21:49:28 2008 -0400
4099
4100 Blackfin: tcm-bf537: new board port
4101
4102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4103
4104 commit e548321af00e869af7194896576beb9b68457ff7
4105 Author: Mike Frysinger <vapier@gentoo.org>
4106 Date: Sun Oct 12 21:45:05 2008 -0400
4107
4108 Blackfin: cm-bf561: new board port
4109
4110 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4111
4112 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
4113 Author: Mike Frysinger <vapier@gentoo.org>
4114 Date: Sun Oct 12 21:41:06 2008 -0400
4115
4116 Blackfin: cm-bf537e: new board port
4117
4118 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4119
4120 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
4121 Author: Mike Frysinger <vapier@gentoo.org>
4122 Date: Sun Oct 12 21:36:22 2008 -0400
4123
4124 Blackfin: cm-bf533: new board port
4125
4126 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4127
4128 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
4129 Author: Mike Frysinger <vapier@gentoo.org>
4130 Date: Thu Nov 27 16:50:32 2008 -0500
4131
4132 Blackfin: new spibootldr command
4133
4134 Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
4135 so add a new 'spibootldr' command to take advantage of it.
4136
4137 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4138
4139 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
4140 Author: Mike Frysinger <vapier@gentoo.org>
4141 Date: Mon Oct 6 04:42:33 2008 -0400
4142
4143 Blackfin: support embedding the environment into loader files (LDRs)
4144
4145 For the most part, the Blackfin processor boots files in the LDR format
4146 rather than binary/ELF files. So we want to export the environment as a
4147 raw blob to the LDR utility so it can embed it at the right location.
4148
4149 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4150
4151 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
4152 Author: Mike Frysinger <vapier@gentoo.org>
4153 Date: Sun Jun 14 11:03:48 2009 -0400
4154
4155 add %.c->%.i and %.c->%.s rules
4156
4157 The Linux kernel has some helper rules which allow you to quickly produce
4158 some of the intermediary files from C source. Specifically, you can
4159 create .i files which is the preprocessed output and you can create .s
4160 files which is the assembler output. This is useful when you are trying
4161 to track down header/macro expansion errors or inline assembly errors.
4162
4163 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4164 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4165
4166 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
4167 Author: Mike Frysinger <vapier@gentoo.org>
4168 Date: Sat May 30 01:02:03 2009 -0400
4169
4170 make sure toplevel $(SUBDIRS) is always declared
4171
4172 The $(SUBDIRS) variable is only declared when U-Boot has been configured,
4173 but it gets used all the time. In the non-configured case, it is used to
4174 generate a helpful error message, but it needs to be set properly for that
4175 to occur.
4176
4177 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4178
4179 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
4180 Author: Grzegorz Bernacki <gjb@semihalf.com>
4181 Date: Fri Jun 12 11:33:55 2009 +0200
4182
4183 digsy mtc: Add description to GPIO initial configuration.
4184
4185 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4186
4187 commit 12304871bc7839145f2b4238923e9023616d7399
4188 Author: Grzegorz Bernacki <gjb@semihalf.com>
4189 Date: Fri Jun 12 11:33:54 2009 +0200
4190
4191 digsy MTC: Add 'mtc' command.
4192
4193 New command allows to:
4194 o check FW version
4195 o set LED status
4196 o set digital output status
4197 o get digital input status
4198
4199 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4200
4201 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
4202 Author: Grzegorz Bernacki <gjb@semihalf.com>
4203 Date: Fri Jun 12 11:33:53 2009 +0200
4204
4205 digsy MTC: Add SPI support.
4206
4207 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4208
4209 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
4210 Author: Grzegorz Bernacki <gjb@semihalf.com>
4211 Date: Fri Jun 12 11:33:52 2009 +0200
4212
4213 mpc52xx: Add SPI driver.
4214
4215 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4216
4217 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
4218 Author: Mike Frysinger <vapier@gentoo.org>
4219 Date: Sun Jun 14 09:33:00 2009 -0400
4220
4221 allow boards to customize compiler options on a per-file/dir basis
4222
4223 With our Blackfin boards, we like to build the compression routines with
4224 -O2 as our tests show a pretty good size/speed tradeoff. For the rest of
4225 U-Boot though, we want to stick with the default -Os as that is mostly
4226 control code. So in our case, we would add a line like so to the board
4227 specific config.mk file:
4228 CFLAGS_lib_generic += -O2
4229
4230 Now all files under lib_generic/ will have -O2 appended to their build.
4231
4232 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4233 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4234
4235 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
4236 Author: Wolfgang Denk <wd@denx.de>
4237 Date: Sun Jun 14 21:30:39 2009 +0200
4238
4239 Prepare v2009.06
4240
4241 Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
4242
4243 Signed-off-by: Wolfgang Denk <wd@denx.de>
4244
4245 commit c3147c1762f8caf99649051116a2411bdf887c10
4246 Author: Wolfgang Denk <wd@denx.de>
4247 Date: Sun Jun 14 20:31:36 2009 +0200
4248
4249 Revert "SMC911x driver fixed for NFS boot"
4250
4251 This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
4252 which causes compile warnings ("large integer implicitly truncated
4253 to unsigned type") on all systems that use this driver. The warning
4254 results from passing long constants (TX_CFG, RX_CFG) into
4255 smc911x_set_mac_csr() which is declared to accept "unsigned
4256 character" arguments only.
4257
4258 Being close to a release, with nobody available to actually test the
4259 code or the suggested fixes, it seems better to revert the patch.
4260
4261 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
4262 Author: Peter Tyser <ptyser@xes-inc.com>
4263 Date: Fri May 22 10:26:37 2009 -0500
4264
4265 xes: Update Freescale clock code to work with 86xx processors
4266
4267 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4268 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4269
4270 commit 25623937bb81cae788d767e6c59a11c96fc82866
4271 Author: Peter Tyser <ptyser@xes-inc.com>
4272 Date: Fri May 22 10:26:36 2009 -0500
4273
4274 xes: Update Freescale DDR code to work with 86xx processors
4275
4276 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4277 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4278
4279 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
4280 Author: Peter Tyser <ptyser@xes-inc.com>
4281 Date: Fri May 22 10:26:35 2009 -0500
4282
4283 xes: Update Freescale PCI code to work with 86xx processors
4284
4285 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4286 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4287
4288 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
4289 Author: Peter Tyser <ptyser@xes-inc.com>
4290 Date: Fri May 22 10:26:32 2009 -0500
4291
4292 85xx: Add PORBMSR and PORDEVSR shift defines
4293
4294 Add defines similar to those already used for the the 86xx architecture.
4295 This will ease sharing of PCI code between the 85xx and 86xx
4296 architectures.
4297
4298 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4300
4301 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
4302 Author: Peter Tyser <ptyser@xes-inc.com>
4303 Date: Thu May 21 12:10:00 2009 -0500
4304
4305 fsl/85xx, 86xx: Sync up DMA code
4306
4307 The following changes were made to sync up the DMA code between the 85xx
4308 and 86xx architectures which will make it easier to break out common
4309 8xxx DMA code:
4310
4311 85xx:
4312 - Don't set STRANSINT and SPCIORDER fields in SATR register. These bits
4313 only have an affect when the SBPATMU bit is set.
4314 - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
4315 status register. We may as well clear all 32 bits of the register...
4316
4317 86xx:
4318 - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
4319 - Add clearing of errors in the DMA status register when initializing
4320 the controller
4321 - Clear the channel start bit in the DMA mode register after a transfer
4322
4323 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4324 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4325
4326 commit b1f12650d332eadac1306a772cab6096abee6ddd
4327 Author: Peter Tyser <ptyser@xes-inc.com>
4328 Date: Thu May 21 12:09:59 2009 -0500
4329
4330 fsl: Create common fsl_dma.h for 85xx and 86xx cpus
4331
4332 Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
4333 reduce a large amount of code duplication
4334
4335 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4336 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4337
4338 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
4339 Author: Haiying Wang <Haiying.Wang@freescale.com>
4340 Date: Wed May 20 12:30:41 2009 -0400
4341
4342 85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
4343
4344 On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
4345 UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
4346 disable UEC6 and UEC8 by default.
4347
4348 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4349 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4350
4351 commit e8efef7c1b457442583a8b9d38d8a5b667661616
4352 Author: Haiying Wang <Haiying.Wang@freescale.com>
4353 Date: Thu Jun 4 16:12:42 2009 -0400
4354
4355 drivers/qe: add sgmii support in for UEC driver
4356
4357 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4359
4360 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
4361 Author: Haiying Wang <Haiying.Wang@freescale.com>
4362 Date: Thu Jun 4 16:12:41 2009 -0400
4363
4364 qe: Pass in uec_info struct through uec_initialize
4365
4366 The uec driver contains code to hard code configuration information for the uec
4367 ethernet controllers. This patch creates an array of uec_info structures, which
4368 are then parsed by the corresponding driver instance to determine configuration.
4369 It also creates function uec_standard_init() to initialize all UEC interfaces
4370 for 83xx and 85xx.
4371
4372 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4374
4375 commit 9a6110897fc9282ade598bbba70ad72b940436e3
4376 Author: Haiying Wang <Haiying.Wang@freescale.com>
4377 Date: Thu Jun 4 16:12:40 2009 -0400
4378
4379 fsl: Update the number of ethxaddr in reading system eeprom
4380
4381 We support up to 8 mac addresses in system eeprom, so we define the macro
4382 MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
4383 according to mac_count.
4384
4385 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4386 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4387
4388 commit f82107f637f167a77803c0933f9b24741a91c711
4389 Author: Haiying Wang <Haiying.Wang@freescale.com>
4390 Date: Wed May 20 12:30:37 2009 -0400
4391
4392 85xx: Add RMII support for MPC8569MDS
4393
4394 This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
4395 support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
4396 enalbe_mpc8569mds_qe_uec which is more accurate.
4397
4398 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4399 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4400
4401 commit 750098d33bc362ac4263863e92da158cf011063f
4402 Author: Haiying Wang <Haiying.Wang@freescale.com>
4403 Date: Wed May 20 12:30:36 2009 -0400
4404
4405 85xx: Add UEC3 and UEC4 support for MPC8569MDS
4406
4407 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4408 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4409
4410 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
4411 Author: Haiying Wang <Haiying.Wang@freescale.com>
4412 Date: Wed May 20 12:30:35 2009 -0400
4413
4414 drivers/qe: Add more SNUM number for QE
4415
4416 Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
4417 1000 mode.
4418
4419 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4420 Acked-by: Timur Tabi <timur@freescale.com>
4421 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4422
4423 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
4424 Author: Haiying Wang <Haiying.Wang@freescale.com>
4425 Date: Thu May 21 15:34:14 2009 -0400
4426
4427 drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
4428
4429 Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
4430 define MAX_QE_RISC for QE based silicons.
4431
4432 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4433 Acked-by: Timur Tabi <timur@freescale.com>
4434 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4435
4436 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
4437 Author: Haiying Wang <Haiying.Wang@freescale.com>
4438 Date: Wed May 20 12:30:29 2009 -0400
4439
4440 85xx: Add QE clk support
4441
4442 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4443 Acked-by: Timur Tabi <Timur@freescale.com>
4444 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4445
4446 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
4447 Author: Kumar Gala <galak@kernel.crashing.org>
4448 Date: Wed May 20 01:11:33 2009 -0500
4449
4450 85xx: Added MPC8535/E identifiers
4451
4452 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4453
4454 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
4455 Author: Kumar Gala <galak@kernel.crashing.org>
4456 Date: Thu May 21 08:36:43 2009 -0500
4457
4458 85xx: Always attempt ethernet device tree fixup
4459
4460 Its reasonable that we may have ethernet devices but dont have drivers
4461 or support enabled for them in u-boot and want the device tree fixed up.
4462 Unconditionally calling the ethernet fixup is fine since if we dont have
4463 ethernet nodes that match (or aliases) we will not attempt to do
4464 anything.
4465
4466 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4467 Acked-by: Timur Tabi <timur@freescale.com>
4468
4469 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
4470 Author: Haiying Wang <Haiying.Wang@freescale.com>
4471 Date: Thu May 21 15:32:13 2009 -0400
4472
4473 drivers/qe: Rename the camel-case identifiers in uec
4474
4475 Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
4476
4477 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4478
4479 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
4480 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
4481 Date: Fri Apr 3 15:36:13 2009 -0500
4482
4483 85xx: Add P2020DS support
4484
4485 The patch adds support for P2020DS reference platform.
4486 DDR3 interface uses hard-coded initialization rather than SPD
4487 for now and was tested at 667Mhz. Some PIXIS register
4488 definitions and associated code sections need to be fixed.
4489 TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
4490 tested under u-boot.
4491
4492 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
4493 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
4494 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4495
4496 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
4497 Author: Stefan Roese <sr@denx.de>
4498 Date: Tue Jun 9 16:57:47 2009 +0200
4499
4500 mpc512x: MPC5121ADS: Add NAND support
4501
4502 This patch adds NAND support to the MPC5121ADS board. Please
4503 note that the image size increased since NAND support didn't
4504 fit in the current image size (256k).
4505
4506 Signed-off-by: Stefan Roese <sr@denx.de>
4507 Signed-off-by: Wolfgang Denk <wd@denx.de>
4508 Cc: Wolfgang Denk <wd@denx.de>
4509
4510 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
4511 Author: Stefan Roese <sr@denx.de>
4512 Date: Tue Jun 9 16:57:03 2009 +0200
4513
4514 nand/mpc512x: Add MPC512x NAND support (NFC)
4515
4516 This patch adds NAND Flash Controller driver for MPC5121 revision 2.
4517 All device features, except hardware ECC and power management, are
4518 supported.
4519
4520 This NFC driver replaces the one orignally posted by John Rigby:
4521
4522 "[PATCH] Freescale NFC NAND driver"
4523
4524 It's a port of the Linux driver version posted by Piotr Ziecik a few
4525 weeks ago. Using this driver has the following advantages (from my
4526 point of view):
4527
4528 - Compatibility with the Linux NAND driver (e.g. ECC usage)
4529 - Better code quality in general
4530 - Resulting U-Boot image is a bit smaller (approx. 3k)
4531 - Better to sync with newer Linux driver versions
4532
4533 The only disadvantage I can see, is that HW-ECC is not supported right
4534 now. But this could be added later (e.g. port from Linux driver after
4535 it's supported there). Using HW-ECC on the MCP5121 NFC has a general
4536 problem because of the ECC usage in the spare area. This collides with
4537 JFFS2 for example.
4538
4539 Signed-off-by: Stefan Roese <sr@denx.de>
4540 Cc: Piotr Ziecik <kosmo@semihalf.com>
4541 Cc: Wolfgang Denk <wd@denx.de>
4542 Cc: John Rigby <jcrigby@gmail.com>
4543 Cc: Scott Wood <scottwood@freescale.com>
4544
4545 commit e53b507cee5d976953134a565c72fd32c967d7dd
4546 Author: Stefan Roese <sr@denx.de>
4547 Date: Tue Jun 9 11:50:40 2009 +0200
4548
4549 mpc512x: Add esd gmbh mecp5123 board support
4550
4551 MECP5123 is a MPC5121E based module by esd gmbh.
4552
4553 Signed-off-by: Stefan Roese <sr@denx.de>
4554 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4555
4556 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
4557 Author: Stefan Roese <sr@denx.de>
4558 Date: Tue Jun 9 11:50:05 2009 +0200
4559
4560 mcp512x: Add macros for SCFR LPC divisor access
4561
4562 Thos macros will be used by the esd mecp5123 board.
4563
4564 Signed-off-by: Stefan Roese <sr@denx.de>
4565
4566 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
4567 Author: Stefan Roese <sr@denx.de>
4568 Date: Mon Jun 8 09:38:07 2009 +0200
4569
4570 mpc512x: Fix problem with I2C access before relocation
4571
4572 This is needed for the upcoming esd MECP5123 board port which uses
4573 I2C EEPROM for environment storage.
4574
4575 Signed-off-by: Stefan Roese <sr@denx.de>
4576 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4577 Acked-by: Heiko Schocher<hs@denx.de>
4578
4579 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
4580 Author: Stefan Roese <sr@denx.de>
4581 Date: Thu Jun 4 13:35:39 2009 +0200
4582
4583 74xx_7xx: CPCI750: Add CPCI adapter/target support
4584
4585 The CPCI750 can be built as CPCI host or adapter/target board. This patch
4586 adds support for runtime detection of those variants.
4587
4588 Signed-off-by: Stefan Roese <sr@denx.de>
4589 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4590
4591 commit ae7a2739d7a0704437376e229bb21940952c55be
4592 Author: Stefan Roese <sr@denx.de>
4593 Date: Fri Jun 5 05:45:41 2009 +0200
4594
4595 74xx_7xx: CPCI750: Enable access to PCI function > 0
4596
4597 The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
4598 patch enables access to those functions.
4599
4600 Signed-off-by: Stefan Roese <sr@denx.de>
4601 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4602
4603 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
4604 Author: Stefan Roese <sr@denx.de>
4605 Date: Thu Jun 4 13:35:37 2009 +0200
4606
4607 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
4608
4609 Signed-off-by: Stefan Roese <sr@denx.de>
4610 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4611
4612 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
4613 Author: Stefan Roese <sr@denx.de>
4614 Date: Thu Jun 4 13:35:36 2009 +0200
4615
4616 74xx_7xx: CPCI750: Add loadpci command
4617
4618 This command is used to load/boot an OS-image which is transferred from
4619 the CPCI host to the CPCI target/adapter.
4620
4621 Signed-off-by: Stefan Roese <sr@denx.de>
4622 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4623
4624 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
4625 Author: Stefan Roese <sr@denx.de>
4626 Date: Thu Jun 4 13:35:35 2009 +0200
4627
4628 74xx_7xx: CPCI750: Add commandline editing/history
4629
4630 Signed-off-by: Stefan Roese <sr@denx.de>
4631 Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
4632
4633 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
4634 Author: Stefan Roese <sr@denx.de>
4635 Date: Thu Jun 4 16:55:34 2009 +0200
4636
4637 UBI: Add compile-time check for correct malloc area configuration
4638
4639 UBI is quite memory greedy and requires at least approx. 512k of malloc
4640 area. This patch adds a compile-time check, so that boards will not
4641 build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
4642
4643 Signed-off-by: Stefan Roese <sr@denx.de>
4644
4645 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
4646 Author: Prafulla Wadaskar <prafulla@marvell.com>
4647 Date: Mon Apr 6 21:24:43 2009 +0530
4648
4649 sf: new Macronix MX25xx SPI flash driver
4650
4651 Added macronix SF driver for MTD framework
4652 MX25L12805D is supported and tested
4653 TBD: sector erase implementation, other deivces support
4654
4655 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4656 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4657
4658 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
4659 Author: Todor I Mollov <tmollov@ucsd.edu>
4660 Date: Sat Apr 4 07:14:44 2009 -0400
4661
4662 sf: atmel: implement power-of-two write/erase funcs
4663
4664 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
4665 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4666 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4667
4668 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
4669 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4670 Date: Mon May 25 17:23:18 2009 +0530
4671
4672 mpc85xx: 8536ds: Add USB related CONFIGs
4673
4674 This patch adds CONFIGs for enabling USB in mpc8536ds and also
4675 adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
4676 Copyright.
4677
4678 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4679 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4680
4681 commit 6823e9b01290977c4d9c90381459c01f66e12e79
4682 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4683 Date: Mon May 25 17:23:17 2009 +0530
4684
4685 mpc83xx: 8315erdb: Add USB related CONFIGs
4686
4687 This patch adds CONFIGs for enabling USB in mpc8315erdb and also
4688 adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
4689 Copyright.
4690
4691 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4692 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4693
4694 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
4695 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4696 Date: Thu May 21 17:32:48 2009 +0530
4697
4698 mpc85xx: USB: Add support
4699
4700 The following patch adds 85xx-specific USB support and also
4701 revamps Copyright in immap_85xx.h
4702
4703 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4704 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4705
4706 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
4707 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4708 Date: Mon May 25 17:23:16 2009 +0530
4709
4710 mpc83xx: USB: Reorganized its support
4711
4712 The following patch reorganizes/reworks the USB support for mpc83xx
4713 as under:-
4714
4715 * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
4716 cpu/mpx83xx/cpu_init.c
4717
4718 * Board specific usb_phy_type is read from the environment
4719
4720 * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
4721
4722 * Copyrights revamped in most of the following files
4723
4724 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4725 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4726
4727 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
4728 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4729 Date: Thu May 21 17:32:27 2009 +0530
4730
4731 mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
4732
4733 The following patch moves 8xxx-specifc USB #defines from
4734 drivers/usb/host/ehci-fsl.h to include/usb.
4735
4736 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4737 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4738
4739 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
4740 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4741 Date: Thu May 21 17:32:15 2009 +0530
4742
4743 mpc8xxx: USB: Removed reenablement of its interface
4744
4745 To prepare for the 85xx USB support, which requires interface enablement
4746 only once in (specified) order, no different than instructions for
4747 enabling the interface under 83xx. It is unknown why the original author
4748 enabled the interface twice (checked for references in errata, etc).
4749
4750 Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4751 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4752
4753 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
4754 Author: Peter Tyser <ptyser@xes-inc.com>
4755 Date: Fri May 22 17:23:25 2009 -0500
4756
4757 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
4758
4759 Use the standard lowercase "x" capitalization that other Freescale
4760 architectures use for CPU defines to prevent confusion and errors
4761
4762 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4763 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4764
4765 commit 0f898604945af4543c1525fc33b6bae621a3b805
4766 Author: Peter Tyser <ptyser@xes-inc.com>
4767 Date: Fri May 22 17:23:24 2009 -0500
4768
4769 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
4770
4771 Use the standard lowercase "xx" capitalization that other Freescale
4772 architectures use for CPU defines to prevent confusion and errors
4773
4774 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4775 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4776
4777 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
4778 Author: Stefan Roese <sr@denx.de>
4779 Date: Tue Jun 2 16:53:16 2009 +0200
4780
4781 mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
4782
4783 This patch removes the duplicated code for baudrate generator configuration
4784 in the PSC serial_init() implementation by calling serial_setbrg() instead
4785 of duplicating the code.
4786
4787 Signed-off-by: Stefan Roese <sr@denx.de>
4788
4789 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
4790 Author: Stefan Roese <sr@denx.de>
4791 Date: Tue Jun 2 16:53:15 2009 +0200
4792
4793 mpc512x: Fix PSC divisor calculation for baudrate setting
4794
4795 The wrong input frequency was used in serial_setbrg(). This patch fixes
4796 this by using ips_clk as input frequency for the PSC baudrate generator.
4797
4798 Signed-off-by: Stefan Roese <sr@denx.de>
4799
4800 commit 52568c3654b2b257016d52167805ae132faac14e
4801 Author: Wolfgang Denk <wd@denx.de>
4802 Date: Sat May 16 10:47:46 2009 +0200
4803
4804 MPC512x: add support for ARIA board
4805
4806 ARIA is a MPC5121E based COM Express module by Dave/DENX.
4807
4808 Signed-off-by: Wolfgang Denk <wd@denx.de>
4809 Cc: John Rigby <jcrigby@gmail.com>
4810
4811 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
4812 Author: Wolfgang Denk <wd@denx.de>
4813 Date: Sat May 16 10:47:45 2009 +0200
4814
4815 MPC512x: remove include/mpc512x.h
4816
4817 Move needed definitions (register descriptions etc.) from
4818 include/mpc512x.h into include/asm-ppc/immap_512x.h.
4819
4820 Instead of using a #define'd register offset, use a function that
4821 provides the PATA controller's base address.
4822
4823 All the rest of include/mpc512x.h are register offset definitions
4824 which can be eliminated by proper use of C structures.
4825
4826 There are only a few register offsets remaining that are needed in
4827 cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
4828 which is intended as a temporary workaround only. In a later patch
4829 this file will be removed, too, and then auto-generated from the
4830 respective C structs.
4831
4832 Signed-off-by: Wolfgang Denk <wd@denx.de>
4833 Cc: John Rigby <jcrigby@gmail.com>
4834
4835 commit a927e491b2a326c1e9c4313e3ce4042988422697
4836 Author: Wolfgang Denk <wd@denx.de>
4837 Date: Sat May 16 10:47:44 2009 +0200
4838
4839 MPC512x FEC: get rid of duplicated struct ethernet_regs
4840
4841 Use existing struct fec512x instead.
4842
4843 Signed-off-by: Wolfgang Denk <wd@denx.de>
4844 Cc: John Rigby <jcrigby@gmail.com>
4845 Acked-by: Ben Warren <biggerbadderben@gmail.com>
4846
4847 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
4848 Author: Wolfgang Denk <wd@denx.de>
4849 Date: Sat May 16 10:47:43 2009 +0200
4850
4851 MPC512x: use I/O accessors instead of pointer accesses
4852
4853 This commit changes the MPC512x code to use I/O accessor calls (i.e.
4854 out_*() and in_*()) instead of using deprecated pointer accesses.
4855
4856 Signed-off-by: Wolfgang Denk <wd@denx.de>
4857 Cc: John Rigby <jcrigby@gmail.com>
4858
4859 commit 19dc7e179268be148e550c36203208c662610d76
4860 Author: Wolfgang Denk <wd@denx.de>
4861 Date: Sat May 16 10:47:42 2009 +0200
4862
4863 MPC512x: add more hardware description to immap_512x.h
4864
4865 - add GPIO module description
4866 - add Address Latch Timing Register description
4867 - add IO Control Memory Map
4868 - add FEC Memory Map
4869
4870 Also change board/freescale/mpc5121ads/mpc5121ads.c and
4871 cpu/mpc512x/iopin.c as needed.
4872
4873 Signed-off-by: Wolfgang Denk <wd@denx.de>
4874 Cc: John Rigby <jcrigby@gmail.com>
4875
4876 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
4877 Author: Wolfgang Denk <wd@denx.de>
4878 Date: Sat May 16 10:47:41 2009 +0200
4879
4880 Rename ads5121 board into mpc5121ads
4881
4882 We rename the board so we use a consistent name in U-Boot and in
4883 Linux. Also, we use this opportunity to move the board into the
4884 Freecale vendor directory.
4885
4886 Signed-off-by: Wolfgang Denk <wd@denx.de>
4887 Cc: John Rigby <jcrigby@gmail.com>
4888
4889 commit debf87415579c0f50aab9e0832976d4506babe0f
4890 Author: Wolfgang Denk <wd@denx.de>
4891 Date: Sat May 16 10:47:40 2009 +0200
4892
4893 cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
4894
4895 Signed-off-by: Wolfgang Denk <wd@denx.de>
4896 Cc: John Rigby <jcrigby@gmail.com>
4897
4898 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
4899 Author: Wolfgang Denk <wd@denx.de>
4900 Date: Sat May 16 10:47:39 2009 +0200
4901
4902 cpu/mpc512x/pci.c: minor coding style cleanup
4903
4904 Get rid of variable declaration in the middle of the code.
4905
4906 Signed-off-by: Wolfgang Denk <wd@denx.de>
4907 Cc: John Rigby <jcrigby@gmail.com>
4908
4909 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
4910 Author: Wolfgang Denk <wd@denx.de>
4911 Date: Sat May 16 10:47:38 2009 +0200
4912
4913 mpc512x: Move common files to share them by several boards
4914
4915 We will soon see several new MPC521x based boards added. This patch
4916 moves files that are not board specific to a common directory so they
4917 can be shared by all such ports. It also splits off common IDE code
4918 into a new file, cpu/mpc512x/ide.c .
4919
4920 Signed-off-by: Wolfgang Denk <wd@denx.de>
4921 Cc: John Rigby <jcrigby@gmail.com>
4922
4923 commit 03e069dc0a765d506f78a68319acf33d432e035b
4924 Author: Wolfgang Denk <wd@denx.de>
4925 Date: Sat May 16 10:47:37 2009 +0200
4926
4927 mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
4928
4929 Signed-off-by: Wolfgang Denk <wd@denx.de>
4930 Cc: John Rigby <jcrigby@gmail.com>
4931
4932 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
4933 Author: Wolfgang Denk <wd@denx.de>
4934 Date: Sun May 24 17:06:54 2009 +0200
4935
4936 General help message cleanup
4937
4938 Many of the help messages were not really helpful; for example, many
4939 commands that take no arguments would not print a correct synopsis
4940 line, but "No additional help available." which is not exactly wrong,
4941 but not helpful either.
4942
4943 Commit ``Make "usage" messages more helpful.'' changed this
4944 partially. But it also became clear that lots of "Usage" and "Help"
4945 messages (fields "usage" and "help" in struct cmd_tbl_s respective)
4946 were actually redundant.
4947
4948 This patch cleans this up - for example:
4949
4950 Before:
4951 => help dtt
4952 dtt - Digital Thermometer and Thermostat
4953
4954 Usage:
4955 dtt - Read temperature from digital thermometer and thermostat.
4956
4957 After:
4958 => help dtt
4959 dtt - Read temperature from Digital Thermometer and Thermostat
4960
4961 Usage:
4962 dtt
4963
4964 Signed-off-by: Wolfgang Denk <wd@denx.de>
4965
4966 commit 94796d8544d4248028141bad11c6a74b840e9d6e
4967 Author: Wolfgang Denk <wd@denx.de>
4968 Date: Sun May 24 19:17:29 2009 +0200
4969
4970 Make "usage" messages more helpful.
4971
4972 In case of incorrect command invocations U-Boot used to print pretty
4973 useless "usage" messages, for example:
4974
4975 => nand markbad
4976 Usage:
4977 nand - NAND sub-system
4978
4979 In the result, the user would have to run the "help" command to get
4980 the (available) information about correct command usage. Change this,
4981 so that this information gets always printed.
4982
4983 Note that this changes the user interface of all commands, but
4984 hopefully to the better.
4985
4986 Signed-off-by: Wolfgang Denk <wd@denx.de>
4987
4988 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
4989 Author: Mike Frysinger <vapier@gentoo.org>
4990 Date: Sun May 24 02:26:19 2009 -0400
4991
4992 nvedit: speed up printing of environment
4993
4994 The printing code would check the same environment byte multiple times and
4995 write to the console one byte at a time. For some devices (such as the
4996 Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
4997 damned slow. So create a small 16 byte buffer to fill up and send to puts
4998 as needed. In the process, unify the different print functions, shrink
4999 the resulting code (source and compiled), and avoid excess env reads as
5000 those too can be somewhat expensive depending on the board.
5001
5002 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5003
5004 commit 3112030a430553768de5d30c05bedf8710784452
5005 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5006 Date: Fri May 22 19:28:52 2009 +0200
5007
5008 config.mk: remove un-needed REMOTE_BUILD check
5009
5010 as $(obj) is empty when in tree build
5011
5012 %.s: %.S
5013 $(CPP) $(AFLAGS) -o $@ $<
5014
5015 and
5016
5017 $(obj)%.s: %.S
5018 $(CPP) $(AFLAGS) -o $@ $<
5019
5020 are the same
5021
5022 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5023 Acked-by: Mike Frysinger <vapier@gentoo.org>
5024
5025 commit 651351fe980b20217b014b9a888398f18d77951c
5026 Author: Tom Rix <Tom.Rix@windriver.com>
5027 Date: Wed May 20 07:55:41 2009 -0500
5028
5029 FAT replace compare_sign with strncmp.
5030
5031 The static function compare_sign is only used to compare the fs_type string
5032 and does not do anything more than what strncmp does.
5033
5034 The addition of the trailing '\0' to fs_type, while legal, is not needed
5035 because the it is never printed out and strncmp does not depend on NULL
5036 terminated strings.
5037
5038 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5039
5040 commit ecb1dc892297d5d99876907328fed732feefeab2
5041 Author: Mike Frysinger <vapier@gentoo.org>
5042 Date: Wed May 20 04:35:14 2009 -0400
5043
5044 Add support for Linux-like kallsysms
5045
5046 The kernel stores address<->symbol names in it so things can be decoded at
5047 runtime. Do it in U-Boot, and we get nice symbol decoding when crashing.
5048
5049 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5050
5051 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
5052 Author: Wolfgang Denk <wd@denx.de>
5053 Date: Sun May 17 16:01:54 2009 +0200
5054
5055 cmd_mtdparts.c: allow to omit definitions for default settings
5056
5057 There is actually no good reason to enforce that all board
5058 configuations must define default settings for "mtdids" and
5059 "mtdparts". Actually this may be difficult to handle, especially on
5060 boards where different sizes of flash chips can be fit, so there is no
5061 real "default" partition map for all boards.
5062
5063 Lift this arbitrary limitation.
5064
5065 Signed-off-by: Wolfgang Denk <wd@denx.de>
5066
5067 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
5068 Author: Stefan Roese <sr@denx.de>
5069 Date: Tue May 12 14:31:56 2009 +0200
5070
5071 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
5072
5073 This patch removes all references to the direct CFI FLASH interface
5074 (via flash_info[]). Now that all FLASH types currently handled in
5075 mtdparts are available (if selected, see below) via the MTD infrastructure.
5076 This is NOR, NAND and OneNAND right now. This can be achieved by defining
5077 the following options:
5078
5079 CONFIG_MTD_DEVICE (for all FLASH types)
5080
5081 plus
5082
5083 CONFIG_FLASH_CFI_MTD (for NOR FLASH)
5084
5085 So we need to add those defines to the board config headers currently
5086 using the mtdparts commands. This is done via another patch, so
5087 we shouldn't break mtdparts compatibility.
5088
5089 One big advantage from this solution is that the cmd_mtdparts.c is
5090 *much* cleaner now. Lot's of #ifdef's are removed and the code itself
5091 is smaller. Additionally the newly added MDT concatenation feature
5092 can new be used via the mtdparts infrastructure and therefor via
5093 UBI etc.
5094
5095 Signed-off-by: Stefan Roese <sr@denx.de>
5096 Cc: Ladislav Michl <ladis@linux-mips.org>
5097 Cc: Scott Wood <scottwood@freescale.com>
5098
5099 commit d558107c18708050f05b6639b2192efb67c905dc
5100 Author: Stefan Roese <sr@denx.de>
5101 Date: Tue May 12 14:31:18 2009 +0200
5102
5103 mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
5104
5105 This new define enables mtdcore.c compilation and with this we can
5106 select the MTD device infrastructure needed for the reworked mtdparts
5107 command.
5108
5109 We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
5110 CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
5111 for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
5112
5113 Signed-off-by: Stefan Roese <sr@denx.de>
5114 Cc: Scott Wood <scottwood@freescale.com>
5115
5116 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
5117 Author: Stefan Roese <sr@denx.de>
5118 Date: Tue May 12 14:32:58 2009 +0200
5119
5120 mtd: MTD related config header changes (mtdparts command)
5121
5122 By changing the cmd_mtdparts to only use the MTD infrastructure and
5123 not the direct interface to the CFI NOR FLASH driver we now need
5124 to add the MTD infrastructure to all boards using those mtdparts
5125 commands. This patch adds those components:
5126
5127 CONFIG_MTD_DEVICE (for all FLASH types)
5128
5129 plus
5130
5131 CONFIG_FLASH_CFI_MTD (for NOR FLASH)
5132
5133 To all board maintainers: Please test this on your platforms and
5134 report any problems/issues found. Thanks.
5135
5136 Signed-off-by: Stefan Roese <sr@denx.de>
5137 Cc: Wolfgang Denk <wd@denx.de>
5138 Cc: Ron Madrid <info@sheldoninst.com>
5139 Cc: Georg Schardt <schardt@team-ctech.de>
5140 Cc: Michal Simek <monstr@monstr.eu>
5141 Cc: Ladislav Michl <ladis@linux-mips.org>
5142 Cc: Martin Krause <martin.krause@tqs.de>
5143 Cc: Gary Jennejohn <garyj@denx.de>
5144 Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
5145
5146 commit 8d2effea23e938631126a7888008a0637e13b389
5147 Author: Stefan Roese <sr@denx.de>
5148 Date: Mon May 11 16:03:55 2009 +0200
5149
5150 mtd: Update MTD infrastructure to support 64bit device size
5151
5152 This patch brings the U-Boot MTD infrastructure in sync with the current
5153 Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
5154 support and a resync of the mtdpart.c file which has seen multiple fixes
5155 meanwhile.
5156
5157 Signed-off-by: Stefan Roese <sr@denx.de>
5158 Cc: Scott Wood <scottwood@freescale.com>
5159 Cc: Kyungmin Park <kmpark@infradead.org>
5160
5161 commit 0a57265533c412adf6024f4b4955141f4346b2b9
5162 Author: Stefan Roese <sr@denx.de>
5163 Date: Tue May 12 14:29:39 2009 +0200
5164
5165 mtd: Add MTD concat support to concatenate multiple MTD NOR devices
5166
5167 This patch adds concatenation support to the U-Boot MTD infrastructure.
5168 By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
5169 all found NOR devices into one single MTD device. This can be used by
5170 e.g by UBI to access a partition that spans over multiple NOR chips.
5171
5172 Signed-off-by: Stefan Roese <sr@denx.de>
5173
5174 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
5175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5176 Date: Sat Apr 25 14:57:52 2009 +0200
5177
5178 make MODEM SUPPORT generic instead of duplicate it
5179
5180 and fix comment
5181
5182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5183
5184 Adjusted Copyright message.
5185
5186 Signed-off-by: Wolfgang Denk <wd@denx.de>
5187
5188 commit a30f519bd0cde78ba46b424314de94fdab863726
5189 Author: Tom Rix <Tom.Rix@windriver.com>
5190 Date: Tue Jun 2 20:53:56 2009 -0500
5191
5192 ZOOM2 detect the version of the zoom2 board at runtime.
5193
5194 There are currently 3 versions of the zoom2 board.
5195 The production board, that is currently being released.
5196 The beta board, similar in form to the production board but not released.
5197 The alpha board, a set of PCBs with a very limited circulation.
5198
5199 GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
5200 the board is a production board, otherwise it is a beta board.
5201
5202 The alpha board will likely be mistaken for a beta board. An alpha board
5203 was unavailible for testing.
5204
5205 This has been tested on the beta and production boards.
5206
5207 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5208 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5209
5210 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
5211 Author: Tom Rix <Tom.Rix@windriver.com>
5212 Date: Wed Jun 3 01:53:57 2009 -0500
5213
5214 Beagle Convert the board version detection to use the OMAP3 GPIO interface.
5215
5216 There is no new functionality in the change.
5217
5218 This change is a conversion from the using raw register access to using
5219 the OMAP3 GPIO API described in doc/README.omap3.
5220
5221 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5222 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
5223
5224 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
5225 Author: Tom Rix <Tom.Rix@windriver.com>
5226 Date: Wed Jun 3 01:53:55 2009 -0500
5227
5228 Fix a typo in the instructions on using omap3's gpio interface.
5229
5230 Using the example for reading a gpio, shows the problem.
5231 NULL should be the gpio number.
5232
5233 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5234 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
5235
5236 commit 0c9520efd651ce13451654a35307ec87d4a13a69
5237 Author: Tom Rix <Tom.Rix@windriver.com>
5238 Date: Fri May 29 18:57:32 2009 -0500
5239
5240 ZOOM2 Define GPIO banks used.
5241
5242 Enable the function and interface clocks for banks 2,3,5 and 6.
5243
5244 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5245 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
5246
5247 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
5248 Author: Tom Rix <Tom.Rix@windriver.com>
5249 Date: Fri May 29 18:57:31 2009 -0500
5250
5251 OMAP3 Turn on the GPIO bank clocks
5252
5253 The function and interface clocks for each GPIO bank, except the first, must
5254 be explicitly turned on. These are controlled by the config level defines
5255 CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
5256
5257 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5258 Acked-by: Dirk Behme <dirk.behme@googlemail.com>
5259
5260 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
5261 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5262 Date: Thu Mar 26 15:26:01 2009 -0400
5263
5264 Coldfire M5271: Activate u-boot system timer interrupt.
5265
5266 This patch assigns the u-boot system timer interrupt to
5267 interrupt level 3, priority 6. Without this patch the interrupt
5268 will be a level 0, priority 0, which disables it and cause
5269 u-boot functions that relies on the timer (e.g. sleep command)
5270 to never return.
5271
5272 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5273
5274 commit dc26965ad3acdfb18780361d77a276b2843a90af
5275 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5276 Date: Mon Mar 23 13:35:48 2009 -0400
5277
5278 Compier warning cleanup
5279
5280 Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
5281
5282 Cleanup on compiler warnings on unused variables now that
5283 bd->bi_enetaddr is no longer used.
5284
5285 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5286
5287 commit 42a83765d54f042b4079e05a3438789542429981
5288 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5289 Date: Fri Mar 20 15:30:10 2009 -0400
5290
5291 Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
5292
5293 Ported from lib_ppc/interrupts.c, this adds the ability for
5294 the coldfire system timer to auto-reset the watchdog when
5295 dtimer_interrupts is called.
5296
5297 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5298
5299 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
5300 Author: Prafulla Wadaskar <prafulla@marvell.com>
5301 Date: Sun May 31 14:53:20 2009 +0200
5302
5303 arch_misc_init support for ARM architectures
5304
5305 This patch is required for Kirkwood support
5306 may be used by other ARM architectures
5307
5308 Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5309
5310 commit b2403589b4d9996394bafc73eca3623f43ac2c31
5311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5312 Date: Sun May 31 14:53:18 2009 +0200
5313
5314 at91: move cpu info print to cpu
5315
5316 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5317
5318 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
5319 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5320 Date: Sun May 31 12:44:46 2009 +0200
5321
5322 at91: move cpu name define to arm/arch/ cpu header
5323
5324 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5325
5326 commit 5bb59b3c906ee01adfaac9565443e5236a793079
5327 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5328 Date: Sun May 31 12:44:45 2009 +0200
5329
5330 at91: extract reset from timer
5331
5332 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5333
5334 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
5335 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5336 Date: Sun May 31 12:44:43 2009 +0200
5337
5338 omap24xx: rename reset file
5339
5340 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5341
5342 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
5343 Author: Dirk Behme <dirk.behme@googlemail.com>
5344 Date: Sun May 31 12:44:42 2009 +0200
5345
5346 OMAP3: Fix CKE1 MUX setting to allow self-refresh
5347
5348 The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
5349 setting is needed for the second CS clock signal to allow the 2 RAM
5350 parts to be put in self-refresh correctly. This also works on rev B
5351 Beagle boards with 128M of RAM.
5352
5353 From: Steve Sakoman <steve@sakoman.com>
5354 From: Jean Pihet <jpihet@mvista.com>
5355 Signed-off-by: Jean Pihet <jpihet@mvista.com>
5356 Signed-off-by: Steve Sakoman <steve@sakoman.com>
5357 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5358
5359 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
5360 Author: Dirk Behme <dirk.behme@googlemail.com>
5361 Date: Sun May 31 12:44:41 2009 +0200
5362
5363 OMAP3: Zoom2: Enable Board and CPU info
5364
5365 With other OMAP3 boards we recently switched to CPU and Board
5366 info API. From parallel merge, this is missing for Zoom2.
5367 Enable it for Zoom2, too.
5368
5369 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5370 Acked-by: Tom Rix <Tom.Rix@windriver.com>
5371
5372 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
5373 Author: Tom Rix <Tom.Rix@windriver.com>
5374 Date: Sun May 31 12:44:39 2009 +0200
5375
5376 ZOOM2 Add led support.
5377
5378 This patch controls the large LED on the top left of the zoom2.
5379
5380 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5381
5382 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
5383 Author: Tom Rix <Tom.Rix@windriver.com>
5384 Date: Sun May 31 12:44:37 2009 +0200
5385
5386 ZOOM2 Add serial support.
5387
5388 Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
5389 The default serial is from the USB connector on left side of the debug board.
5390 The USB connector will produce 2 of the 4 UARTS. On your host pick the first
5391 enumeration.
5392
5393 The details of the setting of the serial gpmc setup are not available.
5394 The values were provided by another party.
5395
5396 The serial port set up is the same with Zoom1.
5397 Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
5398
5399 The kernel bootargs are
5400 console=ttyS3,115200n8
5401
5402 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5403
5404 commit 3ea201b016ab259a5ac8824af767569522768c47
5405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5406 Date: Sun May 31 12:44:27 2009 +0200
5407
5408 lh7a40x: move serial driver to drivers/serial
5409
5410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5411
5412 commit 379be585eb2343d8814a5cee5fb3da930d846bee
5413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5414 Date: Sat May 16 22:48:46 2009 +0200
5415
5416 pxa: move serial driver to drivers/serial
5417
5418 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5419
5420 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
5421 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5422 Date: Sat May 9 13:21:19 2009 +0200
5423
5424 arm: remove cpu_init
5425
5426 move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
5427
5428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5429
5430 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
5431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5432 Date: Sat May 9 13:21:18 2009 +0200
5433
5434 arm: unify interrupt init
5435
5436 all arm init the IRQ stack the same way
5437 so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
5438
5439 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5440
5441 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
5442 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5443 Date: Fri May 8 20:24:12 2009 +0200
5444
5445 arm: unify linker script
5446
5447 all arm boards except a few use the same cpu linker script
5448 so move it to cpu/$(CPU)
5449
5450 that could be overwrite in following order
5451 SOC
5452 BOARD
5453 via the corresponding config.mk
5454
5455 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5456
5457 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
5458 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5459 Date: Sat May 16 10:02:05 2009 +0200
5460
5461 afeb9260: fix macb device init
5462
5463 uses PA10, PA11 for ETX2 and ETX3.
5464
5465 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5466
5467 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
5468 Author: Stefan Roese <sr@denx.de>
5469 Date: Wed May 27 10:34:32 2009 +0200
5470
5471 ppc4xx: Remove PCI async bootup message if PCI is not used
5472
5473 Signed-off-by: Stefan Roese <sr@denx.de>
5474
5475 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
5476 Author: Wolfgang Denk <wd@denx.de>
5477 Date: Fri May 15 09:19:52 2009 +0200
5478
5479 TQM834x: use buffered writes to accelerate writing to flash
5480
5481 Also enable display of 'E'mpty sectors in "flinfo" output.
5482
5483 Signed-off-by: Wolfgang Denk <wd@denx.de>
5484 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5485
5486 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
5487 Author: Wolfgang Denk <wd@denx.de>
5488 Date: Thu May 14 23:18:34 2009 +0200
5489
5490 TQM834x: add FDT support
5491
5492 Signed-off-by: Wolfgang Denk <wd@denx.de>
5493 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5494
5495 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
5496 Author: Wolfgang Denk <wd@denx.de>
5497 Date: Thu May 14 23:18:33 2009 +0200
5498
5499 TQM834x: fix environment size; add redundant env.
5500
5501 Also reserve more space for U-Boot as it will probably grow soon.
5502
5503 Signed-off-by: Wolfgang Denk <wd@denx.de>
5504 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5505
5506 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
5507 Author: Thomas Lange <thomas@corelatus.se>
5508 Date: Sun May 3 20:07:33 2009 +0200
5509
5510 ARM DaVinci: Reset with watchdog enabled
5511
5512 Once the Davinci watchdog has been enabled, the timeout
5513 value cannot be changed. If the timeout in use is long,
5514 it can take a long time for card to reset. By writing
5515 an invalid service key, we can trigger an immediate reset.
5516
5517 Signed-off-by: Thomas Lange <thomas@corelatus.se>
5518
5519 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
5520 Author: Wolfgang Denk <wd@denx.de>
5521 Date: Fri May 15 10:07:43 2009 +0200
5522
5523 video: Add an option to skip video initialization
5524
5525 This patch adds an option to skip the video initialization on for all
5526 video drivers. This is needed for the CPCI750 which can be built as
5527 CPCI host and adapter/target board. And the adapter board can't
5528 access the video cards located on the CompactPCI bus.
5529
5530 Signed-off-by: Stefan Roese <sr@denx.de>
5531 Cc: Anatolij Gustschin <agust@denx.de>
5532
5533 Rebased against simplifying patch.
5534 Signed-off-by: Wolfgang Denk <wd@denx.de>
5535
5536 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
5537 Author: Wolfgang Denk <wd@denx.de>
5538 Date: Fri May 15 10:07:42 2009 +0200
5539
5540 drv_video_init(): simplify logic
5541
5542 Simplify nesting of drv_video_init() and use a consistent way of
5543 indicating failure / success. Before, it took me some time to realize
5544 which of the returns was due to an error condition and which of them
5545 indicated success.
5546
5547 Signed-off-by: Wolfgang Denk <wd@denx.de>
5548 Cc: Anatolij Gustschin <agust@denx.de>
5549
5550 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
5551 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5552 Date: Wed May 13 21:01:13 2009 +0200
5553
5554 at91: regroup IP hw init in one file per soc
5555
5556 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5557
5558 commit 28b00324becf3552134ae1e086509dc9c3d6e932
5559 Author: David Brownell <dbrownell@users.sourceforge.net>
5560 Date: Fri May 15 23:48:37 2009 +0200
5561
5562 dm355 evm support
5563
5564 Initial U-Boot support for the DaVinci DM355 EVM. This is a board
5565 from Spectrum Digital. Board docs include schematic and firmware
5566 for its microcontroller:
5567
5568 http://c6000.spectrumdigital.com/evmdm355/revd/
5569
5570 Most of the DM355 chip is fully documented by TI, the most notable
5571 exception being the MPEG/JPEG coprocessor (programmable using codecs
5572 available at no cost from TI), which is omitted from its DM335 sibling:
5573
5574 http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
5575
5576 This version can boot from the on-board DM9000 Ethernet chip, after
5577 being loaded (from NAND, MMC/SD, or UART). In the near future, NAND
5578 and USB support could be added ... NAND support is being held back
5579 until the support for the 4-bit ECC hardware is ready.
5580
5581 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5582
5583 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
5584 Author: Sanjeev Premi <premi@ti.com>
5585 Date: Fri May 15 23:48:37 2009 +0200
5586
5587 OMAP3EVM: Set default bootfile
5588
5589 The current configuration doesn't define default
5590 bootfile; leading to this warning at execution:
5591
5592 OMAP3_EVM # dhcp
5593 ...
5594 ...
5595 DHCP client bound to address 192.168.1.11
5596 *** Warning: no boot file name; using 'AC18BE16.img'
5597 TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
5598 sending through gateway 192.168.1.1
5599 Filename 'AC18BE16.img'.
5600 Load address: 0x82000000
5601 Loading: *
5602 TFTP error: 'File not found' (1)
5603
5604 Signed-off-by: Sanjeev Premi <premi@ti.com>
5605
5606 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
5607 Author: s-paulraj@ti.com <s-paulraj@ti.com>
5608 Date: Fri May 15 23:48:36 2009 +0200
5609
5610 ARM DaVinci: Minor Updates to base addresses
5611
5612 Patch adds base addresses for DaVinci DM365. Updated patches for DM365
5613 will be posted soon.
5614
5615 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5616
5617 commit de193e8e369f5f029ed3b6e2fc60341098eea766
5618 Author: Tom Rix <Tom.Rix@windriver.com>
5619 Date: Fri May 15 23:48:36 2009 +0200
5620
5621 ZOOM2 Add support for debug board detection.
5622
5623 The logicpd web site is a good source for general information on this board.
5624 Please start looking here if the below links are broken.
5625 http://www.logicpd.com
5626
5627 This is a pdf of the product
5628 http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
5629
5630 This is a pdf of the product quick start guide.
5631 The debug board is described here.
5632 http://support.logicpd.com/downloads/1165/
5633
5634 This is a wiki showing the debug board in use
5635 https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
5636
5637 The zoom2 has an auxillary board that contains the serial, net, jtag and
5638 battery simulator. This change supports a runtime check if the debug board is
5639 connected.
5640
5641 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5642
5643 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
5644 Author: Tom Rix <Tom.Rix@windriver.com>
5645 Date: Fri May 15 23:48:36 2009 +0200
5646
5647 OMAP3 Port kernel omap gpio interface.
5648
5649 Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
5650 The orignal source is in linux/arch/arm/plat-omap/gpio.c
5651
5652 See doc/README.omap3 for instructions on use.
5653
5654 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5655
5656 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
5657 Author: Tom Rix <Tom.Rix@windriver.com>
5658 Date: Fri May 15 23:48:36 2009 +0200
5659
5660 ZOOM2 Add initial support for Zoom2
5661
5662 Zoom2 is a new board from Texas Instruments and LogicPD
5663
5664 The logicpd web site is a good source for general information on this board.
5665 Please start looking here if the below links are broken.
5666 http://www.logicpd.com
5667
5668 This is a pdf of the product
5669 http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
5670 This is the product description web page
5671 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
5672
5673 This patch provides a zoom2 base target by copying zoom1 and by making some
5674 obvious changes.
5675
5676 To configure, run
5677 make omap3_zoom2_config
5678
5679 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5680
5681 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
5682 Author: Sandeep Paulraj <s-paulraj@ti.com>
5683 Date: Fri May 15 23:48:33 2009 +0200
5684
5685 ARM DaVinci:Consolidate common u-boot.lds
5686
5687 The u-boot.lds is common for all DaVinci boards. The patch removes
5688 multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
5689 folder. This addresses one of the comments i received while submitting
5690 patches for DM3xx
5691
5692 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5693
5694 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
5695 Author: Tom Rix <Tom.Rix@windriver.com>
5696 Date: Fri May 15 23:47:52 2009 +0200
5697
5698 OMAP Consolidate common u-boot.lds to cpu layer.
5699
5700 The u-boot.lds file is common for all omap boards.
5701 Move a cleaned up version to the cpu layer and add makefile logic to use it.
5702
5703 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5704
5705 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
5706 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5707 Date: Fri May 15 23:47:14 2009 +0200
5708
5709 arm/dcc: add xscale support
5710
5711 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5712
5713 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
5714 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5715 Date: Fri May 15 23:47:14 2009 +0200
5716
5717 arm/dcc: use static support to allow to use it at anytime
5718
5719 the dcc can be used at the start of the cpu
5720
5721 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5722
5723 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
5724 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5725 Date: Fri May 15 23:47:13 2009 +0200
5726
5727 ARM: Update mach-types
5728
5729 update against linux v2.6.29
5730
5731 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5732
5733 commit 2907798926ee932f453ac8538e7a6c05c18428a5
5734 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5735 Date: Fri May 15 23:47:13 2009 +0200
5736
5737 arm920/926/926: remove non needed header
5738
5739 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5740
5741 commit 269dfea017b09c5a999d3053d00505c19789c350
5742 Author: David Brownell <david-b@pacbell.net>
5743 Date: Fri May 15 23:47:13 2009 +0200
5744
5745 davinci dm6446evm NAND update
5746
5747 This updates the optional (non-default!) NAND support for the
5748 DaVinci DM6446 EVM:
5749
5750 - include MTD partitioning, defaulting to what Linux uses
5751
5752 - use a flash-based BBT, which among other things speeds bootup
5753
5754 This matches code that's now queued for mainline Linux, and might
5755 even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
5756 that the U-Boot $mtdparts environment variable can be passed as-is
5757 on the kernel command line as a cmdlinepart override.
5758
5759 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5760
5761 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
5762 Author: David Brownell <dbrownell@users.sourceforge.net>
5763 Date: Fri May 15 23:47:12 2009 +0200
5764
5765 davinci: display correct clock info
5766
5767 Move the clock-rate dumping code into the cpu/.../davinci area
5768 where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
5769 updating the format and showing the DSP clock (where relevant).
5770
5771 Switch boards to use the cpuinfo() hook for this stuff.
5772
5773 Remove a few now-obsolete PLL #defines.
5774
5775 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5776
5777 commit daea928829098cae3c9ec6b801e52ba616725034
5778 Author: Tom Rix <Tom.Rix@windriver.com>
5779 Date: Fri May 15 23:47:12 2009 +0200
5780
5781 ZOOM1 Remove more legacy NAND defines.
5782
5783 These legacy NAND defines are no longer needed by this target.
5784
5785 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5786
5787 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
5788 Author: Tom Rix <Tom.Rix@windriver.com>
5789 Date: Fri May 15 23:47:12 2009 +0200
5790
5791 LED Add documentation describing the status_led and colour led API.
5792
5793 This document describes the u-boot status LED API.
5794 This allows common u-boot commands to use a board's leds to
5795 provide status for activities like booting and downloading files.
5796
5797 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5798
5799 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
5800 Author: Tom Rix <Tom.Rix@windriver.com>
5801 Date: Fri May 15 23:47:12 2009 +0200
5802
5803 ARM Add blue colour LED to status_led.
5804
5805 There is exiting support for red,yellow,green but no blue.
5806 The main LED on the zoom2 is a blue LED.
5807
5808 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5809
5810 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
5811 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5812 Date: Fri May 15 23:47:02 2009 +0200
5813
5814 arm: timer and interrupt init rework
5815
5816 actually the timer init use the interrupt_init as init callback
5817 which make the interrupt and timer implementation difficult to follow
5818
5819 so now rename it as int timer_init(void) and use interrupt_init for interrupt
5820
5821 btw also remane the corresponding file to the functionnality implemented
5822
5823 as ixp arch implement two timer - one based on interrupt - so all the timer
5824 related code is moved to timer.c
5825
5826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5827
5828 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
5829 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5830 Date: Fri May 15 23:45:22 2009 +0200
5831
5832 OMAP3: Reorganize Makefile style
5833
5834 Reformat COBJS handling.
5835
5836 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5837 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5838
5839 commit b1966982718347f67317b3fb356439743ca68a37
5840 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5841 Date: Fri May 15 23:45:22 2009 +0200
5842
5843 OMAP3: Remove dublicated interrupt code
5844
5845 Remove duplicated interrupt code. Original, identical code can be found
5846 in lib_arm/interrupts.c
5847
5848 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5849 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5850
5851 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
5852 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5853 Date: Fri May 15 23:45:22 2009 +0200
5854
5855 at91rm9200: move reset code to reset.c
5856
5857 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5858
5859 commit 2c75c78d94574ee996db2aa9b511258519471dd6
5860 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5861 Date: Fri May 15 23:45:22 2009 +0200
5862
5863 ixp/interrupts: Move conditional compilation to Makefile
5864
5865 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5866
5867 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
5868 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5869 Date: Fri May 15 23:45:20 2009 +0200
5870
5871 arm: cleanup remaining CONFIG_INIT_CRITICAL
5872
5873 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5874
5875 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
5876 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5877 Date: Fri May 15 23:45:12 2009 +0200
5878
5879 arm946es: remove non used timer
5880
5881 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5882
5883 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
5884 Author: David Brownell <dbrownell@users.sourceforge.net>
5885 Date: Fri May 15 23:44:09 2009 +0200
5886
5887 davinci: add basic dm355/dm350/dm335 support
5888
5889 Add some basic declarations for DaVinci DM355/DM350/DM335 support,
5890 keyed on CONFIG_SOC_DM355. (DM35X isn't quite right because the
5891 DM357 is very different; while the DM355 is like a DM355 without
5892 the MPEG/JPEG coprocessor).
5893
5894 These have different peripherals than the DM6446, and some of
5895 the peripherals are at different addresses. Notably for U-Boot,
5896 there's no EMAC, and the NAND controller address is different
5897
5898 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5899
5900 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
5901 Author: David Brownell <dbrownell@users.sourceforge.net>
5902 Date: Fri May 15 23:44:09 2009 +0200
5903
5904 davinci: fix dm644x buglets
5905
5906 Fix two buglets in the dm644x support: don't set two must-be-zero
5907 bits in the UART management register; and only include the I2C hooks
5908 if the I2C driver is being included.
5909
5910 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5911
5912 commit f79043681ff44bae435c06f830e51e1546db7e19
5913 Author: David Brownell <dbrownell@users.sourceforge.net>
5914 Date: Fri May 15 23:44:08 2009 +0200
5915
5916 davinci: split out some dm644x-specific bits from psc
5917
5918 Split out DaVinci DM6446-specific bits from more generic bits:
5919
5920 - Add a CONFIG_SOC_DM644X. All current boards use DM6446 chips;
5921 DM6443 and DM6441 chips differ in available peripherals.
5922
5923 - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
5924 which is conditionally built. It provides device-specific setup.
5925
5926 Plus minor coding style and comment updates with respect to the PSC.
5927
5928 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5929
5930 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
5931 Author: David Brownell <dbrownell@users.sourceforge.net>
5932 Date: Fri May 15 23:44:08 2009 +0200
5933
5934 davinci: cpu-specific build uses conditional make syntax
5935
5936 Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
5937 Add the first conditional: for EMAC driver support. Not all
5938 chips have an EMAC; and boards might not use it, anyway.
5939
5940 This doesn't touch PHY configuration; that should eventually
5941 become conditional too.
5942
5943 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5944
5945 commit 7b7808ae6dace59287f565e9323cda7b098a5612
5946 Author: David Brownell <dbrownell@users.sourceforge.net>
5947 Date: Fri May 15 23:44:06 2009 +0200
5948
5949 davinci: move psc support board-->cpu
5950
5951 Move DaVinci PSC support from board/* to cpu/* where it belongs.
5952 The PSC module manages clocks and resets for all DaVinci-family
5953 SoCs, and isn't at all board-specific.
5954
5955 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5956
5957 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
5958 Author: David Brownell <david-b@pacbell.net>
5959 Date: Tue Apr 14 08:52:58 2009 -0700
5960
5961 DaVinci now respects SKIP_LOWLEVEL_INIT
5962
5963 Don't needlessly include lowlevel init code; that's only really
5964 needed with boot-from NOR (not boot-from-NAND). The 2nd stage
5965 loader (UBL) handles that before it loads U-Boot.
5966
5967 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5968
5969 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
5970 Author: David Brownell <dbrownell@users.sourceforge.net>
5971 Date: Sun Apr 12 22:49:26 2009 -0700
5972
5973 DaVinci Ethernet cleanup
5974
5975 Chips without the EMAC controller won't need the utilities
5976 it uses to read an Ethernet address from EEPROM; so don't
5977 include them needlessly.
5978
5979 Use is_valid_ether() to validate the address from EEPROM.
5980 All-zero addresses aren't the only invalid addresses.
5981 A fully erased EEPROM returns all-ones, also invalid...
5982
5983 Switch those Ethernet utilities to use "%pM" for printing
5984 MAC addresses; and not say ROM when they mean EEPROM.
5985
5986 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5987 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5988
5989 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
5990 Author: Stefan Roese <sr@denx.de>
5991 Date: Mon May 11 15:50:12 2009 +0200
5992
5993 lib_arch/board.c: Move malloc initialization before flash_init()
5994
5995 This patch moves the malloc initialization before calling flash_init().
5996 Upcoming changes to the NOR FLASH common CFI driver with optional
5997 MTD infrastructure and MTD concatenation support will call malloc().
5998 And nothing really speaks against enabling malloc just a little earlier
5999 in the boot stage. Some architectures already enable malloc before
6000 calling flash_init() so they don't need any changes here.
6001
6002 Signed-off-by: Stefan Roese <sr@denx.de>
6003 Cc: Wolfgang Denk <wd@denx.de>
6004 Cc: Mike Frysinger <vapier@gentoo.org>
6005 Cc: Scott McNutt <smcnutt@psyent.com>
6006 Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
6007 Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6008 Cc: Daniel Hellstrom <daniel@gaisler.com>
6009 Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6010 Cc: John Rigby <jcrigby@gmail.com>
6011
6012 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
6013 Author: Stefan Roese <sr@denx.de>
6014 Date: Mon May 11 13:46:14 2009 +0200
6015
6016 ppc4xx: Add Sequoia RAM-booting target
6017
6018 This patch adds another build target for the AMCC Sequoia PPC440EPx
6019 eval board. This RAM-booting version is targeted for boards without
6020 NOR FLASH (NAND booting) which need a possibility to initially
6021 program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
6022 configured to setup the SDRAM, this debugger can load this RAM-
6023 booting image to the target address in SDRAM (in this case 0x1000000)
6024 and start it there. Then U-Boot's standard NAND commands can be
6025 used to program the NAND FLASH (e.g. "nand write ...").
6026
6027 Here the commands to load and start this image from the BDI2000:
6028
6029 440EPX>reset halt
6030 440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
6031 440EPX>go 0x1000000
6032
6033 Please note that this image automatically scans for an already
6034 initialized SDRAM TLB (detected by EPN=0). This TLB will not be
6035 cleared. This TLB doesn't need to be TLB #0, this RAM-booting
6036 version will detect it and preserve it. So booting via BDI2000
6037 will work and booting with a complete different TLB init via
6038 U-Boot works as well.
6039
6040 Signed-off-by: Stefan Roese <sr@denx.de>
6041
6042 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
6043 Author: Mike Frysinger <vapier@gentoo.org>
6044 Date: Wed May 6 08:41:45 2009 -0400
6045
6046 tools/envcrc: add --binary option to export embedded env
6047
6048 The --binary option to envcrc can be used to export the embedded env as a
6049 binary blob so that it can be manipulated/examined/whatever externally.
6050
6051 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6052
6053 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
6054 Author: Ben Warren <biggerbadderben@gmail.com>
6055 Date: Tue Apr 28 16:50:53 2009 -0700
6056
6057 Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
6058
6059 All in-tree PPC4xx boards now use CONFIG_NET_MULTI
6060
6061 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6062 Signed-off-by: Stefan Roese <sr@denx.de>
6063
6064 commit 70be6c2d40076f14062b892152649f9a62832fc9
6065 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6066 Date: Wed Apr 29 09:51:01 2009 +0200
6067
6068 4xx: Add support for DP405 hardware variants
6069
6070 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6071 Signed-off-by: Stefan Roese <sr@denx.de>
6072
6073 commit de47a34d4de1d007a8951efd072283516d580ffa
6074 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6075 Date: Wed Apr 29 09:51:00 2009 +0200
6076
6077 4xx: Remove binary cpld bitstream from DP405 board
6078
6079 This patch removes the cpld binary bitstream that is
6080 used by esd's cpld command on DP405 boards.
6081
6082 Because u-boot with an external cpld bitstream may not
6083 take more space in flash than before the u-boot binary is
6084 shrinked a little bit. Some unused featues have been
6085 removed therefore.
6086
6087 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6088 Signed-off-by: Stefan Roese <sr@denx.de>
6089
6090 commit 700d553fd3afe804086de8f73d95153315eb0c32
6091 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6092 Date: Wed Apr 29 09:50:59 2009 +0200
6093
6094 4xx: Remove binary cpld bitstream from VOM405 board
6095
6096 This patch removes the cpld binary bitstream that is
6097 used by esd's cpld command on VOM405 boards.
6098
6099 Because u-boot with an external cpld bitstream may not
6100 take more space in flash than before the u-boot binary is
6101 shrinked a little bit.
6102
6103 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6104 Signed-off-by: Stefan Roese <sr@denx.de>
6105
6106 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
6107 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6108 Date: Wed Apr 29 09:50:58 2009 +0200
6109
6110 4xx: Remove binary cpld bitstream from PMC405 board
6111
6112 This patch removes the cpld binary bitstream that is
6113 used by esd's cpld command on PMC405 boards.
6114
6115 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6116 Signed-off-by: Stefan Roese <sr@denx.de>
6117
6118 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
6119 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6120 Date: Wed Apr 29 09:50:57 2009 +0200
6121
6122 4xx: Remove binary cpld bitstream from CMS700 board
6123
6124 This patch removes the cpld binary bitstream that is
6125 used by esd's cpld command on CMS700 boards.
6126
6127 Because u-boot with an external cpld bitstream may not
6128 take more space in flash than before the u-boot binary is
6129 shrinked a little bit. Some unused featues have been
6130 removed therefore.
6131
6132 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6133 Signed-off-by: Stefan Roese <sr@denx.de>
6134
6135 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
6136 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6137 Date: Wed Apr 29 09:50:56 2009 +0200
6138
6139 esd/common: extend cpld command with address parameter
6140
6141 This patch adds support for an address parameter to esd's
6142 cpld command. This is in preparation to remove compiled-in
6143 binary cpld (xsvf) bitstreams.
6144
6145 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
6146 Signed-off-by: Stefan Roese <sr@denx.de>
6147
6148 commit 9166b776350d16460c7330bfb0a50154ea0a1903
6149 Author: Peter Tyser <ptyser@xes-inc.com>
6150 Date: Sat Apr 18 22:34:06 2009 -0500
6151
6152 cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
6153
6154 When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
6155 correct, eg:
6156
6157 => help i2c
6158 i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
6159 speed [speed] - show or set I2C bus speed
6160 i2c dev [dev] - show or set current I2C bus
6161 ...
6162
6163 It has been changed to:
6164 i2c speed [speed] - show or set I2C bus speed
6165 i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
6166 i2c dev [dev] - show or set current I2C bus
6167 ...
6168
6169 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6170
6171 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
6172 Author: Peter Tyser <ptyser@xes-inc.com>
6173 Date: Sat Apr 18 22:34:05 2009 -0500
6174
6175 cmd_i2c: Clean up trivial helper functions
6176
6177 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6178
6179 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
6180 Author: Peter Tyser <ptyser@xes-inc.com>
6181 Date: Sat Apr 18 22:34:04 2009 -0500
6182
6183 cmd_i2c: Clean up i2c command argument parsing
6184
6185 argc and argv should only be modified once instead of once for
6186 every i2c sub-command
6187
6188 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6189
6190 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
6191 Author: Peter Tyser <ptyser@xes-inc.com>
6192 Date: Sat Apr 18 22:34:03 2009 -0500
6193
6194 i2c: Update references to individual i2c commands
6195
6196 The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
6197 and isdram are no longer available so all references to them have been
6198 updated to the new form of "i2c <cmd>".
6199
6200 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6201
6202 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
6203 Author: Peter Tyser <ptyser@xes-inc.com>
6204 Date: Sat Apr 18 22:34:02 2009 -0500
6205
6206 i2c: Remove deprecated individual i2c commands
6207
6208 The following individual I2C commands have been removed: imd, imm, inm,
6209 imw, icrc32, iprobe, iloop, isdram.
6210
6211 The functionality of the individual commands is still available via
6212 the 'i2c' command.
6213
6214 This change only has an impact on those boards which did not have
6215 CONFIG_I2C_CMD_TREE defined.
6216
6217 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6218
6219 commit 655b34a78adf60ef260981688837904208883ae9
6220 Author: Peter Tyser <ptyser@xes-inc.com>
6221 Date: Sat Apr 18 22:34:01 2009 -0500
6222
6223 i2c: Create common default i2c_[set|get]_bus_speed() functions
6224
6225 New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
6226 replace a number of architecture-specific implementations.
6227
6228 Also, providing default functions will allow all boards to enable
6229 CONFIG_I2C_CMD_TREE. This was previously not possible since the
6230 tree-form of the i2c command provides the ability to display and modify
6231 the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
6232 present.
6233
6234 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6235
6236 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
6237 Author: Peter Tyser <ptyser@xes-inc.com>
6238 Date: Sat Apr 18 22:34:00 2009 -0500
6239
6240 cm5200: Make function test command names more unique
6241
6242 Add "_test" to cm5200's function test command names to prevent
6243 overlap with common, global function names. Originally, the
6244 "do_i2c" function test command interfered with
6245 common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
6246
6247 The functions were also made static as they are not globally accessed.
6248
6249 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6250
6251 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
6252 Author: Peter Tyser <ptyser@xes-inc.com>
6253 Date: Fri Apr 24 15:34:09 2009 -0500
6254
6255 tsi108_i2c: Add i2c_init() stub function
6256
6257 Add the i2c_init() function so that the tsi108_i2c.c driver fits
6258 U-Boot's standard I2C API which is utilized by cmd_i2c.c
6259
6260 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6261
6262 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
6263 Author: Peter Tyser <ptyser@xes-inc.com>
6264 Date: Fri Apr 24 15:34:08 2009 -0500
6265
6266 mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
6267
6268 Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
6269 it can use the common 'i2c speed' command. Note that the I2C controller
6270 utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
6271 dynamically.
6272
6273 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6274
6275 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
6276 Author: Peter Tyser <ptyser@xes-inc.com>
6277 Date: Fri Apr 24 15:34:07 2009 -0500
6278
6279 Marvell: i2c cleanup
6280
6281 The following changes were made, primarily to bring the Marvell i2c
6282 driver in line with U-Boot's current I2C API:
6283 - Made i2c_init() globally accessible
6284 - Made i2c_read() and i2c_write() return an integer
6285 - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
6286 offhand chance someone adds slave support in the future
6287
6288 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6289
6290 commit 54afc6ee10c8cd09598d814d49e601359b005e49
6291 Author: Peter Tyser <ptyser@xes-inc.com>
6292 Date: Fri Apr 24 15:34:06 2009 -0500
6293
6294 cpci750: i2c cleanup
6295
6296 The following changes were made, primarily to bring the cpci750 i2c
6297 driver in line with U-Boot's current I2C API:
6298 - Made i2c_init() globally accessible
6299 - Made i2c_read() and i2c_write() return an integer
6300 - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
6301 offhand chance someone adds slave support in the future
6302
6303 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6304
6305 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
6306 Author: Peter Tyser <ptyser@xes-inc.com>
6307 Date: Fri Apr 24 15:34:05 2009 -0500
6308
6309 i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
6310
6311 Many boards/controllers/drivers don't support an I2C slave interface,
6312 however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
6313 default
6314
6315 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6316
6317 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
6318 Author: Kumar Gala <galak@kernel.crashing.org>
6319 Date: Thu Jun 11 23:42:35 2009 -0500
6320
6321 fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
6322
6323 The ddr code computes most things as 64-bit quantities and had some places
6324 in the middle that it was using phy_addr_t and phys_size_t.
6325
6326 Instead we use unsigned long long through out and only at the last stage of
6327 setting the LAWs and reporting the amount of memory to the board code do we
6328 truncate down to what we can cover via phys_size_t.
6329
6330 This has the added benefit that the DDR controller itself is always setup
6331 the same way regardless of how much memory we have. Its only the LAW
6332 setup that limits what is visible to the system.
6333
6334 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6335
6336 commit d4b130dc80761b430dc5b410159cd158fca1a348
6337 Author: Kumar Gala <galak@kernel.crashing.org>
6338 Date: Thu Jun 11 23:40:34 2009 -0500
6339
6340 85xx: Use print_size to report amount of memory not mapped by TLBs
6341
6342 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6343
6344 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
6345 Author: Haiying Wang <Haiying.Wang@freescale.com>
6346 Date: Wed May 20 12:30:42 2009 -0400
6347
6348 85xx: Add README for MPC8569MDS
6349
6350 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6351 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6352
6353 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
6354 Author: Haiying Wang <Haiying.Wang@freescale.com>
6355 Date: Wed May 20 12:30:33 2009 -0400
6356
6357 85xx: Add UART1 support for MPC8569MDS
6358
6359 MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
6360 those pins before using UART1.
6361
6362 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6363 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6364
6365 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
6366 Author: Haiying Wang <Haiying.Wang@freescale.com>
6367 Date: Wed May 20 12:30:32 2009 -0400
6368
6369 85xx: Add PIB support at CS4/CS5 for MPC8569MDS
6370
6371 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6372 Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
6373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6374
6375 commit fb27949059f1bc84381a6216a819090f0cdbaa70
6376 Author: Haiying Wang <Haiying.Wang@freescale.com>
6377 Date: Thu Jun 4 16:12:39 2009 -0400
6378
6379 85xx: Fix some settings for MPC8569MDS board
6380
6381 - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
6382 malloc to support up to eight Ethernet interfaces.
6383 - Move Environment address out of uboot thus the saved environment variables
6384 will not be erased after u-boot is re-programmed.
6385
6386 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6387 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6388
6389 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
6390 Author: Haiying Wang <Haiying.Wang@freescale.com>
6391 Date: Wed May 20 12:30:30 2009 -0400
6392
6393 85xx: Fix MURAM size for MPC8569
6394
6395 MPC8569 has 128K bytes MURAM.
6396
6397 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6398 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6399
6400 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
6401 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6402 Date: Fri May 22 20:23:51 2009 +0200
6403
6404 at91/cpu.c: add missing Copyright & GPL header
6405
6406 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6407
6408 commit aa446a591aca46ef2b53cc6598ea8091feb45444
6409 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6410 Date: Sun Jun 7 21:45:16 2009 +0900
6411
6412 apollon: Fix a OBJCFLAGS typo
6413
6414 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
6415
6416 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
6417 Author: Wolfgang Denk <wd@denx.de>
6418 Date: Wed Jun 10 00:19:28 2009 +0200
6419
6420 Prepare 2009.06-rc3
6421
6422 Update CHANGELOG
6423
6424 Signed-off-by: Wolfgang Denk <wd@denx.de>
6425
6426 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
6427 Author: Wolfgang Denk <wd@denx.de>
6428 Date: Wed Jun 10 00:15:11 2009 +0200
6429
6430 rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
6431
6432 Signed-off-by: Wolfgang Denk <wd@denx.de>
6433
6434 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
6435 Author: Daniel Mack <daniel@caiaq.de>
6436 Date: Thu Jun 4 19:44:12 2009 +0200
6437
6438 ubifs: fix small error path mismatch
6439
6440 In do_readpage(), don't free 'dn' if its allocation failed.
6441
6442 Signed-off-by: Daniel Mack <daniel@caiaq.de>
6443
6444 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
6445 Author: Wolfgang Denk <wd@denx.de>
6446 Date: Thu Jun 4 00:31:07 2009 +0200
6447
6448 EP88x: fix broken linker script
6449
6450 Signed-off-by: Wolfgang Denk <wd@denx.de>
6451 Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
6452
6453 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
6454 Author: Wolfgang Denk <wd@denx.de>
6455 Date: Fri May 15 00:16:02 2009 +0200
6456
6457 TQM85xx: minor config file cleanup
6458
6459 Remove "saveenv" from "update" definition: the environment is outside
6460 the U-Boot image on TQM85xx and therefor not affected by updates.
6461
6462 Also "beautify" code a bit (vertical alignment).
6463
6464 Signed-off-by: Wolfgang Denk <wd@denx.de>
6465
6466 commit c0296b1801fc9426d772fa75fe58458db605dfee
6467 Author: Wolfgang Denk <wd@denx.de>
6468 Date: Fri May 15 00:16:01 2009 +0200
6469
6470 TQM85xx: adapt for new flash types
6471
6472 Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
6473 series while new boards have 'N' type Flashes from the S29GLxxxN
6474 series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
6475
6476 We now change the configuration to the new flash types for all
6477 boards; this also works on old boards - we just waste two flash
6478 sectors for the environment which could be smaller there.
6479
6480 Signed-off-by: Wolfgang Denk <wd@denx.de>
6481
6482 commit 6735104924f06340071a6914a9ee3345607fc102
6483 Author: Dave Liu <daveliu@freescale.com>
6484 Date: Mon May 18 17:49:23 2009 +0800
6485
6486 85xx: Fix the wrong SYS_CLK_IN for 8569MDS
6487
6488 The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
6489 The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
6490 so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
6491
6492 Signed-off-by: Dave Liu <daveliu@freescale.com>
6493
6494 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
6495 Author: Dave Liu <daveliu@freescale.com>
6496 Date: Fri May 15 10:27:44 2009 +0800
6497
6498 85xx: Fix the wrong BCSR address of 8569MDS
6499
6500 The BCSR17[7] = 1 will unlock the write protect of FLASH.
6501 The WP# pin only controls the write protect of top/bottom sector,
6502 That is why we can save env, but we can't write the first sector
6503 before the patch.
6504
6505 Signed-off-by: Dave Liu <daveliu@freescale.com>
6506
6507 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
6508 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
6509 Date: Tue Jun 2 16:27:10 2009 -0500
6510
6511 85xx: bugfix for reading maximum TLB size on mpc85xx
6512
6513 The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
6514 This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
6515 (256 MB)
6516 which made u-boot hang in board_init_f() when trying to create a new stack
6517 in RAM.
6518 I have an mpc8540 with one 1GB dimm.
6519
6520 Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
6521 Signed-off-by: Andy Fleming <afleming@freescale.com>
6522 Acked-by: Kumar Gala <galak@kernel.crashing.org>
6523
6524 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
6525 Author: Dave Liu <daveliu@freescale.com>
6526 Date: Fri Mar 27 14:32:43 2009 +0800
6527
6528 85xx: Fix the clock adjust of mpc8569mds board
6529
6530 Currently the clk_adj is 6 (3/4 cycle), The settings will cause
6531 the DDR controller hang at the data init. Change the clk_adj
6532 from 6 to 4 (1/2 cycle), make the memory system stable.
6533
6534 Signed-off-by: Dave Liu <daveliu@freescale.com>
6535
6536 commit faa14babd7466dfade358f9cac128ae246b9bf1b
6537 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
6538 Date: Fri Jun 5 16:54:31 2009 +0200
6539
6540 at91: fix a USB problem for AT91SAM9261
6541
6542 This patch corrects the missing PLLB initialization in usb_cpu_init()
6543 for AT91SAM9261.
6544 Because of the missing PLLB initialization, the USB support for all
6545 AT91SAM9261 based boards will work only if the PLLB is configured by a
6546 precedent bootloader.
6547
6548 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6549 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6550 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6551
6552 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
6553 Author: Felix Radensky <felix@embedded-sol.com>
6554 Date: Sun May 31 20:44:15 2009 +0300
6555
6556 ppc4xx/net: Fix MDIO clock setup
6557
6558 This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
6559 Current code assumes that the value of sysinfo.freqOPB is 100000000
6560 when OPB frequency is 100MHz. In reality it is 100000001. As a result
6561 MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
6562 the standard. This in not a problem on boards equipped with Marvell PHYs
6563 (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
6564 but can be a problem for other PHYs (e.g. Realtek ones).
6565
6566 Signed-off-by: Felix Radensky <felix@embedded-sol.com>
6567 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6568
6569 commit d65e34d12514de2bbe3b8f519761d641c081bad0
6570 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6571 Date: Wed Feb 25 14:27:29 2009 +0900
6572
6573 rtl8169: fix PCI system memory address
6574
6575 When PCI device use system memory, some PCI host controller should be
6576 set physical memory address.
6577
6578 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6579 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6580
6581 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
6582 Author: Manikandan Pillai <mani.pillai@ti.com>
6583 Date: Wed Apr 8 09:14:35 2009 +0530
6584
6585 SMC911x driver fixed for NFS boot
6586
6587 eth_halt() function in the smc911x drivers used to call the
6588 smc911x_reset() function. eth_halt() used to be called after
6589 tftp transfers. This used to put the ethernet chip in reset
6590 while the linux boots up resulting in the ethernet driver
6591 not coming up. NFS boot used to fail as a result.
6592
6593 This patch calls smc911x_shutdown() instead of smc911x_reset().
6594 Some comments received has also been fixed.
6595
6596 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
6597 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6598
6599 commit e5a3bc2401a23f1890611f020f57f94824a534db
6600 Author: Remy Bohmer <linux@bohmer.net>
6601 Date: Sun May 3 12:11:40 2009 +0200
6602
6603 Add config option for disabling DM9000-SROM support.
6604
6605 Some boards do not have SROM support for the DM9000 network adapter.
6606 Instead of listing these board names in the driver code, make this
6607 option configurable from the board config file.
6608
6609 It also removes a build warning for the at91sam9261ek board:
6610 'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
6611
6612 And it repaires the trizepsiv board build which was broken around the
6613 same routines
6614
6615 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6616 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6617
6618 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
6619 Author: Kim Phillips <kim.phillips@freescale.com>
6620 Date: Fri Jun 5 14:11:33 2009 -0500
6621
6622 mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
6623
6624 In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
6625 impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
6626 SICRH[TSIOB1] was erroneously being set high.
6627
6628 U-Boot always operated this PHY interface in GMII mode. It is assumed this
6629 was missed in the clean up by the original board porters, and copied along
6630 to the TQM and sbc boards.
6631
6632 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6633 Acked-by: Ira Snyder <iws@ovro.caltech.edu>
6634 Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
6635 Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6636 CC: Dave Liu <DaveLiu@freescale.com>
6637
6638 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
6639 Author: Daniel Mack <daniel@caiaq.de>
6640 Date: Wed Apr 8 13:23:37 2009 +0200
6641
6642 smc911x: write back the manually set MAC address
6643
6644 If the MAX address is given by the environment, write it back to the
6645 hardware.
6646
6647 Signed-off-by: Daniel Mack <daniel@caiaq.de>
6648 Cc: Sascha Hauer <s.hauer@pengutronix.de>
6649 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6650
6651 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
6652 Author: Wolfgang Denk <wd@denx.de>
6653 Date: Fri May 15 00:16:03 2009 +0200
6654
6655 Redundant Environment: protect full sector size
6656
6657 Several boards used different ways to specify the size of the
6658 protected area when enabling flash write protection for the sectors
6659 holding the environment variables: some used CONFIG_ENV_SIZE and
6660 CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
6661 a mix of both for the "normal" and the "redundant" areas.
6662
6663 Normally, this makes no difference at all. However, things are
6664 different when you have to deal with boards that can come with
6665 different types of flash chips, which may have different sector
6666 sizes.
6667
6668 Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
6669 biggest sector size, which may include several sectors on boards using
6670 the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
6671 or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
6672 case that only the first of these sectors get protected, while the
6673 following ones aren't.
6674
6675 This is no real problem, but it can be confusing for the user -
6676 especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
6677 "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
6678 "redundant" area.
6679
6680 To avoid such inconsistencies, I changed all sucn boards that I found
6681 to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
6682 not cause any functional changes to the code.
6683
6684 Signed-off-by: Wolfgang Denk <wd@denx.de>
6685 Cc: Paul Ruhland
6686 Cc: Pantelis Antoniou <panto@intracom.gr>
6687 Cc: Stefan Roese <sr@denx.de>
6688 Cc: Gary Jennejohn <garyj@denx.de>
6689 Cc: Dave Ellis <DGE@sixnetio.com>
6690 Acked-by: Stefan Roese <sr@denx.de>
6691
6692 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
6693 Author: Ilya Yanok <yanok@emcraft.com>
6694 Date: Thu May 14 14:03:09 2009 +0400
6695
6696 mmc: it's safe to ignore mmc_send_if_cond() return value
6697
6698 Return value of mmc_send_if_cond() can be safely ignored (as it is
6699 done in Linux). This makes older cards work with MXC MCI controller.
6700
6701 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6702
6703 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
6704 Author: Stefan Roese <sr@denx.de>
6705 Date: Mon May 11 15:54:13 2009 +0200
6706
6707 cfi_mtd: Fix bug in last sector detection
6708
6709 This patch now enabled this cfi-mtd wrapper to correctly detect and
6710 erase the last sector in an NOR FLASH device.
6711
6712 Signed-off-by: Stefan Roese <sr@denx.de>
6713
6714 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
6715 Author: Yauhen Kharuzhy <jekhor@gmail.com>
6716 Date: Thu May 7 00:43:30 2009 +0300
6717
6718 mmc: Fix decoding of SCR & function switch data on little-endian machines
6719
6720 SCR & switch data are read from card as big-endian words and should be
6721 converted to CPU byte order.
6722
6723 Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
6724 Signed-off-by: Andy Fleming <afleming@freescale.com>
6725
6726 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
6727 Author: Yauhen Kharuzhy <jekhor@gmail.com>
6728 Date: Thu May 7 13:08:53 2009 +0300
6729
6730 mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
6731
6732 Cards which are not compatible with SD 2.0 standard, may return response
6733 for CMD8 command, but it will be invalid in terms of SD 2.0. We should
6734 accept this case as admissible, just like Linux does.
6735
6736 Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
6737 Signed-off-by: Andy Fleming <afleming@freescale.com>
6738
6739 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
6740 Author: Rabin Vincent <rabin@rab.in>
6741 Date: Sun Apr 5 13:30:56 2009 +0530
6742
6743 mmc: drop unnecessary casts
6744
6745 Now that response is a uint, we can drop all the casts.
6746
6747 Signed-off-by: Rabin Vincent <rabin@rab.in>
6748
6749 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
6750 Author: Rabin Vincent <rabin@rab.in>
6751 Date: Sun Apr 5 13:30:55 2009 +0530
6752
6753 mmc: fix response decoding on little endian
6754
6755 The mmc code defines the response as an array of chars. However, it
6756 access the response bytes both as (i) an array of four uints (with
6757 casts) and (ii) as individual chars. The former case is used more
6758 often, including by the driver when it assigns the response.
6759
6760 The char-wise accesses are broken on little endian systems because they
6761 assume that the bytes in the uints are in big endian byte order.
6762
6763 This patch fixes this by changing the response to be an array of four
6764 uints and replacing the char-wise accesses with equivalent uint-wise
6765 accesses.
6766
6767 Signed-off-by: Rabin Vincent <rabin@rab.in>
6768
6769 commit 9b1f942c09dd942e6de3185caa81c111b14de567
6770 Author: Rabin Vincent <rabin@rab.in>
6771 Date: Sun Apr 5 13:30:54 2009 +0530
6772
6773 mmc: use lldiv to fix arm eabi build
6774
6775 The generic MMC core uses direct long long divisions, which do not build
6776 with ARM EABI toolchains. Use lldiv() instead, which works everywhere.
6777
6778 Signed-off-by: Rabin Vincent <rabin@rab.in>
6779
6780 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
6781 Author: Rabin Vincent <rabin@rab.in>
6782 Date: Sun Apr 5 13:30:53 2009 +0530
6783
6784 mmc: check find_mmc_device return value
6785
6786 find_mmc_device returns NULL if an invalid device number is specified.
6787 Check for this to avoid dereferencing NULL pointers.
6788
6789 Signed-off-by: Rabin Vincent <rabin@rab.in>
6790
6791 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
6792 Author: Rabin Vincent <rabin@rab.in>
6793 Date: Sun Apr 5 13:30:52 2009 +0530
6794
6795 mmc: clean up help texts
6796
6797 Remove some repeated words and superfluous newlines in the mmc command
6798 help entries.
6799
6800 Signed-off-by: Rabin Vincent <rabin@rab.in>
6801
6802 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
6803 Author: Mike Frysinger <vapier@gentoo.org>
6804 Date: Fri May 29 17:01:48 2009 -0400
6805
6806 Blackfin: spi: fix pin handling of SPI0 SSEL4
6807
6808 CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
6809 peripheral in order to work.
6810
6811 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6812
6813 commit 2157359dad2533987f5eb0181ef543693fad6a33
6814 Author: Mike Frysinger <vapier@gentoo.org>
6815 Date: Tue May 26 02:51:57 2009 -0400
6816
6817 Blackfin: fix if() logic in bootrom evt1 check
6818
6819 A missing set of parenthesis caused the silicon revision to apply only to
6820 the BF533 and not the BF531/BF532 variants.
6821
6822 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6823
6824 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
6825 Author: Stefan Roese <sr@denx.de>
6826 Date: Sat May 16 12:04:22 2009 +0200
6827
6828 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
6829
6830 Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
6831 mtdparts_init() is available in both files, cmd_mtdparts.c and
6832 cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
6833 the jffs2/mtdparts command/file split those 2 different versions
6834 already existed. So this is nothing new. The main problem is that the
6835 variables "current_dev" and "current_partnum" are declared in both
6836 files now. This doesn't work.
6837
6838 This patch now changes the names of those variable to more specific
6839 names: "current_mtd_dev" and "current_mtd_partnum". This is because
6840 this patch also changes the declaration from static to global, so
6841 that they can be used from both files.
6842
6843 Please note that my first tests were not successful. The MTD devices
6844 selected via mtdparts are now accessed but I'm failing to see the
6845 directory listed via the "ls" command. Nothing is displayed. Perhaps
6846 I didn't generate the JFFS2 image correctly (I never used JFFS2 in
6847 U-Boot before). Not sure. Perhaps somebody else could take a look at
6848 this as well. I'll continue looking into this on Monday.
6849
6850 Signed-off-by: Stefan Roese <sr@denx.de>
6851 Cc: Wolfgang Denk <wd@denx.de>
6852 Cc: Detlev Zundel <dzu@denx.de>
6853 Cc: Ilya Yanok <yanok@emcraft.com>
6854 Cc: Renaud barbier <renaud.barbier@ge.com>
6855
6856 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
6857 Author: Graf Yang <graf.yang@analog.com>
6858 Date: Sun May 24 02:34:34 2009 -0400
6859
6860 Blackfin: bf518f-ezbrd: setup portmux for async flash
6861
6862 The pins for async memory where parallel flash lives are not enabled by
6863 default, so make sure we mux them as needed.
6864
6865 Signed-off-by: Graf Yang <graf.yang@analog.com>
6866 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6867
6868 commit f40f6db278f602b55820693634a7256b0b4e4b80
6869 Author: Stefan Roese <sr@denx.de>
6870 Date: Wed May 20 10:58:03 2009 +0200
6871
6872 nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
6873
6874 This patch enables Smart Media (SMC) ECC byte ordering which is used
6875 on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
6876 incompatible ECC byte ordering to the Linux kernel NDFC driver.
6877
6878 Signed-off-by: Stefan Roese <sr@denx.de>
6879 Acked-by: Scott Wood <scottwood@freescale.com>
6880
6881 commit 399aab7748bef053d59612211e1bd7a3fabfce18
6882 Author: Stefan Roese <sr@denx.de>
6883 Date: Wed May 20 10:58:02 2009 +0200
6884
6885 ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
6886
6887 This patch now uses the correct ECC byte order (Smart Media - SMC)
6888 to be used on the 4xx NAND FLASH driver. Without this patch we have
6889 incompatible ECC byte ordering to the Linux kernel NDFC driver.
6890
6891 Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
6892 drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
6893 a seperate patch.
6894
6895 Signed-off-by: Stefan Roese <sr@denx.de>
6896 Acked-by: Scott Wood <scottwood@freescale.com>
6897
6898 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
6899 Author: Stefan Roese <sr@denx.de>
6900 Date: Wed May 20 10:58:01 2009 +0200
6901
6902 ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
6903
6904 This patch moves the definition for the PPC4xx NAND FLASH controller
6905 (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
6906 upcoming fix for the ECC byte ordering of the NDFC driver.
6907
6908 Signed-off-by: Stefan Roese <sr@denx.de>
6909 Acked-by: Scott Wood <scottwood@freescale.com>
6910
6911 commit 2df72b82bc9e17b88dc82735a067749220beb025
6912 Author: Kim Phillips <kim.phillips@freescale.com>
6913 Date: Tue May 19 12:53:36 2009 -0500
6914
6915 common: fix inline--weak error spotted by gcc 4.4
6916
6917 cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
6918
6919 removing the inline attribute fixes it.
6920
6921 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6922
6923 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
6924 Author: Kim Phillips <kim.phillips@freescale.com>
6925 Date: Tue May 19 12:53:32 2009 -0500
6926
6927 TQM834x: remove defines causing gcc4.4 warnings
6928
6929 Configuring for TQM834x board...
6930 cpu_init.c: In function 'cpu_init_f':
6931 cpu_init.c:262: warning: array subscript is above array bounds
6932 cpu_init.c:263: warning: array subscript is above array bounds
6933 cpu_init.c:270: warning: array subscript is above array bounds
6934 ...
6935
6936 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6937
6938 commit 0850301747228a3327f2815a85284d26ade3de95
6939 Author: Andreas Huber <andreas.huber@keymile.com>
6940 Date: Tue May 19 11:06:30 2009 +0200
6941
6942 UBI: fix return code in ubi_volume_read
6943
6944 Return -ENODEV instead of 0 when trying to read from a non existing volume.
6945
6946 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
6947 Signed-off-by: Stefan Roese <sr@denx.de>
6948
6949 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
6950 Author: Graf Yang <graf.yang@analog.com>
6951 Date: Tue May 19 04:40:08 2009 -0400
6952
6953 Blackfin: fix timer_init()/timer_reset()
6954
6955 The timer_init() function was not using the right csync instruction, nor
6956 was it doing it right after disabling the core timer.
6957
6958 The timer_reset() function would reset the timestamp, but not the actual
6959 timer, so there was a common edge case where get_timer() return a jump of
6960 one timestamp (couple milliseconds) right after resetting. This caused
6961 many functions to improperly timeout right away.
6962
6963 Signed-off-by: Graf Yang <graf.yang@analog.com>
6964 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6965
6966 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
6967 Author: Shinya Kuribayashi <skuribay@pobox.com>
6968 Date: Sat May 16 09:12:09 2009 +0900
6969
6970 MIPS: lib_mips/board.c: Remove unused variables
6971
6972 This fixes the following build warnings:
6973
6974 board.c: In function 'board_init_r':
6975 board.c:328: warning: unused variable 'i'
6976 board.c:326: warning: unused variable 'e'
6977
6978 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
6979
6980 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
6981 Author: Shinya Kuribayashi <skuribay@pobox.com>
6982 Date: Sat May 16 09:12:09 2009 +0900
6983
6984 MIPS: Make all extern-ed functions in bitops.h static
6985
6986 All these functions are expected to be static inline-ed.
6987 This patch also fixes the following build warnings on MIPS targets:
6988
6989 include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
6990 include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
6991 include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
6992 include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
6993
6994 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
6995
6996 commit 87423d740b91329b8d1d0b73cafd6930993b558a
6997 Author: Thomas Lange <thomas@corelatus.se>
6998 Date: Fri Apr 24 16:22:16 2009 +0200
6999
7000 MIPS: Implement ethernet halt for au1x00
7001
7002 Implement ethernet halt() by putting MAC0 in reset.
7003 If we do not do this, we will get memory corruption
7004 when ethernet frames are received during early OS boot.
7005
7006 Signed-off-by: Thomas Lange <thomas@corelatus.se>
7007 Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
7008
7009 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
7010 Author: Wolfgang Denk <wd@denx.de>
7011 Date: Fri May 15 23:29:23 2009 +0200
7012
7013 Prepare v2009.06-rc2
7014
7015 Update CHANGELOG.
7016
7017 Signed-off-by: Wolfgang Denk <wd@denx.de>
7018
7019 commit f4317ea91942f44cc1c433277927b61618e9b0a5
7020 Author: Daniel Mack <daniel@caiaq.de>
7021 Date: Tue May 5 12:48:29 2009 +0200
7022
7023 ARM: fix PXA build by defining UP2OCR
7024
7025 U-Boot does not currently build for PXA platforms with USB support
7026 enabled:
7027
7028 usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
7029
7030 Signed-off-by: Daniel Mack <daniel@caiaq.de>
7031 Cc: Markus Klotzbuecher <mk@denx.de>
7032
7033 Edited commit message.
7034 Signed-off-by: Wolfgang Denk <wd@denx.de>
7035
7036 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
7037 Author: Wolfgang Denk <wd@denx.de>
7038 Date: Fri May 15 22:32:57 2009 +0200
7039
7040 Minor Coding Style fix; update CHANGELOG.
7041
7042 Signed-off-by: Wolfgang Denk <wd@denx.de>
7043
7044 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
7045 Author: Wolfgang Denk <wd@denx.de>
7046 Date: Fri May 15 09:27:58 2009 +0200
7047
7048 IDE: bail out of dev_print() for unknown device types
7049
7050 Commit 574b319512 introduced a subtle bug by mixing a list of tests
7051 for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
7052 then mostly did not work because "dev_desc->type" cannot take any
7053 "IF_*" type values. A later fix in commit 8ec6e332ea changed the
7054 switch() into testing "dev_desc->if_type", but at this point the
7055 initial test for unknown device types was completely lost, which
7056 resulted in output like that for IDE ports without device attached:
7057
7058 Device 1: Model: Firm: Ser#:
7059 Type: # 1F #
7060 Capacity: not available
7061
7062 This patch re-introduces the missing test for unknown device types.
7063
7064 Signed-off-by: Wolfgang Denk <wd@denx.de>
7065 Cc: Stefan Roese <sr@denx.de>
7066 Cc: Detlev Zundel <dzu@denx.de>
7067 Tested-by: Stefan Roese <sr@denx.de>
7068
7069 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
7070 Author: Stefan Roese <sr@denx.de>
7071 Date: Thu May 14 07:25:13 2009 +0200
7072
7073 74xx_7xx: Fix rounding problem in CPU frequency calculation
7074
7075 This patch fixes a problem in the CPU frequency calculation. Without it
7076 a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
7077
7078 Signed-off-by: Stefan Roese <sr@denx.de>
7079
7080 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
7081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7082 Date: Wed May 13 22:24:12 2009 +0200
7083
7084 console.h: remove unused prototype 'console_realloc'
7085
7086 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7087
7088 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
7089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7090 Date: Wed May 13 22:16:31 2009 +0200
7091
7092 api: remove un-needed ifdef CONFIG_API already handle by the Makefile
7093
7094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7095
7096 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
7097 Author: Detlev Zundel <dzu@denx.de>
7098 Date: Wed May 13 10:54:10 2009 +0200
7099
7100 Fix e-mail address of Gary Jennejohn.
7101
7102 Signed-off-by: Detlev Zundel <dzu@denx.de>
7103
7104 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
7105 Author: Emil Medve <Emilian.Medve@Freescale.com>
7106 Date: Tue May 12 13:48:32 2009 -0500
7107
7108 Remove inline qualifier from show_boot_progress()
7109
7110 The 'inline' is conflicting with the semantic of 'weak' attribute and with the
7111 way the show_boot_progress() function is used.
7112
7113 Also gcc 4.4 is complaining about it:
7114
7115 main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
7116
7117 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
7118
7119 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
7120 Author: Wolfgang Denk <wd@denx.de>
7121 Date: Tue May 12 15:17:35 2009 +0200
7122
7123 MPC8260: fixup device tree by property instead of path
7124
7125 cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
7126 clock frequencies in the device tree, using a CPU path
7127 "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
7128
7129 However, this does not work when one board config file (here:
7130 MPC8260ADS.h) is intended to be used for several diffrent CPUs and
7131 therefor contains a generic definition like "cpu@0", as the device
7132 trees that will then be loaded will contain specific names like
7133 "PowerPC,8272@0".
7134
7135 We switch to using do_fixup_by_prop_u32() instead, so we can search
7136 for device_type="cpu", as it is done in other architectures, too.
7137
7138 Signed-off-by: Wolfgang Denk <wd@denx.de>
7139 Cc: Heiko Schocher <hs@denx.de>
7140 Acked-by: Heiko Schocher <hs@denx.de>
7141 Tested-by: Heiko Schocher <hs@denx.de>
7142
7143 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
7144 Author: Rohit Hagargundgi <h.rohit@samsung.com>
7145 Date: Mon Mar 9 19:45:46 2009 +0530
7146
7147 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
7148
7149 Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
7150 CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
7151 and is used by OneNAND ipl when reading U-Boot image.
7152
7153 Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
7154 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
7155
7156 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
7157 Author: Ben Warren <biggerbadderben@gmail.com>
7158 Date: Tue Apr 28 17:04:51 2009 -0700
7159
7160 Schedule removal of non-CONFIG_NET_MULTI net driver API
7161
7162 This will make CONFIG_NET_MULTI the only net driver configuration and
7163 we'll be able to remove this option.
7164
7165 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7166
7167 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
7168 Author: Detlev Zundel <dzu@denx.de>
7169 Date: Tue May 5 16:04:06 2009 +0200
7170
7171 powerpc/inka4x0: Remove left-over ide reset code.
7172
7173 The pin which was used in preliminary versions of the board for ide
7174 reset is really connected to the rtc clock.
7175
7176 Signed-off-by: Detlev Zundel <dzu@denx.de>
7177
7178 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
7179 Author: Marco Stornelli <marco.stornelli@gmail.com>
7180 Date: Tue Apr 28 19:04:02 2009 +0200
7181
7182 Add imls utility command
7183
7184 This patch adds, under tools folder, a new command called imls. Its
7185 goal is the same of UBoot's imls but it can be used as Linux shell
7186 command. It reads from raw mtd partition and prints the list of the
7187 stored images.
7188
7189 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
7190
7191 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
7192 Author: Heiko Schocher <hs@denx.de>
7193 Date: Tue Apr 28 08:36:11 2009 +0200
7194
7195 netloop: updates for NetLoop
7196
7197 Fix some issues introduced from commit:
7198 2f70c49e5b9813635ad73666aa30f304c7fdeda9
7199 suggested by Mike Frysinger.
7200
7201 - added some comment for the env_id variable in common_cmd_nvedit.c
7202 - moved some variables in fn scope instead of file scope
7203 - NetInitLoop now static void
7204
7205 Signed-off-by: Heiko Schocher <hs@denx.de>
7206 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7207
7208 commit 3c1d89545de11822f8b5afb5646a57757620bd95
7209 Author: Heiko Schocher <hs@denx.de>
7210 Date: Tue Apr 28 07:48:39 2009 +0200
7211
7212 82xx, ids8247: added ids8247 board to MAKEALL script
7213
7214 Signed-off-by: Heiko Schocher <hs@denx.de>
7215
7216 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
7217 Author: Detlev Zundel <dzu@denx.de>
7218 Date: Thu May 7 13:08:55 2009 +0200
7219
7220 arm/imx31_phycore: Fix bi_arch_number
7221
7222 Signed-off-by: Detlev Zundel <dzu@denx.de>
7223 Cc: Sascha Hauer <s.hauer@pengutronix.de>
7224
7225 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
7226 Author: Sascha Hauer <s.hauer@pengutronix.de>
7227 Date: Fri May 15 10:21:33 2009 +0200
7228
7229 remove myself as phycore/litekit Maintainer
7230
7231 I never acked a patch that adds me as phycore i.MX31 maintainer nor was
7232 it me who pushed the patches, so remove myself from the maintainer list
7233 so that other people do not longer wait for my ack.
7234
7235 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7236
7237 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
7238 Author: Sergey Lapin <slapin@ossfans.org>
7239 Date: Tue May 12 12:25:14 2009 +0400
7240
7241 AFEB9260 network fix
7242
7243 AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
7244 Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
7245 not 0.
7246
7247 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
7248
7249 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
7250 Author: Graf Yang <graf.yang@analog.com>
7251 Date: Tue May 5 02:26:27 2009 -0400
7252
7253 Blackfin: bf518f-ezbrd: reset ethernet PHY during init
7254
7255 We don't know what state the ethernet PHY is in when starting up, so make
7256 sure we set it to a sane state. This fixes troubles seen when Linux boots
7257 up, configures the PHY is a non-default state, and then the system reboots
7258 into U-Boot which previously expected a reset state only.
7259
7260 Signed-off-by: Graf Yang <graf.yang@analog.com>
7261 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7262
7263 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
7264 Author: Mike Frysinger <vapier@gentoo.org>
7265 Date: Tue May 5 01:35:41 2009 -0400
7266
7267 Blackfin: bf527-ezkit: fix SPI flash env params
7268
7269 The BF527-EZKIT settings for storing the environment in SPI flash wasn't
7270 using the correct sector settings for the SPI flash part that is actually
7271 on the board.
7272
7273 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7274
7275 commit f58bf804a14324c6c9186a7a664fa23281780e8b
7276 Author: Mike Frysinger <vapier@gentoo.org>
7277 Date: Fri Apr 24 23:54:19 2009 -0400
7278
7279 Blackfin: avoid get_sclk() with early serial debug
7280
7281 When the clock functions were changed to use cached values (and thereby
7282 avoiding expensive math functions), early serial debug broke because the
7283 baud programming is called before external memory is available.
7284
7285 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7286
7287 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
7288 Author: Mike Frysinger <vapier@gentoo.org>
7289 Date: Fri Apr 24 23:39:41 2009 -0400
7290
7291 Blackfin: fix booting with older bootroms (no EVT1)
7292
7293 When dropping jump block support, the assumption was that all bootroms
7294 supported entry point redirection via the EVT1 register. Unfortunately,
7295 this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
7296 and older and BF561). No one really noticed earlier because these parts
7297 usually are booted by bypassing the bootrom entirely, and older BF533
7298 parts are not supported at all (too many anomalies).
7299
7300 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7301
7302 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
7303 Author: Mike Frysinger <vapier@gentoo.org>
7304 Date: Fri Apr 24 23:22:48 2009 -0400
7305
7306 Blackfin: recurse with early serial initcode
7307
7308 Make sure we recurse through serial_putc() rather than bang on the UART
7309 transmit register directly to avoid hardware overflows when using \n.
7310
7311 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7312
7313 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
7314 Author: Wolfgang Denk <wd@denx.de>
7315 Date: Fri May 1 21:59:12 2009 +0200
7316
7317 Prepare v2009.06-rc1
7318
7319 Update CHANGELOG.
7320
7321 Signed-off-by: Wolfgang Denk <wd@denx.de>
7322
7323 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
7324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7325 Date: Fri May 1 15:38:06 2009 +0200
7326
7327 at91: remove lowlevel_init.S
7328
7329 lowlevel_init.S is not used any more so remove it.
7330 As consequence, we also don't have to generate u-boot.lds
7331 but can use a static version as before.
7332
7333 This also fixes the out-of-tree build problem introduced
7334 with commit f0a2c7b4 "at91: add support for the PM9263 board"
7335
7336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7337 Signed-off-by: Wolfgang Denk <wd@denx.de>
7338
7339 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
7340 Author: Wolfgang Denk <wd@denx.de>
7341 Date: Fri May 1 00:16:11 2009 +0200
7342
7343 Update CHANGELOG; minor coding style cleanup.
7344
7345 Signed-off-by: Wolfgang Denk <wd@denx.de>
7346
7347 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
7348 Author: Manikandan Pillai <mani.pillai@ti.com>
7349 Date: Tue Apr 21 17:29:05 2009 +0200
7350
7351 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
7352
7353 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7354 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
7355
7356 commit ac9140037a84629c5583066ff1a177396c47d89d
7357 Author: Dirk Behme <dirk.behme@googlemail.com>
7358 Date: Fri Apr 17 14:27:56 2009 +0200
7359
7360 OMAP3: Beagle: Set pinmux conditionally for Rev C boards
7361
7362 The Beagle Rev C boards pull UART2 from an alternate set of balls.
7363
7364 Signed-off-by: Steve Sakoman <steve@sakoman.com>
7365 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7366
7367 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
7368 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7369 Date: Mon Apr 27 18:33:33 2009 +0200
7370
7371 ubifs: BUG: Blocks commpressed with zlib
7372
7373 Blocks compressed with zlib dont have the full gzip header.
7374
7375 Without this patch, block compressed with zlib cannot be readed!
7376
7377 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7378
7379 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
7380 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7381 Date: Mon Apr 27 18:33:32 2009 +0200
7382
7383 lib_generic: gunzip: New function zunzip
7384
7385 Separate gunzip in
7386
7387 gunzip: Find the end of the header and call zunzip.
7388 zunzip: Inflate gunzip block without header.
7389
7390 UBI fs blocks can be compresed in lzo, zlib or no-compression. The
7391 current implementation of u-boot supported all the compressions but
7392 there was a bug in the implementation of the zlib blocks.
7393
7394 UBIFS's Zlib blocks do not have header but they were compressed using
7395 gunzip, a function used to decompress gunzip files/sectors with a
7396 header.
7397
7398 This patch adds a new function zunzip that uncompress a zlib block with
7399 no header.
7400
7401 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7402
7403 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
7404 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
7405 Date: Thu Apr 23 15:37:16 2009 +0200
7406
7407 at91: fixed plla calc when no USB support is active
7408
7409 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
7410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7411
7412 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
7413 Author: Ladislav Michl <ladis@linux-mips.org>
7414 Date: Wed Apr 22 01:12:04 2009 +0200
7415
7416 arm925t: Fix CONFIG_SYS_HZ to 1000
7417
7418 Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
7419 get_timer.
7420
7421 Changes since original version:
7422 * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
7423 improve timer resolution.
7424
7425 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7426
7427 commit 42bf4b2248146abdc592bde0009c6ea42067f437
7428 Author: Dirk Behme <dirk.behme@googlemail.com>
7429 Date: Tue Apr 14 20:15:17 2009 +0200
7430
7431 OMAP3: Remove legacy NAND defines
7432
7433 Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
7434
7435 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7436
7437 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
7438 Author: Sanjeev Premi <premi@ti.com>
7439 Date: Mon Apr 27 21:27:54 2009 +0530
7440
7441 OMAP3: Print correct silicon revision
7442
7443 The function display_board_info() displays incorrect
7444 silicon revision - based on the return value from
7445 function get_cpu_rev().
7446
7447 This patch fixes the problem.
7448
7449 Signed-off-by: Sanjeev Premi <premi@ti.com>
7450
7451 commit 90006e9b33bcdbf241b0295d186e3634137907a9
7452 Author: Sanjeev Premi <premi@ti.com>
7453 Date: Mon Apr 27 21:27:44 2009 +0530
7454
7455 OMAP3: Remove unused board-types
7456
7457 The board-types defined in struct omap3_sysinfo seem to be
7458 unused. The function display_board_info() is passed
7459 board type as an argument; which is ignored.
7460
7461 This patch removes all uses of board-type, related definitions
7462 and functions.
7463
7464 Signed-off-by: Sanjeev Premi <premi@ti.com>
7465
7466 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
7467 Author: Sanjeev Premi <premi@ti.com>
7468 Date: Mon Apr 27 21:27:27 2009 +0530
7469
7470 OMAP3: Use functions print_cpuinfo() and checkboard()
7471
7472 Use the functions print_cpuinfo() and checkboard() to
7473 display the cpu and board specific information.
7474
7475 These functions reuse content from the existing function
7476 display_board_info() - which has been removed.
7477
7478 Also, updated the existig OMAP3 configurations to
7479 define:
7480 - CONFIG_DISPLAY_CPUINFO
7481 - CONFIG_DISPLAY_BOARDINFO
7482
7483 Signed-off-by: Sanjeev Premi <premi@ti.com>
7484
7485 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
7486 Author: Stefan Roese <sr@denx.de>
7487 Date: Wed Mar 18 11:17:37 2009 +0100
7488
7489 MTD: Change cfi-mtd to accept non-uniform sector sizes
7490
7491 With this patch non-uniform NOR FLASH chips (chips with multiple erase
7492 regions) can be exported via the cfi-mtd layer and therefor used by UBI.
7493 We select the largest sector size as erasesize. The cfi driver will make
7494 sure that the smaller sectors are handled correctly.
7495
7496 Signed-off-by: Stefan Roese <sr@denx.de>
7497
7498 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
7499 Author: Anatolij Gustschin <agust@denx.de>
7500 Date: Thu Apr 23 12:35:22 2009 +0200
7501
7502 video: fix bug in cfb_console.c code
7503
7504 Fix bug in drawing long version/info strings:
7505 U-Boot version string like
7506 "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
7507 is long and doesn't wrap around correctly while drawing
7508 beside the logo. Such long strings partially overwrite
7509 the logo. This patch is an attempt to fix it.
7510
7511 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7512
7513 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
7514 Author: Wolfgang Denk <wd@denx.de>
7515 Date: Tue Apr 28 08:50:31 2009 +0200
7516
7517 cmd_ext2.c: fix compile warnings
7518
7519 Get rid of these warnings:
7520
7521 cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
7522 cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
7523
7524 Signed-off-by: Wolfgang Denk <wd@denx.de>
7525
7526 commit 28afe0160f87ff74574150d703055a965f91422a
7527 Author: Heiko Schocher <hs@denx.de>
7528 Date: Mon Apr 27 10:48:20 2009 +0200
7529
7530 ids8247: Remove legacy NAND defines
7531
7532 because legacy NAND support is deprecated converting to current
7533 NAND interface. !This just compile, because I have no more the
7534 hardware to test it.
7535
7536 Signed-off-by: Heiko Schocher <hs@denx.de>
7537
7538 commit dbd33614404b65aa441c5620c3dbd560c4460c09
7539 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7540 Date: Mon Apr 27 09:13:31 2009 +0200
7541
7542 ubifs: BUG realpath string must be ended with NULL
7543
7544 If the memory used to copy the link_make is "dirty" the string wont
7545 be ended with NULL, throwing out multiple memory bugs.
7546
7547 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7548 Acked-by: Stefan Roese <sr@denx.de>
7549
7550 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
7551 Author: Peter Tyser <ptyser@xes-inc.com>
7552 Date: Fri Apr 24 15:59:56 2009 -0500
7553
7554 bmp_logo: Check return value of fread()
7555
7556 Add basic error handling to fread() function calls. This prevents
7557 compililation warnings such as:
7558
7559 bmp_logo.c: In function ‘main’:
7560 bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
7561 attribute warn_unused_result
7562 ...
7563
7564 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7565
7566 commit eea8be86d1c2b570660d1f6c553845e13164231a
7567 Author: Peter Tyser <ptyser@xes-inc.com>
7568 Date: Fri Apr 24 15:59:46 2009 -0500
7569
7570 ncb: Check return value of write()
7571
7572 This prevents the compilation warning:
7573
7574 ncb.c: In function 'main':
7575 ncb.c:32: warning: ignoring return value of ‘write’, declared with
7576 attribute warn_unused_result
7577
7578 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7579
7580 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
7581 Author: Stefan Roese <sr@denx.de>
7582 Date: Fri Apr 24 15:59:35 2009 +0200
7583
7584 mtd: nand/onenand: Register mtd device upon device scanning
7585
7586 With this patch the NAND and OneNAND devices are registered in the MTD
7587 subsystem and can then be referenced by the mtdcore code (e.g.
7588 get_mtd_device_nm()). This is needed for the new "ubi part" command
7589 syntax without the flash type parameter (nor|nand|onenand).
7590
7591 Signed-off-by: Stefan Roese <sr@denx.de>
7592
7593 commit 10bb62d85a0850dbad1fdd34123378686373f166
7594 Author: Stefan Roese <sr@denx.de>
7595 Date: Fri Apr 24 15:58:33 2009 +0200
7596
7597 mtd: nand: Include linux/mtd/partitions.h in nand_base.h
7598
7599 This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
7600 defined:
7601
7602 nand_base.c: In function 'nand_release':
7603 nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
7604
7605 Signed-off-by: Stefan Roese <sr@denx.de>
7606
7607 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
7608 Author: Stefan Roese <sr@denx.de>
7609 Date: Fri Apr 24 20:24:19 2009 +0200
7610
7611 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
7612
7613 This patch removes the now unnecessary flash type parameter from the
7614 "ubi part" command. Currently the user has to define the type of flash
7615 he will be using UBI on. Example:
7616
7617 => ubi part nor partition1
7618
7619 With this patch this type parameter is not needed anymore. The user can
7620 now select the partition directly without the flash type paramter.
7621 Example:
7622
7623 => ubi part partition1
7624
7625 This breaks backward compatibility right now because of the change in the
7626 command syntax. But UBI support is still quite fresh and the advantage of
7627 this new command is syntax big enough for this change. Additionally the
7628 code is much cleaner now.
7629
7630 Signed-off-by: Stefan Roese <sr@denx.de>
7631 CC: Kyungmin Park <kyungmin.park@samsung.com>
7632
7633 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
7634 Author: Detlev Zundel <dzu@denx.de>
7635 Date: Thu Apr 23 13:14:20 2009 +0200
7636
7637 mips/vcth: Use generic 16550 uart driver
7638
7639 As the common code also handles baudrate switching, which the board
7640 specific vct.c driver did not support, this is one of the rare
7641 occassions where deleting code actually adds a feature :)
7642
7643 Signed-off-by: Detlev Zundel <dzu@denx.de>
7644 Acked-by: Stefan Roese <sr@denx.de>
7645 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7646
7647 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
7648 Author: Ladislav Michl <ladis@linux-mips.org>
7649 Date: Tue Apr 21 02:26:31 2009 +0200
7650
7651 Separate mtdparts command from jffs2
7652
7653 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
7654 > Currently the mtdparts commands are included in the jffs2 command support.
7655 > This doesn't make sense anymore since other commands (e.g. UBI) use this
7656 > infrastructure as well now. This patch separates the mtdparts commands from
7657 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
7658 > support is needed.
7659
7660 One more leftover... Let nboot command know about partitions even if JFFS2
7661 support is not enabled.
7662
7663 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7664 Acked-by: Stefan Roese <sr@denx.de>
7665
7666 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
7667 Author: Peter Tyser <ptyser@xes-inc.com>
7668 Date: Mon Apr 20 11:22:13 2009 -0500
7669
7670 cmd_ide: Remove unused AmigaOneG3SE code
7671
7672 The output_data_short() and input_data_short() functions for the
7673 AmigaOneG3SE are unused and result in compiler warnings.
7674
7675 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7676
7677 commit c93c102ace00764a56dbdf78bac134a23906721e
7678 Author: Peter Tyser <ptyser@xes-inc.com>
7679 Date: Mon Apr 20 11:21:40 2009 -0500
7680
7681 AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
7682
7683 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7684
7685 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
7686 Author: Peter Tyser <ptyser@xes-inc.com>
7687 Date: Mon Apr 20 11:09:05 2009 -0500
7688
7689 Replace __asm references with __asm__
7690
7691 __asm__ follows gcc's documented syntax and is generally more common
7692 than __asm. This change is only asthetic and should not affect
7693 functionality.
7694
7695 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7696
7697 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
7698 Author: Peter Tyser <ptyser@xes-inc.com>
7699 Date: Mon Apr 20 11:08:46 2009 -0500
7700
7701 Replace __attribute references with __attribute__
7702
7703 __attribute__ follows gcc's documented syntax and is generally more
7704 common than __attribute. This change is only asthetic and should not
7705 affect functionality.
7706
7707 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7708
7709 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
7710 Author: David Brownell <dbrownell@users.sourceforge.net>
7711 Date: Thu Apr 16 19:55:48 2009 -0700
7712
7713 mtdpart command: align output columns
7714
7715 Make the headers in the "mtdparts" command output line up
7716 with their columns ... strike the extra TAB character.
7717
7718 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7719
7720 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
7721 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7722 Date: Thu Apr 16 10:51:03 2009 +0900
7723
7724 Remove sa1100.h
7725
7726 sa1100.h is not used anywhere, then remove it.
7727
7728 $ find . -name '*.h' -empty -print
7729 ./include/sa1100.h
7730 $ git grep 'sa1100.h' .
7731 $
7732
7733 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7734 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7735
7736 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
7737 Author: Stefan Roese <sr@denx.de>
7738 Date: Tue Apr 14 17:51:21 2009 +0200
7739
7740 UBIFS: Remove tnc_commit.c which is not used in the read-only version
7741
7742 I missed removing this file while implementing the UBIFS support. It's
7743 not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
7744 for spotting.
7745
7746 Signed-off-by: Stefan Roese <sr@denx.de>
7747
7748 commit 6356daff70867822bdb23cea49f98e65421a25b8
7749 Author: Adrian Hunter <adrian.hunter@nokia.com>
7750 Date: Tue Apr 14 17:50:38 2009 +0200
7751
7752 UBIFS: fix recovery bug
7753
7754 UBIFS did not recovery in a situation in which it could
7755 have. The relevant function assumed there could not be
7756 more nodes in an eraseblock after a corrupted node, but
7757 in fact the last (NAND) page written might contain anything.
7758 The correct approach is to check for empty space (0xFF bytes)
7759 from then on.
7760
7761 Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
7762 Signed-off-by: Stefan Roese <sr@denx.de>
7763
7764 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
7765 Author: Gao Guanhua <B22826@freescale.com>
7766 Date: Tue Apr 14 14:37:35 2009 +0800
7767
7768 fs: Fix the wrong type of var
7769
7770 The filelen should be signed type, not unsigned type.
7771 otherwise, The condition as below never take.
7772 if (filelen < 0)
7773
7774 Signed-off-by: Gao Guanhua <B22826@freescale.com>
7775 Signed-off-by: Dave Liu <daveliu@freescale.com>
7776
7777 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
7778 Author: Wolfgang Denk <wd@denx.de>
7779 Date: Tue Apr 28 00:29:34 2009 +0200
7780
7781 Update CHANGELOG
7782
7783 Signed-off-by: Wolfgang Denk <wd@denx.de>
7784
7785 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
7786 Author: David Brownell <dbrownell@users.sourceforge.net>
7787 Date: Thu Apr 16 23:15:15 2009 -0700
7788
7789 dm9000 EEPROM reading bugfix
7790
7791 Make the U-Boot dm9000 driver read addresses from EEPROM just
7792 like Linux does ... read six bytes, instead of reading twelve
7793 bytes and then discarding every other one.
7794
7795 Using the right Ethernet address is a big win.
7796
7797 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7798 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7799 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7800
7801 commit d4c02e6f5d49880123e7f584b88f857ffd874381
7802 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7803 Date: Wed Feb 25 14:27:24 2009 +0900
7804
7805 rtl8169: fix cache coherency problem
7806
7807 Fix the problem that cannot access actual data when CPU data cache enabled.
7808
7809 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7810 Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7811 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7812
7813 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
7814 Author: Dirk Behme <dirk.behme@googlemail.com>
7815 Date: Tue Apr 21 17:30:51 2009 +0200
7816
7817 OMAP3: Fix changed mmc init command
7818
7819 In recent U-Boot mmcinit changed to mmc init.
7820
7821 Signed-off-by: Steve Sakoman <steve@sakoman.com>
7822 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7823
7824 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
7825 Author: Wolfgang Denk <wd@denx.de>
7826 Date: Sun Apr 26 20:39:26 2009 +0200
7827
7828 lib_arm/board.c: remove misleading "test-only" comment.
7829
7830 For a long time, the print_cpuinfo() declaration in lib_arm/board.c
7831 had been marked as "test-only", which is plain wrong considering
7832 current usage. Delete this misleading comment.
7833
7834 Signed-off-by: Wolfgang Denk <wd@denx.de>
7835
7836 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
7837 Author: David Brownell <dbrownell@users.sourceforge.net>
7838 Date: Sun Apr 12 15:40:16 2009 -0700
7839
7840 minor DaVinci clock cleanup
7841
7842 Minor cleanup to clock-related defines for DaVinci DM6446 boards:
7843
7844 - CONFIG_SYS_CLK_FREQ is unused; remove it.
7845
7846 - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
7847
7848 On DM6446 both of those peripheral clocks actually come from the
7849 same source, the primary oscillator. Having them use the same
7850 symbol avoids bugs in the clone'n'modify development cycle.
7851
7852 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7853
7854 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
7855 Author: Minkyu Kang <mk7.kang@samsung.com>
7856 Date: Mon Apr 6 19:59:29 2009 +0900
7857
7858 s3c64xx: remove unnecessary definition
7859
7860 CONFIG_S3C6400 is must defined at config header file
7861 That definition is unnecessary at this file
7862
7863 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
7864
7865 commit 14b9308d511b53042ef478936e367a67282df66a
7866 Author: Heiko Schocher <hs@denx.de>
7867 Date: Fri Apr 24 06:50:45 2009 +0200
7868
7869 83xx: searching "muram-data" by compatible property
7870
7871 if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
7872 in the muram-data node, the reg entry needs to be updated.
7873 This is done in fdt_fixup_muram(), but we should use
7874 the compatible "fsl,qe-muram-data" for searching the
7875 node instead of searching the muram-data node with
7876 an absolute path.
7877
7878 Signed-off-by: Heiko Schocher <hs@denx.de>
7879 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7880
7881 commit 8e15088794807944b221c11609d36789efc7f767
7882 Author: Anatolij Gustschin <agust@denx.de>
7883 Date: Thu Apr 23 21:29:34 2009 +0200
7884
7885 mpc83xx: MPC8360ERDK: fix environment offset configuration bug
7886
7887 The size of U-Boot binary for MPC8360ERDK increased
7888 (> 2 flash sectors now), so 'saveenv' will partially
7889 overwrite U-Boot in flash and will brick the board.
7890 This patch moves environment offset to fourth flash
7891 sector and also fixes CONFIG_SYS_MONITOR_LEN.
7892
7893 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7894 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7895
7896 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
7897 Author: Michael Zaidman <michael.zaidman@gmail.com>
7898 Date: Sat Apr 4 01:43:00 2009 +0300
7899
7900 NetLoop initialization bug
7901
7902 The patch fixes the bug of partial initialization of global network
7903 parameters.
7904
7905 Upon u-boot's start up the first ping command causes a failure of the
7906 consequent TFTP command. It happens in the recently added mechanism of
7907 the NetLoop initialization where initialization of global network
7908 parameters is separated in the NetInitLoop routine which is called per
7909 env_id change. Thus, ping request will initialize the network parameters
7910 necessary for ping operation only, afterwards the env_changed_id will be
7911 set to the env_id that will prevent all following initialization requests
7912 from other protocols.
7913 The problem is that the initialized by ping subset of network parameters
7914 is not sufficient for other protocols and particularly for TFTP which
7915 requires the NetServerIp also.
7916
7917 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
7918 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7919
7920 commit b11f664f52c2855990107c18f242223377183575
7921 Author: Timur Tabi <timur@freescale.com>
7922 Date: Thu Apr 9 10:27:05 2009 -0500
7923
7924 net: fix ULI 526x macro usage in netdev.h
7925
7926 Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X
7927 is used everywhere else, so that's the correct macro name. Without this fix,
7928 Ethernet will not work on the Freescale MPC8610 HPCD.
7929
7930 Signed-off-by: Timur Tabi <timur@freescale.com>
7931 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7932
7933 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
7934 Author: David Brownell <dbrownell@users.sourceforge.net>
7935 Date: Sun Apr 12 15:38:06 2009 -0700
7936
7937 fix DaVinci NS16550_REG_SIZE regression
7938
7939 Update the DaVinci DM6446 boards to use the new convention
7940 for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
7941 from the original 4 bytes, but these chips are little-endian.
7942
7943 (Resolves a regression added recently by the include/ns16550.h
7944 patch to "Unify structure declaration for registers". The code
7945 previously worked just fine because the registers were accessed
7946 as host-endian words, not as bytes.)
7947
7948 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7949
7950 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
7951 Author: Mike Frysinger <vapier@gentoo.org>
7952 Date: Sun Apr 12 22:29:20 2009 -0400
7953
7954 cmd_nand: drop duplicate NULL ptr check
7955
7956 The first if statement checks for NULL ptrs, so there is no need to check
7957 it again in later else cases (such as .oob).
7958
7959 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7960 CC: Scott Wood <scottwood@freescale.com>
7961
7962 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
7963 Author: David Brownell <dbrownell@users.sourceforge.net>
7964 Date: Mon Apr 13 08:03:38 2009 -0700
7965
7966 CMD_UBI != MTD_PARTITIONS
7967
7968 Fix dependency goofage: it should certainly be possible to have the
7969 partition support without bringing in UBI commands.
7970
7971 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
7972 Acked-by: Stefan Roese <sr@denx.de>
7973
7974 commit 6ebff365eb63093ca35b687316002535c6a18820
7975 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7976 Date: Thu Apr 16 21:30:48 2009 +0200
7977
7978 at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
7979
7980 The timer has been rewrote with a precision at ~0,18%
7981
7982 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7983 Tested-by: Sergey Lapin <slapin@ossfans.org>
7984 Tested-by: Eric BENARD <ebenard@free.fr>
7985
7986 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
7987 Author: Ilko Iliev <iliev@ronetix.at>
7988 Date: Thu Apr 16 21:30:48 2009 +0200
7989
7990 at91: add support for the PM9263 board of Ronetix GmbH
7991
7992 The PM9263 board is based on the AT91SAM9263-EK board.
7993
7994 Here is the page on Ronetix website:
7995 http://www.ronetix.at/starter_kit_9263.html
7996
7997 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
7998 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7999
8000 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
8001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8002 Date: Thu Apr 16 21:30:44 2009 +0200
8003
8004 at91sam9/at91cap: improve clock framework
8005
8006 calculate dynamically the clock rate and pllb setting for usb
8007
8008 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8009
8010 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
8011 Author: Stefan Roese <sr@denx.de>
8012 Date: Wed Apr 15 14:08:48 2009 +0200
8013
8014 ppc4xx: Disable POST memory test on NAND-booting Kilauea
8015
8016 Don't run the memory POST on the NAND-booting version. It will
8017 overwrite part of the U-Boot image which is already loaded from NAND
8018 to SDRAM. We were just lucky that it booted at all with this SDRAM
8019 test enabled.
8020
8021 Signed-off-by: Stefan Roese <sr@denx.de>
8022
8023 commit 9a929170be89b27bce677504da27e88600c06c49
8024 Author: Stefan Roese <sr@denx.de>
8025 Date: Wed Apr 15 14:06:26 2009 +0200
8026
8027 ppc4xx: Disable POST memory test on NAND-booting Sequoia
8028
8029 Don't run the memory POST on the NAND-booting version. It will
8030 overwrite part of the U-Boot image which is already loaded from NAND
8031 to SDRAM. We were just lucky that it booted at all with this SDRAM
8032 test enabled.
8033
8034 Signed-off-by: Stefan Roese <sr@denx.de>
8035
8036 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
8037 Author: Stefan Roese <sr@denx.de>
8038 Date: Wed Apr 15 11:32:53 2009 +0200
8039
8040 ppc4xx: Remove unused code for Sequoia NAND booting version
8041
8042 The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
8043 used at all. This patch changes it's define to the currently used value of
8044 133333333 and removes the unnecessary code.
8045
8046 Signed-off-by: Stefan Roese <sr@denx.de>
8047
8048 commit cf9409885cbe01405bad76790e99f8adf3351f4d
8049 Author: Stefan Roese <sr@denx.de>
8050 Date: Wed Apr 15 10:50:48 2009 +0200
8051
8052 ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
8053
8054 This additional text in the bootup log helps to see if the board is
8055 configured for NAND-booting. Especially helpful for boards that can
8056 boot from NOR and NAND (e.g. most of the AMCC eval boards).
8057
8058 Signed-off-by: Stefan Roese <sr@denx.de>
8059
8060 commit 5132106a27b8fb302677852b26ffd319b40d17e2
8061 Author: Stefan Roese <sr@denx.de>
8062 Date: Wed Apr 8 10:36:22 2009 +0200
8063
8064 ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
8065
8066 Currently the NOR & NAND support in Linux only works for the "standard"
8067 Sequoia, the version booting for NOR flash. The NAND-booting version
8068 has the chip-selects swapped. Here the chip-select mappings:
8069
8070 "Standard" NOR-booting version:
8071 CS0 NOR
8072 CS3 NAND
8073
8074 NAND-booting version:
8075 CS0 NAND
8076 CS3 NOR
8077
8078 With this path the dtb gets fixed-up, so that the correct chip-select
8079 numbers are patched in the dtb enabling correct NOR & NAND support
8080 in Linux on the NAND-booting Sequoia version.
8081
8082 Signed-off-by: Stefan Roese <sr@denx.de>
8083
8084 commit aad4eca4ba8d597747199d8af723426681557dda
8085 Author: Mike Frysinger <vapier@gentoo.org>
8086 Date: Sat Apr 4 09:10:27 2009 -0400
8087
8088 Blackfin: audit UART for all known anomalies
8089
8090 There is no code change here, just new comments, but this keeps me from
8091 having to do another audit from scratch in the future.
8092
8093 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8094
8095 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
8096 Author: Mike Frysinger <vapier@gentoo.org>
8097 Date: Sat Apr 4 08:40:13 2009 -0400
8098
8099 Blackfin: add check for anomaly 05000362
8100
8101 DESCRIPTION:
8102 The column address width settings for banks 2 and 3 are misconnected in
8103 the SDRAM controller. Accesses to bank 2 will result in an error if the
8104 Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
8105 that of bank 2.
8106
8107 WORKAROUND:
8108 If using bank 2, make sure that banks 2 and 3 have the same column address
8109 width settings in the EBIU_SDBCTL register. This must be the case
8110 regardless of whether or not bank 3 is enabled.
8111
8112 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8113
8114 commit c2e07449f546fb375289cdac1a608fdc20357873
8115 Author: Mike Frysinger <vapier@gentoo.org>
8116 Date: Sat Apr 4 08:29:55 2009 -0400
8117
8118 Blackfin: add comment about anomaly 05000430 avoidance
8119
8120 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8121
8122 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
8123 Author: Mike Frysinger <vapier@gentoo.org>
8124 Date: Sat Apr 4 08:10:22 2009 -0400
8125
8126 Blackfin: add workaround for anomaly 05000242
8127
8128 DESCRIPTION:
8129 If the DF bit is set prior to a hardware reset, the PLL will continue to
8130 divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
8131 cleared in the PLL_CTL register.
8132
8133 WORKAROUND:
8134 Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
8135 2 after reset.
8136
8137 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8138
8139 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
8140 Author: Mike Frysinger <vapier@gentoo.org>
8141 Date: Sat Apr 4 08:09:24 2009 -0400
8142
8143 Blackfin: add workaround for anomaly 05000171
8144
8145 DESCRIPTION:
8146 The Boot ROM is executed at power up/reset and changes the value of the
8147 SICA_IWR registers from their default reset value of 0xFFFF, but does not
8148 restore them.
8149
8150 WORKAROUND:
8151 User code should not rely on the default value of these registers. Set
8152 the desired values explicitly.
8153
8154 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8155
8156 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
8157 Author: Mike Frysinger <vapier@gentoo.org>
8158 Date: Sat Apr 4 08:22:36 2009 -0400
8159
8160 Blackfin: update anomaly sheets
8161
8162 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8163
8164 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
8165 Author: Graf Yang <graf.yang@analog.com>
8166 Date: Sat Apr 4 07:45:57 2009 -0400
8167
8168 Blackfin: nand: flush peripheral before polling it
8169
8170 We need to make sure the data written to the nand flash controller makes
8171 it there before we start polling its status register. Otherwise, we may
8172 get stale data and return before the controller is actually ready.
8173
8174 Signed-off-by: Graf Yang <graf.yang@analog.com>
8175 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8176 Acked-by: Scott Wood <scottwood@freescale.com>
8177
8178 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
8179 Author: Remy Bohmer <linux@bohmer.net>
8180 Date: Sun Apr 5 11:43:28 2009 +0200
8181
8182 Support for PXA27X UDC.
8183
8184 This Patch adds Support for PXA27X UDC.
8185 (Rebased to drivers/usb reorganisation)
8186
8187 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
8188 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8189
8190 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
8191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8192 Date: Fri Apr 3 12:46:58 2009 +0200
8193
8194 drivers/usb: regorganisation
8195
8196 move to linux usb driver organisation
8197
8198 as following
8199
8200 drivers/usb/gadget
8201 drivers/usb/host
8202 drivers/usb/musb
8203
8204 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8205 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8206
8207 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
8208 Author: Todor I Mollov <tmollov@ucsd.edu>
8209 Date: Sat Apr 4 06:53:06 2009 -0400
8210
8211 Blackfin: spi: make cs deassert function deterministic
8212
8213 Blackfin SPI driver was not driving the SPI chip-select high before
8214 putting the chip-select signals into tri-state mode. This is probably
8215 something that slipped by unnoticed in most designs. If the signals are
8216 put directly into a tri-state mode, then the board is relying on the
8217 pull-up resistors to pull up the chip-select before the next transaction.
8218 Most of the time this is fine, except when you have two transactions that
8219 follow each other very closely, such as the flash erase and read status
8220 register commands. In this case I was seeing a 500ns separation between
8221 the transactions. In my setup, with a 10kOhm pull-up, it would meet
8222 timing spec about half the time and resulted in intermittent errors. (A
8223 stronger pull up would fix this, but our design is targeted for low power
8224 consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
8225 I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
8226 chip-selects high before putting them into tri-state. For me, this
8227 resulted in a rise time of 5ns instead of the previous rise time of about
8228 1us, and fully satisfied the timing spec of the chip.
8229
8230 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
8231 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8232
8233 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
8234 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8235 Date: Sat Dec 13 21:08:05 2008 +0100
8236
8237 integratorap: fix PCI support
8238
8239 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8240
8241 commit 1c397508c836dfcb01fb2471c71de0727051f117
8242 Author: Dirk Behme <dirk.behme@googlemail.com>
8243 Date: Mon Mar 30 21:15:23 2009 +0200
8244
8245 OMAP3: Update Overo pin mux for new expansion board
8246
8247 A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
8248 switches. This patch changes the pinmux configuration for those pins.
8249 They were previously set up for unused MMC3_DAT4-7.
8250
8251 Signed-off-by: Steve Sakoman <steve@sakoman.com>
8252 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8253
8254 commit ab298231518675b3784aea88ee9b978438f99e63
8255 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8256 Date: Sun Apr 5 13:08:03 2009 +0200
8257
8258 arm: unify reset command
8259
8260 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8261
8262 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
8263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8264 Date: Sun Apr 5 13:06:31 2009 +0200
8265
8266 arm: clean cache management
8267
8268 unify arm cache management except for non standard cache as ARM7TDMI
8269
8270 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8271
8272 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
8273 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8274 Date: Sun Apr 5 13:02:43 2009 +0200
8275
8276 arm: update co-processor 15 access
8277
8278 import system.h from linux
8279
8280 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8281
8282 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
8283 Author: Guennadi Liakhovetski <lg@denx.de>
8284 Date: Sun Apr 5 00:42:02 2009 +0200
8285
8286 ARM: add the imx31_phycore_eet target to MAINTAINERS
8287
8288 imx31_phycore_eet is a variant of the imx31_phycore board with a few
8289 extensions, which justifies a separate entry in the MAINTAINERS list,
8290 whereas normally all entries sharing a single configuration file and a
8291 board/ directory have only one entry in MAINTAINERS.
8292
8293 Reported-by: Wolfgang Denk <wd@denx.de>
8294 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8295
8296 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
8297 Author: Guennadi Liakhovetski <lg@denx.de>
8298 Date: Sun Apr 5 00:37:07 2009 +0200
8299
8300 ARM: fix out-of-tree build of imx31_phycore_eet
8301
8302 Fix out-of-tree build of the imx31_phycore_eet target.
8303
8304 Reported-by: Wolfgang Denk <wd@denx.de>
8305 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8306
8307 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
8308 Author: Jon Smirl <jonsmirl@gmail.com>
8309 Date: Sat Apr 4 17:44:51 2009 -0400
8310
8311 mpc5200: reduce delays in i2c
8312
8313 The previous code waited 1000us before checking i2c
8314 status. Measurement shows i2c is usually ready in
8315 under 50us. Change the polling interval to 15us,
8316 loop 6,667 times to keep the polling timeout constant
8317 at 100ms.
8318
8319 commit 36003268968949110ef145d9f2eaf8439c96d25b
8320 Author: Sanjeev Premi <premi@ti.com>
8321 Date: Fri Apr 3 14:00:07 2009 +0530
8322
8323 OMAP: Fix compile issue
8324
8325 Fixes this compile error:
8326 board.c: In function 'do_switch_ecc':
8327 board.c:339: error: 'cmd_tbl_t' has no member named 'help'
8328 make[1]: *** [board.o] Error 1
8329 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
8330 make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
8331
8332 This is due to the fact that current command uses long
8333 help for the usage print even if the CONFIG_SYS_LONGHELP
8334 is not enabled. (Thanks Jean-Christophe for explanation).
8335
8336 Signed-off-by: Sanjeev Premi <premi@ti.com>
8337
8338 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
8339 Author: Minkyu Kang <mk7.kang@samsung.com>
8340 Date: Fri Apr 3 09:56:16 2009 +0900
8341
8342 s3c64xx: fix the wrong gpio offset
8343
8344 This patch fix the wrong gpio offset
8345
8346 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8347
8348 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
8349 Author: Kyungmin Park <kmpark@infradead.org>
8350 Date: Wed Nov 26 10:18:13 2008 +0900
8351
8352 Move machine specific code to board at s3c64xx (v2)
8353
8354 Move machine specific code to smdk6400.
8355 Some board use OneNAND instead of NAND.
8356
8357 Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
8358 So it's better to use macro instead of hard-coded value.
8359
8360 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8361
8362 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
8363 Author: Tom Rix <Tom.Rix@windriver.com>
8364 Date: Wed Apr 1 22:02:19 2009 -0500
8365
8366 ZOOM1 Remove legacy NAND defines
8367
8368 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8369
8370 commit 5891151707ee5902fe62d554c247f42865815757
8371 Author: Tom Rix <Tom.Rix@windriver.com>
8372 Date: Wed Apr 1 22:02:20 2009 -0500
8373
8374 OMAP3 Fix multiline formatting in board init files.
8375
8376 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8377
8378 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
8379 Author: Wolfgang Denk <wd@denx.de>
8380 Date: Sun Apr 5 00:27:57 2009 +0200
8381
8382 Update CHANGELOG, coding style cleanup.
8383
8384 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
8385 Author: Wolfgang Denk <wd@denx.de>
8386 Date: Sun Apr 5 00:18:44 2009 +0200
8387
8388 One more fix for building env_embedded.o
8389
8390 In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
8391 commit afcbce07, we also need to do the same for
8392 CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
8393
8394 Signed-off-by: Wolfgang Denk <wd@denx.de>
8395
8396 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
8397 Author: Scott Wood <scottwood@freescale.com>
8398 Date: Thu Apr 2 16:15:10 2009 -0500
8399
8400 common/image.c: Relocate strings in tables.
8401
8402 Without this, u-boot can crash or print garbage if the original link
8403 address no longer points to a valid string.
8404
8405 Signed-off-by: Scott Wood <scottwood@freescale.com>
8406
8407 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
8408 Author: Scott Wood <scottwood@freescale.com>
8409 Date: Thu Apr 2 16:10:36 2009 -0500
8410
8411 mpc8260: Fill in brg's clock-frequency in device tree.
8412
8413 Signed-off-by: Scott Wood <scottwood@freescale.com>
8414
8415 commit c73ed274a211699739d83c2cef92853dc6716e15
8416 Author: Scott Wood <scottwood@freescale.com>
8417 Date: Thu Apr 2 18:20:43 2009 -0500
8418
8419 MPC8260ADS: Add nfsboot/ramboot to default environment.
8420
8421 This brings it in line with other Freescale boards.
8422
8423 Signed-off-by: Scott Wood <scottwood@freescale.com>
8424
8425 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
8426 Author: Andreas Huber <andreas.huber@keymile.com>
8427 Date: Thu Apr 2 17:15:34 2009 +0200
8428
8429 UBI/cfi-mtd: Fix mtd name for multiple chips
8430
8431 On platforms with multiple NOR chips, currently only the first one
8432 can be selected using the "ubi part" command. This patch fixes this
8433 problem by using different names for the NOR "mtd devices".
8434
8435 It also changes the name of the NOR MTD device from "cfi-mtd" to
8436 "norX" (X indexing the device numer) to better match the mtdparts
8437 defaults.
8438
8439 Signed-off-by: Stefan Roese <sr@denx.de>
8440 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
8441
8442 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
8443 Author: Peter Korsgaard <jacmet@sunsite.dk>
8444 Date: Tue Mar 31 17:52:16 2009 +0200
8445
8446 tools/setlocalversion: use git svn instead of git-svn
8447
8448 Use the new "git <subcmd>" syntax instead of the deprecated
8449 "git-<subcmd>".
8450
8451 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8452
8453 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
8454 Author: Mingkai Hu <Mingkai.hu@freescale.com>
8455 Date: Tue Mar 31 14:09:40 2009 +0800
8456
8457 eSPI: add the eSPI register support
8458
8459 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
8460
8461 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
8462 Author: Minkyu Kang <mk7.kang@samsung.com>
8463 Date: Mon Mar 30 14:55:51 2009 +0900
8464
8465 cmd_mmc: add support for device command for selecting mmc device
8466
8467 This patch improves device command for selecting mmc device
8468
8469 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8470
8471 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
8472 Author: Alan Carvalho de Assis <acassis@gmail.com>
8473 Date: Sat Mar 28 19:50:16 2009 -0300
8474
8475 Small fix to m5282evb
8476
8477 This is just a small fix to get u-boot on m5282evb.
8478
8479 Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
8480
8481 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
8482 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
8483 Date: Fri Mar 27 10:21:14 2009 +0100
8484
8485 UBIFS: add R/O compatibility
8486
8487 Now UBIFS is supported by u-boot. If we ever decide to change the
8488 media format, then people will have to upgrade their u-boots to
8489 mount new format images. However, very often it is possible to
8490 preserve R/O forward-compatibility, even though the write
8491 forward-compatibility is not preserved.
8492
8493 This patch introduces a new super-block field which stores the
8494 R/O compatibility version.
8495
8496 Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
8497 Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
8498 Signed-off-by: Stefan Roese <sr@denx.de>
8499
8500 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
8501 Author: Mike Frysinger <vapier@gentoo.org>
8502 Date: Mon Mar 23 22:27:34 2009 -0400
8503
8504 more command usage cleanup
8505
8506 Fix up a few dangling commands like in "Command usage cleanup" commit.
8507
8508 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8509
8510 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
8511 Author: Ladislav Michl <ladis@linux-mips.org>
8512 Date: Mon Mar 23 12:06:07 2009 +0100
8513
8514 Separate mtdparts command from jffs2
8515
8516 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
8517 > Currently the mtdparts commands are included in the jffs2 command support.
8518 > This doesn't make sense anymore since other commands (e.g. UBI) use this
8519 > infrastructure as well now. This patch separates the mtdparts commands from
8520 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
8521 > support is needed.
8522
8523 ... and to make it useful for NAND chips as well, we should also remove now
8524 unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
8525 jffs2/load_kernel.h which is a bit misleading filename for that purpose,
8526 but that can be fixed later (tm).
8527
8528 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
8529
8530 commit b196ca75503ce307c535b87bf47d51f05e7530df
8531 Author: Mike Frysinger <vapier@gentoo.org>
8532 Date: Sun Mar 22 22:18:01 2009 -0400
8533
8534 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
8535
8536 Rather than sticking Blackfin-specific stuff into the eeprom example, use
8537 an indirect macro so that any board can override it with their own magic
8538 sauce in their board config file.
8539
8540 Also fix some spurious semi-colons in defines while I'm at it ...
8541
8542 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8543 CC: Ben Warren <biggerbadderben@gmail.com>
8544
8545 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
8546 Author: Sascha Hauer <s.hauer@pengutronix.de>
8547 Date: Sat Mar 21 09:38:46 2009 -0400
8548
8549 mpc52xx phy: initialize only when needed
8550
8551 Do not initialize phy on startup, instead initialize it
8552 when we actually need it.
8553
8554 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8555
8556 commit 03bab0091948196b9558248684c04f60943ca4b5
8557 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8558 Date: Mon Mar 30 16:51:40 2009 +0200
8559
8560 at91sam9263ek: enable hush and auto complete support
8561
8562 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8563 Acked-by: Stelian Pop <stelian@popies.net>
8564
8565 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
8566 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8567 Date: Fri Mar 27 23:26:44 2009 +0100
8568
8569 at91: move dataflash spi driver to drivers/spi
8570
8571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8572
8573 commit 2b7178afce59f71e95da657273f4132012098c1f
8574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8575 Date: Fri Mar 27 23:26:44 2009 +0100
8576
8577 at91: move usb driver to drivers/usb
8578
8579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8580
8581 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
8582 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8583 Date: Fri Mar 27 23:26:43 2009 +0100
8584
8585 at91rm9200: Reset update
8586
8587 Update the rm9200 reset sequence to try executing a board-specific reset
8588 function and move specific board reset to board.
8589
8590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8591
8592 commit 3524049cd053746298e4cfab2449882e75c146fc
8593 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8594 Date: Fri Mar 27 23:26:43 2009 +0100
8595
8596 at91rm9200: move serial shutdown code to serial drivers
8597
8598 introduce serial_exit for this purpose. Use it only when the rm9200
8599 serial driver is active
8600
8601 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8602
8603 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
8604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8605 Date: Fri Mar 27 23:26:43 2009 +0100
8606
8607 at91rm9200: move serial driver to drivers/serial
8608
8609 add CONFIG_AT91RM9200_USART to activate the driver
8610
8611 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8612
8613 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
8614 Author: Ulf Samuelsson <ulf@atmel.com>
8615 Date: Fri Mar 27 23:26:43 2009 +0100
8616
8617 Add support for the AT91RM9200EK Board.
8618
8619 The AT91RM9200-EK Evaluation Board supports the AT91RM9200
8620 ARM9-based 32-bit RISC microcontroller and enables real-time code development
8621 and evaluation.
8622
8623 Here is the chip page on Atmel website:
8624 http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
8625
8626 with
8627 - NOR (cfi driver)
8628 - DataFlash
8629 - USB OHCI
8630 - Net
8631 - I2C (hard)
8632
8633 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8634 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8635
8636 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
8637 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8638 Date: Fri Mar 27 23:26:42 2009 +0100
8639
8640 add dataflash mmc mux missing support
8641
8642 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8643
8644 commit 2a325ce3c705ab2d82760afc541c511328472df8
8645 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8646 Date: Fri Mar 27 23:26:42 2009 +0100
8647
8648 at91rm9200dk: Move conditional compilation to Makefile
8649
8650 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8651
8652 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
8653 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8654 Date: Fri Mar 27 23:26:42 2009 +0100
8655
8656 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
8657
8658 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8659
8660 commit 843a2654bce74192de2b5a43474fdc27a572ab40
8661 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8662 Date: Fri Mar 27 23:26:42 2009 +0100
8663
8664 at91sam9: add watchdog support
8665
8666 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
8667 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8668
8669 commit a47492ac60657dd9d59c713aa049319ea6eabd52
8670 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8671 Date: Fri Mar 27 13:14:52 2009 +0100
8672
8673 at91sam9/at91cap: spi init add hardware chip select support
8674
8675 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8676
8677 commit 66932ac3929c7a145a6ef6574a96fd7535154951
8678 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8679 Date: Sat Apr 4 19:15:40 2009 +0200
8680
8681 netstar: fix crc32.c dependancy location
8682
8683 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8684
8685 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
8686 Author: Scott Wood <scottwood@freescale.com>
8687 Date: Fri Apr 3 15:24:40 2009 -0500
8688
8689 MPC8260ADS: Define CONFIG_HAS_ETH0.
8690
8691 This is required so that the MAC address will be updated in the device tree.
8692
8693 Signed-off-by: Scott Wood <scottwood@freescale.com>
8694
8695 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
8696 Author: Scott Wood <scottwood@freescale.com>
8697 Date: Fri Apr 3 15:26:45 2009 -0500
8698
8699 PQ2FADS: Enable PCI.
8700
8701 PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
8702
8703 Signed-off-by: Scott Wood <scottwood@freescale.com>
8704
8705 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
8706 Author: Wolfgang Denk <wd@denx.de>
8707 Date: Sat Apr 4 16:57:50 2009 +0200
8708
8709 Fix quoting bug introduced by commit 74de7aef
8710
8711 Signed-off-by: Wolfgang Denk <wd@denx.de>
8712
8713 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
8714 Author: Wolfgang Denk <wd@denx.de>
8715 Date: Sat Apr 4 16:14:51 2009 +0200
8716
8717 Fix implicit declaration of function 'htons'
8718
8719 Include <netinet/in.h> instead of <linux/in.h> to get htons()
8720 prototpye.
8721
8722 Signed-off-by: Wolfgang Denk <wd@denx.de>
8723
8724 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
8725 Author: Kumar Gala <galak@kernel.crashing.org>
8726 Date: Sat Apr 4 10:21:02 2009 -0500
8727
8728 fsl_law: Fix bug in calculation of LAW sizing
8729
8730 In set_ddr_laws() when we determined how much of the size requested
8731 to be mapped was covered by the the first LAW we needed to recalculate
8732 the size based on what was actually mapped.
8733
8734 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8735
8736 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
8737 Author: Kumar Gala <galak@kernel.crashing.org>
8738 Date: Thu Apr 2 13:57:05 2009 -0500
8739
8740 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
8741
8742 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8743
8744 commit c8514622e2713d9c47919acfe23fce386782afe7
8745 Author: Kumar Gala <galak@kernel.crashing.org>
8746 Date: Thu Apr 2 13:22:48 2009 -0500
8747
8748 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
8749
8750 Rename the pci header for FSL HW so we can move some prototypes
8751 in there and stop doing explicit externs
8752
8753 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8754
8755 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
8756 Author: Wolfgang Denk <wd@denx.de>
8757 Date: Sat Apr 4 16:10:40 2009 +0200
8758
8759 Fix building of env_embedded.o
8760
8761 Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
8762 only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
8763 building for many boards.
8764
8765 We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
8766 set.
8767
8768 Signed-off-by: Wolfgang Denk <wd@denx.de>
8769
8770 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
8771 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8772 Date: Sat Apr 4 12:49:11 2009 +0200
8773
8774 rename include/zlib.h to include/u-boot/zlib.h
8775
8776 Some systems have zlib.h installed in /usr/include/. This isn't the
8777 desired file for u-boot code - we want the one in include/zlib.h.
8778 This rename will avoid the conflict.
8779
8780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8781 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8782
8783 commit ae644c178f097874a92a6d934f364985fc7e075a
8784 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8785 Date: Sat Apr 4 12:46:31 2009 +0200
8786
8787 tools/Makefile: fix image.c dependancy location
8788
8789 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8790 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8791
8792 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
8793 Author: Mike Frysinger <vapier@gentoo.org>
8794 Date: Sat Apr 4 07:42:25 2009 -0400
8795
8796 tools: add ncb to gitignore
8797
8798 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8799
8800 commit 453c0d7558215cbc8636d94af172886d84e0dbba
8801 Author: Detlev Zundel <dzu@denx.de>
8802 Date: Fri Apr 3 16:45:46 2009 +0200
8803
8804 include/ns16550.h: Unify structure declaration for registers
8805
8806 Instead of special casing the different access patterns, use common
8807 code with light macros sprinkled in to accomodate for the different
8808 layouts of the register structure.
8809
8810 Note that this also changes the types of the registers for the
8811 "positively packed (>1)" cases. As the registers truly are unsigned
8812 chars, this is surely the Right Thing, but it is a semantic change.
8813 Note that for this case depending on the endianness on the bus, we may
8814 see a change of behaviour.
8815
8816 Signed-off-by: Detlev Zundel <dzu@denx.de>
8817
8818 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
8819 Author: Peter Tyser <ptyser@xes-inc.com>
8820 Date: Fri Mar 13 18:54:52 2009 -0500
8821
8822 Delete now unused tools/Makefile.win32
8823
8824 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8825
8826 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
8827 Author: Peter Tyser <ptyser@xes-inc.com>
8828 Date: Fri Mar 13 18:54:51 2009 -0500
8829
8830 Add support for building native win32 tools
8831
8832 Add support for compiling the host tools in the tools directory using
8833 the MinGW toolchain. This produces executables which can be used on
8834 standard Windows computers without requiring cygwin.
8835
8836 One must specify the MinGW compiler and strip utilities as if they
8837 were the host toolchain in order to build win32 executables, eg:
8838
8839 make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
8840
8841 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8842
8843 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
8844 Author: Peter Tyser <ptyser@xes-inc.com>
8845 Date: Fri Mar 13 18:54:50 2009 -0500
8846
8847 tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
8848
8849 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8850
8851 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
8852 Author: Peter Tyser <ptyser@xes-inc.com>
8853 Date: Fri Mar 13 18:54:49 2009 -0500
8854
8855 tools/Makefile: Create generic build rules
8856
8857 Create a few generic build rules to replace the current method which has
8858 1 build target for each file
8859
8860 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8861
8862 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
8863 Author: Peter Tyser <ptyser@xes-inc.com>
8864 Date: Fri Mar 13 18:54:48 2009 -0500
8865
8866 tools/Makefile: Use auto-generated object file dependencies
8867
8868 Files in the SRCS variable have their dependencies automatically
8869 generated so remove duplicate explicit dependencies
8870
8871 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8872
8873 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
8874 Author: Peter Tyser <ptyser@xes-inc.com>
8875 Date: Fri Mar 13 18:54:47 2009 -0500
8876
8877 tools/Makefile: Remove symlinks for remaining source files
8878
8879 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8880
8881 commit eed073315b6447eceadf7468a4c2b757442c7c6f
8882 Author: Peter Tyser <ptyser@xes-inc.com>
8883 Date: Fri Mar 13 18:54:46 2009 -0500
8884
8885 tools/Makefile: Dynamically generate libfdt object dependencies
8886
8887 Add the libfdt files to the SRCS variable so that they have their
8888 dependencies automatically generated
8889
8890 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8891
8892 commit c0170175393b94560fa7a5da6dd31377df5f4a72
8893 Author: Peter Tyser <ptyser@xes-inc.com>
8894 Date: Fri Mar 13 18:54:45 2009 -0500
8895
8896 tools/Makefile: Remove symlinks for fdt targets
8897
8898 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8899
8900 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
8901 Author: Peter Tyser <ptyser@xes-inc.com>
8902 Date: Fri Mar 13 18:54:44 2009 -0500
8903
8904 tools/Makefile: Add libfdt/ to the include search path
8905
8906 This change makes the process of symlinking libfdt_internal.h
8907 unnecessary
8908
8909 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8910
8911 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
8912 Author: Peter Tyser <ptyser@xes-inc.com>
8913 Date: Fri Mar 13 18:54:43 2009 -0500
8914
8915 tools: Remove unecessary symlinking of zlib.h
8916
8917 crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink
8918 was previously necessary to give U-Boot's version of zlib.h precedence
8919 over the host computer's version of zlib.h.
8920
8921 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8922
8923 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
8924 Author: Peter Tyser <ptyser@xes-inc.com>
8925 Date: Fri Mar 13 18:54:42 2009 -0500
8926
8927 tools/Makefile: Add tools/ to the include search path
8928
8929 This change makes the process of symlinking mkimage.h and fdt_host.h
8930 unnecessary
8931
8932 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8933
8934 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
8935 Author: Peter Tyser <ptyser@xes-inc.com>
8936 Date: Fri Mar 13 18:54:41 2009 -0500
8937
8938 tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
8939
8940 Also conditionally add ncb.o to OBJ_FILES list
8941
8942 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8943
8944 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
8945 Author: Peter Tyser <ptyser@xes-inc.com>
8946 Date: Fri Mar 13 18:54:40 2009 -0500
8947
8948 tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
8949
8950 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8951
8952 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
8953 Author: Peter Tyser <ptyser@xes-inc.com>
8954 Date: Fri Mar 13 18:54:39 2009 -0500
8955
8956 tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
8957
8958 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8959
8960 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
8961 Author: Peter Tyser <ptyser@xes-inc.com>
8962 Date: Fri Mar 13 18:54:38 2009 -0500
8963
8964 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
8965
8966 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8967
8968 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
8969 Author: Peter Tyser <ptyser@xes-inc.com>
8970 Date: Fri Mar 13 18:54:37 2009 -0500
8971
8972 tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
8973
8974 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8975
8976 commit eeba8617908e33f7e7db3b1588c04ca65b856793
8977 Author: Peter Tyser <ptyser@xes-inc.com>
8978 Date: Fri Mar 13 18:54:36 2009 -0500
8979
8980 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
8981
8982 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8983
8984 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
8985 Author: Peter Tyser <ptyser@xes-inc.com>
8986 Date: Fri Mar 13 18:54:35 2009 -0500
8987
8988 tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
8989
8990 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8991
8992 commit ee3584a5970230ee96aae19505ad3226734ee4ff
8993 Author: Peter Tyser <ptyser@xes-inc.com>
8994 Date: Fri Mar 13 18:54:34 2009 -0500
8995
8996 tools/Makefile: Split variable declarations into multiple lines
8997
8998 Split variable declarations into multiple lines and use the standard
8999 VAR-y convention. Also move object and binary variable declarations to
9000 after config.mk has been included to allow for these lists to utilize
9001 the CONFIG_XXX variables.
9002
9003 These changes lay the groundwork for conditional compilation of files
9004 in the tools directory.
9005
9006 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9007
9008 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
9009 Author: Peter Tyser <ptyser@xes-inc.com>
9010 Date: Fri Mar 13 18:54:33 2009 -0500
9011
9012 tools/Makefile: Remove inappropriate double-tabs
9013
9014 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9015
9016 commit 652f4ba076689fd0acd447561a777b1c440a4b57
9017 Author: Peter Tyser <ptyser@xes-inc.com>
9018 Date: Fri Mar 13 18:54:32 2009 -0500
9019
9020 tools/Makefile: Remove HOSTARCH HOSTOS defines
9021
9022 The values of HOSTARCH and HOSTOS which are exported from the top-level
9023 Makefile should be used
9024
9025 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9026
9027 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
9028 Author: Peter Tyser <ptyser@xes-inc.com>
9029 Date: Fri Mar 13 18:54:31 2009 -0500
9030
9031 gen_eth_addr: Use POSIX rand() and srand()
9032
9033 Replace random()/srandom() use with rand()/srand() to support
9034 compilation with the mingw toolchain. The rand()/srand() functions are
9035 generally more common and are functionally equivalent to the original
9036 random()/srandom() calls.
9037
9038 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9039
9040 commit 24d2ae5e9debe4b75151a55251031a14477fa875
9041 Author: Peter Tyser <ptyser@xes-inc.com>
9042 Date: Fri Mar 13 18:54:28 2009 -0500
9043
9044 elf.h: Use stdint.h to provide standard typedefs for WIN32
9045
9046 The original code provided an incomplete set of typedefs for WIN32
9047 compiles and replicated the standard typedefs that are already
9048 provided by stdint.h
9049
9050 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9051
9052 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
9053 Author: Peter Tyser <ptyser@xes-inc.com>
9054 Date: Fri Mar 13 18:54:27 2009 -0500
9055
9056 common/Makefile: Conditionally compile env_embedded.o
9057
9058 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9059
9060 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
9061 Author: Peter Tyser <ptyser@xes-inc.com>
9062 Date: Fri Mar 13 18:54:26 2009 -0500
9063
9064 Makefile: Add removal of *.exe files to clean target
9065
9066 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9067
9068 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
9069 Author: Peter Tyser <ptyser@xes-inc.com>
9070 Date: Fri Mar 13 18:54:25 2009 -0500
9071
9072 Makefile: Make autoconf.mk a dependency of the depend target
9073
9074 The original code did not generate autoconf.mk until after some targets
9075 dependencies had already been calculated, for example the directories in
9076 the SUBDIRS variable
9077
9078 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9079
9080 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
9081 Author: unsik Kim <donari75@gmail.com>
9082 Date: Wed Feb 25 11:31:24 2009 +0900
9083
9084 mflash: Initial mflash support
9085
9086 Mflash is fusion memory device mainly targeted consumer eletronic and
9087 mobile phone.
9088 Internally, it have nand flash and other hardware logics and supports
9089 some different operation (ATA, IO, XIP) modes.
9090
9091 IO mode is custom mode for the host that doesn't have IDE interface.
9092 (Many mobile targeted SoC doesn't have IDE bus)
9093
9094 This driver support mflash IO mode.
9095
9096 Followings are brief descriptions about IO mode.
9097
9098 1. IO mode based on ATA protocol and uses some custom command. (read
9099 confirm, write confirm)
9100 2. IO mode uses SRAM bus interface.
9101
9102 Signed-off-by: unsik Kim <donari75@gmail.com>
9103
9104 commit 200779e3e2a9aeda7030b171a8c39d7797019917
9105 Author: Detlev Zundel <dzu@denx.de>
9106 Date: Fri Apr 3 11:53:01 2009 +0200
9107
9108 Rename common ns16550 constants with UART_ prefix to prevent conflicts
9109
9110 Fix problems introduced in commit
9111 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
9112 diagnosis functions for inka4x0] which redefined MSR_RI which is
9113 already used on PowerPC systems.
9114
9115 Also eliminate redundant definitions in ps2mult.h. More cleanup will
9116 be needed for other redundant occurrences though.
9117
9118 Signed-off-by: Detlev Zundel <dzu@denx.de>
9119
9120 commit 99067b08f4a0ce20ff337a35211239f334d8f451
9121 Author: Scott Wood <scottwood@freescale.com>
9122 Date: Wed Apr 1 15:33:24 2009 -0500
9123
9124 Noisily disable the legacy NAND subsystem.
9125
9126 Legacy NAND is marked for feature removal after April 2009 (i.e. this
9127 upcoming release). There are still several boards that reference it
9128 (though many do so only for disk-on-chip support which has been silently
9129 disabled for a while now). These boards will now fail to build
9130 with #error, though the code is still there if the user removes #error.
9131
9132 The plan is to remove the code outright in the next release, along with
9133 any board code that refers to it (such as board/esd/common/auto_update.c).
9134
9135 Also, remove the legacy NAND API description from README.nand.
9136
9137 Signed-off-by: Scott Wood <scottwood@freescale.com>
9138
9139 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
9140 Author: apgmoorthy <moorthy.apg@samsung.com>
9141 Date: Fri Mar 27 14:45:23 2009 +0530
9142
9143 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
9144
9145 Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
9146 However, u-boot image for apollon board is 195KB making the board
9147 unbootable with OneNAND.
9148
9149 Fix ipl to read CONFIG_SYS_MONITOR_LEN.
9150 CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
9151
9152 Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
9153 Signed-off-by: Gangheyamoorthy <moorthy.apg@samsung.com>
9154 Signed-off-by: Scott Wood <scottwood@freescale.com>
9155
9156 commit 74de7aefd79690bae8cf5a5120f5962d444be089
9157 Author: Wolfgang Denk <wd@denx.de>
9158 Date: Wed Apr 1 23:34:12 2009 +0200
9159
9160 Add "source" command; prepare removal of "autoscr" command
9161
9162 According to the doc/feature-removal-schedule.txt, the "autoscr"
9163 command will be replaced by the "source" command in approximately 6
9164 months from now.
9165
9166 This patch prepares this change and starts a 6 month transition
9167 period as follows:
9168
9169 - The new "source" command has been added, which implements exactly
9170 the same functionlaity as the old "autoscr" command before
9171 - The old "autoscr" command name is kept as an alias for compatibility
9172 - Command sequences, script files atc. have been adapted to use the
9173 new "source" command
9174 - Related environment variables ("autoscript", "autoscript_uname")
9175 have *not* been adapted yet; these will be renamed resp. removed in
9176 a separate patch when the support for the "autoscr" command get's
9177 finally dropped.
9178
9179 Signed-off-by: Wolfgang Denk <wd@denx.de>
9180
9181 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
9182 Author: Wolfgang Denk <wd@denx.de>
9183 Date: Thu Apr 2 17:31:09 2009 +0200
9184
9185 Add "GPL cleanup" task to feature-removal-schedule.txt
9186
9187 Announce removal of all non-GPL or GPL-incompatible files
9188 after August 2009.
9189
9190 Signed-off-by: Wolfgang Denk <wd@denx.de>
9191
9192 commit d9596ffbdc79cea285010b67dd20a4618303f624
9193 Author: Mike Frysinger <vapier@gentoo.org>
9194 Date: Thu Apr 2 12:51:28 2009 -0400
9195
9196 sf: stmicro: dont send 4 bytes when reading status register
9197
9198 I can't find anywhere in the datasheet that says the status register needs
9199 3 dummy bytes sent to it before being able to read back the first real
9200 result. Tests on a Blackfin board show that after writing the opcode, the
9201 status register starts coming back immediately. So only write out the
9202 read status register opcode before polling the result.
9203
9204 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9205 CC: Jason McMullan <mcmullan@netapp.com>
9206 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9207
9208 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
9209 Author: Mike Frysinger <vapier@gentoo.org>
9210 Date: Thu Apr 2 08:11:31 2009 -0400
9211
9212 sf: set common timeouts in seconds, not milliseconds
9213
9214 Since timeouts are only hit when there is a problem in the system, we
9215 don't want to prematurely timeout on a functioning setup. Thus having
9216 low timeouts (in milliseconds) doesn't gain us anything in the production
9217 case, but rather increases likely hood of causing problems where none
9218 otherwise exist.
9219
9220 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9221 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9222
9223 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
9224 Author: Mike Frysinger <vapier@gentoo.org>
9225 Date: Thu Apr 2 06:51:49 2009 -0400
9226
9227 sf: stmicro: use common page timeout define
9228
9229 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9230 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9231
9232 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
9233 Author: Mike Frysinger <vapier@gentoo.org>
9234 Date: Sat Mar 28 06:41:09 2009 -0400
9235
9236 sf: always read 5 bytes for the idcode
9237
9238 Some SPI flash drivers like to have extended id information available
9239 (like the spansion flash), so rather than making it re-issue the ID cmd
9240 to get at the last 2 bytes, have the common code read 5 bytes rather than
9241 just 3. This also matches the Linux behavior where it always reads 5 id
9242 bytes from all flashes.
9243
9244 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9245 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9246 CC: Mingkai Hu <Mingkai.hu@freescale.com>
9247
9248 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
9249 Author: Mike Frysinger <vapier@gentoo.org>
9250 Date: Fri Mar 27 16:34:21 2009 -0400
9251
9252 sf: stmicro: drop redundant id read
9253
9254 The common SPI flash code reads the idcode and passes it down to the SPI
9255 flash driver, so there is no need to read it again ourselves.
9256
9257 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9258 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9259 CC: Jason McMullan <mcmullan@netapp.com>
9260 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9261
9262 commit 1c5874374e091b4bb62917c519861f7682fe066e
9263 Author: Mike Frysinger <vapier@gentoo.org>
9264 Date: Fri Mar 27 19:27:58 2009 -0400
9265
9266 sf: add driver for SST flashes
9267
9268 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9269 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9270
9271 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
9272 Author: Mike Frysinger <vapier@gentoo.org>
9273 Date: Mon Mar 23 23:03:58 2009 -0400
9274
9275 sf: drop DEBUG defines
9276
9277 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9278 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9279
9280 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
9281 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9282 Date: Sun Jan 4 07:44:07 2009 +0100
9283
9284 mtd: add some at45 spi flash support
9285
9286 - AT45DB321D
9287 - AT45DB161D
9288 - AT45DB081D
9289 - AT45DB041D
9290 - AT45DB021D
9291 - AT45DB011D
9292
9293 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9294 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9295
9296 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
9297 Author: Mingkai Hu <Mingkai.hu@freescale.com>
9298 Date: Tue Mar 31 14:09:41 2009 +0800
9299
9300 mtd: SPI Flash: Support the Spansion Flash
9301
9302 Add MTD SPI Flash support for S25FL008A, S25FL016A,
9303 S25FL032A, S25FL064A, S25FL128P.
9304
9305 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
9306 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9307
9308 commit 40587701924aa0afc86b3840421b4cc6de42c748
9309 Author: Mike Frysinger <vapier@gentoo.org>
9310 Date: Mon Mar 30 20:56:45 2009 -0400
9311
9312 Blackfin: force all boards to HZ of 1000
9313
9314 Since the Blackfin timer code requires HZ to be 1000, barf on any board
9315 that tries to use a different value.
9316
9317 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9318
9319 commit f4032d2eec9d71a59c6c724671e577f67a76839b
9320 Author: Mike Frysinger <vapier@gentoo.org>
9321 Date: Fri Mar 27 21:07:45 2009 -0400
9322
9323 Blackfin: bf533-stamp: drop old spi flash driver
9324
9325 Now that the common SPI flash code supports all the flashes, we can stop
9326 using the old driver.
9327
9328 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9329
9330 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
9331 Author: Mike Frysinger <vapier@gentoo.org>
9332 Date: Thu Mar 26 15:42:12 2009 -0400
9333
9334 Blackfin: add BF538/BF539 SPI portmux handling
9335
9336 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9337
9338 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
9339 Author: Mike Frysinger <vapier@gentoo.org>
9340 Date: Mon Mar 23 22:36:10 2009 -0400
9341
9342 Blackfin: do not delay on output bytes
9343
9344 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9345
9346 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
9347 Author: Mike Frysinger <vapier@gentoo.org>
9348 Date: Mon Mar 23 22:17:27 2009 -0400
9349
9350 Blackfin: drop newline from OTP help
9351
9352 Looks like I accidentally added a newline to the OTP help when merging and
9353 older change.
9354
9355 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9356
9357 commit d3c38d96b991d641a33f7748130dae008563cdc9
9358 Author: Mike Frysinger <vapier@gentoo.org>
9359 Date: Sun Mar 22 23:43:31 2009 -0400
9360
9361 Blackfin: convert bfin_sdh to legacy mmc
9362
9363 The Blackfin SDH controller is still using the legacy framework, so update
9364 the driver to use the renamed functions.
9365
9366 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9367
9368 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
9369 Author: Mike Frysinger <vapier@gentoo.org>
9370 Date: Sun Feb 22 16:30:38 2009 -0500
9371
9372 Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
9373
9374 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9375
9376 commit ad9073211ca9e62162a39851e082b8d07a662fb6
9377 Author: Mike Frysinger <vapier@gentoo.org>
9378 Date: Fri Feb 13 17:10:58 2009 -0500
9379
9380 Blackfin: fix crash when booting from external memory
9381
9382 When testing a u-boot binary that hasn't been booted from the bootrom, we
9383 have to make sure the bootstruct structure has sane storage space. If we
9384 don't, the initcode will crash when it tries to dereference an invalid
9385 pointer.
9386
9387 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9388
9389 commit 84a9dda324c3faa56be14449d7519b993d9397a9
9390 Author: Mike Frysinger <vapier@gentoo.org>
9391 Date: Sun Oct 12 21:32:52 2008 -0400
9392
9393 Blackfin: bf518f-ezbrd: new board port
9394
9395 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9396
9397 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
9398 Author: Mike Frysinger <vapier@gentoo.org>
9399 Date: Sun Oct 12 21:30:48 2008 -0400
9400
9401 Blackfin: bf526-ezbrd: new board port
9402
9403 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9404
9405 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
9406 Author: Mike Frysinger <vapier@gentoo.org>
9407 Date: Sun Oct 12 21:25:33 2008 -0400
9408
9409 Blackfin: bf538f-ezkit: new board port
9410
9411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9412
9413 commit d9a5d113b93583c984711127ab8503e136ed1e4a
9414 Author: Mike Frysinger <vapier@gentoo.org>
9415 Date: Sun Oct 12 20:59:12 2008 -0400
9416
9417 Blackfin: bf527-ezkit: new board port
9418
9419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9420
9421 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
9422 Author: Mike Frysinger <vapier@gentoo.org>
9423 Date: Sun Oct 12 05:05:42 2008 -0400
9424
9425 Blackfin: bf548-ezkit: new board port
9426
9427 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9428
9429 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
9430 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
9431 Date: Tue Mar 3 14:23:59 2009 +0100
9432
9433 libfdt: Fix C++ compile-time cast error on gnu 4.2.1
9434
9435 Allow the inclusion of libfdt.h in C++ source.
9436
9437 Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
9438 Acked-by: David Gibson <david@gibson.dropbear.id.au>
9439
9440 commit 13d93f38e86818739317b0206d597265cf9e675e
9441 Author: Emil Medve <Emilian.Medve@Freescale.com>
9442 Date: Mon Feb 23 10:43:36 2009 -0600
9443
9444 Fix a possible overflow case detected by gcc 4.3.2
9445
9446 .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
9447 .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
9448
9449 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
9450
9451 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
9452 Author: David Gibson <david@gibson.dropbear.id.au>
9453 Date: Fri Feb 6 14:03:24 2009 +1100
9454
9455 libfdt: Rework/cleanup fdt_next_tag()
9456
9457 Currently, callers of fdt_next_tag() must usually follow the call with
9458 some sort of call to fdt_offset_ptr() to verify that the blob isn't
9459 truncated in the middle of the tag data they're going to process.
9460 This is a bit silly, since fdt_next_tag() generally has to call
9461 fdt_offset_ptr() on at least some of the data following the tag for
9462 its own operation.
9463
9464 This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
9465 verify the data between its starting offset and the offset it returns
9466 in nextoffset. This simplifies fdt_get_property() which no longer has
9467 to verify itself that the property data is all present.
9468
9469 At the same time, I neaten and clarify the error handling for
9470 fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of
9471 a tag value in some circumstances - which almost none of the callers
9472 checked for. Also, fdt_next_tag() could return FDT_END either because
9473 it encountered an FDT_END tag, or because it reached the end of the
9474 structure block - no way was provided to tell between these cases.
9475
9476 With this patch, fdt_next_tag() always returns FDT_END with a negative
9477 value in nextoffset for an error. This means the several places which
9478 loop looking for FDT_END will still work correctly - they only need to
9479 check for errors at the end. The errors which fdt_next_tag() can
9480 report are:
9481 - -FDT_ERR_TRUNCATED if it reached the end of the structure
9482 block instead of finding a tag.
9483
9484 - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
9485 tag data couldn't be verified with fdt_offset_ptr().
9486
9487 This patch also updates the callers of fdt_next_tag(), where
9488 appropriate, to make use of the new error reporting.
9489
9490 Finally, the prototype for the long gone _fdt_next_tag() is removed
9491 from libfdt_internal.h.
9492
9493 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9494
9495 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
9496 Author: David Gibson <david@gibson.dropbear.id.au>
9497 Date: Fri Feb 6 14:01:56 2009 +1100
9498
9499 libfdt: Rework fdt_next_node()
9500
9501 Currently fdt_next_node() will find the next node in the blob
9502 regardless of whether it is above, below or at the same level in the
9503 tree as the starting node - the depth parameter is updated to indicate
9504 which is the case. When a depth parameter is supplied, this patch
9505 makes it instead terminate immediately when it finds the END_NODE tag
9506 for a node at depth 0. In this case it returns the offset immediately
9507 past the END_NODE tag.
9508
9509 This has a couple of advantages. First, this slightly simplifies
9510 fdt_subnode_offset(), which no longer needs to explicitly check that
9511 fdt_next_node()'s iteration hasn't left the starting node. Second,
9512 this allows fdt_next_node() to be used to implement
9513 _fdt_node_end_offset() considerably simplifying the latter function.
9514
9515 The other users of fdt_next_node() either don't need to iterate out of
9516 the starting node, or don't pass a depth parameter at all. Any
9517 callers that really need to iterate out of the starting node, but keep
9518 tracking depth can do so by biasing the initial depth value.
9519
9520 This is a semantic change, but I think it's very unlikely to break any
9521 existing library users.
9522
9523 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9524
9525 commit c123098035be8bae3859bbfbd06861f197c07631
9526 Author: Scott Wood <scottwood@freescale.com>
9527 Date: Tue Mar 31 17:49:36 2009 -0500
9528
9529 mpc83xx: Set guarded bit on BAT that covers the end of the address space
9530
9531 The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
9532 address space; however, not all of this space is covered by a device. In
9533 particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
9534 at the far end of the address space.
9535
9536 In zlib, there is a loop that references p[-1] if p is non-NULL. Under
9537 some circumstances, this leads to the CPU speculatively loading from
9538 0xfffffff8 if p is NULL. This leads to a machine check.
9539
9540 Signed-off-by: Scott Wood <scottwood@freescale.com>
9541
9542 continuation to the remaining mpc83xx boards that suffer from the same problem.
9543
9544 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9545
9546 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
9547 Author: Kim Phillips <kim.phillips@freescale.com>
9548 Date: Mon Mar 30 14:28:05 2009 -0500
9549
9550 rtc: remove broken rtc_read and rtc_write declarations
9551
9552 commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
9553 EPSON)" introduces the following build error on boards configuring e.g,
9554 the ds1374 rtc:
9555
9556 Configuring for MPC837XEMDS board...
9557 ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
9558 /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
9559 ds1374.c:104: error: conflicting types for 'rtc_write'
9560 /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
9561
9562 this reverts the erroneous chunk.
9563
9564 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9565 Acked-by: Detlev Zundel <dzu@denx.de>
9566 CC: Detlev Zundel <dzu@denx.de>
9567 CC: Andreas Pfefferle <ap@denx.de>
9568
9569 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
9570 Author: Kumar Gala <galak@kernel.crashing.org>
9571 Date: Tue Mar 31 17:58:13 2009 -0500
9572
9573 85xx/86xx: Ensure MP boot page is not used
9574
9575 We had a bug on 86xx in which the boot page used to bring up secondary
9576 cores was being overwritten and used for the malloc region in u-boot.
9577
9578 We need to reserve the region of memory that the boot page is going to
9579 be put at so nothing uses it.
9580
9581 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9582 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
9583
9584 commit c840d26c752141b94bbc24ac748ddd45752a955a
9585 Author: Kumar Gala <galak@kernel.crashing.org>
9586 Date: Tue Mar 31 23:11:05 2009 -0500
9587
9588 85xx: Introduce determine_mp_bootpg() helper.
9589
9590 Match determine_mp_bootpg() that was added for 86xx. We need this to
9591 address a bug introduced in v2009.03 with 86xx MP booting. We have to
9592 make sure to reserve the region of memory used for the MP bootpg() so
9593 other u-boot code doesn't use it.
9594
9595 Also added a comment about how cpu_reset() is dealing w/an errata on
9596 early 85xx MP HW.
9597
9598 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9599
9600 commit 7649a590b53ee548f41428bf20780f74ce9fc099
9601 Author: Kumar Gala <galak@kernel.crashing.org>
9602 Date: Tue Mar 31 23:02:38 2009 -0500
9603
9604 86xx: Cleanup MP support
9605
9606 * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
9607 * Introduce determine_mp_bootpg() helper. We'll need this to address a
9608 bug introduced in v2009.03 with 86xx MP booting. We have to make sure
9609 to reserve the region of memory used for the MP bootpg() so other
9610 u-boot code doesn't use it.
9611 * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
9612 allow cmd_mp.c to build and work. In the future we should look at
9613 implementing all these functions. This could be common w/85xx if we
9614 use spin tables on 86xx.
9615
9616 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9617
9618 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
9619 Author: Becky Bruce <beckyb@kernel.crashing.org>
9620 Date: Tue Mar 31 18:38:37 2009 -0500
9621
9622 mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
9623
9624 We're missing the board_lmb_reserve definitions that allow
9625 cpu_mp_lmb_reserve to be called; this means that Linux
9626 is free to reallocate reserved pages. Linux currently boots
9627 because we're getting lucky - the page we've reserved is
9628 high enough in memory that it isn't allocated by Linux
9629 while we still need it to be in existence.
9630
9631 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
9632 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9633
9634 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
9635 Author: Ladislav Michl <ladis@linux-mips.org>
9636 Date: Tue Mar 31 13:43:10 2009 +0200
9637
9638 NetStar: fix NAND
9639
9640 Fix NAND support broken during new NAND code merge. Move those few lines of
9641 code to board/netstar/netstar.c
9642
9643 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9644
9645 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
9646 Author: Jens Scharsig <esw@bus-elektronik.de>
9647 Date: Tue Mar 31 08:18:29 2009 +0200
9648
9649 soft_i2c.c compiler/linker error
9650
9651 This patch fix the compiler/linker errors
9652
9653 common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
9654 common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
9655
9656 if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
9657 uesd/undef (wrong define order)
9658
9659 and
9660
9661 removes additional empty lines
9662
9663 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
9664
9665 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
9666 Author: Haiying Wang <Haiying.Wang@freescale.com>
9667 Date: Fri Mar 27 17:02:45 2009 -0400
9668
9669 MPC85xx: Add MPC8569MDS board support
9670
9671 This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
9672 EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
9673
9674 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9675 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
9676 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9677
9678 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
9679 Author: Haiying Wang <Haiying.Wang@freescale.com>
9680 Date: Fri Mar 27 17:02:44 2009 -0400
9681
9682 MPC85xx: Add MPC8569 CPU support
9683
9684 There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
9685 LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
9686 then invalidate it after LBCR bit 13 is set.
9687
9688 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9689 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9690
9691 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
9692 Author: Haiying Wang <Haiying.Wang@freescale.com>
9693 Date: Thu Mar 26 17:01:49 2009 -0400
9694
9695 MPC85xx: Load and enable QE microcode patch in IRAM
9696
9697 For the silicon which doesn't have ROM support in QE, it always needs to load
9698 a pre-built ucode binary to IRAM so that QE can work.
9699
9700 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9701 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
9702
9703 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
9704 Author: Kumar Gala <galak@kernel.crashing.org>
9705 Date: Thu Mar 19 09:16:10 2009 -0500
9706
9707 85xx: Add support for additional e500mc features
9708
9709 * Enable backside L2
9710 * e500mc no longer has timebase enable in HID (moved to CCSR register)
9711
9712 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9713
9714 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
9715 Author: Dave Liu <daveliu@freescale.com>
9716 Date: Sat Mar 14 12:48:30 2009 +0800
9717
9718 fsl-ddr: add the DDR3 SPD infrastructure
9719
9720 - support mirrored DIMMs, not support register DIMMs
9721 - test passed on P2020DS board with MT9JSF12872AY-1G1D1
9722 - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
9723
9724 Signed-off-by: Dave Liu <daveliu@freescale.com>
9725 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
9726
9727 commit 6a8197836702991468cead5ead073f589e2623ad
9728 Author: Dave Liu <daveliu@freescale.com>
9729 Date: Sat Mar 14 12:48:19 2009 +0800
9730
9731 fsl-ddr: Fix two bugs in the ddr infrastructure
9732
9733 1. wr_lat
9734 UM said the total write latency for DDR2 is equal to
9735 WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
9736 so, the WR_LAT = CL - 1;
9737 2. rd_to_pre
9738 we missed to add the ADD_LAT for DDR2 case.
9739
9740 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9741 Signed-off-by: Dave Liu <daveliu@freescale.com>
9742
9743 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
9744 Author: Kumar Gala <galak@kernel.crashing.org>
9745 Date: Thu Mar 26 01:34:39 2009 -0500
9746
9747 83xx: Use common LSDMR defines from asm/fsl_lbc.h
9748
9749 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9750 Acked-by: Kim Phillips <kim.phillips@freescale.com>
9751
9752 commit b0fe93eda69721aef1fdef576164b668fad83bbd
9753 Author: Kumar Gala <galak@kernel.crashing.org>
9754 Date: Thu Mar 26 01:34:38 2009 -0500
9755
9756 85xx: Use common LSDMR defines from asm/fsl_lbc.h
9757
9758 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9759
9760 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
9761 Author: Kumar Gala <galak@kernel.crashing.org>
9762 Date: Thu Mar 26 01:34:37 2009 -0500
9763
9764 Add LSDMR (SDRAM Mode Register) definition on localbus
9765
9766 The masks for various bit defines of LSDMR are common and thus we can
9767 define them in one place rather than replicating them in each config.h
9768
9769 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9770
9771 commit 89c00fb15859213788f0ad089934c376fb356099
9772 Author: Ladislav Michl <ladis@linux-mips.org>
9773 Date: Mon Mar 30 18:58:41 2009 +0200
9774
9775 OMAP: use {read,write}l to access timer registers
9776
9777 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9778
9779 commit 81472d893fa565c9d300928a40e504a689bde131
9780 Author: Ladislav Michl <ladis@linux-mips.org>
9781 Date: Mon Mar 30 18:58:41 2009 +0200
9782
9783 OMAP: rename timer divisor
9784
9785 Divisor field is called PTV not PVT.
9786
9787 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9788 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9789
9790 commit fe672d60b2a8c9e803596ba4533fa1776015551d
9791 Author: Ladislav Michl <ladis@linux-mips.org>
9792 Date: Mon Mar 30 18:58:40 2009 +0200
9793
9794 OMAP: reindent timer code
9795
9796 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
9797
9798 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
9799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9800 Date: Mon Mar 30 18:58:40 2009 +0200
9801
9802 s3c2410: move nand driver to drivers/mtd/nand
9803
9804 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9805
9806 commit d3b635774194404bcd424f6b376419bce22076ad
9807 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9808 Date: Mon Mar 30 18:58:40 2009 +0200
9809
9810 s3c24x0: move i2c driver to drivers/i2c
9811
9812 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9813
9814 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
9815 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9816 Date: Mon Mar 30 18:58:39 2009 +0200
9817
9818 s3c24x0: move serial driver to drivers/serial
9819
9820 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9821
9822 commit 942ba9969b9efa25f816c238861ecb339c54ed73
9823 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9824 Date: Mon Mar 30 18:58:39 2009 +0200
9825
9826 davinci: move i2c driver to drivers/i2c
9827
9828 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9829
9830 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
9831 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9832 Date: Mon Mar 30 18:58:39 2009 +0200
9833
9834 davinci: move nand driver to drivers/mtd/nand
9835
9836 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9837
9838 commit d3e55d0774a180c1837bd7ddec464015e883bd86
9839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9840 Date: Mon Mar 30 18:58:38 2009 +0200
9841
9842 imx: move serial driver to drivers/serial
9843
9844 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9845
9846 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
9847 Author: Detlev Zundel <dzu@denx.de>
9848 Date: Mon Mar 30 00:31:36 2009 +0200
9849
9850 inka4x0: Use proper accessor macros for memory mapped registers.
9851
9852 Signed-off-by: Detlev Zundel <dzu@denx.de>
9853
9854 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
9855 Author: Detlev Zundel <dzu@denx.de>
9856 Date: Mon Mar 30 00:31:35 2009 +0200
9857
9858 inka4x0: Add hardware diagnosis and RTC in configuration.
9859
9860 This patch adds the board specific communication routines needed by
9861 the external 4543 RTC.
9862
9863 Signed-off-by: Detlev Zundel <dzu@denx.de>
9864 Signed-off-by: Andreas Pfefferle <ap@denx.de>
9865
9866 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
9867 Author: Detlev Zundel <dzu@denx.de>
9868 Date: Mon Mar 30 00:31:34 2009 +0200
9869
9870 inka4x0: Add hardware diagnosis functions for inka4x0
9871
9872 This patch adds advanced diagnosis functions for the inka4x0 board.
9873
9874 Signed-off-by: Andreas Pfefferle <ap@denx.de>
9875 Signed-off-by: Detlev Zundel <dzu@denx.de>
9876
9877 commit 04e11cf383ff6231535fd981023bb1306b2133d4
9878 Author: Detlev Zundel <dzu@denx.de>
9879 Date: Mon Mar 30 00:31:33 2009 +0200
9880
9881 rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
9882
9883 Signed-off-by: Detlev Zundel <dzu@denx.de>
9884 Signed-off-by: Andreas Pfefferle <ap@denx.de>
9885
9886 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
9887 Author: Detlev Zundel <dzu@denx.de>
9888 Date: Mon Mar 30 00:31:32 2009 +0200
9889
9890 drivers/twserial: Add protocol driver for "three wire serial" interface.
9891
9892 This pretty unintelligent interface is used on some RTC chips.
9893
9894 Signed-off-by: Detlev Zundel <dzu@denx.de>
9895
9896 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
9897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9898 Date: Sun Mar 29 23:01:42 2009 +0200
9899
9900 arm720t/clps7111: move serial driver to drivers/serial
9901
9902 add CONFIG_CLPS7111_SERIAL to activate the driver
9903
9904 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9905
9906 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
9907 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9908 Date: Sun Mar 29 23:01:42 2009 +0200
9909
9910 lpc2292: move serial driver to drivers/serial
9911
9912 add CONFIG_LPC2292_SERIAL to activate the driver
9913
9914 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9915
9916 commit 176a600d0ecdaccbac483d2ba992d0119f853119
9917 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9918 Date: Sun Mar 29 23:01:42 2009 +0200
9919
9920 ks8695: move serial driver to drivers/serial
9921
9922 add CONFIG_KS8695_SERIAL to activate the driver
9923
9924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9925
9926 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
9927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9928 Date: Sun Mar 29 23:01:42 2009 +0200
9929
9930 s3c64xx: move usb driver to drivers/usb
9931
9932 add CONFIG_USB_S3C64XX to activate the driver
9933
9934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9935
9936 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
9937 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9938 Date: Sun Mar 29 23:01:41 2009 +0200
9939
9940 imx31: move serial driver to drivers/serial
9941
9942 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9943
9944 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
9945 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9946 Date: Sun Mar 29 23:01:41 2009 +0200
9947
9948 netarm: move serial driver to drivers/serial
9949
9950 add CONFIG_NETARM_SERIAL to activate the driver
9951
9952 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9953
9954 commit 412ab705888742add435dd6ffc2e8bda14962235
9955 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9956 Date: Sun Mar 29 23:01:41 2009 +0200
9957
9958 sa1100: move serial driver to drivers/serial
9959
9960 add CONFIG_SA1100_SERIAL to activate the driver
9961
9962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9963
9964 commit b2368754a9202225fd072e159fb78da7d2cdb623
9965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9966 Date: Sun Mar 29 23:01:41 2009 +0200
9967
9968 s3c44b0: extract cache from cpu.c
9969
9970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9971
9972 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
9973 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9974 Date: Sun Mar 29 23:01:41 2009 +0200
9975
9976 s3c44b0: move serial driver to drivers/serial
9977
9978 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9979
9980 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
9981 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9982 Date: Sun Mar 29 23:01:40 2009 +0200
9983
9984 s3c44b0: move rtc driver to drivers/rtc
9985
9986 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9987
9988 commit 50f601cca8985615f9e3de4c34887448ade8a64b
9989 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9990 Date: Sun Mar 29 23:01:40 2009 +0200
9991
9992 s3c44b0: move i2c driver to drivers/i2c
9993
9994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9995
9996 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
9997 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9998 Date: Sun Mar 29 23:01:36 2009 +0200
9999
10000 s3c4510b: move specific code to soc directory
10001
10002 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10003
10004 commit 04531f3c11c693dc54924f82c41979d960309c9d
10005 Author: Ladislav Michl <ladis@linux-mips.org>
10006 Date: Wed Mar 25 23:43:58 2009 +0100
10007
10008 NetStar: add RTC support
10009
10010 Add RTC support.
10011
10012 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10013
10014 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
10015 Author: Ladislav Michl <ladis@linux-mips.org>
10016 Date: Wed Mar 25 23:43:50 2009 +0100
10017
10018 NetStar: use generic flash driver
10019
10020 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10021
10022 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
10023 Author: Ladislav Michl <ladis@linux-mips.org>
10024 Date: Mon Mar 16 23:31:20 2009 +0100
10025
10026 NetStar: update crcit utility
10027
10028 Make crc32 function to match its prototype. Use more meaningful identifiers.
10029
10030 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10031
10032 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
10033 Author: Ladislav Michl <ladis@linux-mips.org>
10034 Date: Mon Mar 23 17:46:27 2009 +0100
10035
10036 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
10037
10038 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10039
10040 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
10041 Author: Wolfgang Denk <wd@denx.de>
10042 Date: Sun Mar 29 00:58:16 2009 +0100
10043
10044 VCMA9: fix compile errors
10045
10046 Fix these:
10047 cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
10048 cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
10049
10050 Signed-off-by: Wolfgang Denk <wd@denx.de>
10051
10052 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
10053 Author: Wolfgang Denk <wd@denx.de>
10054 Date: Sun Mar 29 00:54:21 2009 +0100
10055
10056 ARM: fix warning: 'print_eth' defined but not used
10057
10058 This warning got issued for all ARM systems that don't have
10059 CONFIG_CMD_NET enabled.
10060
10061 Signed-off-by: Wolfgang Denk <wd@denx.de>
10062
10063 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
10064 Author: Ladislav Michl <ladis@linux-mips.org>
10065 Date: Mon Mar 23 18:16:34 2009 +0100
10066
10067 cs8900 compile fix
10068
10069 cs8900.c: In function 'eth_init':
10070 cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
10071 cs8900.c:165: error: invalid operands to binary <<
10072 cs8900.c:166: error: invalid operands to binary <<
10073 cs8900.c:167: error: invalid operands to binary <<
10074
10075 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10076 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10077
10078 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
10079 Author: Wolfgang Denk <wd@denx.de>
10080 Date: Sat Mar 28 20:16:16 2009 +0100
10081
10082 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
10083
10084 ...and some other compile warnings.
10085
10086 Signed-off-by: Wolfgang Denk <wd@denx.de>
10087
10088 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
10089 Author: Wolfgang Denk <wd@denx.de>
10090 Date: Sat Mar 28 16:17:29 2009 +0100
10091
10092 mpc8xx/ether.c: fix warning: unused variable 'bd'
10093
10094 Also minor coding style cleanup.
10095
10096 Signed-off-by: Wolfgang Denk <wd@denx.de>
10097
10098 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
10099 Author: Detlev Zundel <dzu@denx.de>
10100 Date: Wed Mar 25 17:27:52 2009 +0100
10101
10102 command.c: Expose the core of do_help as _do_help to the rest of u-boot.
10103
10104 Other commands implementing subcommands can reuse this code nicely.
10105
10106 Signed-off-by: Detlev Zundel <dzu@denx.de>
10107 Signed-off-by: Andreas Pfefferle <ap@denx.de>
10108
10109 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
10110 Author: Detlev Zundel <dzu@denx.de>
10111 Date: Tue Mar 24 18:02:33 2009 +0100
10112
10113 mpc5xxx: Add structure definition for several more register blocks.
10114
10115 Signed-off-by: Detlev Zundel <dzu@denx.de>
10116
10117 commit 739b0e594677a0676577bc95db4495a5563fc7f8
10118 Author: Detlev Zundel <dzu@denx.de>
10119 Date: Fri Mar 27 15:03:55 2009 +0100
10120
10121 MAINTAINERS: Add entry for 'inka4x0' board.
10122
10123 Signed-off-by: Detlev Zundel <dzu@denx.de>
10124
10125 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
10126 Author: Detlev Zundel <dzu@denx.de>
10127 Date: Fri Mar 27 15:03:54 2009 +0100
10128
10129 MAINTAINERS: Keep list sorted.
10130
10131 Signed-off-by: Detlev Zundel <dzu@denx.de>
10132
10133 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
10134 Author: Mike Frysinger <vapier@gentoo.org>
10135 Date: Thu Mar 26 11:17:41 2009 -0400
10136
10137 karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
10138
10139 The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
10140
10141 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10142 CC: Ben Warren <biggerbadderben@gmail.com>
10143
10144 commit 76756e41cde0a617e781a604cc47dfaef63697cd
10145 Author: Heiko Schocher <hs@denx.de>
10146 Date: Thu Mar 26 07:33:59 2009 +0100
10147
10148 ppc: cleanup compiler errors/warnings
10149
10150 Current u-boot top of tree builds with warnings/errors for
10151 the following boards:
10152
10153 ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
10154 RPXClassic debris PN62
10155
10156 following patch solves this.
10157
10158 Signed-off-by: Heiko Schocher <hs@denx.de>
10159 Acked-by: Mike Frysinger <vapier@gentoo.org>
10160
10161 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
10162 Author: Stefan Roese <sr@denx.de>
10163 Date: Thu Mar 26 16:14:13 2009 +0100
10164
10165 ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
10166
10167 This patch fixes a bug in the Sequoia TLB init code to reconfigure
10168 the correct TLB (boot space) after running from RAM. This bug was
10169 introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
10170 [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
10171 TLB in the Sequoia init.S file.
10172
10173 Signed-off-by: Stefan Roese <sr@denx.de>
10174
10175 commit e2b66fe453a3679f807b37fc5923d89214302764
10176 Author: Wolfgang Denk <wd@denx.de>
10177 Date: Thu Mar 26 10:00:57 2009 +0100
10178
10179 ads5121: enable instruction cache
10180
10181 Enabling the instruction cache significantly accelerates U-Boot
10182 operations like CRC checking, image uncompression, etc.
10183
10184 Kudos to Andrea Scian for pointing out.
10185
10186 Signed-off-by: Wolfgang Denk <wd@denx.de>
10187
10188 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
10189 Author: Jon Smirl <jonsmirl@gmail.com>
10190 Date: Sun Mar 22 22:55:45 2009 -0400
10191
10192 mpc5200: suppress printf until console initialized
10193
10194 On boards which have the environment in eeprom, i2c_init() is called
10195 before the console and RAM are initialized.
10196 Suppress printfs until the console is initialized.
10197
10198 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
10199 Acked-by: Heiko Schocher <hs@denx.de>
10200
10201 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
10202 Author: Guennadi Liakhovetski <lg@denx.de>
10203 Date: Wed Mar 25 11:36:50 2009 +0100
10204
10205 ARM: Add the imx31_phycore_eet board to MAKEALL
10206
10207 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10208
10209 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
10210 Author: Nishanth Menon <nm@ti.com>
10211 Date: Wed Mar 25 22:13:56 2009 +0100
10212
10213 OMAP3:Beagle: Enable mtdparts
10214
10215 http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
10216 provides a flexible way to create and maintain u-boot mtd
10217 partitions. This allows commands such as "nand erase fs"
10218 to work and the user no longer needs to decode the absolute
10219 nand offsets. This patch enables this function for beagleboard
10220
10221 Signed-off-by: Nishanth Menon <nm@ti.com>
10222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10223
10224 commit 4de1a5daab079ddc8ce1274144700203d692105c
10225 Author: Mike Frysinger <vapier@gentoo.org>
10226 Date: Sun Feb 22 16:26:35 2009 -0500
10227
10228 Blackfin: bf537-stamp: split post code out into dedicated post.c
10229
10230 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10231
10232 commit 5e8f245743ed14c89e495ba2c027703db9813160
10233 Author: Mike Frysinger <vapier@gentoo.org>
10234 Date: Sat Oct 11 22:51:56 2008 -0400
10235
10236 Blackfin: add support for S25FL128 parts
10237
10238 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10239
10240 commit bf1e028bf3eab1d702fa0627cade4460688f3913
10241 Author: Mike Frysinger <vapier@gentoo.org>
10242 Date: Sat Oct 11 22:51:23 2008 -0400
10243
10244 Blackfin: overhaul SPI flash handling to speed things up
10245
10246 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10247
10248 commit efcc08cededa2168b96f12a22a5872340880d334
10249 Author: Mike Frysinger <vapier@gentoo.org>
10250 Date: Sat Oct 11 22:51:05 2008 -0400
10251
10252 Blackfin: add support for SST SPI flashes
10253
10254 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10255
10256 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
10257 Author: Mike Frysinger <vapier@gentoo.org>
10258 Date: Sat Oct 11 22:50:10 2008 -0400
10259
10260 Blackfin: add hack for crappy m25p80
10261
10262 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10263
10264 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
10265 Author: Mike Frysinger <vapier@gentoo.org>
10266 Date: Wed Jan 21 20:47:12 2009 -0500
10267
10268 Blackfin: bf537-stamp: increase monitor size
10269
10270 The new jffs2 code pushed the code size just over the limit, so increase
10271 the limit a bit more.
10272
10273 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10274
10275 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
10276 Author: Mike Frysinger <vapier@gentoo.org>
10277 Date: Mon Dec 8 16:16:11 2008 -0500
10278
10279 Blackfin: bf537-stamp: bump default SCLK up to 125MHz
10280
10281 Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
10282 increase the speed of SCLK to 125MHz rather than 100MHz.
10283
10284 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10285
10286 commit 751e54c3b77311b720b794813cce20546f288ada
10287 Author: Mike Frysinger <vapier@gentoo.org>
10288 Date: Sat Oct 11 22:44:14 2008 -0400
10289
10290 Blackfin: bf537-stamp: rewrite MAC-in-flash handling
10291
10292 Use the common net eth functions to setup the env/global data with the MAC
10293 address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
10294
10295 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10296
10297 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
10298 Author: Mike Frysinger <vapier@gentoo.org>
10299 Date: Tue Dec 9 13:47:39 2008 -0500
10300
10301 Blackfin: add clkin_hz= to default kernel command line for ADI boards
10302
10303 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10304
10305 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
10306 Author: Mike Frysinger <vapier@gentoo.org>
10307 Date: Sun Oct 12 23:49:13 2008 -0400
10308
10309 Blackfin: bf533-stamp: bump up default clocks
10310
10311 Since the hardware can handle it, bump the default clocks from 80mhz SCLK
10312 and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
10313
10314 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10315
10316 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
10317 Author: Mike Frysinger <vapier@gentoo.org>
10318 Date: Sat Oct 11 22:40:22 2008 -0400
10319
10320 Blackfin: bf533-stamp: rewrite startup LED notifications
10321
10322 Again, don't clobber pins that we aren't actually using, and use the common
10323 LED framework rather than our own hob-job-but-not-really-working.
10324
10325 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10326
10327 commit cf6f469e2730fc8ab3523808b828be000d6eee77
10328 Author: Mike Frysinger <vapier@gentoo.org>
10329 Date: Sun Jun 1 09:09:48 2008 -0400
10330
10331 Blackfin: unify common ADI board settings
10332
10333 Rather than duplicate the same ADI settings in every ADI board, create a
10334 common ADI config header and have all ADI boards start using that. This
10335 will also make merging the ~10 boards I have to forward port a lot easier.
10336
10337 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10338
10339 commit 196c74311f394c6eb08bd9ab07a35671299b9851
10340 Author: Kyungmin Park <kmpark@infradead.org>
10341 Date: Tue Mar 3 09:05:53 2009 +0900
10342
10343 Reduce OneNAND IPL common code
10344
10345 OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
10346 bootloader, but it's common code used about 300~400 bytes. So board
10347 specific codes, such as lowlevel_init, can't has enough code. It make
10348 a difficult to implement OneNAND IPL.
10349
10350 his patch make this common code as small as possible. and give
10351 lowlevel_init can have more codes.
10352
10353 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10354 Signed-off-by: Scott Wood <scottwood@freescale.com>
10355
10356 commit 16f2f5a351004129e79e79816697a367fd9e5446
10357 Author: Wolfgang Grandegger <wg@grandegger.com>
10358 Date: Wed Feb 11 18:38:24 2009 +0100
10359
10360 Add multi-chip NAND support for the TQM8548 modules
10361
10362 This patches configures the NAND UPM-FSL driver with multi-chip
10363 support for the Micron MT29F8G08FAB NAND flash memory on the
10364 TQM8548 modules.
10365
10366 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10367 Signed-off-by: Scott Wood <scottwood@freescale.com>
10368
10369 commit 33846df28fa1f4cf96a96c18142d48d813caa892
10370 Author: Wolfgang Grandegger <wg@grandegger.com>
10371 Date: Wed Feb 11 18:38:23 2009 +0100
10372
10373 Add wait flags to support board/chip specific delays
10374
10375 The NAND flash on the TQM8548_BE modules requires a short delay after
10376 running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
10377 requires a further short delay after writing out a buffer. Normally the
10378 R/B pin should be checked, but it's not connected on the TQM8548_BE.
10379 The corresponding Linux FSL UPM driver uses similar delay points at the
10380 same locations. To manage these extra delays in a more general way, I
10381 introduced the "wait_flags" field allowing the board-specific driver to
10382 specify various types of extra delay.
10383
10384 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10385 Signed-off-by: Scott Wood <scottwood@freescale.com>
10386
10387 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
10388 Author: Wolfgang Grandegger <wg@grandegger.com>
10389 Date: Wed Feb 11 18:38:22 2009 +0100
10390
10391 Add support for TQM-specific chip select logic to FSL-UPM
10392
10393 For the NAND chips on the TQM8548 modules, a special chip-select logic is
10394 used. It uses dedicated address lines to be set via UPM machine address
10395 register (mar). This patch adds such support to the FSL-UPM driver.
10396
10397 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10398 Signed-off-by: Scott Wood <scottwood@freescale.com>
10399
10400 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
10401 Author: Wolfgang Grandegger <wg@grandegger.com>
10402 Date: Wed Feb 11 18:38:21 2009 +0100
10403
10404 Add multi chip support to the FSL-UPM driver
10405
10406 This patch adds support for multi-chip NAND devices to the FSL-UPM
10407 driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
10408 called with the argument "chip_nr" to allow testing the proper chip
10409 select line. The NAND support of the MPC8360ERDK is updated as well.
10410 No other boards are currently using the FSL UPM driver.
10411
10412 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10413 Signed-off-by: Scott Wood <scottwood@freescale.com>
10414
10415 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
10416 Author: Wolfgang Grandegger <wg@grandegger.com>
10417 Date: Wed Feb 11 18:38:20 2009 +0100
10418
10419 Enable multi chip support in the NAND layer
10420
10421 This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
10422 Multi-chips devices are displayed as shown:
10423
10424 Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
10425
10426 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10427 Signed-off-by: Scott Wood <scottwood@freescale.com>
10428
10429 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
10430 Author: Mike Frysinger <vapier@gentoo.org>
10431 Date: Sat Oct 11 21:58:33 2008 -0400
10432
10433 Blackfin: put memory into self-refresh before/after programming clocks
10434
10435 When initializing the core clocks, stick external memory into self-refresh.
10436 This gains us a few cool things:
10437 - support suspend-to-RAM with Linux
10438 - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
10439 - make sure settings are stable before flashing new version
10440 - finally fully unify initialize startup code path between LDR/non-LDR
10441
10442 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10443
10444 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
10445 Author: Mike Frysinger <vapier@gentoo.org>
10446 Date: Sat Oct 11 21:56:08 2008 -0400
10447
10448 Blackfin: do not program voltage regulator on parts that do not have one
10449
10450 Some newer Blackfins (like the BF51x) do not have an on-chip voltage
10451 regulator, so do not attempt to program the memory as if it does.
10452
10453 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10454
10455 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
10456 Author: Mike Frysinger <vapier@gentoo.org>
10457 Date: Sun Jun 1 01:28:24 2008 -0400
10458
10459 Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
10460
10461 If the board config does not specify an explicit EBIU_SDBCTL value, set it
10462 up with sane values based on other configuration options.
10463
10464 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10465
10466 commit 3986e981f565c08f10c7e526af8cb518d741c349
10467 Author: Mike Frysinger <vapier@gentoo.org>
10468 Date: Sat Dec 6 18:06:58 2008 -0500
10469
10470 Blackfin: handle reboot anomaly 432
10471
10472 Workaround anomaly 432:
10473 The bfrom_SysControl() firmware function does not clear the SIC_IWR1
10474 register before executing the PLL programming sequence. Therefore, any
10475 interrupt enabled in the SIC_IWR1 register prior to the call to
10476 bfrom_SysControl() can prematurely terminate the idle sequence required
10477 for the PLL to relock properly. SIC_IWR0 is properly handled.
10478
10479 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10480
10481 commit 7e1d212b6da492c6ea32c62af92e185284f41291
10482 Author: Mike Frysinger <vapier@gentoo.org>
10483 Date: Sat Oct 18 04:04:49 2008 -0400
10484
10485 Blackfin: kill off LDR jump block
10486
10487 The Boot ROM uses EVT1 as the entry point so set that rather than having
10488 to use a tiny jump block in the default EVT1 location.
10489
10490 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10491
10492 commit a75fa148d60b1975403441e45565621bba50d2d9
10493 Author: Mike Frysinger <vapier@gentoo.org>
10494 Date: Tue Jan 6 10:00:48 2009 -0500
10495
10496 Blackfin: simplify symbol_lookup() a bit
10497
10498 No need to skip a byte as the symbol table handles this.
10499
10500 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10501
10502 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
10503 Author: Mike Frysinger <vapier@gentoo.org>
10504 Date: Sat Feb 7 05:43:21 2009 -0500
10505
10506 Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
10507
10508 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10509
10510 commit 58130f8920151d9e8942bbdf3388f2defb47e415
10511 Author: Mike Frysinger <vapier@gentoo.org>
10512 Date: Sat Feb 7 05:41:17 2009 -0500
10513
10514 Blackfin: drop SPORT_TX read helper macros
10515
10516 The SPORT_TX registers cannot be read (the hardware will trigger an error),
10517 so drop the read helper macros.
10518
10519 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10520
10521 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
10522 Author: Mike Frysinger <vapier@gentoo.org>
10523 Date: Sat Feb 7 05:25:35 2009 -0500
10524
10525 Blackfin: unify duplicate CPU port definitions
10526
10527 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10528
10529 commit 744fd240d181b0b05b1436e1b655c9a62526c752
10530 Author: Mike Frysinger <vapier@gentoo.org>
10531 Date: Fri Feb 6 00:59:50 2009 -0500
10532
10533 Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
10534
10535 With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
10536 are no longer used/needed.
10537
10538 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10539
10540 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
10541 Author: Mike Frysinger <vapier@gentoo.org>
10542 Date: Mon Oct 6 04:01:26 2008 -0400
10543
10544 Blackfin: print out Flash: before checking it
10545
10546 If there is some problem in the flash init/checking code, it's nicer to see
10547 the message "Flash:" before crashing. This way the source of the problem
10548 is a bit more straightforward.
10549
10550 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10551
10552 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
10553 Author: Mike Frysinger <vapier@gentoo.org>
10554 Date: Thu Aug 7 15:33:09 2008 -0400
10555
10556 Blackfin: safely flush data caches when in writeback mode
10557
10558 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10559
10560 commit c06f2b13022703611bc3e512bd34f9014a46f448
10561 Author: Mike Frysinger <vapier@gentoo.org>
10562 Date: Thu Aug 7 13:21:48 2008 -0400
10563
10564 Blackfin: update lockbox api according to latest documentation
10565
10566 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10567
10568 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
10569 Author: Mike Frysinger <vapier@gentoo.org>
10570 Date: Sat Oct 11 21:49:06 2008 -0400
10571
10572 Blackfin: mark bfin_reset static
10573
10574 The function is only used locally, so mark it static.
10575
10576 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10577
10578 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
10579 Author: Sonic Zhang <Sonic.Zhang@analog.com>
10580 Date: Fri Mar 20 19:28:20 2009 -0400
10581
10582 Blackfin: spi: there is no PORTJ_FER MMR on BF537
10583
10584 Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
10585 then there is no PORTJ_FER register for us to worry about.
10586
10587 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
10588 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10589
10590 commit e82b762f293debc53c5afa90f37264f6b07520f9
10591 Author: Mike Frysinger <vapier@gentoo.org>
10592 Date: Tue Mar 17 13:58:23 2009 -0400
10593
10594 Blackfin: fix jtag console tstc
10595
10596 The jtag tstc operation was checking the hardware to see if data is
10597 available from it (which is fine for the jtag getc operation), but the
10598 higher layers need to know whether any data is available. Since we have
10599 to read up to 4 bytes at a time from the hardware, the higher layers need
10600 to know they can consume the cached bytes as well.
10601
10602 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10603
10604 commit bc683f58b1f1d8d20546fe019483967a51a49df1
10605 Author: Mike Frysinger <vapier@gentoo.org>
10606 Date: Sun Feb 22 16:23:41 2009 -0500
10607
10608 Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
10609
10610 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10611
10612 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
10613 Author: Mike Frysinger <vapier@gentoo.org>
10614 Date: Sun Feb 22 16:02:27 2009 -0500
10615
10616 Blackfin: unify net-related init code
10617
10618 Unify all of the net-related init code in the common Blackfin board init
10619 code to clean up the ifdef mess a bit.
10620
10621 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10622
10623 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
10624 Author: Mike Frysinger <vapier@gentoo.org>
10625 Date: Wed Feb 18 12:51:48 2009 -0500
10626
10627 Blackfin: fix SWRST/SYSCR register sizes
10628
10629 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10630
10631 commit a9d6777d39154978b9ef9c682b2627a3480b194c
10632 Author: Mike Frysinger <vapier@gentoo.org>
10633 Date: Wed Feb 18 12:51:31 2009 -0500
10634
10635 Blackfin: update anomaly lists
10636
10637 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10638
10639 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
10640 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10641 Date: Thu Mar 19 18:31:38 2009 +0100
10642
10643 avr32: fix cacheflush.h location introducted by d8f2aa3298610b
10644
10645 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10646 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10647
10648 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
10649 Author: Eric Schumann <E.Schumann@phytec.de>
10650 Date: Sat Mar 21 09:59:34 2009 -0400
10651
10652 Make flash protection work, when the environment is in EEPROM
10653
10654 On the pcm030 the environment is located in the onboard EEPROM. But we want
10655 to handle flash sector protection in a safe manner. So we must read the
10656 unlock environment variable from EEPROM instead from flash.
10657
10658 This patch is required as long the evironment is saved into the EEPROM.
10659
10660 Stefan: Additional change as suggested by Wolfgang, use bigger char array
10661 (instead of 4).
10662
10663 Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
10664 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10665 Acked-by: Wolfgang Denk <wd@denx.de>
10666 Signed-off-by: Stefan Roese <sr@denx.de>
10667
10668 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
10669 Author: Jon Smirl <jonsmirl@gmail.com>
10670 Date: Sat Mar 21 11:17:56 2009 -0400
10671
10672 Add define for mpc5200 CDM_CLK_ENA
10673
10674 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
10675
10676 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
10677 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
10678 Date: Sun Mar 22 14:48:16 2009 +0100
10679
10680 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
10681
10682 AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
10683
10684 The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
10685 It is essentially the same, with a few minor differences.
10686
10687 Here is the chip page on Atmel website:
10688 http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
10689
10690 Signed-off-by: Justin Waters <justin.waters@timesys.com>
10691 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
10692 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10693
10694 commit 118d168035cc93f586da4812c89cb153eb9f4243
10695 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10696 Date: Sun Mar 22 14:28:14 2009 +0100
10697
10698 cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
10699
10700 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10701
10702 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
10703 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10704 Date: Sun Mar 22 14:28:13 2009 +0100
10705
10706 cmc_pu2: fix misc_init_r prototype
10707
10708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10709
10710 commit 53158aea995221706b42c7bad9f717b31ae20414
10711 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10712 Date: Sun Jan 11 03:32:01 2009 +0100
10713
10714 at91sam9xeek: fix soc name
10715
10716 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10717
10718 commit 74c076d6c33d6d42ab065541a38383587879e7b7
10719 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10720 Date: Sun Mar 22 10:22:34 2009 +0100
10721
10722 at91sam9/at91cap: move nand drivers to drivers/mtd/nand
10723
10724 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10725
10726 commit 163966087d62680547f188a93c61d01c8155254e
10727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10728 Date: Sat Mar 21 21:08:01 2009 +0100
10729
10730 atmel/at91/boards: compile dataflash partition only when dataflash is
10731
10732 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10733
10734 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
10735 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10736 Date: Sat Mar 21 21:08:00 2009 +0100
10737
10738 at91sam9/at91cap: move common macb initialisation to cpu
10739
10740 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10741
10742 commit f3f91f886bc8927fd692ac411b7423a87ffec532
10743 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10744 Date: Sat Mar 21 21:08:00 2009 +0100
10745
10746 at91sam9/at91cap: move common usb host initialisation to cpu
10747
10748 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10749
10750 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
10751 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10752 Date: Sat Mar 21 21:08:00 2009 +0100
10753
10754 at91sam9/at91cap: move common led management to cpu
10755
10756 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10757
10758 commit 7ebafb7ec1a0285af8380623c009576f92583b98
10759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10760 Date: Sat Mar 21 21:07:59 2009 +0100
10761
10762 at91sam9/at91cap: move common spi initialisation to cpu
10763
10764 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10765
10766 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
10767 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10768 Date: Sat Mar 21 21:07:59 2009 +0100
10769
10770 at91sam9/at91cap: move common serial initialisation to cpu
10771
10772 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10773
10774 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
10775 Author: Wolfgang Denk <wd@denx.de>
10776 Date: Sat Mar 21 22:04:41 2009 +0100
10777
10778 Prepare 2009.03
10779
10780 Update CHANGELOG
10781
10782 Signed-off-by: Wolfgang Denk <wd@denx.de>
10783
10784 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
10785 Author: Vivek Kutal <vivek.kutal@azingo.com>
10786 Date: Mon Feb 23 21:35:11 2009 +0530
10787
10788 Replaced endpoint numbers with appropriate macros in usbtty.c.
10789
10790 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
10791 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10792
10793 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
10794 Author: Michael Lawnick <ml.lawnick@gmx.de>
10795 Date: Thu Mar 19 10:06:41 2009 +0100
10796
10797 UBIFS: Missing offset relocation for compressor 'none'
10798
10799 On systems where U-Boot is linked to another address than it really lays
10800 (e.g. backup image), calls via function pointers must be fixed with a
10801 '+= gd->reloc_off'.
10802 This was not done for none_compr in ubifs_compressors_init() what leads
10803 to system crash on ubifsmount command.
10804
10805 Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
10806 Acked-by: Stefan Roese <sr@denx.de>
10807
10808 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
10809 Author: Stefan Roese <sr@denx.de>
10810 Date: Thu Mar 19 15:35:50 2009 +0100
10811
10812 UBIFS: Add UBIFS commands
10813
10814 This patchset adds these UBIFS related commands:
10815
10816 - ubifsmount
10817 Mount an UBIFS volume
10818
10819 - ubifsls
10820 List a directory of the mounted UBIFS volume
10821
10822 - ubifsload
10823 Load a file from the mounted UBIFS volume to memory
10824
10825 Signed-off-by: Stefan Roese <sr@denx.de>
10826
10827 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
10828 Author: Stefan Roese <sr@denx.de>
10829 Date: Thu Mar 19 15:35:05 2009 +0100
10830
10831 UBIFS: Implement read-only UBIFS support in U-Boot
10832
10833 The U-Boot UBIFS implementation is largely a direct copy from the current
10834 Linux version (2.6.29-rc6). As already done in the UBI version we have an
10835 "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
10836 ...). This makes it possible to use the original Linux code with very
10837 little changes. And by this we can better update to later Linux versions.
10838
10839 I removed some of the Linux features that are not used in the U-Boot
10840 version (e.g. garbage-collection, write support).
10841
10842 Signed-off-by: Stefan Roese <sr@denx.de>
10843 CC: Artem Bityutskiy <dedekind@infradead.org>
10844 CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
10845
10846 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
10847 Author: Stefan Roese <sr@denx.de>
10848 Date: Thu Mar 19 15:34:56 2009 +0100
10849
10850 Add LZO decompressor support
10851
10852 This patch adds LZO decompression support to U-Boot. It is needed for
10853 the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
10854 decompressor. Since we only support read-only in UBIFS, only the
10855 decompressor is needed.
10856
10857 All this is copied with minor changes from the current Linux kernel
10858 version (2.6.28-rc8).
10859
10860 This patch only implements this LZO decompressor support for PPC.
10861 Other platforms using UBIFS will have to add the required
10862 "include/asm/unaligned.h" as well. It should be fairly easy to copy this
10863 from the Linux source tree as I have done it for PPC in this patch.
10864
10865 Signed-off-by: Stefan Roese <sr@denx.de>
10866
10867 commit 68d7d65100e84df00bca971c114092731b441090
10868 Author: Stefan Roese <sr@denx.de>
10869 Date: Thu Mar 19 13:30:36 2009 +0100
10870
10871 Separate mtdparts command from jffs2
10872
10873 Currently the mtdparts commands are included in the jffs2 command support.
10874 This doesn't make sense anymore since other commands (e.g. UBI) use this
10875 infrastructure as well now. This patch separates the mtdparts commands from
10876 the jffs2 commands making it possible to only select mtdparts when no JFFS2
10877 support is needed.
10878
10879 Signed-off-by: Stefan Roese <sr@denx.de>
10880 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10881
10882 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
10883 Author: Stefan Roese <sr@denx.de>
10884 Date: Wed Feb 25 12:11:15 2009 +0100
10885
10886 powerpc: Only use eth_getenv_enetaddr() if networking is enabled
10887
10888 Signed-off-by: Stefan Roese <sr@denx.de>
10889
10890 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
10891 Author: Grzegorz Bernacki <gjb@semihalf.com>
10892 Date: Tue Mar 17 10:06:40 2009 +0100
10893
10894 Add support for the digsy MTC board.
10895
10896 This is the InterControl custom device based on the MPC5200B chip.
10897
10898 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
10899
10900 commit ff7dc067369e30066744f096995aef7d97574d15
10901 Author: Stefan Roese <sr@denx.de>
10902 Date: Mon Feb 23 16:52:36 2009 +0100
10903
10904 powerpc: Fix compilation warning in board.c
10905
10906 Fix this warning:
10907
10908 board.c: In function 'board_init_r':
10909 board.c:653: warning: unused variable 'i'
10910 board.c:651: warning: unused variable 'e'
10911
10912 Signed-off-by: Stefan Roese <sr@denx.de>
10913
10914 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
10915 Author: Stefan Roese <sr@denx.de>
10916 Date: Mon Feb 23 16:42:51 2009 +0100
10917
10918 ppc4xx: Don't write the MAC address into the internal SoC registers
10919
10920 Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
10921 addresses into the SoC registers instead.
10922
10923 Signed-off-by: Stefan Roese <sr@denx.de>
10924
10925 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
10926 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10927 Date: Fri Feb 20 10:19:19 2009 +0100
10928
10929 ppc4xx: Use correct io accessors for esd 405/440 boards
10930
10931 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
10932 macros. Also volatile pointer references are replaced by the
10933 new accessors.
10934
10935 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10936 Signed-off-by: Stefan Roese <sr@denx.de>
10937
10938 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
10939 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10940 Date: Fri Feb 20 10:19:18 2009 +0100
10941
10942 ppc4xx: Use correct io accessors for esd 405 boards
10943
10944 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
10945 macros. Also volatile pointer references are replaced by the
10946 new accessors.
10947
10948 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10949 Signed-off-by: Stefan Roese <sr@denx.de>
10950
10951 commit a59205d1519375d027f97a545ad642ab20fce6f8
10952 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10953 Date: Fri Feb 20 10:19:17 2009 +0100
10954
10955 ppc4xx: Cleanup linker scripts of esd 4xx boards
10956
10957 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10958 Signed-off-by: Stefan Roese <sr@denx.de>
10959
10960 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
10961 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10962 Date: Fri Feb 20 10:19:16 2009 +0100
10963
10964 ppc4xx: Update TEXT_BASE for DASA_SIM boards
10965
10966 Fix building DASA_SIM boards by increasing U-Boot's size in flash.
10967
10968 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10969 Signed-off-by: Stefan Roese <sr@denx.de>
10970
10971 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
10972 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10973 Date: Fri Feb 20 10:19:15 2009 +0100
10974
10975 ppc4xx: DU405 maintenance fix
10976
10977 -strip unused features
10978 -fix resetting phy
10979
10980 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10981 Signed-off-by: Stefan Roese <sr@denx.de>
10982
10983 commit 75511b47ac2647be48218dbb93af05b21f404f67
10984 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10985 Date: Fri Feb 20 10:19:14 2009 +0100
10986
10987 ppc4xx: Abort autoboot only by space key on CPCI405 boards
10988
10989 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10990 Signed-off-by: Stefan Roese <sr@denx.de>
10991
10992 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
10993 Author: Graeme Russ <graeme.russ@gmail.com>
10994 Date: Tue Feb 24 21:14:56 2009 +1100
10995
10996 Add basic relocation to i386 port
10997
10998 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10999
11000 commit 8c63d47651f77d9fb887cad433370b866eb0a193
11001 Author: Graeme Russ <graeme.russ@gmail.com>
11002 Date: Tue Feb 24 21:14:45 2009 +1100
11003
11004 Implement SC520 timers
11005
11006 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
11007
11008 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
11009 Author: Graeme Russ <graeme.russ@gmail.com>
11010 Date: Tue Feb 24 21:14:32 2009 +1100
11011
11012 Factor out SC520 sub-features
11013
11014 Moved sub-features of the SC520 code which is currently selectively compiled
11015 using #ifdef out of sc520.c into individual files selectively compiled via
11016 the makefile
11017
11018 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
11019
11020 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
11021 Author: Graeme Russ <graeme.russ@gmail.com>
11022 Date: Tue Feb 24 21:13:40 2009 +1100
11023
11024 Rewrite i386 interrupt handling
11025
11026 Rewrite interrupt handling functionality for the i386 port. Separated
11027 functionality into separate CPU and Architecture components.
11028
11029 It appears as if the i386 interrupt handler functionality was intended
11030 to allow multiple handlers to be installed for a given interrupt.
11031 Unfortunately, this functionality was not fully implemented and also
11032 had the problem that irq_free_handler() does not allow the passing
11033 of the handler function pointer and therefore could never be used to
11034 free specific handlers that had been installed for a given IRQ.
11035
11036 There were also various issues with array bounds not being fully
11037 tested.
11038
11039 I had two objectives in mind for the new implementation:
11040
11041 1) Keep the implementation as similar as possible to existing
11042 implementations. To that end, I have used the leon2/3
11043 implementations as the reference
11044
11045 2) Seperate CPU and Architecture specific elements. All specific i386
11046 interrupt functionality is now in cpu/i386/ with the high level
11047 API and architecture specific code in lib_i386. Functionality
11048 specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
11049 been further split out into an individual file to allow for the
11050 implementation of the PIC architecture of the SC520 CPU (supports
11051 more IRQs)
11052
11053 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
11054
11055 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
11056 Author: Graeme Russ <graeme.russ@gmail.com>
11057 Date: Tue Feb 24 21:12:35 2009 +1100
11058
11059 Move ali512x.h
11060
11061 Moved ali512x.h from include/asm-i386/ic/ to /include
11062
11063 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
11064
11065 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
11066 Author: Graeme Russ <graeme.russ@gmail.com>
11067 Date: Tue Feb 24 21:12:20 2009 +1100
11068
11069 Rename SC520 Configuration Options
11070
11071 Options are now all uniformly CONFIG_SYS_SC520_<option>
11072
11073 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
11074
11075 commit f62fb99941c625605aa16a0097b396a5c16d2c88
11076 Author: Trent Piepho <xyzzy@speakeasy.org>
11077 Date: Wed Feb 18 15:22:05 2009 -0800
11078
11079 Fix all linker script to handle all rodata sections
11080
11081 A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
11082 which needs to be added the the linker script. Instead of just adding this
11083 one section, we use a wildcard ".rodata*" to get all rodata linker section
11084 gcc has now and might add in the future.
11085
11086 However, '*(.rodata*)' by itself will result in sub-optimal section
11087 ordering. The sections will be sorted by object file, which causes extra
11088 padding between the unaligned rodata.str.1.1 of one object file and the
11089 aligned rodata of the next object file. This is easy to fix by using the
11090 SORT_BY_ALIGNMENT command.
11091
11092 This patch has not be tested one most of the boards modified. Some boards
11093 have a linker script that looks something like this:
11094
11095 *(.text)
11096 . = ALIGN(16);
11097 *(.rodata)
11098 *(.rodata.str1.4)
11099 *(.eh_frame)
11100
11101 I change this to:
11102
11103 *(.text)
11104 . = ALIGN(16);
11105 *(.eh_frame)
11106 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
11107
11108 This means the start of rodata will no longer be 16 bytes aligned.
11109 However, the boundary between text and rodata/eh_frame is still aligned to
11110 16 bytes, which is what I think the real purpose of the ALIGN call is.
11111
11112 Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
11113
11114 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
11115 Author: Mike Frysinger <vapier@gentoo.org>
11116 Date: Wed Feb 11 18:26:08 2009 -0500
11117
11118 remove bi_enet*addr from global data for all arches
11119
11120 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11121 CC: Ben Warren <biggerbadderben@gmail.com>
11122 CC: Daniel Hellstrom <daniel@gaisler.com>
11123 CC: Michal Simek <monstr@seznam.cz>
11124 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11125 CC: Scott McNutt <smcnutt@psyent.com>
11126 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11127
11128 commit eb85aa594c1b57a1e3be9689b65171a137a36432
11129 Author: Mike Frysinger <vapier@gentoo.org>
11130 Date: Wed Feb 11 20:07:19 2009 -0500
11131
11132 ppc: mark global bi_enet*addr as legacy
11133
11134 The environment is the canonical storage location of the mac address, so
11135 we're killing off the global data location and moving everything to
11136 querying the env directly.
11137
11138 In the ppc case, these things are part of the legacy ABI, so keep them
11139 around but mark them as legacy so no new code will touch them.
11140
11141 Also stop calling load_sernum_ethaddr() since all boards now implement
11142 this as a stub.
11143
11144 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11145 CC: Ben Warren <biggerbadderben@gmail.com>
11146
11147 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
11148 Author: Mike Frysinger <vapier@gentoo.org>
11149 Date: Wed Feb 11 20:09:52 2009 -0500
11150
11151 boards: get mac address from env and move load_sernum_ethaddr() to board init
11152
11153 The environment is the canonical storage location of the mac address, so
11154 we're killing off the global data location and moving everything to
11155 querying the env directly.
11156
11157 Rather than have common ppc code call a board-specific function like
11158 load_sernum_ethaddr(), have each board call it in its own board-specific
11159 misc_init_r() function.
11160
11161 The boards that get converted here are:
11162 - kup4k/kup4x
11163 - pcs440ep
11164 - tqm8xx
11165
11166 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11167 CC: Ben Warren <biggerbadderben@gmail.com>
11168 CC: Stefan Roese <sr@denx.de>
11169
11170 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
11171 Author: Mike Frysinger <vapier@gentoo.org>
11172 Date: Wed Feb 11 19:55:01 2009 -0500
11173
11174 cmc_pu2: get mac address from environment
11175
11176 The environment is the canonical storage location of the mac address, so
11177 we're killing off the global data location and moving everything to
11178 querying the env directly.
11179
11180 Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
11181 handle this board specially in common ARM code.
11182
11183 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11184 CC: Ben Warren <biggerbadderben@gmail.com>
11185
11186 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
11187 Author: Mike Frysinger <vapier@gentoo.org>
11188 Date: Mon Feb 16 18:03:14 2009 -0500
11189
11190 boards: move board_get_enetaddr() into board-specific init
11191
11192 The environment is the canonical storage location of the mac address, so
11193 we're killing off the global data location and moving everything to
11194 querying the env directly.
11195
11196 Rather than have the common ppc code have board-specific hooks, move the
11197 board_get_enetaddr() function into the board-specific init functions.
11198
11199 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11200 CC: Ben Warren <biggerbadderben@gmail.com>
11201
11202 commit f11e6ff5b1859d9213f0d501b3309e065f487543
11203 Author: Mike Frysinger <vapier@gentoo.org>
11204 Date: Wed Feb 11 19:39:55 2009 -0500
11205
11206 arm: get mac address from environment
11207
11208 The environment is the canonical storage location of the mac address, so
11209 we're killing off the global data location and moving everything to
11210 querying the env directly.
11211
11212 Some warts are remaining and should be killed off (by moving the func to
11213 the appropriate board init code):
11214 - davinci_eth_set_mac_addr
11215 - cs8900_get_enetaddr
11216 - smc_set_mac_addr
11217
11218 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11219 CC: Ben Warren <biggerbadderben@gmail.com>
11220
11221 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
11222 Author: Mike Frysinger <vapier@gentoo.org>
11223 Date: Wed Feb 11 19:36:20 2009 -0500
11224
11225 nx823: get mac address from environment
11226
11227 The environment is the canonical storage location of the mac address, so
11228 we're killing off the global data location and moving everything to
11229 querying the env directly.
11230
11231 For the nx823, the serial number is moved out of load_sernum_ethaddr() and
11232 into misc_init_r() as is the env setup. This lets us kill off the former
11233 function in the process.
11234
11235 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11236 CC: Ben Warren <biggerbadderben@gmail.com>
11237
11238 commit 19b5b533ccd522abeb501d510750693c35e20456
11239 Author: Mike Frysinger <vapier@gentoo.org>
11240 Date: Wed Feb 11 18:27:18 2009 -0500
11241
11242 lib_*/board.c: do not initialize bi_enet*addr in global data
11243
11244 Since everyone is using the environment for mac address storage, there is
11245 no point in seeding the global data.
11246
11247 The arches that are converted here:
11248 i386
11249 m68k
11250 microblaze
11251 mips
11252 nios
11253 nios2
11254 sh
11255 sparc
11256
11257 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11258 CC: Ben Warren <biggerbadderben@gmail.com>
11259 CC: Daniel Hellstrom <daniel@gaisler.com>
11260 CC: Michal Simek <monstr@seznam.cz>
11261 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11262 CC: Scott McNutt <smcnutt@psyent.com>
11263 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11264
11265 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
11266 Author: Mike Frysinger <vapier@gentoo.org>
11267 Date: Wed Feb 11 19:19:54 2009 -0500
11268
11269 npe: get mac address from environment
11270
11271 The environment is the canonical storage location of the mac address, so
11272 we're killing off the global data location and moving everything to
11273 querying the env directly.
11274
11275 The resulting code can also be simplified even further.
11276
11277 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11278 CC: Stefan Roese <sr@denx.de>
11279 CC: Ben Warren <biggerbadderben@gmail.com>
11280
11281 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
11282 Author: Mike Frysinger <vapier@gentoo.org>
11283 Date: Wed Feb 11 19:18:41 2009 -0500
11284
11285 cpu/: get mac address from environment
11286
11287 The environment is the canonical storage location of the mac address, so
11288 we're killing off the global data location and moving everything to
11289 querying the env directly.
11290
11291 The cpus that get converted here:
11292 at91rm9200
11293 mpc512x
11294 mpc5xxx
11295 mpc8260
11296 mpc8xx
11297 ppc4xx
11298
11299 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11300 CC: Ben Warren <biggerbadderben@gmail.com>
11301 CC: John Rigby <jrigby@freescale.com>
11302 CC: Stefan Roese <sr@denx.de>
11303
11304 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
11305 Author: Mike Frysinger <vapier@gentoo.org>
11306 Date: Wed Feb 11 19:09:54 2009 -0500
11307
11308 lan91c96/smc91111/smc911x: get mac address from environment
11309
11310 The environment is the canonical storage location of the mac address, so
11311 we're killing off the global data location and moving everything to
11312 querying the env directly.
11313
11314 Also, do not bother checking the EEPROM if the env is setup. This
11315 simplifies the code greatly.
11316
11317 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11318 Signed-off-by: Wolfgang Dnek <wd@denx.de>
11319 CC: Ben Warren <biggerbadderben@gmail.com>
11320 CC: Rolf Offermanns <rof@sysgo.de>
11321 CC: Erik Stahlman <erik@vt.edu>
11322 CC: Daris A Nevil <dnevil@snmc.com>
11323 CC: Sascha Hauer <s.hauer@pengutronix.de>
11324
11325 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
11326 Author: Mike Frysinger <vapier@gentoo.org>
11327 Date: Wed Feb 11 19:14:09 2009 -0500
11328
11329 sh_eth: get mac address from environment
11330
11331 The environment is the canonical storage location of the mac address, so
11332 we're killing off the global data location and moving everything to
11333 querying the env directly.
11334
11335 The sh_eth driver can also be simplified a bit by using enetaddr member of
11336 the eth_device structure.
11337
11338 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11339 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11340 CC: Carlos Munoz <carlos@kenati.com>
11341 CC: Ben Warren <biggerbadderben@gmail.com>
11342
11343 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
11344 Author: Mike Frysinger <vapier@gentoo.org>
11345 Date: Wed Feb 11 19:06:09 2009 -0500
11346
11347 cs8900: get mac address from environment
11348
11349 The environment is the canonical storage location of the mac address, so
11350 we're killing off the global data location and moving everything to
11351 querying the env directly.
11352
11353 The cs8900 driver also changes slightly in that the hardware is not
11354 consulted if the mac address in the env is sane.
11355
11356 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11357 CC: Marius Groeger <mgroeger@sysgo.de>
11358 CC: Ben Warren <biggerbadderben@gmail.com>
11359
11360 commit c4b8762f11d337e6a9d90c227b2871d65d372469
11361 Author: Mike Frysinger <vapier@gentoo.org>
11362 Date: Wed Feb 11 19:04:25 2009 -0500
11363
11364 bcm570x: get mac address from environment
11365
11366 The environment is the canonical storage location of the mac address, so
11367 we're killing off the global data location and moving everything to
11368 querying the env directly.
11369
11370 Since the address is in the PLM_DEVICE_BLOCK structure already, there is
11371 no need to pass the NodeAddress as a second parameter. So drop the second
11372 argument to the LM_SetMacAddress() function (and update the tigon3 driver
11373 accordingly).
11374
11375 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11376 CC: Ben Warren <biggerbadderben@gmail.com>
11377
11378 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
11379 Author: Mike Frysinger <vapier@gentoo.org>
11380 Date: Wed Feb 11 19:01:26 2009 -0500
11381
11382 drivers/net/: get mac address from environment
11383
11384 The environment is the canonical storage location of the mac address, so
11385 we're killing off the global data location and moving everything to
11386 querying the env directly.
11387
11388 The drivers that get converted here:
11389 3c589
11390 4xx_enet
11391 dc2114x
11392 dm9000x
11393 enc28j60
11394 fsl_mcdmafec
11395 ks8695eth
11396 mcffec
11397 rtl8019
11398 rtl8169
11399 s3c4510b_eth
11400 xilinx_emac
11401 xilinx_emaclite
11402
11403 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11404 CC: Ben Warren <biggerbadderben@gmail.com>
11405 CC: Rolf Offermanns <rof@sysgo.de>
11406 CC: Stefan Roese <sr@denx.de>
11407 CC: Sascha Hauer <saschahauer@web.de>
11408 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11409 CC: Greg Ungerer <greg.ungerer@opengear.com>
11410 CC: Xue Ligong <lgxue@hotmail.com>
11411 CC: Masami Komiya <mkomiya@sonare.it>
11412 CC: Curt Brune <curt@cucy.com>
11413 CC: Michal SIMEK <monstr@monstr.eu>
11414
11415 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
11416 Author: Mike Frysinger <vapier@gentoo.org>
11417 Date: Wed Feb 11 18:38:38 2009 -0500
11418
11419 boards: get mac address from environment
11420
11421 The boards that get converted here to use the environment for the mac
11422 address rather than global data:
11423 debris
11424 mgcoge
11425 mgsuvd
11426 muas3001
11427 netstal
11428 pn62
11429 sixnet
11430 vcma9
11431 xilinx (the ones that use xilinx_enet)
11432
11433 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11434 CC: Ben Warren <biggerbadderben@gmail.com>
11435 CC: Sangmoon Kim <dogoil@etinsys.com>
11436 CC: Heiko Schocher <hs@denx.de>
11437 CC: David Mueller <d.mueller@elsoft.ch>
11438 CC: Niklaus Giger <niklaus.giger@netstal.com>
11439 CC: Wolfgang Grandegger <wg@denx.de>
11440 CC: Dave Ellis <DGE@sixnetio.com>
11441 CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
11442
11443 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
11444 Author: Mike Frysinger <vapier@gentoo.org>
11445 Date: Wed Feb 11 18:36:45 2009 -0500
11446
11447 AmigaOneG3SE/enet: get mac address from environment
11448
11449 Always use the MAC address that is stored in the environment first before
11450 falling back to the ROM. This also cuts out any comparison steps: if the
11451 mac in the env is sane, the ROM is never consulted.
11452
11453 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11454 CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
11455 CC: Ben Warren <biggerbadderben@gmail.com>
11456
11457 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
11458 Author: Mike Frysinger <vapier@gentoo.org>
11459 Date: Wed Feb 11 18:52:38 2009 -0500
11460
11461 nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
11462
11463 Since the ethernet layer handles updating of device addresses itself from
11464 the environment, there is no point in calling eth_set_enetaddr().
11465
11466 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11467 CC: Ben Warren <biggerbadderben@gmail.com>
11468
11469 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
11470 Author: Mike Frysinger <vapier@gentoo.org>
11471 Date: Wed Feb 11 18:54:07 2009 -0500
11472
11473 lynxkdi: get mac address from environment
11474
11475 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11476 CC: Ben Warren <biggerbadderben@gmail.com>
11477
11478 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
11479 Author: Mike Frysinger <vapier@gentoo.org>
11480 Date: Wed Feb 11 18:51:43 2009 -0500
11481
11482 bootvx: get mac address from environment
11483
11484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11485 CC: Niklaus Giger <niklaus.giger@member.fsf.org>
11486 CC: Ben Warren <biggerbadderben@gmail.com>
11487
11488 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
11489 Author: Mike Frysinger <vapier@gentoo.org>
11490 Date: Wed Feb 11 18:50:10 2009 -0500
11491
11492 bdinfo: get mac address from environment
11493
11494 Add a new print_eth() function to automate the eth*addr env var acquisition
11495 and display. Affects all arches.
11496
11497 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11498 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11499 CC: Scott McNutt <smcnutt@psyent.com>
11500 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11501 CC: Michal Simek <monstr@seznam.cz>
11502 CC: Daniel Hellstrom <daniel@gaisler.com>
11503 CC: Ben Warren <biggerbadderben@gmail.com>
11504
11505 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
11506 Author: Mike Frysinger <vapier@gentoo.org>
11507 Date: Wed Feb 11 18:23:48 2009 -0500
11508
11509 net: get mac address from environment and use eth util funcs
11510
11511 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11512 CC: Ben Warren <biggerbadderben@gmail.com>
11513
11514 commit 500b6c51e4c41f4562cb48344af98deb7e342731
11515 Author: Mike Frysinger <vapier@gentoo.org>
11516 Date: Mon Oct 13 15:06:25 2008 -0400
11517
11518 Blackfin: bfin_mac: force boards to setup the MAC themselves
11519
11520 Since the on-chip MAC does not have an eeprom or similar interface, force
11521 all Blackfin boards that use this driver to setup the board data with a
11522 proper MAC.
11523
11524 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11525 CC: Ben Warren <biggerbadderben@gmail.com>
11526
11527 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
11528 Author: Mike Frysinger <vapier@gentoo.org>
11529 Date: Wed Feb 11 14:12:34 2009 -0500
11530
11531 doc/README.enetaddr: document proper MAC usage
11532
11533 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11534 CC: Ben Warren <biggerbadderben@gmail.com>
11535
11536 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
11537 Author: Mike Frysinger <vapier@gentoo.org>
11538 Date: Thu Jan 29 19:43:44 2009 -0500
11539
11540 net: new utility functions for working with enetaddr's
11541
11542 Declare new utility functions for converting between the environment
11543 variables (eth*addr) and the binary MAC address representation. This way
11544 we can unify all the random places that already do this kind of thing.
11545
11546 The functions in question:
11547 eth_parse_enetaddr - "..." -> {...}
11548 eth_getenv_enetaddr - env -> {...}
11549 eth_setenv_enetaddr - {...} -> env
11550
11551 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11552 CC: Ben Warren <biggerbadderben@gmail.com>
11553
11554 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
11555 Author: Mike Frysinger <vapier@gentoo.org>
11556 Date: Tue Feb 17 00:00:53 2009 -0500
11557
11558 convert print_IPaddr() to %pI4
11559
11560 Now that our printf functions support the %pI4 modifier like the kernel,
11561 let's drop the inflexible print_IPaddr() function and covert over to the
11562 %pI4 modifier.
11563
11564 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11565 CC: Ben Warren <biggerbadderben@gmail.com>
11566
11567 commit 6c6166f52983dac775e3852f9d0f49d033f27108
11568 Author: Mike Frysinger <vapier@gentoo.org>
11569 Date: Mon Feb 16 23:21:36 2009 -0500
11570
11571 vsprintf: pull updates from Linux kernel
11572
11573 This brings in support for the %p modifier which allows us to easily print
11574 out things like ip addresses, mac addresses, and pointers.
11575
11576 It also converts the rarely used 'q' length modifier to the common 'L'
11577 modifier when dealing with quad types.
11578
11579 While this new code is a bit larger (~1k .text), most of it should be made
11580 up by converting the existing ip/mac address code to use format modifiers.
11581
11582 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11583
11584 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
11585 Author: Jon Smirl <jonsmirl@gmail.com>
11586 Date: Thu Mar 19 23:04:18 2009 -0400
11587
11588 .gitignore for generated files in api_examples directory
11589
11590 Add .gitignore for generated files in api_examples directory
11591
11592 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
11593 Signed-off-by: Wolfgang Denk <wd@denx.de>
11594
11595 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
11596 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11597 Date: Wed Mar 18 12:27:04 2009 +0900
11598
11599 net: sh_eth: Remove sh_eth_reset() from halt function
11600
11601 sh_eth_reset is function to reset Ether IP.
11602 The MAC address is stored in IP, but it is initialized by this function.
11603 OS (e.g. Linux Kernel) can not use this device when initialized.
11604 This revises this problem.
11605
11606 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11607
11608 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
11609 Author: Anatolij Gustschin <agust@denx.de>
11610 Date: Fri Mar 20 12:45:50 2009 +0100
11611
11612 ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
11613
11614 PCI outbound address map configuration doesn't match the
11615 PCI memory address range covered by appropriate TLB entry
11616 configuration for canyonlands causing machine check
11617 exceptions while accessing PCI memory regions. This patch
11618 provides a fix for this issue.
11619
11620 Kazuaki Ichinohe observed and reported this issue while
11621 testing display output with PCI ATI video card on canyonlands.
11622
11623 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11624 Signed-off-by: Stefan Roese <sr@denx.de>
11625
11626 commit 7a88601a34132548c3c591ea87ab3468b51121b0
11627 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11628 Date: Fri Mar 6 10:09:37 2009 -0500
11629
11630 CFI: geometry reversal for STMicro M29W320DT
11631
11632 Follow up to the flash_fixup_stm to fix geometry reversal
11633 on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
11634
11635 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
11636 Signed-off-by: Stefan Roese <sr@denx.de>
11637
11638 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
11639 Author: Mike Frysinger <vapier@gentoo.org>
11640 Date: Wed Feb 25 17:29:40 2009 -0500
11641
11642 smc911x_eeprom: update register API
11643
11644 The smc911x driver changed the naming convention for its register funcs,
11645 so update the eeprom code accordingly.
11646
11647 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11648 CC: Ben Warren <biggerbadderben@gmail.com>
11649
11650 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
11651 Author: Grzegorz Bernacki <gjb@semihalf.com>
11652 Date: Tue Mar 17 10:06:39 2009 +0100
11653
11654 mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
11655
11656 Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
11657 To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
11658 define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
11659 Total5200 and will be used by digsy MTC and other boards with
11660 ATA CS on I2C pins.
11661
11662 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
11663
11664 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
11665 Author: Heiko Schocher <hs@denx.de>
11666 Date: Thu Mar 12 07:37:34 2009 +0100
11667
11668 8xx: add support for new keymile kmsupx4 board.
11669
11670 This patch adds support for the kmsupx4 board from Keymile,
11671 based on a Freescale MPC852T CPU
11672
11673 - serial console on SMC1
11674 - 32 MB SDRAM
11675 - 32 MB NOR Flash
11676 - Ethernet over SCC3
11677 - I2C Bitbang
11678
11679 Signed-off-by: Heiko Schocher <hs@denx.de>
11680
11681 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
11682 Author: Heiko Schocher <hs@denx.de>
11683 Date: Thu Mar 12 07:37:28 2009 +0100
11684
11685 8xx, mgsuvd: rename board to a more generic name
11686
11687 renaming the "mgsuvd" board port into "km8xx", because
11688 there come more similar boards from keymile.
11689 Compiling the mgsuvd board with "make mgsuvd_config"
11690 remains.
11691
11692 Signed-off-by: Heiko Schocher <hs@denx.de>
11693
11694 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
11695 Author: Heiko Schocher <hs@denx.de>
11696 Date: Thu Mar 12 07:37:23 2009 +0100
11697
11698 8xx, mgsuvd: Coding Style cleanup config file
11699
11700 Signed-off-by: Heiko Schocher <hs@denx.de>
11701
11702 commit 364123db6730d32330f818b65360d2cd27396667
11703 Author: Heiko Schocher <hs@denx.de>
11704 Date: Thu Mar 12 07:37:18 2009 +0100
11705
11706 powerpc: common updates for keymile boards
11707
11708 - added to keymile-common.h:
11709 - bootcount support
11710 - COMMAND HISTORY
11711 - CONFIG_AUTO_COMPLETE
11712 - CONFIG_SYS_FLASH_PROTECTION
11713 - JFFS2 support
11714 - CONFIG_VERSION_VARIABLE
11715 - extracted common I2C settings for all boards
11716 - common default environment settings summarized
11717
11718 Signed-off-by: Heiko Schocher <hs@denx.de>
11719
11720 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
11721 Author: Heiko Schocher <hs@denx.de>
11722 Date: Thu Mar 12 07:37:15 2009 +0100
11723
11724 8xx, icache: enabling ICache not before running from RAM
11725
11726 with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
11727 is not enabled before code runs from RAM.
11728
11729 Signed-off-by: Heiko Schocher <hs@denx.de>
11730
11731 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
11732 Author: Heiko Schocher <hs@denx.de>
11733 Date: Thu Mar 12 07:37:11 2009 +0100
11734
11735 82xx, mgcoge: fix environment sector size
11736
11737 Size of one environment sector is 0x20000.
11738
11739 Signed-off-by: Heiko Schocher <hs@denx.de>
11740
11741 commit 27057d416c7cc9eb1860953da8836352c07f13e9
11742 Author: Ladislav Michl <ladis@linux-mips.org>
11743 Date: Mon Mar 16 23:27:31 2009 +0100
11744
11745 NetStar: config reindentation
11746
11747 Fix indentation broken by symbol renames. "Sort" driver related definitons.
11748
11749 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11750
11751 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
11752 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11753 Date: Tue Mar 17 11:21:43 2009 +0000
11754
11755 ColdFire: Fix incorrect definition
11756
11757 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11758
11759 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
11760 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11761 Date: Mon Mar 2 19:16:45 2009 +0000
11762
11763 ColdFire: Fix M5329EVB and M5373EVB nand issue
11764
11765 The Nand flash was unable to read and write properly
11766 due to Nand Chip Select (nCE) setup was in reverse
11767 order. Also, increase the Nand time out value to 60.
11768
11769 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11770
11771 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
11772 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11773 Date: Tue Jan 27 15:19:35 2009 +0000
11774
11775 ColdFire: PLATFORM_CPPFLAGS updates for new compiler
11776
11777 Update PLATFORM_CPPFLAGS to accept 4.3.x version of
11778 ColdFire compiler.
11779
11780 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11781
11782 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
11783 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11784 Date: Tue Jan 27 12:57:47 2009 +0000
11785
11786 ColdFire: Provide gzip image size V2 & V3 platforms
11787
11788 Default gzip bootm size is 8MB. Some platforms require
11789 more than 8MB
11790
11791 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11792
11793 commit c3a9e6374210679a81f611c1bcf968988bc20e41
11794 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11795 Date: Wed Feb 18 11:49:31 2009 +0000
11796
11797 ColdFire: Fix M54451 serial boot dram setup
11798
11799 The serial boot dram extended/standard mode register was not
11800 setup and was using default DRAM setup causing the U-boot was
11801 unstable to boot up in serial mode.
11802
11803 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11804
11805 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
11806 Author: arun c <arun.edarath@gmail.com>
11807 Date: Thu Dec 4 15:57:15 2008 +0530
11808
11809 Coldfire: XL Bus minor fixes
11810
11811 According to coldfire manual data timeout > address time out
11812 also use correct macro to program XARB_CFG
11813
11814 Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
11815
11816 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
11817 Author: Scott Wood <scottwood@freescale.com>
11818 Date: Tue Mar 17 12:06:04 2009 -0500
11819
11820 NAND: Have nboot accept .e and .i as legacy no-ops.
11821
11822 This was intended to happen before, but a trivial bug prevented it.
11823
11824 Signed-off-by: Scott Wood <scottwood@freescale.com>
11825
11826 commit 0987505540918b2464b73069af3a5b766dbd3ceb
11827 Author: Ladislav Michl <ladis@linux-mips.org>
11828 Date: Fri Mar 13 14:38:19 2009 +0100
11829
11830 NAND: Make nboot skip bad blocks
11831
11832 nboot command currently does not skip bad blocks and gives read error when
11833 loading image stored over bad block. With patch applied, nboot works as
11834 expected:
11835
11836 Device 0 bad blocks:
11837 00780000
11838 014a0000
11839 02000000
11840 02cc0000
11841 04aa0000
11842
11843 Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
11844 Image Name: Linux-2.6.22-omap1
11845 Created: 2008-11-20 23:44:32 UTC
11846 Image Type: ARM Linux Kernel Image (uncompressed)
11847 Data Size: 1052520 Bytes = 1 MB
11848 Load Address: 10008000
11849 Entry Point: 10008000
11850 Skipping bad block 0x02cc0000
11851 Automatic boot of image at addr 0x10400000 ...
11852 ...
11853
11854 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
11855 Signed-off-by: Scott Wood <scottwood@freescale.com>
11856
11857 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
11858 Author: Stefan Roese <sr@denx.de>
11859 Date: Thu Mar 12 07:27:25 2009 +0100
11860
11861 ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
11862
11863 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
11864 the DDR2 configuration to only use one CS (rank). As this code is most
11865 likely copied from the original Sequoia version, this error was copied
11866 as well.
11867
11868 This patch also removes some dead code.
11869
11870 Signed-off-by: Stefan Roese <sr@denx.de>
11871
11872 commit 9199b9cc8f56aca26504b48cf702176208f46e54
11873 Author: Stefan Roese <sr@denx.de>
11874 Date: Thu Mar 12 07:24:40 2009 +0100
11875
11876 ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
11877
11878 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
11879 the DDR2 configuration to only use one CS (rank). As this code is most
11880 likely copied from the original Sequoia version, this error was copied
11881 as well.
11882
11883 Signed-off-by: Stefan Roese <sr@denx.de>
11884
11885 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
11886 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
11887 Date: Wed Mar 11 10:54:46 2009 +0200
11888
11889 Fix AMCC Sequoia board DDR memory configuration
11890
11891 Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
11892 specifies that BankSel#1 is not connected, while bootloader memory
11893 configuration is (board/amcc/sequoia/sdram.c):
11894 mtsdram(DDR0_10, 0x00000300);
11895 i.e. both Chip Selects used - not correct.
11896
11897 If we change to correct value here:
11898 mtsdram(DDR0_10, 0x00000100);
11899 memory is accessible OK also.
11900
11901 Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
11902 Signed-off-by: Stefan Roese <sr@denx.de>
11903
11904 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
11905 Author: Wolfgang Denk <wd@denx.de>
11906 Date: Sun Mar 15 22:40:09 2009 +0100
11907
11908 Prepare 2009.03-rc2
11909
11910 Update CHANEGLOG, fix minor coding style issue.
11911
11912 Signed-off-by: Wolfgang Denk <wd@denx.de>
11913
11914 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
11915 Author: Jerry Van Baren <gvb.uboot@gmail.com>
11916 Date: Fri Mar 13 11:40:10 2009 -0400
11917
11918 mpc83xx: Add bank configuration to FSL spd_sdram.c
11919
11920 The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
11921 bank SDRAMs.
11922
11923 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11924 Acked-by: Dave Liu <daveliu@freescale.com>
11925 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11926
11927 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
11928 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
11929 Date: Fri Mar 13 08:58:14 2009 +0100
11930
11931 mpc83xx: correctly set encryption and I2C bus 0 clock
11932
11933 This patch makes sure the correct mask is applied when setting
11934 the encryption and I2C bus 0 clock in SCCR.
11935 Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
11936 won't function.
11937
11938 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
11939 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11940
11941 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
11942 Author: Dirk Behme <dirk.behme@googlemail.com>
11943 Date: Thu Mar 12 19:30:50 2009 +0100
11944
11945 OMAP3: Add support for OMAP3 die ID
11946
11947 Read and store OMAP3 die ID in U-Boot environment.
11948
11949 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
11950
11951 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
11952 Author: Jon Smirl <jonsmirl@gmail.com>
11953 Date: Wed Mar 11 15:08:56 2009 -0400
11954
11955 MPC5200 FEC MII speed register
11956
11957 Set a non-zero speed in the MII register so that MII commands will work.
11958
11959 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
11960
11961 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
11962 Author: Yusuke.Goda <goda.yusuke@renesas.com>
11963 Date: Fri Mar 13 16:08:18 2009 +0900
11964
11965 sh: ap325rxa: Change the wait cycle in the area 5
11966
11967 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11968 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11969
11970 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
11971 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11972 Date: Wed Feb 25 16:04:26 2009 +0900
11973
11974 sh: Fix cannot work rtl8139 on r2dplus
11975
11976 The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
11977 registration.
11978
11979 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11980 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11981
11982 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
11983 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11984 Date: Fri Feb 27 18:35:41 2009 +0900
11985
11986 sh: Add netdev header fixing of warning/build
11987
11988 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11989 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11990
11991 commit ada9318252f51c2626e9837c623f9812b0308dea
11992 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11993 Date: Tue Mar 3 15:11:17 2009 +0900
11994
11995 sh: Add support 32-Bit Extended Address Mode to sh7785lcr
11996
11997 We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
11998 for this mode. This command changes PMB for using 512MB system memory.
11999
12000 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12001 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12002
12003 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
12004 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12005 Date: Wed Feb 25 14:26:42 2009 +0900
12006
12007 sh: Add some register value configurable to PCI of SH7780
12008
12009 Some register value was hardcoded for System memory size 128MB and
12010 memory offset 0x08000000. This patch fixed the problem.
12011
12012 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12013 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12014
12015 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
12016 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12017 Date: Wed Feb 25 14:26:52 2009 +0900
12018
12019 sh: Add system memory registration to PCI for SH4
12020
12021 It is necessary for some pci device driver.
12022
12023 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12024 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12025
12026 commit b3061b40db691245a7bb9a55354b4edacbf3902d
12027 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12028 Date: Wed Feb 25 14:26:55 2009 +0900
12029
12030 sh: Add value for PCI system memory registration of sh7785lcr
12031
12032 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12033 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12034
12035 commit 6d84ae3956a6cd7aebd86f661130752594e60124
12036 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12037 Date: Tue Mar 3 15:11:08 2009 +0900
12038
12039 sh: Add macros for SH-4A 32-Bit Address Extended Mode
12040
12041 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12042 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12043
12044 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
12045 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12046 Date: Tue Feb 3 13:35:05 2009 +0900
12047
12048 sh: use write{8,16,32} in ms7720se lowlevel_init
12049
12050 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12051 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12052
12053 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
12054 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
12055 Date: Mon Mar 9 18:07:53 2009 -0500
12056
12057 tsec: report when there is no vendor specific PHY support
12058
12059 Commit af1c2b84 added a generic phy support, with an ID of zero
12060 and a 32 bit mask; meaning that it will match on any PHY ID.
12061
12062 The problem is that there is a test that checked if a matching
12063 PHY was found, and if not, it printed the non-matching ID.
12064 But since there will always be a match (on the generic PHY,
12065 worst case), this test will never trip.
12066
12067 In the case of a misconfigured PHY address, or of a PHY that
12068 isn't explicitly supported outside of the generic support,
12069 you will never see the ID of 0xffffffff, or the ID of the
12070 real (but unsupported) chip. It will silently fall through
12071 onto the generic support.
12072
12073 This change makes that test useful again, and ensures that
12074 the selection of generic PHY support doesn't happen without
12075 some sort of notice. It also makes it explicitly clear that
12076 the generic PHY must be last in the PHY table.
12077
12078 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12079 Acked-by: Andy Fleming <afleming@freescale.com>
12080
12081 commit c279dfc10186ceba78d3862036f158750e86599a
12082 Author: Wolfgang Denk <wd@denx.de>
12083 Date: Mon Mar 9 10:53:05 2009 +0100
12084
12085 SIMPC8313 board: fix out of tree building.
12086
12087 Fix typo in makefile which broke out of tree builds.
12088
12089 Also use expolicit "rm" instead of "ln -sf" which is known to be
12090 unreliable.
12091
12092 Signed-off-by: Wolfgang Denk <wd@denx.de>
12093 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12094
12095 commit 49b5aff491bd574935ecaf8545152066a25eff3d
12096 Author: ksi@koi8.net <ksi@koi8.net>
12097 Date: Mon Feb 23 10:53:13 2009 -0800
12098
12099 Add eTSEC 1/2 IO override control (corrected)
12100
12101 This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
12102
12103 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
12104
12105 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
12106 Author: Andy Fleming <afleming@freescale.com>
12107 Date: Fri Mar 6 19:05:52 2009 -0600
12108
12109 fsl: Remove unnecessary debug printfs
12110
12111 These were left in accidentally, and are not really useful unless the
12112 code is as broken as it was when it was being developed.
12113
12114 Signed-off-by: Andy Fleming <afleming@freescale.com>
12115
12116 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
12117 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
12118 Date: Tue Feb 24 02:37:59 2009 -0600
12119
12120 Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
12121
12122 Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
12123 sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
12124
12125 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
12126
12127 commit a922fdb87af25c25c032424908dcf60fbf3250ea
12128 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12129 Date: Tue Feb 24 06:13:10 2009 +0100
12130
12131 PXA: timer use do_div and simplify it
12132
12133 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12134
12135 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
12136 Author: Wolfgang Denk <wd@denx.de>
12137 Date: Mon Mar 9 10:51:39 2009 +0100
12138
12139 SIMPC8313 board: fix out of tree building.
12140
12141 Fix typo in makefile which broke out of tree builds.
12142
12143 Also use expolicit "rm" instead of "ln -sf" which is known to be
12144 unreliable.
12145
12146 Signed-off-by: Wolfgang Denk <wd@denx.de>
12147
12148 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
12149 Author: Heiko Schocher <hs@denx.de>
12150 Date: Tue Feb 24 11:30:51 2009 +0100
12151
12152 8360, kmeter1: added bootcount feature.
12153
12154 add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
12155
12156 The bootcounter uses 8 bytes from the muram,
12157 because no other memory was found on this
12158 CPU for the bootcount feature. So we must
12159 correct the muram size in DTS before booting
12160 Linux.
12161
12162 This feature is actual only implemented for
12163 MPC8360, because not all 83xx CPU have qe,
12164 and therefore no muram, which this feature
12165 uses.
12166
12167 Signed-off-by: Heiko Schocher <hs@denx.de>
12168 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12169
12170 commit 1e7ed2565031e01abc18c713030a0a9829c07684
12171 Author: Heiko Schocher <hs@denx.de>
12172 Date: Tue Feb 24 11:30:48 2009 +0100
12173
12174 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
12175
12176 old code implemented the QE_ENET10 errata only for Silicon
12177 Revision 2.0. New code reads now the Silicon Revision
12178 register and sets dependend on the Silicon Revision the
12179 values as advised in the QE_ENET10 errata.
12180
12181 Signed-off-by: Heiko Schocher <hs@denx.de>
12182 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12183
12184 commit 605f78e34a3f0103693b891f2573edd352e7d495
12185 Author: Heiko Schocher <hs@denx.de>
12186 Date: Tue Feb 24 11:30:44 2009 +0100
12187
12188 83xx, kmeter1: updates for 2009.03
12189
12190 - HRCW update
12191 HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
12192 HRCWH_LALE_EARLY added
12193 - DDR-SDRAM settings modified. This solves sporadically
12194 problems with this memory.
12195 - CS1 now 128 MB window size
12196 - CS3 now 512 MB window size
12197 - PRAM activated
12198 - MTDPARTS_DEFAULT defined
12199 - CONFIG_HOSTNAME added
12200 - MONITOR_LEN now 384 KB
12201
12202 Signed-off-by: Heiko Schocher <hs@denx.de>
12203 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12204
12205 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
12206 Author: Heiko Schocher <hs@denx.de>
12207 Date: Tue Feb 24 11:30:40 2009 +0100
12208
12209 83xx, kmeter1: autodetect size of DDR II RAM
12210
12211 it is possible that some board variants have different DDR II
12212 RAM sizes. So we autodetect the size of the assembled RAM.
12213
12214 Signed-off-by: Heiko Schocher <hs@denx.de>
12215 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12216
12217 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
12218 Author: Heiko Schocher <hs@denx.de>
12219 Date: Tue Feb 24 11:30:37 2009 +0100
12220
12221 83xx, i2c: add mux support for fsl_i2c
12222
12223 This patch adds I2C mux support for the fsl_i2c driver. This
12224 allows you to add "new" i2c busses, which are reached over
12225 i2c muxes. For more infos, please look in the README and
12226 search for CONFIG_I2C_MUX.
12227
12228 Signed-off-by: Heiko Schocher <hs@denx.de>
12229 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12230
12231 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
12232 Author: Heiko Schocher <hs@denx.de>
12233 Date: Tue Feb 24 11:30:34 2009 +0100
12234
12235 83xx, kmeter1: add I2C, dtt, eeprom support
12236
12237 This patch adds I2C support for the Keymile kmeter1 board.
12238 It uses the First I2C Controller from the CPU, for
12239 accessing 4 temperature sensors, an eeprom with IVM data
12240 and the booteeprom over a pca9547 mux.
12241
12242 Signed-off-by: Heiko Schocher <hs@denx.de>
12243 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12244
12245 commit db1d72afd77287bc8577210f3f71ab249dcf146f
12246 Author: Heiko Schocher <hs@denx.de>
12247 Date: Tue Feb 24 11:30:30 2009 +0100
12248
12249 i2c, dtt: move dtt_init () to board_init_r ()
12250
12251 In case where a board not uses CONFIG_POST, it is not
12252 necessary to init the DTTs when running from flash.
12253
12254 Signed-off-by: Heiko Schocher <hs@denx.de>
12255 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12256
12257 commit 5b0055547f0246908b79cc300170d87380b69e18
12258 Author: Dave Liu <daveliu@freescale.com>
12259 Date: Wed Feb 25 12:31:32 2009 +0800
12260
12261 83xx: Fix some bugs in spd sdram code
12262
12263 1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
12264 tRTP according to DDR2 JEDEC spec.
12265 2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
12266 3. add the support of DDR2-533,667,800 DIMMs
12267 4. cpo
12268 5. make the AL to min to gain better performance.
12269
12270 The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
12271 MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
12272
12273 items 1, 2 and 5:
12274 Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
12275
12276 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
12277 Signed-off-by: Dave Liu <daveliu@freescale.com>
12278 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12279
12280 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
12281 Author: Valeriy Glushkov <gvv@lstec.com>
12282 Date: Wed Feb 4 18:27:49 2009 +0200
12283
12284 MPC8349ITX: several config issues fixed
12285
12286 The previous version rebooted forever with DDR bigger than 256MB.
12287 Access the DS1339 RTC chip is on I2C1 bus.
12288 Allow DHCP.
12289
12290 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
12291 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12292
12293 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
12294 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12295 Date: Thu Feb 19 18:20:39 2009 +0300
12296
12297 mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
12298
12299 The SerDes initialization should be finished before negating the reset
12300 signal according to the reference manual. This isn't an issue on real
12301 hardware, but we'd better stick to the specifications anyway.
12302
12303 Suggested-by: Liu Dave <DaveLiu@freescale.com>
12304 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12305 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12306
12307 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
12308 Author: Heiko Schocher <hs@denx.de>
12309 Date: Wed Feb 25 12:28:32 2009 +0100
12310
12311 i2c, dtt: move dtt_init () to board_init_r ()
12312
12313 it is not necessary to init the DTTs so early,
12314 so move this init to board_init_r ().
12315
12316 Signed-off-by: Heiko Schocher <hs@denx.de>
12317
12318 commit 00cc5595a7caac8066b408774383a956c2e26797
12319 Author: Anatolij Gustschin <agust@denx.de>
12320 Date: Wed Feb 25 20:28:13 2009 +0100
12321
12322 lcd: Fix compilation warning in common/lcd.c
12323
12324 Fix following warning while compilation for mcc200 board:
12325
12326 lcd.c: In function 'lcd_display_bitmap':
12327 lcd.c:625: warning: unused variable 'cmap'
12328
12329 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12330
12331 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
12332 Author: Graeme Russ <graeme.russ@gmail.com>
12333 Date: Tue Feb 24 21:11:24 2009 +1100
12334
12335 Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
12336
12337 Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
12338
12339 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
12340
12341 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
12342 Author: Mike Frysinger <vapier@gentoo.org>
12343 Date: Mon Feb 23 10:29:47 2009 -0500
12344
12345 smc911x: split out useful defines/functions into local header
12346
12347 The smc911x driver has a lot of useful defines/functions which can be used
12348 by pieces of code (such as example eeprom programmers). Rather than
12349 forcing each place to duplicate these defines/functions, split them out
12350 of the smdc911x driver into a local header.
12351
12352 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12353 Acked-by: Ben Warren <biggerbadderben@gmail.com>
12354 CC: Sascha Hauer <s.hauer@pengutronix.de>
12355 CC: Guennadi Liakhovetski <lg@denx.de>
12356 CC: Magnus Lilja <lilja.magnus@gmail.com>
12357 CC: Ben Warren <biggerbadderben@gmail.com>
12358
12359 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
12360 Author: Guennadi Liakhovetski <lg@denx.de>
12361 Date: Tue Feb 24 10:44:02 2009 +0100
12362
12363 ARM: add an "eet" variant of the imx31_phycore board
12364
12365 The "eet" variant of the imx31_phycore board has an OLED display, using a
12366 s6e63d6 display controller on the first SPI interface, using GPIO57 as a
12367 chip-select for it. With this configuration you can display 256 colour BMP
12368 images in 16-bit RGB (RGB565) LCD mode.
12369
12370 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12371 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12372
12373 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
12374 Author: Guennadi Liakhovetski <lg@denx.de>
12375 Date: Fri Feb 6 10:37:57 2009 +0100
12376
12377 video: add an i.MX31 framebuffer driver
12378
12379 Add a driver for the Synchronous Display Controller and the Display
12380 Interface on i.MX31, using IPU for DMA channel setup. So far only
12381 displaying of bitmaps is supported, no text output.
12382
12383 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12384 Acked-by: Anatolij Gustschin <agust@denx.de>
12385
12386 commit b245e65ee3c4cce3ccf008a21f4528239655876c
12387 Author: Guennadi Liakhovetski <lg@denx.de>
12388 Date: Fri Feb 6 10:37:53 2009 +0100
12389
12390 LCD: support 8bpp BMPs on 16bpp displays
12391
12392 This patch also simplifies some ifdefs in lcd.c, introduces a generic
12393 vidinfo_t, which new drivers are encouraged to use and old drivers to switch
12394 over to.
12395
12396 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12397 Acked-by: Anatolij Gustschin <agust@denx.de>
12398
12399 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
12400 Author: Mark Jackson <mpfj@mimc.co.uk>
12401 Date: Fri Feb 6 10:37:49 2009 +0100
12402
12403 Add 16bpp BMP support
12404
12405 This patch adds 16bpp BMP support to the common lcd code.
12406
12407 Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
12408
12409 At the moment it's only been tested on the MIMC200 AVR32 board, but extending
12410 this to other platforms should be a simple task !!
12411
12412 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12413 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12414 Acked-by: Anatolij Gustschin <agust@denx.de>
12415
12416 commit 689551c5ff1b394b88412f3df22144e79468d3a9
12417 Author: Guennadi Liakhovetski <lg@denx.de>
12418 Date: Fri Feb 6 10:37:41 2009 +0100
12419
12420 A driver for the S6E63D6 SPI display controller from Samsung
12421
12422 This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
12423 It only provides access to controller's registers so the client can freely
12424 configure it.
12425
12426 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12427 Acked-by: Anatolij Gustschin <agust@denx.de>
12428
12429 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
12430 Author: Guennadi Liakhovetski <lg@denx.de>
12431 Date: Fri Feb 13 09:26:40 2009 +0100
12432
12433 i.MX31: support GPIO as a chip-select in the mxc_spi driver
12434
12435 Some SPI devices have special requirements on chip-select handling.
12436 With this patch we can use a GPIO as a chip-select and strictly follow
12437 the SPI_XFER_BEGIN and SPI_XFER_END flags.
12438
12439 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12440 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12441
12442 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
12443 Author: Guennadi Liakhovetski <lg@denx.de>
12444 Date: Sat Feb 7 01:18:07 2009 +0100
12445
12446 i.MX31: add a simple gpio driver
12447
12448 This is a minimal driver, so far only managing output. It will
12449 be used by the mxc_spi.c driver.
12450
12451 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12452 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12453
12454 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
12455 Author: Guennadi Liakhovetski <lg@denx.de>
12456 Date: Sat Feb 7 00:09:12 2009 +0100
12457
12458 i.MX31: fix SPI driver for shorter than 32 bit
12459
12460 Fix setting the SPI Control register, 8 and 16-bit transfers
12461 and a wrong pointer in the free routine in the mxc_spi driver.
12462
12463 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12464 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12465
12466 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
12467 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12468 Date: Thu Feb 19 18:20:52 2009 +0300
12469
12470 mpc83xx: MPC837XERDB: Add PCIe support
12471
12472 On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
12473 slots. Let's support them.
12474
12475 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12476 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12477
12478 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
12479 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12480 Date: Thu Feb 19 18:20:50 2009 +0300
12481
12482 mpc83xx: PCI: Fix hard-coded first_busno value
12483
12484 We should use pci_last_busno() in pci_init_bus(), otherwise we'll
12485 erroneously re-use PCI0's first_busno for PCI1 hoses.
12486
12487 NOTE: The patch is untested. All MPC83xx FSL boards I have have
12488 PCI1 in miniPCI form, for which I don't have any cards handy.
12489
12490 But looking in cpu/mpc85xx/pci.c:
12491 ...
12492 #ifdef CONFIG_MPC85XX_PCI2
12493 hose = &pci_hose[1];
12494
12495 hose->first_busno = pci_hose[0].last_busno + 1;
12496
12497 And considering that we do the same for MPC83xx PCI-E support,
12498 I think this patch is correct.
12499
12500 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12501 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12502
12503 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
12504 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12505 Date: Thu Feb 19 18:20:46 2009 +0300
12506
12507 mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
12508
12509 This patch fixes copy-paste issue: pci_hose[0]'s first and last
12510 busnos were used to fixup pci1's nodes.
12511
12512 We don't see this bug triggering only because Linux reenumerate
12513 buses anyway.
12514
12515 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12516 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12517
12518 commit b24a99f6666ac278ec9f9c1334518af828833d19
12519 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12520 Date: Thu Feb 19 18:20:44 2009 +0300
12521
12522 mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
12523
12524 This patch fixes an issue in config space read accessors: we should
12525 fill-in the value even if we fail (e.g. skipping devices), otherwise
12526 CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
12527
12528 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12529 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12530
12531 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
12532 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12533 Date: Thu Feb 19 18:20:42 2009 +0300
12534
12535 mpc83xx: PCIe: Don't start bus enumeration at 0
12536
12537 Currently we assign first_busno = 0 for the first PCIe hose, but this
12538 scheme won't work if we have ordinary PCI hose already registered (its
12539 first_busno value is 0 too).
12540
12541 The old code worked fine only because we have PCI disabled on
12542 MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
12543 "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
12544 But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
12545 triggers.
12546
12547 So, to fix the issue, we should use pci_last_busno() + 1 for the
12548 first_busno (i.e. last available busno).
12549
12550 Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
12551 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12552 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12553
12554 commit cc2a8c7751ddbae3116660064f446888538b93e9
12555 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12556 Date: Thu Feb 19 18:20:41 2009 +0300
12557
12558 PCI: Add pci_last_busno() helper
12559
12560 This is just a handy routine that reports last PCI busno: we walk
12561 down all the hoses and return last hose's last_busno.
12562
12563 Will be used by PCI/PCIe initialization code.
12564
12565 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12566 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12567
12568 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
12569 Author: Becky Bruce <beckyb@kernel.crashing.org>
12570 Date: Mon Feb 23 13:56:51 2009 -0600
12571
12572 MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
12573
12574 Currently, we get 256MB as the default, but since all the 86xx
12575 board configs define a 2G BAT mapping for RAM, raise default
12576 to 2G.
12577
12578 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12579 Acked-by: Jon Loeliger <jdl@freescale.com>
12580
12581 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
12582 Author: Becky Bruce <beckyb@kernel.crashing.org>
12583 Date: Thu Feb 12 10:43:32 2009 -0600
12584
12585 mpc8641hpcn: Indicate 36-bit addr map in boot messages
12586
12587 If 36-bit addressing is enabled, print a message on the console
12588 when we boot.
12589
12590 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12591
12592 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
12593 Author: Mark Jackson <mpfj-list@mimc.co.uk>
12594 Date: Fri Feb 13 15:48:18 2009 +0000
12595
12596 Setup extra MIMC200 chip selects
12597
12598 Added code to setup the extra Flash and FRAM chip selects as used on the
12599 MIMC200 board.
12600
12601 V2 moves the init code from the common "cpu.c" file into the board specific
12602 setup file.
12603
12604 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12605 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12606
12607 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
12608 Author: Mark Jackson <mpfj@mimc.co.uk>
12609 Date: Mon Nov 24 12:10:56 2008 +0000
12610
12611 MIMC200: tidy GCLK init code
12612
12613 Change the MIMC200 startup code to use the built-in (rather than
12614 hard-coded) funtions for setting up gclk outputs.
12615
12616 We'll also move the code to the new, more-appropriate
12617 board_postclk_init() routine.
12618
12619 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12620 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12621
12622 commit b423f94063bf04e92047ff85c7e53441eb3b712b
12623 Author: Olav Morken <olavmrk@gmail.com>
12624 Date: Fri Jan 23 12:56:32 2009 +0100
12625
12626 AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
12627
12628 The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
12629 workaround, two NOPs can be inserted.
12630
12631 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
12632 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
12633 Signed-off-by: Olav Morken <olavmrk@gmail.com>
12634 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12635
12636 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
12637 Author: Gunnar Rangoy <gunnar@rangoy.com>
12638 Date: Fri Jan 23 12:56:29 2009 +0100
12639
12640 AVR32: Make GPIO implmentation cpu dependent
12641
12642 There are some differences in the implementation of GPIO in the
12643 at32uc chip compared to the ap700x series.
12644
12645 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
12646 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
12647 Signed-off-by: Olav Morken <olavmrk@gmail.com>
12648 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12649
12650 commit a38de083d2979db3680f0d0978c509a172c8fa00
12651 Author: Olav Morken <olavmrk@gmail.com>
12652 Date: Fri Jan 23 12:56:28 2009 +0100
12653
12654 AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
12655
12656 The AVR32A architecture (which AT32UC3A-series is based on) has a
12657 different memory layout than the AVR32B-architecture. This patch moves
12658 addrspace.h to an arch-dependent directory in preparation for
12659 AT32UC3A-support. It also moves some address-space manipulation
12660 functions from io.h to addrspace.h.
12661
12662 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
12663 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
12664 Signed-off-by: Olav Morken <olavmrk@gmail.com>
12665 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12666
12667 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
12668 Author: Olav Morken <olavmrk@gmail.com>
12669 Date: Fri Jan 23 12:56:27 2009 +0100
12670
12671 AVR32: Make cacheflush cpu-dependent
12672
12673 The AT32UC3A series of processors doesn't contain any cache, and issuing
12674 cache control instructions on those will cause an exception. This commit
12675 makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
12676
12677 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
12678 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
12679 Signed-off-by: Olav Morken <olavmrk@gmail.com>
12680 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12681
12682 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
12683 Author: Heiko Schocher <hs@denx.de>
12684 Date: Tue Feb 10 09:38:52 2009 +0100
12685
12686 netloop: speed up NetLoop
12687
12688 NetLoop polls every cycle with getenv some environment variables.
12689 This is horribly slow, especially when the environment is big.
12690
12691 This patch reads only the environment variables in NetLoop,
12692 when they were changed.
12693
12694 Also moved the init part of the NetLoop function in a seperate
12695 function.
12696
12697 Signed-off-by: Heiko Schocher <hs@denx.de>
12698 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12699
12700 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
12701 Author: Mike Frysinger <vapier@gentoo.org>
12702 Date: Mon Dec 22 02:56:07 2008 -0500
12703
12704 smc911x_eeprom: new example app for managing newer SMC parts
12705
12706 A forward port of the last version to work with the newer smc911x driver.
12707 I only have a board with a LAN9218 part on it, so that is the only one
12708 I've tested. But there isn't anything in this that would make it terribly
12709 chip specific afaik.
12710
12711 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12712 CC: Sascha Hauer <s.hauer@pengutronix.de>
12713 CC: Guennadi Liakhovetski <lg@denx.de>
12714 CC: Magnus Lilja <lilja.magnus@gmail.com>
12715 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12716
12717 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
12718 Author: Pieter Henning <phenning@vastech.co.za>
12719 Date: Sun Feb 22 23:17:15 2009 -0800
12720
12721 Added Vitesse VSC8211 definitions to TSEC driver
12722
12723 Added the struct containing PHY settings for the Vitesse VSC8211 phy to
12724 the phy_info list in tsec.c
12725
12726 Signed-off-by: Pieter Henning <phenning@vastech.co.za>
12727 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12728
12729 commit 32688e572ff96715b41420e9a7f280db6c399b65
12730 Author: Wolfgang Denk <wd@denx.de>
12731 Date: Mon Feb 23 00:22:21 2009 +0100
12732
12733 Update CHANGELOG; Prepare 2009.03-rc1
12734
12735 Signed-off-by: Wolfgang Denk <wd@denx.de>
12736
12737 commit 80b827c2b78329c6503b271e43d9eb693d644710
12738 Author: Wolfgang Denk <wd@denx.de>
12739 Date: Sun Feb 22 23:45:40 2009 +0100
12740
12741 ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
12742
12743 The file was generated from building versatile_defconfig.
12744
12745 Signed-off-by: Wolfgang Denk <wd@denx.de>
12746
12747 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
12748 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12749 Date: Sun Feb 22 14:24:11 2009 +0900
12750
12751 MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
12752
12753 Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
12754 like this:
12755
12756 skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
12757 Configuring for dbau1x00 board...
12758 au1x00_eth.c: In function 'au1x00_send':
12759 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
12760 au1x00_eth.c: In function 'au1x00_recv':
12761 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
12762 au1x00_eth.c: In function 'au1x00_init':
12763 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
12764 au1x00_eth.c: In function 'au1x00_recv':
12765 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
12766 au1x00_eth.c: In function 'au1x00_init':
12767 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
12768 au1x00_eth.c: In function 'au1x00_send':
12769 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
12770
12771 We're passing a volatile pointer to a function which is expecting a non-
12772 volatile pointer. That's potentially dangerous, so gcc warns about it.
12773 Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
12774
12775 To fix this, we add a volatile attribute to the argument in question.
12776 The virt_to_phys function in Linux kernel also does the same thing.
12777
12778 Signed-off-by: Stefan Roese <sr@denx.de>
12779 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12780
12781 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
12782 Author: Dirk Behme <dirk.behme@googlemail.com>
12783 Date: Fri Feb 20 17:51:28 2009 +0100
12784
12785 OMAP3: Clean up MMC code
12786
12787 Clean up OMAP3 MMC code:
12788
12789 * Convert register access to struct & readx/writex style
12790 * Replace hardcode values by macros
12791 * Remove macro defined twice
12792
12793 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12794
12795 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
12796 Author: Dirk Behme <dirk.behme@googlemail.com>
12797 Date: Thu Feb 12 18:55:43 2009 +0100
12798
12799 OMAP3: Pandora: Update pin mux
12800
12801 Clock pin must have input enabled for MMC3 to work.
12802 Also enable pull-ups for cmd/data lines to be consistent
12803 with remaining MMC host pin setup.
12804
12805 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
12806
12807 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
12808 Author: Dirk Behme <dirk.behme@googlemail.com>
12809 Date: Thu Feb 12 18:55:42 2009 +0100
12810
12811 OMAP3: Add OMAP3 auto detection
12812
12813 This patch adds OMAP3 cpu type auto detection based on OMAP3 register
12814 and removes hardcoded values.
12815
12816 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12817 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12818
12819 commit f956fd0338f4990793a10f767929ba4963665261
12820 Author: Dirk Behme <dirk.behme@googlemail.com>
12821 Date: Thu Feb 12 18:55:41 2009 +0100
12822
12823 OMAP3: Beagle: Add board revision detection
12824
12825 With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
12826 which might need different software handling. For this, GPIO pin 171 (GPIO
12827 module 6, offset 11) can be used to check for board revision. If this pin
12828 is low, we have a rev C board. Else it must be a revision Ax or Bx board.
12829
12830 To handle board differences you can call function beagle_get_revision().
12831 E.g.:
12832
12833 if (beagle_get_revision()) {
12834
12835 /* do special revision C stuff here */
12836
12837 }
12838
12839 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12840
12841 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
12842 Author: Dirk Behme <dirk.behme@googlemail.com>
12843 Date: Thu Feb 12 18:55:40 2009 +0100
12844
12845 OMAP3: Overo: Clean up pin mux and GPIO configuration
12846
12847 * Make Overo GPIO114 an input for touchscreen PENDOWN
12848 * Make Overo GPIO144-147 readable
12849 * Make Overo EHCI pinmux match beagle rev c setup
12850 * Adjust pinmux for SMSC911X network chip support
12851 * Remove unnecessary GPIO setup
12852 * Fix merge error in Makefile
12853
12854 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12855 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12856
12857 commit 2579019b8248e5f166e60e37065766efc8a49dbc
12858 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12859 Date: Sun Feb 22 17:08:41 2009 +0100
12860
12861 nmdk8815: fix onenand support
12862
12863 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12864
12865 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
12866 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12867 Date: Sun Feb 22 17:56:50 2009 +0100
12868
12869 nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
12870
12871 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12872
12873 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
12874 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12875 Date: Sun Feb 22 17:49:43 2009 +0100
12876
12877 davinci: fix implicit declaration of function 'davinci_errata_workarounds'
12878
12879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12880
12881 commit 4f5728987f4f9f7845688482aa2b7f2127768165
12882 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12883 Date: Sun Feb 22 15:49:28 2009 +0100
12884
12885 arm: add uart dcc support
12886
12887 Serial driver via the EmbeddedICE macrocell's DCC channel using
12888 co-processor 14.
12889
12890 It does include a timeout to ensure that the system does not
12891 totally freeze when there is nothing connected to read.
12892
12893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12894
12895 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
12896 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12897 Date: Fri Nov 21 14:35:56 2008 -0500
12898
12899 ARM DaVinci: Add common peripherals and modules enable functions.
12900
12901 Taken all the duplicated code for enabling common modules and apply
12902 software workarounds from the board specific code into common
12903 functions. Also added comments explaining the workarounds
12904 (from TI errata documents) and replaced some numerical bit numbers
12905 with more meaningful defines.
12906
12907 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12908
12909 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
12910 Author: Alessandro Rubini <rubini@unipv.it>
12911 Date: Mon Feb 9 15:53:33 2009 +0100
12912
12913 Enable Ethernet for Nomadik 8815 Evaluation Kit
12914
12915 This trivially enables Ethernet support in the debug board
12916 by setting up the proper chip select.
12917
12918 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12919 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
12920
12921 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
12922 Author: Alessandro Rubini <rubini@unipv.it>
12923 Date: Mon Feb 9 15:53:31 2009 +0100
12924
12925 Nand driver for Nomadik SoC
12926
12927 This driver implements the ECC algorithm described in
12928 the CPU data sheet and uses the OOB layout chosen in
12929 already-released development systems (shipped with a custom-made
12930 u-boot 1.3.1).
12931
12932 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12933 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
12934
12935 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
12936 Author: Alessandro Rubini <rubini@unipv.it>
12937 Date: Mon Feb 9 15:53:31 2009 +0100
12938
12939 Added nomadik.h header
12940
12941 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12942 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
12943
12944 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
12945 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12946 Date: Wed Oct 29 20:05:18 2008 +0900
12947
12948 r8a66597-hcd: fix cannot use external hub
12949
12950 Fix the problem that cannot use external hub, because this driver
12951 did not control correctly a DEVADDx register.
12952
12953 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12954 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12955
12956 commit e1ffaee728190e76a4596a3579d94e730143585f
12957 Author: Mike Frysinger <vapier@gentoo.org>
12958 Date: Thu Feb 19 01:20:27 2009 -0500
12959
12960 Blackfin: disable syscontrol code for now
12961
12962 Looks like the initcode updates fell out of order during my merges. The
12963 patch that really fixes up this code is part of power-on overhaul and so
12964 is too large for merging at this point. Instead, we can disable the code
12965 as no currently in-tree board depends on it. The next merge window will
12966 fix things up properly.
12967
12968 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12969
12970 commit 1b228d68f54832edd867ef98520f760f68192ab7
12971 Author: Mike Frysinger <vapier@gentoo.org>
12972 Date: Thu Feb 19 01:19:49 2009 -0500
12973
12974 Blackfin: bf537-stamp: fix I2C board defines
12975
12976 The previous merge for cleaning up the I2C driver incorrectly reverted the
12977 CFG_xxx rename for some of the I2C defines.
12978
12979 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12980 Signed-off-by: Heiko Schocher <hs@denx.de>
12981
12982 commit 09fee8e8677a6265e89144ccc163bf00e321769e
12983 Author: Wolfgang Denk <wd@denx.de>
12984 Date: Sun Feb 22 01:19:52 2009 +0100
12985
12986 Coding Style cleanup; update CHANGELOG
12987
12988 Signed-off-by: Wolfgang Denk <wd@denx.de>
12989
12990 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
12991 Author: Wolfgang Denk <wd@denx.de>
12992 Date: Sun Feb 22 01:17:47 2009 +0100
12993
12994 Makefile: fix cleanup
12995
12996 Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
12997 to adapt the cleanup rules in the Makefile
12998
12999 Signed-off-by: Wolfgang Denk <wd@denx.de>
13000
13001 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
13002 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13003 Date: Fri Feb 20 13:01:56 2009 -0500
13004
13005 Cleanup the comment for m68k linux boot argument passing.
13006
13007 This patch clarifies the way m68k passes linux boot argument.
13008 The one gotcha here is that the assembly instruction that
13009 the compiler uses to jump to the kernel is 'jsr' which pushes the
13010 program counter for the instruction after the jsr into the stack pointer.
13011
13012 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13013 Signed-off-by: Wolfgang Denk <wd@denx.de>
13014
13015 commit 4d41650eec959668280a612467bd95c7b8398513
13016 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
13017 Date: Tue Feb 10 16:44:45 2009 +0000
13018
13019 sh: Fix rsk7203 in tree build
13020
13021 Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
13022
13023 commit fca0cecff73db99d99ad094cca7980472b8a11b5
13024 Author: Minkyu Kang <mk7.kang@samsung.com>
13025 Date: Wed Feb 18 09:05:52 2009 +0900
13026
13027 bootm: Reduce the unnecessary memmove
13028
13029 Although load address and image start address are same address,
13030 bootm command always does memmove.
13031 That is unnecessary memmove and can be taken few milliseconds
13032 (about 500 msec to 1000 msec).
13033 If skip this memmove, we can reduce the boot time.
13034
13035 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13036
13037 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
13038 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
13039 Date: Sun Feb 15 22:29:15 2009 +0100
13040
13041 fpga: Fix Spartan III FPGA booting
13042
13043 This patch does some minor fixing of the Xilinx Spartan III
13044 FPGA boot code:
13045
13046 - Fixed call order of post configuration callback and
13047 success message printing (result of copy-paste?)
13048 - remove obsolete comment
13049 - minor coding style cleanup
13050
13051 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13052
13053 commit 3818b677641038d27b2663fbd6771ad38c932f86
13054 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
13055 Date: Sun Feb 15 22:28:36 2009 +0100
13056
13057 fpga: Fix Spartan II FPGA booting
13058
13059 This patch does some minor fixing of the Xilinx Spartan II
13060 FPGA boot code:
13061
13062 - Fixed call order of post configuration callback and
13063 success message printing (result of copy-paste?)
13064 - relocate post configuration callback only when it
13065 is implemented
13066 - remove obsolete comment
13067 - minor coding style cleanup
13068
13069 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13070
13071 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
13072 Author: Mike Frysinger <vapier@gentoo.org>
13073 Date: Wed Feb 11 20:26:52 2009 -0500
13074
13075 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
13076
13077 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13078
13079 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
13080 Author: Derek Ou <dou@siconix.com>
13081 Date: Tue Feb 3 16:00:07 2009 -0700
13082
13083 lcd_putc bug fix for tab.
13084
13085 Signed-off-by: Derek Ou <dou@siconix.com>
13086
13087 commit 35c9e14d8096e519fe76c953a43d52a09617345c
13088 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13089 Date: Mon Feb 2 09:46:21 2009 +0900
13090
13091 MIPS: cpu/mips/Makefile: Add a missing START line
13092
13093 In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
13094 Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
13095 line. This patch puts it back.
13096
13097 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
13098
13099 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
13100 Author: Wolfgang Denk <wd@denx.de>
13101 Date: Sat Feb 21 21:51:21 2009 +0100
13102
13103 Enable ext2 support for TQM8xxL/M based boards
13104
13105 Signed-off-by: Wolfgang Denk <wd@denx.de>
13106
13107 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
13108 Author: Tom Rix <Tom.Rix@windriver.com>
13109 Date: Fri Feb 20 03:47:50 2009 +0100
13110
13111 ARM:PXA Use new definitions in mmc.h
13112
13113 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13115
13116 commit 682beeac34dc9ab18fab58b26973d2e29d113717
13117 Author: Andy Fleming <afleming@freescale.com>
13118 Date: Fri Feb 20 03:47:50 2009 +0100
13119
13120 Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
13121
13122 These names are being taken over by the new MMC framework. Hopefuly
13123 the PXA can be easily ported, and these functions will go away entirely.
13124
13125 Signed-off-by: Andy Fleming <afleming@freescale.com>
13126 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13127
13128 commit b03d92e5584935886ff91d5aa0755dc8888b7187
13129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13130 Date: Fri Feb 20 03:47:50 2009 +0100
13131
13132 pxa: move mmc drivers to drivers/mmc
13133
13134 introduce new macro CONFIG_PXA_MMC to activate it
13135
13136 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13137
13138 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
13139 Author: Tom Rix <Tom.Rix@windriver.com>
13140 Date: Thu Feb 19 19:27:22 2009 -0600
13141
13142 ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
13143
13144 These structures are defined in the common mmc.h
13145
13146 This was compile checked on cerf250.
13147
13148 commit 94a3312920b6f9b5da27309549fb73650718c10a
13149 Author: Micha Kalfon <smichak.uv@gmail.com>
13150 Date: Wed Feb 11 19:50:11 2009 +0200
13151
13152 pxa: fixing get_timer to return time in miliseconds.
13153
13154 Fixing the get_timer function to return time in miliseconds instead of
13155 ticks. Also fixed PXA boards to use the conventional value of 1000 for
13156 CONFIG_SYS_HZ.
13157
13158 Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
13159
13160 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
13161 Author: Tom Rix <Tom.Rix@windriver.com>
13162 Date: Thu Feb 19 16:45:43 2009 -0600
13163
13164 ARM:OMAP3 Change mmc_init to mmc_legacy_init
13165
13166 omap3_mmc.c was changed to define mmc_legacy_init.
13167 Remove unused functions.
13168
13169 Compile tested on all arm
13170 Runtime tested on Zoom1.
13171
13172 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13173
13174 commit 9e80bb21629988063574f88ca0d28baadff4d963
13175 Author: Heiko Schocher <hs@denx.de>
13176 Date: Thu Feb 19 17:23:58 2009 +0100
13177
13178 82xx, mgcoge: updates for 2009.03
13179
13180 - activate CS4 for accessing the FPGA
13181 - activate Rx buf len > 1 on SMC
13182 - pram activated
13183 - MTDPARTS_DEFAULT defined
13184 - update the size of the flashes in the DTS
13185 before booting Linux
13186 - MONITOR_LEN updated to 384k
13187 - added CONFIG_HOSTNAME
13188 - added CONFIG_ENV_BUFFER_PRINT
13189 - Environment size reduced to 16k
13190
13191 Signed-off-by: Heiko Schocher <hs@denx.de>
13192
13193 commit df909554e2401f307925e1bd45d576e4176d9de9
13194 Author: Heiko Schocher <hs@denx.de>
13195 Date: Thu Feb 19 17:24:01 2009 +0100
13196
13197 8xx, mgsuvd: updates for 2009.03
13198
13199 - activate Rx buf len > 1 on SMC
13200 - pram activated
13201 - MTDPARTS_DEFAULT defined
13202 - update the size of the flash in the DTS
13203 before booting Linux
13204 - MONITOR_LEN updated to 384k
13205 - added CONFIG_HOSTNAME
13206 - added CONFIG_ENV_BUFFER_PRINT
13207 - Environment size reduced to 16k
13208
13209 Signed-off-by: Heiko Schocher <hs@denx.de>
13210
13211 commit 3511b4e208e12be85b532866f1c660aa2e021557
13212 Author: Dirk Behme <dirk.behme@googlemail.com>
13213 Date: Wed Feb 18 19:59:39 2009 +0100
13214
13215 MMC: Don't use new framework code if not enabled
13216
13217 Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
13218 isn't enabled.
13219
13220 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13221
13222 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
13223 Author: Wolfgang Denk <wd@denx.de>
13224 Date: Thu Feb 19 13:53:29 2009 +0100
13225
13226 TQM8xxL: make some room in low memory for future needs
13227
13228 THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
13229 small boot sectors in the flash. This patch makes some room in the
13230 first sector to prepare for a size increase of lib_generic/vsprintf.o
13231 by a future patch.
13232
13233 Signed-off-by: Wolfgang Denk <wd@denx.de>
13234
13235 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
13236 Author: Kim Phillips <kim.phillips@freescale.com>
13237 Date: Wed Feb 18 18:06:18 2009 -0600
13238
13239 README: remove duplicate entry
13240
13241 it's been around since the original commit (2ad6b513) that added two
13242 identical entries.
13243
13244 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13245
13246 commit 1bba30efe1717bea13026e15c7c7d906419fac69
13247 Author: Wolfgang Denk <wd@denx.de>
13248 Date: Thu Feb 19 00:41:08 2009 +0100
13249
13250 Coding style cleanup, update CHANGELOG
13251
13252 Signed-off-by: Wolfgang Denk <wd@denx.de>
13253
13254 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
13255 Author: Kim Phillips <kim.phillips@freescale.com>
13256 Date: Wed Feb 18 17:43:59 2009 -0600
13257
13258 sata_sil3114: fix compiler warning
13259
13260 judging from other printfs in the same file, it seems ata should be
13261 postpended with the interface number, not the address of the global
13262 port variable. Fixes this for current u-boot-mpc83xx tree:
13263
13264 Configuring for MPC8349ITX board...
13265 sata_sil3114.c: In function 'sata_bus_softreset':
13266 sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
13267 sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
13268
13269 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13270
13271 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
13272 Author: Ron Madrid <ron_madrid@sbcglobal.net>
13273 Date: Wed Feb 18 14:30:44 2009 -0800
13274
13275 Create configuration option for restricted ns16550 functions
13276
13277 This patch will create a configuration option for a minimum configuration for
13278 the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
13279 configuration option to the SIMPC8313.h config file in order to fix the NAND
13280 bootstrap build error. This option will exclude all functions with exception of
13281 NS16550_putc and NS16550_init. This will be used primarily to save space and
13282 remove unused code from builds in which space is limited.
13283
13284 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
13285
13286 commit 7b0bc0219db8981613259473cf19699ac259b4fb
13287 Author: Kim Phillips <kim.phillips@freescale.com>
13288 Date: Wed Feb 18 16:14:29 2009 -0600
13289
13290 mkconfig: include board config.h before asm/config.h
13291
13292 swapping the include order suppresses warnings for board configs
13293 that define their own CONFIG_MAX_MEM_MAPPED:
13294
13295 In file included from /home/r1aaha/git/u-boot/include/config.h:5,
13296 from /home/r1aaha/git/u-boot/include/common.h:35,
13297 from simpc8313.c:26:
13298 /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
13299 "CONFIG_MAX_MEM_MAPPED" redefined
13300 In file included from /home/r1aaha/git/u-boot/include/config.h:4,
13301 from /home/r1aaha/git/u-boot/include/common.h:35,
13302 from simpc8313.c:26:
13303 /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
13304 the location of the previous definition
13305
13306 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13307
13308 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
13309 Author: Wolfgang Denk <wd@denx.de>
13310 Date: Wed Feb 18 21:35:38 2009 +0100
13311
13312 Fix build errors after making flash_get_info() non-static
13313
13314 Fix for these build problems:
13315 error: static declaration of 'flash_get_info' follows non-static declaration
13316
13317 Signed-off-by: Wolfgang Denk <wd@denx.de>
13318
13319 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
13320 Author: Stefan Roese <sr@denx.de>
13321 Date: Wed Feb 18 13:18:00 2009 +0100
13322
13323 ppc4xx: PCIe: Change 16GB inbound memory to 4GB
13324
13325 This patch fixes a problem recently seen on some 4xx platforms. For
13326 example on Kilauea PCIe slot #0.
13327
13328 Signed-off-by: Stefan Roese <sr@denx.de>
13329
13330 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
13331 Author: Stefan Roese <sr@denx.de>
13332 Date: Wed Feb 18 14:05:37 2009 +0100
13333
13334 ppc4xx: Some more PMC405 coding-style cleanup
13335
13336 Signed-off-by: Stefan Roese <sr@denx.de>
13337
13338 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
13339 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
13340 Date: Sun Feb 15 22:27:47 2009 +0100
13341
13342 ppc4xx: Update PMC405 board support
13343
13344 This patch prepares the good old PMC405 board support for
13345 upcoming PMC405V2 patches.
13346
13347 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13348 Signed-off-by: Stefan Roese <sr@denx.de>
13349
13350 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
13351 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
13352 Date: Sun Feb 15 22:26:54 2009 +0100
13353
13354 ppc4xx: Cleanup PMC405 board support
13355
13356 This patch fixes coding style for PMC405 board support.
13357 Also some unneeded features/code is removed.
13358
13359 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13360 Signed-off-by: Stefan Roese <sr@denx.de>
13361
13362 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
13363 Author: Ilya Yanok <yanok@emcraft.com>
13364 Date: Thu Feb 5 04:08:20 2009 +0100
13365
13366 qong: changes to Dave/DENX Qong configuration
13367
13368 1. Changes to the default environment:
13369 - "bootcmd" defined as "run flash_self"
13370 - "saveenv" command removed from "update"
13371 - "uboot" changed to "u-boot" (also in "load")
13372 - "addmtd" variable defined (and added to all boot commands)
13373 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
13374 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
13375 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
13376 with truncated "bootargs" environment variable.
13377
13378 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13379
13380 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
13381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13382 Date: Sun Feb 1 17:07:52 2009 +0100
13383
13384 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
13385
13386 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13387
13388 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
13389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13390 Date: Sun Feb 1 17:07:51 2009 +0100
13391
13392 common/console: coding style cleanup
13393
13394 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13395
13396 commit daaf74f176b548dfd34a9990231f4189201d57ba
13397 Author: Mike Frysinger <vapier@gentoo.org>
13398 Date: Thu Jan 29 20:02:23 2009 -0500
13399
13400 mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
13401
13402 Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
13403 into the Makefile so we avoid pointless compiling of the file.
13404
13405 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13406
13407 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
13408 Author: Mike Frysinger <vapier@gentoo.org>
13409 Date: Thu Jan 29 20:02:07 2009 -0500
13410
13411 disk: convert part_* files to COBJ-$(CONFIG_XXX) style
13412
13413 Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
13414 avoid pointless compiles.
13415
13416 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13417
13418 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
13419 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
13420 Date: Thu Jan 29 10:35:40 2009 +0200
13421
13422 include/image.h: Ease grepping of image_* functions
13423
13424 Because the functions have been defined using macros, grepping for
13425 their definitions is not possible. This patch adds the real function
13426 names in comments.
13427
13428 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
13429 Acked-by: Mike Frysinger <vapier@gentoo.org>
13430
13431 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
13432 Author: Mike Frysinger <vapier@gentoo.org>
13433 Date: Wed Jan 28 19:08:14 2009 -0500
13434
13435 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
13436
13437 The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
13438 rather than a generic "env" command, or anything else related to the
13439 environment. So, let's make sure the define is named accordingly.
13440
13441 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13442
13443 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
13444 Author: Valeriy Glushkov <gvv@lstec.com>
13445 Date: Fri Jan 23 20:02:17 2009 +0200
13446
13447 disable imls command if no flash is defined
13448
13449 Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
13450
13451 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
13452
13453 commit 923aa48126259c13de95131203f1d28bfa5cb889
13454 Author: Rafal Jaworowski <raj@semihalf.com>
13455 Date: Fri Jan 23 13:27:18 2009 +0100
13456
13457 API: Improve glue mid-layer of the API demo application.
13458
13459 - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
13460 read, which allows for better control and error handling (this introduces
13461 additional error code API_ESYSC returned by the glue mid-layer).
13462
13463 - Clean up definitions naming and usage.
13464
13465 - Other minor cosmetics.
13466
13467 Note these changes do not touch the API proper, so the interface between
13468 U-Boot and standalone applications remains unchanged.
13469
13470 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
13471
13472 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
13473 Author: Rafal Jaworowski <raj@semihalf.com>
13474 Date: Fri Jan 23 13:27:17 2009 +0100
13475
13476 API: Only output test data when reading was successful.
13477
13478 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
13479
13480 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
13481 Author: Rafal Jaworowski <raj@semihalf.com>
13482 Date: Fri Jan 23 13:27:16 2009 +0100
13483
13484 API: Provide syscall entry point for the ARM architecture.
13485
13486 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
13487 Acked-by: Rafal Jaworowski <raj@semihalf.com>
13488
13489 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
13490 Author: Rafal Jaworowski <raj@semihalf.com>
13491 Date: Fri Jan 23 13:27:15 2009 +0100
13492
13493 API: Use stack pointer as API signature search hint in the glue layer.
13494
13495 De-hardcode range in RAM we search for the API signature. Instead use the stack
13496 pointer as a hint to narrow down the range in which the signature could reside
13497 (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
13498 from stack area). Adjust PowerPC code in API demo to the new scheme.
13499
13500 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
13501 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
13502
13503 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
13504 Author: Wolfgang Denk <wd@denx.de>
13505 Date: Tue Feb 17 10:26:38 2009 +0100
13506
13507 TQM8260: fix locations of kernel and ramdisk images in flash
13508
13509 After introducing redundant environment the kernel images was
13510 overlapping with environment.
13511
13512 Signed-off-by: Wolfgang Denk <wd@denx.de>
13513
13514 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
13515 Author: Heiko Schocher <hs@denx.de>
13516 Date: Wed Feb 11 19:26:15 2009 +0100
13517
13518 83xx: add missing TIMING_CFG1_CASLAT_* defines
13519
13520 Signed-off-by: Heiko Schocher <hs@denx.de>
13521 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13522
13523 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
13524 Author: Valeriy Glushkov <gvv@lstec.com>
13525 Date: Thu Feb 5 14:35:21 2009 +0200
13526
13527 mpc8349itx: allow SATA boot from the onboard SIL1334
13528
13529 This patch allows using of SATA devices connected
13530 to the onboard PCI SIL1334 SATA controller.
13531
13532 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
13533 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13534
13535 commit e1ac387f4645499746856adc1aeaa9787da2eca6
13536 Author: Andy Fleming <afleming@freescale.com>
13537 Date: Thu Oct 30 16:50:14 2008 -0500
13538
13539 83xx: Add eSDHC support on 8379 EMDS board
13540
13541 Signed-off-by: Andy Fleming <afleming@freescale.com>
13542
13543 commit 80522dc8369a89938369fbcee572e662373bc9a3
13544 Author: Andy Fleming <afleming@freescale.com>
13545 Date: Thu Oct 30 16:51:33 2008 -0500
13546
13547 85xx: Add eSDHC support for 8536 DS
13548
13549 Signed-off-by: Andy Fleming <afleming@freescale.com>
13550
13551 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
13552 Author: Andy Fleming <afleming@freescale.com>
13553 Date: Thu Oct 30 16:47:16 2008 -0500
13554
13555 Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
13556
13557 This uses the new MMC framework
13558
13559 Some contributions by Dave Liu <daveliu@freescale.com>
13560
13561 Signed-off-by: Andy Fleming <afleming@freescale.com>
13562
13563 commit 272cc70b211e945e4413122aa73868f6ada732a5
13564 Author: Andy Fleming <afleming@freescale.com>
13565 Date: Thu Oct 30 16:41:01 2008 -0500
13566
13567 Add MMC Framework
13568
13569 Here's a new framework (based roughly off the linux one) for managing
13570 MMC controllers. It handles all of the standard SD/MMC transactions,
13571 leaving the host drivers to implement only what is necessary to
13572 deal with their specific hardware.
13573
13574 This also hooks the infrastructure into the PowerPC board code
13575 (similar to how the ethernet infrastructure now hooks in)
13576
13577 Some of this code was contributed by Dave Liu <daveliu@freescale.com>
13578
13579 Signed-off-by: Andy Fleming <afleming@freescale.com>
13580
13581 commit 1de97f9856f697380cc504126ab92561ed238803
13582 Author: Andy Fleming <afleming@freescale.com>
13583 Date: Thu Oct 30 16:31:39 2008 -0500
13584
13585 Eliminated arch-specific mmc header requirement
13586
13587 The current MMC infrastructure relies on the existence of an
13588 arch-specific header file. This isn't necessary, and a couple
13589 drivers were forced to implement dummy files to meet this requirement.
13590 Instead, we move the stuff in those header files into a more appropriate
13591 place, and eliminate the stubs and the #include of asm/arch/mmc.h
13592
13593 Signed-off-by: Andy Fleming <afleming@freescale.com>
13594
13595 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
13596 Author: Andy Fleming <afleming@freescale.com>
13597 Date: Thu Oct 30 16:21:00 2008 -0500
13598
13599 Convert mmc_init to mmc_legacy_init
13600
13601 This is to get it out of the way of incoming MMC framework
13602
13603 Signed-off-by: Andy Fleming <afleming@freescale.com>
13604
13605 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
13606 Author: Andy Fleming <afleming@freescale.com>
13607 Date: Thu Oct 30 16:19:25 2008 -0500
13608
13609 Eliminate support for using MMC as memory
13610
13611 MMC cards are not memory, so we stop treating them that way.
13612
13613 Signed-off-by: Andy Fleming <afleming@freescale.com>
13614
13615 commit e1be0d25ecf494ae81245ca438738ba839d6329b
13616 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
13617 Date: Sun Jan 4 08:46:38 2009 +0530
13618
13619 32bit BUg fix for DDR2 on 8572
13620
13621 This errata fix is required for 32 bit DDR2 controller on 8572.
13622 May also be required for P10XX20XX platforms
13623
13624 Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
13625
13626 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
13627 Author: Andy Fleming <afleming@freescale.com>
13628 Date: Mon Feb 16 09:40:20 2009 -0600
13629
13630 TQM85xx: Fix a couple warnings in TQM8548 build
13631
13632 The ecm variable in sdram.c was being declared for all 8548, but only
13633 used by specific 8548 boards, so we make that variable require those
13634 specific boards, too
13635
13636 The nand code was using an index "i" into a table, and then re-using "i"
13637 to set addresses for each upm. However, then it relied on the old value
13638 of i still being there to enable things. Changed the second "i" to "j"
13639
13640 Signed-off-by: Andy Fleming <afleming@freescale.com>
13641
13642 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
13643 Author: Wolfgang Grandegger <wg@grandegger.com>
13644 Date: Wed Feb 11 18:38:26 2009 +0100
13645
13646 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
13647
13648 This patch adds the workaround for erratum DDR20 according to MPC8548
13649 Device Errata document, Rev. 1: "CKE signal may not function correctly
13650 after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
13651 processor version 2.1 and the work-around must be removed.
13652
13653 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13654
13655 commit 080408fdc71706adcb883d22125637c54f6010b1
13656 Author: Wolfgang Grandegger <wg@grandegger.com>
13657 Date: Wed Feb 11 18:38:25 2009 +0100
13658
13659 MPC85xx: TQM8548: use cache for AG and BE variants
13660
13661 This patch makes accesses to the system memory cachable by removing the
13662 caching-inhibited and guarded flags from the relevant TLB entries for
13663 the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
13664 are configured similarly.
13665
13666 This results in a big averall performace improvement. TFTP downloads,
13667 NAND Flash accesses, kernel boots, etc. are much faster.
13668
13669 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13670
13671 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
13672 Author: Wolfgang Grandegger <wg@grandegger.com>
13673 Date: Wed Feb 11 18:38:24 2009 +0100
13674
13675 MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
13676
13677 This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
13678 module.
13679
13680 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
13681 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13682
13683 commit 88b0e88d186479349e5a2b771e82775109e10fb4
13684 Author: Wolfgang Grandegger <wg@grandegger.com>
13685 Date: Wed Feb 11 18:38:23 2009 +0100
13686
13687 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
13688
13689 According to new TQM8548 timing specification:
13690 Refresh Recovery: 34 -> 53 clocks
13691 CKE pulse width: 1 -> 3 cycles
13692 Window for four activities: 13 -> 14 cycles
13693
13694 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
13695 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13696
13697 commit a865bcdac89278cac4dfc07dec8299403110499d
13698 Author: Wolfgang Grandegger <wg@grandegger.com>
13699 Date: Wed Feb 11 18:38:22 2009 +0100
13700
13701 MPC85xx: TQM8548: add support for the TQM8548_AG module
13702
13703 The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
13704 CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
13705 with "$ make TQM8548_AG_config".
13706
13707 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13708
13709 commit ad7ee5d43b0db94079d56521dabca25674f28747
13710 Author: Wolfgang Grandegger <wg@grandegger.com>
13711 Date: Wed Feb 11 18:38:21 2009 +0100
13712
13713 MPC85xx: TQM8548: add support for the TQM8548_BE module
13714
13715 The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
13716 interface. With NAND support, the image is significantly larger and
13717 TEXT_BASE is adjusted accordingly. U-Boot can be built for this
13718 module with "$ make TQM8548_BE_config".
13719
13720 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13721
13722 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
13723 Author: Wolfgang Grandegger <wg@grandegger.com>
13724 Date: Wed Feb 11 18:38:20 2009 +0100
13725
13726 MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
13727
13728 The TQM8548_AG module does not have the standard PCI/PCI-X interface
13729 connected but just the PCI Express interface . So far it was not
13730 possible to disable it without disabling the complete PCI interface
13731 (CONFIG_PCI) including PCI Express.
13732
13733 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13734
13735 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
13736 Author: Wolfgang Grandegger <wg@grandegger.com>
13737 Date: Wed Feb 11 18:38:19 2009 +0100
13738
13739 MPC85xx: TQM85xx: fix flash protection for boot loader
13740
13741 As the reset vector is located at 0xfffffffc, all flash sectors from the
13742 beginning of the U-Boot binary to 0xffffffff must be protected. On the
13743 TQM8548-AG having small sectors at the end of the flash it happened that
13744 the last two sector were not protected and an "erase all" left an
13745 un-bootable system behind:
13746
13747 Bank # 2: CFI conformant FLASH (32 x 16) Size: 32 MB in 270 Sectors
13748 AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
13749 Erase timeout: 8192 ms, write timeout: 1 ms
13750
13751 FFFA0000 E RO FFFC0000 RO FFFE0000 RO FFFE4000 RO FFFE8000 RO
13752 FFFEC000 RO FFFF0000 RO FFFF4000 RO FFFF8000 E FFFFC000
13753
13754 The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
13755 board BSPs as well.
13756
13757 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
13758
13759 commit a1c8a719262151f97119e76166043ee3da3f97b2
13760 Author: Peter Tyser <ptyser@xes-inc.com>
13761 Date: Fri Feb 6 14:30:40 2009 -0600
13762
13763 86xx: Update CPU info output on bootup
13764
13765 - Update style of 86xx CPU information on boot to more closely
13766 match 85xx boards
13767 - Fix detection of 8641/8641D
13768 - Use strmhz() to display frequencies
13769 - Display L1 information
13770 - Display L2 cache size
13771 - Fixed CPU/SVR version output
13772
13773 == Before ==
13774 Freescale PowerPC
13775 CPU:
13776 Core: E600 Core 0, Version: 0.2, (0x80040202)
13777 System: Unknown, Version: 2.1, (0x80900121)
13778 Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
13779 L2: Enabled
13780 Board: X-ES XPedite5170 3U VPX SBC
13781
13782 == After ==
13783 CPU: 8641D, Version: 2.1, (0x80900121)
13784 Core: E600 Core 0, Version: 2.2, (0x80040202)
13785 Clock Configuration:
13786 CPU:1066.667 MHz, MPX:533.333 MHz
13787 DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
13788 L1: D-cache 32 KB enabled
13789 I-cache 32 KB enabled
13790 L2: 512 KB enabled
13791 Board: X-ES XPedite5170 3U VPX SBC
13792
13793 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13794
13795 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
13796 Author: Peter Tyser <ptyser@xes-inc.com>
13797 Date: Thu Feb 5 11:25:24 2009 -0600
13798
13799 86xx: Update Global Utilities structure
13800
13801 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13802
13803 commit 4ef630df773e45806d701bf5d25c328778bb4cde
13804 Author: Peter Tyser <ptyser@xes-inc.com>
13805 Date: Thu Feb 5 11:25:25 2009 -0600
13806
13807 86xx: Reset update
13808
13809 Update the 86xx reset sequence to try executing a board-specific reset
13810 function. If the board-specific reset is not implemented or does not
13811 succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard
13812 reset procedure than the previous method and allows all board
13813 peripherals to be reset if needed.
13814
13815 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13816
13817 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
13818 Author: Kumar Gala <galak@kernel.crashing.org>
13819 Date: Tue Feb 10 23:53:40 2009 -0600
13820
13821 fsl-ddr: Allow system to boot if we have more than 4G of memory
13822
13823 Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
13824 an error and hang. Instead of doing that since DDR is mapped in the
13825 lowest priority LAWs we setup the DDR controller and the max amount
13826 of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
13827
13828 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13829 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
13830
13831 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
13832 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
13833 Date: Wed Jan 21 17:17:33 2009 -0600
13834
13835 mpc85xx: Add support for the P2020
13836
13837 Added various p2020 processor specific details:
13838 * SVR for p2020, p2020E
13839 * immap updates for LAWs and DDR on p2020
13840 * LAW defines related to p2020
13841
13842 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
13843 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
13844 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13845
13846 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
13847 Author: Kumar Gala <galak@kernel.crashing.org>
13848 Date: Tue Feb 10 17:36:15 2009 -0600
13849
13850 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
13851
13852 Added some info that is printed out when we boot to distiquish if we
13853 built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
13854 different address maps.
13855
13856 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13857
13858 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
13859 Author: Andy Fleming <afleming@freescale.com>
13860 Date: Fri Dec 5 20:10:22 2008 -0600
13861
13862 Fixup SGMII PHY ids in the device tree
13863
13864 The device tree's PHY addresses need to be fixed up if we're using the
13865 SGMII Riser Card.
13866
13867 The 8572, 8536, and 8544 DS boards were modified to call this function.
13868
13869 Code idea taken from Liu Yu <yu.liu@freescale.com>
13870
13871 Signed-off-by: Andy Fleming <afleming@freescale.com>
13872
13873 commit 5dc0cf68f8f101042997d75188081d8526d705ea
13874 Author: Andy Fleming <afleming@freescale.com>
13875 Date: Wed Feb 11 15:10:31 2009 -0600
13876
13877 Make some minor whitespace changes to eliminate line-wrapping
13878
13879 Signed-off-by: Andy Fleming <afleming@freescale.com>
13880
13881 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
13882 Author: Andy Fleming <afleming@freescale.com>
13883 Date: Wed Feb 11 15:07:24 2009 -0600
13884
13885 Add eth_get_dev_by_index
13886
13887 This allows code to iterate through the ethernet devices
13888
13889 Signed-off-by: Andy Fleming <afleming@freescale.com>
13890
13891 commit b67305120aaf268a6140125346678166d14f1f47
13892 Author: Kumar Gala <galak@kernel.crashing.org>
13893 Date: Mon Feb 9 22:03:04 2009 -0600
13894
13895 85xx: Fix bug in device tree setup in 36-bit physical confg
13896
13897 In the 36-bit physical config for MPC8572DS when need the start address
13898 of memory and it size to be kept in phys_*_t instead of a ulong since
13899 we support >4G of memory in the config and ulong cant represent that.
13900 Otherwise we end up seeing the memory node in the device tree reporting
13901 back we have memory starting @ 0 and of size 0.
13902
13903 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13904
13905 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
13906 Author: Kumar Gala <galak@kernel.crashing.org>
13907 Date: Mon Feb 9 22:03:05 2009 -0600
13908
13909 85xx: Fix address map for 36-bit config of MPC8572DS
13910
13911 When we introduced the 36-bit config of the MPC8572DS board we had the
13912 wrong PCI MEM bus address map. Additionally, the change to the address
13913 map exposes a small issue in our dummy read on the ULI bus. We need
13914 to use the new mapping functions to handle that read properly in the
13915 36-bit config.
13916
13917 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13918
13919 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
13920 Author: Kumar Gala <galak@kernel.crashing.org>
13921 Date: Fri Feb 6 09:56:35 2009 -0600
13922
13923 85xx: Fix how we map DDR memory
13924
13925 Previously we only allowed power-of-two memory sizes and didnt
13926 handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
13927 and should properly handle any size that we can make in the TLBs
13928 we have available to us
13929
13930 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13931
13932 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
13933 Author: Kumar Gala <galak@kernel.crashing.org>
13934 Date: Fri Feb 6 09:56:34 2009 -0600
13935
13936 fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
13937
13938 If we only have one controller we can completely ignore how
13939 memctl_intlv_ctl is set. Otherwise other levels of code get confused
13940 and think we have twice as much memory.
13941
13942 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13943
13944 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
13945 Author: Kumar Gala <galak@kernel.crashing.org>
13946 Date: Wed Feb 4 09:35:57 2009 -0600
13947
13948 85xx: Format cpu freq printing to handle 8 cores
13949
13950 Only print 4 cpu freq per line. This way when we have 8 cores its a
13951 bit more readable.
13952
13953 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13954
13955 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
13956 Author: Abraham, Thomas <t-abraham@ti.com>
13957 Date: Tue Oct 28 16:51:31 2008 +0530
13958
13959 USB: Remove LUN number from CDB
13960
13961 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.
13962
13963 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
13964 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13965
13966 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
13967 Author: Atin Malaviya <atin.malaviya@gmail.com>
13968 Date: Tue Feb 3 15:17:10 2009 -0500
13969
13970 Added usbtty_configured() check. Fixed attribute(packed) warnings.
13971
13972 V3: Fixed line-wrap problem due to user error in mail!
13973
13974 Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
13975 when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
13976 Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
13977
13978 Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
13979 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13980
13981 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
13982 Author: Guennadi Liakhovetski <lg@denx.de>
13983 Date: Fri Feb 13 09:23:36 2009 +0100
13984
13985 i.MX31: Start the I2C clock on driver initialisation
13986
13987 i.MX31 powers on with most clocks running, so, after a power on this explicit
13988 clock start up is not required. However, as Linux boots it disables most clocks
13989 to save power. This includes the I2C clock. If we then soft reboot from Linux
13990 the I2C clock stays off. This breaks the phycore, which has its environment in
13991 I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
13992 initialisation routine.
13993
13994 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13995 Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13996
13997 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
13998 Author: Mike Frysinger <vapier@gentoo.org>
13999 Date: Wed Feb 11 20:36:14 2009 -0500
14000
14001 i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
14002
14003 The Blackfin i2c driver has been rewritten thus the special ifdefs in the
14004 common code are no longer needed.
14005
14006 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14007
14008 commit c2d9befa0b4695b89476fb5d259742c09afe243f
14009 Author: Heiko Schocher <hs@denx.de>
14010 Date: Thu Feb 12 08:08:54 2009 +0100
14011
14012 82xx, mgcoge: fix compile error
14013
14014 With actual u-boot compiling the mgcoge port fails, because
14015 since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
14016 necessary to define CONFIG_NET_MULTI.
14017
14018 Seems to me the mgcoge port is the only actual existing 8260
14019 port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
14020 to be fixed.
14021
14022 Signed-off-by: Heiko Schocher <hs@denx.de>
14023
14024 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
14025 Author: Dirk Eibach <eibach@gdsys.de>
14026 Date: Mon Feb 9 08:18:34 2009 +0100
14027
14028 ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
14029
14030 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
14031 Signed-off-by: Stefan Roese <sr@denx.de>
14032
14033 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
14034 Author: Carolyn Smith <carolyn.smith@tektronix.com>
14035 Date: Thu Feb 12 06:13:44 2009 +0100
14036
14037 ppc4xx: Fix initialization of the SDRAM_CODT register
14038
14039 This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
14040 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
14041 and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
14042
14043 Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
14044 Signed-off-by: Stefan Roese <sr@denx.de>
14045
14046 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
14047 Author: Stefan Roese <sr@denx.de>
14048 Date: Wed Feb 11 09:29:33 2009 +0100
14049
14050 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
14051
14052 Some AMCC eval boards do have a board_eth_init() function calling
14053 pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
14054 with the new eth_init rework.
14055
14056 Signed-off-by: Stefan Roese <sr@denx.de>
14057
14058 commit c645012aefebb301e6907d148c6c8efacac049d4
14059 Author: Adam Graham <agraham@amcc.com>
14060 Date: Mon Feb 9 13:18:12 2009 -0800
14061
14062 ppc4xx: Autocalibration can set RDCC to over aggressive value.
14063
14064 The criteria of the AMCC SDRAM Controller DDR autocalibration
14065 U-Boot code is to pick the largest passing write/read/compare
14066 window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
14067 Cycle Select value.
14068
14069 On some Kilauea boards the DDR autocalibration algorithm can
14070 find a large passing write/read/compare window with a small
14071 SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
14072 value "T1 Sample".
14073
14074 This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
14075 "T1 Sample" proves to be to aggressive when later on U-Boot
14076 relocates into DDR memory and executes.
14077
14078 The memory traces on the Kilauea board are short so on some
14079 Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
14080 value of "T1 Sample" shows up as a potentially valid value for
14081 the DDR autocalibratiion algorithm.
14082
14083 The fix is to define a weak default function which provides
14084 the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
14085 to accept for DDR autocalibration. The default will be the
14086 "T2 Sample" value. A board developer who has a well defined
14087 board and chooses to be more aggressive can always provide
14088 their own board specific string function with the more
14089 aggressive "T1 Sample" value or stick with the default
14090 minimum SDRAM_RDCC.[RDSS] value of "T2".
14091
14092 Also put in a autocalibration loop fix for case where current
14093 write/read/compare passing window size is the same as a prior
14094 window size, then in this case choose the write/read/compare
14095 result that has the associated smallest RDCC T-Sample value.
14096
14097 Signed-off-by: Adam Graham <agraham@amcc.com>
14098 Signed-off-by: Stefan Roese <sr@denx.de>
14099
14100 commit 2ede879fcb67470524847bb4fc8972651bb46184
14101 Author: Stefan Roese <sr@denx.de>
14102 Date: Wed Feb 11 09:37:12 2009 +0100
14103
14104 ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
14105
14106 CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
14107 included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
14108
14109 It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
14110 boards right now.
14111
14112 Signed-off-by: Stefan Roese <sr@denx.de>
14113
14114 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
14115 Author: Wolfgang Denk <wd@denx.de>
14116 Date: Thu Feb 12 00:08:39 2009 +0100
14117
14118 Coding style cleanup; update CHANGELOG
14119
14120 Signed-off-by: Wolfgang Denk <wd@denx.de>
14121
14122 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
14123 Author: Peter Tyser <ptyser@xes-inc.com>
14124 Date: Fri Jan 30 16:36:40 2009 -0600
14125
14126 Add feature-removal-schedule.txt
14127
14128 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14129
14130 commit 255d28e1642e8fc32a6753226be1a96b481ce111
14131 Author: Heiko Schocher <hs@denx.de>
14132 Date: Tue Feb 10 09:32:38 2009 +0100
14133
14134 8xx serial, smc: Coding-Style cleanup serial SMC driver
14135
14136 Signed-off-by: Heiko Schocher <hs@denx.de>
14137
14138 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
14139 Author: Heiko Schocher <hs@denx.de>
14140 Date: Tue Feb 10 09:31:47 2009 +0100
14141
14142 8xx serial, smc: add configurable SMC Rx buffer len
14143
14144 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
14145 With this option it is possible to allow the receive
14146 buffer for the SMC on 8xx to be greater then 1. In case
14147 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
14148 old version.
14149
14150 When defining CONFIG_SYS_SMC_RXBUFLEN also
14151 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
14152 idle timeout for the SMC.
14153
14154 Signed-off-by: Heiko Schocher <hs@denx.de>
14155
14156 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
14157 Author: Mike Frysinger <vapier@gentoo.org>
14158 Date: Thu Feb 5 21:04:36 2009 -0500
14159
14160 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
14161
14162 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
14163 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
14164 code in the process.
14165
14166 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14167
14168 commit ab76e9848a1f4db64d14233741d739a3b3360c93
14169 Author: Mike Frysinger <vapier@gentoo.org>
14170 Date: Thu Feb 5 21:04:50 2009 -0500
14171
14172 bzip2: move ifdef handling to Makefile COBJS-$(...)
14173
14174 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14175
14176 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
14177 Author: Jerry Van Baren <gvb.uboot@gmail.com>
14178 Date: Thu Feb 5 22:18:02 2009 -0500
14179
14180 Fix whitespace damage: double space changed to a tab
14181
14182 At some point an intentional double space at the end of the sentence
14183 got changed into a tab in the GPL header line:
14184 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14185
14186 This patch fixes the damage.
14187
14188 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
14189
14190 commit 4f975678de995b55749d5e84590c268972a7c835
14191 Author: Heiko Schocher <hs@denx.de>
14192 Date: Tue Feb 10 09:53:29 2009 +0100
14193
14194 cfi: make flash_get_info() non static
14195
14196 If on your board is more than one flash, you must know
14197 the size of every single flash, for example, for updating
14198 the DTS before booting Linux. So make this function
14199 flash_get_info() extern, and you can have all info
14200 about your flashes.
14201
14202 Signed-off-by: Heiko Schocher <hs@denx.de>
14203 Signed-off-by: Stefan Roese <sr@denx.de>
14204
14205 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
14206 Author: Ben Warren <biggerbadderben@gmail.com>
14207 Date: Thu Feb 5 23:58:25 2009 -0800
14208
14209 net: removed board-specific CONFIGs from MPC5xxx FEC driver
14210
14211 Added new CONFIG options for the three type of MAC-PHY interconnect and
14212 applied them all relevant board config files
14213
14214 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14215
14216 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
14217 Author: Mike Frysinger <vapier@gentoo.org>
14218 Date: Thu Feb 5 21:04:47 2009 -0500
14219
14220 net/sntp.c: move ifdef into Makefile COBJS-$(...)
14221
14222 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14223 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14224
14225 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
14226 Author: Andy Fleming <afleming@freescale.com>
14227 Date: Tue Feb 3 18:26:41 2009 -0600
14228
14229 tsec: Fix a bug in soft-resetting
14230
14231 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
14232 clock cycles, so it's been mostly working. But we had no guarantee, and at
14233 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
14234 enforces a 2 microsecond gap between assertion and deassertion.
14235
14236 Signed-off-by: Andy Fleming <afleming@freescale.com>
14237 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14238
14239 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
14240 Author: Simon Munton <simon@nidoran.m5data.com>
14241 Date: Mon Feb 2 09:44:08 2009 +0000
14242
14243 Fix 100Mbs ethernet operation on sh7763 based boards
14244
14245 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
14246 used in the GECMR register. Following diff fixes the problem
14247
14248 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
14249 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14250
14251 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
14252 Author: ksi@koi8.net <ksi@koi8.net>
14253 Date: Fri Feb 6 16:27:55 2009 -0800
14254
14255 Fix MPC8260 with ethernet on SCC
14256
14257 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
14258 typo or something...
14259
14260 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
14261 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14262
14263 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
14264 Author: Heiko Schocher <hs@denx.de>
14265 Date: Fri Jan 30 12:56:15 2009 +0100
14266
14267 82xx serial, smc: Coding-Style cleanup serial SMC driver
14268
14269 Signed-off-by: Heiko Schocher <hs@denx.de>
14270
14271 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
14272 Author: Heiko Schocher <hs@denx.de>
14273 Date: Fri Jan 30 12:55:38 2009 +0100
14274
14275 82xx serial, smc: add configurable SMC Rx buffer len
14276
14277 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
14278 With this option it is possible to allow the receive
14279 buffer for the SMC on 82xx to be greater then 1. In case
14280 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
14281 old version.
14282
14283 When defining CONFIG_SYS_SMC_RXBUFLEN also
14284 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
14285 idle timeout for the SMC.
14286
14287 Signed-off-by: Heiko Schocher <hs@denx.de>
14288
14289 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
14290 Author: Kumar Gala <galak@kernel.crashing.org>
14291 Date: Fri Feb 6 08:08:06 2009 -0600
14292
14293 ppc: Fix roll over bug in flush_cache()
14294
14295 If we call flush_cache(0xfffff000, 0x1000) it would never
14296 terminate the loop since end = 0xffffffff and we'd roll over
14297 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
14298
14299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14300
14301 commit 87c9063963561d3d01064be34d0c30855a56587b
14302 Author: Kumar Gala <galak@kernel.crashing.org>
14303 Date: Thu Feb 5 20:40:58 2009 -0600
14304
14305 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
14306
14307 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
14308 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
14309
14310 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14311 Acked-by: Stefan Roese <sr@denx.de>
14312
14313 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
14314 Author: Kumar Gala <galak@kernel.crashing.org>
14315 Date: Thu Feb 5 20:40:57 2009 -0600
14316
14317 Add an architecture specific config.h for common defines
14318
14319 We have common defines that we duplicate in various ways. Having an
14320 arch specific config.h gives us a common location for those defines.
14321
14322 Eventually we should be able to replace this when we have proper
14323 Kconfig support.
14324
14325 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14326
14327 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
14328 Author: Becky Bruce <beckyb@kernel.crashing.org>
14329 Date: Tue Feb 3 18:10:56 2009 -0600
14330
14331 mpc8641hpcn: Change PCI MEM pci bus address
14332
14333 Now that the rest of u-boot can support it, change the PCI bus
14334 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
14335 and use the same bus address for both PCI1 and PCI2. This will
14336 maximize the amount of PCI address space left over to map RAM
14337 on systems with large amounts of memory.
14338
14339 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14340
14341 commit 1785dbeed43599eed1d8875673c96912cd770141
14342 Author: Becky Bruce <beckyb@kernel.crashing.org>
14343 Date: Tue Feb 3 18:10:55 2009 -0600
14344
14345 drivers/block/ahci: Fix pci mapping bug
14346
14347 The code assumes that the pci bus address and the virtual
14348 address used to access a region are the same, but they might
14349 not be. Fix this assumption.
14350
14351 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14352
14353 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
14354 Author: Becky Bruce <beckyb@kernel.crashing.org>
14355 Date: Tue Feb 3 18:10:54 2009 -0600
14356
14357 MPC8641HPCN: Enable CONFIG_ADDR_MAP
14358
14359 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14360
14361 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
14362 Author: Becky Bruce <beckyb@kernel.crashing.org>
14363 Date: Tue Feb 3 18:10:53 2009 -0600
14364
14365 mpc8641hpcn: Clean up PCI mapping concepts
14366
14367 Clean up PCI mapping concepts in the 8641 config - rename _BASE
14368 to _BUS, as it's actually a PCI bus address, separate virtual
14369 and physical addresses into _VIRT and _PHYS, and use each
14370 appopriately.
14371
14372 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14373
14374 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
14375 Author: Becky Bruce <beckyb@kernel.crashing.org>
14376 Date: Tue Feb 3 18:10:52 2009 -0600
14377
14378 mpc86xx: Add support to populate addr map based on BATs
14379
14380 If CONFIG_ADDR_MAP is enabled, update the address map
14381 whenever we write a bat.
14382
14383 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14384
14385 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
14386 Author: Becky Bruce <beckyb@kernel.crashing.org>
14387 Date: Tue Feb 3 18:10:51 2009 -0600
14388
14389 powerpc: Move duplicated BAT defines to mmu.h
14390
14391 The BAT fields are architected; there's no need for these to be in
14392 cpu-specific files. Drop the duplication and move these to
14393 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
14394 used by the alaska board, and switch to using the BATU_BL_xxx defines
14395 used by all the other boards. The BL_ defines previously in use
14396 had to be shifted into the proper position for use, which was inefficient.
14397
14398 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14399
14400 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
14401 Author: Becky Bruce <beckyb@kernel.crashing.org>
14402 Date: Tue Feb 3 18:10:50 2009 -0600
14403
14404 drivers/pci: Create pci_map_bar function
14405
14406 It is no longer always true that the pci bus address can be
14407 used as the virtual address for pci accesses. pci_map_bar()
14408 is created to return the virtual address for a pci region.
14409
14410 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14411
14412 commit 2ecca3401775b125c3b9ff65766befb23989414b
14413 Author: Becky Bruce <beckyb@kernel.crashing.org>
14414 Date: Tue Feb 3 18:10:49 2009 -0600
14415
14416 mpc8641hpcn: Set up outbound pci windows before inbound
14417
14418 Because the inbound pci windows are mapped generously, set up
14419 the more specific outbound windows first. This way, when we
14420 search the pci regions for something, we will hit on the more
14421 specific region. This can actually be a problem on systems
14422 with large amounts of RAM.
14423
14424 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14425
14426 commit b81b773ead0687114dc8a800f99ea6e504447739
14427 Author: Becky Bruce <beckyb@kernel.crashing.org>
14428 Date: Mon Feb 2 16:34:52 2009 -0600
14429
14430 mpc8641hpcn: Use physical address in flash banks defintion
14431
14432 If the VA and PA of the flash aren't the same, the banks list
14433 should be initialized to hold the physical address. Correct this.
14434
14435 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14436
14437 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
14438 Author: Ilya Yanok <yanok@emcraft.com>
14439 Date: Tue Feb 10 00:22:31 2009 +0100
14440
14441 qong: support for Dave/DENX QongEVB-LITE board
14442
14443 This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
14444
14445 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14446 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14447
14448 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
14449 Author: Ilya Yanok <yanok@emcraft.com>
14450 Date: Mon Feb 9 18:45:28 2009 +0100
14451
14452 dnet: driver for Dave DNET ethernet controller
14453
14454 Driver for Dave DNET ethernet controller (used on Dave/DENX
14455 QongEVB-LITE board).
14456
14457 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14458 Acked-by: Ben Warren <biggerbadderben@gmail.com>
14459
14460 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
14461 Author: Kumar Gala <galak@kernel.crashing.org>
14462 Date: Fri Feb 6 09:49:32 2009 -0600
14463
14464 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
14465
14466 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
14467 we should give preference to memory regions that aren't system memory.
14468
14469 Its possible that we have over mapped system memory in the regions and
14470 we want to avoid depending on the order of the regions.
14471
14472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14473
14474 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
14475 Author: Kumar Gala <galak@kernel.crashing.org>
14476 Date: Fri Feb 6 09:49:31 2009 -0600
14477
14478 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
14479
14480 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
14481 can be confusing when reading the code.
14482
14483 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
14484 for system memory mapping purposes.
14485
14486 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14487
14488 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
14489 Author: Ilya Yanok <yanok@emcraft.com>
14490 Date: Sun Feb 8 00:59:43 2009 +0300
14491
14492 mx31: add GPIO registers definitions
14493
14494 Added definitions for i.MX31 processor GPIO registers.
14495
14496 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
14497
14498 commit 8da601280a8acbc3385784780ed35130e53812f1
14499 Author: Peter Tyser <ptyser@xes-inc.com>
14500 Date: Wed Feb 4 13:47:22 2009 -0600
14501
14502 NAND: Add timeout for reset command
14503
14504 Without the timeout present an infinite loop can occur if the
14505 NAND device is broken or not present.
14506
14507 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14508 Signed-off-by: Scott Wood <scottwood@freescale.com>
14509
14510 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
14511 Author: Peter Tyser <ptyser@xes-inc.com>
14512 Date: Wed Feb 4 13:39:40 2009 -0600
14513
14514 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
14515
14516 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
14517 for disabling the "No NAND device found!!!" warning when
14518 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
14519 for silencing the warning.
14520
14521 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14522 Signed-off-by: Scott Wood <scottwood@freescale.com>
14523
14524 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
14525 Author: Valeriy Glushkov <gvv@lstec.com>
14526 Date: Mon Jan 19 16:32:59 2009 +0200
14527
14528 NAND: Fixed invalid pointers to static relocated chip names
14529
14530 Dear Wolfgang,
14531
14532 You are right, the patch was ugly.
14533 The new one seems to be better.
14534
14535 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
14536 Signed-off-by: Scott Wood <scottwood@freescale.com>
14537
14538 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
14539 Author: Nishanth Menon <nm@ti.com>
14540 Date: Mon Feb 2 18:20:12 2009 -0600
14541
14542 ARM:OMAP3:Zoom1: Add nand unlock option
14543
14544 Enable NAND_UNLOCK option for unlocking nand for
14545 erase/write operations
14546
14547 Signed-off-by: Nishanth Menon <nm@ti.com>
14548
14549 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
14550 Author: derek@siconix.com <derek@siconix.com>
14551 Date: Mon Jan 26 14:08:17 2009 -0700
14552
14553 env_nand: fix env memory release
14554
14555 This fixes a bug that tmp environment memory not being released.
14556
14557 Signed-off-by: Derek Ou <dou@siconix.com>
14558 Signed-off-by: Scott Wood <scottwood@freescale.com>
14559
14560 commit 05fd88776419df59e7f37bac063a209409dd801d
14561 Author: Guennadi Liakhovetski <lg@denx.de>
14562 Date: Fri Feb 6 10:37:45 2009 +0100
14563
14564 ARM: remove unused variable
14565
14566 The "size" variable in start_armboot() in lib_arm/board.c is only really
14567 used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
14568 eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
14569
14570 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14571
14572 commit 6989e4f546d960a407dd5425f800dff9751c8132
14573 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14574 Date: Thu Feb 5 09:33:50 2009 -0500
14575
14576 Coldfire: M527x: Add missing GPIO register address defines
14577
14578 Add missing GPIO registers address definition for Coldfire M5271.
14579
14580 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14581
14582 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
14583 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14584 Date: Fri Jan 23 14:42:58 2009 -0500
14585
14586 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
14587
14588 Modified mii_init to support boards with PHYs that are not set to
14589 autonegotiate, but still want to use u-boot's mii commands to probe
14590 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
14591
14592 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14593
14594 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
14595 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14596 Date: Fri Jan 23 11:44:30 2009 -0500
14597
14598 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
14599
14600 Applied the patch for baudrate divider value truncation for
14601 serial_init to serial_setbrg as well.
14602
14603 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14604
14605 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
14606 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14607 Date: Fri Jan 23 14:07:05 2009 -0500
14608
14609 Coldfire: M5271EVB: Board header update (dependencies)
14610
14611 Cleanup for M5271EVB:
14612 Added clarification on the use of CONFIG_SYS_CLOCK.
14613 Modified to use u-boot's HUSH parser.
14614 Cleanup on environment settings.
14615 Removed compiler warning by defining CONFIG_SYS_CS0_*
14616
14617 Dependencies:
14618 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
14619 This depends on a patch to include/asm-m68k/m5271.h
14620 that defines the multiplier and divider ratios.
14621
14622 Removed the definition of CONFIG_SYS_FECI2C.
14623 This depends on a patch that removes the use of it in
14624 cpu/mcf52x2/cpu_init.c
14625
14626 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14627
14628 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
14629 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14630 Date: Thu Jan 29 14:36:06 2009 -0500
14631
14632 Coldfire: M5271: Allow board header file to specify clock multiplier
14633
14634 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
14635
14636 Allow the board header file to set their own multiplier and divider.
14637 Added the #define for the multiplier and divider to the cpu header file.
14638
14639 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14640
14641 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
14642 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14643 Date: Fri Jan 23 10:47:13 2009 -0500
14644
14645 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
14646
14647 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
14648 Use read-modify-write to activate the FEC pins without disabling I2C.
14649
14650 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14651
14652 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
14653 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14654 Date: Fri Jan 23 09:45:34 2009 -0500
14655
14656 Coldfire: cmd_bdinfo cleanup
14657
14658 CONFIG_M68K bdinfo cleanup:
14659
14660 Fixed compiler warning about baudrate printing.
14661 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
14662
14663 Added printing of "cpufreq"
14664
14665 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14666
14667 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
14668 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14669 Date: Fri Jan 23 09:27:00 2009 -0500
14670
14671 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
14672
14673 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
14674 was causing the bus clock (not CPU clock) to be declared twice as
14675 fast as it actually is. This causes UARTS to operate at half the
14676 specified baudrate.
14677
14678 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14679
14680 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
14681 Author: Dirk Eibach <eibach@gdsys.de>
14682 Date: Tue Feb 3 15:15:21 2009 +0100
14683
14684 ppc4xx: Make PCIE support selectable
14685
14686 On some platforms PCIE support is not required, but would be included
14687 because the cpu supports it. To reduce fooprint it is now configurable
14688 via CONFIG_PCI_DISABLE_PCIE.
14689
14690 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
14691 Signed-off-by: Stefan Roese <sr@denx.de>
14692
14693 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
14694 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14695 Date: Tue Feb 3 22:13:16 2009 +0100
14696
14697 ppc4xx: Only fixup opb attached UARTs
14698
14699 This patch updates the fdt UART clock fixup code to
14700 only touch CPU internal UARTs on 4xx systems.
14701 Only these UARTs are definitely clocked by gd->uart_clk.
14702
14703 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14704 Signed-off-by: Stefan Roese <sr@denx.de>
14705
14706 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
14707 Author: Mike Frysinger <vapier@gentoo.org>
14708 Date: Tue Jan 13 11:00:29 2009 -0500
14709
14710 Blackfin: move default boot SPI CS to common code
14711
14712 Move the default SPI CS that we boot from into common code so that it can
14713 be used in other SPI drivers and environment settings.
14714
14715 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14716
14717 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
14718 Author: Mike Frysinger <vapier@gentoo.org>
14719 Date: Wed Dec 10 12:33:54 2008 -0500
14720
14721 Blackfin: dynamically update UART speed when initializing
14722
14723 Previously, booting over the UART required the baud rate to be known ahead
14724 of time. Using a bit of tricky simple math, we can calculate the new board
14725 rate based on the old divisors.
14726
14727 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14728 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
14729
14730 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
14731 Author: Mike Frysinger <vapier@gentoo.org>
14732 Date: Tue Dec 9 17:21:08 2008 -0500
14733
14734 Blackfin: add support for fast SPI reads with Boot ROM
14735
14736 Newer Blackfin boot roms support using the fast SPI read command rather than
14737 just the slow one. If the functionality is available, then use it.
14738
14739 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14740
14741 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
14742 Author: Mike Frysinger <vapier@gentoo.org>
14743 Date: Sat Oct 11 21:46:52 2008 -0400
14744
14745 Blackfin: check for reserved settings in DDR MMRs
14746
14747 Some bits of the DDR MMRs should not be set. If they do, bad things may
14748 happen (like random failures or hardware destruction).
14749
14750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14751
14752 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
14753 Author: Mike Frysinger <vapier@gentoo.org>
14754 Date: Sat Oct 11 21:54:00 2008 -0400
14755
14756 Blackfin: set default voltage levels for BF538/BF539 parts
14757
14758 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14759
14760 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
14761 Author: Mike Frysinger <vapier@gentoo.org>
14762 Date: Sun Jun 1 01:29:57 2008 -0400
14763
14764 Blackfin: use on-chip syscontrol() rom function when available
14765
14766 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
14767 to be used to properly program the memory and voltage settings as it will
14768 include (possibly critical) factory tested bias values.
14769
14770 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14771
14772 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
14773 Author: Stefan Roese <sr@denx.de>
14774 Date: Thu Feb 5 11:44:52 2009 +0100
14775
14776 cfi_flash: Fix typo in cfi_flash.c
14777
14778 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
14779 introduced a small typo and compilation warning for systems with CFI
14780 legacy support (e.g. hcu4). This patch fixes it.
14781
14782 Signed-off-by: Stefan Roese <sr@denx.de>
14783
14784 commit 28745db969b72693754991c838f68a7fb4a8b1ab
14785 Author: Stefan Roese <sr@denx.de>
14786 Date: Thu Jan 29 11:21:38 2009 +0100
14787
14788 jedec_flash: Only use manufacturer defines from common flash.h
14789
14790 This patch removes the double defined manufacturer defines from
14791 jedec_flash.c. Since the common defines in flash.h are 32bit
14792 we now need the (16) cast. This patch also removes the compilation
14793 warning (e.g. seen on hcu5):
14794
14795 ./MAKEALL hcu5
14796 Configuring for hcu5 board...
14797 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
14798
14799 Signed-off-by: Stefan Roese <sr@denx.de>
14800
14801 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
14802 Author: Stefan Roese <sr@denx.de>
14803 Date: Thu Feb 5 11:25:57 2009 +0100
14804
14805 cfi_flash: Silence compilation warning
14806
14807 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
14808 introduced a small compilation warning. This patch fixes it.
14809
14810 Signed-off-by: Stefan Roese <sr@denx.de>
14811
14812 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
14813 Author: Becky Bruce <beckyb@kernel.crashing.org>
14814 Date: Mon Feb 2 16:34:51 2009 -0600
14815
14816 flash/cfi_flash: Use virtual sector start address, not phys
14817
14818 include/flash.h was commented to say that the address in
14819 flash_info->start was a physical address. However, from u-boot's
14820 point of view, and looking at most flash code, it makes more
14821 sense for this to be a virtual address. So I corrected the
14822 comment to indicate that this was a virtual address.
14823
14824 The only flash driver that was actually treating the address
14825 as physical was the mtd/cfi_flash driver. However, this code
14826 was using it inconsistently as it actually directly dereferenced
14827 the "start" element, while it used map_physmem to get a
14828 virtual address in other places. I changed this driver so
14829 that the code which initializes the info->start field calls
14830 map_physmem to get a virtual address, eliminating the need for
14831 further map_physmem calls. The code is now consistent.
14832
14833 The *only* place a physical address should be used is when defining the
14834 flash banks list that is used to initialize the flash_info struct,
14835 usually found in the board config file.
14836
14837 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
14838 Signed-off-by: Stefan Roese <sr@denx.de>
14839
14840 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
14841 Author: Wolfgang Denk <wd@denx.de>
14842 Date: Wed Feb 4 09:42:20 2009 +0100
14843
14844 Fix compiler warning
14845
14846 (shows up only when DEBUG is enabled)
14847
14848 Signed-off-by: Wolfgang Denk <wd@denx.de>
14849
14850 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
14851 Author: Mike Frysinger <vapier@gentoo.org>
14852 Date: Mon Oct 6 03:45:55 2008 -0400
14853
14854 Blackfin: update anomaly lists
14855
14856 Update the anomaly lists to match latest anomaly sheets.
14857
14858 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14859
14860 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
14861 Author: Ralph Kondziella <rk@argos-messtechnik.de>
14862 Date: Mon Jan 26 12:34:36 2009 -0700
14863
14864 ADS5121 Add PATA support
14865
14866 Original patch from Ralph Kondziella
14867 plus clean up by Wolfgang Denk
14868 plus changes by John Rigby
14869 use ips clock not lpc
14870 port forward to current u-boot release
14871
14872 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
14873 Signed-off-by: Wolfgang Denk <wd@denx.de>
14874 Signed-off-by: John Rigby <jrigby@freescale.com>
14875
14876 commit abfbd0ae4967df18102345db4f4b529a13da107b
14877 Author: Martha Marx <mmarx@silicontkx.com>
14878 Date: Mon Jan 26 10:45:07 2009 -0700
14879
14880 ADS5121 Add IC Ident Module (IIM) support
14881
14882 IIM (IC Identification Module) is the fusebox for the mpc5121.
14883 Use #define CONFIG_IIM to turn on the clock for this module
14884 use #define CONFIG_CMD_FUSE to add fusebox commands.
14885 Fusebox commands include the ability to read
14886 the status, read the register cache, override the register cache,
14887 program the fuses and sense them.
14888
14889 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
14890 Signed-off-by: John Rigby <jrigby@freescale.com>
14891
14892 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
14893 Author: John Rigby <jrigby@freescale.com>
14894 Date: Fri Jan 23 10:33:15 2009 -0700
14895
14896 ADS5121 Fix rev2 silicon pci iopad config
14897
14898 Reset config is not correct
14899
14900 Signed-off-by: John Rigby <jrigby@freescale.com>
14901
14902 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
14903 Author: John Rigby <jrigby@freescale.com>
14904 Date: Wed Nov 19 13:57:34 2008 -0700
14905
14906 ADS5121 DIU Add diu_bmp_addr env
14907
14908 Add support for using a bmp other than
14909 FSL_Logo_BMP for the DIU splash screen.
14910
14911 Can now set the env var "diu_bmp_addr" to
14912 the address of a BMP in flash to use instead
14913 of the default FSL_Logo_BMP.
14914
14915 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
14916 Signed-off-by: John Rigby <jrigby@freescale.com>
14917
14918 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
14919 Author: John Rigby <jrigby@freescale.com>
14920 Date: Thu Oct 30 16:39:35 2008 -0600
14921
14922 ADS5121 DIU Make inclusion of FSL logo optional
14923
14924 Make inclusion of FSL logo optional and
14925 turn it off by default.
14926
14927 Signed-off-by: John Rigby <jrigby@freescale.com>
14928
14929 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
14930 Author: Remy Bohmer <linux@bohmer.net>
14931 Date: Sun Feb 1 12:27:53 2009 +0100
14932
14933 Compile warning fix in onenand_uboot.h
14934
14935 Regression since merge window after 2009.01
14936
14937 Signed-off-by: Remy Bohmer <linux@bohmer.net>
14938
14939 commit a270d1e7295c3d829f42c0480117941dfc1c6477
14940 Author: Stefan Roese <sr@denx.de>
14941 Date: Thu Jan 29 06:33:55 2009 +0100
14942
14943 USB: Add EHCI support for VCT EHCI controller (really with driver now)
14944
14945 Somehow I missed the real driver part in my last patch version. This patch
14946 now adds the driver.
14947
14948 Signed-off-by: Stefan Roese <sr@denx.de>
14949 Signed-off-by: Remy Bohmer <linux@bohmer.net>
14950
14951 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
14952 Author: Cliff Cai <cliff.cai@analog.com>
14953 Date: Sat Nov 29 18:22:38 2008 -0500
14954
14955 Blackfin: add driver for on-chip MMC/SD controller
14956
14957 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
14958
14959 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
14960 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14961
14962 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
14963 Author: Mike Frysinger <vapier@gentoo.org>
14964 Date: Sat Oct 11 22:47:34 2008 -0400
14965
14966 Blackfin: add port muxing for BF51x SPI
14967
14968 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14969
14970 commit fc68f9f85959664d528daea2aef5ef54974331ce
14971 Author: Mike Frysinger <vapier@gentoo.org>
14972 Date: Tue Jan 6 06:16:19 2009 -0500
14973
14974 Blackfin: output booting source when booting
14975
14976 Knowing the booting source of the part is useful, especially when the part
14977 can switch dynamically between sources.
14978
14979 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14980
14981 commit 8df3ce0f49c37947800ac7c84e751499882619fc
14982 Author: Mike Frysinger <vapier@gentoo.org>
14983 Date: Thu Dec 11 06:30:46 2008 -0500
14984
14985 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
14986
14987 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
14988 the Blackfin on-chip bootrom to boot out of SPI flash.
14989
14990 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14991
14992 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
14993 Author: Mike Frysinger <vapier@gentoo.org>
14994 Date: Thu Dec 11 04:06:26 2008 -0500
14995
14996 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
14997
14998 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14999
15000 commit e5eb93e77391bcc308697116c544ea1340aaae8a
15001 Author: Mike Frysinger <vapier@gentoo.org>
15002 Date: Sat Dec 6 02:54:52 2008 -0500
15003
15004 Blackfin: add port I bits
15005
15006 Some people need to access port I, so make sure the pins are defined.
15007
15008 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15009
15010 commit 8a6b272596d43de0db4943eac7af58c3534c4026
15011 Author: Sonic Zhang <Sonic.Zhang@analog.com>
15012 Date: Wed Nov 26 22:16:45 2008 -0500
15013
15014 Blackfin: add driver for on-chip ATAPI controller
15015
15016 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
15017
15018 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
15019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15020
15021 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
15022 Author: Mike Frysinger <vapier@gentoo.org>
15023 Date: Wed Nov 26 21:43:06 2008 -0500
15024
15025 Blackfin: add driver for on-chip NAND controller
15026
15027 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
15028
15029 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15030
15031 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
15032 Author: Mike Frysinger <vapier@gentoo.org>
15033 Date: Wed Nov 12 07:18:15 2008 -0500
15034
15035 Blackfin: build with -mno-fdpic
15036
15037 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
15038 up u-boot, including ones that output FDPIC ELF by default.
15039
15040 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15041
15042 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
15043 Author: Mike Frysinger <vapier@gentoo.org>
15044 Date: Tue Nov 11 05:43:57 2008 -0500
15045
15046 Blackfin: fix up EBIU defines
15047
15048 The EBIU defines for EBSZ 256/512 were incorrect.
15049
15050 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15051
15052 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
15053 Author: Mike Frysinger <vapier@gentoo.org>
15054 Date: Wed Nov 5 12:45:24 2008 -0500
15055
15056 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
15057
15058 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
15059 as usable with the source/destination addresses and the count size.
15060
15061 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15062
15063 commit b93c68648426f906d63b98117496b6415f505f39
15064 Author: Mike Frysinger <vapier@gentoo.org>
15065 Date: Wed Nov 5 08:50:23 2008 -0500
15066
15067 Blackfin: only flag L1 instruction for DMA memcpy
15068
15069 The performance difference from doing an 8 bit DMA memcpy vs an optimized
15070 core memcpy can be pretty big when you add in the overhead of setting up the
15071 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
15072 actually require it.
15073
15074 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15075
15076 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
15077 Author: Mike Frysinger <vapier@gentoo.org>
15078 Date: Wed Nov 5 07:20:37 2008 -0500
15079
15080 Blackfin: dma_memcpy(): fix random failures
15081
15082 We have to make sure the DMA channel is actually disabled in hardware before
15083 attempting to reprogram it. Otherwise the new settings are ignored and we
15084 end up with random hangs/failures.
15085
15086 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15087
15088 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
15089 Author: Mike Frysinger <vapier@gentoo.org>
15090 Date: Tue Nov 4 00:04:03 2008 -0500
15091
15092 Blackfin: rewrite cache handling functions
15093
15094 Take the cache flush functions from the kernel as they use hardware loops in
15095 order to get optimal performance.
15096
15097 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15098
15099 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
15100 Author: Mike Frysinger <vapier@gentoo.org>
15101 Date: Mon Nov 3 22:30:05 2008 -0500
15102
15103 Blackfin: setup bi_enetaddr for single nets
15104
15105 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
15106 based on $ethaddr, so set it up.
15107
15108 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15109
15110 commit 40599239e7875b39e2a5c12e6545992041c72c52
15111 Author: Mike Frysinger <vapier@gentoo.org>
15112 Date: Fri Oct 24 22:48:47 2008 -0400
15113
15114 Blackfin: cache core/system clock values
15115
15116 Calculating the clocks requires a bit of calls to gcc math functions, so
15117 cache the values after the first run since they'll most likely never
15118 change once U-Boot is up and running.
15119
15120 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15121
15122 commit 6957a6209b02f6b69607fc47425f13731cc477f1
15123 Author: Mike Frysinger <vapier@gentoo.org>
15124 Date: Fri Oct 24 18:18:16 2008 -0400
15125
15126 Blackfin: enable --gc-sections
15127
15128 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
15129 and linking with --gc-sections.
15130
15131 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15132
15133 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
15134 Author: Mike Frysinger <vapier@gentoo.org>
15135 Date: Mon Oct 20 21:08:54 2008 -0400
15136
15137 Blackfin: dont check baud if it wont actually get used
15138
15139 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15140
15141 commit 400f5778f375bc99c73c8488c555def261ccfab7
15142 Author: Mike Frysinger <vapier@gentoo.org>
15143 Date: Tue Oct 14 07:54:09 2008 -0400
15144
15145 Blackfin: add driver for on-chip SPI controller
15146
15147 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
15148
15149 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15150
15151 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
15152 Author: Mike Frysinger <vapier@gentoo.org>
15153 Date: Sat Oct 18 05:33:51 2008 -0400
15154
15155 Blackfin: only build post code when CONFIG_POST
15156
15157 Save some time by using CONFIG_POST in the Makefile rather than C files.
15158
15159 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15160
15161 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
15162 Author: Mike Frysinger <vapier@gentoo.org>
15163 Date: Thu Jan 8 11:57:57 2009 -0500
15164
15165 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
15166
15167 Redo how pointers are managed to get rid of ugly casts and strict pointer
15168 aliasing issues that are highlighted by gcc 4.3.
15169
15170 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15171 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15172
15173 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
15174 Author: Mike Frysinger <vapier@gentoo.org>
15175 Date: Tue Dec 9 17:46:21 2008 -0500
15176
15177 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
15178
15179 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
15180 does exactly the same thing as common "CONFIG_RMII".
15181
15182 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15183 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15184
15185 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
15186 Author: Mike Frysinger <vapier@gentoo.org>
15187 Date: Wed Nov 5 06:36:15 2008 -0500
15188
15189 Blackfin: bfin_mac: use common debug()
15190
15191 Rather then defining our own DEBUGF(), just use the common debug().
15192
15193 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15194 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15195
15196 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
15197 Author: Mike Frysinger <vapier@gentoo.org>
15198 Date: Mon Oct 20 13:59:51 2008 -0400
15199
15200 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
15201
15202 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
15203 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
15204
15205 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15206 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15207
15208 commit ac45af4e63ea925f4accc98453aab1a1166c196d
15209 Author: Mike Frysinger <vapier@gentoo.org>
15210 Date: Tue Oct 14 04:52:00 2008 -0400
15211
15212 Blackfin: bfin_mac: cleanup MII/PHY functions
15213
15214 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
15215 existing common linux/miiphy.h code and hook into the `mii` command.
15216
15217 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15218 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15219
15220 commit 6b310a05f0d10c751f22468040932139f71c71d3
15221 Author: Mike Frysinger <vapier@gentoo.org>
15222 Date: Tue Oct 14 00:31:30 2008 -0400
15223
15224 Blackfin: bfin_mac: set MDCDIV based on SCLK
15225
15226 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
15227 use the real algorithm so it gets set correctly regardless of SCLK.
15228
15229 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15230 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15231
15232 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
15233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15234 Date: Sat Jan 31 09:10:48 2009 +0100
15235
15236 ixp: move serial to drivers/serial
15237
15238 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15239
15240 commit f90c8022f448bc5e93090e4b714368e52e912f0f
15241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15242 Date: Sat Jan 31 09:04:58 2009 +0100
15243
15244 ixp: move pci init in arm/board instead of cpu
15245
15246 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15247
15248 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
15249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15250 Date: Sat Jan 31 08:56:49 2009 +0100
15251
15252 ixp: move pci drivers to drivers/pci
15253
15254 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15255
15256 commit 012d5bab09a534e4800b02f50cf508e6837202ea
15257 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15258 Date: Sat Jan 31 08:53:44 2009 +0100
15259
15260 ixp: Move conditional compilation to Makefile
15261
15262 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15263
15264 commit f693f501d67434df1f815fd1824a71973ae08207
15265 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15266 Date: Sat Jan 31 08:53:44 2009 +0100
15267
15268 ixp: add missing os define
15269
15270 need by arm-elf toolchains and no impact on the arm-linux one
15271
15272 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15273
15274 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
15275 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15276 Date: Sat Jan 31 09:53:39 2009 +0100
15277
15278 ixp: remove the option to include the Microcode
15279
15280 instead the board will have to load it from flash or ram
15281 which will be specified by npe_ucode env var
15282
15283 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15284
15285 commit 1b017baf2071d8daf643bce87250db898c606c66
15286 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15287 Date: Fri Jan 30 09:45:23 2009 +0100
15288
15289 ixp/npe: Move conditional compilation to Makefile
15290
15291 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15292
15293 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
15294 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15295 Date: Wed Jan 28 21:58:04 2009 +0100
15296
15297 SX1: add hardware V2 support
15298
15299 In the V2 the 2 flash has been replace by one 32MB flash
15300
15301 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15302
15303 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
15304 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15305 Date: Wed Jan 28 21:58:03 2009 +0100
15306
15307 SX1: Fix second flash mapping
15308
15309 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15310
15311 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
15312 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15313 Date: Wed Jan 28 21:58:03 2009 +0100
15314
15315 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
15316
15317 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15318
15319 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
15320 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15321 Date: Wed Jan 28 21:57:59 2009 +0100
15322
15323 move Samsung's board to board/samsung
15324
15325 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15326
15327 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
15328 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15329 Date: Thu Jan 29 12:07:21 2009 +0100
15330
15331 move ARM Ltd. to vendor dir
15332
15333 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15334
15335 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
15336 Author: Larry Johnson <lrj@acm.org>
15337 Date: Wed Jan 28 15:30:37 2009 -0500
15338
15339 ppc4xx: Clean up configuration file for Korat board
15340
15341 This patch updates the default environmental variables for the
15342 Korat PPC 440EPx board, and makes additional minor fixes.
15343
15344 Signed-off-by: Larry Johnson <lrj@acm.org>
15345 Signed-off-by: Stefan Roese <sr@denx.de>
15346
15347 commit f20405e31680efc36293c59b4963db57c9d93df4
15348 Author: Larry Johnson <lrj@acm.org>
15349 Date: Wed Jan 28 15:30:02 2009 -0500
15350
15351 ppc4xx: Add variable "korat_usbcf" for Korat board
15352
15353 The new environment variable "korat_usbcf" selects the USB
15354 port used by the Korat board's CompactFlash controller.
15355
15356 Signed-off-by: Larry Johnson <lrj@acm.org>
15357 Signed-off-by: Stefan Roese <sr@denx.de>
15358
15359 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
15360 Author: Gunnar Rangoy <gunnar@rangoy.com>
15361 Date: Fri Jan 23 12:56:31 2009 +0100
15362
15363 AVR32: macb - Search for PHY id
15364
15365 This patch adds support for searching through available PHY-addresses in
15366 the macb-driver. This is needed for the ATEVK1100 evaluation board,
15367 where the PHY-address will be initialized to either 1 or 7.
15368
15369 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
15370 enabled tells the driver to search for the PHY address.
15371
15372 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
15373 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
15374 Signed-off-by: Olav Morken <olavmrk@gmail.com>
15375 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15376
15377 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
15378 Author: Olav Morken <olavmrk@gmail.com>
15379 Date: Fri Jan 23 12:56:26 2009 +0100
15380
15381 Fix IP alignment problem
15382
15383 This patch removes volatile from:
15384 volatile IP_t *ip = (IP_t *)xip;
15385
15386 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
15387 using volatile, which causes an exception since xip isn't aligned on a word
15388 boundary.
15389
15390 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
15391 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
15392 Signed-off-by: Olav Morken <olavmrk@gmail.com>
15393 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15394
15395 commit 12a8b9db12f82a189ff143a58731007f5469da61
15396 Author: Ron Madrid <ron_madrid@sbcglobal.net>
15397 Date: Wed Jan 28 16:17:21 2009 -0800
15398
15399 Marvell 88E1118 interrupt fix
15400
15401 This patch adjusts the LED control so that interrupt lines are not reading LEDs
15402 and effectively causing indefinite interrupts to the controller.
15403
15404 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
15405 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15406
15407 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
15408 Author: Stefan Roese <sr@denx.de>
15409 Date: Wed Jan 21 17:14:26 2009 +0100
15410
15411 net: smc911x.c: Add LAN9211 to chip_ids[] array
15412
15413 Signed-off-by: Stefan Roese <sr@denx.de>
15414 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15415
15416 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
15417 Author: Mike Frysinger <vapier@gentoo.org>
15418 Date: Tue Jan 27 16:53:39 2009 -0500
15419
15420 Move is_valid_ether_addr() to include/net.h
15421
15422 Import the is_valid_ether_addr() function from the Linux kernel.
15423
15424 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15425 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15426
15427 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
15428 Author: Michal Simek <monstr@monstr.eu>
15429 Date: Mon Jan 5 12:25:13 2009 +0100
15430
15431 net: Sort Makefile labels
15432
15433 Signed-off-by: Michal Simek <monstr@monstr.eu>
15434 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15435
15436 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
15437 Author: Wolfgang Denk <wd@denx.de>
15438 Date: Wed Jan 28 23:06:42 2009 +0100
15439
15440 85xx: Fix compile breakage with sbc8540 and sbc8560
15441
15442 This fixes an error which raises just a warning:
15443 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
15444
15445 Signed-off-by: Wolfgang Denk <wd@denx.de>
15446
15447 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
15448 Author: Mike Frysinger <vapier@gentoo.org>
15449 Date: Wed Jan 28 13:48:55 2009 -0500
15450
15451 SPD823TS: do not define CONFIG_CMD_ENV
15452
15453 Since the SPD823TS board does not actually have any writable flash to save
15454 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
15455 disabled.
15456
15457 This fixes the build error:
15458 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
15459 common/cmd_nvedit.c:557: undefined reference to `saveenv'
15460 make: *** [u-boot] Error 1
15461
15462 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15463
15464 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
15465 Author: Dirk Behme <dirk.behme@googlemail.com>
15466 Date: Wed Jan 28 21:40:16 2009 +0100
15467
15468 OMAP3: Add Zoom1 board support
15469
15470 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
15471 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
15472
15473 Signed-off-by: Nishanth Menon <nm@ti.com>
15474 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
15475
15476 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
15477 Author: Dirk Behme <dirk.behme@googlemail.com>
15478 Date: Wed Jan 28 21:39:58 2009 +0100
15479
15480 OMAP3: Add Pandora support
15481
15482 Add Pandora support.
15483
15484 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
15485 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15486 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
15487
15488 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
15489 Author: Dirk Behme <dirk.behme@googlemail.com>
15490 Date: Wed Jan 28 21:39:58 2009 +0100
15491
15492 OMAP3: Add EVM board
15493
15494 Add EVM board support.
15495
15496 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
15497 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15498 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
15499
15500 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
15501 Author: Dirk Behme <dirk.behme@googlemail.com>
15502 Date: Wed Jan 28 21:39:57 2009 +0100
15503
15504 OMAP3: Add Overo board
15505
15506 Add Overo board support.
15507
15508 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
15509 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15510 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
15511
15512 commit f904cdbb68167c647887f19929ad295dbaac8862
15513 Author: Dirk Behme <dirk.behme@googlemail.com>
15514 Date: Tue Jan 27 18:19:12 2009 +0100
15515
15516 OMAP3: Add common power code, README, and BeagleBoard
15517
15518 Add BeagleBoard support, common power code and README.
15519
15520 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
15521 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15522
15523 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
15524 Author: Kumar Gala <galak@kernel.crashing.org>
15525 Date: Wed Jan 28 08:31:10 2009 -0600
15526
15527 85xx: Fix compile breakage with MPC8540EVAL
15528
15529 Configuring for MPC8540EVAL board...
15530 mpc8540eval.c: In function 'checkboard':
15531 mpc8540eval.c:53: error: invalid operands to binary /
15532 make[1]: *** [mpc8540eval.o] Error 1
15533
15534 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15535
15536 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
15537 Author: Bryan Wu <bryan.wu@analog.com>
15538 Date: Sun Jan 18 23:04:27 2009 -0500
15539
15540 usb_scan_devices: fix output with no devices
15541
15542 We should check the return of usb_new_device() so that if no USB device is
15543 found, we print out the right message rather than always saying "new usb
15544 device found".
15545
15546 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
15547 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15548 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15549
15550 commit f1c1f540243438246aefb703fdcf16957e3a72e1
15551 Author: Stefan Roese <sr@denx.de>
15552 Date: Thu Jan 22 10:11:21 2009 +0100
15553
15554 USB: Add high-speed (480Mb/s) to all USB related outputs
15555
15556 With this patch the USB related connection speed output ("usb tree" command and
15557 debug output) is now high-speed enabled.
15558
15559 This patch also fixes a compilation warning when debugging is enabled.
15560
15561 Signed-off-by: Stefan Roese <sr@denx.de>
15562 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15563
15564 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
15565 Author: Stefan Roese <sr@denx.de>
15566 Date: Wed Jan 21 17:12:19 2009 +0100
15567
15568 USB: Add dcache support to the EHCI driver
15569
15570 This patch adds routines to handle (flush/invalidate) the dcache for the
15571 QH and qTD structures and data buffers. This is needed on platforms using
15572 this EHCI support with dcache enabled (like the MIPS VCT board port).
15573
15574 Signed-off-by: Stefan Roese <sr@denx.de>
15575 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15576
15577 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
15578 Author: Stefan Roese <sr@denx.de>
15579 Date: Wed Jan 21 17:12:28 2009 +0100
15580
15581 USB: Add EHCI support for VCT EHCI controller
15582
15583 Signed-off-by: Stefan Roese <sr@denx.de>
15584 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15585
15586 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
15587 Author: Stefan Roese <sr@denx.de>
15588 Date: Wed Jan 21 17:12:10 2009 +0100
15589
15590 USB: Add config option to call ehci_hcd_init() again after EHCI reset
15591
15592 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
15593 to call ehci_hcd_init() again after ehci_reset() is executed. This
15594 is needed for the upcoming VCT EHCI support which needs to re-init
15595 the hcd part again after the EHCI CMD_RESET is executed.
15596
15597 Signed-off-by: Stefan Roese <sr@denx.de>
15598 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15599
15600 commit 597eb28bd9691266b7b804364cda577cdb51d106
15601 Author: Stefan Roese <sr@denx.de>
15602 Date: Wed Jan 21 17:12:01 2009 +0100
15603
15604 USB: Fix speed detection on EHCI cntr with root hub transaction translators
15605
15606 This patch fixes an issue that the speed of USB devices was not detected
15607 correctly on some EHCI controllers. This will be used on the upcoming VCT
15608 EHCI support.
15609
15610 Signed-off-by: Stefan Roese <sr@denx.de>
15611 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15612
15613 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
15614 Author: Thomas Abraham <t-abraham@ti.com>
15615 Date: Sun Jan 4 09:41:20 2009 +0530
15616
15617 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
15618
15619 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
15620 configuration file.
15621
15622 Signed-off-by: Ravi Babu <ravibabu@ti.com>
15623 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
15624 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15625 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
15626 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15627
15628 commit 538ef967715322f64ee08efa2296d9682111b014
15629 Author: Thomas Abraham <t-abraham@ti.com>
15630 Date: Sun Jan 4 09:41:16 2009 +0530
15631
15632 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
15633
15634 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
15635 controller hook up to USB core layer.
15636
15637 Signed-off-by: Ravi Babu <ravibabu@ti.com>
15638 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
15639 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15640 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
15641 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15642
15643 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
15644 Author: Thomas Abraham <t-abraham@ti.com>
15645 Date: Sun Jan 4 09:41:13 2009 +0530
15646
15647 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
15648
15649 Adding DM6446 (TI DaVinci) platform specific USB functionality for
15650 USB Phy and VBUS initialization.
15651
15652 Signed-off-by: Ravi Babu <ravibabu@ti.com>
15653 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
15654 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15655 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
15656 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15657
15658 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
15659 Author: Thomas Abraham <t-abraham@ti.com>
15660 Date: Sun Jan 4 09:41:09 2009 +0530
15661
15662 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
15663
15664 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
15665 platform.
15666
15667 Signed-off-by: Ravi Babu <ravibabu@ti.com>
15668 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
15669 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15670 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
15671 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15672
15673 commit a142896934c755e679ba87e227a8e449f39b0012
15674 Author: Thomas Abraham <t-abraham@ti.com>
15675 Date: Sun Jan 4 09:41:03 2009 +0530
15676
15677 usb : musb : Adding host controller driver for Mentor USB controller
15678
15679 Adding Mentor USB core functionality and Mentor USB Host controller
15680 functionality for Mentor USB OTG controller (musbhdrc).
15681
15682 Signed-off-by: Ravi Babu <ravibabu@ti.com>
15683 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
15684 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15685 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
15686 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15687
15688 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
15689 Author: Mike Frysinger <vapier@gentoo.org>
15690 Date: Thu Jan 1 18:27:27 2009 -0500
15691
15692 usb.h: use standard __LITTLE_ENDIAN from Linux headers
15693
15694 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
15695 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
15696 already setting up.
15697
15698 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15699 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15700
15701 commit 7b6e31eb17e3ff76238a60803fc531517d516223
15702 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15703 Date: Wed Dec 31 10:33:56 2008 +0100
15704
15705 USB ehci ixp4xx support
15706
15707 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
15708
15709 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15710 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15711
15712 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
15713 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15714 Date: Wed Dec 31 10:33:22 2008 +0100
15715
15716 USB ehci remove infinite loop and use handshake function
15717
15718 USB ehci code cleanup. Use handshake instead of infinite while loop
15719 to check the STD_ASS status
15720
15721 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15722 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15723
15724 commit 8fea2914ac974029b65926ef8247d908f84d202d
15725 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15726 Date: Wed Dec 31 10:32:41 2008 +0100
15727
15728 Add initial support for USB ehci pci
15729
15730 Add USB ehci pci support. This patch doesn't include any
15731 pci_ids and it is not tested on real hardware.
15732
15733 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15734 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15735
15736 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
15737 Author: Bryan Wu <Bryan.Wu@analog.com>
15738 Date: Thu Jan 1 19:48:07 2009 -0500
15739
15740 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
15741
15742 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
15743 does not like to be reset, so check for it.
15744
15745 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
15746 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15747 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15748
15749 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
15750 Author: Thomas Abraham <t-abraham@ti.com>
15751 Date: Sun Jan 4 12:15:35 2009 +0530
15752
15753 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
15754
15755 This patch populates the 'priv' field of the USB keyboard device_t
15756 structure. The 'priv' field is populated with the address of the
15757 'struct usb_device' structure that represents the USB device.
15758
15759 The 'priv' field can then be used in the 'usb_event_poll' function to
15760 determine the USB device that requires to be polled. An
15761 example of its usage in 'usb_event_poll' function is as below.
15762
15763 device_t *dev;
15764 struct usb_device *usb_kbd_dev;
15765
15766 <snip>
15767
15768 dev = device_get_by_name("usbkbd");
15769 usb_kbd_dev = (struct usb_device *)dev->priv;
15770 iface = &usb_kbd_dev->config.if_desc[0];
15771
15772 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
15773 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15774
15775 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
15776 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15777 Date: Thu Dec 18 10:05:37 2008 +0100
15778
15779 USB change speed
15780
15781 USB changes the speed according to the port status
15782
15783 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15784 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15785
15786 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
15787 Author: Remy Böhmer <linux@bohmer.net>
15788 Date: Sat Dec 13 22:51:58 2008 +0100
15789
15790 EHCI fix code and ixp4xx test.
15791 USB ehci configuration parameter:
15792
15793 #define CONFIG_CMD_USB 1
15794 #define CONFIG_USB_STORAGE 1
15795 #define CONFIG_USB_EHCI
15796 #define CONFIG_USB_EHCI_IXP4XX 1
15797 #define CONFIG_EHCI_IS_TDI 1
15798 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
15799 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
15800 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
15801 #define CONFIG_LEGACY_USB_INIT_SEQ 1
15802
15803 2 USB Device(s) found
15804 scanning bus for storage devices... 0 Storage Device(s) found
15805 => usb tree
15806
15807 Device Tree:
15808 1 Hub (1.5MBit/s, 0mA)
15809 | u-boot EHCI Host Controller
15810 |
15811 |+-2 Mass Storage (12MBit/s, 100mA)
15812 Sony Storage Media 0C07040930296
15813
15814 =>
15815
15816 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15817 Signed-off-by: Remy Böhmer <linux@bohmer.net>
15818
15819 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
15820 Author: michael <michael@panicking.retis>
15821 Date: Thu Dec 11 13:43:55 2008 +0100
15822
15823 [PATCH] This patch add varius fix to the ehci.
15824 - fix ehci_readl, ehci_writel
15825 - introduce new define in ehci.h
15826 - introduce the handshake function for waiting on a register
15827 - fix usb_ehci_fsl with the new HC_LENGTH macro
15828
15829 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15830 Signed-off-by: Remy Böhmer <linux@bohmer.net>
15831
15832 commit db63299b1dd2894ade542278210bccd046de6435
15833 Author: michael <michael@panicking.retis>
15834 Date: Wed Dec 10 17:55:19 2008 +0100
15835
15836 [PATCH] Fix EHCI usb. I start to test on a
15837 IXP465 board and I find some errors in the code. This
15838 patch fix:
15839 - descriptor initizialization (config, interface and endpoint
15840 must be one next-to the other when the USB_DT_CONFIG message
15841 is send.
15842 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
15843 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
15844 - Introduce the linux version of the usb_config_descriptor and
15845 usb_interface descriptor. This descriptor does't contains
15846 u-boot extension.
15847
15848 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15849 Signed-off-by: Remy Böhmer <linux@bohmer.net>
15850
15851 commit 6b92487dcf9afe83a3570153d66940fdb293be76
15852 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15853 Date: Fri Nov 28 13:22:09 2008 +0100
15854
15855 USB ehci freescale support
15856
15857 Add USB ehci freescale support
15858
15859 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15860 Signed-off-by: Remy Böhmer <linux@bohmer.net>
15861
15862 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
15863 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15864 Date: Fri Nov 28 13:20:46 2008 +0100
15865
15866 USB ehci core support
15867
15868 Add USB ehci core support
15869
15870 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15871 Signed-off-by: Remy Böhmer <linux@bohmer.net>
15872
15873 commit 3e126484df7868e341545cce740b24b62b0cd3b7
15874 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15875 Date: Fri Nov 28 13:19:19 2008 +0100
15876
15877 Prepare USB layer for ehci
15878
15879 Prepare USB layer for ehci support
15880
15881 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15882 Signed-off-by: Remy Böhmer <linux@bohmer.net>
15883
15884 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
15885 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
15886 Date: Wed Dec 10 15:52:06 2008 +0100
15887
15888 USB storage cleanup patch
15889
15890 Cleanup usb storage
15891
15892 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
15893 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15894
15895 commit fe033ad6d0883063fe857237abb9436fab03208c
15896 Author: Mike Frysinger <vapier@gentoo.org>
15897 Date: Sun Oct 12 06:02:55 2008 -0400
15898
15899 Blackfin: fixup misc warnings such as printf's and missing casts
15900
15901 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15902
15903 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
15904 Author: Mike Frysinger <vapier@gentoo.org>
15905 Date: Sun Oct 12 22:09:26 2008 -0400
15906
15907 Blackfin: convert old boards to use COBJS-y Makefile style
15908
15909 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15910
15911 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
15912 Author: Mike Frysinger <vapier@gentoo.org>
15913 Date: Sat Oct 11 22:38:37 2008 -0400
15914
15915 Blackfin: bf533-stamp: rewrite resource swap logic
15916
15917 The old swap function tended to clobber unrelated pins and screw up masks.
15918 Rewrite the thing from scratch so it only uses the resources it needs.
15919
15920 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15921
15922 commit 29d4ea0a9073c82469184331010136f52edf8db6
15923 Author: Mike Frysinger <vapier@gentoo.org>
15924 Date: Sat Oct 11 22:08:42 2008 -0400
15925
15926 Blackfin: bootldr: implement BF53x/BF56x LDR loader
15927
15928 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
15929 arbitrary memory locations, so implement a basic one in software.
15930
15931 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15932
15933 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
15934 Author: Mike Frysinger <vapier@gentoo.org>
15935 Date: Sat Oct 11 22:05:42 2008 -0400
15936
15937 Blackfin: implement real write support for OTP
15938
15939 Now that real documentation has been released for the OTP interface and
15940 the on-chip ROM wrt writing/timings, implement support for reading/writing
15941 as well as dumping/locking.
15942
15943 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15944
15945 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
15946 Author: Mike Frysinger <vapier@gentoo.org>
15947 Date: Sat Oct 11 22:04:05 2008 -0400
15948
15949 Blackfin: update on-chip ROM API
15950
15951 This brings the API for the on-chip ROM in line with the toolchain and
15952 hardware documentation.
15953
15954 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15955
15956 commit 7633903bff432ec7b27905dce7396958553f2be6
15957 Author: Mike Frysinger <vapier@gentoo.org>
15958 Date: Sat Oct 11 21:52:17 2008 -0400
15959
15960 Blackfin: allow serial console to be disabled
15961
15962 Some devices have no UART device pulled out, so allow people to disable the
15963 driver completely in favor of other methods (like JTAG-console).
15964
15965 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15966
15967 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
15968 Author: Mike Frysinger <vapier@gentoo.org>
15969 Date: Sat Oct 11 21:51:20 2008 -0400
15970
15971 Blackfin: support console-over-JTAG
15972
15973 The Blackfin JTAG has the ability to pass data via a back-channel without
15974 halting the processor. Utilize that channel to emulate a console.
15975
15976 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15977
15978 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
15979 Author: Mike Frysinger <vapier@gentoo.org>
15980 Date: Sat Oct 11 21:49:06 2008 -0400
15981
15982 Blackfin: handle new anomalies with reset
15983
15984 Workaround fun new anomalies related to software reset of the processor.
15985
15986 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15987
15988 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
15989 Author: Mike Frysinger <vapier@gentoo.org>
15990 Date: Sat Oct 11 21:44:00 2008 -0400
15991
15992 Blackfin: pass RETX to Linux
15993
15994 Make sure we save the value of RETX at power on and then pass it on to the
15995 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
15996
15997 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15998
15999 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
16000 Author: Mike Frysinger <vapier@gentoo.org>
16001 Date: Sat Oct 11 21:40:26 2008 -0400
16002
16003 Blackfin: clarify relocation comment during init
16004
16005 People often ask questions about the init process and when things go
16006 from flash to relocated base, so clarify the comments a bit.
16007
16008 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16009
16010 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
16011 Author: Mike Frysinger <vapier@gentoo.org>
16012 Date: Sat Oct 11 21:23:41 2008 -0400
16013
16014 Blackfin: just set SP register directly during init
16015
16016 No need to set the SP register indirectly to the configured value when it
16017 can be set directly.
16018
16019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16020
16021 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
16022 Author: Mike Frysinger <vapier@gentoo.org>
16023 Date: Sat Oct 11 21:15:53 2008 -0400
16024
16025 Blackfin: add portmuxing for UARTs on the BF51x
16026
16027 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16028
16029 commit 4f6a313240c531042f16909a3a170ab047b95779
16030 Author: Mike Frysinger <vapier@gentoo.org>
16031 Date: Sun Jun 1 01:26:29 2008 -0400
16032
16033 Blackfin: respect CONFIG_CLKIN_HALF
16034
16035 As pointed out by Ivan Koryakovskiy, the initialization code was not
16036 actually respecting the CONFIG_CLKIN_HALF option when configuring the
16037 PLL_CTL register.
16038
16039 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16040
16041 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
16042 Author: Mike Frysinger <vapier@gentoo.org>
16043 Date: Sun Jun 1 01:21:34 2008 -0400
16044
16045 Blackfin: use common memcpy routine during init
16046
16047 Rather than using a local custom memcpy function, just call the existing
16048 optimized Blackfin version.
16049
16050 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16051
16052 commit 362c943347364e9373af4c5530778491ab56ec2e
16053 Author: Mike Frysinger <vapier@gentoo.org>
16054 Date: Wed Apr 9 02:27:06 2008 -0400
16055
16056 Blackfin: set default boot SPI CS for BF538/BF539
16057
16058 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
16059 Blackfin parts.
16060
16061 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16062
16063 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
16064 Author: Mike Frysinger <vapier@gentoo.org>
16065 Date: Wed Apr 9 02:20:59 2008 -0400
16066
16067 Blackfin: punt unused BF533-STAMP definitions
16068
16069 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16070
16071 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
16072 Author: Mike Frysinger <vapier@gentoo.org>
16073 Date: Fri Apr 18 20:44:11 2008 -0400
16074
16075 Blackfin: resurrect BF533-STAMP video splash driver
16076
16077 This video driver used to live in the Blackfin cpu directory, but it was
16078 lost during the unification process. This brings it back.
16079
16080 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16081
16082 commit a750d038f2548d846ea1e046d873dc932d041319
16083 Author: Mike Frysinger <vapier@gentoo.org>
16084 Date: Wed Apr 9 02:31:29 2008 -0400
16085
16086 Blackfin: tighten up post memory coding style
16087
16088 No functional changes here; just cleanup code style a bit.
16089
16090 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16091
16092 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
16093 Author: Mike Frysinger <vapier@gentoo.org>
16094 Date: Wed Apr 9 02:29:18 2008 -0400
16095
16096 Blackfin: bf537-stamp nand: fix more style errors in previous commit
16097
16098 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16099
16100 commit 41f3325ae9add641036d7cb362e884b698e53f07
16101 Author: Mike Frysinger <vapier@gentoo.org>
16102 Date: Sat Oct 11 20:31:17 2008 -0400
16103
16104 Blackfin: drop dead/wrong debug code in initdram()
16105
16106 The DEBUG code in initdram() is quite old and was never really useful, so
16107 just drop it altogether. Common Blackfin debug code does a better job.
16108
16109 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16110
16111 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
16112 Author: Mike Frysinger <vapier@gentoo.org>
16113 Date: Sat Oct 11 20:30:28 2008 -0400
16114
16115 Blackfin: bf533-ezkit: shuffle flash defines a little
16116
16117 Some of the flash defines weren't in the correct location and caused build
16118 problems in some configurations, so let's move types and defines to better
16119 local locations.
16120
16121 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16122
16123 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
16124 Author: Mike Frysinger <vapier@gentoo.org>
16125 Date: Mon Oct 6 04:16:47 2008 -0400
16126
16127 Blackfin: overhaul i2c driver
16128
16129 The current Blackfin i2c driver does not work properly with certain devices
16130 due to it breaking up transfers incorrectly. This is a rewrite of the
16131 driver and relocates it to the newer place in the source tree.
16132
16133 Also remove duplicated I2C speed defines in Blackfin board configs and
16134 disable I2C slave address usage since it isn't implemented.
16135
16136 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16137
16138 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
16139 Author: Mike Frysinger <vapier@gentoo.org>
16140 Date: Mon Oct 6 04:00:07 2008 -0400
16141
16142 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
16143
16144 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
16145 128kB when setting up the default flash protection region for U-Boot
16146 itself.
16147
16148 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16149
16150 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
16151 Author: Mike Frysinger <vapier@gentoo.org>
16152 Date: Mon Oct 6 03:57:39 2008 -0400
16153
16154 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
16155
16156 When setting up the global data, rather than relying on sizeof(), use the
16157 common CONFIG_SYS_GBL_DATA_SIZE define.
16158
16159 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16160
16161 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
16162 Author: Mike Frysinger <vapier@gentoo.org>
16163 Date: Mon Oct 6 03:52:24 2008 -0400
16164
16165 Blackfin: implement general support for CONFIG_STATUS_LED
16166
16167 Here are the Blackfin-specific and board-independent pieces for status leds.
16168
16169 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16170
16171 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
16172 Author: Mike Frysinger <vapier@gentoo.org>
16173 Date: Mon Oct 6 03:49:32 2008 -0400
16174
16175 Blackfin: do not init i2c in Blackfin board init
16176
16177 The common code takes care of calling i2c_init() when needed, so no point
16178 in us doing it as well.
16179
16180 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16181
16182 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
16183 Author: Mike Frysinger <vapier@gentoo.org>
16184 Date: Mon Oct 6 03:42:20 2008 -0400
16185
16186 Blackfin: bfin_mac: update port muxing
16187
16188 Adds support more Blackfin parts and fixes broken muxing for older ones.
16189
16190 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16191
16192 commit 05b75e48832fc4afeecf8e76d704349557dffa35
16193 Author: Mike Frysinger <vapier@gentoo.org>
16194 Date: Mon Oct 6 03:35:44 2008 -0400
16195
16196 Blackfin: fix dcache handling when doing dma memcpy's
16197
16198 Our dcache invalidate function doesn't just invalidate, it also flushes.
16199 So rename the function accordingly and fix the dma_memcpy() function so it
16200 doesn't inadvertently corrupt the data destination.
16201
16202 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16203
16204 commit 68e5632494168095d75f120af70043b68afd2476
16205 Author: Mike Frysinger <vapier@gentoo.org>
16206 Date: Thu Aug 7 18:56:56 2008 -0400
16207
16208 Blackfin: dont generate ldrs with --force
16209
16210 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16211
16212 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
16213 Author: Mike Frysinger <vapier@gentoo.org>
16214 Date: Thu Aug 7 18:55:30 2008 -0400
16215
16216 Blackfin: pass --bmode/--initcode when creating ldr
16217
16218 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16219
16220 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
16221 Author: Mike Frysinger <vapier@gentoo.org>
16222 Date: Thu Aug 7 18:39:27 2008 -0400
16223
16224 Blackfin: minimize time cache is turned off when replacing cplb entries
16225
16226 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16227
16228 commit 21d631360430cf0ae9099612273cd4de28911ba9
16229 Author: Mike Frysinger <vapier@gentoo.org>
16230 Date: Thu Aug 7 15:31:13 2008 -0400
16231
16232 Blackfin: split cache handling out of dma_memcpy()
16233
16234 Creating a new dma_memcpy() function that skips all cache checks allows us
16235 to use the function in very early init where the cache is not yet setup.
16236
16237 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16238
16239 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
16240 Author: Mike Frysinger <vapier@gentoo.org>
16241 Date: Thu Aug 7 15:30:49 2008 -0400
16242
16243 Blackfin: abort dma_memcpy() for L1 scratchpad
16244
16245 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16246
16247 commit 81b799add709177e838466461f7b9989488b0fd5
16248 Author: Mike Frysinger <vapier@gentoo.org>
16249 Date: Thu Aug 7 15:27:52 2008 -0400
16250
16251 Blackfin: rename bootm.c to boot.c
16252
16253 The boot file contains functions for more than just "bootm", so rename it
16254 accordingly.
16255
16256 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16257
16258 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
16259 Author: Mike Frysinger <vapier@gentoo.org>
16260 Date: Thu Aug 7 13:22:37 2008 -0400
16261
16262 Blackfin: set more sane default board config values
16263
16264 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16265
16266 commit 36cd52a00794fb15ffab05d640acca92d7482993
16267 Author: Mike Frysinger <vapier@gentoo.org>
16268 Date: Thu Aug 7 15:24:59 2008 -0400
16269
16270 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
16271
16272 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16273
16274 commit c8054bc12e00669bd7588f2b30fef48aa94babac
16275 Author: Mike Frysinger <vapier@gentoo.org>
16276 Date: Thu Aug 7 13:21:27 2008 -0400
16277
16278 Blackfin: add bit defines for DDR parts
16279
16280 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16281
16282 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
16283 Author: Mike Frysinger <vapier@gentoo.org>
16284 Date: Thu Aug 7 13:21:11 2008 -0400
16285
16286 Blackfin: add defines to describe active bootrom behavior
16287
16288 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16289
16290 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
16291 Author: Kim Phillips <kim.phillips@freescale.com>
16292 Date: Tue Jan 27 16:03:53 2009 -0600
16293
16294 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
16295
16296 extend commit c70564e6b1bd08f3230182392238907f3531a87e
16297 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
16298 to the simpc8313 build and fix this:
16299
16300 ...Large Page NAND...Configuring for SIMPC8313 board...
16301 nand_boot_fsl_elbc.o: In function `nand_boot':
16302 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
16303 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
16304 make: *** [nand_spl] Error 2
16305
16306 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16307
16308 commit 54a7cc4912feefa45be961cc47cc159563725d2f
16309 Author: Wolfgang Denk <wd@denx.de>
16310 Date: Wed Jan 28 09:25:31 2009 +0100
16311
16312 mpc8536ds.c: include sata.h to for needed function prototypes
16313
16314 Signed-off-by: Wolfgang Denk <wd@denx.de>
16315
16316 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
16317 Author: Peter Tyser <ptyser@xes-inc.com>
16318 Date: Tue Jan 27 18:03:12 2009 -0600
16319
16320 Command usage cleanup
16321
16322 Remove command name from all command "usage" fields and update
16323 common/command.c to display "name - usage" instead of
16324 just "usage". Also remove newlines from command usage fields.
16325
16326 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16327
16328 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
16329 Author: Peter Tyser <ptyser@xes-inc.com>
16330 Date: Tue Jan 27 18:03:11 2009 -0600
16331
16332 amcc: Clean up command usage output
16333
16334 Update taihu and taishan commands to use cmd_usage() function
16335 to display usage messages.
16336
16337 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16338
16339 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
16340 Author: Peter Tyser <ptyser@xes-inc.com>
16341 Date: Tue Jan 27 18:03:10 2009 -0600
16342
16343 Standardize command usage messages with cmd_usage()
16344
16345 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16346
16347 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
16348 Author: Peter Tyser <ptyser@xes-inc.com>
16349 Date: Tue Jan 27 18:03:09 2009 -0600
16350
16351 pcs440ep: Clean up led command definition
16352
16353 The pcs440ep's led command usage formatting is non-standard. It
16354 was made standard in preparation for larger command usage updates.
16355
16356 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16357
16358 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
16359 Author: Peter Tyser <ptyser@xes-inc.com>
16360 Date: Tue Jan 27 18:03:08 2009 -0600
16361
16362 Clean up diufb command definitions
16363
16364 The diufb command usage formatting is non-standard. It was
16365 made standard in preparation for larger command usage updates.
16366
16367 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16368
16369 commit 6450a8485836fc80615ae6de6a864c33369b44f5
16370 Author: Wolfgang Denk <wd@denx.de>
16371 Date: Wed Jan 28 00:29:26 2009 +0100
16372
16373 Update CHANGELOG, tiny coding style cleanup.
16374
16375 Signed-off-by: Wolfgang Denk <wd@denx.de>
16376
16377 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
16378 Author: Mike Frysinger <vapier@gentoo.org>
16379 Date: Tue Jan 27 16:12:21 2009 -0500
16380
16381 SATA: do not auto-initialize during boot
16382
16383 Rather than have the board code initialize SATA automatically during boot,
16384 make the user manually run "sata init". This brings the SATA subsystem in
16385 line with common U-Boot policy.
16386
16387 Rather than having a dedicated weak function "is_sata_supported", people
16388 can override sata_initialize() to do their weird board stuff. Then they
16389 can call the actual __sata_initialize().
16390
16391 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16392
16393 commit 50970839712dda35399e2fa83fe818df9354d618
16394 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16395 Date: Mon Jan 26 08:45:14 2009 -0500
16396
16397 part_efi: Fix partition size calculation due to inclusive ending LBA.
16398
16399 The ending LBA is inclusive. Hence, the partition size should be
16400 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
16401
16402 This is confirmed against the results from the parted tool.
16403 (e.g. use parted /dev/sda -s unit S print) and observe the size.
16404
16405 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16406
16407 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
16408 Author: Tomasz Figa <tomasz.figa@gmail.com>
16409 Date: Tue Dec 30 18:35:57 2008 +0100
16410
16411 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
16412
16413 This patch fixes a bug (?) introduced after inclusion of the new
16414 JFFS2 code.
16415
16416 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
16417 fill in part->sector_size (keeping it as 0), but a correct value is
16418 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
16419 to be in the same place of the memory, what obviously means
16420 impossibility to use the JFFS2 partition.
16421
16422 This problem is fixed in this patch by including sector size
16423 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
16424
16425 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
16426
16427 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
16428 Author: Mike Frysinger <vapier@gentoo.org>
16429 Date: Tue Dec 30 02:59:25 2008 -0500
16430
16431 saveenv: standardize enablement
16432
16433 Rather than special casing each environment type for enabling the saveenv
16434 command, have them all behave the same. This avoids bitrot as new env
16435 sources are added/removed.
16436
16437 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16438
16439 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
16440 Author: Andrew Dyer <adyer@righthandtech.com>
16441 Date: Mon Dec 29 17:36:01 2008 -0600
16442
16443 soft_i2c.c add option for repeated start in i2c_read()
16444
16445 This patch adds a #define to optionally change the behaviour of
16446 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
16447 stop-start between sending the device address pointer write and
16448 reading back the data. The current behaviour is retained as the
16449 default.
16450
16451 While most devices will work either way, I have a smart battery(*)
16452 that requires repeated start, and someone at some point found a
16453 device that required a stop-start.
16454
16455 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
16456
16457 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
16458
16459 commit 3429071700963ca2f944c51d695a7481af0cee33
16460 Author: Wolfgang Denk <wd@denx.de>
16461 Date: Tue Jan 27 22:07:14 2009 +0100
16462
16463 {delta,zylonite}/lowlevel_init.S: fix typo
16464
16465 Commit 9d803d8c mistakenly changed some constants
16466 from 0x300 into 300 - this patch fixes it.
16467
16468 Pointed out by Tom Evans <tom@ceos.com.au>, see
16469 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
16470 details.
16471
16472 Signed-off-by: Wolfgang Denk <wd@denx.de>
16473
16474 commit 1bc434373013af241835c14011ac3f291dccbf53
16475 Author: Stefan Althoefer <stefan.althoefer@web.de>
16476 Date: Sat Dec 20 19:40:41 2008 +0100
16477
16478 drivers/net/e1000.c: missing terminator for supported devices
16479
16480 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
16481
16482 commit 65f7d41031a70b1649b35020995c505edca91533
16483 Author: Wolfgang Denk <wd@denx.de>
16484 Date: Tue Jan 27 21:36:28 2009 +0100
16485
16486 fat.c: fix warning: array subscript is above array bounds
16487
16488 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
16489
16490 Signed-off-by: Wolfgang Denk <wd@denx.de>
16491
16492 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
16493 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16494 Date: Fri Jan 2 15:11:41 2009 +0100
16495
16496 Fix gunzip in case of insufficient output buffer
16497
16498 U-Boot's gunzip() function does not handle the return code
16499 of zlib's inflate() function correctly. gunzip() is implemented
16500 to uncompress all input data in one run. So the correct return
16501 code for the good case is Z_STREAM_END. In case of insufficient
16502 output buffer memory inflate returns Z_OK. For gunzip() this
16503 is an error.
16504
16505 It also makes sense to me to call inflateEnd() also in case
16506 of an error.
16507
16508 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16509
16510 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
16511 Author: Stefan Roese <sr@denx.de>
16512 Date: Wed Jan 21 17:25:01 2009 +0100
16513
16514 MIPS: Add VCT board series support (Part 3/3)
16515
16516 Signed-off-by: Stefan Roese <sr@denx.de>
16517
16518 commit ae691e5719c48f1d2826cb72722497d1d162765b
16519 Author: Stefan Roese <sr@denx.de>
16520 Date: Wed Jan 21 17:24:49 2009 +0100
16521
16522 MIPS: Add VCT board series support (Part 2/3)
16523
16524 Signed-off-by: Stefan Roese <sr@denx.de>
16525
16526 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
16527 Author: Stefan Roese <sr@denx.de>
16528 Date: Wed Jan 21 17:24:39 2009 +0100
16529
16530 MIPS: Add VCT board series support (Part 1/3)
16531
16532 Signed-off-by: Stefan Roese <sr@denx.de>
16533
16534 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
16535 Author: Stefan Roese <sr@denx.de>
16536 Date: Wed Jan 21 17:20:20 2009 +0100
16537
16538 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
16539
16540 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
16541 Those functions are needed for the upcoming dcache support for the USB
16542 EHCI driver. I chose this API because those cache handling functions are
16543 already present in the PPC architecture.
16544
16545 Signed-off-by: Stefan Roese <sr@denx.de>
16546 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16547
16548 commit de832a99414ff06a4b2cdc9f5280b387da039834
16549 Author: Stefan Roese <sr@denx.de>
16550 Date: Mon Jan 26 10:05:20 2009 +0100
16551
16552 nand_spl: Fix compile problem with board_nand_init() prototype
16553
16554 This patch removes the now obsolete and additionally wrongly defined
16555 board_nand_init() prototype from nand_spl/nand_boot.c.
16556
16557 Signed-off-by: Stefan Roese <sr@denx.de>
16558 Signed-off-by: Scott Wood <scottwood@freescale.com>
16559
16560 commit e8eac437189430d8e04a5d254ed92c58bc534a79
16561 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16562 Date: Wed Jan 14 08:44:26 2009 -0500
16563
16564 CFI: Add geometry reversal for STMicro M29W320ET
16565
16566 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
16567
16568 Modeled after flash_fixup_amd, this patch handles the geometry reversal
16569 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
16570 Since I cannot test all STM's chips, the detection is implemented as
16571 narrow as possible for now.
16572
16573 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
16574 Signed-off-by: Stefan Roese <sr@denx.de>
16575
16576 commit 0f8e851e897b535959a0781171910cd97f33c30c
16577 Author: Jens Gehrlein <sew_s@tqs.de>
16578 Date: Tue Dec 16 17:25:55 2008 +0100
16579
16580 CFI: increase performance of function find_sector()
16581
16582 Tested on TQM5200S-BD with Samsung K8P2815UQB
16583
16584 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
16585 Signed-off-by: Stefan Roese <sr@denx.de>
16586
16587 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
16588 Author: Jens Gehrlein <sew_s@tqs.de>
16589 Date: Tue Dec 16 17:25:54 2008 +0100
16590
16591 CFI: avoid redundant function call in single word programming mode
16592
16593 The function find_sector() doesn't need to be called twice in
16594 the case of AMD command set.
16595 Tested on TQM5200S-BD with Samsung K8P2815UQB.
16596
16597 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
16598 Signed-off-by: Stefan Roese <sr@denx.de>
16599
16600 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
16601 Author: Stefan Roese <sr@denx.de>
16602 Date: Mon Jan 26 10:15:23 2009 +0100
16603
16604 ppc4xx: Remove compilation warning in gdppc440etc.c
16605
16606 Signed-off-by: Stefan Roese <sr@denx.de>
16607
16608 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
16609 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16610 Date: Fri Jan 2 12:19:47 2009 +0100
16611
16612 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
16613
16614 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
16615 Either they define or undef it. Because it's not used in any source
16616 files this patch removes any references to it.
16617
16618 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16619 Signed-off-by: Stefan Roese <sr@denx.de>
16620
16621 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
16622 Author: Dirk Eibach <eibach@gdsys.de>
16623 Date: Tue Dec 9 13:12:40 2008 +0100
16624
16625 ppc4xx: Add GDsys PowerPC 440 ETX board support.
16626
16627 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
16628 Based on the AMCC Yosemite board support by Stefan Roese.
16629
16630 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16631 Signed-off-by: Stefan Roese <sr@denx.de>
16632
16633 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
16634 Author: Dirk Eibach <eibach@gdsys.de>
16635 Date: Tue Dec 9 11:00:07 2008 +0100
16636
16637 ppc4xx: Improve DDR autodetect
16638
16639 Added support for a second memory bank to DDR autodetection for 440
16640 platforms.
16641 Made hardcoded values configurable.
16642
16643 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16644 Signed-off-by: Stefan Roese <sr@denx.de>
16645
16646 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
16647 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16648 Date: Fri Nov 21 12:06:26 2008 +0900
16649
16650 sh: sh7763rdp: Update sh7763rdp config
16651
16652 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
16653
16654 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16655 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16656
16657 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
16658 Author: Gary Jennejohn <garyj@denx.de>
16659 Date: Thu Nov 20 12:28:38 2008 +0100
16660
16661 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
16662
16663 This change is needed for mgcoge because it uses two ethernet drivers.
16664
16665 Add a check for the presence of the PIGGY board on mgcoge. Without this
16666 board networking cannot work and the initialization must be aborted.
16667
16668 Only allocate rtx once to prevent DPRAM exhaustion.
16669
16670 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
16671 soon) in eth.c.
16672
16673 Signed-off-by: Gary Jennejohn <garyj@denx.de>
16674 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16675
16676 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
16677 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16678 Date: Fri Nov 21 12:04:18 2008 +0900
16679
16680 sh: sh_eth: Change new network API
16681
16682 sh_eth used old network API. This patch changed new API.
16683
16684 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16685 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16686
16687 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
16688 Author: Stefan Roese <sr@denx.de>
16689 Date: Wed Nov 12 13:31:02 2008 +0100
16690
16691 net: smc911x: Make register read/write functions weak
16692
16693 This patch changes the reg_read/_write to smc911x_reg_read/_write
16694 and defines then as weak so that they can be overridden by board
16695 specific version.
16696
16697 This will be used by the upcoming VCTH board support.
16698
16699 Signed-off-by: Stefan Roese <sr@denx.de>
16700 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16701
16702 commit 8b69b563039989885969d24465c56f8ac4c07c4c
16703 Author: Heiko Schocher <hs@denx.de>
16704 Date: Thu Nov 20 09:57:14 2008 +0100
16705
16706 powerpc: net: support for the SMSC LAN8700 PHY
16707
16708 Signed-off-by: Heiko Schocher <hs@denx.de>
16709 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16710
16711 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
16712 Author: Alessandro Rubini <rubini@unipv.it>
16713 Date: Sat Jan 24 18:10:37 2009 +0100
16714
16715 Initial support for Nomadik 8815 development board
16716
16717 The NMDK8815 board is distributed by ST Microelectornics.
16718 Other (proprietary) code must be run to unlock the CPU before
16719 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
16720
16721 This is the initial port, with basic infrastructure and
16722 a working serial port.
16723
16724 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
16725 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
16726 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16727
16728 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
16729 Author: Dirk Behme <dirk.behme@googlemail.com>
16730 Date: Sun Dec 14 09:47:18 2008 +0100
16731
16732 OMAP3: Add I2C support
16733
16734 Add I2C support.
16735
16736 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16737
16738 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
16739 Author: Dirk Behme <dirk.behme@googlemail.com>
16740 Date: Sun Dec 14 09:47:17 2008 +0100
16741
16742 OMAP3: Add MMC support
16743
16744 Add MMC support.
16745
16746 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16747
16748 commit 12201a13547ec22ddcdae278e74465e54a3be60c
16749 Author: Dirk Behme <dirk.behme@googlemail.com>
16750 Date: Sun Dec 14 09:47:16 2008 +0100
16751
16752 OMAP3: Add NAND support
16753
16754 Add NAND support.
16755
16756 Signed-off-by: Nishanth Menon <nm@ti.com>
16757 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
16758 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16759
16760 commit 91eee546737ae21d930af479530997174c342b13
16761 Author: Dirk Behme <dirk.behme@googlemail.com>
16762 Date: Sun Dec 14 09:47:15 2008 +0100
16763
16764 OMAP3: Add common board, interrupt and system info
16765
16766 Add common board, interrupt and system info code.
16767
16768 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16769
16770 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
16771 Author: Dirk Behme <dirk.behme@googlemail.com>
16772 Date: Sun Dec 14 09:47:14 2008 +0100
16773
16774 OMAP3: Add common clock, memory and low level code
16775
16776 Add common clock, memory and low level code
16777
16778 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16779
16780 commit 0b02b184003e6a5023e05d5f31de54db279b1431
16781 Author: Dirk Behme <dirk.behme@googlemail.com>
16782 Date: Sun Dec 14 09:47:13 2008 +0100
16783
16784 OMAP3: Add common cpu and start code
16785
16786 Add common cpu and start code.
16787
16788 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16789
16790 commit a8b6450546cd507d331b8fde384791d84bde5651
16791 Author: Dirk Behme <dirk.behme@googlemail.com>
16792 Date: Sun Dec 14 09:47:12 2008 +0100
16793
16794 OMAP3: Add OMAP3, memory and function prototype headers
16795
16796 Add OMAP3, memory and function prototype header files for OMAP3.
16797
16798 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16799
16800 commit 2c803210a464abbac35752ca1c737514360b4c32
16801 Author: Dirk Behme <dirk.behme@googlemail.com>
16802 Date: Sun Dec 14 09:47:11 2008 +0100
16803
16804 OMAP3: Add pin mux, clock and cpu headers
16805
16806 Add pin mux, clock and cpu header files for OMAP3.
16807
16808 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
16809
16810 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
16811 Author: Maxim Artamonov <scn1874@yandex.ru>
16812 Date: Wed Dec 3 05:38:17 2008 +0300
16813
16814 bugfix for i.mx31 CCM_UPCTL reg
16815
16816 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
16817
16818 commit 24113a44ed5cd3257a0237c3961e121812fca6db
16819 Author: Mike Frysinger <vapier@gentoo.org>
16820 Date: Tue Dec 30 03:15:38 2008 -0500
16821
16822 easylogo: add optional gzip support
16823
16824 Some images can be quite large, so add an option to compress the
16825 image data with gzip in the U-Boot image. Then at runtime, the
16826 board can decompress it with the normal zlib functions.
16827
16828 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16829
16830 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
16831 Author: Bryan Wu <bryan.wu@analog.com>
16832 Date: Fri Jan 2 20:47:45 2009 -0500
16833
16834 fat: fix unaligned errors
16835
16836 A couple of buffers in the fat code are declared as an array of bytes.
16837 But it is then cast up to a structure with 16bit and 32bit members.
16838 Since GCC assumes structure alignment here, we have to force the
16839 buffers to be aligned according to the structure usage.
16840
16841 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
16842 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16843
16844 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
16845 Author: Brad Bozarth <bflinux@yumbrad.com>
16846 Date: Thu Jan 1 22:45:47 2009 -0500
16847
16848 spi flash: fix crash due to spi flash miscommunication
16849
16850 Higher spi flash layers expect to be given back a pointer that was
16851 malloced so that it can free the result, but the lower layers return
16852 a pointer that is in the middle of the malloced memory. Reorder the
16853 members of the lower spi structures so that things work out.
16854
16855 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
16856 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16857 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16858
16859 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
16860 Author: Yuri Tikhonov <yur@emcraft.com>
16861 Date: Sat Dec 20 14:54:21 2008 +0300
16862
16863 FPU POST: fix warnings when building with 2.18 binutils
16864
16865 When compile u-boot with the 2.18 binutils the following
16866 warning messages for each object file in post/lib_ppc/fpu/ is
16867 produced at the linking stage:
16868
16869 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
16870 ...
16871
16872 This is because of the fact that, in general, the soft-float and
16873 hard-float ABIs are incompatible; the 2.18 binutils do checking
16874 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
16875 produce the worning like above if these are not compatible.
16876
16877 The incompatibility of ABIs is concerned only the float values:
16878 e.g. the soft-float ABI assumes the float argument passing in the
16879 pair of rX registers, and the hard-float ABI assumes passing of
16880 the float argument in the fX register. When we don't pass the float
16881 arguments between the functions compiled with different floatness,
16882 then such an application will work correctly.
16883 This is the case for the FPU POST: u-boot (compiled with soft-float)
16884 doesn't pass to (and doesn't get from) the FPU POST functions any
16885 floats; there are no functions exported from the post/lib_ppc/fpu/
16886 objects which would work with float parameters/returns too. So, we
16887 can reassure the linker not to worry about the difference in ABI
16888 attributes of linking files just by setting the 'soft-float'
16889 attribute for the objects in post/lib_ppc/fpu. And this patch does
16890 this.
16891
16892 Also, to avoid passing both soft- and hard-float options in CFLAGS
16893 when compiling the files from post/lib_ppc/fpu (which is OK, but
16894 looks rather dirty) this patch removes the soft-float string from
16895 CFLAGS in post/lib_ppc/fpu/Makefile.
16896
16897 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16898
16899 commit a7c9310457e85b4598abe5b304108edf11332e2f
16900 Author: Peter Tyser <ptyser@xes-inc.com>
16901 Date: Wed Dec 17 16:36:22 2008 -0600
16902
16903 Add support for Maxim's DS4510 I2C device
16904
16905 Initial support for the DS4510, a CPU supervisor with
16906 integrated EEPROM, SRAM, and 4 programmable non-volatile
16907 GPIO pins. The CONFIG_DS4510 define enables support
16908 for the device while the CONFIG_CMD_DS4510 define
16909 enables the ds4510 command. The additional
16910 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
16911 CONFIG_DS4510_RST defines add additional sub-commands
16912 to the ds4510 command when defined.
16913
16914 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16915
16916 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
16917 Author: Dirk Eibach <eibach@gdsys.de>
16918 Date: Tue Dec 16 14:51:56 2008 +0100
16919
16920 common: Iteration limit for memory test.
16921
16922 The iteration limit is passed to mtest as a fourth parameter:
16923 [start [end [pattern [iterations]]]]
16924 If no fourth parameter is supplied, there is no iteration limit and the
16925 test will loop forever.
16926
16927 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16928
16929 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
16930 Author: Stefan Roese <sr@denx.de>
16931 Date: Mon Dec 15 15:40:12 2008 +0100
16932
16933 serial: Rename driver vcth to vct to support other board variants
16934
16935 Moved driver vcth.c to vct.c to better reflect the VCT board series.
16936 This driver is now used by the VCT platforms:
16937
16938 vct_premium
16939 vct_platinum
16940 vct_platinumsvc
16941
16942 Signed-off-by: Stefan Roese <sr@denx.de>
16943
16944 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
16945 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16946 Date: Fri Dec 12 00:45:27 2008 +0900
16947
16948 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
16949
16950 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16951
16952 commit c3284b030b1cd492b4f46c576aea01bef258599d
16953 Author: Peter Korsgaard <jacmet@sunsite.dk>
16954 Date: Wed Dec 10 16:24:16 2008 +0100
16955
16956 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
16957
16958 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
16959 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
16960 !CONFIG_AUTOBOOT_KEYED case.
16961
16962 Do this by reversing the loop so we do at least one iteration before
16963 checking for timeout.
16964
16965 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16966
16967 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
16968 Author: Niklaus Giger <niklaus.giger@netstal.com>
16969 Date: Mon Dec 8 17:24:08 2008 +0100
16970
16971 Added legacy flash ST Micro M29W040B
16972
16973 commit 626d07348e5f9f302f4ea182161a89f7362a0488
16974 Author: Graeme Russ <graeme.russ@gmail.com>
16975 Date: Mon Dec 8 20:04:51 2008 +1100
16976
16977 Fixed off-by-one errors in lib_m68k/interrupts.c
16978
16979 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16980
16981 commit a5989c42ae5e295f274a795c426c47819bbdbfda
16982 Author: Graeme Russ <graeme.russ@gmail.com>
16983 Date: Sun Dec 7 10:29:05 2008 +1100
16984
16985 Removed all references to CONFIG_SYS_RESET_GENERIC
16986
16987 Generic i386 reset - #define made redundant by weak function
16988
16989 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16990
16991 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
16992 Author: Graeme Russ <graeme.russ@gmail.com>
16993 Date: Sun Dec 7 10:29:04 2008 +1100
16994
16995 Remove #ifdef CONFIG_SC520 in source code
16996
16997 CONFIG_SC520 is now used for conditional compile
16998
16999 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17000
17001 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
17002 Author: Graeme Russ <graeme.russ@gmail.com>
17003 Date: Sun Dec 7 10:29:03 2008 +1100
17004
17005 Added MMCR reset functionality
17006
17007 Reset function specific to AMD SC520 microcontroller - Is more of a
17008 'hard reset' that the triple fault.
17009
17010 Requires CONFIG_SYS_RESET_SC520 to be defined in config
17011
17012 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
17013 but ld requires that a object file in a library arhive MUST contain
17014 at least one function which does not override a weak function (and is
17015 called from outside the object file) in order for that object file to
17016 be extracted from the archive. This would be the only function on the
17017 new file, and hence, will never get linked in.
17018
17019 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17020
17021 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
17022 Author: Graeme Russ <graeme.russ@gmail.com>
17023 Date: Sun Dec 7 10:29:02 2008 +1100
17024
17025 Moved generic (triple fault) reset code
17026
17027 Moved from interrupts.c to cpu.c and made into a weak function to
17028 allow vendor specific override
17029
17030 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
17031 added to the vendor specific code without the need to remember to
17032 #undef usage of the generic method and if you forget to include your
17033 custom reset method, you will always get the default.
17034
17035 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17036
17037 commit 9933d609020c297788f53f334c8465fa7a99b10c
17038 Author: Graeme Russ <graeme.russ@gmail.com>
17039 Date: Sun Dec 7 10:29:01 2008 +1100
17040
17041 Moved definition of set_vector() to new header file
17042
17043 This allows for future tidy ups and functionality that will require
17044 set_vector ()
17045
17046 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17047
17048 commit 407976185e0dda2c90e89027121a1071b9c77bfb
17049 Author: Graeme Russ <graeme.russ@gmail.com>
17050 Date: Sun Dec 7 10:29:00 2008 +1100
17051
17052 Moved sc520 specific code into new cpu/i386/sc520 folder
17053
17054 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17055 Signed-off-by: Wolfgang Denk <wd@denx.de>
17056
17057 commit 85ffbbd51914925a542d8528be7f072e5ab02157
17058 Author: Graeme Russ <graeme.russ@gmail.com>
17059 Date: Sun Dec 7 10:28:58 2008 +1100
17060
17061 Renamed cpu/i386/reset.S to resetvec.S
17062
17063 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
17064 for CPU reset functions
17065
17066 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17067
17068 commit a3f4c123f569474e80ea012b8db0de46afdb6443
17069 Author: Wolfgang Denk <wd@denx.de>
17070 Date: Sat Jan 24 01:01:49 2009 +0100
17071
17072 Makefile: keep lists sorted.
17073
17074 Signed-off-by: Wolfgang Denk <wd@denx.de>
17075
17076 commit c620c01e96814558470698ed5cab1bf2f504d1b5
17077 Author: Graeme Russ <graeme.russ@gmail.com>
17078 Date: Sun Dec 7 10:28:57 2008 +1100
17079
17080 Added initial eNET board support
17081
17082 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
17083
17084 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
17085 Author: Gary Jennejohn <garyj@denx.de>
17086 Date: Thu Nov 20 11:37:26 2008 +0100
17087
17088 POWERPC 82xx: add the SCC as an HDLC controller
17089
17090 Right now this is only used by keymile.
17091
17092 Signed-off-by: Gary Jennejohn <garyj@denx.de>
17093
17094 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
17095 Author: Heiko Schocher <hs@denx.de>
17096 Date: Thu Nov 20 09:59:09 2008 +0100
17097
17098 powerpc, keymile boards: extract identical config options
17099
17100 This patch extracts the identical config options for the
17101 keymile boards mgcoge, mgsuvd and kmeter1 in a new
17102 common config file keymile-common.h.
17103
17104 Signed-off-by: Heiko Schocher <hs@denx.de>
17105
17106 commit 210c8c00aad3328145204adab434bb7d70b06b75
17107 Author: Heiko Schocher <hs@denx.de>
17108 Date: Fri Nov 21 08:29:40 2008 +0100
17109
17110 powerpc: keymile: Add a check for the PIGGY debug board
17111
17112 Check the presence of the PIGGY on the keymile boards mgcoge,
17113 mgsuvd and kmeter1. If the PIGGY is not present, dont register
17114 this Ethernet device.
17115
17116 Signed-off-by: Heiko Schocher <hs@denx.de>
17117 Acked-by: Ben Warren <biggerbadderben@gmail.com>
17118
17119 commit de0443614af4d16675ab436665aeb11ddc9f7214
17120 Author: Heiko Schocher <hs@denx.de>
17121 Date: Thu Nov 20 09:57:47 2008 +0100
17122
17123 powerpc: 83xx: add support for the kmeter1 board
17124
17125 This patch adds support for the kmeter1 board from Keymile,
17126 based on a Freescale MPC8360 CPU.
17127
17128 - serial console on UART 1
17129 - 256 MB DDR2 RAM
17130 - 64 MB NOR Flash
17131 - Ethernet RMII Mode over UCC4
17132 - PHY SMSC LAN8700
17133
17134 Signed-off-by: Heiko Schocher <hs@denx.de>
17135
17136 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
17137 Author: Sergei Poselenov <sposelenov@emcraft.com>
17138 Date: Tue Nov 4 13:51:18 2008 +0100
17139
17140 Add a do_div() wrapper macro, lldiv().
17141
17142 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
17143 the dividend and returns the result of division, so it is useful
17144 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
17145
17146 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17147
17148 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
17149 Author: Kumar Gala <galak@kernel.crashing.org>
17150 Date: Fri Jan 23 14:22:14 2009 -0600
17151
17152 85xx: Add a 36-bit physical configuration for MPC8572DS
17153
17154 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
17155 to allow for larger memory sizes.
17156
17157 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17158
17159 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
17160 Author: Kumar Gala <galak@kernel.crashing.org>
17161 Date: Fri Jan 23 14:22:13 2009 -0600
17162
17163 85xx: Handle eLBC difference w/36-bit physical
17164
17165 The eLBC only handles 32-bit physical address in systems with 36-bit
17166 physical. The previos generation of LBC handled 34-bit physical
17167 address in 36-bit systems. Added a new CONFIG option to convey
17168 the difference between the LBC and eLBC.
17169
17170 Also added defines for XAM bits used in LBC for the extended 34-bit
17171 support.
17172
17173 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17174
17175 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
17176 Author: Kumar Gala <galak@kernel.crashing.org>
17177 Date: Fri Jan 23 14:22:12 2009 -0600
17178
17179 85xx: Use BR_ADDR macro for NAND chipselects
17180
17181 Use the new BR_ADDR macro to properly setup the address field of the
17182 localbus chipselects used by NAND.
17183
17184 This allows us to deal with 36-bit phys on these boards in the future.
17185
17186 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17187
17188 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
17189 Author: Haiying Wang <Haiying.Wang@freescale.com>
17190 Date: Thu Jan 15 11:58:35 2009 -0500
17191
17192 Add secondary CPUs processor frequency for e500 core
17193
17194 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
17195 and prints each CPU's frequency separately. It also fixes up each CPU's
17196 frequency in "clock-frequency" of fdt blob.
17197
17198 Signed-off-by: James Yang <James.Yang@freescale.com>
17199 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17200
17201 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
17202 Author: Dave Liu <daveliu@freescale.com>
17203 Date: Fri Nov 21 16:31:53 2008 +0800
17204
17205 85xx: enable the auto self refresh for wake up ARP
17206
17207 The wake up ARP feature need use the memory to process
17208 wake up packet, we enable auto self refresh to support it.
17209
17210 Signed-off-by: Dave Liu <daveliu@freescale.com>
17211 Acked-by: Andy Fleming <afleming@freescale.com>
17212
17213 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
17214 Author: Dave Liu <daveliu@freescale.com>
17215 Date: Fri Nov 21 16:31:43 2008 +0800
17216
17217 fsl-ddr: use the 1T timing as default configuration
17218
17219 For light loaded system, we use the 1T timing to gain better
17220 memory performance, but for some heavily loaded system,
17221 you have to add the 2T timing options to board files.
17222
17223 Signed-off-by: Dave Liu <daveliu@freescale.com>
17224 Acked-by: Andy Fleming <afleming@freescale.com>
17225
17226 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
17227 Author: Dave Liu <daveliu@freescale.com>
17228 Date: Fri Nov 21 16:31:35 2008 +0800
17229
17230 fsl-ddr: make the self refresh idle threshold configurable
17231
17232 Some 85xx processors have the advanced power management feature,
17233 such as wake up ARP, that needs enable the automatic self refresh.
17234
17235 If the DDR controller pass the SR_IT (self refresh idle threshold)
17236 idle cycles, it will automatically enter self refresh. However,
17237 anytime one transaction is issued to the DDR controller, it will
17238 reset the counter and exit self refresh state.
17239
17240 Signed-off-by: Dave Liu <daveliu@freescale.com>
17241 Acked-by: Andy Fleming <afleming@freescale.com>
17242
17243 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
17244 Author: Dave Liu <daveliu@freescale.com>
17245 Date: Fri Nov 21 16:31:29 2008 +0800
17246
17247 fsl-ddr: clean up the ddr code for DDR3 controller
17248
17249 - The DDR3 controller is expanding the bits for timing config
17250 - Add the DDR3 32-bit bus mode support
17251
17252 Signed-off-by: Dave Liu <daveliu@freescale.com>
17253 Acked-by: Andy Fleming <afleming@freescale.com>
17254
17255 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
17256 Author: Dave Liu <daveliu@freescale.com>
17257 Date: Fri Nov 21 16:31:22 2008 +0800
17258
17259 fsl-ddr: update the bit mask for DDR3 controller
17260
17261 According to the latest 8572 UM, the DDR3 controller
17262 is expanding the bit mask, and we use the extend ACTTOPRE
17263 mode when tRAS more than 19 MCLK.
17264
17265 Signed-off-by: Dave Liu <daveliu@freescale.com>
17266
17267 commit aca5f018a8386b85469482ed9867e3e29a2437d0
17268 Author: Kumar Gala <galak@kernel.crashing.org>
17269 Date: Tue Dec 2 16:08:40 2008 -0600
17270
17271 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
17272
17273 Introduce a new define to seperate out the virtual address that PCI
17274 IO space is at from the physical address. In most situations these are
17275 mapped 1:1. However any code accessing the bus should use VIRT.
17276
17277 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17278 Acked-by: Andy Fleming <afleming@freescale.com>
17279
17280 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
17281 Author: Kumar Gala <galak@kernel.crashing.org>
17282 Date: Tue Dec 2 16:08:39 2008 -0600
17283
17284 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
17285
17286 Introduce a new define to seperate out the virtual address that PCI
17287 memory is at from the physical address. In most situations these are
17288 mapped 1:1. However any code accessing the bus should use VIRT.
17289
17290 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17291 Acked-by: Andy Fleming <afleming@freescale.com>
17292
17293 commit a6e04c344ad1eefd47a75484441b385da815b8df
17294 Author: Kumar Gala <galak@kernel.crashing.org>
17295 Date: Tue Dec 2 16:08:38 2008 -0600
17296
17297 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
17298
17299 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
17300 of TLBs. This is what we should have always been using from the start.
17301
17302 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17303 Acked-by: Andy Fleming <afleming@freescale.com>
17304
17305 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
17306 Author: Kumar Gala <galak@kernel.crashing.org>
17307 Date: Tue Dec 2 16:08:37 2008 -0600
17308
17309 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
17310
17311 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
17312 of _IO_BASE so we are more explicit.
17313
17314 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17315
17316 commit 10795f42cb94e71bcb262b615084f69dd886399a
17317 Author: Kumar Gala <galak@kernel.crashing.org>
17318 Date: Tue Dec 2 16:08:36 2008 -0600
17319
17320 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
17321
17322 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
17323 of _MEM_BASE so we are more explicit.
17324
17325 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17326 Acked-by: Andy Fleming <afleming@freescale.com>
17327
17328 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
17329 Author: Kumar Gala <galak@kernel.crashing.org>
17330 Date: Tue Dec 2 14:19:34 2008 -0600
17331
17332 85xx: separate FLASH BASE virtual from physical address
17333
17334 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
17335 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
17336
17337 This allows us to deal with 36-bit phys on these boards in the future.
17338
17339 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17340 Acked-by: Andy Fleming <afleming@freescale.com>
17341
17342 commit 52b565f5ad23b682489055b187767d8bf1c2e444
17343 Author: Kumar Gala <galak@kernel.crashing.org>
17344 Date: Tue Dec 2 14:19:33 2008 -0600
17345
17346 85xx: separate PIXIS virtual from physical address
17347
17348 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
17349 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
17350
17351 This allows us to deal with 36-bit phys on these boards in the future.
17352
17353 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17354 Acked-by: Andy Fleming <afleming@freescale.com>
17355
17356 commit 30837e5b21d5a742983581ab9ee3fac085311d19
17357 Author: Haiying Wang <Haiying.Wang@freescale.com>
17358 Date: Tue Nov 11 08:52:09 2008 -0500
17359
17360 Add README file for MPC8572DS board
17361
17362 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17363 Acked-by: Andy Fleming <afleming@freescale.com>
17364
17365 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
17366 Author: Mike Frysinger <vapier@gentoo.org>
17367 Date: Mon Oct 20 16:15:04 2008 -0400
17368
17369 Blackfin: use common strmhz() in system output
17370
17371 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17372
17373 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
17374 Author: Ron Madrid <ron_madrid@sbcglobal.net>
17375 Date: Thu Jan 22 15:05:24 2009 -0800
17376
17377 mpc83xx: New board support for SIMPC8313
17378
17379 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
17380 board boots from NAND devices and is configureable for either large or small
17381 page devices. The board supports non-soldered DDR2, one ethernet port, a
17382 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
17383 to the eLBC providing glue logic to a TMS320C67xx DSP.
17384
17385 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
17386 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17387
17388 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
17389 Author: Mike Frysinger <vapier@gentoo.org>
17390 Date: Sun Jan 18 19:46:06 2009 -0500
17391
17392 nand: fixup printf modifiers to match types used
17393
17394 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17395 Signed-off-by: Scott Wood <scottwood@freescale.com>
17396
17397 commit 389e6620e2271096df3316917528003627db4021
17398 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
17399 Date: Tue Jan 20 16:57:55 2009 +0100
17400
17401 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
17402
17403 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
17404 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
17405 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
17406 tested before ".jffs2s" and only the first two characters are compared.
17407
17408 Correction:
17409 Test for ".jffs2s" first and compare the first 7 characters.
17410
17411 Signed-off-by: Scott Wood <scottwood@freescale.com>
17412
17413 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
17414 Author: Wolfgang Grandegger <wg@grandegger.com>
17415 Date: Fri Jan 16 18:55:54 2009 +0100
17416
17417 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
17418
17419 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
17420 changes the default from 8 to 1 for the legacy and the new MTD
17421 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
17422 in the board config files because none of the boards use multi
17423 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
17424 define
17425
17426 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
17427
17428 but that's bogus and did not work anyhow.
17429
17430 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
17431 Signed-off-by: Scott Wood <scottwood@freescale.com>
17432
17433 commit c70564e6b1bd08f3230182392238907f3531a87e
17434 Author: Dave Liu <daveliu@freescale.com>
17435 Date: Tue Dec 2 11:48:51 2008 +0800
17436
17437 NAND: Fix cache and memory inconsistency issue
17438
17439 We load the secondary stage u-boot image from NAND to
17440 system memory by nand_load, but we did not flush d-cache
17441 to memory, nor invalidate i-cache before we jump to RAM.
17442 When the system has cache enabled and the TLB/page attribute
17443 of system memory is cacheable, it will cause issues.
17444
17445 - 83xx family is using the d-cache lock, so all of d-cache
17446 access is cache-inhibited. so you can't see the issue.
17447 - 85xx family is using d-cache, i-cache enable, partial
17448 cache lock. you will see the issue.
17449
17450 This patch fixes the cache issue.
17451
17452 Signed-off-by: Dave Liu <daveliu@freescale.com>
17453 Signed-off-by: Scott Wood <scottwood@freescale.com>
17454
17455 commit 50657c273278f74378e1ac39b41d612b92fdffa0
17456 Author: Nishanth Menon <menon.nishanth@gmail.com>
17457 Date: Sat Dec 13 09:43:06 2008 -0600
17458
17459 NAND: Enable nand lock, unlock feature
17460
17461 Enable nand lock, unlock and status of lock feature.
17462 Not every device and platform requires this, hence,
17463 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
17464
17465 Nand unlock and status operate on block boundary instead
17466 of page boundary. Details in:
17467 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
17468
17469 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
17470 Includes preliminary suggestions from Scott Wood
17471
17472 Signed-off-by: Nishanth Menon <nm@ti.com>
17473 Signed-off-by: Scott Wood <scottwood@freescale.com>
17474
17475 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
17476 Author: Mike Frysinger <vapier@gentoo.org>
17477 Date: Sat Dec 6 02:40:55 2008 -0500
17478
17479 NAND: move board_nand_init to nand.h
17480
17481 Rather than putting the function prototype for board_nand_init() in the one
17482 place where it gets called, put it into nand.h so that every place that also
17483 defines it gets the prototype. Otherwise, errors can go silently unnoticed
17484 such as using the wrong return value (void rather than int) when defining
17485 the function.
17486
17487 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17488 Signed-off-by: Scott Wood <scottwood@freescale.com>
17489
17490 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
17491 Author: Stefan Roese <sr@denx.de>
17492 Date: Tue Dec 2 11:06:47 2008 +0100
17493
17494 OneNAND: Additional sync with 2.6.27
17495
17496 - Add subpage write support
17497 - Add onenand_oob_64/32 ecclayout
17498
17499 This has been missing and without it UBI has some incompatibilies issues
17500 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
17501 placed differently (2048 instead of 512) without this fix.
17502
17503 Signed-off-by: Stefan Roese <sr@denx.de>
17504 Signed-off-by: Scott Wood <scottwood@freescale.com>
17505
17506 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
17507 Author: Kyungmin Park <kmpark@infradead.org>
17508 Date: Thu Nov 13 15:14:33 2008 +0900
17509
17510 Add markbad function
17511
17512 Add missing markbad function
17513 If not, it's hang when it entered the mtd->mark_bad().
17514
17515 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17516
17517 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
17518 Author: Stefan Roese <sr@denx.de>
17519 Date: Wed Nov 12 13:47:24 2008 +0100
17520
17521 OneNAND: Bad block aware read/write command support
17522
17523 Update OneNAND command to support bad block awareness.
17524 Also change the OneNAND command style to better match the
17525 NAND version.
17526
17527 Signed-off-by: Stefan Roese <sr@denx.de>
17528 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
17529
17530 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
17531 Author: Stefan Roese <sr@denx.de>
17532 Date: Tue Nov 11 10:29:09 2008 +0100
17533
17534 OneNAND: Save version_id in onenand_chip struct
17535
17536 The version (ver_id) was not stored in the onenand_chip structure and
17537 because of this the continuous locking scheme could be enabled on some
17538 chips.
17539
17540 Signed-off-by: Stefan Roese <sr@denx.de>
17541
17542 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
17543 Author: Stefan Roese <sr@denx.de>
17544 Date: Tue Nov 11 10:28:53 2008 +0100
17545
17546 OneNAND: Fix compiler warnings
17547
17548 Signed-off-by: Stefan Roese <sr@denx.de>
17549
17550 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
17551 Author: Dave Liu <daveliu@freescale.com>
17552 Date: Tue Nov 4 14:55:06 2008 +0800
17553
17554 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
17555
17556 Signed-off-by: Dave Liu <daveliu@freescale.com>
17557
17558 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
17559 Author: Kyungmin Park <kmpark@infradead.org>
17560 Date: Tue Nov 4 09:24:07 2008 +0900
17561
17562 Sync with 2.6.27
17563
17564 Sync with OneNAND kernel codes
17565
17566 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17567
17568 commit e7f325be9edeb84bb457301776bbac1f7257dafc
17569 Author: Michal Simek <monstr@monstr.eu>
17570 Date: Mon Jan 5 13:35:31 2009 +0100
17571
17572 microblaze: Use cache functions (especially cache status)
17573 in systems which are configured without flash
17574
17575 commit e9b737deb2c30125362d20e24170617476026e94
17576 Author: Michal Simek <monstr@monstr.eu>
17577 Date: Mon Jan 5 13:29:32 2009 +0100
17578
17579 microblaze: Add cache flush
17580
17581 commit b4f8dda35bfad447b4106828232705b2e878d168
17582 Author: Michal Simek <monstr@monstr.eu>
17583 Date: Mon Jan 5 13:28:40 2009 +0100
17584
17585 microblaze: Add bootup messages to board.c
17586
17587 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
17588 Author: Michal Simek <monstr@monstr.eu>
17589 Date: Fri Dec 19 13:25:55 2008 +0100
17590
17591 microblaze: Change microblaze-generic config file
17592
17593 Signed-off-by: Michal Simek <monstr@monstr.eu>
17594
17595 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
17596 Author: Michal Simek <monstr@monstr.eu>
17597 Date: Fri Dec 19 13:14:05 2008 +0100
17598
17599 microblaze: Rename ml401 to microblaze-generic
17600
17601 Signed-off-by: Michal Simek <monstr@monstr.eu>
17602
17603 commit 6677876181cc8772bca8a372479a500d160f3993
17604 Author: Scott Wood <scottwood@freescale.com>
17605 Date: Tue Jan 20 11:56:11 2009 -0600
17606
17607 83xx: Use the proper sequence for updating IMMR.
17608
17609 This ensures that subsequent accesses properly hit the new window.
17610
17611 The dcbi during the NAND loop was accidentally working around this;
17612 it's no longer necessary, as the cache is not enabled.
17613
17614 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
17615 Signed-off-by: Scott Wood <scottwood@freescale.com>
17616 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17617
17618 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
17619 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17620 Date: Thu Jan 8 04:26:19 2009 +0300
17621
17622 mpc83xx: Add PCI-E support for MPC837XEMDS boards
17623
17624 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
17625 provides two PCI-E (x2) ports. Though, only one port can be used in x2
17626 mode. Two ports can function simultaneously in x1 mode.
17627
17628 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
17629
17630 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17631 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17632
17633 commit 8f11e34b31a7be124a3239653f33af9510502045
17634 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17635 Date: Thu Jan 8 04:26:17 2009 +0300
17636
17637 mpc83xx: Add PCI-E support for MPC8315ERDB boards
17638
17639 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
17640 support them.
17641
17642 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17643 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17644
17645 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
17646 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17647 Date: Thu Jan 8 04:26:12 2009 +0300
17648
17649 mpc83xx: Add support for MPC83xx PCI-E controllers
17650
17651 This patch adds support for MPC83xx PCI-E controllers in Root Complex
17652 mode.
17653
17654 The patch is based on Tony Li and Dave Liu work[1].
17655
17656 Though unlike the original patch, by default we don't register PCI-E
17657 buses for use in U-Boot, we only configure the controllers for future
17658 use in other OSes (Linux). This is done because we don't have enough
17659 of spare BATs to map all the PCI-E regions.
17660
17661 To actually use PCI-E in U-Boot, users should explicitly define
17662 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
17663 only then U-Boot will able to access PCI-E, but at the cost of disabled
17664 address translation.
17665
17666 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
17667
17668 Signed-off-by: Tony Li <tony.li@freescale.com>
17669 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17670 Acked-by: Dave Liu <daveliu@freescale.com>
17671 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17672
17673 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
17674 Author: Ira Snyder <iws@ovro.caltech.edu>
17675 Date: Mon Jan 12 13:33:17 2009 -0800
17676
17677 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
17678
17679 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
17680 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
17681 "Clocking in PCI Agent Mode".
17682
17683 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
17684 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17685
17686 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
17687 Author: Ira Snyder <iws@ovro.caltech.edu>
17688 Date: Mon Jan 12 13:32:26 2009 -0800
17689
17690 83xx: PCI agent mode fixes for multi-board systems
17691
17692 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
17693 the boards will lock up the PCI bus by scanning against each other.
17694
17695 The boards lock against each other by trying to access the PCI bus before
17696 clearing their configuration lock bit. Both boards end up in a loop,
17697 sending and receiving "Target Not Ready" messages forever.
17698
17699 When running in PCI agent mode, the scanning now takes place after the
17700 boards have cleared their configuration lock bit.
17701
17702 Also, add a missing declaration to the mpc83xx.h header file, fixing a
17703 build warning.
17704
17705 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
17706 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17707
17708 commit 455a46915b82896cc2070eb326d075555c2bc580
17709 Author: Ron Madrid <ron_madrid@sbcglobal.net>
17710 Date: Fri Dec 12 13:12:45 2008 -0800
17711
17712 mpc83xx: Size optimization of start.S
17713
17714 Currently there are in excess of 100 bytes located at the beginning of the image
17715 built by start.S that are not being utilized. This patch moves a few functions
17716 into this part of the image. This will create a greater number of *available*
17717 bytes that can be used by board specific code in NAND builds and will decrease
17718 the size of the assembled code in other builds.
17719
17720 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
17721 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17722
17723 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
17724 Author: Wolfgang Denk <wd@denx.de>
17725 Date: Wed Jan 21 23:08:12 2009 +0100
17726
17727 Prepare v2009.01
17728
17729 Signed-off-by: Wolfgang Denk <wd@denx.de>
17730
17731 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
17732 Author: Wolfgang Denk <wd@denx.de>
17733 Date: Sun Jan 18 21:37:48 2009 +0100
17734
17735 Prepare 2009.01-rc3
17736
17737 Update CHANGELOG
17738
17739 Signed-off-by: Wolfgang Denk <wd@denx.de>
17740
17741 commit 4cda437898f7873752f0201757cd33f12196ce87
17742 Author: Mike Frysinger <vapier@gentoo.org>
17743 Date: Sat Jan 17 13:32:42 2009 -0500
17744
17745 build system: treat all Darwin's alike
17746
17747 The x86 based version of Darwin behaves the same quirky way as the powerpc
17748 Darwin, so only check HOSTOS when setting up Darwin workarounds.
17749
17750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17751
17752 commit c088a108c75db565e07292fd668dfa5491e85bc2
17753 Author: Peter Korsgaard <jacmet@sunsite.dk>
17754 Date: Wed Jan 14 13:52:24 2009 +0100
17755
17756 fdt_resize(): fix actualsize calculations with unaligned blobs
17757
17758 The code in fdt_resize() to extend the fdt size to end on a page boundary
17759 is wrong for fdt's not located at an address aligned on a page boundary.
17760 What's even worse, the code would make actualsize shrink rather than grow
17761 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
17762 causing fdt_add_mem_rsv to fail.
17763
17764 Fix it by aligning end address (blob + size) to a page boundary instead.
17765 For aligned fdt's this is equivalent to what we had before.
17766
17767 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17768
17769 commit fadad1573fb16c90025f08a2861d6047d093cba7
17770 Author: Mike Frysinger <vapier@gentoo.org>
17771 Date: Fri Jan 9 04:38:17 2009 -0500
17772
17773 ncb: use socklen_t
17774
17775 The recvfrom() function takes a socklen_t, not an int.
17776
17777 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17778
17779 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
17780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17781 Date: Sun Jan 11 16:35:16 2009 +0100
17782
17783 sh: serial: use readx/writex accessors
17784
17785 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17786 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17787
17788 commit 9e1fa628bdb64745811cdd26c4f953846c076180
17789 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17790 Date: Sun Jan 11 16:35:15 2009 +0100
17791
17792 sh: serial: coding style cleanup
17793
17794 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17795 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17796
17797 commit c9935c992575922b7ef13eec0656ed8665d324e3
17798 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17799 Date: Sun Jan 11 17:48:56 2009 +0900
17800
17801 sh: Fix compile error on lowlevel_init file
17802
17803 lowlevel_init of SH was corrected to use the write/readXX macro.
17804 However, there was a problem that was not able to be compiled partially.
17805 This patch corrected this.
17806
17807 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17808
17809 commit a5b04d00bfeb940c62232972ce644d50b45797f9
17810 Author: Kieran Bingham <kieranbingham@gmail.com>
17811 Date: Tue Dec 30 01:16:03 2008 +0000
17812
17813 sh: Fix up rsk7203 target for out of tree build
17814
17815 Fix up rsk7203 target to build successfully using out-of-tree build.
17816
17817 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
17818 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17819
17820 commit f7e78f3b74aae9caca2997bad865a72338326c0a
17821 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17822 Date: Sat Dec 20 19:29:49 2008 +0100
17823
17824 sh: use write{8,16,32} in all lowlevel_init
17825
17826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17827 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17828
17829 commit e4430779623af500de1cee7892c379f07ef59813
17830 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17831 Date: Sat Dec 20 19:29:48 2008 +0100
17832
17833 sh: lowlevel_init coding style cleanup
17834
17835 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17836 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17837
17838 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
17839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17840 Date: Sat Dec 20 15:27:45 2008 +0100
17841
17842 sh: update sh2/sh2a timer coding style
17843
17844 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17845 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17846
17847 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
17848 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17849 Date: Sat Dec 20 15:25:22 2008 +0100
17850
17851 sh: update sh timer coding style
17852
17853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17854 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17855
17856 commit 0e3ece33801e377be67ffa29f083421ad820f28b
17857 Author: Wolfgang Denk <wd@denx.de>
17858 Date: Wed Jan 14 23:26:05 2009 +0100
17859
17860 Prepare 2009.01-rc2
17861
17862 Update CHANGELOG.
17863
17864 Signed-off-by: Wolfgang Denk <wd@denx.de>
17865
17866 commit e92c9a860e44c14513c8909ce4299e253a775eeb
17867 Author: Wolfgang Denk <wd@denx.de>
17868 Date: Wed Jan 14 22:35:30 2009 +0100
17869
17870 cpu/mpc824x/Makefile: fix warning with parallel builds
17871
17872 Parallel builds would occasionally issue this build warning:
17873
17874 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
17875
17876 Use "ln -sf" as quick work around for the issue.
17877
17878 Signed-off-by: Wolfgang Denk <wd@denx.de>
17879
17880 commit 3ba605d4beec649438539e7df97b5fedb26592fb
17881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17882 Date: Fri Jan 2 12:18:49 2009 +0100
17883
17884 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
17885
17886 This patch adds esd's loadpci BSP command to CPCI4052 and
17887 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
17888
17889 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17890 Signed-off-by: Stefan Roese <sr@denx.de>
17891
17892 commit 600fe46fb3dab7f07604f9009904f31584415114
17893 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17894 Date: Fri Jan 2 12:18:12 2009 +0100
17895
17896 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
17897
17898 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17899 Signed-off-by: Stefan Roese <sr@denx.de>
17900
17901 commit f6a1f490d224c600a09137e58d1026d150b8e679
17902 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17903 Date: Fri Jan 2 12:17:36 2009 +0100
17904
17905 ppc4xx: Cleanup CPCI405 board code
17906
17907 This patch cleans up CPCI405 board support:
17908 - wrap long lines
17909 - unification of spaces in function calls
17910 - remove dead code
17911
17912 Use correct io accessors on peripherals.
17913
17914 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17915 Signed-off-by: Stefan Roese <sr@denx.de>
17916
17917 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
17918 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17919 Date: Fri Jan 2 12:16:35 2009 +0100
17920
17921 ppc4xx: Enable auto RS485 mode on PLU405 boards
17922
17923 This patch turns on the auto RS485 mode in the 2nd external
17924 uart on PLU405 boards. This is a special mode of the used
17925 Exar XR16C2850 uart. Because these boards only have a 485 physical
17926 layer connected it's a good idea to turn it on by default.
17927
17928 Signed-off-by: Matthias Fuchs <mf@esd.eu>
17929 Signed-off-by: Stefan Roese <sr@denx.de>
17930
17931 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
17932 Author: Haiying Wang <Haiying.Wang@freescale.com>
17933 Date: Tue Jan 13 16:29:28 2009 -0500
17934
17935 Some changes of TLB entry setting for MPC8572DS
17936
17937 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
17938 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
17939 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
17940
17941 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
17942
17943 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17944
17945 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
17946 Author: Haiying Wang <Haiying.Wang@freescale.com>
17947 Date: Tue Jan 13 16:29:22 2009 -0500
17948
17949 Change DDR tlb start entry to CONFIG param for 85xx
17950
17951 So that we can locate the DDR tlb start entry to the value other than 8. By
17952 default, it is still 8.
17953
17954 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
17955
17956 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
17957 Author: Roy Zang <tie-fei.zang@freescale.com>
17958 Date: Fri Jan 9 16:02:35 2009 +0800
17959
17960 Change PCIE1&2 deciide logic on MPC8544DS board more readable
17961
17962 The IO port selection for MPC8544DS board:
17963 Port cfg_io_ports
17964 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
17965 PCIE2 0x4, 0x5, 0x6, 0x7
17966 PCIE3 0x6, 0x7
17967 This patch changes the PCIE12 and PCIE2 logic more readable.
17968 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
17969
17970 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
17971 Author: Roy Zang <tie-fei.zang@freescale.com>
17972 Date: Fri Jan 9 16:01:52 2009 +0800
17973
17974 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
17975
17976 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
17977 PCIE1 bit.
17978 On MPC8572DS board, PCIE refers to PCIE1.
17979 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
17980
17981 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
17982 Author: Roy Zang <tie-fei.zang@freescale.com>
17983 Date: Fri Jan 9 16:00:55 2009 +0800
17984
17985 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
17986
17987 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
17988 This patch fixes this issue.
17989 For MPC8572
17990 Port cfg_io_ports
17991 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
17992 PCIE2 0x3, 0x7
17993 PCIE3 0x7
17994
17995 For MPC8544
17996 Port cfg_io_ports
17997 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
17998 PCIE2 0x4, 0x5, 0x6, 0x7
17999 PCIE3 0x6, 0x7
18000 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
18001
18002 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
18003 Author: Becky Bruce <beckyb@kernel.crashing.org>
18004 Date: Wed Dec 3 22:36:44 2008 -0600
18005
18006 mpc8610hpcd: Fix PCI mapping concepts
18007
18008 Rename _BASE to _BUS, as it's actually a PCI bus address,
18009 separate virtual and physical addresses into _VIRT and _PHYS,
18010 and use each appopriately. This makes the code easier to read
18011 and understand, and facilitates mapping changes going forward.
18012
18013 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
18014
18015 commit 79e436cad3b4a7db88408c3f05175028f30d700d
18016 Author: Becky Bruce <beckyb@kernel.crashing.org>
18017 Date: Wed Dec 3 22:36:26 2008 -0600
18018
18019 sbc8641d: Fix PCI mapping concepts
18020
18021 Rename _BASE to _BUS, as it's actually a PCI bus address,
18022 separate virtual and physical addresses into _VIRT and _PHYS,
18023 and use each appopriately. This makes the code easier to read
18024 and understand, and facilitates mapping changes going forward.
18025
18026 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
18027
18028 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
18029 Author: Wolfgang Denk <wd@denx.de>
18030 Date: Mon Jan 12 14:50:35 2009 +0100
18031
18032 MPC86xx: fix build warnings
18033
18034 Signed-off-by: Wolfgang Denk <wd@denx.de>
18035
18036 commit 032a1c934ef4dc003281f57302b6e693062c1868
18037 Author: Mike Frysinger <vapier@gentoo.org>
18038 Date: Mon Jan 5 16:09:44 2009 -0500
18039
18040 bf537-stamp/nand: fix board_nand_init prototype
18041
18042 The board_nand_init() function should return an int, not void.
18043
18044 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18045
18046 commit 687f952e4119594ab913be11c90f7f018c2a7a79
18047 Author: Mike Frysinger <vapier@gentoo.org>
18048 Date: Thu Dec 11 07:04:48 2008 -0500
18049
18050 Blackfin: drop CONFIG_SPI handling in board init
18051
18052 The eeprom SPI init functions are duplicated as the common code already
18053 executes these for us.
18054
18055 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18056
18057 commit e7e684b10d73a303902208594c7c3e7e0d753282
18058 Author: Mike Frysinger <vapier@gentoo.org>
18059 Date: Fri Oct 24 17:51:57 2008 -0400
18060
18061 Blackfin: fix out-of-tree building with ldscripts
18062
18063 Many of the Blackfin board linker scripts are preprocessed, so make sure we
18064 output the linker script into the build tree rather than the source tree.
18065
18066 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18067
18068 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
18069 Author: Mike Frysinger <vapier@gentoo.org>
18070 Date: Fri Oct 24 17:48:54 2008 -0400
18071
18072 Blackfin: fix linker scripts to work with --gc-sections
18073
18074 Make sure all .text sections get pulled in and the entry point is properly
18075 referenced so they don't get discarded when linking with --gc-sections.
18076
18077 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18078
18079 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
18080 Author: Mike Frysinger <vapier@gentoo.org>
18081 Date: Sat Oct 11 20:45:44 2008 -0400
18082
18083 Blackfin: set proper LDRFLAGS for parallel booting LDRs
18084
18085 In order to boot an LDR out of parallel flash, the ldr utility needs a few
18086 flags to tell it to generate the right header.
18087
18088 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18089
18090 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
18091 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18092 Date: Tue Jan 6 21:41:59 2009 +0100
18093
18094 at91rm9200: move define from lowlevel_init to header
18095
18096 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18097
18098 commit 8a48686fac2030287765f1970ea046bd5734b733
18099 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18100 Date: Sat Jan 3 17:22:26 2009 +0100
18101
18102 m501sk: move to the common memory setup
18103
18104 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18105
18106 commit d481c80d78f954133c035dae6c7d22de3625795d
18107 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18108 Date: Sat Jan 3 17:22:25 2009 +0100
18109
18110 at91rm9200: rename lowlevel init value to CONFIG_SYS_
18111
18112 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18113
18114 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
18115 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
18116 Date: Tue Jan 6 21:13:14 2009 +0100
18117
18118 at91: add at91sam9xeek board support
18119
18120 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
18121 it as another entry for at91sam9260 in the Makefile.
18122
18123 Check documentation at :
18124 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
18125
18126 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
18127 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18128
18129 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
18130 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18131 Date: Tue Jan 6 21:15:57 2009 +0100
18132
18133 fix bmp_logo.h make dependencies to allow parallel build
18134
18135 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18136
18137 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
18138 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18139 Date: Sat Jan 3 17:22:24 2009 +0100
18140
18141 at91: Fix Atmel's at91sam9 boards out of tree build
18142
18143 introduced in commit 89a7a87f084c
18144
18145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18146
18147 commit 0668236bafaa1c11c521652a2facebc74beecbf0
18148 Author: Wolfgang Denk <wd@denx.de>
18149 Date: Tue Dec 30 22:56:11 2008 +0100
18150
18151 README: update mailing list name and hits to patch submission.
18152
18153 Signed-off-by: Wolfgang Denk <wd@denx.de>
18154
18155 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
18156 Author: Peter Tyser <ptyser@xes-inc.com>
18157 Date: Tue Dec 23 16:32:01 2008 -0600
18158
18159 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
18160
18161 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18162
18163 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
18164 Author: Peter Tyser <ptyser@xes-inc.com>
18165 Date: Tue Dec 23 16:32:00 2008 -0600
18166
18167 XPedite5200 board support cleanup
18168
18169 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18170
18171 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
18172 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18173 Date: Tue Dec 2 21:58:04 2008 +0100
18174
18175 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
18176
18177 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18178 Signed-off-by: Remy Böhmer <linux@bohmer.net>
18179
18180 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
18181 Author: Trent Piepho <tpiepho@freescale.com>
18182 Date: Wed Dec 3 15:16:37 2008 -0800
18183
18184 mpc8[56]xx: Put localbus clock in sysinfo and gd
18185
18186 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
18187 and print it out, but don't save it.
18188
18189 This changes where its calculated and stored to be more consistent with the
18190 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
18191
18192 The localbus frequency is added to sysinfo and calculated when sysinfo is
18193 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
18194
18195 get_clocks() copies the frequency into the global data, as the other
18196 frequencies are, into a new field that is only enabled for MPC85xx and
18197 MPC86xx.
18198
18199 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
18200 from sysinfo, like the other frequencies, instead of calculating it on the
18201 spot.
18202
18203 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
18204 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18205 Acked-by: Jon Loeliger <jdl@freescale.com>
18206
18207 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
18208 Author: Trent Piepho <tpiepho@freescale.com>
18209 Date: Wed Dec 3 15:16:36 2008 -0800
18210
18211 mpc86xx: Double local bus clock divider
18212
18213 The local bus clock divider should be doubled for both 8610 and 8641.
18214
18215 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
18216 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18217 Acked-by: Jon Loeliger <jdl@freescale.com>
18218
18219 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
18220 Author: Trent Piepho <tpiepho@freescale.com>
18221 Date: Wed Dec 3 15:16:35 2008 -0800
18222
18223 mpc8568: Double local bus clock divider
18224
18225 The clock divider for the MPC8568 local bus should be doubled, like the
18226 other newer MPC85xx chips.
18227
18228 Since there are now more chips with a 2x divider than a 1x, and any new
18229 85xx chips will probably be 2x, invert the sense of the #if so that it
18230 lists the 1x chips instead of the 2x ones.
18231
18232 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
18233 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18234 Acked-by: Jon Loeliger <jdl@freescale.com>
18235
18236 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
18237 Author: Dave Liu <daveliu@freescale.com>
18238 Date: Tue Dec 16 12:09:27 2008 +0800
18239
18240 85xx: Fix the boot window issue
18241
18242 If one custom board is using the 8MB flash, it is set
18243 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
18244 The current start.S code will be broken at switch_as.
18245
18246 It is because the TLB1[15] is set as 16MB page size,
18247 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
18248
18249 For the 8MB flash case, the EPN = 0xefxxxxxx,
18250 RPN = 0xffxxxxxx. Assume the virt address of switch_as
18251 is 0xef7ff18c, the real address of the instruction at
18252 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
18253 of the range of the default 8MB boot LAW window
18254 0xff800000 - 0xffffffff.
18255
18256 So when we switch to AS1 address space at switch_as,
18257 the core can't fetch the instruction at switch_as any
18258 more. It will cause broken issue.
18259
18260 Signed-off-by: Dave Liu <daveliu@freescale.com>
18261
18262 commit 58da8890d5fbd074746037722a423de9ac408616
18263 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18264 Date: Thu Dec 11 15:47:50 2008 -0500
18265
18266 sbc8548: use proper PHY address
18267
18268 The values given for the PHY address were wrong, so the code
18269 read no valid PHY ID, and fell through to the generic PHY
18270 support, which would work on 1000M but would not auto negotiate
18271 down to 100M or 10M.
18272
18273 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18274
18275 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
18276 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18277 Date: Thu Dec 11 15:47:51 2008 -0500
18278
18279 sbc8548: enable command line editing by default.
18280
18281 Lets make things a bit more user friendly. It isn't 1985 anymore.
18282
18283 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18284
18285 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
18286 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18287 Date: Thu Dec 11 15:47:49 2008 -0500
18288
18289 sbc8548: don't enable the 3rd and 4th eTSEC
18290
18291 These interfaces don't have usable connectors on the board, so don't
18292 bother enumerating or configuring them.
18293
18294 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18295
18296 commit 181a3650113883728927928b3ac81ad6dade4b2c
18297 Author: Haiying Wang <Haiying.Wang@freescale.com>
18298 Date: Wed Dec 3 10:08:19 2008 -0500
18299
18300 Set IVPR to kenrel entry point in second core boot page
18301
18302 Assuming the OSes exception vectors start from the base of kernel address, and
18303 the kernel physical starting address can be relocated to an non-zero address.
18304 This patch enables the second core to have a valid IVPR for debugger before
18305 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
18306 value for second core which runs kernel at different physical address other
18307 than 0x0.
18308
18309 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18310
18311 commit a5d212a263c58cc746481bf1fc878510533ce7d6
18312 Author: Trent Piepho <tpiepho@freescale.com>
18313 Date: Wed Dec 3 15:16:34 2008 -0800
18314
18315 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
18316
18317 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
18318 instead of four.
18319
18320 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
18321 should be safe as the fifth bit was defined as reserved and set to 0.
18322
18323 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
18324
18325 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
18326 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18327 Acked-by: Jon Loeliger <jdl@freescale.com>
18328
18329 commit 58ec4866ed916c7e422f5107bb27b0822084728e
18330 Author: Trent Piepho <tpiepho@freescale.com>
18331 Date: Wed Dec 3 15:16:38 2008 -0800
18332
18333 mpc8[56]xx: Put localbus clock in device tree
18334
18335 Export the localbus frequency in the device tree, the same way the CPU, TB,
18336 CCB, and various other frequencies are exported in their respective device
18337 tree nodes.
18338
18339 Some localbus devices need this information to be programed correctly, so
18340 it makes sense to export it along with the other frequencies.
18341
18342 Unfortunately, when someone wrote the localbus dts bindings, they didn't
18343 bother to define what the "compatible" property should be. So it seems no
18344 one was quite sure what to put in their dts files.
18345
18346 Based on current existing dts files in the kernel source, I've used
18347 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
18348 of the 85xx devices, and are looked for by the Linux code. The eLBC is
18349 apparently not entirely backward compatible with the pq3 LBC and so eLBC
18350 equipped platforms like 8572 won't use pq3-localbus.
18351
18352 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
18353 and is also looked for by the Linux code. On MPC8641, I've also used
18354 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
18355 which don't use "fsl,elbc" or any other acceptable name to match on.
18356
18357 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
18358 Acked-by: Kumar Gala <galak@kernel.crashing.org>
18359 Acked-by: Jon Loeliger <jdl@freescale.com>
18360
18361 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
18362 Author: Kumar Gala <galak@kernel.crashing.org>
18363 Date: Tue Dec 16 14:59:22 2008 -0600
18364
18365 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
18366
18367 The current code that determines which bank/chipselect is used for a
18368 given NAND instance only worked for 32-bit addresses and assumed
18369 a 1:1 mapping. This breaks in 36-bit physical configs.
18370
18371 The proper way to handle this is to use the virt_to_phys() and
18372 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
18373 with the the virtual address the NAND code uses.
18374
18375 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18376 Acked-by: Scott Wood <scottwood@freescale.com>
18377
18378 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
18379 Author: Kumar Gala <galak@kernel.crashing.org>
18380 Date: Tue Dec 16 14:59:21 2008 -0600
18381
18382 ppc: Use addrmap in virt_to_phys and map_physmem.
18383
18384 If we have addr map support enabled use the mapping functions to
18385 implement virt_to_phys() and map_physmem().
18386
18387 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18388
18389 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
18390 Author: Kumar Gala <galak@kernel.crashing.org>
18391 Date: Tue Dec 16 14:59:20 2008 -0600
18392
18393 85xx: Add support to populate addr map based on TLB settings
18394
18395 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18396
18397 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
18398 Author: Peter Tyser <ptyser@xes-inc.com>
18399 Date: Mon Dec 1 13:47:13 2008 -0600
18400
18401 XPedite5200 board support
18402
18403 Initial support for Extreme Engineering Solutions XPedite5200 -
18404 a MPC8548-based PMC single board computer.
18405
18406 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18407
18408 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
18409 Author: Peter Tyser <ptyser@xes-inc.com>
18410 Date: Wed Oct 29 12:39:27 2008 -0500
18411
18412 85xx: Enable inbound PCI config cycles for X-ES boards
18413
18414 Update X-ES Freescale boards to allow inbound PCI configuration
18415 cycles when configured as agent/endpoint.
18416
18417 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18418
18419 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
18420 Author: Peter Tyser <ptyser@xes-inc.com>
18421 Date: Wed Dec 17 16:36:23 2008 -0600
18422
18423 XPedite5370 board support
18424
18425 Initial support for Extreme Engineering Solutions XPedite5370 -
18426 a MPC8572-based 3U VPX single board computer with a PMC/XMC
18427 site.
18428
18429 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18430
18431 commit e92739d34e2d6b6aca93b2598248210710897ce8
18432 Author: Peter Tyser <ptyser@xes-inc.com>
18433 Date: Wed Dec 17 16:36:21 2008 -0600
18434
18435 Add support for PCA953x I2C gpio devices
18436
18437 Initial support for NXP's 4 and 8 bit I2C gpio expanders
18438 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
18439 enables support for the devices while the CONFIG_CMD_PCA953X
18440 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
18441 define enables an 'info' sub-command which provides summary
18442 information for the given pca953x device.
18443
18444 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18445
18446 commit 7a8979591171676417ab36852d8811a8c46accd8
18447 Author: Peter Tyser <ptyser@xes-inc.com>
18448 Date: Wed Oct 29 12:39:26 2008 -0500
18449
18450 pci/fsl_pci_init: Enable inbound PCI config cycles
18451
18452 Add fsl_pci_config_unlock() function to enable a
18453 PCI/PCIe interface configured in agent/endpoint mode to
18454 respond to inbound PCI configuration cycles.
18455
18456 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18457
18458 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
18459 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18460 Date: Wed Dec 17 16:43:18 2008 +0100
18461
18462 avr32: Remove second definition of virt_to_phys()
18463
18464 The second definition introduced by 65e43a1063 conflicts with the
18465 existing one.
18466
18467 Also, convert the existing definition to use phys_addr_t. The volatile
18468 qualifier is still needed due to brain damage elsewhere.
18469
18470 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18471
18472 commit b616f2b545f73757669b37386f0b37bb61fc6797
18473 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18474 Date: Mon Sep 8 22:27:18 2008 +0200
18475
18476 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
18477
18478 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18479 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18480
18481 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
18482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18483 Date: Tue Dec 16 22:10:31 2008 +0100
18484
18485 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
18486
18487 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18488 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18489
18490 commit 13095b2f07dacb1f863772266c1789d47a523a8a
18491 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18492 Date: Tue Dec 16 22:10:30 2008 +0100
18493
18494 MIPS: qemu_mips: move env storage just after u-boot
18495
18496 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18497 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18498
18499 commit aced78d852d0b009e8aaa1445af8cb40861ee549
18500 Author: Wolfgang Denk <wd@denx.de>
18501 Date: Tue Dec 16 23:48:27 2008 +0100
18502
18503 Prepare 2009.01-rc1
18504
18505 Signed-off-by: Wolfgang Denk <wd@denx.de>
18506
18507 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
18508 Author: Wolfgang Denk <wd@denx.de>
18509 Date: Tue Dec 16 23:13:46 2008 +0100
18510
18511 include/configs/at91cap9adk.h: fix typo.
18512
18513 Signed-off-by: Wolfgang Denk <wd@denx.de>
18514
18515 commit 45ca04f2377361593151d2d4da51f8ba4832d233
18516 Author: Wolfgang Denk <wd@denx.de>
18517 Date: Tue Dec 16 22:32:25 2008 +0100
18518
18519 board/trab/memory.c: Fix compile problems.
18520
18521 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
18522
18523 Actually we'd need a major cleanup here - as it turns out,
18524 board/trab/memory.c is more or less a verbatim copy of
18525 post/drivers/memory.c ... but then, trab is EOL anyway,r
18526 so this is not worth the effort.
18527
18528 Signed-off-by: Wolfgang Denk <wd@denx.de>
18529
18530 commit ff49ea8977b56916edd5b1766d9939010e30b181
18531 Author: Scott Wood <scottwood@freescale.com>
18532 Date: Tue Dec 16 14:24:16 2008 -0600
18533
18534 NAND: Mark the BBT as scanned prior to calling scan_bbt.
18535
18536 Otherwise, recursion can occur if scan_bbt does not find a bad block
18537 table, and tries to write one, and the attempt to erase the BBT area
18538 causes a bad block check.
18539
18540 Signed-off-by: Scott Wood <scottwood@freescale.com>
18541
18542 commit 584eedab66d0828f2d571a24b10526c4e65f547b
18543 Author: Ilya Yanok <yanok@emcraft.com>
18544 Date: Thu Dec 11 05:51:57 2008 +0300
18545
18546 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
18547
18548 Include <linux/mtd/compat.h> header for min_t definition instead of
18549 providing our own one. Removes warnings in case of OneNAND support
18550 enabled.
18551
18552 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
18553 just for min_t...
18554
18555 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18556 Acked-by: Stefan Roese <sr@denx.de>
18557
18558 commit b1ffecec37b57a59c139042267faac458e5324e9
18559 Author: Becky Bruce <beckyb@kernel.crashing.org>
18560 Date: Wed Dec 3 23:04:37 2008 -0600
18561
18562 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
18563
18564 Casting a pointer to a phys_addr_t when it's an unsigned long long
18565 on a 32-bit system without first casting to a non-pointer type
18566 generates a compiler warning. Fix this.
18567
18568 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
18569
18570 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
18571 Author: Wolfgang Denk <wd@denx.de>
18572 Date: Tue Dec 16 16:22:50 2008 +0100
18573
18574 trab: make trab_fkt standalone code independent of libgcc
18575
18576 Use our own local functions in lib_arm/ instead.
18577
18578 Signed-off-by: Wolfgang Denk <wd@denx.de>
18579
18580 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
18581 Author: Wolfgang Denk <wd@denx.de>
18582 Date: Tue Dec 16 14:44:06 2008 +0100
18583
18584 post/Makefile: fix dependency problem with parallel builds
18585
18586 Parallel builds (using "make -jN") would occasionally fail with error
18587 messages like
18588 ppc_4xxFP-objdump: string.o: File format not recognized
18589 or
18590 post/libpost.a(cpu.o): In function `cpu_post_test':
18591 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
18592 or similar. We now make sure to run the 'postdeps" step before
18593 attempting to build the specific POST libraries.
18594
18595 Signed-off-by: Wolfgang Denk <wd@denx.de>
18596
18597 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
18598 Author: Wolfgang Denk <wd@denx.de>
18599 Date: Tue Dec 16 14:41:02 2008 +0100
18600
18601 Makefile: fix dependency problem with parallel builds
18602
18603 Parallel builds (using "make -jN") would occasionally fail with error
18604 messages like
18605 include/autoconf.mk:212: *** missing separator. Stop.
18606 Line numbers and affected boards were changing. Obviously some
18607 Makefiles included autoconf.mk while it was still being written to.
18608 As a fix, we now write to a temporary file first and then rename it,
18609 so that it is really ready to use as soon as it appears.
18610
18611 Signed-off-by: Wolfgang Denk <wd@denx.de>
18612
18613 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
18614 Author: Wolfgang Denk <wd@denx.de>
18615 Date: Tue Dec 16 01:02:17 2008 +0100
18616
18617 Coding style cleanup, update CHANGELOG.
18618
18619 Signed-off-by: Wolfgang Denk <wd@denx.de>
18620
18621 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
18622 Author: Mike Frysinger <vapier@gentoo.org>
18623 Date: Thu Dec 11 18:39:08 2008 -0500
18624
18625 spi/stmicro: fix debug() display of cmd
18626
18627 The stmicro_wait_ready() func tries to show the actual opcode that was sent
18628 to the device, but instead it displays the array pointer. Fix it to pull
18629 out the opcode from the start of the array.
18630
18631 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18632
18633 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
18634 Author: Mike Frysinger <vapier@gentoo.org>
18635 Date: Thu Dec 11 06:23:37 2008 -0500
18636
18637 env_sf: support embedded environments
18638
18639 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
18640 size is larger than the env size, then it means the env is embedded in a
18641 block. So we have to save/restore the part of the sector which is not the
18642 environment. Previously, saving the environment in SPI flash in this
18643 setup would probably brick the board as the rest of the sector tends to
18644 contain actual U-Boot data/code.
18645
18646 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18647 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18648
18649 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
18650 Author: Timur Tabi <timur@freescale.com>
18651 Date: Wed Dec 3 11:28:30 2008 -0600
18652
18653 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
18654
18655 All implementations of the functions i2c_reg_read() and
18656 i2c_reg_write() are identical. We can save space and simplify the
18657 code by converting these functions into inlines and putting them in
18658 i2c.h.
18659
18660 Signed-off-by: Timur Tabi <timur@freescale.com>
18661 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18662
18663 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
18664 Author: Dave Liu <daveliu@freescale.com>
18665 Date: Fri Dec 5 15:36:14 2008 +0800
18666
18667 lib_ppc: rework the flush_cache
18668
18669 - It is possible to miss flush/invalidate the last
18670 cache line, we fix it at here.
18671 - add the volatile and memory clobber.
18672
18673 They are pointed by Scott Wood.
18674
18675 Signed-off-by: Dave Liu <daveliu@freescale.com>
18676
18677 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
18678 Author: Kumar Gala <galak@kernel.crashing.org>
18679 Date: Sat Dec 13 17:20:28 2008 -0600
18680
18681 Introduce addr_map library
18682
18683 Add a library that helps in translating between virtual and physical
18684 addresses. This library can be useful as a simple means to implement
18685 map_physmem() and virt_to_phys() for platforms that need functionality
18686 beyond the simple 1:1 mapping.
18687
18688 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18689
18690 commit 65e43a10631537dcb92c302d36301a12308216c3
18691 Author: Kumar Gala <galak@kernel.crashing.org>
18692 Date: Sat Dec 13 17:20:27 2008 -0600
18693
18694 Introduce virt_to_phys()
18695
18696 virt_to_phys() returns the physical address given a virtual. In most
18697 cases this will be just the input value as the vast majority of
18698 systems run in a 1:1 mode.
18699
18700 However in systems that are not running this way it should report the
18701 physical address or ~0 if no mapping exists for the given virtual
18702 address.
18703
18704 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18705
18706 commit 45845301af3de8675c1f7bbc815c6de35452605a
18707 Author: Yuri Tikhonov <yur@emcraft.com>
18708 Date: Sun Dec 7 22:12:50 2008 +0100
18709
18710 POST Make: fix the sub-dir dependencies missing.
18711
18712 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18713
18714 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
18715 Author: Martin Michlmayr <tbm@cyrius.com>
18716 Date: Wed Aug 6 14:44:05 2008 +0300
18717
18718 Fix a typo in fw_env.config
18719
18720 Reported-by: Martin Michlmayr <tbm@cyrius.com>
18721 Signed-off-by: Wolfgang Denk <wd@denx.de>
18722
18723 commit ba490b7761c62b549c222a9723e532dc801a3899
18724 Author: Peter Tyser <ptyser@xes-inc.com>
18725 Date: Mon Dec 1 16:22:45 2008 -0600
18726
18727 Remove unused CONFIG_ADDR_STREAMING defines
18728
18729 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18730
18731 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
18732 Author: Peter Tyser <ptyser@xes-inc.com>
18733 Date: Mon Nov 24 11:54:47 2008 -0600
18734
18735 cmd_mem: Remove unused variable
18736
18737 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18738
18739 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
18740 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18741 Date: Sun Dec 14 10:29:39 2008 +0100
18742
18743 Fix new found CFG_
18744
18745 Also fix some minor typos.
18746
18747 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18748 Signed-off-by: Wolfgang Denk <wd@denx.de>
18749
18750 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
18751 Author: Sergei Poselenov <sposelenov@emcraft.com>
18752 Date: Fri Sep 19 12:07:34 2008 +0200
18753
18754 Remove compiler warning: target CPU does not support interworking
18755
18756 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
18757
18758 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
18759 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18760
18761 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
18762 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18763 Date: Mon Nov 24 13:33:51 2008 +0100
18764
18765 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
18766
18767 FDT support is used for both FIT style images and for architectures
18768 that can pass a fdt blob to an OS (ppc, m68k, sparc).
18769
18770 For other architectures and boards which do not pass a fdt blob to an
18771 OS but want to use the new uImage format, we just need FIT support.
18772
18773 Now we can have the 4 following configurations :
18774
18775 1) FIT only CONFIG_FIT
18776 2) fdt blob only CONFIG_OF_LIBFDT
18777 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
18778 4) none none
18779
18780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18781
18782 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
18783 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18784 Date: Wed Dec 10 15:13:32 2008 +0100
18785
18786 ppc4xx: Disable EEPROM write access on PMC440 boards
18787
18788 This patch disables EEPROM wrtie access by default on PMC440 board.
18789
18790 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18791
18792 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
18793 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18794 Date: Wed Dec 10 15:12:56 2008 +0100
18795
18796 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
18797
18798 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18799
18800 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
18801 Author: Stefan Roese <sr@denx.de>
18802 Date: Tue Nov 18 16:36:12 2008 +0100
18803
18804 MIPS: Flush data cache upon relocation
18805
18806 This patch now adds a flush to the data cache upon relocation. The
18807 current implementation is missing this. Only a comment states that it
18808 should be done. So let's really do it now.
18809
18810 Signed-off-by: Stefan Roese <sr@denx.de>
18811 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18812
18813 commit 44174343688dba32571a34550dba08971c65fef1
18814 Author: Stefan Roese <sr@denx.de>
18815 Date: Tue Nov 18 16:36:22 2008 +0100
18816
18817 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
18818
18819 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
18820 enables support for boards where the lowlevel initialization is
18821 already done when U-Boot runs (e.g. via OnChip ROM).
18822
18823 This will be used in the upcoming VCTH board support.
18824
18825 Signed-off-by: Stefan Roese <sr@denx.de>
18826 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18827
18828 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
18829 Author: Stefan Roese <sr@denx.de>
18830 Date: Wed Nov 12 13:18:02 2008 +0100
18831
18832 MIPS: Add board_early_init_f() to init_sequence
18833
18834 This patch adds the board_early_init_f() call to the MIPS init
18835 sequence. A weak dummy implementation is also added which can be
18836 overridden by a board specific version.
18837
18838 This will be used by the upcoming VCTH board support.
18839
18840 Signed-off-by: Stefan Roese <sr@denx.de>
18841 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18842
18843 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
18844 Author: Stefan Roese <sr@denx.de>
18845 Date: Wed Nov 12 13:18:19 2008 +0100
18846
18847 MIPS: Add onenand_init() to board.c and move nand_init()
18848
18849 This patch adds a call to onenand_init() for OneNAND support and moves
18850 the nand_init() call to an earlier place, so that the environment can
18851 be used from NAND and OneNAND.
18852
18853 Signed-off-by: Stefan Roese <sr@denx.de>
18854 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18855
18856 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
18857 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18858 Date: Tue Dec 9 11:32:46 2008 +0900
18859
18860 sh: Update sh2/sh2a timer
18861
18862 Renesas SH2/SH2A timer broken.
18863 This patch fix timer function.
18864
18865 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18866 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18867
18868 commit a319f1496210117b73198e3d889ffffaf6825d00
18869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18870 Date: Fri Dec 5 07:27:37 2008 +0100
18871
18872 sh: r2dplus fix register access
18873
18874 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18875 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18876
18877 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
18878 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18879 Date: Tue Dec 2 07:40:03 2008 +0100
18880
18881 sh: r2dplus/lowlevel_init: coding style fix
18882
18883 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18884 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18885
18886 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
18887 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18888 Date: Tue Nov 25 11:05:19 2008 +0900
18889
18890 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
18891
18892 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
18893 CACHE_OC_WAY_SHIFT every CPU.
18894 This patch corrects these values.
18895
18896 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18897 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18898
18899 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
18900 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18901 Date: Thu Nov 20 16:44:42 2008 +0900
18902
18903 sh: Update sh timer function
18904
18905 Change to write/readX function and fix timer problem.
18906
18907 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18908 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18909
18910 commit b81786cff476c41e332eaeb679158f6527cd67d4
18911 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18912 Date: Tue Nov 4 11:58:58 2008 +0900
18913
18914 sh: Migo-R: Update BSC value
18915
18916 A value of BSC CS4 was wrong, Fixed it.
18917
18918 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18919 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18920
18921 commit 5783758fd260a02f44566ad8f29f899565cd0403
18922 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18923 Date: Mon Nov 17 16:52:09 2008 +0900
18924
18925 sh: Update ms7722se board config
18926
18927 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18928 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18929
18930 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
18931 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18932 Date: Mon Nov 17 16:53:09 2008 +0900
18933
18934 sh: Update SuperH serial driver
18935
18936 The address of SCFSR register is wrong at SH7720/SH7721.
18937 This patch fix this.
18938
18939 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18940 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18941
18942 commit 9a1d3557dcd47365c12eeab584b822e57d994352
18943 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18944 Date: Tue Nov 11 22:20:15 2008 +0100
18945
18946 sh: fix rsk7203 and MigoR out of tree build
18947
18948 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18949 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18950
18951 commit 1951f847f0a851853871b613ad7cf21a5242226c
18952 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18953 Date: Wed Dec 10 14:41:25 2008 +0100
18954
18955 ppc4xx: Update TEXT_BASE for CPCI405 boards
18956
18957 This patch fixes building U-Boot for CPCI405 boards.
18958
18959 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18960 Signed-off-by: Stefan Roese <sr@denx.de>
18961
18962 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
18963 Author: Stefan Roese <sr@denx.de>
18964 Date: Tue Dec 9 20:08:01 2008 +0100
18965
18966 ppc4xx: Remove some features from ALPR to fit into 256k again
18967
18968 Signed-off-by: Stefan Roese <sr@denx.de>
18969
18970 commit 3b089e4f889a2902449d55e081c886ae607cae89
18971 Author: Stefan Roese <sr@denx.de>
18972 Date: Wed Dec 10 10:32:59 2008 +0100
18973
18974 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
18975
18976 With this patch we set the type back to NONE upon failing UBI partition
18977 initialization. Otherwise further calls to the UBI subsystem would try
18978 to really access the non-existing UBI partition.
18979
18980 Thanks to Michael Lawnick for pointing this out.
18981
18982 Signed-off-by: Stefan Roese <sr@denx.de>
18983
18984 commit 817329351639a8895cd9b87b33aeff043f3d5a44
18985 Author: Stefan Roese <sr@denx.de>
18986 Date: Wed Dec 10 10:28:33 2008 +0100
18987
18988 UBI: Return -ENOMEM upon failing malloc
18989
18990 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
18991 failing malloc().
18992
18993 Signed-off-by: Stefan Roese <sr@denx.de>
18994
18995 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
18996 Author: Ben Warren <biggerbadderben@gmail.com>
18997 Date: Tue Dec 9 23:34:15 2008 -0800
18998
18999 Fix compile error in building MBX860T.
19000
19001 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19002
19003 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
19004 Author: Michal Simek <monstr@monstr.eu>
19005 Date: Tue Nov 25 11:42:20 2008 +0100
19006
19007 microblaze: Remove XUPV2P board
19008
19009 ---
19010
19011 Microblaze platforms use generic settings and to have
19012 many platforms is confusing that's why I decided to remove this
19013 platform from U-BOOT. ml401 tree is sufficient for covering
19014 all Microblaze platforms.
19015
19016 This change will go through microblaze custodian tree.
19017
19018 commit 99ba6f353582720defff6e6e6761dc455a207d31
19019 Author: Michal Simek <monstr@monstr.eu>
19020 Date: Mon Nov 24 18:25:41 2008 +0100
19021
19022 microblaze: Remove CONFIG_LIBFDT due to error in common files
19023
19024 commit e7d591e823a991513833af7030468409e25a3b13
19025 Author: Michal Simek <monstr@monstr.eu>
19026 Date: Mon Nov 24 11:43:00 2008 +0100
19027
19028 microblaze: Fix ml401 uart16550 setting
19029
19030 Signed-off-by: Michal Simek <monstr@monstr.eu>
19031
19032 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
19033 Author: Michal Simek <monstr@monstr.eu>
19034 Date: Mon Nov 24 11:38:22 2008 +0100
19035
19036 microblaze: Set up relocation is done
19037
19038 commit bcb6dd9187d4b23c748704767bd12d20c829e996
19039 Author: Mike Frysinger <vapier@gentoo.org>
19040 Date: Tue Dec 9 23:20:31 2008 -0500
19041
19042 tools/netconsole: new script for working with netconsole over UDP
19043
19044 While the doc/README.NetConsole does have a snippet for people to
19045 create their own netcat script, it's a lot easier to make a simple
19046 dedicated script and tell people to use it.
19047
19048 Also spruce it up a bit to make it user friendly.
19049
19050 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19051
19052 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
19053 Author: Sonic Zhang <Sonic.Zhang@analog.com>
19054 Date: Tue Dec 9 23:20:18 2008 -0500
19055
19056 fs/fat: handle FAT on SATA
19057
19058 The FAT file system driver should also handle FAT on SATA devices.
19059
19060 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
19061 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19062
19063 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
19064 Author: Ben Warren <biggerbadderben@gmail.com>
19065 Date: Tue Dec 9 23:26:31 2008 -0800
19066
19067 Fix compile error in building MBX860T.
19068 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
19069
19070 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19071
19072 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
19073 Author: Jerry Van Baren <gvb.uboot@gmail.com>
19074 Date: Mon Nov 24 08:15:02 2008 -0500
19075
19076 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
19077
19078 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
19079 following warnings from FDT:
19080
19081 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
19082 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
19083
19084 Fix: Protect the definition of uintptr_t when compiling on the host
19085 system.
19086
19087 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
19088
19089 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
19090 Author: Graeme Russ <graeme.russ@gmail.com>
19091 Date: Sat Nov 22 08:43:29 2008 +1100
19092
19093 Moved sc520 PCI definitions to stand-alone file
19094
19095 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
19096
19097 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
19098 Author: Graeme Russ <graeme.russ@gmail.com>
19099 Date: Sat Nov 22 08:43:21 2008 +1100
19100
19101 Fixed path to sc520 SSI include file
19102
19103 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
19104
19105 commit d4f70da544c33db3e4fce6473dea4ecca4322545
19106 Author: Graeme Russ <graeme.russ@gmail.com>
19107 Date: Fri Nov 21 06:28:05 2008 +1100
19108
19109 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
19110
19111 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
19112
19113 commit c034075a713b60e654c64e88e87da29440f31bb4
19114 Author: Stefan Roese <sr@denx.de>
19115 Date: Wed Nov 12 13:30:10 2008 +0100
19116
19117 serial: Add vcth UART driver
19118
19119 This patch adds the UART driver for the upcoming VCTH board support.
19120
19121 Signed-off-by: Stefan Roese <sr@denx.de>
19122
19123 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
19124 Author: Ilya Yanok <yanok@emcraft.com>
19125 Date: Thu Nov 13 19:49:36 2008 +0300
19126
19127 jffs2: cache data_crc results
19128
19129 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
19130 jffs2_1pass_read_inode() data_crc is going to be calculated on each
19131 inode access. This patch adds caching of data_crc() results. There
19132 is no significant improvement in speed (because of flash access
19133 caching added in previous patch I think, crc in RAM is really fast)
19134 but this patch impacts memory usage -- every b_node structure uses
19135 12 bytes instead of 8.
19136
19137 Signed-off-by: Alexey Neyman <avn@emcraft.com>
19138 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19139
19140 commit 9b7076229ec6a958bd835ab70745f7676297ce82
19141 Author: Ilya Yanok <yanok@emcraft.com>
19142 Date: Thu Nov 13 19:49:35 2008 +0300
19143
19144 jffs2: summary support
19145
19146 This patch adds support for reading fs information from summary
19147 node instead of scanning full eraseblock.
19148
19149 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19150
19151 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
19152 Author: Ilya Yanok <yanok@emcraft.com>
19153 Date: Thu Nov 13 19:49:34 2008 +0300
19154
19155 jffs2: add buffer to cache flash accesses
19156
19157 With this patch JFFS2 code allocates memory buffer of max_totlen size
19158 (size of the largest node, calculated during scan time) and uses it to
19159 store entire node. Speeds up loading. If malloc fails we use old ways
19160 to do things.
19161
19162 Signed-off-by: Alexey Neyman <avn@emcraft.com>
19163 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19164
19165 commit 8a36d31f72411144ac0412ee7e1880e801acd754
19166 Author: Ilya Yanok <yanok@emcraft.com>
19167 Date: Thu Nov 13 19:49:33 2008 +0300
19168
19169 jffs2: rewrite jffs2 scanning code based on Linux one
19170
19171 Rewrites jffs2_1pass_build_lists() function in style of Linux's
19172 jffs2_scan_medium() and jffs2_scan_eraseblock().
19173 This includes:
19174 - Caching flash acceses
19175 - Smart dealing with free space
19176
19177 Signed-off-by: Alexey Neyman <avn@emcraft.com>
19178 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19179
19180 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
19181 Author: Ilya Yanok <yanok@emcraft.com>
19182 Date: Thu Nov 13 19:49:32 2008 +0300
19183
19184 jffs2: add sector_size field to part_info structure
19185
19186 This patch adds sector_size field to part_info structure (used
19187 by new JFFS2 code).
19188
19189 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19190
19191 commit f73846956778a7dfee83403ef9747aff77198848
19192 Author: Ilya Yanok <yanok@emcraft.com>
19193 Date: Thu Nov 13 19:49:31 2008 +0300
19194
19195 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
19196
19197 We need to update i_version inside cycle to find really latest version
19198 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
19199 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
19200
19201 Signed-off-by: Alexey Neyman <avn@emcraft.com>
19202 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
19203
19204 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
19205 Author: Wolfgang Denk <wd@denx.de>
19206 Date: Tue Dec 9 23:13:51 2008 +0100
19207
19208 evb64260: fix "cast to pointer from integer of different size" warnings
19209
19210 Signed-off-by: Wolfgang Denk <wd@denx.de>
19211
19212 commit d2776827315c3d469b8cb4cec14d58877798daa2
19213 Author: Stefan Althoefer <stefan.althoefer@web.de>
19214 Date: Sun Dec 7 19:39:11 2008 +0100
19215
19216 USB: descriptor handling
19217
19218 Hi,
19219
19220 I found a bug when working with the u-boot USB subsystem on IXP425 processor
19221 (big endian Xscale aka ARMv5).
19222 I recognized that the second usb_endpoint_descriptor of the attached memory
19223 stick was corrupted.
19224
19225 The reason for this are the packed structures below (either u-boot and
19226 u-boot-usb):
19227
19228 --------------
19229 /* Endpoint descriptor */
19230 struct usb_endpoint_descriptor {
19231 unsigned char bLength;
19232 unsigned char bDescriptorType;
19233 unsigned char bEndpointAddress;
19234 unsigned char bmAttributes;
19235 unsigned short wMaxPacketSize;
19236 unsigned char bInterval;
19237 unsigned char bRefresh;
19238 unsigned char bSynchAddress;
19239
19240 } __attribute__ ((packed));
19241 /* Interface descriptor */
19242 struct usb_interface_descriptor {
19243 unsigned char bLength;
19244 unsigned char bDescriptorType;
19245 unsigned char bInterfaceNumber;
19246 unsigned char bAlternateSetting;
19247 unsigned char bNumEndpoints;
19248 unsigned char bInterfaceClass;
19249 unsigned char bInterfaceSubClass;
19250 unsigned char bInterfaceProtocol;
19251 unsigned char iInterface;
19252
19253 unsigned char no_of_ep;
19254 unsigned char num_altsetting;
19255 unsigned char act_altsetting;
19256 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
19257 } __attribute__ ((packed));
19258 ------------
19259
19260 As usb_endpoint_descriptor is only 7byte in length, the start of all
19261 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
19262 of these structures also not word aligned.
19263
19264 ARMv5 Architecture however does not support non-aligned multibyte
19265 data type (see A2.8 of ARM Architecture Reference Manual).
19266
19267 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
19268 Signed-off-by: Remy Böhmer <linux@bohmer.net>
19269
19270 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
19271 Author: Kumar Gala <galak@kernel.crashing.org>
19272 Date: Tue Dec 9 10:27:33 2008 -0600
19273
19274 drivers/fsl_pci_init: Fix compile warning
19275
19276 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
19277 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
19278
19279 The check only makes sense if we are CONFIG_PHYS_64BIT
19280
19281 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19282
19283 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
19284 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19285 Date: Sun Dec 7 09:45:35 2008 +0100
19286
19287 usbtty/omap: update to current API
19288
19289 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19290 Signed-off-by: Remy Böhmer <linux@bohmer.net>
19291
19292 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
19293 Author: Anatolij Gustschin <agust@denx.de>
19294 Date: Tue Dec 9 17:52:05 2008 +0100
19295
19296 video: fix FADS823 and RRvision compiling issues
19297
19298 Since commit 561858ee building for FADS823 and RRvision
19299 doesn't work. Let's include version.h and timestamp.h
19300 unconditionally to fix the problem.
19301
19302 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19303
19304 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
19305 Author: Stefan Roese <sr@denx.de>
19306 Date: Tue Dec 2 10:53:47 2008 +0100
19307
19308 UBI: Fix size parsing in "ubi create"
19309
19310 Signed-off-by: Stefan Roese <sr@denx.de>
19311
19312 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
19313 Author: Stefan Roese <sr@denx.de>
19314 Date: Thu Nov 27 14:07:09 2008 +0100
19315
19316 UBI: Enable re-initializing of the "ubi part" command
19317
19318 With this patch now, the user can call "ubi part" multiple times to
19319 re-connect the UBI device to another MTD partition.
19320
19321 Signed-off-by: Stefan Roese <sr@denx.de>
19322
19323 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
19324 Author: Stefan Roese <sr@denx.de>
19325 Date: Thu Nov 27 14:05:15 2008 +0100
19326
19327 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
19328
19329 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
19330 first call of add_mtd_partitions(). Otherwise this won't work on platforms
19331 where the relocation is broken (like MIPS or PPC).
19332
19333 Signed-off-by: Stefan Roese <sr@denx.de>
19334
19335 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
19336 Author: Trent Piepho <tpiepho@freescale.com>
19337 Date: Wed Nov 12 17:29:48 2008 -0800
19338
19339 Section name should be ".data", not "data"
19340
19341 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
19342 Signed-off-by: Wolfgang Denk <wd@denx.de>
19343
19344 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
19345 Author: Wolfgang Denk <wd@denx.de>
19346 Date: Tue Dec 9 00:39:08 2008 +0100
19347
19348 MAKEALL: Automatically use parallel builds
19349
19350 Add logic to the MAKEALL script to determine the number of CPU cores
19351 on the system, and run a parallel build if there is more than one.
19352 Usually this significantrly accelerates builds.
19353
19354 Allow to manually adjust the number of parallel make jobs by using
19355 the "BUILD_NCPUS" environment variable.
19356
19357 Signed-off-by: Wolfgang Denk <wd@denx.de>
19358
19359 commit 268405fa7c44156c5192a70779920c70906af8d6
19360 Author: Wolfgang Denk <wd@denx.de>
19361 Date: Tue Dec 9 00:24:30 2008 +0100
19362
19363 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
19364
19365 Signed-off-by: Wolfgang Denk <wd@denx.de>
19366
19367 commit 153176a9414120ca1736f3cc4951623d6e14e6af
19368 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19369 Date: Tue Nov 11 06:08:59 2008 +0100
19370
19371 avr32/bootm: remove unused variable 'ret'
19372
19373 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19374 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19375
19376 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
19377 Author: Peter Tyser <ptyser@xes-inc.com>
19378 Date: Wed Nov 12 13:06:48 2008 -0600
19379
19380 Remove unneeded CONFIG_SHELL references
19381
19382 Make should be using the bash shell by default which makes
19383 CONFIG_SHELL unnecessary
19384
19385 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19386
19387 commit cf7a7b99794bac936899819b95539be1dbd71708
19388 Author: Peter Tyser <ptyser@xes-inc.com>
19389 Date: Wed Nov 12 12:33:20 2008 -0600
19390
19391 Use bash for default GNU Make shell application
19392
19393 Some Make script commands rely on bash-specific features like brace
19394 expansion, so default to bash for the SHELL variable with a fallback
19395 to the standard sh shell
19396
19397 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19398
19399 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
19400 Author: Heiko Schocher <hs@denx.de>
19401 Date: Wed Nov 12 09:50:45 2008 +0100
19402
19403 jffs2: rename devices_init () in common/jffs2.c
19404
19405 rename devices_init () in common/jffs2.c to
19406 jffs2_devices_init (), because there is also a
19407 devices_init () in common/devices.c.
19408
19409 Signed-off-by: Heiko Schocher <hs@denx.de>
19410
19411 commit af5eb847a10f1037590001355d88bab3fe7be48b
19412 Author: Daniel Hellstrom <daniel@gaisler.com>
19413 Date: Mon Nov 10 12:46:20 2008 +0000
19414
19415 SPARC: Fixed compiler error introduced by commit c160a9544743
19416
19417 This patch fixes a build error for the SPARC platform. It was
19418 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
19419
19420 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
19421
19422 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
19423 Author: Gary Jennejohn <garyj@denx.de>
19424 Date: Sun Nov 9 12:50:59 2008 +0100
19425
19426 mgsuvd add the board-specific part of the HDLC driver
19427
19428 Signed-off-by: Gary Jennejohn <garyj@denx.de>
19429
19430 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
19431 Author: Gary Jennejohn <garyj@denx.de>
19432 Date: Sun Nov 9 12:45:03 2008 +0100
19433
19434 mgcoge add the board-specific part of the HDLC driver
19435
19436 Signed-off-by: Gary Jennejohn <garyj@denx.de>
19437
19438 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
19439 Author: Gary Jennejohn <garyj@denx.de>
19440 Date: Sun Nov 9 12:36:15 2008 +0100
19441
19442 keymile add the common parts of the HDLC driver
19443
19444 This implements the ICN protocol used across the backplane and is
19445 needed by all the keymile boards.
19446
19447 Signed-off-by: Gary Jennejohn <garyj@denx.de>
19448
19449 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
19450 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19451 Date: Fri Nov 7 22:46:22 2008 +0100
19452
19453 drivers/bios_emulator: Move conditional compilation to Makefile
19454
19455 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19456
19457 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
19458 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19459 Date: Thu Nov 6 14:01:51 2008 -0500
19460
19461 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
19462
19463 Corrected endian order printing for compact flash serial number.
19464
19465 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
19466
19467 commit 16a28ef219c27423a1ef502f19070c4d375079b8
19468 Author: Gary Jennejohn <garyj@denx.de>
19469 Date: Thu Nov 6 15:04:23 2008 +0100
19470
19471 IOMUX: Add console multiplexing support.
19472
19473 Modifications to support console multiplexing. This is controlled using
19474 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
19475
19476 This allows a user to specify multiple console devices in the environment
19477 with a command like this: setenv stdin serial,nc. As a result, the user can
19478 enter text on both the serial and netconsole interfaces.
19479
19480 All devices - stdin, stdout and stderr - can be set in this manner.
19481
19482 1) common/iomux.c and include/iomux.h contain the environment setting
19483 implementation.
19484 2) doc/README.iomux contains a somewhat more detailed description.
19485 3) The implementation in (1) is called from common/cmd_nvedit.c to
19486 handle setenv and from common/console.c to handle initialization of
19487 input/output devices at boot time.
19488 4) common/console.c also contains the code needed to poll multiple console
19489 devices for input and send output to all devices registered for output.
19490 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
19491 when CONFIG_SYS_CONSOLE_MUX is set.
19492
19493 Signed-off-by: Gary Jennejohn <garyj@denx.de>
19494
19495 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
19496 Author: Mike Frysinger <vapier@gentoo.org>
19497 Date: Tue Nov 4 16:03:46 2008 -0500
19498
19499 strings: use puts() rather than printf()
19500
19501 When running `strings` on really long strings, the stack tends to get
19502 smashed due to printf(). Switch to puts() instead since we're only passing
19503 the data through.
19504
19505 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19506
19507 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
19508 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
19509 Date: Mon Nov 3 22:16:18 2008 +0100
19510
19511 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
19512
19513 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
19514
19515 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
19516 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
19517 Date: Mon Nov 3 22:15:34 2008 +0100
19518
19519 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
19520
19521 - fix size too small by one in sprintf
19522 - changed old (pre 2004) device name ibmEmac to emac
19523 - boot device may be overriden in board config
19524 - servername may be defined in board config
19525 - additional parameters may be defined in board config
19526 - fixed some line wrappings
19527 - replaced redundant MAX define by max
19528
19529 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
19530
19531 commit e9084b23d16102f44ace24379a1c0c352497ef80
19532 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
19533 Date: Mon Nov 3 22:14:36 2008 +0100
19534
19535 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
19536
19537 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
19538
19539 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
19540 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
19541 Date: Mon Nov 3 22:13:47 2008 +0100
19542
19543 README: Document CONFIG_SYS parameters for vxworks
19544
19545 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
19546
19547 commit ace514837cac656e29c37a19569cb8ea83071126
19548 Author: Peter Tyser <ptyser@xes-inc.com>
19549 Date: Fri Oct 31 11:12:38 2008 -0500
19550
19551 lcd: Let the board code show board-specific info cleanup
19552
19553 remove unneeded version.h from lcd.c
19554
19555 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19556 Signed-off-by: Wolfgang Denk <wd@denx.de>
19557
19558 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
19559 Author: Peter Tyser <ptyser@xes-inc.com>
19560 Date: Mon Nov 3 09:30:59 2008 -0600
19561
19562 Update U-Boot's build timestamp on every compile
19563
19564 Use the GNU 'date' command to auto-generate a new U-Boot
19565 timestamp on every compile.
19566
19567 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19568
19569 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
19570 Author: Remy Bohmer <linux@bohmer.net>
19571 Date: Thu Dec 4 22:25:57 2008 +0100
19572
19573 Remove redundant armv4 flag from arm926ejs compile flags
19574
19575 Currently the arm926ejs tree has the armv4 option set during compilation.
19576 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
19577
19578 Signed-off-by: Remy Bohmer <linux@bohmer.net>
19579
19580 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
19581 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
19582 Date: Sat Dec 6 13:11:14 2008 +0100
19583
19584 at91: Choose environment variables location within make config target
19585
19586 This patch adds the possiblity to choose the media where the environment will
19587 be located. This allow to choose this fundamental configuration without editing
19588 config files.
19589
19590 Documentation file added.
19591
19592 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
19593 Acked-by: Stelian Pop <stelian@popies.net>
19594 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19595
19596 commit 1450c4a6682378567030414a9f1198c39b7730c7
19597 Author: Anatolij Gustschin <agust@denx.de>
19598 Date: Mon Nov 3 15:30:34 2008 +0100
19599
19600 lwmon, tqm8xx: Fix build errors
19601
19602 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
19603 lcd: Let the board code show board-specific info
19604
19605 introduced some bugs which prevent U-Boot building
19606 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
19607 be defined in the board configuration.
19608
19609 Also "LCD enabled" building for TQM823L doesn't work
19610 since this commit.
19611
19612 This patch fixes above-mentioned issues.
19613
19614 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19615
19616 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
19617 Author: Mike Frysinger <vapier@gentoo.org>
19618 Date: Sun Nov 2 01:18:18 2008 -0400
19619
19620 ignore .gdb_history files
19621
19622 When using gdb, history files will often get generated. So ignore them.
19623
19624 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19625
19626 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
19627 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19628 Date: Fri Oct 31 12:26:55 2008 +0100
19629
19630 FPGA: move fpga drivers to drivers/fpga
19631
19632 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19633
19634 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
19635 Author: Peter Tyser <ptyser@xes-inc.com>
19636 Date: Mon Dec 1 16:29:38 2008 -0600
19637
19638 net: Fix TftpStart() ip:filename bug
19639
19640 The TftpStart() function modifies the 'BootFile'
19641 string when 'BootFile' contains both an IP address
19642 and filename (eg 1.2.3.4:/path/file). This causes
19643 subsequent calls to TftpStart to incorrectly parse
19644 the TFTP filename and server IP address to use.
19645 For example:
19646
19647 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
19648 Speed: 100, half duplex
19649 Using eTSEC1 device
19650 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
19651 ^^^^^^^^^^ CORRECT
19652 Filename '/home/ptyser/non_existant'.
19653 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
19654 Load address: 0x100000
19655 Loading: *
19656 TFTP error: 'File not found' (1)
19657 Starting again
19658
19659 eTSEC2: No link.
19660 Speed: 100, half duplex
19661 Using eTSEC1 device
19662 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
19663 ^^^^^^^^^^ WRONG
19664 Filename '10.52.0.62'.
19665 ^^^^^^^^^^ WRONG
19666 Load address: 0x100000
19667 Loading: *
19668 TFTP error: 'File not found' (1)
19669 Starting again
19670
19671 TftpStart() was modified to not modify the 'BootFile' string.
19672
19673 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19674 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19675
19676 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
19677 Author: Peter Tyser <ptyser@xes-inc.com>
19678 Date: Mon Dec 1 16:26:21 2008 -0600
19679
19680 net: Add additional IP fragmentation check
19681
19682 Ignore IP packets which have the "more fragments" flag bit
19683 set. This flag indicates the IP packet is fragmented and
19684 must be ignored by U-Boot.
19685
19686 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19687 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19688
19689 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
19690 Author: Peter Tyser <ptyser@xes-inc.com>
19691 Date: Mon Dec 1 16:26:20 2008 -0600
19692
19693 net: Define IP flag field values
19694
19695 These defines were pulled from the "Add simple
19696 IP/UDP fragmentation support" patch from Frank
19697 Haverkamp <haver@vnet.ibm.com>.
19698
19699 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19700 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19701
19702 commit 23afaba65ec5206757e589ef334a8b38168c045f
19703 Author: Anatolij Gustschin <agust@denx.de>
19704 Date: Tue Dec 2 10:31:04 2008 +0100
19705
19706 net: tsec: Fix Marvell 88E1121R phy init
19707
19708 This patch tries to ensure that phy interrupt pin
19709 won't be asserted after booting. We experienced
19710 following issues with current 88E1121R phy init:
19711
19712 Marvell 88E1121R phy can be hardware-configured
19713 to share MDC/MDIO and interrupt pins for both ports
19714 P0 and P1 (e.g. as configured on socrates board).
19715 Port 0 interrupt pin will be shared by both ports
19716 in such configuration. After booting Linux and
19717 configuring eth0 interface, port 0 phy interrupts
19718 are enabled. After rebooting without proper eth0
19719 interface shutdown port 0 phy interrupts remain
19720 enabled so any change on port 0 (link status, etc.)
19721 cause assertion of the interrupt. Now booting Linux
19722 and configuring eth1 interface will cause permanent
19723 phy interrupt storm as the registered phy 1 interrupt
19724 handler doesn't acknowledge phy 0 interrupts. This
19725 of course should be fixed in Linux driver too.
19726
19727 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19728 Acked-by: Andy Fleming <afleming@freescale.com>
19729 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19730
19731 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
19732 Author: Peter Tyser <ptyser@xes-inc.com>
19733 Date: Tue Dec 2 12:59:51 2008 -0600
19734
19735 net: Fix download command parsing
19736
19737 When CONFIG_SYS_HUSH_PARSER is defined network download
19738 commands with 1 argument in the format 'tftp "/path/file"'
19739 do not work as expected. The hush command parser strips
19740 the quotes from "/path/file" which causes the network
19741 commands to interpret "/path/file" as an address
19742 instead of the intended filename.
19743
19744 The previous check for a leading quote in netboot_common()
19745 was replaced with a check which ensures only valid
19746 numbers are treated as addresses.
19747
19748 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19749 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19750
19751 commit 3c2c2f427905040c1513d0c51d637689cba48346
19752 Author: Remy Bohmer <linux@bohmer.net>
19753 Date: Thu Nov 27 22:30:27 2008 +0100
19754
19755 Remove non-ascii characters from fat code
19756
19757 This code contains some non-ascii characters in comment lines and code.
19758 Most editors do not display those characters properly and editing those
19759 files results always in diffs at these places which are usually not required
19760 to be changed at all. This is error prone.
19761
19762 So, remove those weird characters and replace them by normal C-style
19763 equivalents for which the proper defines were already in the header.
19764
19765 Signed-off-by: Remy Bohmer <linux@bohmer.net>
19766
19767 commit dc889e865356497d3e495570118c2245ebce2631
19768 Author: Dave Liu <daveliu@freescale.com>
19769 Date: Fri Nov 28 20:16:58 2008 +0800
19770
19771 85xx: fix the wrong DDR settings for MPC8572DS
19772
19773 The default DDR freq is 400MHz or 800M data rate,
19774 the old settings is pure wrong for the default case.
19775
19776 Signed-off-by: Dave Liu <daveliu@freescale.com>
19777 Acked-by: Andy Fleming <afleming@freescale.com>
19778
19779 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
19780 Author: Kumar Gala <galak@kernel.crashing.org>
19781 Date: Mon Nov 24 10:29:26 2008 -0600
19782
19783 85xx: init gd as early as possible
19784
19785 Moved up the initialization of GD so C code like set_tlb() can use
19786 gd->flags to determine if we've relocated or not in the future.
19787
19788 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19789 Acked-by: Andy Fleming <afleming@freescale.com>
19790
19791 commit aed461af81012a398a205e9be67ab37667491838
19792 Author: Kumar Gala <galak@kernel.crashing.org>
19793 Date: Mon Nov 24 10:29:25 2008 -0600
19794
19795 85xx: Fix relocation of CCSRBAR
19796
19797 If the virtual address for CCSRBAR is the same after relocation but
19798 the physical address is changing we'd end up having two TLB entries with
19799 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
19800 temp virt address to access the old CCSRBAR to relocate it.
19801
19802 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19803 Acked-by: Andy Fleming <afleming@freescale.com>
19804
19805 commit ea154a1781135d822eedee7567cc156089eae93c
19806 Author: Kumar Gala <galak@kernel.crashing.org>
19807 Date: Mon Nov 24 10:25:14 2008 -0600
19808
19809 FSL: Moved BR_PHYS_ADDR for localbus to common header
19810
19811 The BR_PHYS_ADDR macro is useful on all machines that have local bus
19812 which is pretty much all 83xx/85xx/86xx chips.
19813
19814 Additionally most 85xx & 86xx will need it if they want to support
19815 36-bit physical addresses.
19816
19817 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19818 Acked-by: Andy Fleming <afleming@freescale.com>
19819
19820 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
19821 Author: Peter Tyser <ptyser@xes-inc.com>
19822 Date: Mon Dec 1 13:47:12 2008 -0600
19823
19824 85xx: Add PORDEVSR_PCI1 define
19825
19826 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
19827
19828 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
19829
19830 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19831 Signed-off-by: Andy Fleming <afleming@freescale.com>
19832
19833 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
19834 Author: Becky Bruce <becky.bruce@freescale.com>
19835 Date: Fri Nov 21 19:24:22 2008 -0600
19836
19837 drivers/fsl_pci_init: Fix inbound window mapping bug
19838
19839 The current code will cause the creation of a 4GB window
19840 starting at 0 if we have more than 4GB of RAM installed,
19841 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
19842 to return erroneous information. Limit the size to 4GB - 1;
19843 which causes the code to create one 2GB and one 1GB window
19844 instead.
19845
19846 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
19847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19848 Acked-by: Andy Fleming <afleming@freescale.com>
19849
19850 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
19851 Author: Jon Loeliger <jdl@freescale.com>
19852 Date: Thu Nov 20 15:36:48 2008 -0600
19853
19854 Removed unused CONFIG_L1_INIT_RAM symbol.
19855
19856 Prevent further viral propogation of the unused
19857 symbol CONFIG_L1_INIT_RAM by just removing it.
19858
19859 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19860 Acked-by: Andy Fleming <afleming@freescale.com>
19861
19862 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
19863 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
19864 Date: Wed Oct 29 09:21:44 2008 -0500
19865
19866 fsl ddr skip interleaving if not supported.
19867
19868 Removed while(1) hang if memctl_intlv_ctl is set wrong.
19869 Remove embedded tabs from strings.
19870
19871 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
19872 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19873 Acked-by: Andy Fleming <afleming@freescale.com>
19874
19875 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
19876 Author: Anatolij Gustschin <agust@denx.de>
19877 Date: Thu Nov 13 18:08:57 2008 +0100
19878
19879 85xx: socrates: fix DDR SDRAM tlb entry configuration
19880
19881 since commit be0bd8234b9777ecd63c4c686f72af070d886517
19882 tlb entry for socrates DDR SDRAM will be reconfigured
19883 by setup_ddr_tlbs() from initdram() causing an
19884 inconsistency with previously configured DDR SDRAM tlb
19885 entry from tlb_table:
19886
19887 socrates>l2cam 7 9
19888 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
19889 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
19890 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
19891 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
19892
19893 This patch makes the presence of the DDR SDRAM tlb entry in
19894 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
19895 inconsistency.
19896
19897 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19898 Acked-by: Andy Fleming <afleming@freescale.com>
19899
19900 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
19901 Author: Peter Tyser <ptyser@xes-inc.com>
19902 Date: Tue Nov 11 10:17:10 2008 -0600
19903
19904 85xx: Add CPU 2 errata workaround to all 8548 boards
19905
19906 All mpc8548-based boards should implement the suggested workaround
19907 to CPU 2 errata. Without the workaround, its possible for the
19908 8548's core to hang while executing a msync or mbar 0 instruction
19909 and a snoopable transaction from an I/O master tagged to make
19910 quick forward progress is present.
19911
19912 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19913 Acked-by: Andy Fleming <afleming@freescale.com>
19914
19915 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
19916 Author: Dave Liu <daveliu@freescale.com>
19917 Date: Tue Oct 28 17:53:45 2008 +0800
19918
19919 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
19920
19921 we need TLB entry for DDR at !SPD case.
19922
19923 Signed-off-by: Dave Liu <daveliu@freescale.com>
19924 Acked-by: Andy Fleming <afleming@freescale.com>
19925
19926 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
19927 Author: Dave Liu <daveliu@freescale.com>
19928 Date: Tue Oct 28 17:53:38 2008 +0800
19929
19930 85xx: remove the unused ddr_enable_ecc in the board file
19931
19932 The DDR controller of 8548/8544/8568/8572/8536 processors
19933 have the ECC data init feature, and the new DDR code is
19934 using the feature, and we don't need the way with DMA to
19935 init memory any more.
19936
19937 Signed-off-by: Dave Liu <daveliu@freescale.com>
19938 Acked-by: Andy Fleming <afleming@freescale.com>
19939
19940 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
19941 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19942 Date: Sun Nov 30 19:36:53 2008 +0100
19943
19944 at91rm9200dk: Fix typo
19945
19946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19947
19948 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
19949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19950 Date: Sun Nov 30 19:36:50 2008 +0100
19951
19952 AT91: remove non supported board AT91RM9200DF macro
19953
19954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19955
19956 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
19957 Author: Ilko Iliev <iliev@ronetix.at>
19958 Date: Tue Dec 2 17:27:54 2008 +0100
19959
19960 mtd/dataflash.c: fix a problem with the last partition
19961
19962 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
19963 partition can be defined to use the area to the end of dataflash size.
19964 Now it is possible to have only one dataflash partition from 0 to the end
19965 of of dataflash size.
19966
19967 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
19968
19969 commit 03f797793b124dccaae145b977d15d6cb9e74504
19970 Author: Ilko Iliev <iliev@ronetix.at>
19971 Date: Tue Dec 2 17:20:17 2008 +0100
19972
19973 fix some coding style violations.
19974
19975 This patch fix some coding style violations.
19976
19977 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
19978
19979 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
19980 Author: Stefan Roese <sr@denx.de>
19981 Date: Thu Nov 27 14:11:37 2008 +0100
19982
19983 OneNAND: Add missing mtd info struct before calling onenand_erase()
19984
19985 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
19986 for use in UBI) via CONFIG_MTD_PARTITIONS.
19987
19988 Signed-off-by: Stefan Roese <sr@denx.de>
19989 Signed-off-by: Scott Wood <scottwood@freescale.com>
19990
19991 commit 29382d4064fbaff5daacff4c3209370fa5713966
19992 Author: Becky Bruce <becky.bruce@freescale.com>
19993 Date: Thu Nov 20 16:43:52 2008 -0600
19994
19995 mpc8641: Fix error in README
19996
19997 I made some updates to the code that didn't make it into the
19998 README - fix this
19999
20000 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20001
20002 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
20003 Author: Jon Loeliger <jdl@freescale.com>
20004 Date: Thu Nov 20 12:01:02 2008 -0600
20005
20006 Removed unused CONFIG_L1_INIT_RAM symbol.
20007
20008 Prevent further viral propogation of the unused
20009 symbol CONFIG_L1_INIT_RAM by just removing it.
20010
20011 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20012
20013 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
20014 Author: Jon Loeliger <jdl@freescale.com>
20015 Date: Thu Nov 20 14:02:56 2008 -0600
20016
20017 86xx: Fix non-64-bit compilation problems.
20018
20019 Introducing 64-bit (36-bit) support for the MPC8641HPCN
20020 failed to accomodate the other two 86xx boards.
20021 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
20022 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
20023 with nominal 32-bit values.
20024
20025 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20026 Acked-by: Becky Bruce <becky.bruce@freescale.com>
20027
20028 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
20029 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
20030 Date: Wed Nov 26 17:40:37 2008 +0100
20031
20032 Remove obsolete command (apply afte USB style patch, 80 chars strict)
20033
20034 Remove USB obsolete commmand
20035
20036 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
20037 Signed-off-by: Remy Böhmer <linux@bohmer.net>
20038
20039 commit de39f8c19d7c12017248c49d432dcb81db68f724
20040 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
20041 Date: Wed Nov 26 17:41:34 2008 +0100
20042
20043 USB style patch, 80 chars strict
20044
20045 USB Code style patch
20046
20047 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
20048 Signed-off-by: Remy Böhmer <linux@bohmer.net>
20049
20050 commit d10c5a87cb8affbb4d35a311370316d4383d598e
20051 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20052 Date: Fri Nov 7 22:46:21 2008 +0100
20053
20054 drivers/usb: Move conditional compilation to Makefile
20055
20056 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20057 Signed-off-by: Remy Böhmer <linux@bohmer.net>
20058
20059 commit 2077e348c2a84901022ad95311b47b70361e6daa
20060 Author: Scott Wood <scottwood@freescale.com>
20061 Date: Tue Nov 25 10:47:02 2008 -0600
20062
20063 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
20064
20065 This caused the operation to be needlessly repeated if there were
20066 no bad blocks and no errors.
20067
20068 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
20069 Signed-off-by: Scott Wood <scottwood@freescale.com>
20070
20071 commit 89295028e7d8f7a524f485328279d72fdb102385
20072 Author: Michal Simek <monstr@monstr.eu>
20073 Date: Mon Nov 24 12:09:50 2008 +0100
20074
20075 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
20076
20077 This BSP should be outside u-boot source tree.
20078 The second reason is that xilinx ppc405 was moved to generic platform.
20079
20080 Signed-off-by: Michal Simek <monstr@monstr.eu>
20081 Signed-off-by: Stefan Roese <sr@denx.de>
20082
20083 commit 24eea623d4974a169026a975ba12fb23d48154b1
20084 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20085 Date: Mon Nov 24 15:11:10 2008 +0100
20086
20087 ppc4xx: Remove unused features
20088
20089 This patch disables some unused features from the PCI405 configuration
20090 to keep U-Boot image size below 192k.
20091
20092 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20093 Signed-off-by: Stefan Roese <sr@denx.de>
20094
20095 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
20096 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20097 Date: Mon Nov 24 15:11:09 2008 +0100
20098
20099 ppc4xx: Use correct io accessors for PCI405
20100
20101 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20102 Signed-off-by: Stefan Roese <sr@denx.de>
20103
20104 commit 348c849d86a6f0785752b9bc497a34658713d1d1
20105 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20106 Date: Mon Nov 24 15:11:08 2008 +0100
20107
20108 ppc4xx: Remove unused code from PCI405 code
20109
20110 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20111 Signed-off-by: Stefan Roese <sr@denx.de>
20112
20113 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
20114 Author: Heiko Schocher <hs@denx.de>
20115 Date: Thu Nov 20 09:59:09 2008 +0100
20116
20117 powerpc, keymile boards: extract identical config options
20118
20119 This patch extracts the identical config options for the
20120 keymile boards mgcoge, mgsuvd and kmeter1 in a new
20121 common config file keymile-common.h.
20122
20123 Signed-off-by: Heiko Schocher <hs@denx.de>
20124 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20125
20126 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
20127 Author: Heiko Schocher <hs@denx.de>
20128 Date: Fri Nov 21 08:29:40 2008 +0100
20129
20130 powerpc: keymile: Add a check for the PIGGY debug board
20131
20132 Check the presence of the PIGGY on the keymile boards mgcoge,
20133 mgsuvd and kmeter1. If the PIGGY is not present, dont register
20134 this Ethernet device.
20135
20136 Signed-off-by: Heiko Schocher <hs@denx.de>
20137 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20138
20139 commit 58c696eed839af894e0265064669c402dc28b371
20140 Author: Wolfgang Denk <wd@xpert.denx.de>
20141 Date: Mon Nov 24 21:50:59 2008 +0100
20142
20143 AT91RM9200DK: fix broken boot from NOR flash
20144
20145 Signed-off-by: Wolfgang Denk <wd@denx.de>
20146
20147 commit 8052352f20b33bef8f9872fc983eac73d4693c38
20148 Author: Jens Scharsig <esw@bus-elektronik.de>
20149 Date: Tue Nov 18 10:48:46 2008 +0100
20150
20151 at91rm9200: fix broken boot from nor flash
20152
20153 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
20154 CONFIG_AT91RM9200 is defined and nor preloader is used.
20155
20156 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
20157
20158 commit 25ea652e907516a283b38237e83712a918f125d7
20159 Author: Piotr Ziecik <kosmo@semihalf.com>
20160 Date: Mon Nov 17 15:58:00 2008 +0100
20161
20162 UBI: Add proof-of-concept CFI flash support
20163
20164 With this patch UBI can be used on CFI flash chips.
20165
20166 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20167 Signed-off-by: Stefan Roese <sr@denx.de>
20168
20169 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
20170 Author: Piotr Ziecik <kosmo@semihalf.com>
20171 Date: Mon Nov 17 15:57:59 2008 +0100
20172
20173 mtd: Remove a printf() from add_mtd_device().
20174
20175 Remove a printf() from add_mtd_device(), which produces spurious output.
20176
20177 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20178 Signed-off-by: Stefan Roese <sr@denx.de>
20179
20180 commit 91809ed51d8327a8dbbf29aa98a091154c282171
20181 Author: Piotr Ziecik <kosmo@semihalf.com>
20182 Date: Mon Nov 17 15:57:58 2008 +0100
20183
20184 cfi-mtd: Add cfi-mtd driver.
20185
20186 Add cfi-mtd driver, which exports CFI flash to MTD layer.
20187 This allows CFI flash devices to be used from MTD layer.
20188
20189 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
20190 option. Initialization is done by calling cfi_mtd_init() from
20191 flash_init().
20192
20193 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20194 Signed-off-by: Stefan Roese <sr@denx.de>
20195
20196 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
20197 Author: Piotr Ziecik <kosmo@semihalf.com>
20198 Date: Mon Nov 17 15:49:32 2008 +0100
20199
20200 cfi_flash: Add interface for flash verbosity control
20201
20202 Add interface for flash verbosity control. It allows
20203 to disable output from low-level flash API. It is useful
20204 when calling these low-level functions from context other
20205 than flash commands (for example the MTD/CFI interface
20206 implmentation).
20207
20208 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20209 Signed-off-by: Stefan Roese <sr@denx.de>
20210
20211 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
20212 Author: Piotr Ziecik <kosmo@semihalf.com>
20213 Date: Thu Nov 20 15:17:38 2008 +0100
20214
20215 cfi_flash: Export flash_sector_size() function.
20216
20217 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
20218 so that it can be used in the upcoming cfi-mtd driver.
20219
20220 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20221 Signed-off-by: Stefan Roese <sr@denx.de>
20222
20223 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
20224 Author: Stefan Roese <sr@denx.de>
20225 Date: Mon Nov 17 14:45:22 2008 +0100
20226
20227 cfi_flash: Make all flash access functions weak
20228
20229 This patch defines all flash access functions as weak so that
20230 they can be overridden by board specific versions.
20231
20232 This will be used by the upcoming VCTH board support where the NOR
20233 FLASH unfortunately can't be accessed memory-mapped. Special
20234 accessor functions are needed here.
20235
20236 To enable this weak functions you need to define
20237 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
20238 Otherwise the "old" default functions will be used resulting
20239 in smaller code.
20240
20241 Signed-off-by: Stefan Roese <sr@denx.de>
20242 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20243
20244 commit a5c4067017631d903e1afa6ad615f0ce19fea517
20245 Author: Stefan Roese <sr@denx.de>
20246 Date: Mon Nov 24 08:31:16 2008 +0100
20247
20248 UBI: Change parsing of size in commands to default to hex
20249
20250 Currently the size parameters of the UBI commands (e.g. "ubi write") are
20251 decoded as decimal instead of hex as default. This patch now interprets
20252 all these values consistantly as hex, as all other standard U-Boot commands
20253 do.
20254
20255 Signed-off-by: Stefan Roese <sr@denx.de>
20256
20257 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
20258 Author: Stefan Roese <sr@denx.de>
20259 Date: Fri Nov 21 13:06:06 2008 +0100
20260
20261 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
20262
20263 Signed-off-by: Stefan Roese <sr@denx.de>
20264
20265 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
20266 Author: Yuri Tikhonov <yur@emcraft.com>
20267 Date: Fri Nov 14 16:19:19 2008 +0300
20268
20269 ppc4xx: katmai: Change default config
20270
20271 This patch enables support for EXT2, and increases the
20272 CONFIG_SYS_BOOTMAPSZ size for the default configuration
20273 of the katmai boards to use them as the RAID-reference
20274 AMCC setups.
20275
20276 EXT2 enabling allows one to boot kernels from the EXT2
20277 formatted Compact Flash cards.
20278
20279 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
20280 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
20281 the memory area with DTB file (which is placed at the
20282 end of the bootmap area) will turn out to be overlapped
20283 with the BSS segment of the 256KB kernel, and zeroed
20284 in early_init() of Linux.
20285
20286 Actually, increasing of the bootmap size could be done
20287 via setting of the bootm_size U-Boot variable, but it looks
20288 like the current U-Boot implementation have some bootm_size-
20289 related functionality lost. In many places through the U-Boot
20290 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
20291 (instead of trying to read the corresponding value from the
20292 environment). The same is truth for the boot_jump_linux()
20293 function in lib_ppc/bootm.c, where U-Boot transfers control
20294 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
20295 value to the booting kernel.
20296
20297 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20298 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20299 Signed-off-by: Stefan Roese <sr@denx.de>
20300
20301 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
20302 Author: Dave Mitchell <dmitch71@gmail.com>
20303 Date: Thu Nov 20 14:09:50 2008 -0600
20304
20305 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
20306
20307 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
20308 internal SRAM.
20309
20310 Adjusted internal SRAM initialization to match updated user
20311 manual recommendation.
20312
20313 OCM & ISRAM are now mapped as follows:
20314 physical virtual size
20315 ISRAM 0x4_0000_0000 0xE300_0000 256k
20316 OCM 0x4_0004_0000 0xE304_0000 64k
20317
20318 A single TLB was used for this mapping.
20319
20320 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
20321 Signed-off-by: Stefan Roese <sr@denx.de>
20322
20323 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
20324 Author: Dave Mitchell <dmitch71@gmail.com>
20325 Date: Thu Nov 20 14:00:49 2008 -0600
20326
20327 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
20328
20329 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
20330 L2 cache DCRs from ppc440.h to this new header.
20331
20332 Also converted these DCR defines from lowercase to uppercase and
20333 modified referencing modules to use them.
20334
20335 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
20336 Signed-off-by: Stefan Roese <sr@denx.de>
20337
20338 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
20339 Author: Steven A. Falco <sfalco@harris.com>
20340 Date: Thu Nov 20 14:37:57 2008 -0500
20341
20342 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
20343
20344 The definitions of bits in SDR_CFG are incorrect, and not used within
20345 U-Boot. Therefore, they can be removed.
20346
20347 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
20348 and are unused, so they can be removed too.
20349
20350 A definition for SDR0_DDRCFG is added.
20351
20352 Signed-off-by: Steven A. Falco <sfalco@harris.com>
20353 Signed-off-by: Stefan Roese <sr@denx.de>
20354
20355 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
20356 Author: Dirk Behme <dirk.behme@gmail.com>
20357 Date: Mon Nov 10 20:15:25 2008 +0100
20358
20359 ARM: OMAP: Convert IO macros
20360
20361 Convert IO macros to readx/writex.
20362
20363 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
20364
20365 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
20366 Author: Ilko Iliev <iliev@ronetix.at>
20367 Date: Sun Nov 9 15:53:14 2008 +0100
20368
20369 lib_arm: do_bootm_linux() - correct a small mistake
20370
20371 This patch corrects a small bug in the "if" condition:
20372 the parameter "flag" is 0 and the "if" condition is always true.
20373 The result is - the boom command doesn't start the kernel.
20374 Affected targets: all arm based.
20375
20376 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
20377
20378 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
20379 Author: Stelian Pop <stelian@popies.net>
20380 Date: Sun Nov 9 00:14:46 2008 +0100
20381
20382 AT91: Enable PLLB for USB
20383
20384 At least some (old ?) versions of the AT91Bootstrap do not set up the
20385 PLLB correctly to 48 MHz in order to make USB host function correctly.
20386
20387 This patch sets up the PLLB to the same values Linux uses, and makes USB
20388 work ok on the following CPUs:
20389 - AT91CAP9
20390 - AT91SAM9260
20391 - AT91SAM9263
20392
20393 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
20394 the relevant AT91CAP9/AT91SAM9 atmel boards.
20395
20396 Signed-off-by: Stelian Pop <stelian@popies.net>
20397 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20398
20399 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
20400 Author: Stelian Pop <stelian@popies.net>
20401 Date: Fri Nov 7 13:55:14 2008 +0100
20402
20403 AT91: Use AT91_CPU_CLOCK in displays
20404
20405 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
20406 speed in the LCD driver.
20407
20408 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
20409 corresponding board clocks.
20410
20411 Signed-off-by: Stelian Pop <stelian@popies.net>
20412
20413 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
20414 Author: Heiko Schocher <hs@denx.de>
20415 Date: Thu Nov 20 09:57:47 2008 +0100
20416
20417 powerpc: 83xx: add support for the kmeter1 board
20418
20419 This patch adds support for the kmeter1 board from Keymile,
20420 based on a Freescale MPC8360 CPU.
20421
20422 - serial console on UART 1
20423 - 256 MB DDR2 RAM
20424 - 64 MB NOR Flash
20425 - Ethernet RMII Mode over UCC4
20426 - PHY SMSC LAN8700
20427
20428 Signed-off-by: Heiko Schocher <hs@denx.de>
20429 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20430
20431 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
20432 Author: Stefan Roese <sr@denx.de>
20433 Date: Thu Nov 20 11:46:20 2008 +0100
20434
20435 ppc4xx: Clear all potentially pending exceptions in MCSR
20436
20437 This is needed on Canyonlands which still has an exception pending
20438 while running relocate_code(). This leads to a failure after trap_init()
20439 is moved to the top of board_init_r().
20440
20441 Signed-off-by: Stefan Roese <sr@denx.de>
20442
20443 commit facdad5f2602e899a01746916beddbf9e856b5ee
20444 Author: Heiko Schocher <hs@denx.de>
20445 Date: Wed Nov 19 10:10:30 2008 +0100
20446
20447 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
20448
20449 Signed-off-by: Heiko Schocher <hs@denx.de>
20450 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20451
20452 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
20453 Author: Howard Gregory <Greg.Howard@freescale.com>
20454 Date: Tue Nov 4 14:55:33 2008 +0800
20455
20456 mpc83xx: Improve the performance of DDR memory
20457
20458 modify the CAS timings. my understanding is that these
20459 settings decrease various wait times in the DDR interface.
20460 Because these wait times are in clock cycles, and the DDR
20461 clock on the 8315 RDB runs slower than on some other 83xx
20462 platforms, we can dial down these values without a problem,
20463 thereby decreasing the latency of memory a little.
20464
20465 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
20466 Signed-off-by: Dave Liu <daveliu@freescale.com>
20467 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20468
20469 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
20470 Author: Kyungmin Park <kyungmin.park@samsung.com>
20471 Date: Fri Oct 24 14:55:33 2008 +0200
20472
20473 ARM: Add Apollon UBI support
20474
20475 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
20476 macro.
20477
20478 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20479 Signed-off-by: Stefan Roese <sr@denx.de>
20480
20481 commit 694a0b3f1c0accd0de94b89555155d69f8022824
20482 Author: Kyungmin Park <kyungmin.park@samsung.com>
20483 Date: Wed Nov 19 11:47:05 2008 +0100
20484
20485 UBI: Add UBI command support
20486
20487 This patch adds these UBI commands:
20488
20489 ubi part [nand|onenand] [part] - Show or set current partition
20490 ubi info [l[ayout]] -Display volume and UBI layout information
20491 ubi create[vol] volume [size] [type] - Create volume name with size
20492 ubi write[vol] address volume size - Write volume from address with size
20493 ubi read[vol] address volume [size] - Read volume to address with size
20494 ubi remove[vol] volume - Remove volume
20495
20496 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20497 Signed-off-by: Stefan Roese <sr@denx.de>
20498
20499 commit 58be3a1056d88c6d05f3e914389282807e69923a
20500 Author: Kyungmin Park <kyungmin.park@samsung.com>
20501 Date: Wed Nov 19 16:38:24 2008 +0100
20502
20503 UBI: Add basic UBI support to U-Boot (Part 8/8)
20504
20505 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20506 It's based on the Linux UBI version and basically has a "OS"
20507 translation wrapper that defines most Linux specific calls
20508 (spin_lock() etc.) into no-ops. Some source code parts have been
20509 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20510 this version with the Linux version and simplifies future UBI
20511 ports/bug-fixes from the Linux version.
20512
20513 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20514 Signed-off-by: Stefan Roese <sr@denx.de>
20515
20516 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
20517 Author: Kyungmin Park <kyungmin.park@samsung.com>
20518 Date: Wed Nov 19 16:36:36 2008 +0100
20519
20520 UBI: Add basic UBI support to U-Boot (Part 7/8)
20521
20522 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20523 It's based on the Linux UBI version and basically has a "OS"
20524 translation wrapper that defines most Linux specific calls
20525 (spin_lock() etc.) into no-ops. Some source code parts have been
20526 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20527 this version with the Linux version and simplifies future UBI
20528 ports/bug-fixes from the Linux version.
20529
20530 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20531 Signed-off-by: Stefan Roese <sr@denx.de>
20532
20533 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
20534 Author: Kyungmin Park <kyungmin.park@samsung.com>
20535 Date: Wed Nov 19 16:32:36 2008 +0100
20536
20537 UBI: Add basic UBI support to U-Boot (Part 6/8)
20538
20539 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20540 It's based on the Linux UBI version and basically has a "OS"
20541 translation wrapper that defines most Linux specific calls
20542 (spin_lock() etc.) into no-ops. Some source code parts have been
20543 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20544 this version with the Linux version and simplifies future UBI
20545 ports/bug-fixes from the Linux version.
20546
20547 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20548 Signed-off-by: Stefan Roese <sr@denx.de>
20549
20550 commit c91a719daa331b5856109313371e4ece5ec06d96
20551 Author: Kyungmin Park <kyungmin.park@samsung.com>
20552 Date: Wed Nov 19 16:28:06 2008 +0100
20553
20554 UBI: Add basic UBI support to U-Boot (Part 5/8)
20555
20556 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20557 It's based on the Linux UBI version and basically has a "OS"
20558 translation wrapper that defines most Linux specific calls
20559 (spin_lock() etc.) into no-ops. Some source code parts have been
20560 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20561 this version with the Linux version and simplifies future UBI
20562 ports/bug-fixes from the Linux version.
20563
20564 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20565 Signed-off-by: Stefan Roese <sr@denx.de>
20566
20567 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
20568 Author: Kyungmin Park <kyungmin.park@samsung.com>
20569 Date: Wed Nov 19 16:27:23 2008 +0100
20570
20571 UBI: Add basic UBI support to U-Boot (Part 4/8)
20572
20573 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20574 It's based on the Linux UBI version and basically has a "OS"
20575 translation wrapper that defines most Linux specific calls
20576 (spin_lock() etc.) into no-ops. Some source code parts have been
20577 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20578 this version with the Linux version and simplifies future UBI
20579 ports/bug-fixes from the Linux version.
20580
20581 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20582 Signed-off-by: Stefan Roese <sr@denx.de>
20583
20584 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
20585 Author: Kyungmin Park <kyungmin.park@samsung.com>
20586 Date: Wed Nov 19 16:26:54 2008 +0100
20587
20588 UBI: Add basic UBI support to U-Boot (Part 3/8)
20589
20590 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20591 It's based on the Linux UBI version and basically has a "OS"
20592 translation wrapper that defines most Linux specific calls
20593 (spin_lock() etc.) into no-ops. Some source code parts have been
20594 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20595 this version with the Linux version and simplifies future UBI
20596 ports/bug-fixes from the Linux version.
20597
20598 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20599 Signed-off-by: Stefan Roese <sr@denx.de>
20600
20601 commit 961df83361aff9a14f226214224eb8a06e05ba24
20602 Author: Kyungmin Park <kyungmin.park@samsung.com>
20603 Date: Wed Nov 19 16:25:44 2008 +0100
20604
20605 UBI: Add basic UBI support to U-Boot (Part 2/8)
20606
20607 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20608 It's based on the Linux UBI version and basically has a "OS"
20609 translation wrapper that defines most Linux specific calls
20610 (spin_lock() etc.) into no-ops. Some source code parts have been
20611 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20612 this version with the Linux version and simplifies future UBI
20613 ports/bug-fixes from the Linux version.
20614
20615 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20616 Signed-off-by: Stefan Roese <sr@denx.de>
20617
20618 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
20619 Author: Kyungmin Park <kyungmin.park@samsung.com>
20620 Date: Wed Nov 19 16:23:06 2008 +0100
20621
20622 UBI: Add basic UBI support to U-Boot (Part 1/8)
20623
20624 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
20625 It's based on the Linux UBI version and basically has a "OS"
20626 translation wrapper that defines most Linux specific calls
20627 (spin_lock() etc.) into no-ops. Some source code parts have been
20628 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
20629 this version with the Linux version and simplifies future UBI
20630 ports/bug-fixes from the Linux version.
20631
20632 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20633 Signed-off-by: Stefan Roese <sr@denx.de>
20634
20635 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
20636 Author: Kyungmin Park <kyungmin.park@samsung.com>
20637 Date: Wed Nov 19 16:20:36 2008 +0100
20638
20639 MTD: Add MTD paritioning infrastructure
20640
20641 This MTD part infrastructure will be used by the upcoming
20642 UBI support.
20643
20644 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20645 Signed-off-by: Stefan Roese <sr@denx.de>
20646
20647 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
20648 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
20649 Date: Thu Oct 16 22:54:03 2008 +0530
20650
20651 Align end of bss by 4 bytes
20652
20653 Most of the bss initialization loop increments 4 bytes
20654 at a time. And the loop end is checked for an 'equal'
20655 condition. Make the bss end address aligned by 4, so
20656 that the loop will end as expected.
20657
20658 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
20659 Signed-off-by: Wolfgang Denk <wd@denx.de>
20660
20661 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
20662 Author: Becky Bruce <becky.bruce@freescale.com>
20663 Date: Mon Nov 10 19:45:35 2008 -0600
20664
20665 mpc8641: fix address-cells default in old .dts detection
20666
20667 address-cells defaults to 2, not 1; so in the unlikely
20668 event that it isn't specified, this patch is required
20669 for correct operation.
20670
20671 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20672
20673 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
20674 Author: Becky Bruce <becky.bruce@freescale.com>
20675 Date: Fri Oct 31 17:14:39 2008 -0500
20676
20677 lib_ppc: Move trap_init to occur earlier
20678
20679 Doing trap_init immediately once we're running from RAM
20680 means we're no longer dependent on the physical location of
20681 the flash on non-BookE platforms. Before trap_init, those
20682 platforms switch to real mode and go to 0xfff00100 on exception.
20683 After the switch, they go to 0x00000100 This makes it easier to
20684 move the flash location.
20685
20686 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20687
20688 commit d52082b12c6e545705a19433a2f4142526536189
20689 Author: Becky Bruce <becky.bruce@freescale.com>
20690 Date: Fri Nov 7 13:46:19 2008 -0600
20691
20692 mpc8641: Try to detect old .dts files
20693
20694 Since we've changed the memory map of the board, be nice and
20695 add some checking to try to catch out-of-date .dts files. We do
20696 this by checking the CCSRBAR location in the .dts and comparing
20697 it to the CCSRBAR location in u-boot. If they don't match, a
20698 warning msg is printed. This isn't foolproof, but it's simple and
20699 will catch most of the cases where an out-of-date .dts is present,
20700 including all of the cases where a new u-boot is used with an old
20701 standard MPC8641 .dts file as supplied with Linux.
20702
20703 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20704
20705 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
20706 Author: Becky Bruce <becky.bruce@freescale.com>
20707 Date: Thu Nov 6 13:04:09 2008 -0600
20708
20709 toplevel Makefile: Add MPC8641HPCN_36BIT target
20710
20711 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
20712
20713 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20714
20715 commit 3111d32c494e8251b90917447796a7206b757e1e
20716 Author: Becky Bruce <becky.bruce@freescale.com>
20717 Date: Thu Nov 6 17:37:35 2008 -0600
20718
20719 mpc8641: Support 36-bit physical addressing
20720
20721 This patch creates a memory map with all the devices
20722 in 36-bit physical space, in addition to the 32-bit map.
20723 The CCSR relocation is moved (again, sorry) to
20724 allow for the physical address to be 36 bits - this
20725 requires translation to be enabled. With 36-bit physical
20726 addressing enabled, we are no longer running with VA=PA
20727 translations. This means we have to distinguish between
20728 the two in the config file. The existing region name is
20729 used to indicate the virtual address, and a _PHYS variety
20730 is created to represent the physical address.
20731
20732 Large physical addressing is not enabled by default.
20733 Set CONFIG_PHYS_64BIT in the config file to turn this on.
20734
20735 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20736
20737 commit c759a01a0022de9378a3a761f49786f87684c916
20738 Author: Becky Bruce <becky.bruce@freescale.com>
20739 Date: Thu Nov 6 17:36:04 2008 -0600
20740
20741 mpc8641: Change 32-bit memory map
20742
20743 The memory map on the 8641hpcn is modified to look more like
20744 the 85xx boards; this is a step towards a more standardized
20745 layout going forward. As part of this change, we now relocate
20746 the flash.
20747
20748 The regions for some of the mappings were far larger than they
20749 needed to be. I have reduced the mappings to match the
20750 actual sizes supported by the hardware.
20751
20752 In addition I have removed the comments at the head
20753 of the BAT blocks in the config file, rather than updating
20754 them. These get horribly out of date, and it's a simple
20755 matter to look at the defines to see what they are set to
20756 since everything is right here in the same file.
20757
20758 Documentation has been changed to reflect the new map, as this
20759 change is user visible, and affects the OS which runs post-uboot.
20760
20761 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20762
20763 commit bf9a8c34309ed9276258295db9e9212aabb2531a
20764 Author: Becky Bruce <becky.bruce@freescale.com>
20765 Date: Wed Nov 5 14:55:35 2008 -0600
20766
20767 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
20768
20769 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
20770 of the bootpage in flash. Use this to create an early mapping
20771 definition for the FLASH, and change the early_bats code to use this.
20772
20773 This change facilitates the relocation of the flash since the early
20774 mappings are no longer tied to the final location of the flash.
20775
20776 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20777
20778 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
20779 Author: Becky Bruce <becky.bruce@freescale.com>
20780 Date: Wed Nov 5 14:55:34 2008 -0600
20781
20782 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
20783
20784 Using a mtmsr/blr means that you have to be executing at the
20785 same virtual address once you enable translation. This is
20786 unnecessarily restrictive, and is not really how this is
20787 usually done. Change it to use the more common mtspr SRR0/SRR1
20788 and rfi method.
20789
20790 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20791
20792 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
20793 Author: Becky Bruce <becky.bruce@freescale.com>
20794 Date: Wed Nov 5 14:55:33 2008 -0600
20795
20796 mpc8641: make DIAG_ADDR == FLASH_BASE
20797
20798 Currently, that's what it is, but it's hardcoded.
20799
20800 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20801
20802 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
20803 Author: Becky Bruce <becky.bruce@freescale.com>
20804 Date: Wed Nov 5 14:55:32 2008 -0600
20805
20806 mpc8641: Drop imaginary second flash bank, map 8MB
20807
20808 There's a lot of setup and foo for the second flash
20809 bank. The problem is, this board doesn't actually have one.
20810 Clean this up. Also, the flash is 8M in size. Get rid
20811 of the confusing aliased overmapping, and just map 8M.
20812
20813 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20814
20815 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
20816 Author: Becky Bruce <becky.bruce@freescale.com>
20817 Date: Wed Nov 5 14:55:31 2008 -0600
20818
20819 mpc8641: only define CONFIG_ENV_SIZE once
20820
20821 It's currently defined twice inside in an if/else block, but
20822 both halves set the same value. Move the define outside
20823 the if.
20824
20825 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20826
20827 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
20828 Author: Becky Bruce <becky.bruce@freescale.com>
20829 Date: Wed Nov 5 14:55:30 2008 -0600
20830
20831 mpc86xx: Move setup_bats into cpu_init_f
20832
20833 In order to later allow for a physical relocation of the
20834 flash, setup_bats, which sets up the final BAT mapping
20835 for the board, needs to happen *after* init_laws().
20836 Otherwise, there will be no window programmed for the flash
20837 at the new physical location at the point when we change
20838 the mmu translation.
20839
20840 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20841
20842 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
20843 Author: Becky Bruce <becky.bruce@freescale.com>
20844 Date: Wed Nov 5 14:55:29 2008 -0600
20845
20846 mpc8641: Remove extra "0" from BR2 define
20847
20848 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20849
20850 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
20851 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
20852 Date: Thu Oct 23 09:08:18 2008 -0400
20853
20854 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
20855
20856 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
20857 This adds support for PHY-less MAC connections to the UEC.
20858
20859 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
20860 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20861
20862 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
20863 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20864 Date: Thu Oct 23 16:27:24 2008 +0000
20865
20866 ColdFire: Add mii driver in drivers/net
20867
20868 All CF platforms' mii.c are consolidated into one
20869
20870 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20871 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20872
20873 commit 25a859066b3af1070eb69f12022113c0a91bd813
20874 Author: Ben Warren <biggerbadderben@gmail.com>
20875 Date: Mon Oct 27 23:53:17 2008 -0700
20876
20877 Moved initialization of PPC4xx EMAC to cpu_eth_init()
20878
20879 Removed initialization of the driver from net/eth.c
20880
20881 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20882 Acked-by: Stefan Roese <sr@denx.de>
20883
20884 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
20885 Author: Ben Warren <biggerbadderben@gmail.com>
20886 Date: Sun Nov 9 21:29:23 2008 -0800
20887
20888 Moved PPC4xx EMAC driver to drivers/net
20889
20890 Also changed path in all linker scripts that reference this driver
20891
20892 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20893 Acked-by: Stefan Roese <sr@denx.de>
20894
20895 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
20896 Author: Ben Warren <biggerbadderben@gmail.com>
20897 Date: Mon Oct 27 23:50:15 2008 -0700
20898
20899 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
20900
20901 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
20902
20903 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20904 Acked-by: Stefan Roese <sr@denx.de>
20905
20906 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
20907 Author: Ben Warren <biggerbadderben@gmail.com>
20908 Date: Thu Oct 23 22:02:49 2008 -0700
20909
20910 Moved initialization of MPC8XX SCC to cpu_eth_init()
20911
20912 Removed initialization of the driver from net/eth.c
20913
20914 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20915
20916 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
20917 Author: Ben Warren <biggerbadderben@gmail.com>
20918 Date: Wed Oct 22 23:47:51 2008 -0700
20919
20920 Moved initialization of MPC8220 FEC to cpu_eth_init()
20921
20922 Removed initialization of the driver from net/eth.c
20923
20924 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20925
20926 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
20927 Author: Ben Warren <biggerbadderben@gmail.com>
20928 Date: Wed Oct 22 23:32:48 2008 -0700
20929
20930 Moved initialization of QE Ethernet controller to cpu_eth_init()
20931
20932 Removed initialization of the driver from net/eth.c
20933
20934 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20935
20936 commit 3456a148276d5494b53ee40242efb6462d163504
20937 Author: Ben Warren <biggerbadderben@gmail.com>
20938 Date: Wed Oct 22 23:20:29 2008 -0700
20939
20940 Moved initialization of FCC Ethernet controller to cpu_eth_init
20941
20942 Affected boards:
20943 Several MPC8xx boards
20944 Several MPC8260/MPC8272 boards
20945 Several MPC85xx boards
20946
20947 Removed initialization of the driver from net/eth.c
20948
20949 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20950
20951 commit 62e15b497f5c6334c059512678c8db7940ae4c61
20952 Author: Ben Warren <biggerbadderben@gmail.com>
20953 Date: Thu Oct 30 22:15:35 2008 -0700
20954
20955 Fix typo in cpu/mpc85xx/cpu.c
20956
20957 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
20958
20959 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20960
20961 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
20962 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20963 Date: Sun Oct 19 12:08:50 2008 +0900
20964
20965 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
20966
20967 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
20968 as a part of ongoing eth_initialize cleanup work. The function ret value
20969 is also fixed as it should be negative on fail.
20970
20971 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20972 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20973
20974 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
20975 Author: Ben Warren <biggerbadderben@gmail.com>
20976 Date: Fri Sep 5 01:55:22 2008 -0400
20977
20978 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
20979
20980 Also, removed the driver initialization from net/eth.c
20981
20982 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20983
20984 commit f2a7806fc23e82d30c8548911369e0c530607354
20985 Author: Clive Stubbings <uboot@xentech.co.uk>
20986 Date: Mon Oct 27 15:05:00 2008 +0000
20987
20988 xilinx_emaclite buffer overrun
20989
20990 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
20991 PKTSIZE_ALIGN bytes long.
20992
20993 Acked-by: Michal Simek <monstr@monstr.eu>
20994
20995 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20996
20997 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
20998 Author: richardretanubun <richardretanubun@ruggedcom.com>
20999 Date: Fri Sep 26 08:59:12 2008 -0400
21000
21001 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
21002
21003 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
21004 This patch makes these function use the devname argument that is passed in to
21005 allow access to the phy registers of other devices in devlist[].
21006
21007 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
21008
21009 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21010
21011 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
21012 Author: richardretanubun <richardretanubun@ruggedcom.com>
21013 Date: Mon Oct 6 15:31:43 2008 -0400
21014
21015 Adds two more ethernet interface to 83xx
21016
21017 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
21018 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
21019 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21020
21021 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
21022 Author: Stelian Pop <stelian@popies.net>
21023 Date: Fri Nov 7 13:54:31 2008 +0100
21024
21025 AT91: Replace AT91_BASE_EMAC by the board specific values.
21026
21027 AT91_BASE_EMAC is never used outside the board specific files,
21028 so replace its usage by the board specific AT91xxx_BASE_EMAC.
21029
21030 Signed-off-by: Stelian Pop <stelian@popies.net>
21031 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21032
21033 commit c91e17affa175ce06afa89b04752301eb4a61666
21034 Author: Stelian Pop <stelian@popies.net>
21035 Date: Fri Nov 7 12:09:21 2008 +0100
21036
21037 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
21038
21039 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
21040 Since they are never used outside the board specific files, they can
21041 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
21042 AT91xxx_ID_US2.
21043
21044 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
21045
21046 Signed-off-by: Stelian Pop <stelian@popies.net>
21047 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21048
21049 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
21050 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21051 Date: Sat Nov 1 10:47:59 2008 +0100
21052
21053 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
21054
21055 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21056
21057 commit 1079432e04ccf71aa3684181186182cd63512f19
21058 Author: Sergey Lapin <slapin@ossfans.org>
21059 Date: Fri Oct 31 12:28:43 2008 +0100
21060
21061 Custom AFEB9260 board support
21062
21063 This patch provides support for AFEB9260 board, a product of
21064 OpenSource hardware and software. Some commertial projects
21065 are made with this design. A board is basically AT91SAM9260-EK
21066 with some modifications and different peripherals and different
21067 parts used. Main purpose of this project is to gain experience in
21068 hardware design.
21069 More info: http://groups.google.com/group/arm9fpga-evolution-board
21070 (In Russian only, sorry).
21071 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
21072
21073 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
21074
21075 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
21076 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
21077 Date: Tue Oct 21 13:17:16 2008 +0900
21078
21079 Change to use "do_div" macro
21080
21081 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
21082
21083 commit e352495318d8056a00faa21b633b3e4374bfbf52
21084 Author: Roman Mashak <romez777@gmail.com>
21085 Date: Wed Oct 22 16:00:26 2008 -0400
21086
21087 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
21088
21089 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
21090 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
21091
21092 Signed-off-by: Roman Mashak <romez777@gmail.com>
21093
21094 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
21095 Author: Roman Mashak <romez777@gmail.com>
21096 Date: Tue Oct 21 03:01:41 2008 -0700
21097
21098 ARM/Versatile port: Removed unused functions
21099
21100 Removal of never used functions.
21101
21102 Signed-off-by: Roman Mashak <romez777@gmail.com>
21103
21104 commit 1266df887781c779deaf6d05eea2ef90a470cb34
21105 Author: Becky Bruce <becky.bruce@freescale.com>
21106 Date: Mon Nov 3 15:44:01 2008 -0600
21107
21108 powerpc: change 86xx SMP boot method
21109
21110 We put the bootpg for the secondary cpus into memory and use
21111 BPTR to get to it. This is a step towards converting to the
21112 ePAPR boot methodology. Also, the code is written to
21113 deal properly with more than 4GB of RAM.
21114
21115 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21116
21117 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
21118 Author: Becky Bruce <becky.bruce@freescale.com>
21119 Date: Fri Oct 31 17:13:49 2008 -0500
21120
21121 8641HPCN: Config file cleanup
21122
21123 There are several items in the config file that were hardcoded
21124 but that should really be based on other config options, since
21125 the regions are contiguous and depend on being so. This cleans
21126 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
21127 addresses into the proper format for BR registers.
21128
21129 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21130
21131 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
21132 Author: Becky Bruce <becky.bruce@freescale.com>
21133 Date: Fri Oct 31 17:13:32 2008 -0500
21134
21135 86xx: Make dram_size a phys_size_t
21136
21137 It's currently a long and should be phys_size_t.
21138
21139 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21140
21141 commit 104992fc541302a6bac74448e01e7fdad20abca0
21142 Author: Becky Bruce <becky.bruce@freescale.com>
21143 Date: Sun Nov 2 18:19:32 2008 -0600
21144
21145 powerpc 86xx: Handle CCSR relocation earlier
21146
21147 Currently, the CCSR gets relocated while translation is
21148 enabled, meaning we need 2 BAT translations to get to both the
21149 old location and the new location. Also, the DEFAULT
21150 CCSR location has a dependency on the BAT that maps the
21151 FLASH region. Moving the relocation removes this unnecessary
21152 dependency. This makes it easier and more intutive to
21153 modify the board's memory map.
21154
21155 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
21156 BAT for CCSR space.
21157
21158 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21159
21160 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
21161 Author: Becky Bruce <becky.bruce@freescale.com>
21162 Date: Fri Oct 31 17:14:14 2008 -0500
21163
21164 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
21165
21166 You can't actually have both, and with some coming changes to
21167 change the memory map for the board and support 36-bit physical,
21168 we need the extra BAT that is being consumed by having both.
21169
21170 I also make non-PCI configs build cleanly, for the sake of sanity.
21171
21172 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21173
21174 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
21175 Author: Becky Bruce <becky.bruce@freescale.com>
21176 Date: Fri Oct 31 17:14:00 2008 -0500
21177
21178 mpc8641: Stop supporting non-PCI_PNP configs
21179
21180 We don't actually ever do this, remove the code so we
21181 can stop maintaining it.
21182
21183 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21184
21185 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
21186 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21187 Date: Fri Oct 24 12:59:12 2008 +0000
21188
21189 ColdFire: Fix M5329EVB and M5373EVB nand issue
21190
21191 Fix compilation issue caused by a few mismatches.
21192 Provide proper nand chip select enable/disable in
21193 nand_hwcontrol() rather than in board_nand_init()
21194 just enable once. Remove redundant local nand driver
21195 functions - nand_read_byte(), nand_write_byte() and
21196 nand_dev_ready() to use common nand driver.
21197
21198 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21199
21200 commit 1b2708442224a551a0b865b52710306333888932
21201 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21202 Date: Wed Oct 22 11:55:30 2008 +0000
21203
21204 ColdFire: Fix compilation error
21205
21206 The error was caused by the change for strmhz() in cpu.c.
21207 A few of them were one extra close parenthesis.
21208
21209 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21210
21211 commit 536e7dac16769954915a484e682a2efb28699133
21212 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21213 Date: Wed Oct 22 11:38:21 2008 +0000
21214
21215 ColdFire: Add MCF5301x CPU and M53017EVB support
21216
21217 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21218
21219 commit a21d0c2cc9add8894d971ab791f4032f077db817
21220 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21221 Date: Tue Oct 21 15:37:02 2008 +0000
21222
21223 ColdFire: Add SBF support for M52277EVB
21224
21225 Add serial boot support
21226
21227 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21228
21229 commit b202816c61042c183fe67d097a5893b0f2dafba0
21230 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21231 Date: Tue Oct 21 14:19:26 2008 +0000
21232
21233 ColdFire: Use CFI driver for M5272C3
21234
21235 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21236
21237 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
21238 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21239 Date: Tue Oct 21 13:47:54 2008 +0000
21240
21241 ColdFire: Relocate FEC's GPIO and mii functions protocols
21242
21243 Place FEC pin assignments in cpu_init.c from platform's
21244 mii.c
21245
21246 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21247
21248 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
21249 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21250 Date: Tue Oct 21 12:15:44 2008 +0000
21251
21252 ColdFire: Remove platforms mii.c file
21253
21254 Will use mcfmii.c driver in drivers/net rather than
21255 keep creating new mii.c for each future platform.
21256 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
21257 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
21258 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
21259 mii.c
21260
21261 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21262
21263 commit 012522fef3b382469125beb46a315ab4dee02fb0
21264 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21265 Date: Tue Oct 21 10:03:07 2008 +0000
21266
21267 ColdFire: Modules header files cleanup
21268
21269 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
21270 MDHA, SKHA, INTC, and FlexBus structures and
21271 definitions in immap_5xxx.h to more unify modules
21272 header files. Append DSPI support for m547x_8x.
21273 SSI cleanup. Remove USB Host structure from immap_539.h.
21274 Apply changes to use FlexBus structures in mcf52x2's
21275 cpu_init.c and platform configuration files.
21276
21277 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21278
21279 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
21280 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21281 Date: Tue Oct 21 08:52:36 2008 +0000
21282
21283 ColdFire: Remove linker file
21284
21285 Each different build for M54455EVB and M5235EVB will
21286 create a u-boot.lds linker file. It is redundant to
21287 keep the u-boot.lds
21288
21289 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21290
21291 commit 0829323073c505556ed5f5073f91adb504584d45
21292 Author: Peter Tyser <ptyser@xes-inc.com>
21293 Date: Fri Oct 31 11:26:44 2008 -0500
21294
21295 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
21296
21297 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21298
21299 commit a80b21d5127583171d6e9bc7f722947641898012
21300 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21301 Date: Fri Oct 31 12:12:12 2008 +0100
21302
21303 common/Makefile: create others group for non core, environment and command files
21304
21305 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21306
21307 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
21308 Author: Wolfgang Denk <wd@denx.de>
21309 Date: Fri Oct 31 01:13:37 2008 +0100
21310
21311 TQM8260: use CFI flash driver instead of custom driver.
21312
21313 Signed-off-by: Wolfgang Denk <wd@denx.de>
21314
21315 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
21316 Author: Andy Fleming <afleming@freescale.com>
21317 Date: Thu Oct 30 17:35:30 2008 -0500
21318
21319 Consolidate MAX/MIN definitions
21320
21321 There were several, now there is one (two if you count the lower-case
21322 versions).
21323
21324 Signed-off-by: Andy Fleming <afleming@freescale.com>
21325
21326 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
21327 Author: Heiko Schocher <hs@denx.de>
21328 Date: Thu Oct 30 09:23:09 2008 +0100
21329
21330 mgsuvd: remove unused defines in config file.
21331
21332 Signed-off-by: Heiko Schocher <hs@denx.de>
21333
21334 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
21335 Author: Wolfgang Denk <wd@denx.de>
21336 Date: Sun Nov 2 16:14:22 2008 +0100
21337
21338 Coding Style cleanup, update CHANGELOG
21339
21340 Signed-off-by: Wolfgang Denk <wd@denx.de>
21341
21342 commit a47f957ab523019992fdef857af01bd71c58a4da
21343 Author: Alessandro Rubini <rubini-list@gnudd.com>
21344 Date: Fri Oct 31 22:33:21 2008 +0100
21345
21346 NAND: Allow NAND and OneNAND to coexist
21347
21348 This removes in nand.h code that is verbatim duplicated from bbm.h,
21349 including directly bbm.h in nand.h. The previous state of affairs
21350 prevented compiling code for a board hosting both NAND and OneNAND chips.
21351
21352 Reported-by: Scott Wood <scottwood@freescale.com>
21353 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
21354 Signed-off-by: Scott Wood <scottwood@freescale.com>
21355
21356 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
21357 Author: Scott Wood <scottwood@freescale.com>
21358 Date: Fri Oct 31 13:51:12 2008 -0500
21359
21360 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
21361
21362 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
21363 Signed-off-by: Scott Wood <scottwood@freescale.com>
21364
21365 commit c57fc28947e248fb03c49a28b467686299895055
21366 Author: Jason Jin <Jason.Jin@freescale.com>
21367 Date: Fri Oct 31 05:07:04 2008 -0500
21368
21369 NAND: Add NAND support for MPC8536DS board
21370
21371 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
21372 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
21373 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
21374
21375 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
21376 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21377 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21378
21379 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
21380 Author: Haiying Wang <Haiying.Wang@freescale.com>
21381 Date: Fri Oct 31 05:06:14 2008 -0500
21382
21383 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
21384
21385 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
21386
21387 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21388 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21389
21390 commit 51b572a801be57790fe26adaa530210e7fba59cc
21391 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21392 Date: Fri Oct 24 10:49:48 2008 +0900
21393
21394 sh: rsk7203: Moved rsk7203 board to board/renesas
21395
21396 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21397
21398 commit 58453b00b3ebb26aaa901210023f99504a90bb00
21399 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21400 Date: Fri Oct 24 10:48:31 2008 +0900
21401
21402 sh: MigoR: Moved MigoR board to board/renesas
21403
21404 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21405
21406 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
21407 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21408 Date: Fri Oct 24 10:39:44 2008 +0900
21409
21410 sh: r2dplus: Moved r2dplus board to board/renesas
21411
21412 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21413
21414 commit 78385bf2359d828184d0b3649f7ae6b933420000
21415 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21416 Date: Fri Oct 24 10:36:13 2008 +0900
21417
21418 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
21419
21420 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21421
21422 commit c6525d459c350bfc246ea7826456af77e1e314eb
21423 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21424 Date: Fri Oct 24 10:35:19 2008 +0900
21425
21426 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
21427
21428 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21429
21430 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
21431 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21432 Date: Fri Oct 24 10:34:21 2008 +0900
21433
21434 sh: r7780mp: Moved r7780mp board to board/renesas
21435
21436 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21437
21438 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
21439 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21440 Date: Fri Oct 24 10:32:14 2008 +0900
21441
21442 sh: ap325rxa: Moved ap325rxa board to board/renesas
21443
21444 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21445
21446 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
21447 Author: Wolfgang Denk <wd@xpert.denx.de>
21448 Date: Fri Oct 31 01:12:28 2008 +0100
21449
21450 CFI Driver: Fix "flash not ready" problem
21451
21452 This patch fixes a problem on systems where the NOR flash is attached
21453 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
21454 on the assumption that the same flash address is read twice without
21455 any other interjacent flash accesses. However, on 32 bit systems the
21456 function flash_read64() [as currently implemented] does not perform
21457 an atomic 64 bit read - instead, this is broken down into two 32 bit
21458 read accesses on addresses "addr" and "addr + 4". So instead of
21459 reading a 64 bit value twice from "addr", we see a sequence of 4 32
21460 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
21461 consequence is that flash_toggle() fails to work.
21462
21463 This patch implements a simple, but somewhat ugly solution, as it
21464 avoids the use of flash_read64() in this critical place (by breaking
21465 it down manually into 32 bit read operations) instead of rewriting
21466 flash_read64() such to perform atomic 64 bit reads as one could
21467 expect. However, such a rewrite would require the use of floating
21468 point load operations, which becomes pretty complex:
21469
21470 save MSR;
21471 set Floating Point Enable bit in MSR;
21472 use "lfd" instruction to perform atomic 64 bit read;
21473 use "stfd" to store value to temporary variable on stack;
21474 load u64 value from temporary variable;
21475 restore saved MSR;
21476 return u64 value;
21477
21478 The benefit-cost ratio of such an implementation was considered too
21479 bad to actually attempt this, especially as we can expect that such
21480 an implementation would not only have a bigger memory footprint but
21481 also cause a performance degradation.
21482
21483 Signed-off-by: Wolfgang Denk <wd@denx.de>
21484 Signed-off-by: Stefan Roese <sr@denx.de>
21485
21486 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
21487 Author: Stefan Roese <sr@denx.de>
21488 Date: Fri Oct 31 10:48:08 2008 +0100
21489
21490 ppc4xx: Fix spelling error in MAINTAINERS file
21491
21492 Signed-off-by: Stefan Roese <sr@denx.de>
21493
21494 commit be270798900b75ad9c47c7b79c72f70441196c56
21495 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21496 Date: Tue Oct 28 13:37:00 2008 +0100
21497
21498 ppc4xx: Update PMC440 board support
21499
21500 This patch brings PMC440 board support up to date:
21501
21502 - fix GPIO configuration
21503 - add misc_init_f()
21504 - use better values for usbact variable
21505 - fix USB 2.0 phy reset sequence
21506 - shrink BAR2 to save PCI address space
21507 - add FDT support
21508
21509 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21510 Signed-off-by: Stefan Roese <sr@denx.de>
21511
21512 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
21513 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21514 Date: Tue Oct 28 13:36:59 2008 +0100
21515
21516 ppc4xx: Fix PMC440 BSP commands
21517
21518 This patch fixes the PMC440 BSP commands painit and selfreset
21519
21520 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21521 Signed-off-by: Stefan Roese <sr@denx.de>
21522
21523 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
21524 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21525 Date: Tue Oct 28 13:36:58 2008 +0100
21526
21527 ppc4xx: Update PMC440 board configuration
21528
21529 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21530 Signed-off-by: Stefan Roese <sr@denx.de>
21531
21532 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
21533 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21534 Date: Tue Oct 28 13:36:57 2008 +0100
21535
21536 ppc4xx: Fix esd loadpci command
21537
21538 This patch fixes esd's loadpci command when not all
21539 memory on adapter boards is accessable via PCI.
21540
21541 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21542 Signed-off-by: Stefan Roese <sr@denx.de>
21543
21544 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
21545 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21546 Date: Tue Oct 28 13:36:56 2008 +0100
21547
21548 ppc4xx: Clean up PMC440 header
21549
21550 -Codingstyle cleanup
21551 -Remove unused GPIO define
21552
21553 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21554 Signed-off-by: Stefan Roese <sr@denx.de>
21555
21556 commit 295133258a44f97a57fb2ec339aecfda11f4db95
21557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21558 Date: Tue Oct 28 13:36:55 2008 +0100
21559
21560 ppc4xx: Handle other board variant in PMC440 FPGA code
21561
21562 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21563 Signed-off-by: Stefan Roese <sr@denx.de>
21564
21565 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
21566 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21567 Date: Mon Oct 27 12:35:59 2008 +0100
21568
21569 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
21570
21571 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
21572 config files of both infrastuctures
21573
21574 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21575 Signed-off-by: Stefan Roese <sr@denx.de>
21576
21577 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
21578 Author: Stefan Roese <sr@denx.de>
21579 Date: Sat Oct 25 06:45:31 2008 +0200
21580
21581 ppc4xx: Correctly configure the GPIO pin muxing on Arches
21582
21583 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
21584 pin multiplexing correctly
21585
21586 Signed-off-by: Stefan Roese <sr@denx.de>
21587
21588 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
21589 Author: Bartlomiej Sieka <tur@semihalf.com>
21590 Date: Thu Oct 30 23:22:04 2008 +0100
21591
21592 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
21593
21594 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21595
21596 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
21597 Author: David Gibson <david@gibson.dropbear.id.au>
21598 Date: Wed Oct 29 23:27:45 2008 -0500
21599
21600 libfdt: Fix bug in fdt_subnode_offset_namelen()
21601
21602 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
21603 which causes it to keep searching after it's finished the subnodes of
21604 the given parent, and into the subnodes of siblings of the original
21605 node which come after it in the tree.
21606
21607 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21608 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21609
21610 commit f242a08871839eac081ba5b599af979f3a148a0d
21611 Author: Peter Korsgaard <jacmet@sunsite.dk>
21612 Date: Tue Oct 28 08:26:52 2008 +0100
21613
21614 fdt_resize(): ensure minimum padding
21615
21616 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
21617 (16 bytes), so make sure that fdt_resize at least adds that much
21618 padding, no matter what the location or size of the fdt is.
21619
21620 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
21621 Acked-by: Andy Fleming <afleming@freescale.com>
21622
21623 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
21624 Author: Dave Liu <daveliu@freescale.com>
21625 Date: Thu Oct 23 21:59:35 2008 +0800
21626
21627 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
21628
21629 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
21630
21631 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
21632
21633 This is needed in unlock_ram_in_cache() because it is called from C and
21634 will corrupt the small data area anchor that is kept in R2.
21635
21636 lock_ram_in_cache() is modified similarly as good coding practice, but
21637 is not called from C.
21638
21639 Signed-off-by: Nick Spence <nick.spence@freescale.com>
21640
21641 also, the r2 is used as global data pointer.
21642
21643 Signed-off-by: Dave Liu <daveliu@freescale.com>
21644
21645 commit e053ab1903ccae6048ef759025b9f675bba91450
21646 Author: Scott Wood <scottwood@freescale.com>
21647 Date: Tue Oct 28 11:45:04 2008 -0500
21648
21649 mpc83xx pci: Round up memory size in inbound window.
21650
21651 The current calculation will fail to cover all memory if
21652 its size is not a power of two.
21653
21654 Signed-off-by: Scott Wood <scottwood@freescale.com>
21655 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21656
21657 commit 1c671977dc81359628be27ac99c174e76e8069ba
21658 Author: Dave Liu <daveliu@freescale.com>
21659 Date: Thu Oct 23 21:19:13 2008 +0800
21660
21661 86xx: remove the unused definition
21662
21663 Signed-off-by: Dave Liu <daveliu@freescale.com>
21664
21665 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
21666 Author: Dave Liu <daveliu@freescale.com>
21667 Date: Tue Oct 28 17:47:49 2008 +0800
21668
21669 86xx: remove the redundant r2 global data pointer save
21670
21671 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
21672 the another global data pointer save, but in fact the
21673 global data pointer will be initialized in the board_init_r,
21674 so remove it such as the 85xx/83xx family.
21675
21676 Signed-off-by: Dave Liu <daveliu@freescale.com>
21677 Acked-by: Kumar Gala <kumar.gala@freescale.com>
21678
21679 commit bd888e9544419665334a6f47f81f34011cea38f3
21680 Author: Dave Liu <daveliu@freescale.com>
21681 Date: Tue Oct 28 17:47:41 2008 +0800
21682
21683 86xx: remove the unused code for 86xx family
21684
21685 I believe these code was copied from 74xx family, but for
21686 86xx, it is unused.
21687
21688 Signed-off-by: Dave Liu <daveliu@freescale.com>
21689 Acked-by: Kumar Gala <kumar.gala@freescale.com>
21690
21691 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
21692 Author: Dave Liu <daveliu@freescale.com>
21693 Date: Tue Oct 28 17:46:35 2008 +0800
21694
21695 86xx: remove the second DDR LAW setting for mpc8641hpcn
21696
21697 The DDR1 LAW will precedence the DDR2 LAW, so remove
21698 the second DDR LAW.
21699
21700 Signed-off-by: Dave Liu <daveliu@freescale.com>
21701 Acked-by: Becky Bruce <becky.bruce@freescale.com>
21702
21703 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
21704 Author: Dave Liu <daveliu@freescale.com>
21705 Date: Tue Oct 28 17:46:23 2008 +0800
21706
21707 86xx: remove the unused ddr_enable_ecc in the board file
21708
21709 The DDR controller of 86xx processors have the ECC data init
21710 feature, and the new DDR code is using the feature, we don't
21711 need the way with DMA to init memory again.
21712
21713 Signed-off-by: Dave Liu <daveliu@freescale.com>
21714 Acked-by: Kumar Gala <kumar.gala@freescale.com>
21715
21716 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
21717 Author: Dave Liu <daveliu@freescale.com>
21718 Date: Tue Oct 28 17:46:12 2008 +0800
21719
21720 86xx: Move the clear_tlbs before MMU turn on
21721
21722 We must invalidate TLBs before MMU turn on, but
21723 currently the code is not, if there are some stale
21724 TLB entry valid in the TLBs, it will cause strange
21725 issue.
21726
21727 Signed-off-by: Dave Liu <daveliu@freescale.com>
21728 Acked-by: Becky Bruce <becky.bruce@freescale.com>
21729
21730 commit 5cdade07b118d07154cb882650f9778cecc8a87c
21731 Author: Scott Wood <scottwood@freescale.com>
21732 Date: Mon Oct 27 15:57:08 2008 -0500
21733
21734 mpc8313erdb: Document NAND boot.
21735
21736 Previously, the documentation claimed that NAND boot is not supported.
21737 This is no longer true.
21738
21739 Signed-off-by: Scott Wood <scottwood@freescale.com>
21740
21741 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
21742 Author: Scott Wood <scottwood@freescale.com>
21743 Date: Wed Oct 29 14:20:26 2008 -0500
21744
21745 NAND: Properly create JFFS2 cleanmarkers.
21746
21747 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
21748 command is currently broken, and among other things causes all blocks
21749 to be marked bad.
21750
21751 This implements it properly using MTD_OOB_AUTO, along with some
21752 indentation fixes.
21753
21754 Signed-off-by: Scott Wood <scottwood@freescale.com>
21755
21756 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
21757 Author: Scott Wood <scottwood@freescale.com>
21758 Date: Wed Oct 29 13:42:41 2008 -0500
21759
21760 NAND fsl elbc: Set FMR[ECCM] based on page size.
21761
21762 Hardware expects ECCM 0 for small page and ECCM 1 for large page
21763 when booting from NAND, so use those defaults.
21764
21765 Signed-off-by: Scott Wood <scottwood@freescale.com>
21766
21767 commit c013b74975dab0805ef6d369b013230c4e8a660d
21768 Author: Haiying Wang <Haiying.Wang@freescale.com>
21769 Date: Wed Oct 29 13:32:59 2008 -0400
21770
21771 NAND: Add support for MPC8572DS board
21772
21773 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
21774 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
21775 config file.
21776
21777 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
21778 make room for the increased code size with NAND enabled.
21779
21780 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
21781 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21782 Signed-off-by: Scott Wood <scottwood@freescale.com>
21783
21784 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
21785 Author: Haiying Wang <Haiying.Wang@freescale.com>
21786 Date: Wed Oct 29 11:05:55 2008 -0400
21787
21788 Make Freescale local bus registers available for both 83xx and 85xx.
21789
21790 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
21791 can be shared by both 83xx and 85xx
21792 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
21793 files which use lbus83xx_t.
21794 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
21795 85xx can share them.
21796
21797 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
21798 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
21799 Signed-off-by: Scott Wood <scottwood@freescale.com>
21800
21801 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
21802 Author: Scott Wood <scottwood@freescale.com>
21803 Date: Mon Oct 27 15:38:30 2008 -0500
21804
21805 NAND: Align right column of the shorthelp with other commands.
21806
21807 I accidentally broke this in when making consistent the partial
21808 alignment of the longhelp.
21809
21810 Signed-off-by: Scott Wood <scottwood@freescale.com>
21811
21812 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
21813 Author: Karl Beldan <karl.beldan@gmail.com>
21814 Date: Mon Sep 15 16:08:03 2008 +0200
21815
21816 NAND: Reset chip on power-up
21817
21818 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
21819 The first command sent is NAND_CMD_READID.
21820 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
21821 Tested with an MT29F4G08AAC.
21822
21823 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
21824 Signed-off-by: Scott Wood <scottwood@freescale.com>
21825
21826 commit c45912d8abc52de796b9059a58faf7c4166eab58
21827 Author: Scott Wood <scottwood@freescale.com>
21828 Date: Fri Oct 24 16:20:43 2008 -0500
21829
21830 NAND: sync with 2.6.27
21831
21832 This brings the core NAND code up to date with the Linux kernel.
21833
21834 Since there were several drivers in Linux as of the last update that are
21835 not in u-boot, I'm not bringing over new drivers that have been added
21836 since in the absence of an interested party.
21837
21838 I did not update OneNAND since it was recently synced by Kyungmin Park,
21839 and I'm not sure exactly what the common ancestor is.
21840
21841 Signed-off-by: Scott Wood <scottwood@freescale.com>
21842
21843 commit b1d0db1805c3395149777e507b6da53410abac4e
21844 Author: Kumar Gala <galak@kernel.crashing.org>
21845 Date: Tue Oct 21 17:25:47 2008 -0500
21846
21847 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
21848
21849 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
21850
21851 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21852
21853 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
21854 Author: Kumar Gala <galak@kernel.crashing.org>
21855 Date: Tue Oct 21 17:25:46 2008 -0500
21856
21857 bootm: support subcommands in linux ppc bootm
21858
21859 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
21860
21861 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21862
21863 commit 49c3a861d11735838f1f1b11999ce433006dc919
21864 Author: Kumar Gala <galak@kernel.crashing.org>
21865 Date: Tue Oct 21 17:25:45 2008 -0500
21866
21867 bootm: Add subcommands
21868
21869 Add the ability to break the steps of the bootm command into several
21870 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
21871
21872 This allows us to do things like manipulate device trees before
21873 they are passed to a booting kernel or setup memory for a secondary
21874 core in multicore situations.
21875
21876 Not all OS types support all subcommands (currently only start, loados,
21877 ramdisk, fdt, and go are supported).
21878
21879 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21880
21881 commit be08315933537f061bc1ce61f33a29c56458bbad
21882 Author: Kumar Gala <galak@kernel.crashing.org>
21883 Date: Tue Oct 21 17:25:44 2008 -0500
21884
21885 bootm: Move to using a function pointer table for the boot os function
21886
21887 This removes a bit of code and makes it easier for the upcoming sub bootm
21888 command support to call into the proper OS specific handler.
21889
21890 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21891 Signed-off-by: Wolfgang Denk <wd@denx.de>
21892
21893 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
21894 Author: Graeme Russ <graeme.russ@gmail.com>
21895 Date: Mon Sep 29 23:03:14 2008 +1000
21896
21897 i386: Renamed show_boot_progress in assembler code
21898
21899 Renamed show_boot_progress in assembler init phase to
21900 show_boot_progress_asm to avoid link conflicts with C version
21901
21902 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
21903
21904 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
21905 Author: Peter Tyser <ptyser@xes-inc.com>
21906 Date: Mon Oct 27 16:42:00 2008 -0500
21907
21908 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
21909
21910 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
21911 processors have a 3-bit wide IO_SEL field but have the most
21912 significant bit is wired to 0 so this change should not affect
21913 them.
21914
21915 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21916
21917 commit cd4251624205cb97104f6e32679dc7754934f711
21918 Author: Becky Bruce <becky.bruce@freescale.com>
21919 Date: Mon Oct 27 16:09:42 2008 -0500
21920
21921 powerpc: fix pci window initialization to work with > 4GB DRAM
21922
21923 The existing code has a few errors that need to be fixed in
21924 order to support large RAM sizes. Fix those, and add a
21925 comment to make it clearer.
21926
21927 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21928 Acked-by: Kumar Gala <galak@kernel.crashing.org>
21929
21930 commit 219542a1a66ca017b12860920714a9859b18a5d7
21931 Author: Kumar Gala <galak@kernel.crashing.org>
21932 Date: Mon Oct 27 13:16:20 2008 -0500
21933
21934 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
21935
21936 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21937
21938 commit 6b59e03e0237a40a2305ea385defdfd92000978b
21939 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21940 Date: Mon Sep 1 16:21:22 2008 +0200
21941
21942 lcd: Let the board code show board-specific info
21943
21944 The information displayed when CONFIG_LCD_INFO is set is inherently
21945 board-specific, so it should be done by the board code. The current code
21946 dealing with this only handles two cases, and is already a horrible mess
21947 of #ifdeffery.
21948
21949 Yes, this duplicates some code, but it also allows boards to print more
21950 board-specific information; this used to be very difficult.
21951
21952 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21953 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21954
21955 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
21956 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21957 Date: Mon Sep 1 16:21:21 2008 +0200
21958
21959 lcd: Set lcd_is_enabled before clearing the screen
21960
21961 This allows the logo/info rendering routines to use the regular
21962 lcd_putc/lcd_puts/lcd_printf calls.
21963
21964 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21965 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21966
21967 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
21968 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21969 Date: Mon Sep 1 16:21:20 2008 +0200
21970
21971 lcd: Implement lcd_printf()
21972
21973 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
21974 this by borrowing the lcd_printf() implementation from the cogent board
21975 code (which appears to use its own LCD framework.)
21976
21977 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21978 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21979
21980 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
21981 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21982 Date: Mon Sep 1 16:21:19 2008 +0200
21983
21984 atmel_lcdfb: Straighten out funky vl_sync logic
21985
21986 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
21987 otherwise we don't. WTF?
21988
21989 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21990 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21991
21992 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
21993 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21994 Date: Mon Sep 1 16:21:18 2008 +0200
21995
21996 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
21997
21998 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
21999 includes a file that does, asm/arch/gpio.h, but this file doesn't
22000 include <asm/arch/hardware.h> like it's supposed to.
22001
22002 Add the missing include to asm/arch/gpio.h and remove the workaround
22003 from the atmel_lcdfb driver. This makes the driver compile on avr32.
22004
22005 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22006 Signed-off-by: Anatolij Gustschin <agust@denx.de>
22007
22008 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
22009 Author: Kumar Gala <galak@kernel.crashing.org>
22010 Date: Wed Oct 22 14:38:55 2008 -0500
22011
22012 86xx: Convert all fsl_pci_init users to new APIs
22013
22014 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
22015 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
22016
22017 With these changes the board code is a bit smaller and we get dma-ranges
22018 set in the device tree for these boards.
22019
22020 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22021 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22022 Acked-by: Jon Loeliger <jdl@freescale.com>
22023
22024 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
22025 Author: Kumar Gala <galak@kernel.crashing.org>
22026 Date: Tue Oct 21 08:28:33 2008 -0500
22027
22028 85xx: Convert all fsl_pci_init users to new APIs
22029
22030 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
22031 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
22032 and ft_fsl_pci_setup().
22033
22034 With these changes the board code is a bit smaller and we get dma-ranges
22035 set in the device tree for these boards.
22036
22037 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22038 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22039
22040 commit a2aab460727e5f674353a83a81000ef794bffcae
22041 Author: Kumar Gala <galak@kernel.crashing.org>
22042 Date: Thu Oct 23 00:01:06 2008 -0500
22043
22044 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
22045
22046 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22047 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22048
22049 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
22050 Author: Kumar Gala <galak@kernel.crashing.org>
22051 Date: Wed Oct 22 14:06:24 2008 -0500
22052
22053 pci/fsl_pci_init: Add a common PCI inbound setup function
22054
22055 Add a common setup function that determines the pci_region(s) based
22056 on how much memory we have in the system.
22057
22058 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22059 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22060
22061 commit 612ea01018a459234d54ed57ec6a5a244ce75678
22062 Author: Kumar Gala <galak@kernel.crashing.org>
22063 Date: Tue Oct 21 10:13:14 2008 -0500
22064
22065 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
22066
22067 * PCI Inbound window was setup incorrectly. The PCI address and system
22068 address were swapped. The PCI address should be setting piwar/piwbear
22069 and the system address should be setting pitar.
22070
22071 * Removed masking of addresses to allow for system address to support
22072 system address & PCI address >32-bits
22073
22074 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
22075
22076 * Respect the PCI_REGION_PREFETCH for inbound windows
22077
22078 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22079 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22080
22081 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
22082 Author: Kumar Gala <galak@kernel.crashing.org>
22083 Date: Wed Oct 22 23:33:56 2008 -0500
22084
22085 fdt: Added helper to set PCI dma-ranges property
22086
22087 Added fdt_pci_dma_ranges() that parses the pci_region info from the
22088 struct pci_controller and populates the dma-ranges based on it.
22089
22090 The max # of windws/dma-ranges we support is 3 since on embedded
22091 PowerPC based systems this is the max number of windows.
22092
22093 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22094 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22095
22096 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
22097 Author: Kumar Gala <galak@kernel.crashing.org>
22098 Date: Thu Oct 23 00:05:47 2008 -0500
22099
22100 fdt: Add fdt_getprop_u32_default helpers
22101
22102 Add helper functions to return find a node and return it's property
22103 or a default value.
22104
22105 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22106 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22107 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
22108
22109 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
22110 Author: Kumar Gala <galak@kernel.crashing.org>
22111 Date: Tue Oct 21 18:06:15 2008 -0500
22112
22113 86xx: Enable 64-bit PCI resources on all Freescale boards
22114
22115 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22116 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22117
22118 commit 0151cbaccf4504821ecfde0217299bd740086bb6
22119 Author: Kumar Gala <galak@kernel.crashing.org>
22120 Date: Tue Oct 21 11:33:58 2008 -0500
22121
22122 85xx: Enable 64-bit PCI resources on all Freescale boards
22123
22124 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22125 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22126
22127 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
22128 Author: Kumar Gala <galak@kernel.crashing.org>
22129 Date: Tue Oct 21 08:36:08 2008 -0500
22130
22131 pci: Allow for PCI addresses to be 64-bit
22132
22133 PCI bus is inherently 64-bit. While not all system require access to
22134 the full 64-bit PCI address range some do. This allows those systems
22135 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
22136
22137 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22138 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
22139 Acked-by: Wolfgang Denk <wd@denx.de>
22140
22141 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
22142 Author: Dave Liu <daveliu@freescale.com>
22143 Date: Thu Oct 23 21:18:53 2008 +0800
22144
22145 85xx: Fix the incorrect register used for DDR erratum1
22146
22147 The 8572 DDR erratum1:
22148 DDR controller may enter an illegal state when operating
22149 in 32-bit bus mode with 4-beat bursts.
22150
22151 Description:
22152 When operating with a 32-bit bus, it is recommended that
22153 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
22154 This forces the DDR controller to use 4-beat bursts when
22155 communicating to the DRAMs. However, an issue exists that
22156 could lead to data corruption when the DDR controller is
22157 in 32-bit bus mode while using 4-beat bursts.
22158
22159 Projected Impact:
22160 If the DDR controller is operating in 32-bit bus mode with
22161 4-beat bursts, then the controller may enter into a bad state.
22162 All subsequent reads from memory is corrupted.
22163 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
22164 Therefore, this erratum does not affect DDR3 mode.
22165
22166 Work Arounds:
22167 To work around this issue, software must set DEBUG_1[31] in
22168 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
22169 and CCSRBAR offset + 0x6f00 for DDR_2).
22170
22171 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
22172 as condition, but it should be DDR_SDRAM_CFG register.
22173
22174 Signed-off-by: Dave Liu <daveliu@freescale.com>
22175
22176 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
22177 Author: Dave Liu <daveliu@freescale.com>
22178 Date: Thu Oct 23 21:17:19 2008 +0800
22179
22180 85xx: remove unused config definition
22181
22182 Signed-off-by: Dave Liu <daveliu@freescale.com>
22183
22184 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
22185 Author: Kumar Gala <galak@kernel.crashing.org>
22186 Date: Thu Oct 23 01:47:38 2008 -0500
22187
22188 85xx: Add basic e500mc core support
22189
22190 Introduce CONFIG_E500MC to deal with the minor differences between
22191 e500v2 and e500mc.
22192
22193 * Certain fields of HID0/1 don't exist anymore on e500mc
22194 * Cache line size is 64-bytes on e500mc
22195 * reset value of PIR is different
22196
22197 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22198
22199 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
22200 Author: Kumar Gala <galak@kernel.crashing.org>
22201 Date: Thu Oct 23 01:47:37 2008 -0500
22202
22203 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
22204
22205 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
22206 e500mc's 64-byte cacheline properly when it gets added.
22207
22208 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22209
22210 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
22211 Author: Georg Schardt <schardt@team-ctech.de>
22212 Date: Fri Oct 24 13:51:52 2008 +0200
22213
22214 ppc4xx: New board avnet fx12 minimodul
22215
22216 This patch adds support for the avnet fx12 minimodul.
22217 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
22218 patch from Ricardo.
22219
22220 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
22221 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22222 Signed-off-by: Stefan Roese <sr@denx.de>
22223
22224 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
22225 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22226 Date: Tue Oct 21 18:29:46 2008 +0200
22227
22228 ppc4xx: Generic architecture for xilinx ppc405(v3)
22229
22230 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
22231 ppc440 boards, this patch presents a common architecture for all the
22232 xilinx ppc405 boards.
22233
22234 Any custom xilinx ppc405 board can be added very easily with no code
22235 duplicity.
22236
22237 This patch also adds a simple generic board, that can be used on almost
22238 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
22239
22240 This patch is prepared to work with the latest version of EDK (10.1)
22241
22242 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
22243 Signed-off-by: Stefan Roese <sr@denx.de>
22244
22245 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
22246 Author: Stefan Roese <sr@denx.de>
22247 Date: Fri Oct 24 08:56:09 2008 +0200
22248
22249 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
22250
22251 Since the new autocalibration still has some problems on some Kilauea
22252 boards with 200MHz DDR2 frequency we disable the autocalibration and
22253 use the hardcoded values as done before. This seems to work reliably
22254 on all known DDR2 frequencies.
22255
22256 After the autocalibration issue is fixed we will enable it again.
22257
22258 Signed-off-by: Stefan Roese <sr@denx.de>
22259
22260 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
22261 Author: Mike Frysinger <vapier@gentoo.org>
22262 Date: Wed Apr 9 02:02:07 2008 -0400
22263
22264 Blackfin: fix up UART status bit handling
22265
22266 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
22267 This can cause problems when we poll the LSR and then later try and handle
22268 any errors detected.
22269
22270 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22271
22272 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
22273 Author: Mike Frysinger <vapier@gentoo.org>
22274 Date: Sat Oct 11 20:42:17 2008 -0400
22275
22276 Blackfin: bf561-ezkit: drop redundant code
22277
22278 Common Blackfin code already announces CPU information.
22279
22280 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22281
22282 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
22283 Author: Mike Frysinger <vapier@gentoo.org>
22284 Date: Sat Oct 11 20:43:10 2008 -0400
22285
22286 Blackfin: bf561-ezkit: drop pointless USB code
22287
22288 The USB/LAN register settings are not actually used/needed in order to
22289 drive things from U-Boot, so drop the code.
22290
22291 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22292
22293 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
22294 Author: Mike Frysinger <vapier@gentoo.org>
22295 Date: Sat Oct 11 20:47:58 2008 -0400
22296
22297 Blackfin: linker scripts: force start.o and set initcode boundaries
22298
22299 Make sure that the start.o object is always the first object in our linker
22300 script regardless of configuration settings, and add some linker symbols
22301 so the ldr utility can properly locate the initcode when generating a LDR.
22302
22303 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22304
22305 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
22306 Author: Mike Frysinger <vapier@gentoo.org>
22307 Date: Sat Oct 11 21:19:39 2008 -0400
22308
22309 Blackfin: small cpu init optimization while setting interrupt mask
22310
22311 Use the sti instruction to set the initial interrupt mask rather than
22312 banging on the core IMASK MMR to save both space and time.
22313
22314 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22315
22316 commit 960922291c9594acb575cec7e47d7bed9b58182c
22317 Author: Mike Frysinger <vapier@gentoo.org>
22318 Date: Sat Oct 11 21:18:10 2008 -0400
22319
22320 Blackfin: set initial stack correctly according to Blackfin ABI
22321
22322 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22323
22324 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
22325 Author: Mike Frysinger <vapier@gentoo.org>
22326 Date: Sun Apr 20 03:11:53 2008 -0400
22327
22328 Blackfin: make baud calculation more accurate
22329
22330 We should use the algorithm in the Linux kernel so that the UART divisor
22331 calculation is more accurate. It also fixes problems on some picky UARTs
22332 that have sampling anomalies.
22333
22334 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22335
22336 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
22337 Author: Mike Frysinger <vapier@gentoo.org>
22338 Date: Mon Oct 6 04:21:41 2008 -0400
22339
22340 Blackfin: decode hwerrcause/excause when crashing
22341
22342 Having to decode hwerrcause/excause values is a pain, so automate it.
22343
22344 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22345
22346 commit 2de95bb20c488f20298df6881b700a5a757ee780
22347 Author: Mike Frysinger <vapier@gentoo.org>
22348 Date: Mon Oct 6 04:20:54 2008 -0400
22349
22350 Blackfin: fix register dump messages
22351
22352 Make sure we report RETI/IPEND correctly.
22353
22354 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22355
22356 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
22357 Author: Mike Frysinger <vapier@gentoo.org>
22358 Date: Mon Oct 6 04:19:34 2008 -0400
22359
22360 Blackfin: don't bother displaying reboot msg when crashing
22361
22362 The hang function already tells you to reboot, so no point in showing it
22363 twice.
22364
22365 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22366
22367 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
22368 Author: Mike Frysinger <vapier@gentoo.org>
22369 Date: Sun Jun 1 01:23:48 2008 -0400
22370
22371 Blackfin: enable support for nested interrupts
22372
22373 During cpu init, make sure we initialize the CEC properly so that
22374 interrupts can fire and be handled while U-Boot is running.
22375
22376 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22377
22378 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
22379 Author: Mike Frysinger <vapier@gentoo.org>
22380 Date: Mon Oct 6 03:55:25 2008 -0400
22381
22382 Blackfin: init NAND before relocating env
22383
22384 If booting out of NAND, we need to make sure we initialize it properly
22385 before attempting to relocate the environment.
22386
22387 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22388
22389 commit 0f9a8819416ba40a53de50af148847a0e508f84d
22390 Author: Mike Frysinger <vapier@gentoo.org>
22391 Date: Thu Aug 7 18:40:13 2008 -0400
22392
22393 Blackfin: check cache bits, not cplb bits
22394
22395 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22396
22397 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
22398 Author: Mike Frysinger <vapier@gentoo.org>
22399 Date: Thu Aug 7 17:52:59 2008 -0400
22400
22401 Blackfin: drop unused cache flush code
22402
22403 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22404
22405 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
22406 Author: Mike Frysinger <vapier@gentoo.org>
22407 Date: Thu Aug 7 15:21:47 2008 -0400
22408
22409 Blackfin: unify cache handling code
22410
22411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22412
22413 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
22414 Author: Mike Frysinger <vapier@gentoo.org>
22415 Date: Mon Oct 6 03:39:07 2008 -0400
22416
22417 Blackfin: only initialize the RTC when actually used
22418
22419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22420
22421 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
22422 Author: Mike Frysinger <vapier@gentoo.org>
22423 Date: Mon Oct 6 03:44:33 2008 -0400
22424
22425 Blackfin: fix SWRST register definition
22426
22427 The SWRST register is a 16bit, not 32bit, register.
22428
22429 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22430
22431 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
22432 Author: Mike Frysinger <vapier@gentoo.org>
22433 Date: Thu Aug 7 18:54:57 2008 -0400
22434
22435 Blackfin: build with -fomit-frame-pointer
22436
22437 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22438
22439 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
22440 Author: Mike Frysinger <vapier@gentoo.org>
22441 Date: Thu Aug 7 17:50:26 2008 -0400
22442
22443 Blackfin: document some of the blackfin directories
22444
22445 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22446
22447 commit e4337968e43698a68ba608369f46d4a4114111ca
22448 Author: Mike Frysinger <vapier@gentoo.org>
22449 Date: Thu Aug 7 15:16:56 2008 -0400
22450
22451 Blackfin: only enable hardware error irq by default
22452
22453 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22454
22455 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
22456 Author: Mike Frysinger <vapier@gentoo.org>
22457 Date: Thu Aug 7 13:36:43 2008 -0400
22458
22459 Blackfin: punt old unused mem_init.h header
22460
22461 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22462
22463 commit bcc121a01608042066a19ab5bff5bcfb805bf406
22464 Author: Mike Frysinger <vapier@gentoo.org>
22465 Date: Thu Aug 7 13:18:55 2008 -0400
22466
22467 Blackfin: delete unused page_descriptor_table_size define
22468
22469 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22470
22471 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
22472 Author: Mike Frysinger <vapier@gentoo.org>
22473 Date: Thu Aug 7 13:17:03 2008 -0400
22474
22475 Blackfin: fix typo in boot mode comment and add NAND define
22476
22477 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22478
22479 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
22480 Author: Ben Maan <moo@cow>
22481 Date: Thu Aug 7 13:14:21 2008 -0400
22482
22483 Blackfin: fix port mux defines for BF54x
22484
22485 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22486
22487 commit 0656ef2ba274910d31364fe022f6c7db0051660d
22488 Author: Mike Frysinger <vapier@gentoo.org>
22489 Date: Thu Aug 7 13:09:50 2008 -0400
22490
22491 Blackfin: update anomaly lists
22492
22493 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22494
22495 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
22496 Author: Mike Frysinger <vapier@gentoo.org>
22497 Date: Thu Aug 7 13:08:54 2008 -0400
22498
22499 Blackfin: unify DSPID/DBGSTAT MMR definitions
22500
22501 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22502
22503 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
22504 Author: Wolfgang Denk <wd@denx.de>
22505 Date: Tue Oct 21 15:53:51 2008 +0200
22506
22507 Fix strmhz(): avoid printing negative fractions
22508
22509 Signed-off-by: Wolfgang Denk <wd@denx.de>
22510
22511 commit 4a7f6b750d8de543fdf8e58acd86745010054571
22512 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
22513 Date: Fri Oct 17 08:55:51 2008 -0400
22514
22515 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
22516
22517 This is done to allow other 83XX based platforms which also have UPM
22518 (e.g. 8360) to configure and use their UPM in u-boot.
22519
22520 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
22521 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22522
22523 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
22524 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22525 Date: Tue Oct 14 22:58:53 2008 +0400
22526
22527 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
22528
22529 With this patch u-boot can fixup the dr_mode and phy_type properties
22530 for the Dual-Role USB controller.
22531
22532 While at it, also remove #ifdefs around includes, they are not needed.
22533
22534 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22535 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22536
22537 commit b3379f3fd13969934c00097c05754e7a8990fd39
22538 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22539 Date: Wed Oct 8 20:52:54 2008 +0400
22540
22541 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
22542
22543 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
22544 current settings don't work with the default chip on the board.
22545 Nevertheless Freescale's U-Boot sets the option register correctly,
22546 so I just dumped the register from the working u-boot. My guess is
22547 that the old settings were applicable for some pilot boards, not
22548 found in the production.
22549
22550 This patch also enables FSL ELBC driver so that we could access
22551 the NAND storage in the u-boot.
22552
22553 The NAND support costs about 45KB, so the u-boot no longer fits
22554 into two 128KB NOR flash sectors, thus we also have to adjust
22555 environment location: add another 128KB to the monitor length.
22556
22557 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22558
22559 It is due to hardware design and logic defect, that is the
22560 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
22561 the NAND chip connected to nLCS3, you have to set up the
22562 OR3[BCTLD] = '1' for normal operation, otherwise it will have
22563 bus contention due to the pin 48/25 of U60 is enabled.
22564
22565 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
22566 asserted upon access to the NAND chip, keep the default state.
22567
22568 Acked-by: Dave Liu <daveliu@freescale.com>
22569 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22570
22571 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
22572 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22573 Date: Thu Oct 2 19:17:33 2008 +0400
22574
22575 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
22576
22577 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
22578 standalone or acting as a PCI agent. User's Guide says:
22579
22580 - When the CPLD recognizes its location on the PIB it automatically
22581 configures RCW to the PCI Host.
22582 - If the CPLD fails to recognize its location then it is automatically
22583 configured as an Agent and the PCI is configured to an external arbiter.
22584
22585 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
22586 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
22587 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
22588 any arbiter bad things will happen (here the board hangs during any config
22589 space reads).
22590
22591 In this situation we must disable the PCI. And in case of anybody really
22592 want to use an external arbiter, we provide "pci_external_aribter"
22593 environment variable.
22594
22595 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22596 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22597
22598 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
22599 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22600 Date: Thu Oct 2 18:32:25 2008 +0400
22601
22602 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
22603
22604 This involves configuring the SerDes and fixing up the flags and
22605 PHY addresses for the TSECs.
22606
22607 For Linux we also fix up the device tree.
22608
22609 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22610 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22611
22612 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
22613 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22614 Date: Thu Oct 2 18:31:59 2008 +0400
22615
22616 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
22617
22618 We'll use these masks to parse TSEC modes out of HRCWH.
22619
22620 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22621 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22622
22623 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
22624 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22625 Date: Thu Oct 2 18:31:56 2008 +0400
22626
22627 mpc83xx: serdes: add forgotten shifts for rfcks
22628
22629 The rfcks should be shifted by 28 bits left. We didn't notice the bug
22630 because we were using only 100MHz clocks (for which rfcks == 0).
22631
22632 Though, for SGMII we'll need 125MHz clocks.
22633
22634 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22635 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22636
22637 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
22638 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22639 Date: Thu Oct 2 18:31:53 2008 +0400
22640
22641 mpc83xx: fix serdes setup for the MPC8378E boards
22642
22643 MPC837xE specs says that SerDes1 has:
22644
22645 — Two lanes running x1 SGMII at 1.25 Gbps;
22646 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
22647
22648 And for SerDes2:
22649
22650 — Two lanes running x1 PCI Express at 2.5 Gbps;
22651 — One lane running x2 PCI Express at 2.5 Gbps;
22652 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
22653
22654 The spec also explicitly states that PEX options are not valid for
22655 the SD1.
22656
22657 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
22658 which is wrong to do.
22659
22660 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22661 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22662
22663 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
22664 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22665 Date: Wed Sep 10 18:12:37 2008 +0400
22666
22667 mpc83xx: mpc8360emds: rework LBC SDRAM setup
22668
22669 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
22670 it difficult to use (b/c then the memory is discontinuous and
22671 there is quite big memory hole between the DDR/SDRAM regions).
22672
22673 This patch reworks LBC SDRAM setup so that now we dynamically
22674 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
22675 DDR memory).
22676
22677 With this patch we're able to:
22678
22679 - Boot without external DDR memory;
22680 - Use most "DDR + SDRAM" setups without need to support for
22681 sparse/discontinuous memory model in the software.
22682
22683 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22684 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22685
22686 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
22687 Author: Wolfgang Denk <wd@xpert.denx.de>
22688 Date: Tue Oct 21 11:23:56 2008 +0200
22689
22690 FDT: don't use private kernel header files
22691
22692 On some systems (for example Fedora Core 4) U-Boot builds with the
22693 following wanrings only:
22694
22695 ...
22696 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
22697 from fdt.c:51:
22698 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
22699
22700 This patch fixes this problem.
22701
22702 Signed-off-by: Wolfgang Denk <wd@denx.de>
22703
22704 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
22705 Author: Stefan Roese <sr@denx.de>
22706 Date: Mon Oct 13 15:15:31 2008 +0200
22707
22708 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
22709
22710 Signed-off-by: Stefan Roese <sr@denx.de>
22711
22712 commit 43cbce69d48d052574d71f50724be546d90a46a4
22713 Author: Stefan Roese <sr@denx.de>
22714 Date: Mon Oct 13 10:45:14 2008 +0200
22715
22716 ppc4xx: Correctly setup ranges property in ebc node
22717
22718 Previously only the NOR flash mapping was written into the ranges
22719 property of the ebc node. This patch now writes all enabled chip
22720 select areas into the ranges property.
22721
22722 Signed-off-by: Stefan Roese <sr@denx.de>
22723
22724 commit d7b26d58328f137471ea97de382bfa63f7239931
22725 Author: Dirk Eibach <eibach@gdsys.de>
22726 Date: Wed Oct 8 15:37:50 2008 +0200
22727
22728 ppc4xx: Add GDSys neo 405EP board support
22729
22730 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
22731 Signed-off-by: Stefan Roese <sr@denx.de>
22732
22733 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
22734 Author: Niklaus Giger <niklaus.giger@netstal.com>
22735 Date: Wed Oct 1 14:46:13 2008 +0200
22736
22737 ppc4xx: Update configs for Netstal boards
22738
22739 I reorganized my config files, putting the common stuff into netstal-common.h
22740 (got the idea by looking a amcc-common.h from Stefan).
22741
22742 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
22743
22744 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
22745 Signed-off-by: Stefan Roese <sr@denx.de>
22746
22747 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
22748 Author: Adam Graham <agraham@amcc.com>
22749 Date: Wed Oct 8 10:13:19 2008 -0700
22750
22751 ppc4xx: Add routine to retrieve CPU number
22752
22753 Provide a weak defined routine to retrieve the CPU number for
22754 reference boards that have multiple CPU's. Default behavior
22755 is the existing single CPU print output. Reference boards with
22756 multiple CPU's need to provide a board specific routine.
22757 See board/amcc/arches/arches.c for an example.
22758
22759 Signed-off-by: Adam Graham <agraham@amcc.com>
22760 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
22761 Signed-off-by: Stefan Roese <sr@denx.de>
22762
22763 commit 59217bae40e90982ab5400d849c08af683ace036
22764 Author: Adam Graham <agraham@amcc.com>
22765 Date: Wed Oct 8 10:13:14 2008 -0700
22766
22767 ppc4xx: Add static support for 44x IBM SDRAM Controller
22768
22769 This patch add the capability to configure a PPC440 based IBM SDRAM
22770 Controller with static, compiled-in, values. PPC440 memory subsystem
22771 includes a Memory Queue core.
22772
22773 Signed-off-by: Adam Graham <agraham@amcc.com>
22774 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
22775 Signed-off-by: Stefan Roese <sr@denx.de>
22776
22777 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
22778 Author: Adam Graham <agraham@amcc.com>
22779 Date: Wed Oct 8 10:12:53 2008 -0700
22780
22781 ppc4xx: Add AMCC Arches board support (dual 460GT)
22782
22783 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
22784 This board is a dual processor board with each processor providing
22785 independent resources for Rapid IO, Gigabit Ethernet, and serial
22786 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
22787 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
22788 port. The two 460GT's will communicate with each other via shared
22789 memory, Gigabit Ethernet and x1 PCI-Express.
22790
22791 Signed-off-by: Adam Graham <agraham@amcc.com>
22792 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
22793 Signed-off-by: Stefan Roese <sr@denx.de>
22794
22795 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
22796 Author: Wolfgang Denk <wd@xpert.denx.de>
22797 Date: Sun Oct 19 21:54:30 2008 +0200
22798
22799 TQM8260: environment in flash instead EEPROM, baudrate 115k
22800
22801 Several customers have reported problems with the environment in
22802 EEPROM, including corrupted content after board reset. Probably the
22803 code to prevent I2C Enge Conditions is not working sufficiently.
22804
22805 We move the environment to flash now, which allows to have a backup
22806 copy plus gives much faster boot times.
22807
22808 Also, change the default console initialization to 115200 bps as used
22809 on most other boards.
22810
22811 Signed-off-by: Wolfgang Denk <wd@denx.de>
22812
22813 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
22814 Author: Kumar Gala <galak@kernel.crashing.org>
22815 Date: Sun Oct 19 12:49:19 2008 -0500
22816
22817 85xx: Fix compile warning in mpc8536ds.c
22818
22819 mpc8536ds.c: In function 'is_sata_supported':
22820 mpc8536ds.c:615: warning: unused variable 'devdisr'
22821
22822 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22823
22824 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
22825 Author: Wolfgang Denk <wd@denx.de>
22826 Date: Sun Oct 19 02:35:50 2008 +0200
22827
22828 Cleanup: fix "MHz" spelling
22829
22830 Signed-off-by: Wolfgang Denk <wd@denx.de>
22831
22832 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
22833 Author: Wolfgang Denk <wd@denx.de>
22834 Date: Sun Oct 19 02:35:49 2008 +0200
22835
22836 Use strmhz() to format clock frequencies
22837
22838 Signed-off-by: Wolfgang Denk <wd@denx.de>
22839
22840 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
22841 Author: Wolfgang Denk <wd@denx.de>
22842 Date: Sun Oct 19 02:35:48 2008 +0200
22843
22844 strmhz(): Round numbers when printing clock frequencies
22845
22846 Round clock frequencies for printing.
22847
22848 Many boards printed off clock frequencies like 399 MHz instead of the
22849 exact 400 MHz because numberes were not rounded. This is fixed now.
22850
22851 Signed-off-by: Wolfgang Denk <wd@denx.de>
22852
22853 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
22854 Author: Timur Tabi <timur@freescale.com>
22855 Date: Mon Oct 20 15:16:47 2008 -0500
22856
22857 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
22858
22859 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
22860 to add a comment that the correct value disagrees with the 8544 reference
22861 manual. The changelog for that commit is also wrong, as it says "bit 28"
22862 when it should be "bit 24".
22863
22864 Signed-off-by: Timur Tabi <timur@freescale.com>
22865
22866 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
22867 Author: Heiko Schocher <hs@denx.de>
22868 Date: Fri Oct 17 18:24:06 2008 +0200
22869
22870 mgcoge: add redundant environment sector
22871
22872 Signed-off-by: Heiko Schocher <hs@denx.de>
22873
22874 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
22875 Author: Heiko Schocher <hs@denx.de>
22876 Date: Fri Oct 17 18:23:27 2008 +0200
22877
22878 mgsuvd: update size of environment
22879
22880 Signed-off-by: Heiko Schocher <hs@denx.de>
22881
22882 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
22883 Author: Jason Jin <Jason.jin@freescale.com>
22884 Date: Fri Oct 10 11:41:00 2008 +0800
22885
22886 Enabled the Freescale SGMII riser card on 8536DS
22887
22888 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
22889
22890 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
22891 Author: Liu Yu <yu.liu@freescale.com>
22892 Date: Fri Oct 10 11:40:59 2008 +0800
22893
22894 Enabled the Freescale SGMII riser card on 8572DS
22895
22896 This patch based on Andy's work.
22897 Including command 'pixis_set_sgmii' support.
22898
22899 Signed-off-by: Liu Yu <yu.liu@freescale.com>
22900
22901 commit bff188baf9427c35745356439435acf3864d4c65
22902 Author: Liu Yu <yu.liu@freescale.com>
22903 Date: Fri Oct 10 11:40:58 2008 +0800
22904
22905 Make pixis_set_sgmii more general to support MPC85xx boards.
22906
22907 The pixis sgmii command depend on the FPGA support on the board, some 85xx
22908 boards support SGMII riser card but did not support this command, define
22909 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
22910
22911 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
22912 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
22913 PIXIS_VCFGEN1_MASK in header file for both boards.
22914
22915 Signed-off-by: Liu Yu <yu.liu@freescale.com>
22916
22917 commit 5e981d683d2363204c76773941c2e9c2044c808f
22918 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22919 Date: Wed Oct 8 23:38:02 2008 -0500
22920
22921 Add cpu/8xxx to TAGS_SUBDIRS
22922
22923 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22924
22925 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
22926 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22927 Date: Thu Oct 9 01:25:55 2008 -0500
22928
22929 fsl_law clear enable before changing.
22930
22931 Debug sessions may have left enabled laws.
22932 Changing lawbar with an unkown enabled tgtid could cause problems.
22933
22934 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22935
22936 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
22937 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22938 Date: Thu Oct 9 00:29:27 2008 -0500
22939
22940 mpc8572 additional end-point mode
22941
22942 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
22943 Include host_agent == 0 decode for end-point determination.
22944
22945 This is not needed for the ds reference board since pcie3 will be a host
22946 in order to connect to the uli chip. Include it here as a reference for
22947 other mpc8572 boards.
22948
22949 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22950
22951 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
22952 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22953 Date: Wed Oct 8 23:37:59 2008 -0500
22954
22955 85xx if NUM_CPUS>1, print cpu number
22956
22957 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22958
22959 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
22960 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22961 Date: Wed Oct 8 23:38:01 2008 -0500
22962
22963 pixis do not print long help if not configured
22964
22965 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22966
22967 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
22968 Author: Andy Fleming <afleming@freescale.com>
22969 Date: Tue Oct 7 08:09:50 2008 -0500
22970
22971 Have u-boot pass stashing parameters into device tree
22972
22973 Some cores don't support ethernet stashing at all, and some
22974 instances have errata. Adds 3 properties to gianfar nodes
22975 which support stashing. For now, just add this support to
22976 85xx SoCs.
22977
22978 Signed-off-by: Andy Fleming <afleming@freescale.com>
22979
22980 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
22981 Author: Haiying Wang <Haiying.Wang@freescale.com>
22982 Date: Fri Oct 3 12:37:57 2008 -0400
22983
22984 Add DDR options setting on MPC8641HPCN board
22985
22986 * Add board specific parameter table to choose correct cpo, clk_adjust,
22987 write_data_delay based on board ddr frequency and n_ranks.
22988
22989 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
22990
22991 Signed-off-by: James Yang <James.Yang@freescale.com>
22992 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
22993
22994 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
22995 Author: Haiying Wang <Haiying.Wang@freescale.com>
22996 Date: Fri Oct 3 12:37:41 2008 -0400
22997
22998 Add ddr interleaving suppport for MPC8572DS board
22999
23000 * Add board specific parameter table to choose correct cpo, clk_adjust,
23001 write_data_delay, 2T based on board ddr frequency and n_ranks.
23002
23003 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
23004
23005 * Set memory controller interleaving mode to bank interleaving, and disable
23006 bank(chip select) interleaving mode by default, because the default on-board
23007 DDR DIMMs are 2x512MB single-rank.
23008
23009 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
23010
23011 Signed-off-by: James Yang <James.Yang@freescale.com>
23012 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23013
23014 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
23015 Author: Haiying Wang <Haiying.Wang@freescale.com>
23016 Date: Fri Oct 3 12:37:26 2008 -0400
23017
23018 Add debug information for DDR controller registers
23019
23020 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23021
23022 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
23023 Author: Haiying Wang <Haiying.Wang@freescale.com>
23024 Date: Fri Oct 3 12:37:10 2008 -0400
23025
23026 Check DDR interleaving mode
23027
23028 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
23029 ba_intlv_ctl.
23030 * Print DDR interleaving mode information
23031 * Add doc/README.fsl-ddr to describe the interleaving setting
23032
23033 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23034
23035 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
23036 Author: Haiying Wang <Haiying.Wang@freescale.com>
23037 Date: Fri Oct 3 12:36:55 2008 -0400
23038
23039 Pass dimm parameters to populate populate controller options
23040
23041 Because some dimm parameters like n_ranks needs to be used with the board
23042 frequency to choose the board parameters like clk_adjust etc. in the
23043 board_specific_paramesters table of the board ddr file, we need to pass
23044 the dimm parameters to the board file.
23045
23046 * move ddr dimm parameters header file from /cpu to /include directory.
23047 * add ddr dimm parameters to populate board specific options.
23048 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
23049
23050 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23051
23052 commit dbbbb3abeff325855cae76e33d69d5665631443f
23053 Author: Haiying Wang <Haiying.Wang@freescale.com>
23054 Date: Fri Oct 3 12:36:39 2008 -0400
23055
23056 Make DDR interleaving mode work correctly
23057
23058 Fix some bugs:
23059 1. Correctly set intlv_ctl in cs_config.
23060 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
23061 3. Set base_address and total memory for each ddr controller in memory
23062 controller interleaving mode.
23063
23064 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23065
23066 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
23067 Author: Kumar Gala <galak@kernel.crashing.org>
23068 Date: Mon Sep 22 23:40:42 2008 -0500
23069
23070 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
23071
23072 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23073
23074 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
23075 Author: Kumar Gala <galak@kernel.crashing.org>
23076 Date: Mon Sep 22 14:11:11 2008 -0500
23077
23078 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
23079
23080 Changing the flash from cacheable to cache-inhibited was taking a significant
23081 amount of time due to the fact that we were iterating over the full 256M of
23082 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
23083
23084 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23085
23086 commit 54e091d3b603a3332c619199ca83a07e95960da4
23087 Author: Kumar Gala <galak@kernel.crashing.org>
23088 Date: Mon Sep 22 14:11:10 2008 -0500
23089
23090 85xx: Export invalidate_{i,d}cache and add flush_dcache
23091
23092 Added the ability for C code to invalidate the i/d-cache's and
23093 to flush the d-cache. This allows us to more efficient change mappings
23094 from cache-able to cache-inhibited.
23095
23096 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23097
23098 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
23099 Author: Heiko Schocher <hs@denx.de>
23100 Date: Fri Oct 17 16:11:52 2008 +0200
23101
23102 mgcoge, mgsuvd: extract more common code
23103
23104 in ft_blob_update () for both boards was an unneccessary
23105 repetition of code, which this patch moves in a common
23106 function for this boards.
23107
23108 Signed-off-by: Heiko Schocher <hs@denx.de>
23109
23110 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
23111 Author: Heiko Schocher <hs@denx.de>
23112 Date: Fri Oct 17 12:15:55 2008 +0200
23113
23114 mgcoge, mgsuvd: use in_*/out_* accesors
23115
23116 Signed-off-by: Heiko Schocher <hs@denx.de>
23117
23118 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
23119 Author: Heiko Schocher <hs@denx.de>
23120 Date: Fri Oct 17 13:52:51 2008 +0200
23121
23122 mgsuvd: fix compiler warning when using soft_i2c driver
23123
23124 Signed-off-by: Heiko Schocher <hs@denx.de>
23125
23126 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
23127 Author: Heiko Schocher <hs@denx.de>
23128 Date: Fri Oct 17 12:15:05 2008 +0200
23129
23130 mgsuvd: fix coding style
23131
23132 Signed-off-by: Heiko Schocher <hs@denx.de>
23133
23134 commit 5f4c3137f4f051787707c548133823f1656eb508
23135 Author: Heiko Schocher <hs@denx.de>
23136 Date: Fri Oct 17 12:13:30 2008 +0200
23137
23138 mgcoge: Second Flash on CS5 not on CS1
23139
23140 Signed-off-by: Heiko Schocher <hs@denx.de>
23141
23142 commit 76da19df5b8e186d269f29190696bd31fb6c836b
23143 Author: Kumar Gala <galak@kernel.crashing.org>
23144 Date: Thu Oct 16 21:52:08 2008 -0500
23145
23146 Added arch_lmb_reserve to allow arch specific memory regions protection
23147
23148 Each architecture has different ways of determine what regions of memory
23149 might not be valid to get overwritten when we boot. This provides a
23150 hook to allow them to reserve any regions they care about. Currently
23151 only ppc, m68k and sparc need/use this.
23152
23153 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23154
23155 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
23156 Author: Heiko Schocher <hs@denx.de>
23157 Date: Thu Oct 16 16:32:35 2008 +0200
23158
23159 mgcoge: added CONFIG_FIT to support the new u-boot image format
23160
23161 Signed-off-by: Heiko Schocher <hs@denx.de>
23162
23163 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
23164 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23165 Date: Thu Oct 16 15:01:15 2008 +0200
23166
23167 rename CFG_ macros to CONFIG_SYS
23168
23169 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23170
23171 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
23172 Author: Kumar Gala <galak@kernel.crashing.org>
23173 Date: Mon Oct 13 14:12:55 2008 -0500
23174
23175 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
23176
23177 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23178
23179 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
23180 Author: Kumar Gala <galak@kernel.crashing.org>
23181 Date: Tue Sep 23 10:05:02 2008 -0500
23182
23183 Expose command table search for sub-commands
23184
23185 Sub-command can benefit from using the same table and search functions
23186 that top level commands have. Expose this functionality by refactoring
23187 find_cmd() and introducing find_cmd_tbl() that sub-command processing
23188 can call.
23189
23190 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23191
23192 commit f7e51b27508446f8cae3927975817137979ad5e8
23193 Author: Heiko Schocher <hs@denx.de>
23194 Date: Wed Oct 15 09:41:33 2008 +0200
23195
23196 mgsuvd, mgcoge: added BOOTCOUNT feature.
23197
23198 Signed-off-by: Heiko Schocher <hs@denx.de>
23199
23200 commit 8f64da7f83b553889bc08400c97047998382e9d2
23201 Author: Heiko Schocher <hs@denx.de>
23202 Date: Wed Oct 15 09:41:00 2008 +0200
23203
23204 mgcoge, mgsuvd: added support for the IVM EEprom.
23205
23206 The EEprom contains some Manufacturerinformation,
23207 which are read from u-boot at boot time, and saved
23208 in same hush shell variables.
23209
23210 Signed-off-by: Heiko Schocher <hs@denx.de>
23211
23212 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
23213 Author: Heiko Schocher <hs@denx.de>
23214 Date: Wed Oct 15 09:40:28 2008 +0200
23215
23216 hush: add showvar command for hush shell.
23217
23218 This new command shows the local variables defined in
23219 the hush shell:
23220
23221 => help showvar
23222 showvar
23223 - print values of all hushshell variables
23224 showvar name ...
23225 - print value of hushshell variable 'name'
23226
23227 Also make the set_local_var() and unset_local_var ()
23228 no longer static, so it is possible to define local
23229 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
23230 is defined, u-boot calls hush_init_var (), where
23231 boardspecific code can define local hush shell
23232 variables at boottime.
23233
23234 Signed-off-by: Heiko Schocher <hs@denx.de>
23235
23236 commit 67b23a322848d828a5e45c0567b72762bfde7abf
23237 Author: Heiko Schocher <hs@denx.de>
23238 Date: Wed Oct 15 09:39:47 2008 +0200
23239
23240 I2C: adding new "i2c bus" Command to the I2C Subsystem.
23241
23242 With this Command it is possible to add new I2C Busses,
23243 which are behind 1 .. n I2C Muxes. Details see README.
23244
23245 Signed-off-by: Heiko Schocher <hs@denx.de>
23246
23247 commit c24853644ddd2dd2e4246b5854a93e6254a14092
23248 Author: Heiko Schocher <hs@denx.de>
23249 Date: Wed Oct 15 09:39:08 2008 +0200
23250
23251 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
23252
23253 As documented in doc/I2C_Edge_Conditions, adding a
23254 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
23255 for the mgcoge and mgsuvd board.
23256
23257 This code was originally written by Keymile in association
23258 with Anatech and Atmel in 1998. The Code toggels the SCL
23259 until the SCA line goes to HIGH (max. 16 times).
23260 And after this, a start condition is sent.
23261
23262 This is another approach to deblock the I2C Bus. The
23263 soft I2C driver actually sends 9 clocks with SDA High,
23264 and then a stop at the end, to deblock the I2C Bus.
23265
23266 Maybe we should use the approach from Keymile as
23267 the new standard?
23268
23269 Signed-off-by: Heiko Schocher <hs@denx.de>
23270
23271 commit 4ca107effebfbabac1057c39632105dacef95957
23272 Author: Heiko Schocher <hs@denx.de>
23273 Date: Wed Oct 15 09:38:38 2008 +0200
23274
23275 soft_i2c: Add CFG_I2C_INIT_BOARD option
23276
23277 This patch adds the option for a boardspecific
23278 I2C deblocking mechanism for the soft i2c driver.
23279
23280 Signed-off-by: Heiko Schocher <hs@denx.de>
23281
23282 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
23283 Author: Heiko Schocher <hs@denx.de>
23284 Date: Wed Oct 15 09:38:07 2008 +0200
23285
23286 mgcoge, mgsuvd: add DTT (LM75) support.
23287
23288 Signed-off-by: Heiko Schocher <hs@denx.de>
23289
23290 commit 8e442df438ab677057571e3ac01846bff7719bce
23291 Author: Heiko Schocher <hs@denx.de>
23292 Date: Wed Oct 15 09:37:34 2008 +0200
23293
23294 lm75: Make the LM75 MULTI_BUS compatible.
23295
23296 Signed-off-by: Heiko Schocher <hs@denx.de>
23297
23298 commit 12f1678127c1df2b2878ba93c88948bedc060775
23299 Author: Heiko Schocher <hs@denx.de>
23300 Date: Wed Oct 15 09:37:04 2008 +0200
23301
23302 lm75: fix Codingstyle issues.
23303
23304 Signed-off-by: Heiko Schocher <hs@denx.de>
23305
23306 commit f2202450c75ba6934b356024101500ddcde6e2a6
23307 Author: Heiko Schocher <hs@denx.de>
23308 Date: Wed Oct 15 09:36:33 2008 +0200
23309
23310 mgcoge, mgsuvd: added EEprom support.
23311
23312 Signed-off-by: Heiko Schocher <hs@denx.de>
23313
23314 commit 9661bf9d120f760238b2a073b84f2baf05010057
23315 Author: Heiko Schocher <hs@denx.de>
23316 Date: Wed Oct 15 09:36:03 2008 +0200
23317
23318 mgcoge, mgsuvd: add I2C support.
23319
23320 Signed-off-by: Heiko Schocher <hs@denx.de>
23321
23322 commit 98aed379586a155292efbf3209356836584b601c
23323 Author: Heiko Schocher <hs@denx.de>
23324 Date: Wed Oct 15 09:35:26 2008 +0200
23325
23326 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
23327
23328 This patch fixes the following warnings, when using
23329 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
23330 systems:
23331
23332 soft_i2c.c: In function 'send_reset':
23333 soft_i2c.c:93: warning: unused variable 'immr'
23334 soft_i2c.c: In function 'send_start':
23335 soft_i2c.c:124: warning: unused variable 'immr'
23336 soft_i2c.c: In function 'send_stop':
23337 soft_i2c.c:146: warning: unused variable 'immr'
23338 soft_i2c.c: In function 'send_ack':
23339 soft_i2c.c:171: warning: unused variable 'immr'
23340 soft_i2c.c: In function 'write_byte':
23341 soft_i2c.c:196: warning: unused variable 'immr'
23342 soft_i2c.c: In function 'read_byte':
23343 soft_i2c.c:244: warning: unused variable 'immr'
23344
23345 Signed-off-by: Heiko Schocher <hs@denx.de>
23346
23347 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
23348 Author: Heiko Schocher <hs@denx.de>
23349 Date: Wed Oct 15 09:34:45 2008 +0200
23350
23351 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
23352
23353 Signed-off-by: Heiko Schocher <hs@denx.de>
23354
23355 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
23356 Author: Heiko Schocher <hs@denx.de>
23357 Date: Wed Oct 15 09:34:05 2008 +0200
23358
23359 mgcoge: fix Coding Style issues.
23360
23361 Signed-off-by: Heiko Schocher <hs@denx.de>
23362
23363 commit e43a27c49712203fe8848a17714330623edfb2eb
23364 Author: Heiko Schocher <hs@denx.de>
23365 Date: Wed Oct 15 09:33:30 2008 +0200
23366
23367 I2C: add new command i2c reset.
23368
23369 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
23370 it is not possible to get out of this, until the
23371 complete Hardware gets a reset. This new commando
23372 calls again i2c_init (and that calls i2c_init_board
23373 if defined), which will deblock the I2C Bus.
23374
23375 Signed-off-by: Heiko Schocher <hs@denx.de>
23376 Signed-off-by: Wolfgang Denk <wd@denx.de>
23377
23378 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
23379 Author: Heiko Schocher <hs@denx.de>
23380 Date: Wed Oct 15 09:32:25 2008 +0200
23381
23382 mgsuvd, mgcoge: move this 2 boards in one dir.
23383
23384 There are some more extensions, which are for both boards
23385 and some more boards from this manufacturer will follow soon.
23386
23387 Signed-off-by: Heiko Schocher <hs@denx.de>
23388 Signed-off-by: Wolfgang Denk <wd@denx.de>
23389
23390 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
23391 Author: Dirk Eibach <eibach@gdsys.de>
23392 Date: Wed Oct 8 13:44:27 2008 +0200
23393
23394 hwmon: Add LM63 support
23395
23396 This patch adds support for the National LM63 temperature
23397 sensor with integrated fan control. It's used on the GDSys
23398 Neo board (405EP) which will be submitted later.
23399
23400 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
23401 Acked-by: Stefan Roese <sr@denx.de>
23402
23403 commit 7ba890bf2f2b92831420243c058951aa831119fd
23404 Author: Kyungmin Park <kmpark@infradead.org>
23405 Date: Wed Oct 8 11:01:17 2008 +0900
23406
23407 Add Red Black Tree support
23408
23409 Now it's used at UBI module. Of course other modules can use it.
23410 If you want to use it, please define CONFIG_RBTREE
23411
23412 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23413
23414 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
23415 Author: richardretanubun <richardretanubun@ruggedcom.com>
23416 Date: Mon Oct 6 16:10:53 2008 -0400
23417
23418 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
23419
23420 Added support for CONFIG_EFI_PARTITION to ext2 commands.
23421 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
23422
23423 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
23424 Author: richardretanubun <richardretanubun@ruggedcom.com>
23425 Date: Fri Sep 26 11:13:22 2008 -0400
23426
23427 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
23428
23429 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
23430 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
23431
23432 Based on linux/fs/partitions/efi.[ch]
23433
23434 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
23435
23436 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
23437 Author: Bartlomiej Sieka <tur@semihalf.com>
23438 Date: Wed Oct 1 15:26:32 2008 +0200
23439
23440 FIT: output image load address for type 'firmware', fix message while there
23441
23442 Now that the auto-update feature uses the 'firmware' type for updates, it is
23443 useful to inspect the load address of such images.
23444
23445 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23446
23447 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
23448 Author: Bartlomiej Sieka <tur@semihalf.com>
23449 Date: Wed Oct 1 15:26:31 2008 +0200
23450
23451 Automatic software update from TFTP server
23452
23453 The auto-update feature allows to automatically download software updates
23454 from a TFTP server and store them in Flash memory during boot. Updates are
23455 contained in a FIT file and protected with SHA-1 checksum.
23456
23457 More detailed description can be found in doc/README.update.
23458
23459 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23460 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23461
23462 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
23463 Author: Bartlomiej Sieka <tur@semihalf.com>
23464 Date: Wed Oct 1 15:26:27 2008 +0200
23465
23466 flash: factor out adjusting of Flash address to the end of sector
23467
23468 The upcoming automatic update feature needs the ability to adjust an
23469 address within Flash to the end of its respective sector. Factor out
23470 this functionality to a new function flash_sect_roundb().
23471
23472 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23473 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23474 Signed-off-by: Stefan Roese <sr@denx.de>
23475
23476 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
23477 Author: Bartlomiej Sieka <tur@semihalf.com>
23478 Date: Wed Oct 1 15:26:29 2008 +0200
23479
23480 net: Make TFTP server timeout configurable
23481
23482 There are two aspects of a TFTP transfer involving timeouts:
23483 1. timeout waiting for initial server reply after sending RRQ
23484 2. timeouts while transferring actual data from the server
23485
23486 Since the upcoming auto-update feature attempts a TFTP download during each
23487 boot, it is undesirable to have a long delay when the TFTP server is not
23488 available. Thus, this commit makes the server timeout (1.) configurable by two
23489 global variables:
23490
23491 TftpRRQTimeoutMSecs
23492 TftpRRQTimeoutCountMax
23493
23494 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
23495 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
23496 The total delay when trying to download a file from a non-existing TFTP server
23497 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
23498
23499 Timeouts during file transfers (2.) are unaffected.
23500
23501 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23502 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23503 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23504
23505 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
23506 Author: Bartlomiej Sieka <tur@semihalf.com>
23507 Date: Wed Oct 1 15:26:28 2008 +0200
23508
23509 net: express the first argument to NetSetTimeout() in milliseconds
23510
23511 Enforce millisecond semantics of the first argument to NetSetTimeout() --
23512 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
23513 get_timer() countiing in milliseconds).
23514
23515 Rationale for this patch is to enable millisecond granularity for
23516 network-related timeouts, which is needed for the upcoming automatic
23517 software update feature.
23518
23519 Summary of changes:
23520 - do not scale the first argument to NetSetTimeout() by CFG_HZ
23521 - change timeout values used in the networking code to milliseconds
23522
23523 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23524 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23525 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23526
23527 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
23528 Author: richardretanubun <richardretanubun@ruggedcom.com>
23529 Date: Mon Sep 29 18:28:23 2008 -0400
23530
23531 Adds two more ethernet interface to 83xx
23532
23533 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
23534 Six eth interface is chosen because the platform I am using combines
23535 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
23536
23537 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
23538 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23539
23540 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
23541 Author: Haiying Wang <Haiying.Wang@freescale.com>
23542 Date: Wed Sep 24 11:42:12 2008 -0500
23543
23544 Change UEC PHY interface to RGMII on MPC8568MDS
23545
23546 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
23547
23548 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
23549 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
23550
23551 Now both UEC1 and UEC2 can work properly under u-boot.
23552
23553 It is also in consistent with the kernel setting for 8568 UEC phy interface.
23554
23555 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
23556 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23557
23558 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
23559 Author: Wolfgang Denk <wd@denx.de>
23560 Date: Sat Oct 18 21:30:31 2008 +0200
23561
23562 Prepare v2008.10 release: update CHANGELOG & Makefile
23563
23564 Signed-off-by: Wolfgang Denk <wd@denx.de>
23565
23566 commit f7a35a60cf45491871a5c28e9ad24db005487857
23567 Author: Heiko Schocher <hs@denx.de>
23568 Date: Fri Oct 17 18:24:06 2008 +0200
23569
23570 mgcoge: add redundant environment sector
23571
23572 Signed-off-by: Heiko Schocher <hs@denx.de>
23573 Signed-off-by: Wolfgang Denk <wd@denx.de>
23574
23575 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
23576 Author: Heiko Schocher <hs@denx.de>
23577 Date: Fri Oct 17 18:23:27 2008 +0200
23578
23579 mgsuvd: update size of environment
23580
23581 Signed-off-by: Heiko Schocher <hs@denx.de>
23582
23583 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
23584 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
23585 Date: Thu Oct 16 13:38:00 2008 -0500
23586
23587 83xx NAND boot: wait for LTESR[CC]
23588
23589 At least some revisions of the 8313, and possibly other chips, do not
23590 wait for all pages of the initial 4K NAND region to be loaded before
23591 beginning execution; thus, we wait for it before branching out of the
23592 first NAND page.
23593
23594 This fixes warm reset problems when booting from NAND on 8313erdb.
23595
23596 Signed-off-by: Scott Wood <scottwood@freescale.com>
23597 Acked-by: Kim Phillips <kim.phillips@freescale.com>
23598
23599 commit bf29e0ea0af03d593c64614136acc723a7a022a2
23600 Author: Yuri Tikhonov <yur@emcraft.com>
23601 Date: Fri Oct 17 12:54:18 2008 +0200
23602
23603 ppc4xx: PPC44x MQ initialization
23604
23605 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
23606 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
23607 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
23608
23609 Previously the appropriate initialization had been made in Linux, by the
23610 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
23611 registers after normal operation has begun is not supported and could
23612 have unpredictable results.
23613
23614 Comment from Stefan: This patch doesn't change the resulting value of the
23615 MQ registers. It explicitly sets/clears all bits to the desired state which
23616 better documents the resulting register value instead of relying on pre-set
23617 default values.
23618
23619 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23620 Signed-off-by: Stefan Roese <sr@denx.de>
23621
23622 commit ec081c2c190148b374e86a795fb6b1c49caeb549
23623 Author: Stefan Roese <sr@denx.de>
23624 Date: Fri Oct 17 12:51:46 2008 +0200
23625
23626 ppc4xx: PPC44x MQ initialization
23627
23628 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
23629 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
23630 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
23631
23632 Previously the appropriate initialization had been made in Linux, by the
23633 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
23634 registers after normal operation has begun is not supported and could
23635 have unpredictable results.
23636
23637 Comment from Stefan: This patch doesn't change the resulting value of the
23638 MQ registers. It explicitly sets/clears all bits to the desired state which
23639 better documents the resulting register value instead of relying on pre-set
23640 default values.
23641
23642 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23643 Signed-off-by: Stefan Roese <sr@denx.de>
23644
23645 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
23646 Author: Kumar Gala <galak@kernel.crashing.org>
23647 Date: Thu Oct 16 21:58:50 2008 -0500
23648
23649 85xx: Using proper I2C source clock divider for MPC8544
23650
23651 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
23652 bit 26, instead it should be bit 28. This caused in incorrect
23653 interpretation of the i2c_clk which is the same as the SEC clk on
23654 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
23655 in PORDEVSR2.
23656
23657 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23658
23659 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
23660 Author: Kumar Gala <galak@kernel.crashing.org>
23661 Date: Thu Oct 16 21:58:49 2008 -0500
23662
23663 Revert "85xx: Using proper I2C source clock divider for MPC8544"
23664
23665 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
23666
23667 The fix introduced by this patch is not correct. The problem is
23668 that the documentation is not correct for the MPC8544 with regards
23669 to which bit in PORDEVSR2 is for the SEC_CFG.
23670
23671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23672
23673 commit 2179c4766bffeece98e5e92040629a96c97e230c
23674 Author: Kumar Gala <galak@kernel.crashing.org>
23675 Date: Wed Oct 15 10:19:41 2008 -0500
23676
23677 85xx: Fix compile warning
23678
23679 mpc8536ds.c: In function 'is_sata_supported':
23680 mpc8536ds.c:614: warning: unused variable 'devdisr'
23681
23682 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23683
23684 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
23685 Author: Jason Jin <Jason.jin@freescale.com>
23686 Date: Wed Oct 15 10:40:24 2008 +0800
23687
23688 Fix the function conflict in x86emu when DEBUG is on
23689
23690 The function parse_line() in common/main.c was exposed globally by commit
23691 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
23692 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
23693 This patch fix this by renaming the function in the debug.c file.
23694
23695 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23696
23697 commit b4dbacf69a669a17487054552fc2761149dd6767
23698 Author: Wolfgang Denk <wd@denx.de>
23699 Date: Wed Oct 15 15:50:45 2008 +0200
23700
23701 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
23702
23703 Signed-off-by: Wolfgang Denk <wd@denx.de>
23704
23705 commit 374b9038293d01d8744a46af9b7854a6fd99b228
23706 Author: Heiko Schocher <hs@denx.de>
23707 Date: Wed Oct 15 09:51:19 2008 +0200
23708
23709 Fix compiler warning in lib_ppc/board.c
23710
23711 Fix compiler warning introduced by commit 0f8cbc18
23712
23713 Signed-off-by: Heiko Schocher <hs@denx.de>
23714 Signed-off-by: Wolfgang Denk <wd@denx.de>
23715
23716 commit 9724555755a6f1066636481b41f7094e0ce93a69
23717 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
23718 Date: Thu Oct 9 10:29:14 2008 +0530
23719
23720 mpc83xx: wait till UPM completes the write to array
23721
23722 Reference manual states that MxMR[MAD] increment is the indication
23723 of write to UPM array is complete. Honour that. Also, make the dummy
23724 write explicit.
23725
23726 also fix the comment.
23727
23728 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
23729 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23730
23731 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
23732 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
23733 Date: Wed Oct 8 18:12:20 2008 -0500
23734
23735 Remove unwanted ';' at end of define.
23736
23737 Currently this is not creating any problem. But it will result
23738 in compilation error when used as below.
23739
23740 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
23741
23742 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
23743
23744 continuation of the theme based on git grep "^#define CFG_.*;$" include/
23745
23746 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23747
23748 commit b2934a56650e9a6c54432f9ce6dc36757967385e
23749 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
23750 Date: Mon Oct 6 10:53:59 2008 -0400
23751
23752 ARM DaVinci: Add maintainer information for SFFSDR board.
23753
23754 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
23755
23756 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
23757 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23758 Date: Sat Oct 4 19:26:16 2008 +0200
23759
23760 api: fix type mismatch
23761
23762 This patch fixes a type mismatch and thus removes a compiler
23763 warning when compiling with CONFIG_API on powerpc.
23764
23765 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23766
23767 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
23768 Author: Peter Tyser <ptyser@xes-inc.com>
23769 Date: Wed Oct 1 12:25:04 2008 -0500
23770
23771 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
23772
23773 Original code displayed:
23774 => help i2c
23775 i2c i2c speed [speed] - show or set I2C bus speed
23776 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
23777 ...
23778
23779 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23780
23781 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
23782 Author: Wolfgang Denk <wd@denx.de>
23783 Date: Tue Oct 14 22:13:41 2008 +0200
23784
23785 Update CHANGELOG
23786
23787 Signed-off-by: Wolfgang Denk <wd@denx.de>
23788
23789 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
23790 Author: Jason Jin <Jason.jin@freescale.com>
23791 Date: Fri Oct 10 11:41:01 2008 +0800
23792
23793 Do not init SATA when disabled on 8536DS.
23794
23795 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
23796 driver still try to access the SATA registers, the cpu will hangup.
23797 This patch try to fix this by reading the serdes status before the SATA
23798 initialize.
23799
23800 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23801 Acked-by: Andy Fleming <afleming@freescale.com>
23802
23803 commit 9dbc366744960013965fce8851035b6141f3b3ae
23804 Author: Remy Bohmer <linux@bohmer.net>
23805 Date: Fri Oct 10 10:23:22 2008 +0200
23806
23807 The PIPE_INTERRUPT flag is used wrong
23808
23809 At a lot of places in the code the PIPE_INTERRUPT flags and friends
23810 are used wrong. The wrong bits are compared to this flag resulting
23811 in wrong conditions. Also there are macros that should be used for
23812 PIPE_* flags.
23813 This patch tries to fix them all, however, I was not able to test the
23814 changes, because I do not have any of these boards.
23815
23816 Review required!
23817
23818 Signed-off-by: Remy Bohmer <linux@bohmer.net>
23819 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23820
23821 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
23822 Author: Remy Bohmer <linux@bohmer.net>
23823 Date: Fri Oct 10 10:23:21 2008 +0200
23824
23825 fix USB initialisation procedure
23826
23827 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
23828 At some places directly 8,16,32,64 was used instead of the encoded
23829 value. Made a enum for the options to make this more clear and to help
23830 preventing similar errors in the future.
23831
23832 After fixing this bug it became clear that another bug existed where
23833 the 'pipe' is and-ed with PIPE_* flags, where it should have been
23834 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
23835
23836 Also removed the triple 'get_device_descriptor' sequence, it has no use,
23837 and Windows nor Linux behaves that way.
23838 There is also a poll going on with a timeout when usb_control_msg() fails.
23839 However, the poll is useless, because the flag will never be set on a error,
23840 because there is no code that runs in a parallel that can set this flag.
23841 Changed this to something more logical.
23842
23843 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
23844 Linux is doing. There is no difference anymore in the early initialisation
23845 sequence.
23846
23847 Signed-off-by: Remy Bohmer <linux@bohmer.net>
23848 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23849
23850 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
23851 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
23852 Date: Fri Oct 3 00:03:55 2008 +0400
23853
23854 fsl_diu: fix alignment error that caused malloc corruption
23855
23856 When aligning malloc()ed screen_base, invalid offset was added.
23857 This not only caused misaligned result (which did not cause hardware
23858 misbehaviour), but - worse - caused screen_base + smem_len to
23859 be out of malloc()ed space, which in turn caused breakage of
23860 futher malloc()/free() operation.
23861
23862 This patch fixes screen_base alignment.
23863
23864 Also this patch makes memset() that cleans framebuffer to be executed
23865 on first initialization of diu, not only on re-initialization. It looks
23866 correct to clean the framebuffer instead of displaying random garbage;
23867 I believe that was disabled only because that memset caused breakage
23868 of malloc/free described above - which no longer happens with the fix
23869 described above.
23870
23871 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
23872
23873 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
23874 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23875 Date: Wed Sep 24 10:29:37 2008 +0200
23876
23877 api: Fix building with CONFIG_API
23878
23879 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
23880
23881 USB_MAX_STOR_DEV is defined in include/usb.h, but
23882 needed in api/api_storage.c.
23883
23884 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23885
23886 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
23887 Author: Peter Tyser <ptyser@xes-inc.com>
23888 Date: Tue Sep 23 12:39:40 2008 -0500
23889
23890 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
23891
23892 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23893
23894 commit 81e612014c40c922ec35488d17c504d4e9286f06
23895 Author: Peter Tyser <ptyser@xes-inc.com>
23896 Date: Tue Sep 23 12:38:42 2008 -0500
23897
23898 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
23899
23900 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
23901 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
23902 sensor drivers are not necessary
23903
23904 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23905
23906 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
23907 Author: Mike Frysinger <vapier@gentoo.org>
23908 Date: Tue Oct 14 07:04:38 2008 -0400
23909
23910 cmd_spi: remove broken signed casting for display
23911
23912 Since we're working with unsigned data, you can't apply a signed pointer
23913 cast and then attempt to print the result. Otherwise you get wrong output
23914 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
23915
23916 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23917
23918 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
23919 Author: Mike Frysinger <vapier@gentoo.org>
23920 Date: Tue Oct 14 07:05:24 2008 -0400
23921
23922 strings cmd: drop old CONFIG_CFG_STRINGS define
23923
23924 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
23925 CONFIG_CMD_STRINGS and Makefile control.
23926
23927 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23928
23929 commit fecb5ade3b37f62981f2b05b621005850173aaa9
23930 Author: Jason Jin <Jason.jin@freescale.com>
23931 Date: Fri Sep 19 17:32:49 2008 +0800
23932
23933 Fix the NAND size overflow issue.
23934
23935 When the total size of all NAND devices exceeds 4 GiB, the size will
23936 overflow. This patch tries to fix this.
23937
23938 Note that we still have a problem when a single NAND device is bigger
23939 than 4 GiB: then the overflow would actually happen earlier, i. e.
23940 when storing the size in nand_info[].size, as nand_info[].size is an
23941 "u_int32_t".
23942
23943 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23944 Signed-off-by: Wolfgang Denk <wd@denx.de>
23945
23946 commit 30f574717277238b9014b8136c90eea77196490f
23947 Author: Louis Su <louis@asix.com.tw>
23948 Date: Wed Jul 9 11:01:37 2008 +0800
23949
23950 AX88180: new gigabit network driver
23951
23952 Signed-off-by: Louis Su <louis@asix.com.tw>
23953 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23954
23955 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
23956 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
23957 Date: Tue Aug 19 16:07:03 2008 +0200
23958
23959 enable 10/100M at VSC8601 at tsec driver
23960
23961 Currently VSC8601 doesn't link with 10/100M partners if the
23962 EEPROM/Strapping is not set up.
23963 Setting the auto-neg register fixes this.
23964
23965 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
23966 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23967
23968 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
23969 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23970 Date: Tue Sep 30 15:02:53 2008 +0900
23971
23972 net: ne2000: Divided a function of NE2000 driver
23973
23974 get_prom function was used __attriute__ , but it is not enable.
23975 ax88796.o does not do link besides ne2000.o. When ld is carried
23976 out, get_prom function of ax88796.c is ignored.
23977 This problem is a thing by specifications of ld.
23978 I checked and test this patch on SuperH and MIPS.
23979
23980 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23981 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23982
23983 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
23984 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23985 Date: Tue Oct 14 11:10:59 2008 +0900
23986
23987 sh: rsk7203: Add smc911x driver support to board config file
23988
23989 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23990 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23991
23992 commit cae6f909baf86357b3c0bd01acfc414348c4d175
23993 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23994 Date: Thu Oct 9 13:54:33 2008 +0900
23995
23996 sh: Fix cannot execute a stand-alone application
23997
23998 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
23999
24000 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24001 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24002
24003 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
24004 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24005 Date: Wed Oct 8 23:38:00 2008 -0500
24006
24007 fsl_pci_init do not scan bus when configured as an end-point
24008
24009 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24010 Acked-by: Andy Fleming <afleming@freescale.com>
24011
24012 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
24013 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24014 Date: Tue Sep 16 17:07:53 2008 -0400
24015
24016 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
24017
24018 This is no longer necessary now that the GD_FLG_RELOC flag is set for
24019 all ARM boards.
24020
24021 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24022
24023 commit d977a57356657ba241256231efca32828a5822f9
24024 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
24025 Date: Sat Sep 13 10:04:32 2008 +0200
24026
24027 Fix lzma uncompress call (image_start wrongly used instead image_len)
24028
24029 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
24030
24031 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
24032 Author: Nick Spence <nick.spence@freescale.com>
24033 Date: Thu Aug 28 14:09:15 2008 -0700
24034
24035 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
24036
24037 This is needed in unlock_ram_in_cache() because it is called from C and
24038 will corrupt the small data area anchor that is kept in R2.
24039
24040 lock_ram_in_cache() is modified similarly as good coding practice, but
24041 is not called from C.
24042
24043 Signed-off-by: Nick Spence <nick.spence@freescale.com>
24044
24045 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
24046 Author: Kumar Gala <galak@kernel.crashing.org>
24047 Date: Tue Aug 19 15:05:34 2008 -0500
24048
24049 86xx: remove redudant code with lib_ppc/interrupts.c
24050
24051 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
24052 Not know how that happened, but there is no good reason for it.
24053
24054 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
24055 they exist.
24056
24057 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24058
24059 commit 0d01f66d235118515b5086b88f82498bc0695d6a
24060 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24061 Date: Thu Oct 9 01:26:36 2008 -0500
24062
24063 CFI: cfi_flash write fix for AMD legacy
24064
24065 The flash_unlock_seq requires a sector for AMD_LEGACY.
24066 Fix a retcode check typeo.
24067
24068 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24069 Signed-off-by: Stefan Roese <sr@denx.de>
24070
24071 commit 542b385a620a1783454a00424930e51895f45073
24072 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24073 Date: Tue Oct 7 13:13:10 2008 +0200
24074
24075 ppc4xx: Fix USB 2.0 phy reset sequence
24076
24077 This patch fixes USB 2.0 communication issues on some DU440 boards.
24078
24079 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24080 Signed-off-by: Stefan Roese <sr@denx.de>
24081
24082 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
24083 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24084 Date: Tue Oct 7 13:13:09 2008 +0200
24085
24086 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
24087
24088 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24089 Signed-off-by: Stefan Roese <sr@denx.de>
24090
24091 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
24092 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24093 Date: Tue Oct 7 13:13:08 2008 +0200
24094
24095 ppc4xx: Fix DU440 GPIO configuration
24096
24097 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24098 Signed-off-by: Stefan Roese <sr@denx.de>
24099
24100 commit 35dd025c70fcc4389317db2f2a9d14795172137d
24101 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24102 Date: Tue Oct 7 13:13:07 2008 +0200
24103
24104 ppc4xx: Update DU440 config
24105
24106 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24107 Signed-off-by: Stefan Roese <sr@denx.de>
24108
24109 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
24110 Author: Kumar Gala <galak@kernel.crashing.org>
24111 Date: Wed Oct 8 15:36:39 2008 -0500
24112
24113 MPC8572DS: Fix compile warnings
24114
24115 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
24116 compile warnings:
24117
24118 cmd_i2c.c:112: warning: missing braces around initializer
24119 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
24120
24121 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24122
24123 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
24124 Author: Wolfgang Grandegger <wg@grandegger.com>
24125 Date: Tue Sep 30 10:55:57 2008 +0200
24126
24127 85xx: Using proper I2C source clock divider for MPC8544
24128
24129 Measurements with our MPC8544 board showed that the I2C bus frequency
24130 is wrong by a factor of 1.5. Obviously, the interpretation of the
24131 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
24132 correct. There seems to be an error in the 8544 RM.
24133
24134 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
24135
24136 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
24137 Author: Rafal Czubak <rcz@semihalf.com>
24138 Date: Wed Oct 8 13:41:30 2008 +0200
24139
24140 FSL: Fix get_cpu_board_revision() return value.
24141
24142 get_cpu_board_revision() returned board revision based on information stored
24143 in global static struct eeprom. It should instead use one from local struct
24144 board_eeprom, to which the data is actually read from EEPROM. The bug led to
24145 system hang after printing L1 cache information on U-Boot startup. The problem
24146 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
24147 boards using CFG_I2C_EEPROM_CCID.
24148
24149 The change has been successfully tested on MPC8555CDS system.
24150
24151 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
24152
24153 commit 747f316cca484ed627a97dd3391febabce384186
24154 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24155 Date: Tue Sep 30 20:08:49 2008 +0200
24156
24157 update uImage FIT multi documentation
24158
24159 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24160
24161 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
24162 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24163 Date: Tue Sep 30 20:08:36 2008 +0200
24164
24165 move README.imx31 to doc/ and merge with README.mx31
24166
24167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24168
24169 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
24170 Author: Guennadi Liakhovetski <lg@denx.de>
24171 Date: Thu Sep 25 20:54:37 2008 +0200
24172
24173 i.MX31: switch to CFG_HZ=1000
24174
24175 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
24176 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
24177 provides 2% or 0.4% precision depending on the
24178 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
24179 boot-delay.
24180
24181 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24182
24183 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
24184 Author: gnusercn <gnusercn@gmail.com>
24185 Date: Wed Oct 8 18:58:58 2008 +0200
24186
24187 Fix bug: in arch-arm, env_get_char dose not work fine
24188
24189 due to the arm implementation which supposed that U-Boot is in RAM
24190 when we jump to start_armboot
24191
24192 Signed-off-by: gnusercn <gnusercn@gmail.com>
24193 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24194
24195 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
24196 Author: Adam Graham <agraham@amcc.com>
24197 Date: Mon Oct 6 10:16:13 2008 -0700
24198
24199 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
24200
24201 After changing SDRAM_CLKTR phase value rerun the memory preload
24202 initialization sequence (INITPLR) to reset and relock the memory
24203 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
24204 adjustment effects the phase relationship of the internal, to the
24205 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
24206
24207 Signed-off-by: Adam Graham <agraham@amcc.com>
24208 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
24209 Signed-off-by: Stefan Roese <sr@denx.de>
24210
24211 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
24212 Author: Haiying Wang <Haiying.Wang@freescale.com>
24213 Date: Fri Oct 3 11:48:03 2008 -0400
24214
24215 Remove redundant #define for MPC8536DS
24216
24217 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24218
24219 commit 445a7b38308eb05b41de74165b20855db58c7ee5
24220 Author: Haiying Wang <Haiying.Wang@freescale.com>
24221 Date: Fri Oct 3 11:47:30 2008 -0400
24222
24223 Add ID EEPROM support for MPC8572DS
24224
24225 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
24226 system information like mac addresses etc. This patch enables it.
24227
24228 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24229
24230 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
24231 Author: Haiying Wang <Haiying.Wang@freescale.com>
24232 Date: Fri Oct 3 11:46:59 2008 -0400
24233
24234 Minor fixes for I2C address on MPC8572DS
24235
24236 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
24237 according to the board spec, and adds the 2nd i2c bus offset.
24238
24239 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24240
24241 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
24242 Author: Jason Jin <Jason.jin@freescale.com>
24243 Date: Sat Sep 27 14:40:57 2008 +0800
24244
24245 Fix the incorrect DDR clk freq reporting on 8536DS
24246
24247 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
24248 The display is still sync mode DDR freq. This patch try to fix
24249 this. The display DDR freq is now the actual freq in both
24250 sync and async mode.
24251
24252 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24253
24254 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
24255 Author: Kumar Gala <galak@kernel.crashing.org>
24256 Date: Tue Oct 7 10:28:46 2008 -0500
24257
24258 85xx: Remove setting of *cache-line-size in device trees
24259
24260 ePAPR says if the *cache-block-size is the same as *cache-line-size
24261 than we don't need the *cache-line-size property.
24262
24263 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24264
24265 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
24266 Author: Mark Jackson <mpfj@mimc.co.uk>
24267 Date: Fri Oct 3 11:48:57 2008 +0100
24268
24269 MIMC200 board now uses CONFIG_DISABLE_CONSOLE
24270
24271 Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
24272 Also fixed default uImage location.
24273
24274 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
24275 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24276
24277 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
24278 Author: Gerald Van Baren <vanbaren@cideas.com>
24279 Date: Sat Oct 4 07:56:06 2008 -0400
24280
24281 libfdt: Fix error in documentation for fdt_get_alias_namelen()
24282
24283 Oops, screwed up the function name in the documenting comment for this
24284 function. Trivial correction in this patch.
24285
24286 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24287 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24288
24289 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
24290 Author: David Gibson <david@gibson.dropbear.id.au>
24291 Date: Wed Aug 20 16:55:14 2008 +1000
24292
24293 libfdt: Add function to explicitly expand aliases
24294
24295 Kumar has already added alias expansion to fdt_path_offset().
24296 However, in some circumstances it may be convenient for the user of
24297 libfdt to explicitly get the string expansion of an alias. This patch
24298 adds a function to do this, fdt_get_alias(), and uses it to implement
24299 fdt_path_offset().
24300
24301 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24302
24303 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
24304 Author: Mike Frysinger <vapier@gentoo.org>
24305 Date: Thu Oct 2 01:55:38 2008 -0400
24306
24307 cfi_flash: do not reset flash when probe fails
24308
24309 The CFI flash driver starts at flash_init() which calls down into
24310 flash_get_size(). This starts by calling flash_detect_cfi(). If said
24311 function fails, flash_get_size() finishes by attempting to reset the
24312 flash. Unfortunately, it does this with an info->portwidth set to 0x10
24313 which filters down into flash_make_cmd() and that happily smashes the
24314 stack by sticking info->portwidth bytes into a cfiword_t variable that
24315 lives on the stack. On a 64bit system you probably won't notice, but
24316 killing the last 8 bytes on a 32bit system usually leads to a corrupt
24317 return address. Which is what happens on a Blackfin system.
24318
24319 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24320 Signed-off-by: Stefan Roese <sr@denx.de>
24321
24322 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
24323 Author: Stefan Roese <sr@denx.de>
24324 Date: Fri Sep 26 17:03:26 2008 +0200
24325
24326 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
24327
24328 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
24329 Without this, the chosen node is not overwritten if it already
24330 exists.
24331
24332 Signed-off-by: Stefan Roese <sr@denx.de>
24333
24334 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
24335 Author: Jon Loeliger <jdl@freescale.com>
24336 Date: Thu Sep 25 11:02:17 2008 -0500
24337
24338 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
24339
24340 Using Gcc 4.3 detected this problem:
24341
24342 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
24343 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
24344 occur when assuming that (X + c) < X is always false
24345
24346 To fix the problem, treat the offset as an unsigned int.
24347
24348 The problem report and proposed fix were provided
24349 by Steve Papacharalambous <stevep@freescale.com>.
24350
24351 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24352
24353 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
24354 Author: David Gibson <david@gibson.dropbear.id.au>
24355 Date: Fri Aug 29 14:19:13 2008 +1000
24356
24357 libfdt: Fix bugs in fdt_get_path()
24358
24359 The current implementation of fdt_get_path() has a couple of bugs,
24360 fixed by this patch.
24361
24362 First, contrary to its documentation, on success it returns the length
24363 of the node's path, rather than 0. The testcase is correspondingly
24364 wrong, and the patch fixes this as well.
24365
24366 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
24367 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
24368 Specifically this happens when there is insufficient space even to
24369 hold the path's second last component. This behaviour is corrected,
24370 and the testcase updated to check it.
24371
24372 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24373
24374 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
24375 Author: Wolfgang Denk <wd@denx.de>
24376 Date: Wed Oct 1 12:34:58 2008 +0200
24377
24378 TQM5200: enable support for ATAPI devices
24379
24380 Signed-off-by: Wolfgang Denk <wd@denx.de>
24381
24382 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
24383 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24384 Date: Mon Sep 15 05:48:25 2008 +0200
24385
24386 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
24387
24388 we need this due to the arm implementation which supposed that U-Boot
24389 is in RAM when we jump to start_armboot
24390
24391 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
24392 in order to do it for all arm board
24393
24394 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24395
24396 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
24397 Author: Kim Phillips <kim.phillips@freescale.com>
24398 Date: Wed Sep 24 08:46:25 2008 -0500
24399
24400 mpc83xx: don't disable autoboot
24401
24402 bootdelay set to -1 'permanently' disables autobooting, even if
24403 bootcmd is specified. Change to a positive value to allow
24404 autobooting when a bootcmd is set.
24405
24406 Reported-by: Coray Tate <Coray.Tate@freescale.com>
24407 Cc: Scott Wood <scottwood@freescale.com>
24408 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24409
24410 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
24411 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24412 Date: Wed Sep 24 10:42:15 2008 +0900
24413
24414 mpc83xx: Fix typo in include/mpc83xx.h
24415
24416 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
24417
24418 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24419 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24420
24421 commit 162c41c03179727a1d14262f703c9a8bc40231fa
24422 Author: Kim Phillips <kim.phillips@freescale.com>
24423 Date: Tue Sep 23 09:38:49 2008 -0500
24424
24425 mpc83xx: add h/w flash protection to board configs
24426
24427 the operating system may leave flash in a h/w locked state after writing.
24428 This allows u-boot to continue to write flash by enabling h/w unlocking
24429 by default.
24430
24431 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24432
24433 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
24434 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24435 Date: Thu Sep 11 21:35:36 2008 +0400
24436
24437 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
24438
24439 The spd_dram code shifts the base address, then masks 20 bits, but
24440 forgets to shift the base address back. Fix this by just masking the
24441 base address correctly.
24442
24443 Found this bug while trying to relocate a DDR memory at the base != 0.
24444
24445 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24446 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24447
24448 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
24449 Author: Stefan Roese <sr@denx.de>
24450 Date: Mon Sep 22 16:10:43 2008 +0200
24451
24452 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
24453
24454 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
24455 either one PCIe node or the SATA node in the device tree blob. This
24456 patch removes the unnecessary and even confusing warning, when the node
24457 is not found at all.
24458
24459 Signed-off-by: Stefan Roese <sr@denx.de>
24460
24461 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
24462 Author: Remy Bohmer <linux@bohmer.net>
24463 Date: Fri Sep 19 13:30:06 2008 +0200
24464
24465 Add missing device types to dev_print() in part.c
24466
24467 Signed-off-by: Remy Bohmer <linux@bohmer.net>
24468
24469 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
24470 Author: Wolfgang Denk <wd@denx.de>
24471 Date: Mon Sep 22 22:23:06 2008 +0200
24472
24473 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
24474 eventually leads to a machine check. This change assures that DPRAM
24475 is allocated only once in that case.
24476
24477 Signed-off-by: Gary Jennejohn <garyj@denx.de>
24478 Signed-off-by: Wolfgang Denk <wd@denx.de>
24479
24480 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
24481 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
24482 Date: Wed Sep 17 17:57:34 2008 +0200
24483
24484 Fix Spartan-3 definitions.
24485
24486 A few Spartan-3 definitions erroneously use Spartan-3E size
24487 constants. This patch fixes them.
24488
24489 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
24490
24491 commit 28113e1f0da4146b823ffce37680d31d5685a60b
24492 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
24493 Date: Wed Sep 17 17:41:58 2008 +0200
24494
24495 Remove duplicate Spartan-3E definition.
24496
24497 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
24498 Signed-off-by: Wolfgang Denk <wd@denx.de>
24499
24500 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
24501 Author: Anatolij Gustschin <agust@denx.de>
24502 Date: Wed Sep 17 13:46:17 2008 +0200
24503
24504 socrates: change default mtest address range
24505
24506 Running mtest command on socrates without specifying
24507 an address range crashes the board. This patch changes
24508 default mtest address range to prevent this behavior.
24509
24510 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24511
24512 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
24513 Author: Anatolij Gustschin <agust@denx.de>
24514 Date: Wed Sep 17 12:34:45 2008 +0200
24515
24516 socrates: fix crash after relocation
24517
24518 Currently U-Boot crashes after relocation to RAM.
24519 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
24520 register to READ_LAT + 1 (to the value it was before
24521 conversion of socrates to new DDR code) fixes the
24522 problem.
24523
24524 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24525
24526 commit 562788b0a303f3528b920d81f547f5ca77ba528e
24527 Author: Anatolij Gustschin <agust@denx.de>
24528 Date: Wed Sep 17 11:45:51 2008 +0200
24529
24530 socrates: fix SPD EEPROM address
24531
24532 Commit be0bd8234b9777ecd63c4c686f72af070d886517
24533 changed SPD EEPROM address to 0x51 and DDR SDRAM
24534 detection stopped working. Change this address
24535 back to 0x50.
24536
24537 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24538
24539 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
24540 Author: Stefan Roese <sr@denx.de>
24541 Date: Mon Sep 22 11:06:50 2008 +0200
24542
24543 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
24544
24545 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
24546
24547 Signed-off-by: Stefan Roese <sr@denx.de>
24548
24549 commit e58c41e26cf3c8accd60311be579f452e368e97e
24550 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24551 Date: Thu Sep 18 20:13:08 2008 +0900
24552
24553 usb: Fix compile warning of r8a66597-hcd
24554
24555 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24556 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24557
24558 commit b5d10a13525c07ec6374adf840d7c87553b5f189
24559 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24560 Date: Thu Sep 18 19:34:36 2008 +0900
24561
24562 sh: Fix compile warning
24563
24564 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24565
24566 commit 4a065abf926f128beb36d93449defa0d690e7fef
24567 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24568 Date: Thu Sep 18 19:04:26 2008 +0900
24569
24570 sh: Add support watchdog for SH4A core
24571
24572 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
24573 And fix some compile warning.
24574
24575 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24576
24577 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
24578 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24579 Date: Wed Sep 17 11:45:26 2008 +0900
24580
24581 sh: Fix typo in SH serial driver
24582
24583 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24584 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24585
24586 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
24587 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24588 Date: Wed Sep 17 11:08:36 2008 +0900
24589
24590 sh: Add support any page size and empty_zero_page to SH Linux uImage
24591
24592 Old U-Boot supported 4KB page size only. If this version, Linux
24593 kernel can not get command line from U-Boot.
24594 SH Linux kernel can change page size and empty_zero_page.
24595 This patch support this function and fix promlem.
24596
24597 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24598 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24599
24600 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
24601 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24602 Date: Thu Aug 28 13:40:52 2008 +0900
24603
24604 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
24605
24606 Add function of smc911x, pkt_data_pull and pkt_data_push.
24607
24608 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24609 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24610
24611 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
24612 Author: Wolfgang Denk <wd@denx.de>
24613 Date: Thu Sep 18 13:57:32 2008 +0200
24614
24615 ADS5121: fix typo in "rootpath" default setting
24616
24617 Signed-off-by: Wolfgang Denk <wd@denx.de>
24618
24619 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
24620 Author: Remy Bohmer <linux@bohmer.net>
24621 Date: Tue Sep 16 14:55:44 2008 +0200
24622
24623 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
24624
24625 There are several differences between Linux, Windows and U-boot for initialising the
24626 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
24627 things really different, and some are wrong (compared to the USB standard).
24628
24629 This patch fixes some errors:
24630 * The NEW_init procedure that was already in the code is good, while the old procedure
24631 is wrong. See code comments for more info.
24632 * On a Control request the data returned by the device can be more than 8 bytes, while
24633 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
24634 This results in a lot of USB sticks not being recognised, and the transmission ended
24635 frequently with a CTL:TIMEOUT Error.
24636 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
24637
24638 Signed-off-by: Remy Bohmer <linux@bohmer.net>
24639 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24640
24641 commit 6f5794a6f78b313231256958fd73673c6aacc116
24642 Author: Remy Bohmer <linux@bohmer.net>
24643 Date: Tue Sep 16 14:55:43 2008 +0200
24644
24645 Refactoring parts of the common USB OHCI code
24646
24647 This patch refactors some large routines of the USB OHCI code by
24648 making some routines smaller and more readable which helps
24649 debugging and understanding the code. (Makes the code looks
24650 somewhat more like the Linux implementation.)
24651
24652 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
24653
24654 Signed-off-by: Remy Bohmer <linux@bohmer.net>
24655 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24656
24657 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
24658 Author: Remy Bohmer <linux@bohmer.net>
24659 Date: Tue Sep 16 14:55:42 2008 +0200
24660
24661 Fix for USB sticks not working on ARM while using GCC 4.x compilers
24662
24663 The GCC-compiler makes an optimisation error while optimising the routine
24664 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
24665 but there lots of compilers out there that makes this error, that it is
24666 probably wiser to workaround it in U-boot itself.
24667
24668 What happens is that the register r3 is used as loop-counter 'i', but gets
24669 overwritten later on. From there it starts using register r3 for several other
24670 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
24671
24672 This error occurs on at least several versions of Code Sourcery Lite compilers
24673 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
24674 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
24675
24676 We work around it by splitting up this routine in 2 parts, and making sure that
24677 the split out part is NOT inlined any longer. This will make GCC spit out assembler
24678 that do not show this problem. Another possibility is to adapt the Makefile to stop
24679 optimisation for the complete file. I think this solution is nicer.
24680
24681 Signed-off-by: Remy Bohmer <linux@bohmer.net>
24682 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24683
24684 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
24685 Author: Wolfgang Denk <wd@denx.de>
24686 Date: Wed Sep 17 10:17:55 2008 +0200
24687
24688 Coding style cleanup; update CHANEGLOG
24689
24690 Signed-off-by: Wolfgang Denk <wd@denx.de>
24691
24692 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
24693 Author: Victor Gallardo <vgallardo@amcc.com>
24694 Date: Tue Sep 16 06:59:13 2008 -0700
24695
24696 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
24697
24698 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
24699 Signed-off-by: Adam Graham <agraham@amcc.com>
24700 Signed-off-by: Stefan Roese <sr@denx.de>
24701
24702 commit ce47eb402c5e29a025399dc282246414fc492940
24703 Author: Peter Tyser <ptyser@xes-inc.com>
24704 Date: Tue Sep 16 10:04:47 2008 -0500
24705
24706 Support for multiple SGMII/TBI interfaces for TSEC ethernet
24707
24708 Fix TBI PHY accesses to use the proper offset in CPU register space. The
24709 previous code would incorrectly access the TBI PHY by reading/writing to CPU
24710 register space at the same location as would be used to access external PHYs.
24711
24712 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24713 Acked-by: Andy Fleming <afleming@freescale.com>
24714
24715 commit 7c803be2eb3cae245dedda438776e08fb122250f
24716 Author: Wolfgang Denk <wd@denx.de>
24717 Date: Tue Sep 16 18:02:19 2008 +0200
24718
24719 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
24720
24721 After switching to using the CFI flash driver, the correct remapping
24722 of the flash banks was forgotten.
24723
24724 Also, some boards were not adapted, and the old legacy flash driver
24725 was not removed yet.
24726
24727 Signed-off-by: Wolfgang Denk <wd@denx.de>
24728
24729 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
24730 Author: Wolfgang Denk <wd@denx.de>
24731 Date: Sun Sep 14 00:59:35 2008 +0200
24732
24733 Prepare v2008.10-rc2
24734
24735 Signed-off-by: Wolfgang Denk <wd@denx.de>
24736
24737 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
24738 Author: Wolfgang Denk <wd@denx.de>
24739 Date: Sat Sep 13 02:23:05 2008 +0200
24740
24741 Coding style cleanup, update CHANGELOG
24742
24743 Signed-off-by: Wolfgang Denk <wd@denx.de>
24744
24745 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
24746 Author: Peter Tyser <ptyser@xes-inc.com>
24747 Date: Wed Sep 10 09:18:34 2008 -0500
24748
24749 Update mailing list email and archive addresses
24750
24751 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24752
24753 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
24754 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
24755 Date: Thu Sep 11 15:40:01 2008 +0200
24756
24757 85xx: socrates: autoprobe Lime chip
24758
24759 This patch is an attempt to implement autoprobing for the Lime
24760 presence on the bus.
24761 Configure GPCM for Lime CS2 and try to access chip ID registers.
24762 Second read atempt delivers register values if the chip is present.
24763
24764 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24765
24766 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
24767 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
24768 Date: Thu Sep 11 15:40:01 2008 +0200
24769
24770 85xx: socrates: Add support for new image format.
24771
24772 Signed-off-by: Detlev Zundel <dzu@denx.de>
24773
24774 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
24775 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24776 Date: Thu Sep 11 17:28:18 2008 +0900
24777
24778 sh: Fix compile error for r2dplus
24779
24780 netdev.h was not include by r2dplus.
24781
24782 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24783
24784 commit 56844a22b76c719e600047e23b80465a44d76abd
24785 Author: Heiko Schocher <hs@denx.de>
24786 Date: Thu Sep 11 08:11:23 2008 +0200
24787
24788 powerpc: Fix bootm to boot up again with a Ramdisk
24789
24790 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
24791 and this stopped Linux from booting with a Ramdisk. This patch fixes
24792 this, by deleting the useless dummy mem reservation.
24793
24794 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
24795 added to of_size, so we dont need anymore a dummy mem reservation.
24796
24797 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
24798 system (=0x44 bytes) and rounded it up to 0x80).
24799
24800 Signed-off-by: Heiko Schocher <hs@denx.de>
24801 Acked-by: Kumar Gala <galak@kernel.crashing.org>
24802
24803 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
24804 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
24805 Date: Mon Sep 8 02:46:13 2008 +0200
24806
24807 Add support for LZMA uncompression algorithm.
24808
24809 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
24810 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24811
24812 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
24813 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24814 Date: Fri Jun 27 23:04:20 2008 +0400
24815
24816 fsl_elbc_nand: ecclayout cleanups
24817
24818 This patch deletes oobavail assignments, they're calculated by the nand
24819 core code in nand_scan_tail, plus current oobavail values are wrong for
24820 the LP NANDs.
24821
24822 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24823 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
24824 Signed-off-by: Scott Wood <scottwood@freescale.com>
24825
24826 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
24827 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24828 Date: Fri Jun 27 23:04:13 2008 +0400
24829
24830 fsl_elbc_nand: implement support for flash-based BBT
24831
24832 This patch implements support for flash-based BBT for chips working
24833 through ELBC NAND controller, so that NAND core will not have to re-scan
24834 for bad blocks on every boot.
24835
24836 Because ELBC controller may provide HW-generated ECCs we should adjust
24837 bbt pattern and bbt version positions in the OOB free area.
24838
24839 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24840 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
24841 Signed-off-by: Scott Wood <scottwood@freescale.com>
24842
24843 commit 97ae023648e764f794ffb9c52da109d6caf09c47
24844 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24845 Date: Fri Jun 27 23:04:04 2008 +0400
24846
24847 fsl_elbc_nand: fix OOB workability for large page NAND chips
24848
24849 For large page chips, nand_bbt is looking into OOB area, and checking
24850 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
24851 reserved for bbt means.
24852
24853 But ELBC driver is specifying ecclayout so that oobfree area starts at
24854 offset 1, so only one byte left for the bbt purposes.
24855
24856 This causes problems with any OOB users, namely JFFS2: after first mount
24857 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
24858
24859 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
24860 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
24861 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
24862 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
24863
24864 And on the next boot, NAND core will rescan for bad blocks, then will
24865 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
24866
24867 To fix the issue we should implement our own bad block pattern: just one
24868 byte at OOB start. Though, this will work only for x8 chips. For x16
24869 chips two bytes must be checked. Since ELBC driver does not support x16
24870 NANDs (yet), we're safe for now.
24871
24872 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24873 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
24874 Signed-off-by: Scott Wood <scottwood@freescale.com>
24875
24876 commit 7238ada313057a85409485b8ee21515dc10c07a5
24877 Author: Wolfgang Denk <wd@denx.de>
24878 Date: Fri Sep 12 13:52:21 2008 +0200
24879
24880 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
24881
24882 Signed-off-by: Wolfgang Denk <wd@denx.de>
24883
24884 commit b18410e508a12ba0a177dfc2a386857c806fa96d
24885 Author: Stefan Roese <sr@denx.de>
24886 Date: Thu Sep 11 13:05:56 2008 +0200
24887
24888 ppc4xx: Enable device tree (FDT) support in zeus board port
24889
24890 Signed-off-by: Stefan Roese <sr@denx.de>
24891
24892 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
24893 Author: Stefan Roese <sr@denx.de>
24894 Date: Wed Sep 10 16:53:47 2008 +0200
24895
24896 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
24897
24898 This patch fixes a problem introdiced with patch
24899 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
24900 initdram()].
24901
24902 The boards affected are:
24903 - PCI405
24904 - PPChameleonEVB
24905 - quad100hd
24906 - taihu
24907 - zeus
24908
24909 Signed-off-by: Stefan Roese <sr@denx.de>
24910
24911 commit 61737c59a3285f6fadf96a5836879898c04ec28d
24912 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24913 Date: Thu Sep 11 19:41:26 2008 -0400
24914
24915 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
24916
24917 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24918 Signed-off-by: Stefan Roese <sr@denx.de>
24919
24920 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
24921 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24922 Date: Thu Sep 11 19:41:25 2008 -0400
24923
24924 ppc4xx: Fix compilation of v5fx30teval_flash
24925
24926 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24927 Signed-off-by: Stefan Roese <sr@denx.de>
24928
24929 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
24930 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24931 Date: Wed Sep 10 17:44:30 2008 -0400
24932
24933 ppc4xx: Fix in-tree build for ppc440-generic boards
24934
24935 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
24936 Signed-off-by: Stefan Roese <sr@denx.de>
24937
24938 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
24939 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24940 Date: Fri Sep 12 02:20:47 2008 +0200
24941
24942 ARM: synchronize mach-types.h with linux 2.6.27-rc6
24943
24944 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24945
24946 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
24947 Author: Jens Scharsig <esw@bus-elektronik.de>
24948 Date: Fri Sep 12 02:20:47 2008 +0200
24949
24950 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
24951
24952 This patch prevents linker error on AT91RM9200 boards, if
24953 CONFIG_CMD_I2_TREE is set.
24954 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
24955
24956 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
24957
24958 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
24959 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24960 Date: Fri Sep 12 02:20:47 2008 +0200
24961
24962 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
24963
24964 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
24965
24966 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24967
24968 commit 03db53335c8eba656a7c44d1555b1a4514383e33
24969 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24970 Date: Fri Sep 12 02:20:46 2008 +0200
24971
24972 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
24973
24974 __ARM__ is given by arm_config.mk automatically.
24975
24976 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24977
24978 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
24979 Author: Claudio Scordino <claudio@evidence.eu.com>
24980 Date: Fri Sep 12 02:20:46 2008 +0200
24981
24982 Fix MACH_TYPE for the AT91RM9200DK board.
24983
24984 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
24985
24986 commit 274737e5eb25b2bcd3af3a96da923effd543284f
24987 Author: Andrew Dyer <adyer@righthandtech.com>
24988 Date: Fri Sep 12 02:20:46 2008 +0200
24989
24990 i.mx change get_timer(base) to return time since base
24991
24992 This patch changes get_timer() for i.MX to return the time since
24993 'base' instead of the time since the counter was at zero.
24994
24995 Symptom seen is flash timeout errors when erasing or programming a
24996 sector using the common cfi flash code.
24997
24998 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
24999
25000 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
25001 Author: Andrew Dyer <adyer@righthandtech.com>
25002 Date: Fri Sep 12 02:20:46 2008 +0200
25003
25004 i.MX use u-boot baud rate and don't assume UART master clock
25005
25006 1) Change the i.MX serial driver to use the baud rate set in the
25007 u-boot environment
25008
25009 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
25010
25011 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
25012 one to clear" like other status bits in the reg.)
25013
25014 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
25015
25016 commit 6e1551a870d360805b9d172dc56d935064abe71d
25017 Author: Andrew Dyer <adyer@righthandtech.com>
25018 Date: Fri Sep 12 02:20:46 2008 +0200
25019
25020 arm920t fix constant error in start.S
25021
25022 Code in cpu/arm920t/start.S will die with a compilation error if
25023 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
25024 the ARM sub instruction. Change the code so that each is subtracted
25025 independently to avoid the error.
25026
25027 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
25028
25029 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
25030 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25031 Date: Fri Sep 12 02:20:40 2008 +0200
25032
25033 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
25034
25035 - Correct Invalid #define of MPUTIM_PTV_MASK for
25036 omap1510 & omap730 register definition
25037
25038 MPUTIM_PTV_MASK is defined as
25039 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
25040
25041 while it should have been
25042 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
25043
25044 - Below Patch corrects the same
25045
25046 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
25047
25048 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
25049 Author: Adrian Filipi <adrian.filipi@eurotech.com>
25050 Date: Fri Jul 18 11:52:02 2008 -0400
25051
25052 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
25053
25054 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
25055
25056 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
25057 Author: Guennadi Liakhovetski <lg@denx.de>
25058 Date: Thu Aug 28 12:25:11 2008 +0200
25059
25060 i.MX31: document timer precision option
25061
25062 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25063
25064 commit 1a6337b01351b82a45b0defa76f08744511c580b
25065 Author: Magnus Lilja <lilja.magnus@gmail.com>
25066 Date: Fri Aug 29 10:36:18 2008 +0200
25067
25068 i.MX31: Make the SPI bus and chip select configurable for MC13783
25069
25070 The i.MX31 has three SPI buses and each bus has several chip selects
25071 and the MC13783 chip can be connected to any of these. The current
25072 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
25073
25074 This patch makes make MC13783 SPI bus and chip select configurable
25075 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
25076
25077 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25078
25079 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
25080 Author: Magnus Lilja <lilja.magnus@gmail.com>
25081 Date: Fri Aug 29 10:36:17 2008 +0200
25082
25083 i.MX31: Add reset_timer() and modify get_timer_masked().
25084
25085 This patch adds the reset_timer() function (needed by nand_base.c) and
25086 modifies the get_timer_masked() to work in the same way as the omap24xx
25087 function.
25088
25089 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25090
25091 commit deeec4991a55de243787002ede24d2331d234fc8
25092 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25093 Date: Wed Sep 10 22:48:09 2008 +0200
25094
25095 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
25096
25097 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25098
25099 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
25100 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25101 Date: Wed Sep 10 22:48:09 2008 +0200
25102
25103 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
25104
25105 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25106
25107 commit 0e8d158664a913392cb01fb11a948d83f72e105e
25108 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25109 Date: Wed Sep 10 22:48:06 2008 +0200
25110
25111 rename CFG_ENV macros to CONFIG_ENV
25112
25113 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25114
25115 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
25116 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25117 Date: Wed Sep 10 22:48:05 2008 +0200
25118
25119 nvedit: rename error comment to CONFIG_ENV_IS_IN_
25120
25121 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25122
25123 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
25124 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25125 Date: Wed Sep 10 22:48:05 2008 +0200
25126
25127 cmd_mem: Move conditional compilation to Makefile
25128
25129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25130
25131 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
25132 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25133 Date: Wed Sep 10 22:48:05 2008 +0200
25134
25135 move cmd_get_data_size to command.c
25136
25137 add CMD_DATA_SIZE macro to enable it
25138
25139 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25140
25141 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
25142 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25143 Date: Wed Sep 10 22:48:04 2008 +0200
25144
25145 env_flash: Move conditional compilation to Makefile
25146
25147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25148
25149 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
25150 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25151 Date: Wed Sep 10 22:48:04 2008 +0200
25152
25153 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
25154
25155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25156
25157 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
25158 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25159 Date: Wed Sep 10 22:48:03 2008 +0200
25160
25161 cleanup use of CFG_ENV_IS_IN_FLASH
25162
25163 - #if CFG_ENV_IS_IN_FLASH
25164 - #if (CFG_ENV_IS_IN_FLASH == 1)
25165 - #define CFG_ENV_IS_IN_FLASH 0
25166
25167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25168
25169 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
25170 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25171 Date: Wed Sep 10 22:48:01 2008 +0200
25172
25173 rename environment.c in env_embedded.c to reflect is functionality
25174
25175 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25176
25177 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
25178 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25179 Date: Wed Sep 10 22:48:01 2008 +0200
25180
25181 env_nowhere: Move conditional compilation to Makefile
25182
25183 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25184
25185 commit 93f6d72544da4510a146bc4c93d609b0116cde37
25186 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25187 Date: Wed Sep 10 22:48:00 2008 +0200
25188
25189 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
25190
25191 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25192
25193 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
25194 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25195 Date: Wed Sep 10 22:48:00 2008 +0200
25196
25197 env_sf: Move conditional compilation to Makefile
25198
25199 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25200
25201 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
25202 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25203 Date: Wed Sep 10 22:48:00 2008 +0200
25204
25205 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
25206
25207 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25208
25209 commit 55c5f49910ec8225347aa1d211352a84de6649b4
25210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25211 Date: Wed Sep 10 22:48:00 2008 +0200
25212
25213 env_onenand: Move conditional compilation to Makefile
25214
25215 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25216
25217 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
25218 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25219 Date: Wed Sep 10 22:47:59 2008 +0200
25220
25221 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
25222
25223 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25224
25225 commit 957a0e69575683efd70ace147746bbb3d8e7c501
25226 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25227 Date: Wed Sep 10 22:47:59 2008 +0200
25228
25229 env_nvram: Move conditional compilation to Makefile
25230
25231 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25232
25233 commit 9314cee6917444ab88bd4e758da7a30975120187
25234 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25235 Date: Wed Sep 10 22:47:59 2008 +0200
25236
25237 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
25238
25239 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25240
25241 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
25242 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25243 Date: Wed Sep 10 22:47:59 2008 +0200
25244
25245 env_nand: Move conditional compilation to Makefile
25246
25247 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25248
25249 commit 51bfee192099206a4397f15f3b93516e01f58ab0
25250 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25251 Date: Wed Sep 10 22:47:58 2008 +0200
25252
25253 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
25254
25255 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25256
25257 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
25258 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25259 Date: Wed Sep 10 22:47:58 2008 +0200
25260
25261 env_dataflash: Move conditional compilation to Makefile
25262
25263 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25264
25265 commit 057c849c45b9ee19df8ff3acdeee66be52819962
25266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25267 Date: Wed Sep 10 22:47:58 2008 +0200
25268
25269 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
25270
25271 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25272
25273 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
25274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25275 Date: Wed Sep 10 22:47:52 2008 +0200
25276
25277 cmd_eeprom: Move conditional compilation to Makefile
25278
25279 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25280
25281 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
25282 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25283 Date: Fri Sep 5 09:19:54 2008 +0200
25284
25285 env_eeprom: Move conditional compilation to Makefile
25286
25287 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25288
25289 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
25290 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25291 Date: Fri Sep 5 09:19:30 2008 +0200
25292
25293 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
25294
25295 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25296
25297 commit 32628c5008105a732212003d83b75f05e5243bb2
25298 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25299 Date: Sat Aug 30 23:54:58 2008 +0200
25300
25301 cmd_mac: Move conditional compilation to Makefile
25302
25303 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
25304 start in commit ad8f8687b78c3e917b173f038926695383c55555
25305
25306 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25307
25308 commit e5648acab153f0f429bfc714902c5aaa7879f71b
25309 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25310 Date: Sat Aug 30 23:47:41 2008 +0200
25311
25312 cmd_fdc: Move conditional compilation to Makefile
25313
25314 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25315
25316 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
25317 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25318 Date: Sat Aug 30 23:47:38 2008 +0200
25319
25320 common/Makefile: add core command section
25321
25322 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25323
25324 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
25325 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25326 Date: Sat Aug 30 23:29:57 2008 +0200
25327
25328 cmd_vfd: Move conditional compilation to Makefile
25329
25330 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25331
25332 commit 6644641d072aee3087da129d8443187196a4d8a9
25333 Author: Scott Wood <scottwood@freescale.com>
25334 Date: Wed Sep 10 11:48:49 2008 -0500
25335
25336 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
25337
25338 This is part of the switch to newer upstream MTD code.
25339
25340 Signed-off-by: Scott Wood <scottwood@freescale.com>
25341
25342 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
25343 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25344 Date: Sat Aug 30 17:06:55 2008 -0400
25345
25346 ARM DaVinci: Fix broken HW ECC for large page NAND.
25347
25348 Based on original patch by Bernard Blackham <bernard@largestprime.net>
25349
25350 U-boot's HW ECC support for large page NAND on Davinci is completely
25351 broken. Some kernels, such as the 2.6.10 one supported by
25352 MontaVista for DaVinci, rely upon this broken behaviour as they
25353 share the same code for ECCs. In the existing scheme, error
25354 detection *might* work on large page, but error correction
25355 definitely does not. Small page ECC correction works, but the
25356 format is not compatible with the mainline git kernel.
25357
25358 This patch adds ECC code that matches what is currently in the
25359 Davinci git repository (since NAND support was added in 2.6.24).
25360 This makes the ECC and OOB layout written by u-boot compatible with
25361 Linux for both small page and large page devices and fixes ECC
25362 correction for large page devices.
25363
25364 The old behaviour can be restored by defining the macro
25365 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
25366
25367 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25368 Acked-by: Sergey Kubushyn <ksi@koi8.net>
25369 Signed-off-by: Scott Wood <scottwood@freescale.com>
25370
25371 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
25372 Author: Heiko Schocher <hs@denx.de>
25373 Date: Wed Sep 10 11:15:28 2008 +0200
25374
25375 muas3001: update BR4 settings
25376
25377 Also set up the port pins for using I2C.
25378
25379 Signed-off-by: Heiko Schocher <hs@denx.de>
25380
25381 commit 3591293509e0c0bcf244b0f974775bff2e25697e
25382 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
25383 Date: Wed Sep 10 09:43:49 2008 +0300
25384
25385 autoscr: Fix one-character lines and non-newline terminated scripts
25386
25387 When not using hush, the autoscr command now executes lines that are
25388 only one character long. It also runs the last line of scripts even if
25389 it does not end in a newline.
25390
25391 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
25392
25393 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
25394 Author: Victor Gallardo <vgallardo@amcc.com>
25395 Date: Tue Sep 9 15:13:29 2008 -0700
25396
25397 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
25398
25399 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
25400 and glacier.
25401
25402 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
25403
25404 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
25405 Author: Heiko Schocher <hs@denx.de>
25406 Date: Mon Sep 8 10:21:11 2008 +0200
25407
25408 muas3001: added support for the LM75 sensor.
25409
25410 Signed-off-by: Heiko Schocher <hs@denx.de>
25411
25412 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
25413 Author: Heiko Schocher <hs@denx.de>
25414 Date: Mon Sep 8 10:20:19 2008 +0200
25415
25416 muas3001: activate WDT for the muas3001 board.
25417
25418 Signed-off-by: Heiko Schocher <hs@denx.de>
25419
25420 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
25421 Author: Heiko Schocher <hs@denx.de>
25422 Date: Mon Sep 8 10:19:36 2008 +0200
25423
25424 muas3001: added 64MB SDRAM autodetection.
25425
25426 Signed-off-by: Heiko Schocher <hs@denx.de>
25427
25428 commit 5251469943895de4bb9a04d5053352cc22acb7d5
25429 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25430 Date: Thu Aug 21 07:12:26 2008 -0700
25431
25432 Fix printf errors under -DDEBUG
25433
25434 Fix printf format-string/arg mismatches under -DDEBUG.
25435
25436 These warnings occur with DEBUG defined for a platform using
25437 cpu/mpc85xx. Users of other architectures can unearth similar
25438 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
25439 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
25440
25441 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25442 Signed-off-by: Andy Fleming <afleming@freescale.com>
25443
25444 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
25445 Author: Wolfgang Denk <wd@denx.de>
25446 Date: Tue Sep 9 23:55:18 2008 +0200
25447
25448 Update CHANGELOG, prepare 2008-10-rc1 release
25449
25450 Signed-off-by: Wolfgang Denk <wd@denx.de>
25451
25452 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
25453 Author: Kumar Gala <galak@kernel.crashing.org>
25454 Date: Mon Sep 8 08:51:29 2008 -0500
25455
25456 85xx: Ensure timebase is zero on secondary cores
25457
25458 The e500um says the timebase is volatile out of reset. To ensure
25459 TB sync works we need to make sure its zero.
25460
25461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25462
25463 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
25464 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25465 Date: Tue Sep 9 22:18:24 2008 +0200
25466
25467 bootm_load_os: fix load_end debug message
25468
25469 print load_end value not pointer
25470
25471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25472
25473 commit 1d9af0be764960e6cc1c093e97176c3542796820
25474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25475 Date: Tue Sep 9 22:18:23 2008 +0200
25476
25477 bootm: enable fdt support only on ppc, m68k and sparc
25478
25479 ...as done in image.c
25480
25481 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25482
25483 commit 748b5274e76f81df85cfcffaffedc323678d0623
25484 Author: Markus Heidelberg <markus.heidelberg@web.de>
25485 Date: Tue Sep 9 18:51:05 2008 +0200
25486
25487 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
25488
25489 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
25490
25491 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
25492 Author: Markus Heidelberg <markus.heidelberg@web.de>
25493 Date: Tue Sep 9 17:31:46 2008 +0200
25494
25495 gitignore: add tags files and Vim swap file
25496
25497 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
25498
25499 commit 1d9b67b23fca6a25154333733204339802510720
25500 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
25501 Date: Tue Sep 9 17:52:47 2008 +0900
25502
25503 add board_eth_init() for sh7785lcr board
25504
25505 Fix the problem that cannot work RTL8169 on sh7785lcr board.
25506
25507 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
25508
25509 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
25510 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25511 Date: Wed Aug 6 16:08:41 2008 -0500
25512
25513 mtd: SPI Flash: Support the STMicro Flash
25514
25515 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
25516 M25P40, M25P64, M25P80, M25P128.
25517
25518 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
25519 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25520
25521 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
25522 Author: Wolfgang Denk <wd@denx.de>
25523 Date: Tue Sep 9 17:55:31 2008 +0200
25524
25525 trab: fix build problem after change to use do_div()
25526
25527 We must link with libgeneric now.
25528
25529 Signed-off-by: Wolfgang Denk <wd@denx.de>
25530
25531 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
25532 Author: Ryan CHEN <ryan.chen@st.com>
25533 Date: Wed Aug 20 13:00:17 2008 -0400
25534
25535 Correct drv_usb_kbd_init function
25536
25537 The patch is that check if usb_get_dev_index() function return valid
25538 pointer. If valid, continue. Otherwise return -1.
25539
25540 Signed-off-by: Ryan Chen <ryan.chen@st.com>
25541 Acked-by: Markus Klotzbuecher <mk@denx.de>
25542
25543 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
25544 Author: Remy Bohmer <linux@bohmer.net>
25545 Date: Wed Aug 20 11:22:02 2008 +0200
25546
25547 Make usb-stop() safe to call multiple times in a row.
25548
25549 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
25550 enabled the usb_stop() command in common/cmd_bootm.c which was
25551 not enabled for some time, because no board did actually set the
25552 CFG_CMD_USB flag. So, now the usb_stop() is executed before
25553 loading the linux kernel.
25554
25555 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
25556 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
25557 If some other piece of code calls usb_stop() before the bootm command,
25558 this command will hangup the system during boot.
25559 (usb start and stop is typically used while booting from usb memory stick)
25560
25561 But, stopping the usb stack twice is useless anyway, and a flag already
25562 existed that kept track on the usb_init()/usb_stop() calls.
25563 So, we now check if the usb stack is really started before we stop it.
25564
25565 This problem is now fixed in both the upper as low-level layer.
25566
25567 Signed-off-by: Remy Bohmer <linux@bohmer.net>
25568 Acked-by: Markus Klotzbuecher <mk@denx.de>
25569
25570 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
25571 Author: Wolfgang Denk <wd@denx.de>
25572 Date: Tue Sep 9 16:55:47 2008 +0200
25573
25574 Makefile: fix bug introduced by commit 47ffd6c2
25575
25576 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
25577 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
25578 Date: Tue Sep 9 10:00:33 2008 -0400
25579
25580 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
25581
25582 This patch solves the problems compiling ml507, v5fx30teval and
25583 ppc440-generic out of tree.
25584
25585 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
25586
25587 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
25588 Author: NĂ­colas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
25589 Date: Thu Sep 4 15:35:46 2008 -0300
25590
25591 Fix dev_print when called from usb_stor_info (usb storage command)
25592
25593 Fix output of the usb storage command. It was printing "Device 0: not
25594 available" because IF_TYPE_USB was not included into the switch
25595 statement.
25596
25597 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
25598
25599 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
25600 Author: Bartlomiej Sieka <tur@semihalf.com>
25601 Date: Tue Sep 9 12:58:16 2008 +0200
25602
25603 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
25604
25605 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25606
25607 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
25608 Author: Bartlomiej Sieka <tur@semihalf.com>
25609 Date: Tue Sep 9 12:58:15 2008 +0200
25610
25611 FIT: add ability to check hashes of all images in FIT, improve output
25612
25613 - add function fit_all_image_check_hashes() that verifies if all
25614 hashes of all images in the FIT are valid
25615 - improve output of fit_image_check_hashes() when the hash check fails
25616
25617 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25618
25619 commit 1de1fa408967cef6804bb046b904114519bb36f0
25620 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25621 Date: Mon Sep 8 20:54:39 2008 +0200
25622
25623 qemu_mips: Update linux bootm to support dynamic cmdline
25624
25625 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25626
25627 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
25628 Author: Peter Tyser <ptyser@xes-inc.com>
25629 Date: Mon Sep 8 14:56:49 2008 -0500
25630
25631 Add support for booting of INTEGRITY operating system uImages
25632
25633 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25634
25635 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
25636 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25637 Date: Mon Sep 8 21:01:29 2008 +0200
25638
25639 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
25640
25641 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25642
25643 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
25644 Author: Kumar Gala <galak@kernel.crashing.org>
25645 Date: Mon Sep 8 13:57:12 2008 -0500
25646
25647 Remove support for booting ARTOS images
25648
25649 Pantelis Antoniou stated:
25650 AFAIK, it is still used but the products using PPC are long gone.
25651 Nuke it plz (from orbit).
25652
25653 So remove it since it cleans up a usage of env_get_char outside of
25654 the environment code.
25655
25656 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25657
25658 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
25659 Author: Wolfgang Denk <wd@denx.de>
25660 Date: Tue Sep 9 15:45:18 2008 +0200
25661
25662 Makefile: compile and link each module just once
25663
25664 Several source files need to be compiled and linked when one or more
25665 config options are selected. To allow for easy selection in the
25666 Makefiles yet to avoild multiple compilation (which costs build time)
25667 and especially multiple linking (which causes errors), we use
25668 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
25669
25670 By courtesy of Detlev Zundel who suggested this approach.
25671
25672 Signed-off-by: Wolfgang Denk <wd@denx.de>
25673
25674 commit 48d0192fe869948fef14b460b5f0c85bca933693
25675 Author: Andreas Engel <andreas.engel@ericsson.com>
25676 Date: Mon Sep 8 14:30:53 2008 +0200
25677
25678 Moved conditional compile into Makefile
25679
25680 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
25681
25682 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
25683 Author: Andreas Engel <andreas.engel@ericsson.com>
25684 Date: Mon Sep 8 10:17:31 2008 +0200
25685
25686 Merged serial_pl010.c and serial_pl011.c.
25687
25688 They only differ in the init function.
25689 This also adds the missing watchdog support for the PL011.
25690
25691 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
25692
25693 commit 0817d688f307ee2c0598e79175c94a40ce90337b
25694 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
25695 Date: Sun Sep 7 17:10:27 2008 -0400
25696
25697 Remove gap fill in srec object v2
25698
25699 SREC files do not need gap fill: The load address is specified in the
25700 file. On the other hand, it can't be avoided in a .bin object. It has
25701 no information about memory location.
25702
25703 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
25704
25705 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
25706 Author: Markus Heidelberg <markus.heidelberg@web.de>
25707 Date: Sun Sep 7 20:18:27 2008 +0200
25708
25709 README: fix missing subdirectory in the documentation
25710
25711 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
25712
25713 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
25714 Author: Graeme Russ <graeme.russ@gmail.com>
25715 Date: Sun Sep 7 07:08:42 2008 +1000
25716
25717 Update i386 code (sc520_cdp)
25718
25719 Attempt to bring i386 / sc520 inline with master
25720
25721 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
25722
25723 commit 5608692104efa8d56df803dc79ea41ac3607eee5
25724 Author: Guennadi Liakhovetski <lg@denx.de>
25725 Date: Thu Sep 4 13:01:49 2008 +0200
25726
25727 fw_env: add NAND support
25728
25729 Add support for environment in NAND with automatic NOR / NAND recognition,
25730 including unaligned environment, bad-block skipping, redundant environment
25731 copy.
25732
25733 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25734
25735 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
25736 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25737 Date: Tue Sep 9 09:50:24 2008 +0200
25738
25739 ppc4xx: Fix out-of-tree building of CPCI405 variants
25740
25741 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25742 Acked-by: Stefan Roese <sr@denx.de>
25743
25744 commit 59f630588e3fdbd698a0a2798e52a8924e899563
25745 Author: Sergei Poselenov <sposelenov@emcraft.com>
25746 Date: Fri Aug 15 15:42:11 2008 +0200
25747
25748 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
25749
25750 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25751
25752 commit e64987a892353f3d49eb242d997820ef8f538912
25753 Author: Anatolij Gustschin <agust@denx.de>
25754 Date: Fri Aug 15 15:42:13 2008 +0200
25755
25756 85xx: socrates: Enable Lime support.
25757
25758 This patch adds Lime GDC support together with support for the PWM
25759 backlight control through the w83782d chip. The reset pin of the
25760 latter is attached to GPIO, so we need to reset it in
25761 early_board_init_r.
25762
25763 Signed-off-by: Anatolij Gustschin <agust@denx.de>
25764
25765 commit 3e79b588b5199f35016f178fc0d5d1266382097f
25766 Author: Detlev Zundel <dzu@denx.de>
25767 Date: Fri Aug 15 15:42:12 2008 +0200
25768
25769 85xx: Socrates: Major code update.
25770
25771 - Update the local bus ranges in the FDT for Linux for the various
25772 devices connected to the local bus via chip-select.
25773
25774 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
25775 lower than 66 MHz and uses I/O accessor functions consequently.
25776
25777 - UPM data update.
25778
25779 - Update of default environment and configuration. Use I2C multibus
25780 as we do have two I2C buses. Also enable sdram and ext2 commands.
25781
25782 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
25783 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25784 Signed-off-by: Detlev Zundel <dzu@denx.de>
25785
25786 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
25787 Author: Timur Tabi <timur@freescale.com>
25788 Date: Fri Jul 18 16:52:23 2008 +0200
25789
25790 Update Freescale 85xx boards to sys_eeprom.c
25791
25792 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
25793 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
25794 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
25795 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
25796
25797 Signed-off-by: Timur Tabi <timur@freescale.com>
25798
25799 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
25800 Author: Wolfgang Denk <wd@denx.de>
25801 Date: Tue Sep 9 10:08:02 2008 +0200
25802
25803 lib_ppc/interrupts.c: make board_show_activity() a weak function
25804
25805 This allows to use show_activity() without having to
25806 define an empty board_show_activity() function.
25807
25808 Signed-off-by: Wolfgang Denk <wd@denx.de>
25809
25810 commit fe876787f8743883ce58fed61525eaa2f34da4c5
25811 Author: Wolfgang Denk <wd@denx.de>
25812 Date: Tue Sep 9 10:06:44 2008 +0200
25813
25814 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
25815
25816 Signed-off-by: Wolfgang Denk <wd@denx.de>
25817
25818 commit 965de106ba8900372c8b16dc60d5acab7f925e38
25819 Author: Wolfgang Denk <wd@denx.de>
25820 Date: Tue Sep 9 10:03:47 2008 +0200
25821
25822 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
25823
25824 Signed-off-by: Wolfgang Denk <wd@denx.de>
25825
25826 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
25827 Author: Sergei Poselenov <sposelenov@emcraft.com>
25828 Date: Fri Aug 15 15:42:11 2008 +0200
25829
25830 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
25831
25832 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25833
25834 commit 36241ca29d4804a1006fb3f26069effda5202581
25835 Author: Anatolij Gustschin <agust@denx.de>
25836 Date: Fri Aug 15 15:42:13 2008 +0200
25837
25838 85xx: socrates: Enable Lime support.
25839
25840 This patch adds Lime GDC support together with support for the PWM
25841 backlight control through the w83782d chip. The reset pin of the
25842 latter is attached to GPIO, so we need to reset it in
25843 early_board_init_r.
25844
25845 Signed-off-by: Anatolij Gustschin <agust@denx.de>
25846
25847 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
25848 Author: Detlev Zundel <dzu@denx.de>
25849 Date: Fri Aug 15 15:42:12 2008 +0200
25850
25851 85xx: Socrates: Major code update.
25852
25853 - Update the local bus ranges in the FDT for Linux for the various
25854 devices connected to the local bus via chip-select.
25855
25856 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
25857 lower than 66 MHz and uses I/O accessor functions consequently.
25858
25859 - UPM data update.
25860
25861 - Update of default environment and configuration. Use I2C multibus
25862 as we do have two I2C buses. Also enable sdram and ext2 commands.
25863
25864 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
25865 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25866 Signed-off-by: Detlev Zundel <dzu@denx.de>
25867
25868 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
25869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25870 Date: Tue Sep 9 01:22:39 2008 +0200
25871
25872 disk-on-chip: remove duplicate doc_probe declaration
25873
25874 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25875
25876 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
25877 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25878 Date: Tue Sep 9 00:59:40 2008 +0200
25879
25880 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
25881
25882 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25883
25884 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
25885 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25886 Date: Tue Sep 9 00:59:39 2008 +0200
25887
25888 rs5c372: fix rtc_set prototype
25889
25890 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25891
25892 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
25893 Author: Sergei Poselenov <sposelenov@emcraft.com>
25894 Date: Thu Aug 14 14:08:28 2008 +0200
25895
25896 ARM: fix warning: target CPU does not support interworking
25897
25898 This patch fixes warnings like this:
25899
25900 start.S:0: warning: target CPU does not support interworking
25901
25902 which come from some ARM cross compilers and are caused by hard-coded
25903 (with "--with-cpu=arm9" configuration option) ARM targets (which
25904 support ARM Thumb instructions), while the ARM target selected from
25905 the command line (with "-march=armv4") doesn't support Thumb
25906 instructions.
25907
25908 This warning is issued by the compiler regardless of the real use of
25909 the Thumb instructions in code.
25910
25911 To fix this problem, we use options according to compiler version
25912 being used.
25913
25914 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25915 Signed-off-by: Wolfgang Denk <wd@denx.de>
25916
25917 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
25918 Author: Sergei Poselenov <sposelenov@emcraft.com>
25919 Date: Thu Aug 14 14:08:28 2008 +0200
25920
25921 ARM: Use do_div() instead of division for "long long".
25922
25923 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25924 Signed-off-by: Wolfgang Denk <wd@denx.de>
25925
25926 commit 8febd13c69cb68652577d1a9fcbde954bf784155
25927 Author: Timur Tabi <timur@freescale.com>
25928 Date: Fri Jul 18 16:52:23 2008 +0200
25929
25930 Update Freescale 85xx boards to sys_eeprom.c
25931
25932 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
25933 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
25934 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
25935 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
25936
25937 Signed-off-by: Timur Tabi <timur@freescale.com>
25938
25939 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
25940 Author: Wolfgang Denk <wd@denx.de>
25941 Date: Mon Sep 8 23:26:22 2008 +0200
25942
25943 lib_arm/bootm.c: fix compile warnings
25944
25945 bootm.c:128: warning: label 'error' defined but not used
25946 bootm.c:65: warning: unused variable 'ret'
25947
25948 Signed-off-by: Wolfgang Denk <wd@denx.de>
25949
25950 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
25951 Author: Wolfgang Denk <wd@denx.de>
25952 Date: Mon Sep 8 22:46:42 2008 +0200
25953
25954 ml507: fix out of tree build problem
25955
25956 Signed-off-by: Wolfgang Denk <wd@denx.de>
25957
25958 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
25959 Author: Wolfgang Denk <wd@denx.de>
25960 Date: Mon Sep 8 22:10:28 2008 +0200
25961
25962 common/cmd_bootm.c: fix printf() format warnings
25963
25964 Signed-off-by: Wolfgang Denk <wd@denx.de>
25965
25966 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
25967 Author: Wolfgang Denk <wd@denx.de>
25968 Date: Mon Sep 8 22:37:45 2008 +0200
25969
25970 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
25971
25972 missing doc_probe() prototype.
25973
25974 Signed-off-by: Wolfgang Denk <wd@denx.de>
25975
25976 commit 2c5e3cc4994897d364b148942ff23e47783198f6
25977 Author: Wolfgang Denk <wd@denx.de>
25978 Date: Mon Sep 8 21:28:14 2008 +0200
25979
25980 mk48t59: fix compile problem introduced by commit d1e23194
25981
25982 Signed-off-by: Wolfgang Denk <wd@denx.de>
25983
25984 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
25985 Author: Stefan Roese <sr@denx.de>
25986 Date: Mon Sep 8 14:11:12 2008 +0200
25987
25988 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
25989
25990 This patch moves some 4xx specific prototypes out of include common.h
25991 to a ppc4xx specific header.
25992
25993 Signed-off-by: Stefan Roese <sr@denx.de>
25994
25995 commit ac53ee8318678190bf3c68da477a84a657d86fb0
25996 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25997 Date: Fri Sep 5 15:34:04 2008 +0200
25998
25999 ppc4xx: Update CPCI405(AB) configuration
26000
26001 This patch add FDT support and command line editing capabilities
26002 for CPCI405 and CPCI405AB boards.
26003
26004 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26005 Signed-off-by: Stefan Roese <sr@denx.de>
26006
26007 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
26008 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26009 Date: Fri Sep 5 15:34:03 2008 +0200
26010
26011 ppc4xx: Cleanup CPCI405 linker script
26012
26013 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26014 Signed-off-by: Stefan Roese <sr@denx.de>
26015
26016 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
26017 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26018 Date: Fri Sep 5 15:34:02 2008 +0200
26019
26020 ppc4xx: Update CPCI405 variants handling
26021
26022 This patch replaces the BOARD_REVISION variable in include/config.mk
26023 by a using a temporary include file in the platform directory.
26024
26025 The former way does not work anymore and the latter is also used by
26026 some other boards.
26027
26028 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26029 Signed-off-by: Stefan Roese <sr@denx.de>
26030
26031 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
26032 Author: Stefan Roese <sr@denx.de>
26033 Date: Mon Sep 8 10:01:48 2008 +0200
26034
26035 ppc4xx: Remove CONFIG_CS8952_PHY define
26036
26037 Since this define is only used on one board that was never really in
26038 production, removing this compile time option doesn't hurt and makes
26039 the code more readable.
26040
26041 Signed-off-by: Stefan Roese <sr@denx.de>
26042
26043 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
26044 Author: Stefan Roese <sr@denx.de>
26045 Date: Fri Sep 5 14:11:40 2008 +0200
26046
26047 ppc4xx: Fix compilation warning for PIP405
26048
26049 This patch fixes a compilation warning for the PIP405 board. It moves the
26050 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
26051 occur anymore. I am a little unsure if this #ifdef is at the correct
26052 place now or if it could be removed completely. This needs to get
26053 tested on the PIP405 board.
26054
26055 Signed-off-by: Stefan Roese <sr@denx.de>
26056
26057 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
26058 Author: Stefan Roese <sr@denx.de>
26059 Date: Fri Sep 5 14:09:09 2008 +0200
26060
26061 ppc4xx: Fix compilation warning for canyonlands & glacier
26062
26063 Signed-off-by: Stefan Roese <sr@denx.de>
26064
26065 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
26066 Author: Kumar Gala <galak@kernel.crashing.org>
26067 Date: Fri Sep 5 14:40:29 2008 -0500
26068
26069 Fix compiler warning in mpc8xxx ddr code
26070
26071 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
26072 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
26073 ctrl_regs.c:523: note: 'caslat' was declared here
26074
26075 Add a warning in DDR1 case if cas_latency isn't a value we know about.
26076
26077 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26078 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26079
26080 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
26081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26082 Date: Mon Sep 1 23:06:23 2008 +0200
26083
26084 rtc: allow rtc_set to return an error and use it in cmd_date
26085
26086 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26087
26088 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
26089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26090 Date: Mon Sep 1 01:16:33 2008 +0200
26091
26092 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
26093
26094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26095
26096 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
26097 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26098 Date: Sun Aug 31 05:37:04 2008 +0900
26099
26100 config.mk: Move arch-specific condition to $(ARCH)_config.mk
26101
26102 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26103
26104 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
26105 Author: Kumar Gala <galak@kernel.crashing.org>
26106 Date: Fri Aug 29 19:08:29 2008 -0500
26107
26108 Prevent crash if random/invalid ramdisks are passed to bootm
26109
26110 Adds returning an error from the ramdisk detection code if
26111 its not a real ramdisk (invalid). There is no reason we can't
26112 just return back to the console if we detect an invalid
26113 ramdisk or CRC error.
26114
26115 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26116
26117 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
26118 Author: Anatolij Gustschin <agust@denx.de>
26119 Date: Fri Aug 29 21:04:45 2008 +0200
26120
26121 Prevent crash if random DTB address is passed to bootm
26122
26123 This patch adds bootm_start() return value check. If
26124 error status is returned, we do not proceed further to
26125 prevent board reset or crash as we still can recover
26126 at this point.
26127
26128 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26129
26130 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
26131 Author: Andrew Dyer <adyer@righthandtech.com>
26132 Date: Fri Aug 29 12:30:39 2008 -0500
26133
26134 clean up some #if !defined() in drivers/video/cfb_console.c
26135
26136 rearrange some #if !defined() / #else / #endif statements to remove
26137 the negative logic.
26138
26139 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
26140
26141 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
26142 Author: Kyungmin Park <kmpark@infradead.org>
26143 Date: Fri Aug 29 09:02:20 2008 +0900
26144
26145 apollon: use the last memory area for u-boot
26146
26147 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26148
26149 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
26150 Author: Heiko Schocher <hs@denx.de>
26151 Date: Thu Aug 28 13:50:42 2008 +0200
26152
26153 TQM8272: move NAND part in seperate File
26154
26155 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
26156 because I have no longer access to the hardware.
26157
26158 Signed-off-by: Heiko Schocher <hs@denx.de>
26159
26160 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
26161 Author: Heiko Schocher <hs@denx.de>
26162 Date: Thu Aug 28 13:48:36 2008 +0200
26163
26164 TQM8272: Fix compiling error for the TQM8272 board.
26165
26166 Fix compile problems caused by
26167 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
26168
26169 Signed-off-by: Heiko Schocher <hs@denx.de>
26170
26171 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
26172 Author: Kyungmin Park <kmpark@infradead.org>
26173 Date: Wed Aug 27 14:45:20 2008 +0900
26174
26175 Add JFFS2 command support on OneNAND
26176
26177 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26178
26179 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
26180 Author: Mark Jackson <mpfj@mimc.co.uk>
26181 Date: Mon Aug 25 19:21:30 2008 +0100
26182
26183 Allow console input to be disabled
26184
26185 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
26186
26187 When CONFIG_DISABLE_CONSOLE is defined, setting
26188 GD_FLG_DISABLE_CONSOLE disables all console input and output.
26189
26190 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
26191
26192 commit 2b22d608f370565c87f55928b524207031419c11
26193 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26194 Date: Wed Jul 30 12:39:29 2008 +0200
26195
26196 loads: allow negative offsets
26197
26198 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26199
26200 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
26201 Author: Yuri Tikhonov <yur@emcraft.com>
26202 Date: Thu Sep 4 11:19:05 2008 +0200
26203
26204 USB EHCI: reset root hub
26205
26206 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
26207 resetting only via EHCI registers. So, this patch adds the
26208 corresponding kind of reset to OHCI's hc_reset() if the newly
26209 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
26210 board).
26211
26212 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26213 Acked-by: Markus Klotzbuecher <mk@denx.de>
26214
26215 commit 5875d358f025c1b042d8a0f08384b756de7256c9
26216 Author: Yuri Tikhonov <yur@emcraft.com>
26217 Date: Fri Aug 15 15:42:09 2008 +0200
26218
26219 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
26220
26221 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26222
26223 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
26224 Author: Stefan Roese <sr@denx.de>
26225 Date: Fri Sep 5 10:47:46 2008 +0200
26226
26227 devices: Use list_add_tail() instead of list_add() to register a device
26228
26229 This patch fixes a problem spotted on Glacier/Canyonlands (and most
26230 likely lots of other board ports), that no serial output was seen
26231 after console initialization in console_init_r(). This is because the
26232 last added console device was used instead of the first added.
26233
26234 This patch fixes this problem by using list_add_tail() instead of
26235 list_add() to register a device. This way the first added console
26236 is used again.
26237
26238 Signed-off-by: Stefan Roese <sr@denx.de>
26239
26240 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
26241 Author: Victor Gallardo <vgallardo@amcc.com>
26242 Date: Thu Sep 4 23:49:36 2008 -0700
26243
26244 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
26245
26246 This patch adds GPCS, SGMII and M88E1112 PHY support
26247 for the AMCC PPC460GT/EX processors.
26248
26249 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
26250 Signed-off-by: Stefan Roese <sr@denx.de>
26251
26252 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
26253 Author: Adam Graham <agraham@amcc.com>
26254 Date: Wed Sep 3 12:26:59 2008 -0700
26255
26256 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
26257
26258 Signed-off-by: Adam Graham <agraham@amcc.com>
26259 Signed-off-by: Stefan Roese <sr@denx.de>
26260
26261 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
26262 Author: Adam Graham <agraham@amcc.com>
26263 Date: Wed Sep 3 12:26:28 2008 -0700
26264
26265 ppc4xx: IBM Memory Controller DDR autocalibration routines
26266
26267 Alternate SDRAM DDR autocalibration routine that can be generically used
26268 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
26269 support of more DIMM/memory chip vendors and gets the DDR autocalibration
26270 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
26271
26272 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
26273 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
26274 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
26275 lot longer to run than Method_B. Method_B executes in the same amount of time
26276 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
26277 Normally Method_B is used and it is set as the default method.
26278
26279 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
26280 Controller registers.[bit-field]:
26281 1) SDRAM0_RQDC.[RQFD]
26282 2) SDRAM0_RFDC.[RFFD]
26283
26284 This alternate PPC4xx DDR autocalibration code calibrates the following
26285 IBM SDRAM Controller registers.[bit-field]:
26286
26287 1) SDRAM0_WRDTR.[WDTR]
26288 2) SDRAM0_CLKTR.[CKTR]
26289 3) SDRAM0_RQDC.[RQFD]
26290 4) SDRAM0_RFDC.[RFFD]
26291
26292 and will also use the calibrated settings of the above four registers that
26293 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
26294 register.[bit-field].
26295
26296 Signed-off-by: Adam Graham <agraham@amcc.com>
26297 Signed-off-by: Stefan Roese <sr@denx.de>
26298
26299 commit e07f4a8033b6270b8103049adb6456f660ff4a89
26300 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26301 Date: Mon Sep 1 13:09:39 2008 -0400
26302
26303 ppc44x: Unification of virtex5 pp440 boards
26304
26305 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
26306
26307 It unificates 3 different things:
26308
26309 1) Source code
26310 A new board called ppc440-generic has been created. This board includes
26311 a generic tlb initialization (Maps the whole memory into virtual) and
26312 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
26313 so, they can be replaced by specific functions.
26314
26315 If a new board needs to redefine any of the previous functions
26316 (specific initialization) it can create a new directory with the
26317 specific initializations needed. (see the example ml507 board).
26318
26319 2) Configuration file
26320 Common configurations are located under configs/xilinx-ppc440.h, this
26321 header file interpretes the xparameters file generated by EDK and
26322 configurates u-boot in correspondence. Example: if there is a Temac,
26323 allows CMD_CONFIG_NET
26324 Specific configuration are located under specific configuration file.
26325 (see the example ml507 board)
26326
26327 3) Makefile
26328 Some work has been done in order to not duplicate work in the Main
26329 Makefile. Please see the attached code.
26330
26331 In order to support new boards they can be implemented in the next way:
26332
26333 a) Simple Generic Board (90% of the time)
26334 Using EDK generates a new xparameters.h file, replace
26335 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
26336 && make
26337
26338 b) Simple Boards with special u-boot parameters (9 % of the time)
26339 Create a new file under configs for it (use ml507.h as example) and
26340 change your paramaters. Create a new Makefile paragraph and compile
26341
26342 c) Complex boards (1% of the time)
26343 Create a new folder for the board, like the ml507
26344
26345 Finally, it adds support for the Avnet FX30T Evaluation board, following
26346 the new generic structure:
26347
26348 Cheap board by Avnet for evaluating the Virtex5 FX technology.
26349
26350 This patch adds support for:
26351 - UartLite
26352 - 16MB Flash
26353 - 64MB RAM
26354
26355 Prior using U-boot in this board, read carefully the ERRATA by Avnet
26356 to solve some memory initialization issues.
26357
26358 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
26359 Signed-off-by: Stefan Roese <sr@denx.de>
26360
26361 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
26362 Author: Nick Spence <nick.spence@freescale.com>
26363 Date: Tue Sep 2 15:21:16 2008 -0500
26364
26365 mpc83xx: fix mpc8313 in-tree building with NAND
26366
26367 and add mpc8313 NAND build to MAKEALL
26368
26369 Signed-off-by: Nick Spence <nick.spence@freescale.com>
26370 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26371
26372 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
26373 Author: Nick Spence <nick.spence@freescale.com>
26374 Date: Thu Aug 28 14:09:25 2008 -0700
26375
26376 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
26377
26378 Cleans up some latent issues with the data cache control so that
26379 dcache_enable() and dcache_disable() will work reliably (after
26380 unlock_ram_in_cache() has been called)
26381
26382 Signed-off-by: Nick Spence <nick.spence@freescale.com>
26383 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26384
26385 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
26386 Author: Nick Spence <nick.spence@freescale.com>
26387 Date: Thu Aug 28 14:09:19 2008 -0700
26388
26389 mpc83xx: Store and display Arbiter Event Register values
26390
26391 Record the Arbiter Event Register values and optionally display them.
26392
26393 The Arbiter Event Register can record the type and effective address of
26394 an arbiter error, even through an HRESET. This patch stores the values in
26395 the global data structure.
26396
26397 Display of the Arbiter Event registers immediately after the RSR value
26398 can be enabled with defines. The Arbiter values will only be displayed
26399 if an arbiter event has occured since the last Power On Reset, and either
26400 of the following defines exist:
26401 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
26402 and type register values
26403 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
26404 event register values
26405
26406 Address Only transactions are one of the trapped events that can register
26407 as an arbiter event. They occur with some cache manipulation instructions
26408 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
26409 has the MEMORY_COHERENCE WIMG bit set. Setting:
26410 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
26411 only events, so that it can still capture
26412 other real problems.
26413
26414 Signed-off-by: Nick Spence <nick.spence@freescale.com>
26415 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26416
26417 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
26418 Author: Nick Spence <nick.spence@freescale.com>
26419 Date: Thu Aug 28 14:09:11 2008 -0700
26420
26421 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
26422
26423 This is needed in unlock_ram_in_cache() because it is called from C and
26424 will corrupt the small data area anchor that is kept in R2.
26425
26426 lock_ram_in_cache() is modified similarly as good coding practice, but
26427 is not called from C.
26428
26429 Signed-off-by: Nick Spence <nick.spence@freescale.com>
26430 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26431
26432 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
26433 Author: Nick Spence <nick.spence@freescale.com>
26434 Date: Fri Aug 22 23:52:50 2008 -0700
26435
26436 MPC83XX: Fix GPIO configuration - set gpio level before direction
26437
26438 Set DAT value before DIR values to avoid creating glitches on the
26439 GPIO signals.
26440
26441 Set gpio level register before direction register to inhibit
26442 glitches on high level output pins.
26443
26444 Dir and data gets cleared at powerup, so high level output lines see
26445 a short low pulse between setting the direction and level registers.
26446
26447 Issue was seen on a new board with the nReset line of the NOR flash
26448 connected to a GPIO. Setting the direction register puts the NOR flash
26449 in reset so the next instruction to set the level cannot get executed.
26450
26451 Signed-off-by: Nick Spence <nick.spence@freescale.com>
26452 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
26453 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26454
26455 commit 7007c5975ee900ad70983b0681d3251e221f8321
26456 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26457 Date: Tue Sep 2 02:58:32 2008 +0200
26458
26459 doc/qemu_mips: add doc howto debug u-boot with gdb
26460
26461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26462
26463 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
26464 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26465 Date: Wed Sep 3 17:15:45 2008 +0200
26466
26467 ppx4xx: Fix broken DASA_SIM board
26468
26469 This patch adds initdram() to DASA_SIM boards that has been
26470 removed accidentally by a previous commit.
26471
26472 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26473 Signed-off-by: Stefan Roese <sr@denx.de>
26474
26475 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
26476 Author: Stefan Roese <sr@denx.de>
26477 Date: Mon Sep 1 08:35:37 2008 +0200
26478
26479 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
26480
26481 This patch removes some direct references to common/lists.o from some
26482 esd linker scripts. This is necessary because the lists source was moved
26483 and is not in the "common" directory anymore.
26484
26485 Signed-off-by: Stefan Roese <sr@denx.de>
26486
26487 commit 97b0734d65f8a0b03df0a335a2addc759da56107
26488 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26489 Date: Tue Sep 2 16:33:05 2008 +0200
26490
26491 ppc4xx: Remove obsolete or unused functions from some esd boards
26492
26493 This patch removes initdram() and testdram() from most esd 405 platforms.
26494 Some boards also have an empty dummy implementation of
26495 misc_init_f(). This is also removed.
26496
26497 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26498 Signed-off-by: Stefan Roese <sr@denx.de>
26499
26500 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
26501 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26502 Date: Tue Sep 2 15:07:54 2008 +0200
26503
26504 ppc4xx: Update VOM405 board configuration
26505
26506 - remove PCI code
26507 - add command line editing
26508 - minor cleanup
26509
26510 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26511 Signed-off-by: Stefan Roese <sr@denx.de>
26512
26513 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
26514 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26515 Date: Tue Sep 2 15:07:53 2008 +0200
26516
26517 ppc4xx: Remove obsolete initdram() function from VOM405 board
26518
26519 This patch removed the obsolete initdram() function from
26520 VOM405 platform file.
26521
26522 Some minor cleanup.
26523
26524 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26525 Signed-off-by: Stefan Roese <sr@denx.de>
26526
26527 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
26528 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26529 Date: Tue Sep 2 15:07:52 2008 +0200
26530
26531 ppc4xx: Cleanup VOM405 linker script
26532
26533 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26534 Signed-off-by: Stefan Roese <sr@denx.de>
26535
26536 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
26537 Author: Matthias Fuchs <mf@esd.eu>
26538 Date: Tue Sep 2 15:07:51 2008 +0200
26539
26540 ppc4xx: Add fdt support for VOM405 boards
26541
26542 Signed-off-by: Matthias Fuchs <mf@esd.eu>
26543 Signed-off-by: Stefan Roese <sr@denx.de>
26544
26545 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
26546 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26547 Date: Tue Sep 2 11:36:14 2008 +0200
26548
26549 ppc4xx: Coding style cleanup
26550
26551 Wrap long lines etc.
26552
26553 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26554 Signed-off-by: Stefan Roese <sr@denx.de>
26555
26556 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
26557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26558 Date: Tue Sep 2 11:35:56 2008 +0200
26559
26560 ppc4xx: Enable USB on PLU405 boards
26561
26562 This patch enables the PCI-OHCI controller on PLU405 board.
26563
26564 Also the default CPU frequency is updated to 266 MHz and
26565 command line editing is enabled.
26566
26567 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26568 Signed-off-by: Stefan Roese <sr@denx.de>
26569
26570 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
26571 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26572 Date: Tue Sep 2 11:35:35 2008 +0200
26573
26574 ppc4xx: Cleanup PLU405 platform file
26575
26576 This patch
26577 - wraps some long lines
26578 - removes unused/obsolete functions: misc_init_f() and initdram()
26579
26580 Signed-off-by: Matthias Fuchs <mf@esd.eu>
26581 Signed-off-by: Stefan Roese <sr@denx.de>
26582
26583 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
26584 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26585 Date: Tue Sep 2 11:35:04 2008 +0200
26586
26587 ppc4xx: Cleanup PLU405 linker script
26588
26589 Signed-off-by: Matthias Fuchs <mf@esd.eu>
26590 Signed-off-by: Stefan Roese <sr@denx.de>
26591
26592 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
26593 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26594 Date: Tue Sep 2 11:34:36 2008 +0200
26595
26596 ppc4xx: Add fdt support for PLU405 boards
26597
26598 Signed-off-by: Matthias Fuchs <mf@esd.eu>
26599 Signed-off-by: Stefan Roese <sr@denx.de>
26600
26601 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
26602 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26603 Date: Tue Sep 2 11:34:08 2008 +0200
26604
26605 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
26606
26607 Signed-off-by: Matthias Fuchs <mf@esd.eu>
26608 Signed-off-by: Stefan Roese <sr@denx.de>
26609
26610 commit be1b0d2777e179191a57b138b660547a17e55aad
26611 Author: Jochen Friedrich <jochen@scram.de>
26612 Date: Tue Sep 2 11:24:59 2008 +0200
26613
26614 Don't tftp to unknown flash
26615
26616 If a board has a variable number of flash banks, there are empty entries
26617 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
26618 "Outside available Flash". This patch skips flash banks with unknown
26619 flash ids.
26620
26621 Signed-off-by: Jochen Friedrich <jochen@scram.de>
26622 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26623
26624 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
26625 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26626 Date: Thu Aug 28 13:40:44 2008 +0900
26627
26628 net: smc911x: Add pkt_data_pull and pkt_data_push function
26629
26630 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
26631 Byte-swapping is necessary, and so poor performance is inevitable.
26632 This problem cannot evade by the swap function of CHIP, this can
26633 evade by software Byte-swapping.
26634 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
26635 functions necessary to solve this problem.
26636
26637 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26638 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26639
26640 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
26641 Author: Ben Warren <biggerbadderben@gmail.com>
26642 Date: Sun Aug 31 20:37:00 2008 -0700
26643
26644 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
26645
26646 Affected boards:
26647 db64360
26648 db64460
26649 katmai
26650 taihu
26651 taishan
26652 yucca
26653 cpc45
26654 cpu87
26655 eXalion
26656 elppc
26657 debris
26658 kvme080
26659 mpc8315erdb
26660 integratorap
26661 ixdp425
26662 oxc
26663 pm826
26664 pm828
26665 pm854
26666 pm856
26667 ppmc7xx
26668 sc3
26669 sc520_spunk
26670 sorcery
26671 tqm8272
26672 tqm85xx
26673 utx8245
26674
26675 Removed initialization of the driver from net/eth.c
26676 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
26677
26678 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26679
26680 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
26681 Author: Ben Warren <biggerbadderben@gmail.com>
26682 Date: Sun Aug 31 10:45:44 2008 -0700
26683
26684 Moved initialization of TULIP Ethernet controller to board_eth_init()
26685
26686 Affected boards:
26687 cu824
26688 bab7xx
26689 adciop
26690 dasa_sim
26691 mousse
26692 mpc8540eval
26693 musenki
26694 mvblue
26695 pcippc2/pcippc6
26696 sbc8240
26697 stxssa
26698
26699 Removed initialization of the driver from net/eth.c
26700
26701 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26702
26703 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
26704 Author: Ben Warren <biggerbadderben@gmail.com>
26705 Date: Sun Aug 31 10:44:19 2008 -0700
26706
26707 Moved initialization of E1000 Ethernet controller to board_eth_init()
26708
26709 Affected boards:
26710 ap1000
26711 mvbc_p
26712 PM854
26713
26714 Removed initialization of the driver from net/eth.c
26715
26716 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26717
26718 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
26719 Author: Ben Warren <biggerbadderben@gmail.com>
26720 Date: Sun Aug 31 10:40:51 2008 -0700
26721
26722 Moved initialization of plb2800 Ethernet driver to board_eth_init
26723
26724 Affected boards:
26725 purple
26726
26727 Removed initialization of controller from net/eth.c
26728
26729 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26730
26731 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
26732 Author: Ben Warren <biggerbadderben@gmail.com>
26733 Date: Sun Aug 31 10:39:12 2008 -0700
26734
26735 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
26736
26737 Modified board_eth_init() functions of boards that have this FEC in addition
26738 to other Ethernet controllers.
26739
26740 Affected boards:
26741 bc3450
26742 icecube
26743 mvbc_p
26744 o2dnt
26745 pm520
26746 total5200
26747 tq5200
26748
26749 Removed initialization of controller from net/eth.c
26750
26751 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26752
26753 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
26754 Author: Ben Warren <biggerbadderben@gmail.com>
26755 Date: Sun Aug 31 10:36:38 2008 -0700
26756
26757 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
26758
26759 Added a cpu_eth_init() function to MPC512x CPU directory and
26760 removed code from net/eth.c
26761
26762 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26763
26764 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
26765 Author: Ben Warren <biggerbadderben@gmail.com>
26766 Date: Sun Aug 31 10:16:59 2008 -0700
26767
26768 Moved initialization of IncaIP Ethernet controller to board_eth_init
26769
26770 Affected boards:
26771 IncaIP
26772
26773 Removed initialization of the driver from net/eth.c
26774
26775 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26776
26777 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
26778 Author: Ben Warren <biggerbadderben@gmail.com>
26779 Date: Sun Aug 31 10:15:26 2008 -0700
26780
26781 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
26782
26783 Affected boards:
26784 AmigaOneG3SE
26785
26786 Removed initialization of the driver from net/eth.c
26787
26788 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26789
26790 commit 6aca145e067efe75398e9fac97822bd3700de0b2
26791 Author: Ben Warren <biggerbadderben@gmail.com>
26792 Date: Sun Aug 31 10:13:34 2008 -0700
26793
26794 Moved initialization of GT6426x Ethernet controller to board_eth_init()
26795
26796 Affected boards:
26797 EVB64260
26798 P3G4
26799 ZUMA
26800
26801 Removed initialization of the driver from net/eth.c
26802
26803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26804
26805 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
26806 Author: Ben Warren <biggerbadderben@gmail.com>
26807 Date: Sun Aug 31 10:08:43 2008 -0700
26808
26809 Moved initialization of PCNET Ethernet controller to board_eth_init()
26810
26811 Affected boards:
26812 PN62
26813 sc520_cdp
26814
26815 Removed initialization of the driver from net/eth.c
26816
26817 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26818
26819 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
26820 Author: Ben Warren <biggerbadderben@gmail.com>
26821 Date: Sun Aug 31 10:07:16 2008 -0700
26822
26823 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
26824
26825 Affected boards:
26826 a3000
26827
26828 Removed initialization of the driver from net/eth.c
26829
26830 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26831
26832 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
26833 Author: Ben Warren <biggerbadderben@gmail.com>
26834 Date: Sun Aug 31 10:03:22 2008 -0700
26835
26836 Moved initialization of NS8382X Ethernet controller to board_eth_init()
26837
26838 Affected boards:
26839 bc3450
26840 cpci5200
26841 mecp5200
26842 pf2000
26843 icecube
26844 o2dnt
26845 pm520
26846 sandpoint8245
26847 total5200
26848 tqm5200
26849
26850 Removed initialization of the driver from net/eth.c
26851
26852 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26853
26854 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
26855 Author: Ben Warren <biggerbadderben@gmail.com>
26856 Date: Sun Aug 31 09:59:33 2008 -0700
26857
26858 Moved initialization of TSI108 Ethernet controller to board_eth_init()
26859
26860 Affected boards:
26861 mpc7448hpc2
26862
26863 Removed initialization of the driver from net/eth.c
26864
26865 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26866
26867 commit 0b252f50ae218ae15bfb63af44227972686ebc56
26868 Author: Ben Warren <biggerbadderben@gmail.com>
26869 Date: Sun Aug 31 21:41:08 2008 -0700
26870
26871 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
26872
26873 Affected boards:
26874 hidden_dragon
26875 MPC8544DS
26876 MPC8610HPCN
26877 R2DPLUS
26878 TB0229
26879
26880 Removed initialization of the driver from net/eth.c
26881
26882 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26883
26884 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
26885 Author: Ben Warren <biggerbadderben@gmail.com>
26886 Date: Sun Aug 31 09:49:42 2008 -0700
26887
26888 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
26889
26890 Affected boards:
26891 linkstation
26892 r7780mp
26893
26894 Removed initialization of the driver from net/eth.c
26895
26896 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26897
26898 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
26899 Author: Ben Warren <biggerbadderben@gmail.com>
26900 Date: Tue Aug 12 22:11:53 2008 -0700
26901
26902 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
26903
26904 Removed at91sam9_eth_initialize() from net/eth.c
26905
26906 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26907
26908 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
26909 Author: Ben Warren <biggerbadderben@gmail.com>
26910 Date: Sun Aug 31 22:22:04 2008 -0700
26911
26912 Introduce netdev.h header file and remove externs
26913
26914 This addresses all drivers whose initializers have already
26915 been moved to board_eth_init()/cpu_eth_init().
26916
26917 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26918
26919 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
26920 Author: Andy Fleming <afleming@freescale.com>
26921 Date: Sun Aug 31 16:33:30 2008 -0500
26922
26923 Add pixis_set_sgmii command
26924
26925 The 8544DS and 8572DS platforms support an optional SGMII riser card to
26926 expose ethernet over an SGMII interface. Once the card is in, it is also
26927 necessary to configure the board such that it uses the card, rather than
26928 the on-board ethernet ports. This can either be done by flipping dip switches
26929 on the motherboard, or by modifying registers in the pixis. Either way
26930 requires a reboot.
26931
26932 This adds a command to allow users to choose which ports are routed through
26933 the SGMII card, and which through the onboard ports. It also allows users
26934 to revert to the current switch settings.
26935
26936 This code does not work on the 8572, as the PIXIS is different.
26937
26938 Signed-off-by: Andy Fleming <afleming@freescale.com>
26939 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26940
26941 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
26942 Author: Andy Fleming <afleming@freescale.com>
26943 Date: Sun Aug 31 16:33:29 2008 -0500
26944
26945 Add SGMII support for the 8544 DS
26946
26947 The 8544 DS has an optional SGMII Riser card, which uses different PHY
26948 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
26949 setup code if so.
26950
26951 Signed-off-by: Andy Fleming <afleming@freescale.com>
26952 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26953
26954 commit 652f7c2eef76a1340928bd660845441e932d86a2
26955 Author: Andy Fleming <afleming@freescale.com>
26956 Date: Sun Aug 31 16:33:28 2008 -0500
26957
26958 Add support for Freescale SGMII Riser Card
26959
26960 The 8544DS and 8572DS systems have an optional SGMII riser card which
26961 exposes new ethernet ports which are connected to the eTSECs via an
26962 SGMII interface. The SGMII PHYs for this board are offset from the standard
26963 PHY addresses, so this code modifies the passed in tsec_info structure to
26964 use the SGMII PHYs on the card, instead.
26965
26966 Signed-off-by: Andy Fleming <afleming@freescale.com>
26967 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26968
26969 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
26970 Author: Andy Fleming <afleming@freescale.com>
26971 Date: Sun Aug 31 16:33:27 2008 -0500
26972
26973 Add SGMII support to the tsec
26974
26975 Adds support for configuring the TBI to talk properly with the SerDes.
26976
26977 Signed-off-by: Andy Fleming <afleming@freescale.com>
26978 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26979
26980 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
26981 Author: Andy Fleming <afleming@freescale.com>
26982 Date: Sun Aug 31 16:33:26 2008 -0500
26983
26984 Pass in tsec_info struct through tsec_initialize
26985
26986 The tsec driver contains a hard-coded array of configuration information
26987 for the tsec ethernet controllers. We create a default function that works
26988 for most tsecs, and allow that to be overridden by board code. It creates
26989 an array of tsec_info structures, which are then parsed by the corresponding
26990 driver instance to determine configuration. Also, add regs, miiregs, and
26991 devname fields to the tsec_info structure, so that we don't need the kludgy
26992 "index" parameter.
26993
26994 Signed-off-by: Andy Fleming <afleming@freescale.com>
26995 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26996
26997 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
26998 Author: Andy Fleming <afleming@freescale.com>
26999 Date: Sun Aug 31 16:33:25 2008 -0500
27000
27001 tsec: Move tsec.h to include/
27002
27003 This is to prepare the way for board code passing in the tsec_info structure
27004
27005 Signed-off-by: Andy Fleming <afleming@freescale.com>
27006 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27007
27008 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
27009 Author: Sergei Poselenov <sposelenov@emcraft.com>
27010 Date: Fri Jun 6 15:52:44 2008 +0200
27011
27012 PHY: Add support for the M88E1121R Marvell chip.
27013
27014 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
27015 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27016 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27017
27018 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
27019 Author: Wolfgang Denk <wd@denx.de>
27020 Date: Tue Sep 2 21:17:36 2008 +0200
27021
27022 fw_env.c: fix build problems with MTD_VERSION=old
27023
27024 (as needed to support old 2.4 Linux kernel based releases)
27025
27026 Signed-off-by: Wolfgang Denk <wd@denx.de>
27027
27028 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
27029 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27030 Date: Mon Sep 1 17:11:26 2008 +0200
27031
27032 device: make device_register() clone the device
27033
27034 This is expected by the callers, but this fact was hidden well within
27035 the old list implementation.
27036
27037 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27038
27039 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
27040 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27041 Date: Mon Sep 1 14:00:07 2008 +0200
27042
27043 avr32: Add support for "GPIO" port mux
27044
27045 The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
27046 all later AVR32 chips. This patch adds a driver for it, implementing the
27047 same API as the existing portmux-pio driver but with more functionality.
27048
27049 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27050
27051 commit d92852579546c46bdaac978e0b6767a6645b69e0
27052 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27053 Date: Fri Aug 15 15:02:29 2008 +0200
27054
27055 atstk1000: Convert to new-style makefile
27056
27057 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27058
27059 commit 25e6854d42c11046a468576179b5494f850311b2
27060 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27061 Date: Sun Aug 31 18:46:35 2008 +0200
27062
27063 avr32: use board_early_init_r instead of board_init_info
27064
27065 Replace the avr32-specific board_init_info hook by the standard
27066 board_early_init_r hook and make it optional.
27067
27068 board_early_init_r() runs somewhat earlier than board_init_info used to
27069 do, but this isn't a problem for any of the in-tree boards.
27070
27071 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27072
27073 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
27074 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27075 Date: Sun Aug 31 18:24:24 2008 +0200
27076
27077 avr32: Use board_postclk_init instead of gclk_init
27078
27079 Replace the avr32-specific gclk_init() board hook with the standard
27080 board_postclk_init() hook which is supposed to run at the same point
27081 during initialization.
27082
27083 Provide a dummy weak alias for boards not implementing this hook. The
27084 cost of this is:
27085 - 2 bytes for the dummy function (retal 0)
27086 - 2 bytes for each unnecessary function call (short rcall)
27087
27088 which is a pretty small price to pay for avoiding lots of #ifdef
27089 clutter. In this particular case, all boards probably end up slightly
27090 smaller because we avoid the conditional checking if the gclk_init
27091 symbol is NULL.
27092
27093 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27094
27095 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
27096 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27097 Date: Sun Aug 31 18:07:35 2008 +0200
27098
27099 hammerhead: Use gclk helper functions
27100
27101 Use the new gclk helper functions to set up the PHY clock instead of
27102 accessing the PM registers directly.
27103
27104 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27105
27106 commit 98090cd75cdb40b2ab94c806c338540a5716748b
27107 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27108 Date: Sun Aug 31 18:05:32 2008 +0200
27109
27110 avr32: Add gclk helper functions
27111
27112 Add two helper functions for configuring and enabling generic clocks:
27113 - gclk_enable_output: Enables output on a GCLKx pin
27114 - gclk_set_rate: Configures a gclk to run at a specific rate
27115
27116 This should eliminate any reason to go mucking about with PM registers
27117 from board code.
27118
27119 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27120
27121 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
27122 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27123 Date: Fri Aug 29 21:09:49 2008 +0200
27124
27125 avr32: refactor the portmux/gpio code
27126
27127 - Separate the portmux configuration functionality from the GPIO pin
27128 control API.
27129 - Separate the controller-specific code from the chip-specific code.
27130 - Allow "ganged" port configuration (multiple pins at once).
27131 - Add more flexibility to the "canned" peripheral select functions:
27132 - Allow using more than 23 address bits, more chip selects, as
27133 well as NAND- and CF-specific pins.
27134 - Make the MACB SPEED pin optional, and choose between MII/RMII
27135 using a parameter instead of an #ifdef.
27136 - Make it possible to use other MMC slots than slot 0, and support
27137 different MMC/SDCard data bus widths.
27138 - Use more reasonable pull-up defaults; floating pins may consume a
27139 lot of power.
27140 - Get rid of some custom portmux code from the mimc200 board code. The
27141 old gpio/portmux API couldn't really handle its requirements, but
27142 the new one can.
27143 - Add documentation.
27144
27145 The end result is slightly smaller code for all boards. Which isn't
27146 really the point, but at least it isn't any larger.
27147
27148 This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
27149 the board maintainers could help me test this on their boards. In
27150 particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
27151 can help me out.
27152
27153 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27154 Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
27155 Cc: Mark Jackson <mpfj@mimc.co.uk>
27156 Cc: Alex Raimondi <alex.raimondi@miromico.ch>
27157 Cc: Julien May <julien.may@miromico.ch>
27158
27159 Changes since v1:
27160 * Enable pullup on NWAIT
27161 * Add missing include to portmux-pio.h
27162 * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
27163
27164 commit 4c24e8288c601cb773ab02528b48a8577970e867
27165 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27166 Date: Sat Aug 30 17:28:36 2008 +0200
27167
27168 avr32: data_bits should reflect the actual number of data bits
27169
27170 Make the data_bits enum in struct sdram_config reflect the actual number
27171 of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
27172 32 bits is just too confusing.
27173
27174 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27175
27176 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
27177 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27178 Date: Fri Aug 29 17:48:18 2008 +0200
27179
27180 avr32: Update README
27181
27182 Remove some outdated and/or unnecessary information, and add updated
27183 information about the toolchain and buildroot.
27184
27185 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27186
27187 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
27188 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27189 Date: Sun Aug 31 23:28:15 2008 +0900
27190
27191 sh: Remove CC line from board's Makefile
27192
27193 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27194
27195 commit 468eae0660de6fdfd9999944c536ecc4797bd944
27196 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27197 Date: Sun Aug 31 23:25:57 2008 +0900
27198
27199 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
27200
27201 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27202
27203 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
27204 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27205 Date: Thu Aug 28 14:50:52 2008 +0900
27206
27207 sh: Add support sh2 to MAKEALL
27208
27209 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27210 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27211
27212 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
27213 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27214 Date: Thu Aug 28 14:52:23 2008 +0900
27215
27216 sh: Fix compile error rsk7203 board
27217
27218 This boards used old type preprocessor.
27219 This patch fix compile error.
27220
27221 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27222 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27223
27224 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
27225 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27226 Date: Thu Aug 28 14:53:31 2008 +0900
27227
27228 sh: Fix compile error sh7785lcr board
27229
27230 This boards used old type preprocessor.
27231 This patch fix compile error.
27232
27233 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27234 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27235
27236 commit 6f0da4972e48f99d37bc522814940a6022cd3084
27237 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27238 Date: Fri Aug 22 17:39:09 2008 +0900
27239
27240 sh: Renesas Solutions AP325RXA board support
27241
27242 AP325RXA is SH7723's reference board.
27243 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
27244 In this patch, support SCIF, NOR Flash, and Ethernet.
27245
27246 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27247 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27248
27249 commit ab09f433b50bb83b5e440c335bc3839ee069e534
27250 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27251 Date: Fri Aug 22 17:48:51 2008 +0900
27252
27253 sh: add support Renesas SH7723
27254
27255 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
27256 This patch supports CPU register's header file and SCIF serial driver.
27257
27258 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27259 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27260
27261 commit c655fad06ba3fb042dbc667724a40e1a9a091248
27262 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27263 Date: Sun Aug 31 23:02:04 2008 +0900
27264
27265 sh: Renesas RSK+ 7203 board support
27266
27267 This adds initial support for the RTE RSK+ SH7203 board.
27268
27269 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27270 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27271
27272 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
27273 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27274 Date: Thu Jul 3 23:11:02 2008 +0900
27275
27276 sh: Add support Renesas SH7203 processor
27277
27278 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27279 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27280
27281 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
27282 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27283 Date: Sun Aug 31 22:48:33 2008 +0900
27284
27285 sh: Add support SH2/SH2A which is CPU of Renesas Technology
27286
27287 Add support SH2/SH2A basic function.
27288
27289 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27290 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27291
27292 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
27293 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27294 Date: Sun Aug 31 22:45:08 2008 +0900
27295
27296 sh: Renesas R0P7785LC0011RL board support
27297
27298 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
27299 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
27300
27301 This patch supports the following functions:
27302 - 128MB DDR2-SDRAM (29-bit address mode only)
27303 - NOR Flash
27304 - USB host
27305 - Ethernet
27306
27307 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27308 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27309
27310 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
27311 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27312 Date: Thu Jul 10 19:32:53 2008 +0900
27313
27314 sh: add support for SH7785
27315
27316 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
27317 This patch supports CPU register's header file.
27318
27319 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
27320 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27321
27322 commit d6e04258be8f2408845468d3cf722a4cf0433445
27323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27324 Date: Sun Aug 31 04:45:42 2008 +0200
27325
27326 davinci: fix remaining dm644x_eth
27327
27328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27329
27330 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
27331 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27332 Date: Sun Aug 31 04:24:56 2008 +0200
27333
27334 fs: Move conditional compilation to Makefile
27335
27336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27337
27338 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
27339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27340 Date: Sun Aug 31 04:24:55 2008 +0200
27341
27342 devices: merge to list_head
27343
27344 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27345
27346 commit ef0255fc75f28655f9681422079287d68a14dbaa
27347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27348 Date: Sun Aug 31 04:24:51 2008 +0200
27349
27350 update linux/list
27351
27352 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27353
27354 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
27355 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27356 Date: Sun Aug 31 00:39:48 2008 +0200
27357
27358 smdk6400: add gitignore
27359
27360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27361
27362 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
27363 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27364 Date: Sun Aug 31 00:39:48 2008 +0200
27365
27366 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
27367
27368 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27369
27370 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
27371 Author: Guennadi Liakhovetski <lg@denx.de>
27372 Date: Sun Aug 31 00:39:47 2008 +0200
27373
27374 smdk6400: remove redundant bootargs definition
27375
27376 Double bootargs setting leads to a duplicated environmant entry.
27377
27378 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27379
27380 commit 11edcfe260f20dcea79284a3e95270989d433854
27381 Author: Guennadi Liakhovetski <lg@denx.de>
27382 Date: Sun Aug 31 00:39:47 2008 +0200
27383
27384 ARM: Add support for S3C6400 based SMDK6400 board
27385
27386 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
27387 driver for it too. The board can also boot from the NOR flash, but due to
27388 hardware limitations it can only address 64KiB on it, which is not enough
27389 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
27390
27391 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27392
27393 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
27394 Author: Guennadi Liakhovetski <lg@denx.de>
27395 Date: Sun Aug 31 00:39:47 2008 +0200
27396
27397 NAND: add NAND driver for S3C64XX
27398
27399 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
27400
27401 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27402
27403 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
27404 Author: Guennadi Liakhovetski <lg@denx.de>
27405 Date: Sun Aug 31 00:39:47 2008 +0200
27406
27407 S3C64XX: remove broken HWFLOW support from the serial driver
27408
27409 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
27410 broken and currently unused. Remove it.
27411
27412 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27413
27414 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
27415 Author: Guennadi Liakhovetski <lg@denx.de>
27416 Date: Sun Aug 31 00:39:47 2008 +0200
27417
27418 serial: add S3C64XX serial driver
27419
27420 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
27421
27422 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27423
27424 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
27425 Author: Guennadi Liakhovetski <lg@denx.de>
27426 Date: Sun Aug 31 00:39:46 2008 +0200
27427
27428 USB: Add support for OHCI controller on S3C6400
27429
27430 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
27431 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
27432 it should work too and we could still profit from instruction cache.
27433
27434 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27435
27436 commit 9b07773f8883665b002500c190507e9fd99b7181
27437 Author: Guennadi Liakhovetski <lg@denx.de>
27438 Date: Sun Aug 31 00:39:46 2008 +0200
27439
27440 ARM: Add arm1176 core with S3C6400 SoC
27441
27442 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
27443
27444 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27445
27446 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
27447 Author: Sandeep Paulraj <s-paulraj@ti.com>
27448 Date: Sun Aug 31 00:39:46 2008 +0200
27449
27450 ARM DaVinci: Changing function names for EMAC driver
27451
27452 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
27453 By replacing all the function names that start with dm644x_* to davinci_*
27454 we make these function more portable. I have tested this change on my EVM.
27455 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
27456 be sending patches that add DaVinci DM6467 support to the list soon.
27457
27458 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
27459
27460 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
27461 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
27462 Date: Sat Aug 30 23:21:30 2008 +0200
27463
27464 Integrator[AP/CP] - Remove unused file memsetup.S
27465
27466 - memsetup.s is changed/merged to lowlevel_init.S
27467 memsetup.S has a global label memsetup that just returns back to caller
27468 - memsetup global label is changed/merged to lowlevel_init
27469 This label is not called from anywhere.
27470
27471 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
27472
27473 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
27474 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27475 Date: Wed Aug 27 21:35:52 2008 +0200
27476
27477 ARM DaVinci: Standardize names of directories/files
27478
27479 ARM DaVinci: Standardize names of directories/files.
27480
27481 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27482 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27483
27484 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
27485 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27486 Date: Fri Jul 11 15:10:13 2008 -0400
27487
27488 ARM DaVinci: Move common functions to board/davinci/common
27489
27490 ARM DaVinci: Move common functions to board/davinci/common.
27491
27492 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
27493
27494 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
27495 Author: Stefan Roese <sr@denx.de>
27496 Date: Fri Aug 29 11:56:49 2008 +0200
27497
27498 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
27499
27500 This function is needed for the new NAND infrastructure. We only need
27501 a dummy implementation though for the NDFC.
27502
27503 Signed-off-by: Stefan Roese <sr@denx.de>
27504
27505 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
27506 Author: Stefan Roese <sr@denx.de>
27507 Date: Fri Aug 29 12:06:27 2008 +0200
27508
27509 ppc4xx: Increase image size for NAND boot target
27510
27511 This is needed since now with HUSH enabled (amcc-common.h) the image
27512 read from NAND exceeds the previous limit.
27513
27514 Signed-off-by: Stefan Roese <sr@denx.de>
27515
27516 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
27517 Author: Ben Warren <biggerbadderben@gmail.com>
27518 Date: Thu Aug 28 23:58:30 2008 -0700
27519
27520 Move MPC512x_FEC driver to drivers/net
27521
27522 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27523
27524 commit 80b00af01b3c9154774de2936f05a051e92f6a03
27525 Author: Ben Warren <biggerbadderben@gmail.com>
27526 Date: Thu Aug 28 23:58:29 2008 -0700
27527
27528 Move MPC5xxx_FEC driver to drivers/net
27529
27530 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27531
27532 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
27533 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27534 Date: Fri Aug 29 21:53:57 2008 +0200
27535
27536 cmd_terminal: remove no need ifdef
27537
27538 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27539
27540 commit 578118bdf122877ae769776be002255be447b4fa
27541 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27542 Date: Fri Aug 29 21:53:57 2008 +0200
27543
27544 common/Makefile: order by functionality
27545
27546 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27547
27548 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
27549 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27550 Date: Fri Aug 29 21:53:56 2008 +0200
27551
27552 miiphyutil: Move conditional compilation to Makefile
27553
27554 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27555
27556 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
27557 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27558 Date: Fri Aug 29 21:53:37 2008 +0200
27559
27560 autoscript: Move conditional compilation to Makefile
27561
27562 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27563
27564 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
27565 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27566 Date: Fri Aug 29 01:18:11 2008 +0200
27567
27568 crc16: move to lib_generic
27569
27570 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27571
27572 commit 55195773eacefb22dd483a3c560ea30a14263ce1
27573 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27574 Date: Fri Aug 29 01:18:01 2008 +0200
27575
27576 miiphybb: move to drivers/net/phy
27577
27578 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27579
27580 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
27581 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27582 Date: Thu Aug 28 12:31:51 2008 +0200
27583
27584 soft_spi: move to drivers/spi
27585
27586 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27587
27588 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
27589 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27590 Date: Thu Aug 28 12:31:51 2008 +0200
27591
27592 soft_i2c: move to drivers/i2c
27593
27594 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27595
27596 commit 717a222229fdb77703e9174d0eb08a4b41febf49
27597 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27598 Date: Thu Aug 28 12:31:48 2008 +0200
27599
27600 gunzip: move to lib_generic
27601
27602 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27603
27604 commit 52aef8f9ba28b747973bf76741c23db658d5773c
27605 Author: Wolfgang Ocker <weo@reccoware.de>
27606 Date: Tue Aug 26 19:55:23 2008 +0200
27607
27608 ppc4xx: NAND configuration
27609
27610 Made NAND bank configuration setting a config variable.
27611
27612 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
27613 Signed-off-by: Stefan Roese <sr@denx.de>
27614
27615 commit 5bc542a593abc9e974fbd34704af85c37c366c60
27616 Author: Victor Gallardo <vgallardo@amcc.com>
27617 Date: Thu Aug 28 16:03:28 2008 -0700
27618
27619 ppc4xx: fix UIC external_interrupt hang on UIC0
27620
27621 This patch fixes a UIC external_interrupt hang if critical or non-critical
27622 interrupt is set at the same time as a normal interrupt is set on UIC0.
27623
27624 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
27625 Signed-off-by: Stefan Roese <sr@denx.de>
27626
27627 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
27628 Author: Prodyut Hazarika <phazarika@amcc.com>
27629 Date: Wed Aug 27 16:39:00 2008 -0700
27630
27631 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
27632
27633 Removed Magic numbers from Initialization preload registers
27634 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
27635 About 5-7% improvement seen for LMBench memtests
27636
27637 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
27638 Signed-off-by: Stefan Roese <sr@denx.de>
27639
27640 commit 8a490422bed685c9491274ec997f62061d88620b
27641 Author: John Rigby <jrigby@freescale.com>
27642 Date: Thu Aug 28 13:17:07 2008 -0600
27643
27644 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
27645
27646 MPC5121 rev 2 silicon has a new register for controlling how long
27647 CS is asserted after deassertion of ALE in multiplexed mode.
27648
27649 The default is to assert CS together with ALE. The alternative
27650 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
27651
27652 The default is wrong for the NOR flash and CPLD on the ADS5121.
27653
27654 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
27655 it does so conditionally based on silicon rev 2.0 or greater.
27656
27657 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
27658 Signed-off-by: John Rigby <jrigby@freescale.com>
27659
27660 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
27661 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27662 Date: Tue Aug 19 00:56:46 2008 +0600
27663
27664 Add I2C frequency dividers for ColdFire
27665
27666 The existing I2C freqency dividers for FDR does not apply
27667 to ColdFire platforms; thus, a seperate table is added
27668 based on MCF5xxx Reference Manual
27669
27670 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
27671 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27672 Acked-by: Tabi Timur <timur@freescale.com>
27673
27674 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
27675 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27676 Date: Tue Aug 19 03:01:19 2008 +0600
27677
27678 ColdFire: I2C fix for multiple platforms
27679
27680 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27681
27682 commit d53cf6a9c7423cba668b867978648645f71c3090
27683 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27684 Date: Tue Aug 19 00:37:13 2008 +0600
27685
27686 ColdFire: Add CONFIG_MII_INIT for M5272C3
27687
27688 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27689
27690 commit f78ced3028d4130b24a318943a70cf5584ab16f4
27691 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27692 Date: Tue Aug 19 00:26:25 2008 +0600
27693
27694 ColdFire: Multiple fixes for MCF5445x platforms
27695
27696 Add FEC pin set and mii reset in __mii_init(). Change
27697 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
27698 change cfi_offset to 0, and change CFG_FLASH_CFI to
27699 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
27700 M54455EVB env settings in configuration file.
27701
27702 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27703
27704 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
27705 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27706 Date: Fri Aug 15 18:24:25 2008 +0000
27707
27708 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
27709
27710 The user manuals recommend 7.
27711
27712 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
27713 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27714
27715 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
27716 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27717 Date: Fri Aug 15 16:50:07 2008 +0000
27718
27719 ColdFire: Raise uart baudrate to 115200 bps
27720
27721 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
27722 uart baudrate increase from 19200 to 115200 bps
27723
27724 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27725
27726 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
27727 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27728 Date: Wed Aug 13 12:07:03 2008 +0000
27729
27730 ColdFire: Fix board.c warning message
27731
27732 Implicit declaration of nand_init() warning message
27733
27734 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27735
27736 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
27737 Author: Kumar Gala <galak@kernel.crashing.org>
27738 Date: Wed Aug 27 01:10:34 2008 -0500
27739
27740 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
27741
27742 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27743
27744 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
27745 Author: Heiko Schocher <hs@denx.de>
27746 Date: Thu Aug 21 20:44:49 2008 +0200
27747
27748 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
27749
27750 Signed-off-by: Heiko Schocher <hs@denx.de>
27751
27752 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
27753 Author: Kumar Gala <galak@kernel.crashing.org>
27754 Date: Tue Aug 19 14:46:36 2008 -0500
27755
27756 mpc85xx: remove redudant code with lib_ppc/interrupts.c
27757
27758 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
27759 not show how that happened, but there is no good reason for it.
27760
27761 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
27762 they exist.
27763
27764 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27765
27766 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
27767 Author: Kumar Gala <galak@kernel.crashing.org>
27768 Date: Fri Jul 25 13:31:05 2008 -0500
27769
27770 mpc85xx: Add support for the MPC8536DS reference board
27771
27772 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27773 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
27774 Signed-off-by: Dejan Minic <minic@freescale.com>
27775 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
27776 Signed-off-by: Dave Liu <daveliu@freescale.com>
27777 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27778
27779 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
27780 Author: Kumar Gala <galak@kernel.crashing.org>
27781 Date: Tue Aug 12 11:14:19 2008 -0500
27782
27783 mpc85xx: Add support for the MPC8536
27784
27785 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
27786 also have SERDES init code for the 8536.
27787
27788 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27789 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
27790 Signed-off-by: Dejan Minic <minic@freescale.com>
27791 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
27792 Signed-off-by: Dave Liu <daveliu@freescale.com>
27793
27794 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
27795 Author: Kumar Gala <galak@kernel.crashing.org>
27796 Date: Tue Aug 12 11:13:08 2008 -0500
27797
27798 mpc85xx: Add support for the MPC8572DS reference board
27799
27800 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27801
27802 commit 457caecdbca3df21a93abff19eab12dbc61b7897
27803 Author: Kumar Gala <galak@kernel.crashing.org>
27804 Date: Wed Aug 27 01:05:35 2008 -0500
27805
27806 FSL DDR: Remove old SPD support from cpu/mpc85xx
27807
27808 All 85xx boards have been converted to the new code so we can
27809 remove the old SPD DDR setup code.
27810
27811 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27812
27813 commit 0e7927db138976469e7257e29c1338050a50fcd9
27814 Author: Kumar Gala <galak@kernel.crashing.org>
27815 Date: Wed Aug 27 01:04:07 2008 -0500
27816
27817 FSL DDR: Convert STXSSA to new DDR code.
27818
27819 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27820
27821 commit c360d9b970fbb9c13744c355879671165bbb9b9e
27822 Author: Kumar Gala <galak@kernel.crashing.org>
27823 Date: Wed Aug 27 01:03:42 2008 -0500
27824
27825 FSL DDR: Convert STXGP3 to new DDR code.
27826
27827 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27828
27829 commit 8e55313b7ae12352a343f9b9962e662dbd897187
27830 Author: Kumar Gala <galak@kernel.crashing.org>
27831 Date: Tue Aug 26 23:52:58 2008 -0500
27832
27833 FSL DDR: Convert SBC8560 to new DDR code.
27834
27835 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27836
27837 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
27838 Author: Kumar Gala <galak@kernel.crashing.org>
27839 Date: Tue Aug 26 23:52:32 2008 -0500
27840
27841 FSL DDR: Convert MPC8540EVAL to new DDR code.
27842
27843 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27844
27845 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
27846 Author: Kumar Gala <galak@kernel.crashing.org>
27847 Date: Tue Aug 26 23:52:07 2008 -0500
27848
27849 FSL DDR: Convert PM856 to new DDR code.
27850
27851 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27852
27853 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
27854 Author: Kumar Gala <galak@kernel.crashing.org>
27855 Date: Tue Aug 26 23:51:49 2008 -0500
27856
27857 FSL DDR: Convert PM854 to new DDR code.
27858
27859 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27860
27861 commit 33b9079ba20926f14238fff863b68a98e938948e
27862 Author: Kumar Gala <galak@kernel.crashing.org>
27863 Date: Tue Aug 26 23:15:28 2008 -0500
27864
27865 FSL DDR: Convert sbc8548 to new DDR code.
27866
27867 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27868
27869 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
27870 Author: Kumar Gala <galak@kernel.crashing.org>
27871 Date: Tue Aug 26 23:14:14 2008 -0500
27872
27873 FSL DDR: Convert atum8548 to new DDR code.
27874
27875 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27876
27877 commit be0bd8234b9777ecd63c4c686f72af070d886517
27878 Author: Kumar Gala <galak@kernel.crashing.org>
27879 Date: Tue Aug 26 22:56:56 2008 -0500
27880
27881 FSL DDR: Convert socrates to new DDR code.
27882
27883 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27884
27885 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
27886 Author: Kumar Gala <galak@kernel.crashing.org>
27887 Date: Tue Aug 26 08:02:30 2008 -0500
27888
27889 FSL DDR: Convert MPC8544DS to new DDR code.
27890
27891 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27892
27893 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
27894 Author: Jon Loeliger <jdl@freescale.com>
27895 Date: Tue Mar 18 13:51:05 2008 -0500
27896
27897 FSL DDR: Convert MPC8568MDS to new DDR code.
27898
27899 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27900 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27901
27902 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
27903 Author: Jon Loeliger <jdl@freescale.com>
27904 Date: Tue Mar 18 13:51:06 2008 -0500
27905
27906 FSL DDR: Convert MPC8548CDS to new DDR code.
27907
27908 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27909 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27910
27911 commit aa11d85cf318b961e029fe50d68ca47d004bce93
27912 Author: Jon Loeliger <jdl@freescale.com>
27913 Date: Mon Mar 17 15:48:18 2008 -0500
27914
27915 FSL DDR: Convert MPC8541CDS to new DDR code.
27916
27917 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27919
27920 commit 2b40edb10d81da7bba724edbccd7f53777112579
27921 Author: Jon Loeliger <jdl@freescale.com>
27922 Date: Tue Mar 18 11:12:42 2008 -0500
27923
27924 FSL DDR: Convert MPC8555ADS to new DDR code.
27925
27926 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27927 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27928
27929 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
27930 Author: Jon Loeliger <jdl@freescale.com>
27931 Date: Tue Mar 18 11:12:44 2008 -0500
27932
27933 FSL DDR: Convert MPC8560ADS to new DDR code.
27934
27935 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27936 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27937
27938 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
27939 Author: Kumar Gala <galak@kernel.crashing.org>
27940 Date: Fri Jun 6 13:12:18 2008 -0500
27941
27942 FSL DDR: Convert MPC8540ADS to new DDR code.
27943
27944 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27945
27946 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
27947 Author: Kumar Gala <galak@kernel.crashing.org>
27948 Date: Tue Aug 26 21:34:55 2008 -0500
27949
27950 FSL DDR: Add 85xx specific register setting
27951
27952 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27953
27954 commit 6fb1b7346849ccd0c20306143e334f5b76143070
27955 Author: Kumar Gala <galak@kernel.crashing.org>
27956 Date: Mon Jun 9 11:07:46 2008 -0500
27957
27958 FSL DDR: Add e500 TLB helper for DDR code
27959
27960 Provide a helper function that board code can call to map TLBs when
27961 setting up DDR.
27962
27963 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27964
27965 commit d26b739afe5a6760bd345743188759cd9d0f3b47
27966 Author: Andrew Dyer <adyer@righthandtech.com>
27967 Date: Tue Aug 26 17:03:38 2008 -0500
27968
27969 dm9000 remove dead external phy support, gpio fix
27970
27971 dm9000 has code to detect and initialize external phy parts, but later
27972 on in the code the part is forced to use the internal phy
27973 unconditionally. Remove the unused/untested code.
27974
27975 change the GPIO initialization so that only the GPIO used as an
27976 internal phy reset (hardwired in the chip) is set as an output. The
27977 remaining GPIO need to be handled by board specific code to prevent
27978 possible drive conflicts. Set as inputs for safety.
27979
27980 replace a few magic numbers with defines
27981
27982 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
27983 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27984
27985 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
27986 Author: Peter Tyser <ptyser@xes-inc.com>
27987 Date: Tue Aug 26 11:17:48 2008 -0500
27988
27989 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
27990
27991 cmd_net.c command descriptions were updated to describe the optional
27992 hostIPaddr argument. The dhcp command help message was also updated
27993 to more closely reflect the other commands in cmd_net.c
27994
27995 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27996 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27997
27998 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
27999 Author: Remy Bohmer <linux@bohmer.net>
28000 Date: Wed Aug 20 11:30:28 2008 +0200
28001
28002 Fix bogus error message in the DHCP handler
28003
28004 The DHCP handler has 1 state that is not listed in this case, causing a
28005 failure message when there is actually no failure.
28006
28007 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28008 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28009
28010 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
28011 Author: Remy Bohmer <linux@bohmer.net>
28012 Date: Wed Aug 20 11:30:27 2008 +0200
28013
28014 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
28015
28016 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
28017 missing extern inside the net/bootp.h header
28018
28019 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28020 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28021
28022 commit 1803f7f91ff35ca402259065df7557107dcf28a2
28023 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28024 Date: Tue Aug 19 21:26:32 2008 +0000
28025
28026 ColdFire: Add FEC Buffer descriptors in SRAM
28027
28028 Add FEC Buffer descriptors and data buffer in SRAM for
28029 faster execution and access.
28030
28031 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28032 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28033
28034 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
28035 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28036 Date: Thu Aug 21 23:55:11 2008 +0000
28037
28038 Fix ColdFire FEC warning messages
28039
28040 Types mismatch and implicit declaration of icache_invalid()
28041 warning messages
28042
28043 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28044 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28045
28046 commit 6a002171098e968bd5b362347d2831224fab6048
28047 Author: Ben Warren <biggerbadderben@gmail.com>
28048 Date: Sat Jul 12 00:17:50 2008 -0700
28049
28050 Moved initialization of SKGE Ethernet driver to board code.
28051
28052 The only board using this driver is the SL8245 board.
28053 Removed initialization for the driver from net/eth.c
28054
28055 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28056
28057 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
28058 Author: Ben Warren <biggerbadderben@gmail.com>
28059 Date: Sat Jul 12 00:08:45 2008 -0700
28060
28061 Moved conditional compilation to Makefile for SK98 Ethernet driver
28062
28063 Brute-force removal of #ifdefs. Didn't touch the code.
28064 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28065
28066 commit 65d3d99c28dc363d15eaee78225ff643df499b97
28067 Author: Ben Warren <biggerbadderben@gmail.com>
28068 Date: Fri Jul 11 23:42:19 2008 -0700
28069
28070 Moved initialization of ULI526X Ethernet driver to board code.
28071
28072 The only board using this driver is the Freescale MPC8610HPCD board.
28073 Removed initialization for the driver from net/eth.c
28074
28075 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28076
28077 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
28078 Author: Ben Warren <biggerbadderben@gmail.com>
28079 Date: Fri Jul 11 23:15:28 2008 -0700
28080
28081 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
28082
28083 Added board_eth_init() function to bf537-stamp board.
28084 Removed initialization for the Blackin EMAC driver from net/eth.c
28085
28086 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28087
28088 commit fc363ce35408f348cacced68505f3747a53e3d7c
28089 Author: Ben Warren <biggerbadderben@gmail.com>
28090 Date: Wed Jul 9 01:04:19 2008 -0700
28091
28092 Moved initialization of GRETH Ethernet driver to CPU directory
28093
28094 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
28095 removed code from net/eth.c
28096
28097 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28098
28099 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
28100 Author: Ben Warren <biggerbadderben@gmail.com>
28101 Date: Tue Aug 26 22:16:25 2008 -0700
28102
28103 Moved initialization of MCFFEC Ethernet driver to CPU directory
28104
28105 Added a cpu_eth_init() function to coldfire CPU directories and
28106 removed code from net/eth.c
28107
28108 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28109
28110 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
28111 Author: Ben Warren <biggerbadderben@gmail.com>
28112 Date: Tue Aug 26 22:12:36 2008 -0700
28113
28114 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
28115
28116 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
28117 removed code from net/eth.c
28118
28119 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28120
28121 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
28122 Author: Kumar Gala <galak@kernel.crashing.org>
28123 Date: Tue Aug 26 15:01:38 2008 -0500
28124
28125 FSL DDR: Remove old SPD support from cpu/mpc86xx
28126
28127 All 86xx boards have been converted to the new code so we can
28128 remove the old SPD DDR setup code.
28129
28130 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28131
28132 commit 9bd4e5911b750837515466bc7449087698b88e0e
28133 Author: Kumar Gala <galak@kernel.crashing.org>
28134 Date: Tue Aug 26 15:01:37 2008 -0500
28135
28136 FSL DDR: Convert SBC8641D to new DDR code.
28137
28138 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28139
28140 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
28141 Author: Jon Loeliger <jdl@freescale.com>
28142 Date: Tue Aug 26 15:01:36 2008 -0500
28143
28144 FSL DDR: Convert MPC8610HPCD to new DDR code.
28145
28146 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28147 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28148
28149 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
28150 Author: Kumar Gala <galak@kernel.crashing.org>
28151 Date: Tue Aug 26 15:01:35 2008 -0500
28152
28153 FSL DDR: Convert MPC8641HPCN to new DDR code.
28154
28155 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28156 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28157
28158 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
28159 Author: Kumar Gala <galak@kernel.crashing.org>
28160 Date: Tue Aug 26 15:01:34 2008 -0500
28161
28162 FSL DDR: Add 86xx specific register setting
28163
28164 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28165
28166 commit 233fdd502a6c227f476212b3097653ad48d7e254
28167 Author: Kumar Gala <galak@kernel.crashing.org>
28168 Date: Tue Aug 26 15:01:32 2008 -0500
28169
28170 FSL DDR: Add DDR2 DIMM paramter support
28171
28172 Compute DIMM parameters based upon the SPD information.
28173
28174 Signed-off-by: James Yang <James.Yang@freescale.com>
28175 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28176 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28177
28178 commit 05c05a2363a6ac11e0e405926034546ffad71fad
28179 Author: Kumar Gala <galak@kernel.crashing.org>
28180 Date: Tue Aug 26 15:01:30 2008 -0500
28181
28182 FSL DDR: Add DDR1 DIMM paramter support
28183
28184 Compute DIMM parameters based upon the SPD information in spd.
28185
28186 Signed-off-by: James Yang <James.Yang@freescale.com>
28187 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28188 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28189
28190 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
28191 Author: Kumar Gala <galak@kernel.crashing.org>
28192 Date: Tue Aug 26 15:01:29 2008 -0500
28193
28194 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
28195
28196 The main purpose of this rewrite it to be able to share the same
28197 initialization code on all FSL PowerPC products that have DDR
28198 controllers. (83xx, 85xx, 86xx).
28199
28200 The code is broken up into the following steps:
28201 GET_SPD
28202 COMPUTE_DIMM_PARMS
28203 COMPUTE_COMMON_PARMS
28204 GATHER_OPTS
28205 ASSIGN_ADDRESSES
28206 COMPUTE_REGS
28207 PROGRAM_REGS
28208
28209 This allows us to share more code an easily allow for board specific code
28210 overrides.
28211
28212 Additionally this code base adds support for >4G of DDR and provides a
28213 foundation for supporting interleaving on processors with more than one
28214 controller.
28215
28216 Signed-off-by: James Yang <James.Yang@freescale.com>
28217 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28218 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28219 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
28220 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28221
28222 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
28223 Author: Kumar Gala <galak@kernel.crashing.org>
28224 Date: Tue Aug 26 15:01:28 2008 -0500
28225
28226 FSL DDR: Provide a generic set_ddr_laws()
28227
28228 Provide a helper function that will setup the last available
28229 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
28230
28231 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28232
28233 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
28234 Author: James Yang <James.Yang@freescale.com>
28235 Date: Tue Aug 26 15:01:27 2008 -0500
28236
28237 Add proper SPD definitions for DDR1/2/3
28238
28239 Also adds helper functions for DDR1/2 to verify the checksum.
28240
28241 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28242
28243 commit 285db74716c724ae8a0ff177878fd09a74428c7b
28244 Author: Wolfgang Denk <wd@denx.de>
28245 Date: Wed Aug 27 01:02:48 2008 +0200
28246
28247 Update CHANGELOG
28248
28249 Signed-off-by: Wolfgang Denk <wd@denx.de>
28250
28251 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
28252 Author: Heiko Schocher <hs@denx.de>
28253 Date: Tue Aug 19 10:08:49 2008 +0200
28254
28255 Add support for muas3001 board (MPC8270)
28256
28257 Signed-off-by: Heiko Schocher <hs@denx.de>
28258
28259 commit 322098bff32410d2a00031649b47c4ec90a66d9a
28260 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28261 Date: Tue Aug 19 08:31:18 2008 +0530
28262
28263 common/cmd_load.c cleanup - remove unused variables
28264
28265 - Remove unused global variable os_data_count.
28266 - Remove unused variable z.
28267
28268 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
28269
28270 commit 306620b762a4f9fa6678568ad2e8772dec145208
28271 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28272 Date: Mon Aug 18 13:35:27 2008 +0200
28273
28274 remove MVS1 board
28275
28276 MVS1 board has reached end-of-life and can be removed completely.
28277
28278 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28279
28280 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
28281 Author: Kumar Gala <galak@kernel.crashing.org>
28282 Date: Fri Aug 15 08:24:45 2008 -0500
28283
28284 bootm: refactor do_reset and os boot function args
28285
28286 There is no need for each OS specific function to call do_reset() we
28287 can just do it once in bootm. This means its feasible on an error for
28288 the OS boot function to return.
28289
28290 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
28291 functions. flag isn't currently used but might be in the future so
28292 we left it alone.
28293
28294 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28295
28296 commit 40afac22a9c602e55c501c800f1c064324711b56
28297 Author: Kumar Gala <galak@kernel.crashing.org>
28298 Date: Fri Aug 15 08:24:44 2008 -0500
28299
28300 fdt: Added resize command
28301
28302 Resize the fdt to size + padding to 4k boundary
28303
28304 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28305
28306 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
28307 Author: Kumar Gala <galak@kernel.crashing.org>
28308 Date: Fri Aug 15 08:24:43 2008 -0500
28309
28310 fdt: refactor initrd related code
28311
28312 Created a new fdt_initrd() to deal with setting the initrd properties
28313 in the device tree and fixing up the mem reserve. We can use this
28314 both in the choosen node handling and lets us remove some duplicated
28315 code when we fixup the initrd info in bootm on PPC.
28316
28317 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28318
28319 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
28320 Author: Kumar Gala <galak@kernel.crashing.org>
28321 Date: Fri Aug 15 08:24:42 2008 -0500
28322
28323 fdt: refactor fdt resize code
28324
28325 Move the fdt resizing code out of ppc specific boot code and into
28326 common fdt support code.
28327
28328 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28329
28330 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
28331 Author: Kumar Gala <galak@kernel.crashing.org>
28332 Date: Fri Aug 15 08:24:41 2008 -0500
28333
28334 bootm: refactor image detection and os load steps
28335
28336 Created a bootm_start() that handles the parsing and detection of all
28337 the images that will be used by the bootm command (OS, ramdisk, fdt).
28338 As part of this we now tract all the relevant image offsets in the
28339 bootm_headers_t struct. This will allow us to have all the needed
28340 state for future sub-commands and lets us reduce a bit of arch
28341 specific code on SPARC.
28342
28343 Created a bootm_load_os() that deals with decompression and loading
28344 the OS image.
28345
28346 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28347
28348 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
28349 Author: Kumar Gala <galak@kernel.crashing.org>
28350 Date: Fri Aug 15 08:24:40 2008 -0500
28351
28352 bootm: move lmb into the bootm_headers_t structure
28353
28354 To allow for persistent state between future bootm subcommands we
28355 need the lmb to exist in a global state.
28356 Moving it into the bootm_headers_t allows us to do that.
28357
28358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28359
28360 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
28361 Author: Kumar Gala <galak@kernel.crashing.org>
28362 Date: Fri Aug 15 08:24:39 2008 -0500
28363
28364 bootm: Set working fdt address as part of the bootm flow
28365
28366 Set the fdt working address so "fdt FOO" commands can be used as part
28367 of the bootm flow. Also set an the environment variable "fdtaddr"
28368 with the value.
28369
28370 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28371
28372 commit 06a09918f3903450313e2047a9cc258bf5872f46
28373 Author: Kumar Gala <galak@kernel.crashing.org>
28374 Date: Fri Aug 15 08:24:38 2008 -0500
28375
28376 bootm: refactor fdt locating and relocation code
28377
28378 Move the code that handles finding a device tree blob and relocating
28379 it (if needed) into common code so all arch's have access to it.
28380
28381 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28382
28383 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
28384 Author: Kumar Gala <galak@kernel.crashing.org>
28385 Date: Fri Aug 15 08:24:37 2008 -0500
28386
28387 bootm: refactor ramdisk locating code
28388
28389 Move determing if we have a ramdisk and where its located into the
28390 common code. Keep track of the ramdisk start and end in the
28391 bootm_headers_t image struct.
28392
28393 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28394
28395 commit c160a9544743e80e8889edb2275538e7764ce334
28396 Author: Kumar Gala <galak@kernel.crashing.org>
28397 Date: Fri Aug 15 08:24:36 2008 -0500
28398
28399 bootm: refactor entry point code
28400
28401 Move entry point code out of each arch and into common code.
28402 Keep the entry point in the bootm_headers_t images struct.
28403
28404 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28405
28406 commit 20220d22b9f41446288588cd2e457e0077a18bed
28407 Author: Randy Vinson <rvinson@mvista.com>
28408 Date: Wed Aug 13 11:44:57 2008 -0700
28409
28410 mpc7448hpc2: Fix PCI I/O space mapping.
28411
28412 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
28413 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
28414 space such that 0xFA000000 in the processor's address space maps to 0
28415 on the PCI I/O bus.
28416
28417 Signed-off-by Randy Vinson <rvinson@mvista.com>
28418 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
28419
28420 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
28421 Author: Guennadi Liakhovetski <lg@denx.de>
28422 Date: Wed Aug 13 18:10:26 2008 +0200
28423
28424 i.MX31: Specify maintainers for i.MX31-based boards
28425
28426 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28427 Signed-off-by: Wolfgang Denk <wd@denx.de>
28428
28429 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
28430 Author: Wolfgang Denk <wd@denx.de>
28431 Date: Tue Aug 26 15:01:28 2008 +0200
28432
28433 ADS5121: adjust image addresses in RAM and flash
28434
28435 Use the same mapping in flash as used by Linux
28436
28437 Signed-off-by: Wolfgang Denk <wd@denx.de>
28438
28439 commit 19f101412c16edee9fd55db4039e1d68a833b28b
28440 Author: Wolfgang Denk <wd@denx.de>
28441 Date: Tue Aug 26 13:14:34 2008 +0200
28442
28443 cmd_mem.c: Fix help message alignment
28444
28445 Bug was introced by "Big white-space cleanup" (53677ef1)
28446
28447 Signed-off-by: Wolfgang Denk <wd@denx.de>
28448
28449 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
28450 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28451 Date: Wed Aug 20 11:11:52 2008 +0200
28452
28453 change mvBL-M7 default env and move to vendor subdir
28454
28455 fix mvBL-M7 config and move to matrix_vision subdir
28456
28457 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28458 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28459
28460 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
28461 Author: Nick Spence <nick.spence@freescale.com>
28462 Date: Fri Aug 22 23:52:40 2008 -0700
28463
28464 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
28465
28466 This patch adds elements to the 83xx sysconf structure and #define values that are used
28467 by mpc83xx family devices.
28468
28469 Signed-off-by: Nick Spence <nick.spence@freescale.com>
28470 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28471
28472 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
28473 Author: Ira W. Snyder <iws@ovro.caltech.edu>
28474 Date: Fri Aug 22 11:00:15 2008 -0700
28475
28476 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
28477
28478 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
28479 PCI card rather than a host computer.
28480
28481 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
28482 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28483
28484 commit 4ff9aea9d6b5602683a920951ef896996438af62
28485 Author: Ira W. Snyder <iws@ovro.caltech.edu>
28486 Date: Fri Aug 22 11:00:14 2008 -0700
28487
28488 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
28489
28490 This adds a helper function to unlock the PCI configuration bit, so that
28491 any extra PCI setup (such as outbound windows, etc.) can be done after
28492 using the 83XX_GENERIC_PCI code to set up the PCI bus.
28493
28494 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
28495 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28496
28497 commit 162338e1fcde231ca4d562e5ebd7859456731691
28498 Author: Ira W. Snyder <iws@ovro.caltech.edu>
28499 Date: Fri Aug 22 11:00:13 2008 -0700
28500
28501 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
28502
28503 Change the MPC8349EMDS board to use the generic PCI initialization code
28504 for the mpc83xx cpu.
28505
28506 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
28507 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28508
28509 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
28510 Author: Kim Phillips <kim.phillips@freescale.com>
28511 Date: Mon Aug 25 14:53:09 2008 -0500
28512
28513 fix out of tree building
28514
28515 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28516
28517 commit a49d10cf027d059ee15c262010a05cdaec0961e1
28518 Author: Wolfgang Denk <wd@denx.de>
28519 Date: Mon Aug 25 23:45:41 2008 +0200
28520
28521 Minor coding style cleanup, updte CHANGELOG
28522
28523 Signed-off-by: Wolfgang Denk <wd@denx.de>
28524
28525 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
28526 Author: Stefan Roese <sr@denx.de>
28527 Date: Wed Aug 20 20:29:38 2008 +0200
28528
28529 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
28530
28531 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
28532 to combine both config options into one line. This even allows defining
28533 both options and not generating the target object twice.
28534
28535 Signed-off-by: Stefan Roese <sr@denx.de>
28536
28537 commit 079edb913dbae147b50a488cf02e03f473fc5f28
28538 Author: Jens Gehrlein <sew_s@tqs.de>
28539 Date: Fri Jul 4 16:50:05 2008 +0200
28540
28541 MX31: fix bit masks in function mx31_decode_pll()
28542
28543 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
28544
28545 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
28546
28547 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
28548 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28549 Date: Mon Aug 25 11:11:34 2008 +0200
28550
28551 Correct ARM Versatile Timer Initialization
28552
28553 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
28554 -- Timer Value Register @ TIMER Base + 4 is Read-only.
28555 -- Prescale Value (Bits 3-2 of TIMER Control register)
28556 can only be one of 00,01,10. 11 is undefined.
28557 -- CFG_HZ for Versatile board is set to
28558 #define CFG_HZ (1000000 / 256)
28559 So Prescale bits is set to indicate
28560 - 8 Stages of Prescale, Clock divided by 256
28561 - The Timer Control Register has one Undefined/Shouldn't Use Bit
28562 So we should do read/modify/write Operation
28563
28564 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
28565
28566 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
28567 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28568 Date: Mon Aug 25 11:30:29 2008 +0200
28569
28570 Add ARM AMBA PL031 RTC Support
28571
28572 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28573
28574 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
28575 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28576 Date: Tue Aug 19 16:21:03 2008 -0400
28577
28578 ARM DaVinci: Removed redundant NAND initialization code.
28579
28580 ARM DaVinci: Removed redundant NAND initialization code.
28581
28582 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28583
28584 commit b3fb663b20d995ca41327db877ddb168279b3f62
28585 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28586 Date: Tue Aug 19 16:21:00 2008 -0400
28587
28588 ARM DaVinci: Fix compilation error with new MTD code.
28589
28590 ARM DaVinci: Fix compilation error with new MTD code.
28591
28592 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
28593
28594 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
28595 Author: Gerald Van Baren <vanbaren@cideas.com>
28596 Date: Fri Aug 22 14:37:05 2008 -0400
28597
28598 Add note on dereferencing /aliases pointers
28599
28600 Replace the "must quote special characters" note with a hint on
28601 how to dereference /aliases pointers by omitting the leading "/".
28602 This feature was introduced by Kumar Gala as a libfdt enhancement
28603 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
28604
28605 Example:
28606
28607 => fdt print /aliases
28608 aliases {
28609 ethernet0 = "/qe@e0100000/ucc@2000";
28610 ethernet1 = "/qe@e0100000/ucc@3000";
28611 serial0 = "/soc8360@e0000000/serial@4500";
28612 serial1 = "/soc8360@e0000000/serial@4600";
28613 pci0 = "/pci@e0008500";
28614 };
28615 => fdt print ethernet0
28616 ucc@2000 {
28617 device_type = "network";
28618 compatible = "ucc_geth";
28619 cell-index = <0x1>;
28620 reg = <0x2000 0x200>;
28621 interrupts = <0x20>;
28622 interrupt-parent = <0x2>;
28623 local-mac-address = [00 00 00 00 00 00];
28624 rx-clock-name = "none";
28625 tx-clock-name = "clk9";
28626 phy-handle = <0x3>;
28627 phy-connection-type = "rgmii-id";
28628 pio-handle = <0x4>;
28629 };
28630
28631 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28632
28633 commit feeca3f578b7f53c032ba203698751c982f8bf5a
28634 Author: Kumar Gala <galak@kernel.crashing.org>
28635 Date: Thu Aug 14 08:28:19 2008 -0500
28636
28637 libfdt: Add support for using aliases in fdt_path_offset()
28638
28639 If the path doesn't start with '/' check to see if it matches some alias
28640 under "/aliases" and substitute the matching alias value in the path
28641 and retry the lookup.
28642
28643 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28644 Acked-by: David Gibson <david@gibson.dropbear.id.au>
28645 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
28646
28647 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
28648 Author: David Gibson <david@gibson.dropbear.id.au>
28649 Date: Wed Aug 6 14:50:49 2008 +1000
28650
28651 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
28652
28653 As well as fdt_subnode_offset(), libfdt includes an
28654 fdt_subnode_offset_namelen() function that takes the subnode name to
28655 look up not as a NUL-terminated string, but as a string with an
28656 explicit length. This can be useful when the caller has the name as
28657 part of a longer string, such as a full path.
28658
28659 However, we don't have corresponding 'namelen' versions for
28660 fdt_get_property() and fdt_getprop(). There are less obvious use
28661 cases for these variants on property names, but there are
28662 circumstances where they can be useful e.g. looking up property names
28663 which need to be parsed from a longer string buffer such as user input
28664 or a configuration file, or looking up an alias in a path with
28665 IEEE1275 style aliases.
28666
28667 So, since it's very easy to implement such variants, this patch does
28668 so. The original NUL-terminated variants are, of course, implemented
28669 in terms of the namelen versions.
28670
28671 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28672
28673 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
28674 Author: David Gibson <david@gibson.dropbear.id.au>
28675 Date: Tue Jul 29 14:51:22 2008 +1000
28676
28677 libfdt: Forgot one function when cleaning the namespace
28678
28679 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
28680 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
28681 chance of collisions with things from whatever package libfdt is
28682 embedded in, pulled into the libfdt build via that environment's
28683 libfdt_env.h.
28684
28685 Except... I missed one. This patch applies the same treatment to
28686 _stringlist_contains(). While we're at it, also make it static since
28687 it's only used in the same file.
28688
28689 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28690
28691 commit 46390da15411351fc3b498bd8c1615f78fe80df0
28692 Author: Wolfram Sang <w.sang@pengutronix.de>
28693 Date: Wed Jul 9 11:22:44 2008 +0200
28694
28695 libfdt: Improve documentation in libfdt.h
28696
28697 Fix a few typos and mistakes.
28698
28699 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
28700 Acked-by: David Gibson <david@gibson.dropbear.id.au>
28701
28702 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
28703 Author: David Gibson <david@gibson.dropbear.id.au>
28704 Date: Wed Jul 9 14:10:24 2008 +1000
28705
28706 libfdt: Increase namespace-pollution paranoia
28707
28708 libfdt is supposed to easy to embed in projects all and sundry.
28709 Often, it won't be practical to separate the embedded libfdt's
28710 namespace from that of the surrounding project. Which means there can
28711 be namespace conflicts between even libfdt's internal/static functions
28712 and functions or macros coming from the surrounding project's headers
28713 via libfdt_env.h.
28714
28715 This patch, therefore, renames a bunch of libfdt internal functions
28716 and macros and makes a few other chances to reduce the chances of
28717 namespace collisions with embedding projects. Specifically:
28718 - Internal functions (even static ones) are now named _fdt_*()
28719
28720 - The type and (static) global for the error table in
28721 fdt_strerror() gain an fdt_ prefix
28722
28723 - The unused macro PALIGN is removed
28724
28725 - The memeq and streq macros are removed and open-coded in the
28726 users (they were only used once each)
28727
28728 - Other macros gain an FDT_ prefix
28729
28730 - To save some of the bulk from the previous change, an
28731 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
28732 FDT_ALIGN(x, FDT_TAGSIZE)
28733
28734 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28735
28736 commit c66830263af19831f2b7db307f79d1943febf7f9
28737 Author: David Gibson <david@gibson.dropbear.id.au>
28738 Date: Mon Jul 7 10:14:15 2008 +1000
28739
28740 dtc: Enable and fix -Wcast-qual warnings
28741
28742 Enabling -Wcast-qual warnings in dtc shows up a number of places where
28743 we are incorrectly discarding a const qualification. There are also
28744 some places where we are intentionally discarding the 'const', and we
28745 need an ugly cast through uintptr_t to suppress the warning. However,
28746 most of these are pretty well isolated with the *_w() functions. So
28747 in the interests of maximum safety with const qualifications, this
28748 patch enables the warnings and fixes the existing complaints.
28749
28750 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28751 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
28752
28753 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
28754 Author: David Gibson <david@gibson.dropbear.id.au>
28755 Date: Mon Jul 7 10:10:48 2008 +1000
28756
28757 dtc: Enable and fix -Wpointer-arith warnings
28758
28759 This patch turns on the -Wpointer-arith option in the dtc Makefile,
28760 and fixes the resulting warnings due to using (void *) in pointer
28761 arithmetic. While convenient, pointer arithmetic on void * is not
28762 portable, so it's better that we avoid it, particularly in libfdt.
28763
28764 Also add necessary definition of uintptr_t needed by David Gibson's
28765 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
28766 comes from stdint.h, which u-boot doesn't have). -- gvb
28767
28768 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28769 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28770
28771 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
28772 Author: Tirumala R Marri <tmarri@amcc.com>
28773 Date: Thu Aug 21 21:54:53 2008 -0700
28774
28775 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
28776
28777 During recent PCI-E tests it has been found that current
28778 driverl level and de-emphasis values are not set correctly.
28779 After sweeping throgh all de-ephasis values, it was found that
28780 0x130 is a right value. Where 0x13 is driver level and 0 is
28781 de-emphasis.
28782
28783 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
28784 Signed-off-by: Stefan Roese <sr@denx.de>
28785
28786 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
28787 Author: Remy Bohmer <linux@bohmer.net>
28788 Date: Wed Aug 20 20:46:56 2008 +0200
28789
28790 Make the YAFFS filesystem work
28791
28792 Recently the YAFFS filesystem support has been added to U-boot.
28793 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
28794
28795 ymount will generate an exception (when dereferencing mtd->readoob()), because
28796 the genericDevice is a null pointer. Further, a lot of logging is produced
28797 while using YAFFS fs, so logging should also be disabled.
28798 Both issues are solved by this patch.
28799
28800 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
28801 in U-boot, as well as in Linux.
28802
28803 Tested on a Atmel AT91SAM9261EK board.
28804
28805 Signed-off-by: Remy Bohmer <linux@bohmer.net>
28806 Acked-by: William Juul <william.juul@tandberg.com>
28807 Signed-off-by: Scott Wood <scottwood@freescale.com>
28808
28809 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
28810 Author: Kyungmin Park <kmpark@infradead.org>
28811 Date: Tue Aug 19 08:42:53 2008 +0900
28812
28813 Fix OneNAND read_oob/write_oob functions compatability
28814
28815 Also sync with kernel OneNAND codes
28816
28817 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
28818 Signed-off-by: Scott Wood <scottwood@freescale.com>
28819
28820 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
28821 Author: Scott Wood <scottwood@freescale.com>
28822 Date: Mon Aug 18 17:11:20 2008 -0500
28823
28824 NAND: Remove delay from nand_boot_fsl_elbc.c.
28825
28826 It was for debugging purposes, and shouldn't have been left in.
28827
28828 Signed-off-by: Scott Wood <scottwood@freescale.com>
28829
28830 commit f556483734126793522fb7a8cf36af90da78f084
28831 Author: Stefan Roese <sr@denx.de>
28832 Date: Thu Aug 21 11:05:03 2008 +0200
28833
28834 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
28835
28836 This patch fixes some minor issues introduced with the patch:
28837 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
28838
28839 - Rework memory-queue and PLB arbiter optimization code, that the
28840 local variable is not needed anymore. This removes one #ifdef.
28841 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
28842 of XXX+ 0x01). This was not introduced by Prodyut, just a
28843 copy-paste problem.
28844
28845 Signed-off-by: Stefan Roese <sr@denx.de>
28846
28847 commit 079589bcfb24ba11068460276a3cc9549ab5346f
28848 Author: Prodyut Hazarika <phazarika@amcc.com>
28849 Date: Wed Aug 20 09:38:51 2008 -0700
28850
28851 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
28852 PPC405EX and PPC460EX/GT/SX
28853
28854 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
28855 processors
28856 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
28857 across processors (405 and 440/460)
28858 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
28859 processors
28860 - Add register bit definitions for Memory Queue Configuration registers
28861
28862 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
28863 Signed-off-by: Stefan Roese <sr@denx.de>
28864
28865 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
28866 Author: Kumar Gala <galak@kernel.crashing.org>
28867 Date: Tue Aug 19 15:41:18 2008 -0500
28868
28869 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
28870
28871 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
28872 instead of bd->bi_enetaddr, bi_enet1addr, etc.
28873
28874 This makes the code a bit more flexible to the number of ethernet
28875 interfaces.
28876
28877 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28878
28879 commit 4cacf7c64609839f809e2f9c45873f1d65861703
28880 Author: Stefan Roese <sr@denx.de>
28881 Date: Tue Aug 19 14:57:55 2008 +0200
28882
28883 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
28884
28885 This patch changes the debug_printf() marco for U-Boot in hush.c and
28886 moves the definition of DEBUG_SHELL to a place that is actually compiled
28887 under U-Boot.
28888
28889 Signed-off-by: Stefan Roese <sr@denx.de>
28890
28891 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
28892 Author: Heiko Schocher <hs@denx.de>
28893 Date: Tue Aug 19 09:57:41 2008 +0200
28894
28895 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
28896
28897 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
28898 missed a few boards:
28899 include/configs/M5253DEMO.h
28900 include/configs/ml507.h
28901 include/configs/redwood.h
28902
28903 This patch fixes this.
28904
28905 Signed-off-by: Heiko Schocher <hs@denx.de>
28906
28907 commit 0768b7a872964085eece8d5e9fec9175e9deb161
28908 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28909 Date: Mon Aug 18 13:41:27 2008 +0200
28910
28911 Consolidate strmhz() implementation
28912
28913 ARM, i386, m68k and ppc all have identical implementations of strmhz().
28914 Other architectures don't provide this function at all.
28915
28916 This patch moves strmhz() into lib_generic, reducing code duplication
28917 and providing a more unified API across architectures.
28918
28919 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28920
28921 commit a928d0df211f1d829308d335d19be3ca42558dfc
28922 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28923 Date: Mon Aug 18 12:02:51 2008 +0200
28924
28925 fix mvbc_p board build warnings
28926
28927 fix build warnings @ mvBC-P board by using correct types, i.e. change
28928 out_be32 to out_be16 and out_8 accordingly.
28929
28930 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28931
28932 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
28933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28934 Date: Sat Aug 16 18:54:27 2008 +0200
28935
28936 Makefile: fix posix support on find
28937
28938 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28939
28940 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
28941 Author: Axel Beierlein <belatronix@web.de>
28942 Date: Sat Aug 16 00:30:48 2008 +0200
28943
28944 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
28945
28946 Tested with TQM5200S on STK52XX.200 Board
28947
28948 Signed-off-by: Axel Beierlein <belatronix@web.de>
28949
28950 commit 0800707b6d5041a840a65d556032c15c584b55f8
28951 Author: Peter Tyser <ptyser@xes-inc.com>
28952 Date: Fri Aug 15 14:36:32 2008 -0500
28953
28954 mod_i2c_mem() bugfix
28955
28956 The last used chip, address, and address length were not being
28957 stored for the imm and imn commands.
28958
28959 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28960
28961 commit 4afbef967275b2f636abae86f91b81becee7ad03
28962 Author: Steven A. Falco <sfalco@harris.com>
28963 Date: Fri Aug 15 15:37:31 2008 -0400
28964
28965 Fix typo in spelling of ATAPI.
28966
28967 Correct a small spelling mistake.
28968
28969 Signed-off-by: Steven A. Falco <sfalco@harris.com>
28970
28971 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
28972 Author: Steven A. Falco <sfalco@harris.com>
28973 Date: Fri Aug 15 15:34:10 2008 -0400
28974
28975 Add a hook to allow board-specific PIO mode setting.
28976
28977 This patch adds a hook whereby a board-specific routine can be called to
28978 configure hardware for a PIO mode. The prototype for the board-specific
28979 routine is:
28980
28981 int inline ide_set_piomode(int pio_mode)
28982
28983 ide_set_piomode should be prepared to configure hardware for a pio_mode
28984 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
28985
28986 Signed-off-by: Steven A. Falco <sfalco@harris.com>
28987
28988 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
28989 Author: Steven A. Falco <sfalco@harris.com>
28990 Date: Fri Aug 15 15:29:12 2008 -0400
28991
28992 Replace enums in ata.h with an include of libata.h
28993
28994 This patch removes some enums from ata.h and replaces them with an
28995 include of libata.h. This way, we eliminate duplicated code, and
28996 prevent errors whereby the different versions could be out of sync.
28997
28998 Signed-off-by: Steven A. Falco <sfalco@harris.com>
28999
29000 commit 0de0afbca865ecf482b4d2b635236746def8518f
29001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29002 Date: Fri Aug 15 18:32:41 2008 +0200
29003
29004 coldfire: fix CFI drivers activation with new macro
29005
29006 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
29007
29008 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29009
29010 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
29011 Author: Kumar Gala <galak@kernel.crashing.org>
29012 Date: Fri Aug 15 08:24:35 2008 -0500
29013
29014 fdt: fdt addr w/o any args reports back the current working address
29015
29016 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29017
29018 commit f953d99fd528a496b400a706b511eaf8e3ea66af
29019 Author: Kumar Gala <galak@kernel.crashing.org>
29020 Date: Fri Aug 15 08:24:34 2008 -0500
29021
29022 fdt: added the ability to set initrd start/end via chosen command
29023
29024 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29025
29026 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
29027 Author: Kumar Gala <galak@kernel.crashing.org>
29028 Date: Fri Aug 15 08:24:33 2008 -0500
29029
29030 Add command to enable/disable interrupts
29031
29032 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29033
29034 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
29035 Author: Nick Spence <nick.spence@freescale.com>
29036 Date: Tue Aug 19 22:21:16 2008 -0700
29037
29038 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
29039
29040 This patch fixes a missing vendor code in the flash_real_protect() function.
29041
29042 Signed-off-by: Nick Spence <nick.spence@freescale.com>
29043 Signed-off-by: Stefan Roese <sr@denx.de>
29044
29045 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
29046 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29047 Date: Tue Aug 19 16:53:39 2008 +0000
29048
29049 CFI: Fix AMD Legacy sector protect
29050
29051 New implement sector lock and unlock or softlock commands
29052 do not exist in AMD legacy flash. Thus, causing issue
29053 when erasing AMD legacy flash (such as lv040)
29054
29055 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29056 Signed-off-by: Stefan Roese <sr@denx.de>
29057
29058 commit 492671404140f09d5b21b3d2ce4e362c0692c069
29059 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29060 Date: Wed Aug 20 09:40:16 2008 +0200
29061
29062 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
29063
29064 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
29065
29066 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29067
29068 commit 33eac2b3d946fc998a09245dfe54d017079b9056
29069 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29070 Date: Wed Aug 20 09:28:36 2008 +0200
29071
29072 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
29073
29074 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29075
29076 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
29077 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29078 Date: Wed Aug 20 09:27:37 2008 +0200
29079
29080 favr-32-ezkit: Fix printf format warnings
29081
29082 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29083
29084 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
29085 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29086 Date: Fri Aug 15 12:04:25 2008 +0200
29087
29088 MAINTAINERS: Sort avr32 section alphabetically
29089
29090 The rest of the MAINTAINERS file appears to be sorted
29091 almost-alphabetically, but entries for the newly added AVR32 boards were
29092 added somewhat randomly. This patch sorts the list alphabetically again.
29093
29094 Also update my e-mail address. The old one still works, but it may not
29095 work forever.
29096
29097 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29098
29099 commit 13b50fe3bc065c48911fa373231421280855a9d6
29100 Author: Mark Jackson <mpfj@mimc.co.uk>
29101 Date: Wed Jul 30 13:07:27 2008 +0100
29102
29103 avr32: Add MIMC200 board
29104
29105 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
29106 8MByte FLASH and 128KByte FRAM.
29107
29108 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
29109 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29110
29111 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
29112 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29113 Date: Wed Jul 9 21:07:34 2008 +0900
29114
29115 rtl8169: add support for RTL8110SCL
29116
29117 This patch fixes a problem that RTL8110SCL started transfer
29118 with an incorrect memory address.
29119
29120 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
29121 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29122
29123 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
29124 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29125 Date: Wed Jun 25 15:48:52 2008 -0500
29126
29127 Fix dm9000 receive status and len little endian issue
29128
29129 The received status and len was in little endian
29130 format and caused the ethernet unable to proceed
29131 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
29132
29133 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29135
29136 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
29137 Author: Kumar Gala <galak@kernel.crashing.org>
29138 Date: Fri Aug 15 08:24:32 2008 -0500
29139
29140 Clean up usage of icache_disable/dcache_disable
29141
29142 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
29143 also flushing the icache. All callers of invalidate_l1_instruction_cache()
29144 call icache_disable() right after. Make it so icache_disable() calls
29145 invalidate_l1_instruction_cache() for us.
29146
29147 Also, dcache_disable() already calls dcache_flush() so there is no point
29148 in the explicit calls of dcache_flush().
29149
29150 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29151
29152 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
29153 Author: Kumar Gala <galak@kernel.crashing.org>
29154 Date: Fri Aug 15 08:24:31 2008 -0500
29155
29156 Update linux bootm to support ePAPR client interface
29157
29158 The ePAPR spec has some subtle differences from the current device
29159 tree based boot interface to the powerpc linux kernel. The powerpc
29160 linux kernel currently ignores the differences that ePAPR specifies.
29161
29162 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29163
29164 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
29165 Author: Wolfgang Denk <wd@denx.de>
29166 Date: Mon Aug 18 23:50:20 2008 +0200
29167
29168 Minor code cleanup: keep lists sorted.
29169
29170 Signed-off-by: Wolfgang Denk <wd@denx.de>
29171
29172 commit d0039d4ed275e6ca09fb417895024ad02be118c4
29173 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
29174 Date: Wed Jul 23 19:10:14 2008 +0200
29175
29176 Add support for ADT7460 I2C monitor chip
29177
29178 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
29179
29180 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
29181 Author: Michal Simek <monstr@monstr.eu>
29182 Date: Mon Jul 14 19:45:45 2008 +0200
29183
29184 video: Clean drivers/video/Makefile
29185
29186 Signed-off-by: Michal Simek <monstr@monstr.eu>
29187
29188 commit 871c18dd301752270e1f74328c846c3104be1e2e
29189 Author: Michal Simek <monstr@monstr.eu>
29190 Date: Mon Jul 14 19:45:37 2008 +0200
29191
29192 rtc: Clean drivers/rtc/Makefile
29193
29194 Signed-off-by: Michal Simek <monstr@monstr.eu>
29195
29196 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
29197 Author: Michal Simek <monstr@monstr.eu>
29198 Date: Mon Jul 14 19:45:35 2008 +0200
29199
29200 i2c: Clean drivers/i2c/ Makefile
29201
29202 Signed-off-by: Michal Simek <monstr@monstr.eu>
29203
29204 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
29205 Author: Harald Welte <laforge@openmoko.org>
29206 Date: Wed Jul 9 22:30:30 2008 +0800
29207
29208 Add 'license' command to U-Boot command line
29209
29210 The 'license' command includes the U-Boot license (GPLv2) into the
29211 actual bootloader binary. The license text can be shown interactively
29212 at the U-Boot commandline.
29213
29214 For products where the commandline can actually be accessed by the
29215 end user, this helps to prevent inadvertent GPL violations, since the
29216 GPLv2 license text can no longer be 'forgotten' to be included into
29217 the product.
29218
29219 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
29220
29221 Signed-off-by: Harald Welte <laforge@openmoko.org>
29222
29223 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
29224 Author: Harald Welte <laforge@gnumonks.org>
29225 Date: Sun Jul 6 15:56:38 2008 +0800
29226
29227 add 'unzip' command to u-boot commandline
29228
29229 [PATCH] add new 'unzip' command to u-boot commandline
29230
29231 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
29232 memory to memory, and option CONFIG_CMD_UNZIP to enable it
29233
29234 Signed-off-by: Werner Almesberger <werner@openmoko.org>
29235 Signed-off-by: Harald Welte <laforge@openmoko.org>
29236
29237 commit 07efc9e321619c3dec213310c32e011aa6f02783
29238 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29239 Date: Wed Aug 6 19:37:17 2008 -0500
29240
29241 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
29242
29243 The CFG_ENV_SIZE is not suitable used for SPI flash erase
29244 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
29245 Add condition check if CFG_ENV_SIZE is larger than
29246 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
29247 erasing.
29248
29249 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29250
29251 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
29252 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29253 Date: Mon Aug 11 15:54:25 2008 +0000
29254
29255 ColdFire: Multiple fixes for M5282EVB
29256
29257 Incorrect CFG_HZ value, change 1000000 to 1000.
29258 Rename #waring to #warning. RAMBAR1 uses twice
29259 in start.S, rename the later to FLASHBAR. Insert
29260 nop for DRAM setup. And, env_offset in linker file.
29261
29262 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29263
29264 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
29265 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29266 Date: Mon Aug 11 15:26:43 2008 +0000
29267
29268 ColdFire: Move m5282evb from board to board/freescale
29269
29270 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29271
29272 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
29273 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29274 Date: Mon Aug 11 15:25:07 2008 +0000
29275
29276 ColdFire: Move m5272c3 from board to board/freescale
29277
29278 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29279
29280 commit 659e9bad629a480f606b286d5703aef7159edf98
29281 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29282 Date: Mon Aug 11 15:23:16 2008 +0000
29283
29284 ColdFire: Move m5271evb from board to board/freescale
29285
29286 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29287
29288 commit 05316f8ece8206339a208ec052f039cd0f7ca922
29289 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29290 Date: Mon Aug 11 13:41:49 2008 +0000
29291
29292 ColdFire: Add M54451EVB platform support for MCF5445x
29293
29294 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29295
29296 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
29297 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29298 Date: Wed Aug 6 19:14:08 2008 -0500
29299
29300 ColdFire: Add Serial Flash support for M54455EVB
29301
29302 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29303
29304 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
29305 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29306 Date: Wed Jul 23 20:38:53 2008 -0500
29307
29308 ColdFire: Implement SBF feature for M5445EVB
29309
29310 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29311
29312 commit a7323bba229203aae2604afde131ab47bad4eadc
29313 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29314 Date: Wed Jul 23 17:53:36 2008 -0500
29315
29316 ColdFire: Add SSPI feature for MCF5445x
29317
29318 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29319
29320 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
29321 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29322 Date: Wed Jul 23 17:37:10 2008 -0500
29323
29324 ColdFire: Use CFI Flash driver for M54455EVB
29325
29326 Remove non-common flash driver in
29327 board/freescale/m54455evb/flash.c. The non-cfi flash will
29328 use CONFIG_FLASH_CFI_LEGACY to configure the flash
29329 attribute.
29330
29331 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29332
29333 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
29334 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29335 Date: Wed Jul 23 17:11:47 2008 -0500
29336
29337 ColdFire: Add M5253DEMO platform support for MCF5253
29338
29339 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29340
29341 commit 80ba61fd82569af40e04d4a089257b81881884f2
29342 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29343 Date: Wed Aug 6 14:17:09 2008 -0500
29344
29345 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
29346
29347 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29348
29349 commit d361307e73ce1f6fc68760123f37d4876f851f3e
29350 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29351 Date: Wed Aug 6 14:11:36 2008 -0500
29352
29353 ColdFire: Fix M5253EVB dram bring up issue
29354
29355 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29356
29357 commit 4b0708093e15b412296328bf81325cf9b69fe512
29358 Author: Wolfgang Denk <wd@denx.de>
29359 Date: Thu Aug 14 14:41:06 2008 +0200
29360
29361 Coding Style cleanup, update CHANGELOG
29362
29363 Signed-off-by: Wolfgang Denk <wd@denx.de>
29364
29365 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
29366 Author: Scott Wood <scottwood@freescale.com>
29367 Date: Wed Aug 13 18:24:05 2008 -0500
29368
29369 socrates: Update NAND driver to new API.
29370
29371 Also, fix some minor formatting issues, and simplify the handling of
29372 "state" for writes.
29373
29374 Signed-off-by: Scott Wood <scottwood@freescale.com>
29375
29376 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
29377 Author: Scott Wood <scottwood@freescale.com>
29378 Date: Wed Aug 13 18:03:40 2008 -0500
29379
29380 quad100hd: Update NAND driver to new API.
29381
29382 Signed-off-by: Scott Wood <scottwood@freescale.com>
29383
29384 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
29385 Author: Scott Wood <scottwood@freescale.com>
29386 Date: Wed Aug 13 17:53:48 2008 -0500
29387
29388 m5373evb: Update NAND driver to new API.
29389
29390 Signed-off-by: Scott Wood <scottwood@freescale.com>
29391
29392 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
29393 Author: Scott Wood <scottwood@freescale.com>
29394 Date: Wed Aug 13 17:04:30 2008 -0500
29395
29396 s3c24x0: Update NAND driver to new API.
29397
29398 Signed-off-by: Scott Wood <scottwood@freescale.com>
29399
29400 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
29401 Author: Scott Wood <scottwood@freescale.com>
29402 Date: Wed Aug 13 15:56:00 2008 -0500
29403
29404 at91: Update board NAND drivers to current API.
29405
29406 Signed-off-by: Scott Wood <scottwood@freescale.com>
29407
29408 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
29409 Author: Kyungmin Park <kmpark@infradead.org>
29410 Date: Wed Aug 13 09:11:02 2008 +0900
29411
29412 Fix OneNAND build break
29413
29414 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
29415 - fix bufferram management at erase operation
29416 This patch includes the NAND/OneNAND state filed too.
29417
29418 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
29419 Signed-off-by: Scott Wood <scottwood@freescale.com>
29420
29421 commit 9483df6408c25f16060432de3868901e352e23bc
29422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29423 Date: Wed Aug 13 01:40:43 2008 +0200
29424
29425 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
29426
29427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29428
29429 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
29430 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29431 Date: Wed Aug 13 01:40:43 2008 +0200
29432
29433 drivers/mtd/nand: Move conditional compilation to Makefile
29434
29435 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
29436
29437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29438
29439 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
29440 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29441 Date: Wed Aug 13 01:40:42 2008 +0200
29442
29443 drivers/mtd/onenand: Move conditional compilation to Makefile
29444
29445 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29446
29447 commit 00b1883a4cac59d97cd297b1a3a398db85982865
29448 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29449 Date: Wed Aug 13 01:40:42 2008 +0200
29450
29451 drivers/mtd: Move conditional compilation to Makefile
29452
29453 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
29454
29455 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29456
29457 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
29458 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29459 Date: Wed Aug 13 01:40:41 2008 +0200
29460
29461 drivers/qe: Move conditional compilation to Makefile
29462
29463 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29464
29465 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
29466 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29467 Date: Wed Aug 13 01:40:40 2008 +0200
29468
29469 drivers/pci: Move conditional compilation to Makefile
29470
29471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29472
29473 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
29474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29475 Date: Wed Aug 13 01:40:40 2008 +0200
29476
29477 drivers/misc: Move conditional compilation to Makefile
29478
29479 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29480
29481 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
29482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29483 Date: Wed Aug 13 01:40:40 2008 +0200
29484
29485 drivers/input: Move conditional compilation to Makefile
29486
29487 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29488
29489 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
29490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29491 Date: Wed Aug 13 01:40:39 2008 +0200
29492
29493 drivers/dma: Move conditional compilation to Makefile
29494
29495 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29496
29497 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
29498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29499 Date: Wed Aug 13 01:40:39 2008 +0200
29500
29501 drivers/block: Move conditional compilation to Makefile
29502
29503 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29504
29505 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
29506 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29507 Date: Wed Aug 13 01:40:39 2008 +0200
29508
29509 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
29510
29511 move also conditional compilation to Makefile
29512
29513 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29514
29515 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
29516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29517 Date: Wed Aug 13 01:40:38 2008 +0200
29518
29519 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
29520
29521 move also conditional compilation to Makefile
29522
29523 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29524
29525 commit d6e9ee92e890f67594ab150689510df361133ead
29526 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29527 Date: Wed Aug 13 01:40:38 2008 +0200
29528
29529 common: Move conditional compilation to Makefile
29530
29531 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29532
29533 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
29534 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29535 Date: Wed Aug 13 01:40:09 2008 +0200
29536
29537 mx31: move freescale's mx31 boards to vendor board dir
29538
29539 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29540
29541 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
29542 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29543 Date: Sat Jul 5 23:11:11 2008 +0200
29544
29545 at91: move arch-at91sam9 to arch-at91
29546
29547 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29548
29549 commit 195ccfc5991d48764b2519941e3507f693851d5d
29550 Author: Fathi BOUDRA <fabo@debian.org>
29551 Date: Wed Aug 6 10:06:20 2008 +0200
29552
29553 OneNAND: Fill in MTD function pointers for OneNAND.
29554
29555 onenand_print_device_info():
29556 - Now returns a string to be placed in mtd->name,
29557 rather than calling printf.
29558 - Remove verbose parameter as it becomes useless.
29559
29560 Signed-off-by: Fathi Boudra <fabo@debian.org>
29561 Signed-off-by: Scott Wood <scottwood@freescale.com>
29562
29563 commit aa646643b6bc250cb3a4966bf728876e0c10d329
29564 Author: Guennadi Liakhovetski <lg@denx.de>
29565 Date: Wed Aug 6 21:42:07 2008 +0200
29566
29567 nand_spl: Support page-aligned read in nand_load, use chipselect
29568
29569 Supporting page-aligned reads doesn't incure any sinificant overhead, just
29570 a small change in the algorithm. Also replace in_8 with readb, since there
29571 is no in_8 on ARM.
29572
29573 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29574 Signed-off-by: Scott Wood <scottwood@freescale.com>
29575
29576 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
29577 Author: Scott Wood <scottwood@freescale.com>
29578 Date: Tue Aug 5 11:15:59 2008 -0500
29579
29580 NAND boot: Update large page support for current API.
29581
29582 Also, remove the ctrl variable in favor of passing the constants
29583 directly, and remove redundant (u8) casts.
29584
29585 Signed-off-by: Scott Wood <scottwood@freescale.com>
29586
29587 commit e4c09508545d1c45617ba45391c03c03cbc360b9
29588 Author: Scott Wood <scottwood@freescale.com>
29589 Date: Mon Jun 30 14:13:28 2008 -0500
29590
29591 NAND boot: MPC8313ERDB support
29592
29593 Note that with older board revisions, NAND boot may only work after a
29594 power-on reset, and not after a warm reset. I don't have a newer board
29595 to test on; if you have a board with a 33MHz crystal, please let me know
29596 if it works after a warm reset.
29597
29598 Signed-off-by: Scott Wood <scottwood@freescale.com>
29599
29600 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
29601 Author: Scott Wood <scottwood@freescale.com>
29602 Date: Thu Jun 26 14:06:52 2008 -0500
29603
29604 mpc8313erdb: Enable NAND in config.
29605
29606 Signed-off-by: Scott Wood <scottwood@freescale.com>
29607
29608 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
29609 Author: Guennadi Liakhovetski <lg@denx.de>
29610 Date: Thu Jul 31 12:38:26 2008 +0200
29611
29612 NAND: Do not write or read a whole block if it is larger than the environment
29613
29614 Environment can be smaller than NAND block size, do not need to read a whole
29615 block and minimum for writing is one page. Also remove an unused variable.
29616
29617 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29618 Signed-off-by: Scott Wood <scottwood@freescale.com>
29619
29620 commit eafcabd15f00c142156235c519fcc55b10993241
29621 Author: Marcel Ziswiler <marcel@ziswiler.com>
29622 Date: Sun Jun 22 16:30:06 2008 +0200
29623
29624 NAND: chip->state does not always get set.
29625
29626 Fixes an issue with chip->state not always being set causing troubles.
29627
29628 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
29629 Signed-off-by: Scott Wood <scottwood@freescale.com>
29630
29631 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
29632 Author: Ilya Yanok <yanok@emcraft.com>
29633 Date: Mon Jun 30 15:34:40 2008 +0200
29634
29635 NAND: Scan bad blocks lazily.
29636
29637 Rather than scanning on boot, scan upon the first attempt to check the
29638 badness of a block. This speeds up boot when not using NAND, and reduces
29639 the likelihood of needing to reflash via JTAG if NAND becomes
29640 nonfunctional.
29641
29642 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29643 Signed-off-by: Scott Wood <scottwood@freescale.com>
29644
29645 commit dfbf617ff055e4216f78d358b0867c548916d14b
29646 Author: Scott Wood <scottwood@freescale.com>
29647 Date: Thu Jun 12 13:20:16 2008 -0500
29648
29649 NAND read/write fix
29650
29651 Implement block-skipping read/write, based on a patch from
29652 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
29653
29654 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
29655 Signed-off-by: Scott Wood <scottwood@freescale.com>
29656
29657 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
29658 Author: Scott Wood <scottwood@freescale.com>
29659 Date: Thu Jun 12 13:13:23 2008 -0500
29660
29661 NAND: Always skip blocks on read/write/boot.
29662
29663 Use of the non-skipping versions was almost always (if not always)
29664 an error, and no valid use case has been identified.
29665
29666 Signed-off-by: Scott Wood <scottwood@freescale.com>
29667
29668 commit e1c3dbada349992875934575c97b328ab2cb33ca
29669 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
29670 Date: Thu Jun 12 11:10:21 2008 -0500
29671
29672 nand: fsl_upm: convert to updated MTD NAND infrastructure
29673
29674 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
29675 Signed-off-by: Scott Wood <scottwood@freescale.com>
29676
29677 commit 300253306acc72b1b2e9faf0987f86551151d7cf
29678 Author: Scott Wood <scottwood@freescale.com>
29679 Date: Thu May 22 15:02:46 2008 -0500
29680
29681 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
29682
29683 The hardware has separate registers for block and page-within-block,
29684 but the division between the two has no apparent relation to the
29685 actual erase block size of the NAND chip.
29686
29687 Signed-off-by: Scott Wood <scottwood@freescale.com>
29688
29689 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
29690 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
29691 Date: Fri Mar 28 22:10:54 2008 +0300
29692
29693 fsl_elbc_nand: workaround for hangs during nand write
29694
29695 Using current driver elbc sometimes hangs during nand write. Reading back
29696 last byte helps though (thanks to Scott Wood for the idea).
29697
29698 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
29699 Signed-off-by: Scott Wood <scottwood@freescale.com>
29700
29701 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
29702 Author: Scott Wood <scottwood@freescale.com>
29703 Date: Fri Mar 21 16:12:51 2008 -0500
29704
29705 Freescale eLBC FCM NAND driver
29706
29707 This is a driver for the Flash Control Machine of the enhanched Local Bus
29708 Controller found on some Freescale chips (such as the mpc8313 and the
29709 mpc8379).
29710
29711 Signed-off-by: Scott Wood <scottwood@freescale.com>
29712
29713 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
29714 Author: Scott Wood <scottwood@freescale.com>
29715 Date: Tue Mar 18 15:29:14 2008 -0500
29716
29717 Don't panic if a controller driver does ecc its own way.
29718
29719 Some hardware, such as the enhanced local bus controller used on some
29720 mpc83xx chips, does ecc transparently when reading and writing data, rather
29721 than providing a generic calculate/correct mechanism that can be exported to
29722 the nand subsystem.
29723
29724 The subsystem should not BUG() when calculate, correct, or hwctl are
29725 missing, if the methods that call them have been overridden.
29726
29727 Signed-off-by: Scott Wood <scottwood@freescale.com>
29728
29729 commit e52b34d40a8a646e3d11638ea8797e96398dba13
29730 Author: Stefan Roese <sr@denx.de>
29731 Date: Thu Jan 10 18:47:33 2008 +0100
29732
29733 NAND: Make NAND driver less verbose per default
29734
29735 This patch turns off printing of bad blocks per default upon bootup.
29736 This can always be shown via the "nand bad" command later.
29737
29738 Signed-off-by: Stefan Roese <sr@denx.de>
29739
29740 commit fe56a2772e5c59577df906163d0d4b29b056140e
29741 Author: Sergey Kubushyn <ksi@koi8.net>
29742 Date: Wed Jan 9 15:36:20 2008 +0100
29743
29744 NAND: Davinci driver updates
29745
29746 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
29747 don't have hardware handy so I can not test it at the moment but changes are
29748 rather trivial so it should work. It would be nice if somebody with a
29749 hardware checked it anyways.
29750
29751 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
29752
29753 commit deac913effd8d80535c9ff4687b6fcdff540c554
29754 Author: Stefan Roese <sr@denx.de>
29755 Date: Sat Jan 5 16:50:32 2008 +0100
29756
29757 NAND: Fix compilation warning and small coding style issue
29758
29759 Signed-off-by: Stefan Roese <sr@denx.de>
29760
29761 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
29762 Author: Stefan Roese <sr@denx.de>
29763 Date: Sat Jan 5 16:49:37 2008 +0100
29764
29765 NAND: Update nand_spl driver to match updated nand subsystem
29766
29767 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
29768 the new infrastructure from the updated NAND subsystem. This NAND
29769 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
29770 subsystem.
29771
29772 Signed-off-by: Stefan Roese <sr@denx.de>
29773
29774 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
29775 Author: Stefan Roese <sr@denx.de>
29776 Date: Sat Jan 5 16:47:58 2008 +0100
29777
29778 NAND: Update 4xx NDFC driver to match updated nand subsystem
29779
29780 This patch changes the 4xx NAND driver ndfc.c to match the new
29781 infrastructure from the updated NAND subsystem. This NAND
29782 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
29783 subsystem.
29784
29785 Tested successfully on AMCC Sequoia and Bamboo.
29786
29787 Signed-off-by: Stefan Roese <sr@denx.de>
29788
29789 commit 12072264528eba33737bc9674e19f0e925ffda23
29790 Author: Stefan Roese <sr@denx.de>
29791 Date: Sat Jan 5 16:43:25 2008 +0100
29792
29793 NAND: Change nand_wait_ready() to not call nand_wait()
29794
29795 This patch changes nand_wait_ready() to not just call nand_wait(),
29796 since this will send a new command to the NAND chip. We just want to
29797 wait for the chip to become ready here.
29798
29799 Signed-off-by: Stefan Roese <sr@denx.de>
29800
29801 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
29802 Author: William Juul <william.juul@datarespons.no>
29803 Date: Fri Dec 14 16:33:45 2007 +0100
29804
29805 make nand dump and nand dump.oob work
29806
29807 Signed-off-by: William Juul <william.juul@tandberg.com>
29808 Signed-off-by: Scott Wood <scottwood@freescale.com>
29809
29810 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
29811 Author: William Juul <william.juul@datarespons.no>
29812 Date: Mon Nov 19 14:46:00 2007 +0100
29813
29814 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
29815
29816 Signed-off-by: William Juul <william.juul@tandberg.com>
29817
29818 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
29819 Author: William Juul <william.juul@tandberg.com>
29820 Date: Tue Jun 10 16:18:13 2008 -0500
29821
29822 Clean out unneeded files
29823
29824 Signed-off-by: William Juul <william.juul@tandberg.com>
29825
29826 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
29827 Author: William Juul <william.juul@datarespons.no>
29828 Date: Fri Nov 16 08:44:27 2007 +0100
29829
29830 Create symlinks from yaffs2/direct to yaffs2
29831
29832 Signed-off-by: William Juul <william.juul@tandberg.com>
29833
29834 commit 90ef117b68387d66763291af0117677644166611
29835 Author: William Juul <william.juul@datarespons.no>
29836 Date: Thu Nov 15 12:23:57 2007 +0100
29837
29838 Incorporate yaffs2 into U-boot
29839
29840 To use YAFFS2 define CONFIG_YAFFS2
29841
29842 Signed-off-by: William Juul <william.juul@tandberg.com>
29843 Signed-off-by: Scott Wood <scottwood@freescale.com>
29844
29845 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
29846 Author: William Juul <william.juul@datarespons.no>
29847 Date: Thu Nov 15 11:13:05 2007 +0100
29848
29849 YAFFS2 import
29850
29851 Direct import of yaffs as a tarball as of 20071113 from their public
29852 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
29853
29854 The code can also be imported on the command line with:
29855 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
29856 (Hit return when asked for a password)
29857 cvs checkout yaffs2
29858
29859 Signed-off-by: William Juul <william.juul@tandberg.com>
29860 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
29861
29862 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
29863 Author: William Juul <william.juul@datarespons.no>
29864 Date: Wed Nov 14 14:28:11 2007 +0100
29865
29866 Whitespace cleanup and marking broken code.
29867
29868 Changes requested by maintainer Stefan Roese after
29869 posting patch to U-boot mailing list.
29870
29871 Signed-off-by: William Juul <william.juul@tandberg.com>
29872 Signed-off-by: Scott Wood <scottwood@freescale.com>
29873
29874 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
29875 Author: William Juul <william.juul@datarespons.no>
29876 Date: Fri Nov 9 13:32:30 2007 +0100
29877
29878 Fixing coding style issues
29879
29880 - Fixing leading white spaces
29881 - Fixing indentation where 4 spaces are used instead of tab
29882 - Removing C++ comments (//), wherever I introduced them
29883
29884 Signed-off-by: William Juul <william.juul@tandberg.com>
29885 Signed-off-by: Scott Wood <scottwood@freescale.com>
29886
29887 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
29888 Author: William Juul <william.juul@datarespons.no>
29889 Date: Thu Nov 8 10:39:53 2007 +0100
29890
29891 Remove white space at end.
29892
29893 Signed-off-by: William Juul <william.juul@tandberg.com>
29894 Signed-off-by: Scott Wood <scottwood@freescale.com>
29895
29896 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
29897 Author: William Juul <william.juul@datarespons.no>
29898 Date: Wed Oct 31 13:53:06 2007 +0100
29899
29900 Update MTD to that of Linux 2.6.22.1
29901
29902 A lot changed in the Linux MTD code, since it was last ported from
29903 Linux to U-Boot. This patch takes U-Boot NAND support to the level
29904 of Linux 2.6.22.1 and will enable support for very large NAND devices
29905 (4KB pages) and ease the compatibility between U-Boot and Linux
29906 filesystems.
29907
29908 This patch is tested on two custom boards with PPC and ARM
29909 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
29910 cross compilers.
29911
29912 MAKEALL ppc/arm has some issues:
29913 * DOC/OneNand/nand_spl is not building (I have not tried porting
29914 these parts, and since I do not have any HW and I am not familiar
29915 with this code/HW I think its best left to someone else.)
29916
29917 Except for the issues mentioned above, I have ported all drivers
29918 necessary to run MAKEALL ppc/arm without errors and warnings. Many
29919 drivers were trivial to port, but some were not so trivial. The
29920 following drivers must be examined carefully and maybe rewritten to
29921 some degree:
29922 cpu/ppc4xx/ndfc.c
29923 cpu/arm926ejs/davinci/nand.c
29924 board/delta/nand.c
29925 board/zylonite/nand.c
29926
29927 Signed-off-by: William Juul <william.juul@tandberg.com>
29928 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
29929 Signed-off-by: Scott Wood <scottwood@freescale.com>
29930
29931 commit cd82919e6c8a73b363a26f34b734923844e52d1c
29932 Author: Wolfgang Denk <wd@denx.de>
29933 Date: Tue Aug 12 16:08:38 2008 +0200
29934
29935 Coding style cleanup, update CHANGELOG, prepare release
29936
29937 Signed-off-by: Wolfgang Denk <wd@denx.de>
29938
29939 commit 17e900b8c0f38d922da47073246219dce2a847f2
29940 Author: Wolfgang Denk <wd@denx.de>
29941 Date: Tue Aug 12 14:54:04 2008 +0200
29942
29943 MVBC_P: fix compile problem
29944
29945 Signed-off-by: Wolfgang Denk <wd@denx.de>
29946
29947 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
29948 Author: Wolfgang Denk <wd@denx.de>
29949 Date: Tue Aug 12 12:10:11 2008 +0200
29950
29951 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
29952
29953 Signed-off-by: Wolfgang Denk <wd@denx.de>
29954
29955 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
29956 Author: Wolfgang Denk <wd@denx.de>
29957 Date: Tue Aug 12 00:36:53 2008 +0200
29958
29959 ads5121: fix compiler warnings (unused variables)
29960
29961 Signed-off-by: Wolfgang Denk <wd@denx.de>
29962
29963 commit 902ca09246039964d59bbcb519b1e1b5aed01308
29964 Author: Kumar Gala <galak@kernel.crashing.org>
29965 Date: Mon Aug 11 11:29:28 2008 -0500
29966
29967 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
29968
29969 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
29970
29971 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29972 Acked-by: Jon Loeliger <jdl@freescale.com>
29973
29974 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
29975 Author: Kumar Gala <galak@kernel.crashing.org>
29976 Date: Mon Aug 11 09:20:53 2008 -0500
29977
29978 Fix fallout from autostart revert
29979
29980 The autostart revert caused a bit of duplicated code as well as
29981 code that was using images->autostart that needs to get removed so
29982 we can build again.
29983
29984 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29985
29986 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
29987 Author: Kumar Gala <galak@kernel.crashing.org>
29988 Date: Mon Aug 11 09:16:25 2008 -0500
29989
29990 Fix compile error related to r8a66597-hcd & usb
29991
29992 When building the 8544DS board we get this error:
29993
29994 In file included from r8a66597-hcd.c:22:
29995 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
29996 make[1]: *** [r8a66597-hcd.o] Error 1
29997
29998 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
29999 is set.
30000
30001 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30002
30003 commit 2d0daa03612338a813e3c9d22680e54eabfea378
30004 Author: Becky Bruce <becky.bruce@freescale.com>
30005 Date: Mon Aug 4 14:02:26 2008 -0500
30006
30007 POWERPC 86xx: Move BAT setup code to C
30008
30009 This is needed because we will be possibly be locating
30010 devices at physical addresses above 32bits, and the asm
30011 preprocessing does not appear to deal with ULL constants
30012 properly. We now call write_bat in lib_ppc/bat_rw.c.
30013
30014 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30015 Acked-by: Jon Loeliger <jdl@freescale.com>
30016
30017 commit 9de67149db576c91b9c2a0a182652331e7e44211
30018 Author: Becky Bruce <becky.bruce@freescale.com>
30019 Date: Mon Aug 4 14:01:53 2008 -0500
30020
30021 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
30022
30023 Perform sync/isync as required by the architecture.
30024
30025 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30026 Acked-by: Jon Loeliger <jdl@freescale.com>
30027
30028 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
30029 Author: Becky Bruce <becky.bruce@freescale.com>
30030 Date: Mon Aug 4 14:01:16 2008 -0500
30031
30032 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
30033
30034 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30035 Acked-by: Jon Loeliger <jdl@freescale.com>
30036
30037 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
30038 Author: Magnus Lilja <lilja.magnus@gmail.com>
30039 Date: Sun Aug 3 21:44:10 2008 +0200
30040
30041 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
30042
30043 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
30044 contacts instead of only the first 256 ones as is the case prior to
30045 this patch.
30046
30047 Add missing MUX_* macros and update board files to use the new macros.
30048
30049 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
30050
30051 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
30052 Author: Magnus Lilja <lilja.magnus@gmail.com>
30053 Date: Sun Aug 3 21:43:37 2008 +0200
30054
30055 i.MX31: Fix IOMUX related typos
30056
30057 Correct the names of some IOMUX macros.
30058
30059 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
30060
30061 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
30062 Author: Steve Sakoman <steve@sakoman.com>
30063 Date: Mon Aug 11 20:26:16 2008 +0200
30064
30065 OneNAND: Remove unused parameters to onenand_verify_page
30066
30067 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.
30068
30069 Signed-off-by: Steve Sakoman <steve@sakoman.com>
30070 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
30071
30072 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
30073 Author: Anatolij Gustschin <agust@denx.de>
30074 Date: Fri Aug 8 18:00:40 2008 +0200
30075
30076 video: fix bug in cfb_console code
30077
30078 FILL_15BIT_555RGB macro extension for pixel swapping
30079 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
30080 introduced a bug in cfb_console:
30081
30082 Bitmaps with odd-numbered width won't be rendered
30083 correctly and even U-Boot crashes are observed on
30084 some platforms while repeated rendering of such
30085 bitmaps with "bmp display". Also if a bitmap is
30086 rendered to an odd-numbered x starting position,
30087 the same problem occurs. This patch is an attempt
30088 to fix it.
30089
30090 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30091
30092 commit d9015f6a50d7258125349ef5c2af836458a0029a
30093 Author: Anatolij Gustschin <agust@denx.de>
30094 Date: Fri Aug 8 18:00:39 2008 +0200
30095
30096 video: fix bug in logo_plot
30097
30098 If logo_plot() should ever be called with x starting
30099 position other than zero and for pixel depths greater
30100 than 8bpp, logo colors distortion will be observed.
30101 This patch fixes the issue.
30102
30103 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30104
30105 commit 406819ae94f79f5b59e01d163380ca7d83709251
30106 Author: Wolfgang Denk <wd@denx.de>
30107 Date: Mon Aug 11 00:17:52 2008 +0200
30108
30109 MAINTAINERS: sort entries
30110
30111 Signed-off-by: Wolfgang Denk <wd@denx.de>
30112
30113 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
30114 Author: Roy Zang <tie-fei.zang@freescale.com>
30115 Date: Thu Aug 7 18:19:28 2008 +0800
30116
30117 Add mpc7448hpc2 maintainer information
30118
30119 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
30120
30121 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
30122 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
30123 Date: Thu Aug 7 13:13:27 2008 +0530
30124
30125 common/cmd_load.c - Minor code & Coding Style cleanup
30126
30127 - os_data_header Variable is a carry over feature
30128 & unused. So removed all instance of this variable
30129 - Minor Code Style Update
30130
30131 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
30132 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30133
30134 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
30135 Author: Magnus Lilja <lilja.magnus@gmail.com>
30136 Date: Wed Aug 6 19:32:33 2008 +0200
30137
30138 Update the U-Boot wiki URL.
30139
30140 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
30141
30142 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
30143 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
30144 Date: Sun Aug 10 17:56:36 2008 +0200
30145
30146 OneNAND: Remove base address offset usage
30147
30148 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
30149 using OneNAND and some using NAND, we found some differences in OneNAND and
30150 NAND command address handling.
30151
30152 As this might confuse users (it already confused us), we like to align OneNAND
30153 and NAND address handling.
30154
30155 The issue is that cmd_onenand.c subtracts the onenand base address from the
30156 addresses you type into the u-boot command line so, unlike nand, you can't
30157 use addresses relative to the start of the onenand part e.g. this won't work:
30158
30159 onenand read 82000000 280000 400000
30160
30161 you have to use:
30162
30163 onenand read 82000000 20280000 400000
30164
30165 Looking at recent git, the only board currently using OneNAND is Apollon, and
30166 for this the OneNAND base address is 0 (apollon.h)
30167
30168 #define CFG_ONENAND_BASE 0x00000000
30169
30170 so patch below won't break any existing boards and will align OneNAND and NAND
30171 handling on boards where OneNAND base address is != 0.
30172
30173 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
30174 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
30175 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
30176
30177 commit c11528083ef6e55e76df742228c26e39d151813d
30178 Author: Kumar Gala <galak@kernel.crashing.org>
30179 Date: Thu Aug 7 09:28:20 2008 -0500
30180
30181 mpc85xx: workaround old binutils bug
30182
30183 The recent change to move the .bss outside of the image gives older
30184 binutils (ld from eldk4.1/binutils-2.16) some headache:
30185
30186 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
30187 ppc_85xx-ld: final link failed: Bad value
30188
30189 We workaround it by being explicit about the program headers and not
30190 assigning the .bss to a program header.
30191
30192 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30193
30194 commit 0bf202ec586d4466c900e987720fa635c594d689
30195 Author: Wolfgang Denk <wd@denx.de>
30196 Date: Sun Aug 10 01:26:26 2008 +0200
30197
30198 Revert "[new uImage] Add autostart flag to bootm_headers structure"
30199
30200 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
30201
30202 The commit was based on a misunderstanding of the (documented)
30203 meaning of the 'autostart' environment variable. It might cause
30204 boards to hang if 'autostart' was used, with the potential to brick
30205 them. Go back to the documented behaviour.
30206
30207 Conflicts:
30208
30209 common/cmd_bootm.c
30210 common/image.c
30211 include/image.h
30212
30213 Signed-off-by: Wolfgang Denk <wd@denx.de>
30214
30215 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
30216 Author: Wolfgang Denk <wd@denx.de>
30217 Date: Sat Aug 9 23:17:32 2008 +0200
30218
30219 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
30220
30221 - enable CFI driver where this was forgotten
30222 - enable mtdparts support
30223 - adjust default environment
30224 etc.
30225
30226 Signed-off-by: Wolfgang Denk <wd@denx.de>
30227
30228 commit 41266c9b5a5f873df3ec891bb0907616958b5602
30229 Author: Peter Tyser <ptyser@xes-inc.com>
30230 Date: Tue Aug 5 10:51:57 2008 -0500
30231
30232 FIT: Fix handling of images without ramdisks
30233
30234 boot_get_ramdisk() should not treat the case when a FIT image does
30235 not contain a ramdisk as an error.
30236
30237 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
30238 Acked-by: Michal Simek <monstr@monstr.eu>
30239
30240 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
30241 Author: Sergey Lapin <slapin@ossfans.org>
30242 Date: Sat Aug 9 01:39:09 2008 +0400
30243
30244 DataFlash: AT45DB021 fix and AT45DB081 support
30245
30246 Fix for page size of AT45DB021. Also adding bigger AT45DB081
30247 which comes with some newer boards.
30248
30249 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
30250
30251 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
30252 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30253 Date: Fri Aug 8 16:30:23 2008 +0900
30254
30255 sh: Update sh7763rdp config
30256
30257 Add sh_eth support to sh7763rdp.
30258
30259 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
30260
30261 commit 21f971ec265f6042ec21636d55d06a6bc0751077
30262 Author: Wolfgang Denk <wd@denx.de>
30263 Date: Mon Jul 7 01:22:29 2008 +0200
30264
30265 TQM823L: re-enable logo support; update LCD_INFO text
30266
30267 Signed-off-by: Wolfgang Denk <wd@denx.de>
30268
30269 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
30270 Author: Wolfgang Denk <wd@denx.de>
30271 Date: Fri Aug 8 16:41:56 2008 +0200
30272
30273 TQM8xxL: fix support for second flash bank
30274
30275 When switching the TQM8xxL modules to use the CFI flash driver,
30276 support for the second flash bank was broken because the CFI driver
30277 did not support dynamically sized banks. This gets fixed now.
30278
30279 Signed-off-by: Wolfgang Denk <wd@denx.de>
30280
30281 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
30282 Author: Wolfgang Denk <wd@denx.de>
30283 Date: Fri Aug 8 16:39:54 2008 +0200
30284
30285 CFI: allow for dynamically determined flash sizes and addresses
30286
30287 The CFI driver allowed only for static initializers in the
30288 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
30289 several flash banks contiguously if the bank sizes were not known in
30290 advance, which kind of violates U-Boot's design philosophy.
30291
30292 (will be used for example by the TQM8xxL boards)
30293
30294 Signed-off-by: Wolfgang Denk <wd@denx.de>
30295
30296 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
30297 Author: Ben Warren <biggerbadderben@gmail.com>
30298 Date: Thu Aug 7 23:26:35 2008 -0700
30299
30300 QE UEC: Fix compiler warnings
30301
30302 Moved static functions earlier in file so forward declarations are not needed.
30303
30304 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30305
30306 commit d5d28fe4aad5f4535400647a5617c11039506467
30307 Author: David Saada <David.Saada@ecitele.com>
30308 Date: Mon Mar 31 02:37:38 2008 -0700
30309
30310 QE UEC: Add MII Commands
30311
30312 Add MII commands to the UEC driver. Note that once a UEC device is selected,
30313 any device on its MDIO bus can be addressed.
30314
30315 Signed-off-by: David Saada <david.saada@ecitele.com>
30316 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30317
30318 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
30319 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30320 Date: Wed Jul 9 21:07:38 2008 +0900
30321
30322 usb: add support for R8A66597 usb controller
30323
30324 add support for Renesas R8A66597 usb controller.
30325 This patch supports USB Host mode.
30326
30327 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30328 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
30329
30330 commit 1d10dcd041aaeae9fd7c821005692898a0303382
30331 Author: Hunter, Jon <jon-hunter@ti.com>
30332 Date: Sat Jul 26 18:59:16 2008 -0500
30333
30334 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
30335
30336 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
30337
30338 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
30339 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
30340
30341 commit eab1007334b93a6209f1ec33615e26ef5311ede7
30342 Author: Steven A. Falco <sfalco@harris.com>
30343 Date: Wed Aug 6 15:42:52 2008 -0400
30344
30345 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
30346
30347 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
30348 configuration to match the schematic, and also sets the SDR0_PFC1 register to
30349 select the corresponding mode for the UARTs.
30350
30351 Signed-off-by: Steven A. Falco <sfalco@harris.com>
30352 Signed-off-by: Stefan Roese <sr@denx.de>
30353
30354 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
30355 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
30356 Date: Wed Aug 6 14:42:13 2008 +0200
30357
30358 avr32: add support for EarthLCD Favr-32 board
30359
30360 This patch adds support for the Favr-32 board made by EarthLCD.
30361
30362 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
30363 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
30364 Ethernet, audio out, USB device, SD-card slot, USART and various other
30365 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
30366
30367 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
30368 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30369
30370 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
30371 Author: Rafael Campos <rafael.campos@hanscan.com>
30372 Date: Thu Jul 31 10:22:20 2008 +0200
30373
30374 cfi-flash: Added support to flash_real_protect for Atmel flash devices
30375
30376 Some of the flash memories produced by ATMEL start in read-only mode.
30377 We need to unprotect it. This patch allows the AT49BV6416 to work with
30378 cfi_flash memories. Tested in the at91rm9200ek board.
30379
30380 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
30381 Signed-off-by: Stefan Roese <sr@denx.de>
30382
30383 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
30384 Author: Guennadi Liakhovetski <lg@denx.de>
30385 Date: Tue Aug 5 15:36:39 2008 +0200
30386
30387 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
30388
30389 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30390 Signed-off-by: Stefan Roese <sr@denx.de>
30391
30392 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
30393 Author: Stefan Roese <sr@denx.de>
30394 Date: Wed Aug 6 14:06:03 2008 +0200
30395
30396 Fix merge problems
30397
30398 Signed-off-by: Stefan Roese <sr@denx.de>
30399
30400 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
30401 Author: Stefan Roese <sr@denx.de>
30402 Date: Wed Aug 6 14:05:38 2008 +0200
30403
30404 Fix merge problems
30405
30406 Signed-off-by: Stefan Roese <sr@denx.de>
30407
30408 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
30409 Author: Kenneth Johansson <kenneth@southpole.se>
30410 Date: Tue Jul 15 12:13:38 2008 +0200
30411
30412 mpc5121: Move iopin features from board specific to common files.
30413
30414 And in the process eliminate some duplicate register defines.
30415
30416 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
30417
30418 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
30419 Author: John Rigby <jrigby@freescale.com>
30420 Date: Tue Aug 5 17:38:57 2008 -0600
30421
30422 mpc5121: squash some fdt fixup errors
30423
30424 On ADS5121 when booting linux the following errors are seen:
30425 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
30426 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
30427 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
30428
30429 This is caused by ft_cpu_setup trying to deal with
30430 both old and new soc node naming. This patch
30431 fixes this by being smarter about what to
30432 fixup.
30433
30434 Also do soc node fixups by compatible instead of by path.
30435 A new board config called OF_SOC_COMPAT defined
30436 to be "fsl,mpc5121-immr" replaces the old
30437 OF_SOC node path that was defined to be "soc@80000000".
30438
30439 Old device trees still work, but the compatiblity
30440 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
30441 which is on by default in include/configs/ads5121.h.
30442
30443 Signed-off-by: John Rigby <jrigby@freescale.com>
30444
30445 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
30446 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30447 Date: Sat Aug 2 23:48:30 2008 +0200
30448
30449 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
30450
30451 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30452
30453 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
30454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30455 Date: Sat Aug 2 23:48:32 2008 +0200
30456
30457 nios2/sysid: fix printf warning
30458
30459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30460
30461 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
30462 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30463 Date: Sat Aug 2 23:48:33 2008 +0200
30464
30465 Fix remaining build issues with MPC8xx FADS boards.
30466
30467 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30468
30469 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
30470 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30471 Date: Sat Aug 2 23:48:31 2008 +0200
30472
30473 nios2: fix phys_addr_t and phys_size_t support
30474
30475 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30476
30477 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
30478 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30479 Date: Sat Aug 2 23:48:34 2008 +0200
30480
30481 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
30482
30483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30484
30485 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
30486 Author: Mark Jackson <mpfj@mimc.co.uk>
30487 Date: Fri Aug 1 09:48:29 2008 +0100
30488
30489 Fix bitmap display for atmel lcd controller
30490
30491 The current lcd_display_bitmap() function does not work properly
30492 for the Atmel LCD controller.
30493
30494 2 fixes need to be done:-
30495
30496 (a) when setting the colour map, use the lcd_setcolreg() function
30497 as provided by the Atmel driver
30498 (b) the data is never actually written to the lcd framebuffer !!
30499
30500 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
30501
30502 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
30503 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30504 Date: Fri Aug 1 08:40:34 2008 +0200
30505
30506 qemu_mips: update README to follow qemu update about default machine
30507
30508 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30509
30510 commit ac169d645f5f0e0b9a232563099209e92a355d8e
30511 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30512 Date: Thu Jul 31 19:53:21 2008 -0500
30513
30514 ColdFire: Fix compilation issue caused by a missing function
30515
30516 Implement usec2ticks() which is used by fsl_i2c.c in
30517 lib_m68k/time.c
30518
30519 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30520
30521 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
30522 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30523 Date: Thu Jul 31 19:53:06 2008 -0500
30524
30525 Fix compilation error for TASREG
30526
30527 TASREG is ColdFire platform, the include ppc4xx.h in
30528 board/esd/common/flash.c causes conflict.
30529
30530 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30531
30532 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
30533 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30534 Date: Thu Jul 31 19:52:36 2008 -0500
30535
30536 Fix compilation error for MCF5275
30537
30538 Rename OBJ to COBJ in board/platform/Makefile
30539
30540 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30541
30542 commit 5c40548f01218360a1f1395198c50ff45f3035b5
30543 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30544 Date: Thu Jul 31 19:52:28 2008 -0500
30545
30546 Fix compile error caused by incorrect function return type
30547
30548 Rename int mii_init(void) to void mii_init(void) for idmr
30549 ColdFire platform
30550
30551 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30552
30553 commit a58c78067c928976c082c758d3987e89ead5b191
30554 Author: Wolfgang Denk <wd@denx.de>
30555 Date: Fri Aug 1 12:06:22 2008 +0200
30556
30557 Fix build issues with MPC8xx FADS boards.
30558
30559 Signed-off-by: Wolfgang Denk <wd@denx.de>
30560
30561 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
30562 Author: Wolfgang Denk <wd@denx.de>
30563 Date: Thu Jul 31 17:54:03 2008 +0200
30564
30565 Prepare v1.3.4-rc2: update CHANGELOG
30566
30567 Signed-off-by: Wolfgang Denk <wd@denx.de>
30568
30569 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
30570 Author: Mark Jackson <mpfj@mimc.co.uk>
30571 Date: Thu Jul 31 16:09:00 2008 +0100
30572
30573 Add gzipped logo support
30574
30575 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
30576
30577 If this option is set, additionally to standard BMP
30578 images, gzipped BMP images can be displayed via the
30579 splashscreen support or the bmp command.
30580
30581 However, the splashscreen function *only* supports standard BMP images.
30582
30583 This patch adds the documented gzip support.
30584
30585 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
30586
30587 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
30588 Author: Mark Jackson <mpfj@mimc.co.uk>
30589 Date: Thu Jul 31 15:56:48 2008 +0100
30590
30591 Fix Atmel LCD controller endianess for AVR32 processors
30592
30593 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
30594 AVR32 (big endian) platforms.
30595
30596 As such, the controller can handle both big and little endian memory.
30597
30598 This patch fixes the driver for the AVR32 platform.
30599
30600 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
30601
30602 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
30603 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30604 Date: Thu Jul 31 15:56:01 2008 +0200
30605
30606 apollon: fix build out of tree
30607
30608 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30609
30610 commit 2e752be39d3e398d4ab89ffa6634c397df298297
30611 Author: Guennadi Liakhovetski <lg@denx.de>
30612 Date: Thu Jul 31 12:35:04 2008 +0200
30613
30614 Uncompressed images loaded to their start address shall set load_end too
30615
30616 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30617 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30618
30619 commit c37207d7f51e19c17f859966f314e27cc1231801
30620 Author: Wolfgang Denk <wd@denx.de>
30621 Date: Wed Jul 16 16:38:59 2008 +0200
30622
30623 Fix printf() format problems with configurable prompts
30624
30625 U-Boot allows for configurable prompt strings using the
30626 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
30627 the assumption was that any such user defined problts would contain
30628 exactly one "%d" format specifier. But some boards did not.
30629
30630 To allow for flexible boot prompts without adding too complex code we
30631 now allow to specify the whole list of printf() arguments in the user
30632 definition. This is powerful, but requires a responsible user who
30633 really understands what he is doing, as he needs to know for exanple
30634 which variables are available in the respective context.
30635
30636 Signed-off-by: Wolfgang Denk <wd@denx.de>
30637
30638 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
30639 Author: Wolfgang Denk <wd@denx.de>
30640 Date: Thu Jul 31 17:02:14 2008 +0200
30641
30642 TQM85xx: fix typo introduce by commit ffbb5cb9
30643
30644 Signed-off-by: Wolfgang Denk <wd@denx.de>
30645
30646 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
30647 Author: Wolfgang Denk <wd@denx.de>
30648 Date: Thu Jul 31 15:27:01 2008 +0200
30649
30650 mvbc_p board: fix most build warnings.
30651
30652 Signed-off-by: Wolfgang Denk <wd@denx.de>
30653
30654 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
30655 Author: Wolfgang Denk <wd@denx.de>
30656 Date: Thu Jul 31 13:57:20 2008 +0200
30657
30658 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
30659
30660 Avoid "integer constant is too large for 'long' type" warnings.
30661 And simplify the code.
30662
30663 Signed-off-by: Wolfgang Denk <wd@denx.de>
30664
30665 commit 9196b44334c330cc13de2464c59181e4db71f549
30666 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
30667 Date: Wed Jul 30 23:21:19 2008 +0400
30668
30669 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
30670
30671 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
30672
30673 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
30674 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
30675 Date: Wed Jul 30 23:20:32 2008 +0400
30676
30677 PPC: Add pci_clk in the global_data for CPM2 processors
30678
30679 This patch adds pci_clk field to the global_data structure for the
30680 processors which have CPM2 module in case the CONFIG_PCI is defined.
30681
30682 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
30683
30684 commit f0ff885ca64655bee6540eb8a25eed90b1152686
30685 Author: Kumar Gala <galak@kernel.crashing.org>
30686 Date: Wed Jul 30 14:13:30 2008 -0500
30687
30688 mpc85xx: Update linker scripts for Freescale boards
30689
30690 * Move to using absolute addressing always. Makes the scripts a bit more
30691 portable and common
30692 * Moved .bss after the end of the image. These allows us to have more
30693 room in the resulting binary image for code and data.
30694 * Removed .text object files that aren't really needed
30695 * Make sure _end is 4-byte aligned as the .bss init code expects this.
30696 (Its possible that the end of .bss isn't 4-byte aligned)
30697
30698 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30699
30700 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
30701 Author: Kumar Gala <galak@kernel.crashing.org>
30702 Date: Wed Jul 30 08:01:15 2008 -0500
30703
30704 Fix compile warnings in dlmalloc
30705
30706 The origional code was using on odd reference to get to the first
30707 real element in av_[]. The first two elements of the array are
30708 not used for actual bins, but for house keeping. If we are more
30709 explicit about how use the first few elements we can get rid of the
30710 warnings:
30711
30712 dlmalloc.c: In function 'malloc_extend_top':
30713 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
30714 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
30715 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
30716 ...
30717
30718 The logic of how this code came to be is:
30719 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
30720
30721 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
30722 bin_at(0) = &(av_[0])
30723
30724 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
30725
30726 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30727
30728 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
30729 Author: Stefan Roese <sr@denx.de>
30730 Date: Wed Jul 30 10:21:01 2008 +0200
30731
30732 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
30733
30734 Signed-off-by: Stefan Roese <sr@denx.de>
30735
30736 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
30737 Author: Stefan Roese <sr@denx.de>
30738 Date: Wed Jul 30 09:59:51 2008 +0200
30739
30740 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
30741
30742 A recent patch used '#if (CONFIG_CMD_USB)' instead of
30743 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
30744 common/bootm.c compile again.
30745
30746 Signed-off-by: Stefan Roese <sr@denx.de>
30747 Acked-by: Markus Klotzbuecher <mk@denx.de>
30748
30749 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
30750 Author: Kyungmin Park <kmpark@infradead.org>
30751 Date: Tue Jul 22 08:01:43 2008 +0900
30752
30753 Remove unused I2C at apollon board
30754
30755 There are no I2C devices on this board.
30756
30757 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30758
30759 commit 3c95960e526b3b026da20201db64526f46faf14b
30760 Author: Wolfgang Denk <wd@denx.de>
30761 Date: Thu Jul 31 10:12:09 2008 +0200
30762
30763 at91rm9200dk, csb637: fix NAND related build problems
30764
30765 Tried fixing NAND support for the at91rm9200dk board; untested.
30766 Disabled NAND support in the csb637 board config file.
30767
30768 Signed-off-by: Wolfgang Denk <wd@denx.de>
30769
30770 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
30771 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30772 Date: Wed Jul 30 12:39:28 2008 +0200
30773
30774 ppc4xx: ML507: Environment in flash and MTD Support
30775
30776 - Relocate the location of U-Boot in the flash
30777 - Save the environment in one sector of the flash memory
30778 - MTD Support
30779
30780 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30781 Signed-off-by: Stefan Roese <sr@denx.de>
30782
30783 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
30784 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30785 Date: Tue Jul 29 17:16:10 2008 +0200
30786
30787 ppc4xx: ML507: Use of get_ram_size in board ml507
30788
30789 - Change suggested by WD
30790
30791 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30792 Signed-off-by: Stefan Roese <sr@denx.de>
30793
30794 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
30795 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30796 Date: Mon Jul 21 20:30:07 2008 +0200
30797
30798 ppc4xx: ML507: U-Boot in flash and System ACE
30799
30800 This patch allows booting from FLASH the ML507 board by Xilinx.
30801 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
30802
30803 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
30804 Signed-off-by: Stefan Roese <sr@denx.de>
30805
30806 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
30807 Author: Julien May <mailinglist@miromico.ch>
30808 Date: Mon Jun 23 13:57:52 2008 +0200
30809
30810 Add support for the hammerhead (AVR32) board
30811
30812 The Hammerhead platform is built around a AVR32 32-bit microcontroller
30813 from Atmel. It offers versatile peripherals, such as ethernet, usb
30814 device, usb host etc.
30815
30816 The board also incooperates a power supply and is a Power over Ethernet
30817 (PoE) Powered Device (PD).
30818
30819 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
30820 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
30821 DDR2 SDRAM interfaces, which will cover even the most exceptional need
30822 of memory bandwidth. Together with the onboard video decoder the board
30823 is ready for video processing.
30824
30825 For more information see: http:///www.miromico.com/hammerhead
30826
30827 Signed-off-by: Julien May <mailinglist@miromico.ch>
30828 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
30829 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30830
30831 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
30832 Author: Kumar Gala <galak@kernel.crashing.org>
30833 Date: Tue Jul 29 12:23:49 2008 -0500
30834
30835 fsl_i2c: Use timebase timer functions instead of get_timer()
30836
30837 The current implementation of get_timer() is only really useful after we
30838 have relocated u-boot to memory. The i2c code is used before that as part
30839 of the SPD DDR setup.
30840
30841 We actually have a bug when using the get_timer() code before relocation
30842 because the .bss hasn't been setup and thus we could be reading/writing
30843 a random location (probably in flash).
30844
30845 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30846
30847 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
30848 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
30849 Date: Tue Jul 29 14:49:31 2008 +0200
30850
30851 Adder8xx: Fix CFG_MONITOR_LEN
30852
30853 Due to increased space usage, U-Boot can no longer be stored in three sectors.
30854 The current U-Boot use just over three flash sectors (197k), and U-Boot will
30855 become corrupt after saving environment variables. This patch adds another 64k
30856 to CFG_MONITOR_LEN.
30857
30858 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
30859
30860 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
30861 Author: Kyungmin Park <kmpark@infradead.org>
30862 Date: Tue Jul 29 08:47:57 2008 +0900
30863
30864 Add OneNAND IPL related files to gitignore
30865
30866 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30867
30868 commit 8d87589e8e874df7120a3d9667f051bc33bac250
30869 Author: Rafal Jaworowski <raj@semihalf.com>
30870 Date: Mon Jul 28 20:38:25 2008 +0200
30871
30872 API: Teach the storage layer about SATA and MMC options.
30873
30874 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
30875 Acked-by: Rafal Jaworowski <raj@semihalf.com>
30876
30877 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
30878 Author: Rafal Jaworowski <raj@semihalf.com>
30879 Date: Mon Jul 28 20:37:48 2008 +0200
30880
30881 API: Dump contents of sector 0 in the demo application.
30882
30883 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
30884 Acked-by: Rafal Jaworowski <raj@semihalf.com>
30885
30886 commit 13ca6305f2eba49c175f6370c35286141059c789
30887 Author: Rafal Jaworowski <raj@semihalf.com>
30888 Date: Mon Jul 28 20:37:10 2008 +0200
30889
30890 API: Correct storage enumeration routine, other minor fixes in API storage area.
30891
30892 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
30893 Acked-by: Rafal Jaworowski <raj@semihalf.com>
30894
30895 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
30896 Author: Rafal Jaworowski <raj@semihalf.com>
30897 Date: Mon Jul 28 20:36:19 2008 +0200
30898
30899 API: Fix compilation warnings in api_examples/demo.c.
30900
30901 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
30902
30903 commit c14eefcc48212af2f3314809605698dd8393a90a
30904 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30905 Date: Sun Jul 27 17:09:43 2008 +0200
30906
30907 Fix more printf() format warnings
30908
30909 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30910
30911 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
30912 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30913 Date: Fri Jul 25 15:18:16 2008 +0200
30914
30915 Fix remaining CFG_CMD_ define, ifdef and comments
30916
30917 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30918
30919 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
30920 Author: Stefano Babic <sbabic@denx.de>
30921 Date: Fri Jul 25 08:57:40 2008 +0200
30922
30923 Add include for config.h in command.h.
30924
30925 Because the cmd_tbl_s structure depends on the configuration file, it
30926 must be assured that config.h is included before the structure is
30927 evaluated by the compiler. If this is not certain, it could happen
30928 that the compiler generates structures of different size, depending
30929 on the fact if the source file includes <config.h> before or after
30930 <command.h>.
30931
30932 The effect is that u-boot crashes when tries to relocate the command
30933 table (for ppc) or try to access to the command table for other
30934 architectures.
30935
30936 The problem can happen on board-depending commands. All general
30937 commands under /common are unaffected, because they include already
30938 config.h before command.h.
30939
30940 Signed-off-by: Stefano Babic <sbabic@denx.de>
30941
30942 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
30943 Author: Scott Wood <scottwood@freescale.com>
30944 Date: Wed Jul 23 13:16:06 2008 -0500
30945
30946 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
30947
30948 This fixes building out-of-tree.
30949
30950 Signed-off-by: Scott Wood <scottwood@freescale.com>
30951
30952 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
30953 Author: Heiko Schocher <hs@denx.de>
30954 Date: Wed Jul 23 07:30:46 2008 +0200
30955
30956 Fix warnings if compiling with IDE support.
30957
30958 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
30959 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
30960
30961 Signed-off-by: Heiko Schocher <hs@denx.de>
30962
30963 commit 7610db17fd4d59c51d825488526d85ede2f06767
30964 Author: Adrian Filipi <adrian.filipi@eurotech.com>
30965 Date: Tue Jul 22 14:28:11 2008 -0400
30966
30967 Removed support for the adsvix board.
30968
30969 Support for the adsvix was originally provided by Applied Data
30970 Systems (ADS), inc., now EuroTech, Inc.
30971 The board never shipped aside from some sample boards.
30972
30973 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
30974
30975 commit f96b44cef897bd372beb86dde1b33637c119d84d
30976 Author: Remy Bohmer <linux@bohmer.net>
30977 Date: Tue Jul 22 16:22:11 2008 +0200
30978
30979 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
30980
30981 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
30982 never set, because relocation to RAM is actually never done by U-boot
30983 itself. However, several pieces of code check if this flag is set at
30984 some time.
30985
30986 So, to make sure this flag is set on boards skipping relocation, this
30987 is added to the initialisation of U-boot at a moment where it is safe
30988 to do so.
30989
30990 Signed-off-by: Remy Bohmer <linux@bohmer.net>
30991
30992 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
30993 Author: Timur Tabi <timur@freescale.com>
30994 Date: Mon Jul 21 14:26:23 2008 -0500
30995
30996 fsl-i2c: fix writes to data segment before relocation
30997
30998 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
30999 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
31000 I2C bus speed and save the value in i2c_bus_speed[], which is a global
31001 variable. It is an error to write to the data segment before relocation,
31002 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
31003
31004 Signed-off-by: Timur Tabi <timur@freescale.com>
31005
31006 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
31007 Author: Wolfgang Ocker <weo@reccoware.de>
31008 Date: Mon Jul 28 16:56:51 2008 +0200
31009
31010 mips: Fix baudrate divisor computation on alchemy cpus
31011
31012 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
31013 on alchemy cpus.
31014
31015 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
31016 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31017
31018 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
31019 Author: Ben Warren <biggerbadderben@gmail.com>
31020 Date: Sat Jul 5 00:08:48 2008 -0700
31021
31022 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
31023
31024 Renamed initialization functions for atngw100 and atstk1000.
31025 Removed initializations for these boards from net/eth.c
31026
31027 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31028 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31029
31030 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
31031 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31032 Date: Wed Jul 23 10:55:46 2008 +0200
31033
31034 spi flash: Fix printf() format warnings
31035
31036 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31037
31038 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
31039 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31040 Date: Wed Jul 23 10:55:31 2008 +0200
31041
31042 atmel_mci: Fix printf() format warnings
31043
31044 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31045
31046 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
31047 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31048 Date: Wed Jul 23 10:55:15 2008 +0200
31049
31050 avr32: Fix printf() format warnings
31051
31052 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31053
31054 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
31055 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31056 Date: Wed Jul 23 10:52:19 2008 +0200
31057
31058 avr32: asm/io.h needs asm/types.h
31059
31060 map_physmem() takes a phys_addr_t as parameter. This type is defined in
31061 asm/types.h, so we need to include that file.
31062
31063 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31064
31065 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
31066 Author: Michal Simek <monstr@monstr.eu>
31067 Date: Thu Jul 17 12:25:46 2008 +0200
31068
31069 microblaze: Fix printf() format issues
31070
31071 Signed-off-by: Michal Simek <monstr@monstr.eu>
31072
31073 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
31074 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
31075 Date: Thu Jul 17 07:27:51 2008 +0530
31076
31077 Remove unused code from lib_arm/bootm.c
31078
31079 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
31080
31081 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
31082 Author: Detlev Zundel <dzu@denx.de>
31083 Date: Wed Jul 16 18:56:45 2008 +0200
31084
31085 tqm85xx: Demystify 'DK: !!!' comment
31086
31087 Signed-off-by: Detlev Zundel <dzu@denx.de>
31088
31089 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
31090 Author: Detlev Zundel <dzu@denx.de>
31091 Date: Wed Jul 16 18:56:44 2008 +0200
31092
31093 83xx/85xx/86xx: Add LTEDR local bus definitions
31094
31095 Signed-off-by: Detlev Zundel <dzu@denx.de>
31096
31097 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
31098 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31099 Date: Wed Jul 16 16:22:32 2008 +0200
31100
31101 serial_xuartlite.c: fix compiler warnings
31102
31103 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31104 Acked-by: Grant Likely <grant.likely@secretlab.ca>
31105
31106 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
31107 Author: Stefan Roese <sr@denx.de>
31108 Date: Fri Jul 18 11:03:35 2008 +0200
31109
31110 POST: Add disable interrupts in some of the missing CPU POST tests
31111
31112 Some CPU POST tests did not disable the interrupts while running. This
31113 seems to be necessary to protect this self modifying code.
31114
31115 Signed-off-by: Stefan Roese <sr@denx.de>
31116
31117 commit 97a3bf268d096e0e97e54048448c35114edcf557
31118 Author: Stefan Roese <sr@denx.de>
31119 Date: Fri Jul 18 10:43:24 2008 +0200
31120
31121 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
31122
31123 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
31124 CFG_64BIT_LBA.
31125
31126 Signed-off-by: Stefan Roese <sr@denx.de>
31127
31128 commit 0043ac55024963295fc79b39af85b6dc3b261e17
31129 Author: Niklaus Giger <niklaus.giger@netstal.com>
31130 Date: Fri Jul 18 11:22:23 2008 +0200
31131
31132 POST PPC4xx/spr IVPR only if PPC440
31133
31134 The SPR IVPR register is only present (as far as I know) for
31135 processors with a PPC440 core.
31136
31137 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31138 Acked-by: Stefan Roese <sr@denx.de>
31139
31140 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
31141 Author: Stefan Roese <sr@denx.de>
31142 Date: Fri Jul 18 10:42:29 2008 +0200
31143
31144 ppc4xx: Enable 64bit printf format on 440/460 platforms
31145
31146 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
31147 440/460 platforms. This may be needed since those platforms support
31148 36bit physical address space.
31149
31150 Signed-off-by: Stefan Roese <sr@denx.de>
31151
31152 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
31153 Author: Stefan Roese <sr@denx.de>
31154 Date: Fri Jul 18 15:57:23 2008 +0200
31155
31156 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
31157
31158 This patch fixes a problem with incorrect MODTx (On Die Termination)
31159 setup for a configuration with multiple DIMM's and multiple ranks.
31160 Without this change Katmai was unable to boot Linux with DDR2 frequency
31161 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
31162 with DDR2 frequency = 640MHz and mem=4GB.
31163
31164 Signed-off-by: Stefan Roese <sr@denx.de>
31165
31166 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
31167 Author: Stefan Roese <sr@denx.de>
31168 Date: Fri Jul 18 12:24:41 2008 +0200
31169
31170 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
31171
31172 Signed-off-by: Stefan Roese <sr@denx.de>
31173
31174 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
31175 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31176 Date: Thu Jul 17 12:47:09 2008 +0200
31177
31178 ppc4xx: ML507 Board Support
31179
31180 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
31181 among others:
31182 -Virtex 5 FX FPGA (With a ppc440x5 in it)
31183 -256MB of SDRAM2
31184 -32MB of Flash
31185 -I2C Eeprom
31186 -System ACE chip
31187 -Serial ATA connectors
31188 -RS232 Level Conversors
31189 -Ethernet Transceiver
31190
31191 This patch gives support to a standard design produced by EDK for this
31192 board: ppc440, uartlite, xilinx_int and flash
31193
31194 - Includes Changes propossed by Stefan Roese and Michal Simek
31195
31196 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31197 Acked-by: Stefan Roese <sr@denx.de>
31198
31199 commit d865fd09809a3a18669f35f970781820af40e4de
31200 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31201 Date: Thu Jul 17 11:44:12 2008 +0200
31202
31203 ppc4xx: CPU PPC440x5 on Virtex5 FX
31204
31205 -This patchs gives support for the embbedded ppc440
31206 on the Virtex5 FPGAs
31207 -interrupts.c divided in uic.c and interrupts.c
31208 -xilinx_irq.c for xilinx interrupt controller
31209 -Include modifications propossed by Stefan Roese
31210
31211 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31212 Acked-by: Stefan Roese <sr@denx.de>
31213
31214 commit 340ccb260f21516be360745d5c5e3bd0657698df
31215 Author: Sebastian Siewior <bigeasy@linutronix.de>
31216 Date: Wed Jul 16 20:04:49 2008 +0200
31217
31218 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
31219
31220 This got broken by commits 93c56f212c
31221 [cfi_flash: support of long cmd in U-boot.]
31222
31223 That command needs to be in little endian format on BE machines
31224 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
31225 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
31226 the cmdbuf in case portwidth = chipwidth = 8bit.
31227
31228 Cc: Alexey Korolev <akorolev@infradead.org>
31229 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
31230 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
31231
31232 commit 11188d55bc16dd907451c00282e00a038f73dd62
31233 Author: Stefan Roese <sr@denx.de>
31234 Date: Thu Jul 17 10:40:51 2008 +0200
31235
31236 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
31237
31238 Signed-off-by: Stefan Roese <sr@denx.de>
31239
31240 commit 021f6df6e96af5b387810cf96d24848da1faa55c
31241 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31242 Date: Thu Jul 10 17:20:51 2008 +0400
31243
31244 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
31245
31246 The thinko was quite silly indeed, I messed with !ptr. Normally this
31247 would trigger some fault, but in U-Boot NULL pointer is equal to phys
31248 0, so the code was working still, just didn't actually test mpc8315erdb
31249 environment variable value. Heh.
31250
31251 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31253
31254 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
31255 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31256 Date: Tue Jul 8 21:00:04 2008 +0400
31257
31258 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
31259
31260 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
31261 support, or without TSEC1 but with USB ULPI PHY support in addition.
31262 With this patch user can specify desired USB PHY.
31263
31264 Also, it seems that we can't distinguish the two boards in software, so
31265 user have to set `mpc8315erdb' environment variable to either 'tsec1'
31266 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
31267 Linux will not probe for TSEC1.
31268
31269 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31270 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31271
31272 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
31273 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31274 Date: Tue Jul 8 20:59:43 2008 +0400
31275
31276 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
31277
31278 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
31279 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
31280 (connected to the four-ports hub, usb host only).
31281
31282 This patch implements support for passing Dual-Role USB controller's
31283 device tree property phy_type through the usb_phy_type environment
31284 variable.
31285
31286 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
31287 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
31288 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31289
31290 commit 699f05125509249072a0b865c8d35520d97cd501
31291 Author: Wolfgang Denk <wd@denx.de>
31292 Date: Tue Jul 15 22:22:44 2008 +0200
31293
31294 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
31295
31296 Signed-off-by: Wolfgang Denk <wd@denx.de>
31297
31298 commit bcab74baa6b1b1c969038ab6f64a186239180405
31299 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31300 Date: Tue Jul 15 11:23:02 2008 -0400
31301
31302 Round the serial port clock divisor value returned by calc_divisor()
31303
31304 Round the serial port clock divisor value returned by
31305 calc_divisor()
31306
31307 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31308 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
31309
31310 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
31311 Author: Robin Getz <rgetz@blackfin.uclinux.org>
31312 Date: Tue Jul 15 21:44:46 2008 +0200
31313
31314 Fix DHCP protocol so U-Boot does not respond too early
31315 on the network with it's offered IP number; it should not reply until
31316 after it has received a DHCP ACK message. Also ensures that U-Boot
31317 does it's DHCPREQUEST as broadcast (per RFC 2131).
31318
31319 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
31320 Acked-by: Ben Warren <biggerbadderben@gmail.com>
31321 Signed-off-by: Wolfgang Denk <wd@denx.de>
31322
31323 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
31324 Author: Sebastian Siewior <bigeasy@linutronix.de>
31325 Date: Tue Jul 15 13:35:23 2008 +0200
31326
31327 cfi_flash: make the command u32 only
31328
31329 This got changed by commit 93c56f212c
31330 [cfi_flash: support of long cmd in U-boot.]
31331
31332 Long is the wrong type because it will behave differently on 64bit
31333 machines in a way that is probably not expected. u32 should be
31334 enough.
31335
31336 Cc: Alexey Korolev <akorolev@infradead.org>
31337 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
31338 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
31339
31340 commit 31cfe57491b183acae575d486729e158f016c27b
31341 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31342 Date: Mon Jul 14 23:48:41 2008 +0200
31343
31344 tools/gitignore: update to all generated files
31345
31346 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31347
31348 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
31349 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
31350 Date: Wed Jul 9 18:30:44 2008 +0200
31351
31352 mpc5xxx: Add MVBC_P board support
31353
31354 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
31355 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
31356
31357 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
31358 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
31359
31360 commit e2d31fb3450653115452144363d5bde4e5e3e693
31361 Author: Timur Tabi <timur@freescale.com>
31362 Date: Thu Jun 19 17:56:11 2008 -0500
31363
31364 Update Freescale sys_eeprom.c to handle CCID formats
31365
31366 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
31367 NXID format replaces the older CCID format, but it's important to support both
31368 since most boards out there still use the CCID format. This change is in
31369 preparation for using one file to handle both formats. This will also unify
31370 EEPROM support for all Freescale 85xx and 86xx boards.
31371
31372 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
31373 instead of ID_EEPROM_ADDR.
31374
31375 Signed-off-by: Timur Tabi <timur@freescale.com>
31376
31377 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
31378 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31379 Date: Fri Jul 11 17:22:43 2008 +0900
31380
31381 pci: sh: Add pci_skip_dev and pci_print_dev function
31382
31383 Add function of new PCI, pci_skip_dev and pci_print_dev.
31384
31385 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31386 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31387
31388 commit 1107014e835ec9d46c0333f4211d104f77442db0
31389 Author: Andy Fleming <afleming@freescale.com>
31390 Date: Mon Jul 14 20:29:07 2008 -0500
31391
31392 Clean up INIT_RAM options
31393
31394 The L2_INIT_RAM option was unused, and recent changes to the TLB code
31395 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
31396 the amount of mapped space attached to nothing, we change things so the TLBs
31397 get cleared.
31398
31399 Signed-off-by: Andy Fleming <afleming@freescale.com>
31400
31401 commit 4524561820a9327e89107854b3a7187800ccf719
31402 Author: Andy Fleming <afleming@freescale.com>
31403 Date: Mon Jul 14 20:26:57 2008 -0500
31404
31405 Remove fake flash bank from 8544 DS
31406
31407 The fake flash bank was generating errors for anyone who didn't have a
31408 PromJET hooked up to the board. As that constitutes the vast majority of
31409 users, we remove it.
31410
31411 Signed-off-by: Andy Fleming <afleming@freescale.com>
31412
31413 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
31414 Author: Kumar Gala <galak@kernel.crashing.org>
31415 Date: Mon Jul 14 14:07:03 2008 -0500
31416
31417 MPC8544DS: Add ATI Video card support
31418
31419 Add support for using a PCIe ATI Video card on PCIe2.
31420
31421 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31422
31423 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
31424 Author: Kumar Gala <galak@kernel.crashing.org>
31425 Date: Mon Jul 14 14:07:02 2008 -0500
31426
31427 85xx: Add some L1/L2 SPR register definitions
31428
31429 Add new L1/L2 SPRs related to e500mc cache config and control.
31430
31431 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31432
31433 commit e5852787f0c3c442a276262f13d91ca450605ac0
31434 Author: Kumar Gala <galak@kernel.crashing.org>
31435 Date: Mon Jul 14 14:07:01 2008 -0500
31436
31437 MPC8544DS: Report board id, board version and fpga version.
31438
31439 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31440
31441 commit 73f15a060f67a2462551c334215bd20fac6b81d1
31442 Author: Kumar Gala <galak@kernel.crashing.org>
31443 Date: Mon Jul 14 14:07:00 2008 -0500
31444
31445 85xx: Cleanup L2 cache size detection
31446
31447 The L2 size detection code was a bit confusing and we kept having to add
31448 code to it to handle new processors. Change the sense of detection so we
31449 look for the older processors that aren't changing.
31450
31451 Also added support for 1M cache size on 8572.
31452
31453 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31454
31455 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
31456 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31457 Date: Fri Jul 11 15:33:08 2008 -0400
31458
31459 sbc8560: enable CONFIG_OF_LIBFDT by default
31460
31461 Make the default build for the sbc8560 board be powerpc
31462 capable with libfdt support.
31463
31464 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31465
31466 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
31467 Author: Andy Fleming <afleming@freescale.com>
31468 Date: Mon Jul 14 20:04:40 2008 -0500
31469
31470 Fix indentation for default boot environment variables
31471
31472 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
31473 similar #defines in sbc8560.h.
31474
31475 Signed-off-by: Andy Fleming <afleming@freescale.com>
31476
31477 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
31478 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31479 Date: Fri Jul 11 15:33:07 2008 -0400
31480
31481 sbc8560: add default fdt values
31482
31483 Add in the default fdt settings and the typical EXTRA_ENV
31484 settings as borrowed from the mpc8560ads. Fix a couple
31485 of stale references to the mpc8560ads dating back to the
31486 original clone/fork.
31487
31488 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31489 Signed-off-by: Andy Fleming <afleming@freescale.com>
31490
31491 commit d04e76edf92f7f89696989e8702b97e020455af3
31492 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31493 Date: Fri Jul 11 15:33:06 2008 -0400
31494
31495 sbc8560: add in ft_board_setup()
31496
31497 Add in for the sbc8560, the ft_board_setup() routine, based on what is
31498 in use for the Freescale MPC8560ADS board.
31499
31500 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31501
31502 commit c158bcaca3b31cbe38c4143812e6170e38a57393
31503 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31504 Date: Fri Jul 11 15:33:05 2008 -0400
31505
31506 sbc8560: define eth0 and eth1 instead of eth1 and eth2
31507
31508 The existing config doesn't define CONFIG_HAS_ETH0, and so the
31509 fdt support doesn't update the zeros in the dtb local-mac with
31510 real data from the u-boot env. Since the existing config is
31511 tailored to just two interfaces, get rid of the ETH2 definitions
31512 at the same time.
31513
31514 Also don't include any end user specific data into the environment
31515 by default -- things like MAC address, network parameters etc. need
31516 to come from the end user.
31517
31518 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31519 Signed-off-by: Andy Fleming <afleming@freescale.com>
31520
31521 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
31522 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31523 Date: Fri Jul 11 15:33:04 2008 -0400
31524
31525 sbc8560: properly set cs0_bnds for 512MB
31526
31527 The sbc8560 board ships with 512MB of memory installed,
31528 but the current cs0_bnds is hard coded for 256MB. Set the
31529 value based on CFG_SDRAM_SIZE.
31530
31531 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31532
31533 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
31534 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31535 Date: Fri Jul 11 15:33:03 2008 -0400
31536
31537 sbc8560: proper definitions for TSEC.
31538
31539 The definitions for the TSEC have become out of date. There is no
31540 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
31541 Update to match those of other boards, like the MPC8560ADS.
31542
31543 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31544 Acked-by: Ben Warren <biggerbadderben@gmail.com>
31545
31546 commit 71074abbe0c76429577aff58aeff0a24ad210b23
31547 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31548 Date: Wed Jul 9 13:23:05 2008 -0400
31549
31550 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
31551
31552 Some boards that have external 16550 UARTs don't have a direct
31553 tie between bi_busfreq and the clock used for the UARTs. Boards
31554 that do have such a tie should set CFG_NS16550_CLK to be
31555 get_bus_freq(0) -- which most of them do already.
31556
31557 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
31558 Acked-by: Kim Phillips <kim.phillips@freescale.com>
31559
31560 commit 24ef76f320fbadf074105229826514db140f939f
31561 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
31562 Date: Wed Jul 2 07:03:53 2008 -0700
31563
31564 Change the temp map to ROM to align addresses to page size.
31565
31566 With a page size of BOOKE_PAGESZ_16M, both the real and effective
31567 addresses must be multiples of 16MB. The hardware silently truncates
31568 them so the code happens to work. This patch clarifies the situation
31569 by establishing addresses that the hardware doesn't need to truncate.
31570
31571 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
31572 Signed-off-by: Andy Fleming <afleming@freescale.com>
31573
31574 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
31575 Author: Kim Phillips <kim.phillips@freescale.com>
31576 Date: Tue Jun 17 17:45:22 2008 -0500
31577
31578 mpc85xx: use IS_E_PROCESSOR macro
31579
31580 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31581
31582 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
31583 Author: Kim Phillips <kim.phillips@freescale.com>
31584 Date: Mon Jun 16 15:55:53 2008 -0500
31585
31586 fdt: add crypto node handling for MPC8{3, 5}xxE processors
31587
31588 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
31589 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
31590 if on an 'EA' processor, e.g. MPC8349EA.
31591
31592 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31593
31594 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
31595 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31596 Date: Fri Jul 11 15:10:11 2008 -0400
31597
31598 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
31599
31600 ARM DaVinci: Remove extern phy_t declaration by moving
31601 code to proper place.
31602
31603 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31604
31605 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
31606 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31607 Date: Fri Jul 11 15:10:10 2008 -0400
31608
31609 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
31610
31611 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
31612 and prototype of i2c_init().
31613
31614 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31615
31616 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
31617 Author: Kumar Gala <galak@kernel.crashing.org>
31618 Date: Mon Jul 14 14:03:02 2008 -0500
31619
31620 Fix some more printf() format problems.
31621
31622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31623
31624 commit 45b16d22c64674ccd8c4637456a987463609141c
31625 Author: Wolfgang Denk <wd@denx.de>
31626 Date: Mon Jul 14 22:38:42 2008 +0200
31627
31628 Fix coding style; make code better parsable by external tools
31629
31630 Signed-off-by: Wolfgang Denk <wd@denx.de>
31631
31632 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
31633 Author: Wolfgang Denk <wd@denx.de>
31634 Date: Mon Jul 14 21:19:08 2008 +0200
31635
31636 cpu/i386/serial.c: Fix syntax errors
31637
31638 Signed-off-by: Wolfgang Denk <wd@denx.de>
31639
31640 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
31641 Author: Wolfgang Denk <wd@denx.de>
31642 Date: Mon Jul 14 20:41:35 2008 +0200
31643
31644 elppc board: Coding style cleanup.
31645
31646 Signed-off-by: Wolfgang Denk <wd@denx.de>
31647
31648 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
31649 Author: Wolfgang Denk <wd@denx.de>
31650 Date: Mon Jul 14 20:40:22 2008 +0200
31651
31652 elppc board: fix syntax error.
31653
31654 Signed-off-by: Wolfgang Denk <wd@denx.de>
31655
31656 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
31657 Author: Wolfgang Denk <wd@denx.de>
31658 Date: Mon Jul 14 20:38:26 2008 +0200
31659
31660 EB+MCF-EV123 board: fix coding style (alingment)
31661
31662 Signed-off-by: Wolfgang Denk <wd@denx.de>
31663
31664 commit 6841785a0bb0f38175456a923edd634fb7dd6947
31665 Author: Wolfgang Denk <wd@denx.de>
31666 Date: Mon Jul 14 20:36:44 2008 +0200
31667
31668 EB+MCF-EV123 board: fix syntx error
31669
31670 Signed-off-by: Wolfgang Denk <wd@denx.de>
31671
31672 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
31673 Author: Andy Fleming <afleming@freescale.com>
31674 Date: Mon Jul 7 18:02:08 2008 -0500
31675
31676 Remove LBC_CACHE_BASE from 8544 DS
31677
31678 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
31679 space for some anyway, we were allowing speculative loads into unmapped space,
31680 which would cause an exception (annoying, even if ultimately harmless).
31681 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
31682 problem.
31683
31684 Signed-off-by: Andy Fleming <afleming@freescale.com>
31685
31686 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
31687 Author: Wolfgang Denk <wd@denx.de>
31688 Date: Mon Jul 14 15:19:07 2008 +0200
31689
31690 Code cleanup: fix old style assignment ambiguities like "=-" etc.
31691
31692 Signed-off-by: Wolfgang Denk <wd@denx.de>
31693
31694 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
31695 Author: Wolfgang Denk <wd@denx.de>
31696 Date: Mon Jul 14 15:10:53 2008 +0200
31697
31698 AmigaOneG3SE: remove dead and incomplete files
31699
31700 Signed-off-by: Wolfgang Denk <wd@denx.de>
31701
31702 commit b64f190b7a34224df09b559ca111eb1b733f00ad
31703 Author: Wolfgang Denk <wd@denx.de>
31704 Date: Mon Jul 14 15:06:35 2008 +0200
31705
31706 Fix printf() format issues with sizeof_t types by using %zu
31707
31708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31709 Signed-off-by: Wolfgang Denk <wd@denx.de>
31710
31711 commit f354b73e16a86f9e9085471a830605f74f84ea5d
31712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31713 Date: Mon Jul 14 14:11:45 2008 +0200
31714
31715 vsprintf: add z and t options
31716
31717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31718
31719 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
31720 Author: Wolfgang Denk <wd@denx.de>
31721 Date: Sun Jul 13 23:07:35 2008 +0200
31722
31723 Fix some more printf() format issues.
31724
31725 Signed-off-by: Wolfgang Denk <wd@denx.de>
31726
31727 commit d5996dd555edf52721b7691a4c59de016251ed39
31728 Author: Wolfgang Denk <wd@denx.de>
31729 Date: Sun Jul 13 19:51:00 2008 +0200
31730
31731 Fix some more printf() format problems.
31732
31733 Signed-off-by: Wolfgang Denk <wd@denx.de>
31734
31735 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
31736 Author: Wolfgang Denk <wd@denx.de>
31737 Date: Sun Jul 13 19:48:26 2008 +0200
31738
31739 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
31740
31741 Signed-off-by: Wolfgang Denk <wd@denx.de>
31742
31743 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
31744 Author: Anatolij Gustschin <agust@denx.de>
31745 Date: Sat Jul 12 17:31:36 2008 +0200
31746
31747 Fix bug in Lime video driver
31748
31749 We need to wait while drawing engine clears frame
31750 buffer before any further software accesses to frame
31751 buffer will be initiated. Otherwise software drawn
31752 parts could be partially destroyed by the drawing
31753 engine or even GDC chip freeze could occur (as
31754 observed on socrates board).
31755
31756 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31757
31758 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
31759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31760 Date: Sat Jul 12 14:36:34 2008 +0200
31761
31762 Fix some more printf() format issues.
31763
31764 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31765
31766 commit 18c8a28aad49803780bd8d52432ded528e37e701
31767 Author: Michal Simek <monstr@monstr.eu>
31768 Date: Fri Jul 11 15:11:57 2008 +0200
31769
31770 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
31771
31772 Signed-off-by: Michal Simek <monstr@monstr.eu>
31773 Acked-by: Stefan Roese <sr@denx.de>
31774
31775 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
31776 Author: Michal Simek <monstr@monstr.eu>
31777 Date: Fri Jul 11 11:50:53 2008 +0200
31778
31779 hwmon: Cleaning hwmon devices
31780
31781 Clean Makefile
31782 Move device specific values to driver for better reading
31783
31784 Signed-off-by: Michal Simek <monstr@monstr.eu>
31785 Acked-by: Stefan Roese <sr@denx.de>
31786
31787 commit c78fce699c7ff467ecd841da6a79f065180bf578
31788 Author: Michal Simek <monstr@monstr.eu>
31789 Date: Fri Jul 11 10:43:13 2008 +0200
31790
31791 FIS: repare incorrect return value with ramdisk handling
31792
31793 Microblaze and PowerPC use boot_get_ramdisk for loading
31794 ramdisk to memory with checking return value.
31795 Return 0 means success. Return 1 means failed.
31796 Here is correspond part of code from bootm.c which check
31797 return code.
31798
31799 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
31800 &rd_data_start, &rd_data_end);
31801 if (ret)
31802 goto error;
31803
31804 Signed-off-by: Michal Simek <monstr@monstr.eu>
31805
31806 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
31807 Author: Michal Simek <monstr@monstr.eu>
31808 Date: Fri Jul 11 10:10:32 2008 +0200
31809
31810 microblaze: Remove useless ancient headers
31811
31812 Signed-off-by: Michal Simek <monstr@monstr.eu>
31813
31814 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
31815 Author: Michal Simek <monstr@monstr.eu>
31816 Date: Fri Jul 11 10:10:31 2008 +0200
31817
31818 microblaze: Clean uartlite driver
31819
31820 Redesign uartlite driver to in_be32 and out_be32 macros
31821 Fix missing header in io.h
31822
31823 Signed-off-by: Michal Simek <monstr@monstr.eu>
31824 Acked-by: Grant Likely <grant.likely@secretlab.ca>
31825
31826 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
31827 Author: Marcel Ziswiler <marcel@ziswiler.com>
31828 Date: Fri Jul 11 02:39:14 2008 +0200
31829
31830 Enable passing of ATAGs required by latest Linux kernel.
31831
31832 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
31833 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31834 Date: Fri Jul 11 10:24:15 2008 -0400
31835
31836 Fix integer overflow warning in calc_divisor()
31837
31838 which happened when rounding the serial port clock divisor
31839
31840 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31841
31842 commit 6b760189d77f001684e3160b355c185ca3804961
31843 Author: Marcel Ziswiler <marcel@ziswiler.com>
31844 Date: Fri Jul 11 01:09:59 2008 +0200
31845
31846 Fix build time warnings in function mmc_decode_csd()
31847
31848 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31849
31850 commit c15947d6ce0d59925c97fdfac692476af6e262d0
31851 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31852 Date: Thu Jul 10 10:46:33 2008 -0400
31853
31854 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
31855
31856 caused by missing dcache status/enable/disable functions.
31857
31858 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
31859
31860 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
31861 Author: Stefan Roese <sr@denx.de>
31862 Date: Thu Jul 10 13:53:31 2008 +0200
31863
31864 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
31865
31866 This patch removes some ft_board_setup() functions from some 4xx boards.
31867 This can be done since we now have a default weak implementation for this
31868 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
31869 implementation like canyonlands need their own version.
31870
31871 Signed-off-by: Stefan Roese <sr@denx.de>
31872
31873 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
31874 Author: Wolfgang Denk <wd@denx.de>
31875 Date: Sun Jul 13 14:58:16 2008 +0200
31876
31877 Add last known maintainer for orphaned boards; reformat.
31878
31879 Signed-off-by: Wolfgang Denk <wd@denx.de>
31880
31881 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
31882 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31883 Date: Thu Jul 10 13:16:04 2008 +0200
31884
31885 Remove kharris@nexus-tech.net from MAINTAINERS
31886
31887 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
31888 anymore. You can't be a maintainer without a valid e-mail address, so
31889 move all boards that used to be maintained by Kyle Harris to the
31890 "orphaned" list.
31891
31892 Currently, only PowerPC has a list of orphaned boards, so this patch
31893 creates one for ARM as well.
31894
31895 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
31896
31897 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
31898 Author: Anatolij Gustschin <agust@denx.de>
31899 Date: Thu Jul 10 01:15:10 2008 +0200
31900
31901 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
31902
31903 On the at91sam9260ep development board there is an EEPROM
31904 connected to the TWI interface (PA23, PA24 Peripheral A
31905 multiplexing), so we cannot use these pins as ETX2, ETX3.
31906 This patch configures PA10, PA11 pins for ETX2, ETX3
31907 instead of PA23, PA24 pins.
31908
31909 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31910 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
31911
31912 commit f889265753ddf4465d9d580827bb9289bfac55d6
31913 Author: Kenneth Johansson <kenneth@southpole.se>
31914 Date: Sat Jul 12 13:18:34 2008 -0600
31915
31916 fix DIU for small screens
31917
31918 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
31919 so it was not possible to set a slow pixel clock and thus prevented
31920 display on small screens.
31921
31922 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
31923 Acked-by: John Rigby <jrigby@freescale.com>
31924
31925 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
31926 Author: John Rigby <jrigby@freescale.com>
31927 Date: Fri Jul 11 14:44:09 2008 -0600
31928
31929 ADS5121 cleanup compile warnings
31930
31931 board/ads5121/iopin.c
31932 Replace bit fields in struct iopin_t with a single
31933 field and intialize it via plain old macros.
31934 This fixes the type pun warnings and makes the code
31935 more readable.
31936
31937 board/ads5121/ads5121.c
31938 Add include iopin.h to ads5121.c for the iopin_initialize
31939 prototype.
31940
31941 Add an extern void ads5121_diu_init(void)
31942
31943 Signed-off-by: John Rigby <jrigby@freescale.com>
31944
31945 commit bde63587622c4b830a27d1ddf7265843de9e994f
31946 Author: Wolfgang Denk <wd@denx.de>
31947 Date: Fri Jul 11 22:56:11 2008 +0200
31948
31949 Fix some more printf() format issues.
31950
31951 Signed-off-by: Wolfgang Denk <wd@denx.de>
31952
31953 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
31954 Author: Wolfgang Denk <wd@denx.de>
31955 Date: Fri Jul 11 22:55:31 2008 +0200
31956
31957 Fixed some out-of-tree build issues
31958
31959 Signed-off-by: Wolfgang Denk <wd@denx.de>
31960
31961 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
31962 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31963 Date: Wed Jul 9 16:20:23 2008 -0500
31964
31965 ColdFire: Fix FB CS not setup properly for Mcf5282
31966
31967 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
31968 CFG_CSn_RO is defined as 0, the chipselect will not
31969 be assigned.
31970
31971 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31972
31973 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
31974 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31975 Date: Wed Jul 9 15:47:27 2008 -0500
31976
31977 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
31978
31979 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
31980 clock module in cpu/<cf arch>/cpu_init.c
31981
31982 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31983
31984 commit f94945b517f10e01927101679c62361e03d4e837
31985 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31986 Date: Wed Jul 9 15:25:01 2008 -0500
31987
31988 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
31989
31990 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31991
31992 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
31993 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31994 Date: Wed Jul 9 15:21:44 2008 -0500
31995
31996 Fix compile error caused by missing timer function
31997
31998 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
31999
32000 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32001
32002 commit c37ea031175b807c54e6bad9b270e9bede6c0078
32003 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32004 Date: Wed Jul 9 15:14:25 2008 -0500
32005
32006 Fix compile error caused by incorrect function return type
32007
32008 Rename int mii_init(void) to void mii_init(void)
32009
32010 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32011
32012 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
32013 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32014 Date: Wed Jun 18 19:27:23 2008 -0500
32015
32016 ColdFire: Fix power up issue for MCF5235
32017
32018 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32019
32020 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
32021 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32022 Date: Wed Jun 18 19:19:07 2008 -0500
32023
32024 ColdFire: Fix compiling error for MCF5275
32025
32026 The compiling error was caused by missing a closed parentheses
32027 in speed.c
32028
32029 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32030
32031 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
32032 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32033 Date: Wed Jun 18 19:14:01 2008 -0500
32034
32035 ColdFire: Fix timer issue for MCF5272
32036
32037 The timer was assigned to wrong timer memory mapped which
32038 caused udelay() and timer() not working properly.
32039
32040 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32041
32042 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
32043 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32044 Date: Wed Jun 18 19:12:13 2008 -0500
32045
32046 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
32047
32048 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
32049
32050 commit 8371dc2066136be21e10b7b9293e469297d77298
32051 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32052 Date: Wed Jun 18 19:05:23 2008 -0500
32053
32054 ColdFire: Add -got=single param for new linux v4e toolchains
32055
32056 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
32057
32058 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
32059 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32060 Date: Wed Jun 18 13:21:19 2008 -0500
32061
32062 ColdFire: Fix code flash configuration for M547x/M548x boards
32063
32064 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
32065
32066 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
32067 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32068 Date: Tue Jun 24 12:12:16 2008 -0500
32069
32070 ColdFire: Fix warning messages by passing correct data type in board.c
32071
32072 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32073
32074 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
32075 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32076 Date: Thu May 29 12:21:54 2008 -0500
32077
32078 ColdFire: Fix UART baudrate formula
32079
32080 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
32081 can generate the wrong divisor due to integer division truncation.
32082 Round the calculated divisor value by adding 1/2 the baudrate
32083 before dividing by the baudrate.
32084
32085 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32086 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
32087
32088 commit b578fb471444cbd7db1285701ba51343baaf73fb
32089 Author: Stefan Roese <sr@denx.de>
32090 Date: Thu Jul 10 11:38:26 2008 +0200
32091
32092 ppc4xx: Fix include sequence in 4xx_pcie.c
32093
32094 This patch now moves common.h to the top of the inlcude list. This
32095 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
32096 the phys_size_t/phys_addr_t are defined to the correct size in this
32097 driver.
32098
32099 Signed-off-by: Stefan Roese <sr@denx.de>
32100
32101 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
32102 Author: Stefan Roese <sr@denx.de>
32103 Date: Fri Jul 11 13:10:56 2008 +0200
32104
32105 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
32106
32107 Signed-off-by: Stefan Roese <sr@denx.de>
32108
32109 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
32110 Author: Stefan Roese <sr@denx.de>
32111 Date: Fri Jul 11 11:40:13 2008 +0200
32112
32113 ppc4xx: Fix small korat merge problem
32114
32115 Signed-off-by: Stefan Roese <sr@denx.de>
32116
32117 commit 1d0554736a0a1dd59718acda660871ce56b69e18
32118 Author: Stefan Roese <sr@denx.de>
32119 Date: Fri Jul 11 11:34:52 2008 +0200
32120
32121 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
32122
32123 Signed-off-by: Stefan Roese <sr@denx.de>
32124
32125 commit 3a82113ed5934d498f25080441a8261fc9454b15
32126 Author: Stefan Roese <sr@denx.de>
32127 Date: Thu Jul 10 16:37:09 2008 +0200
32128
32129 ppc4xx: Add 460SX UIC defines
32130
32131 Only the really needed ones are added (cascading and EMAC/MAL).
32132
32133 Signed-off-by: Stefan Roese <sr@denx.de>
32134
32135 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
32136 Author: Stefan Roese <sr@denx.de>
32137 Date: Mon Jun 30 14:11:07 2008 +0200
32138
32139 ppc4xx: Continue cleanup of ppc440.h
32140
32141 This patch continues the ppc440.h cleanup by removing some of the unused
32142 defines.
32143
32144 Signed-off-by: Stefan Roese <sr@denx.de>
32145
32146 commit d9056b7913ed6a228d2f33671d916efedee541dd
32147 Author: Stefan Roese <sr@denx.de>
32148 Date: Mon Jun 30 14:05:05 2008 +0200
32149
32150 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
32151
32152 This patch cleans up the 440SPe PCIe register usage. Now only defines
32153 from the include/asm-ppc/4xx_pcie.h are used.
32154
32155 Signed-off-by: Stefan Roese <sr@denx.de>
32156
32157 commit 5de851403b01489b493fa83137ad990b8ce60d1c
32158 Author: Stefan Roese <sr@denx.de>
32159 Date: Thu Jun 26 17:36:39 2008 +0200
32160
32161 ppc4xx: Rework 440GX UIC handling
32162
32163 This patch reworks the 440GX interrupt handling so that the common 4xx
32164 code can be used. The 440GX is an exception to all other 4xx variants
32165 by having the cascading interrupt vectors not on UIC0 but on a special
32166 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
32167 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
32168 handling is simpler without any 440GX special cases.
32169
32170 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
32171
32172 Signed-off-by: Stefan Roese <sr@denx.de>
32173
32174 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
32175 Author: Stefan Roese <sr@denx.de>
32176 Date: Thu Jun 26 13:40:57 2008 +0200
32177
32178 ppc4xx: Consolidate PPC4xx UIC defines
32179
32180 This 2nd patch now removes all UIC mask bit definition. They should be
32181 generated from the vectors by using the UIC_MASK() macro from now on.
32182 This way only the vectors need to get defined for new PPC's.
32183
32184 Also only the really used interrupt vectors are now defined. This makes
32185 definitions for new PPC versions easier and less error prone.
32186
32187 Another part of this patch is that the 4xx emac driver got a little
32188 cleanup, since now the usage of the interrupts is clearer.
32189
32190 Signed-off-by: Stefan Roese <sr@denx.de>
32191
32192 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
32193 Author: Stefan Roese <sr@denx.de>
32194 Date: Wed Jun 25 10:59:22 2008 +0200
32195
32196 ppc4xx: Consolidate PPC4xx UIC defines
32197
32198 This patch is the first step to consolidate the UIC related defines in the
32199 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
32200 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
32201 steps.
32202
32203 Signed-off-by: Stefan Roese <sr@denx.de>
32204
32205 commit 7ee2619c20ccecd57966d74d844e6329e141261c
32206 Author: Stefan Roese <sr@denx.de>
32207 Date: Tue Jun 24 17:18:50 2008 +0200
32208
32209 ppc4xx: Consolidate PPC4xx EBC defines
32210
32211 This patch removes all EBC related defines from the PPC4xx headers
32212 ppc405.h and ppc440.h and introduces a new header
32213
32214 include/asm-ppc/ppc4xx-ebc.h
32215
32216 with all those defines.
32217
32218 Signed-off-by: Stefan Roese <sr@denx.de>
32219
32220 commit e321801bed5a6d896d298c00fd20046f039d5d66
32221 Author: Stefan Roese <sr@denx.de>
32222 Date: Thu Jul 10 13:52:44 2008 +0200
32223
32224 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
32225
32226 This patch removes some ft_board_setup() functions from some 4xx boards.
32227 This can be done since we now have a default weak implementation for this
32228 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
32229 implementation like canyonlands need their own version.
32230
32231 Signed-off-by: Stefan Roese <sr@denx.de>
32232
32233 commit 08250eb2edbd96514d049602d9e134110ac3185f
32234 Author: Stefan Roese <sr@denx.de>
32235 Date: Thu Jul 10 15:32:32 2008 +0200
32236
32237 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
32238
32239 Signed-off-by: Stefan Roese <sr@denx.de>
32240
32241 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
32242 Author: Grant Erickson <gerickson@nuovations.com>
32243 Date: Tue Jul 8 08:35:00 2008 -0700
32244
32245 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
32246
32247 This patch adds support for placing the RGMII bridge on the
32248 PPC405EX(r) into MII/GMII mode and allows a board-specific
32249 configuration to specify the bridge mode at compile-time.
32250
32251 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32252 Signed-off-by: Stefan Roese <sr@denx.de>
32253
32254 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
32255 Author: Grant Erickson <gerickson@nuovations.com>
32256 Date: Wed Jul 9 16:46:35 2008 -0700
32257
32258 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
32259
32260 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
32261 controller registers (MODT and INITPLR) used by the
32262 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
32263 peer values used for the INITPLR MR and EMR registers,
32264 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
32265
32266 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
32267 Kilauea are replaced by equivalent mnemonics to make it easier to
32268 compare and contrast other 405EX(r)-based boards (e.g. during board
32269 bring-up).
32270
32271 Finally, unified the SDRAM controller register dump routine such that
32272 it can be used across all processor variants that utilize the IBM DDR2
32273 SDRAM controller core. It produces output of the form:
32274
32275 PPC4xx IBM DDR2 Register Dump:
32276 ...
32277 SDRAM_MB0CF[40] = 0x00006701
32278 ...
32279
32280 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
32281 since it is not uncommon that the DCR values in header files get mixed
32282 up and it helps to validate, at a glance, they match what is printed
32283 in the user manual.
32284
32285 Tested on:
32286 AMCC Kilauea/Haleakala:
32287 - NFS Linux Boot: PASSED
32288 - NAND Linux Boot: PASSED
32289
32290 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32291 Signed-off-by: Stefan Roese <sr@denx.de>
32292
32293 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
32294 Author: Grant Erickson <gerickson@nuovations.com>
32295 Date: Wed Jul 9 16:31:59 2008 -0700
32296
32297 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
32298
32299 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
32300 revision ID DCR based on 405EX, and add field mnemonics for bus error
32301 status and ECC error status registers.
32302
32303 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32304 Signed-off-by: Stefan Roese <sr@denx.de>
32305
32306 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
32307 Author: Grant Erickson <gerickson@nuovations.com>
32308 Date: Wed Jul 9 16:31:36 2008 -0700
32309
32310 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
32311
32312 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
32313
32314 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32315 Signed-off-by: Stefan Roese <sr@denx.de>
32316
32317 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
32318 Author: Grant Erickson <gerickson@nuovations.com>
32319 Date: Wed Jul 9 11:55:46 2008 -0700
32320
32321 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
32322
32323 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
32324 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
32325 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
32326
32327 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
32328 which causes SDRAM initialization to periodically fail since it can
32329 prematurely indicate SDRAM ready status.
32330
32331 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
32332 Signed-off-by: Stefan Roese <sr@denx.de>
32333
32334 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
32335 Author: Feng Kan <fkan@amcc.com>
32336 Date: Tue Jul 8 22:48:42 2008 -0700
32337
32338 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
32339
32340 Add AMCC Redwood reference board that uses the latest
32341 PPC 464 CPU processor combined with a rich mix of peripheral
32342 controllers. The board will support PCIe, mutiple Gig ethernet
32343 ports, advanced hardware RAID assistance and IEEE 1588.
32344
32345 Signed-off-by: Feng Kan <fkan@amcc.com>
32346 Signed-off-by: Stefan Roese <sr@denx.de>
32347
32348 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
32349 Author: Feng Kan <fkan@amcc.com>
32350 Date: Tue Jul 8 22:48:07 2008 -0700
32351
32352 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
32353
32354 Signed-off-by: Feng Kan <fkan@amcc.com>
32355 Signed-off-by: Stefan Roese <sr@denx.de>
32356
32357 commit 7d30793685efcada183891c78fc892e6c9ba50c7
32358 Author: Feng Kan <fkan@amcc.com>
32359 Date: Tue Jul 8 22:47:31 2008 -0700
32360
32361 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
32362
32363 Signed-off-by: Feng Kan <fkan@amcc.com>
32364 Signed-off-by: Stefan Roese <sr@denx.de>
32365
32366 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
32367 Author: Wolfgang Denk <wd@denx.de>
32368 Date: Fri Jul 11 01:16:00 2008 +0200
32369
32370 Fix some more print() format errors.
32371
32372 Signed-off-by: Wolfgang Denk <wd@denx.de>
32373
32374 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
32375 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32376 Date: Thu Jul 10 20:57:54 2008 +0200
32377
32378 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
32379
32380 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32381
32382 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
32383 Author: Sergey Lapin <slapin@ossfans.org>
32384 Date: Thu Jun 5 11:06:29 2008 +0400
32385
32386 DataFlash AT45DB021 support
32387
32388 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
32389 bootstrap, u-boot and its environment, using NAND or other external
32390 storage for kernel and rootfs. This patch adds support for
32391 small 1024x263 chip.
32392
32393 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
32394
32395 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
32396 Author: Kim Phillips <kim.phillips@freescale.com>
32397 Date: Thu Jul 10 14:00:15 2008 -0500
32398
32399 silence misc printf formatting compiler warnings
32400
32401 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32402
32403 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
32404 Author: Markus KlotzbĂ¼cher <mk@denx.de>
32405 Date: Thu Jul 10 14:47:09 2008 +0200
32406
32407 USB: shutdown USB before booting
32408
32409 This patch fixes a potentially serious issue related to USB which was
32410 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
32411 ARM920T. Martin wrote:
32412
32413 Turn off USB to prevent the host controller from writing to the
32414 SDRAM while Linux is booting. This could happen, because the HCCA
32415 (Host Controller Communication Area) lies within the SDRAM and the
32416 host controller writes continously to this area (as busmaster!), for
32417 example to increase the HccaFrameNumber variable, which happens
32418 every 1 ms.
32419
32420 This is a slightly modified version of the patch in order to shutdown
32421 USB when booting on all architectures.
32422
32423 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32424
32425 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
32426 Author: Martha Marx <mmarx@silicontkx.com>
32427 Date: Thu May 29 14:23:25 2008 -0400
32428
32429 Configuration changes for ADS5121 Rev 3
32430
32431 ADS5121 Rev 3 board is now the default config
32432
32433 config targets are now
32434
32435 ads5121_config
32436 Rev 3 board with
32437 PCI
32438 M41T62 on board RTC
32439 512MB DRAM
32440
32441 ads5121_rev2_config
32442 Rev 2 board with
32443 No PCI
32444 256MB DRAM
32445
32446 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
32447 Acked-by: Grant Likely <grant.likely@secretlab.ca>
32448 Acked-by: John Rigby <jrigby@freescale.com>
32449
32450 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
32451 Author: Martha Marx <mmarx@silicontkx.com>
32452 Date: Thu May 29 15:37:21 2008 -0400
32453
32454 Consolidate ADS5121 IO Pin configuration
32455
32456 Consolidate ADS5121 IO Pin configuration to one file
32457 board/ads5121/iopin.c.
32458
32459 Remove pin config from cpu/mpc512x/fec.c
32460
32461 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
32462 Acked-by: Grant Likely <grant.likely@secretlab.ca>
32463 Acked-by: John Rigby <jrigby@freescale.com>
32464
32465 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
32466 Author: Christian Eggers <christian@p2400.wgnetz.xx>
32467 Date: Fri Jun 27 19:46:51 2008 +0200
32468
32469 Fix "usb part" command
32470
32471 Only print partition for selected device if user supplied the <dev>
32472 arg with the "usb part [dev]" command.
32473
32474 Signed-off-by: Christian Eggers <ceggers@gmx.de>
32475 Acked-by: Markus Klotzbuecher <mk@denx.de>
32476
32477 commit cc83b27217f7380041fea386ddb6d6d9b261617d
32478 Author: Harald Welte <laforge@gnumonks.org>
32479 Date: Mon Jul 7 00:58:05 2008 +0800
32480
32481 fix USB devices with multiple configurations
32482
32483 This patch fixes bugs in usbdcore*.c related to the use of devices
32484 with multiple configurations.
32485
32486 The original code made mistakes about the meaning of configuration value and
32487 configuration index, and the resulting off-by-one errors resulted in:
32488
32489 * SET_CONFIGURATION always selected the first configuration, no matter what
32490 wValue is being passed.
32491 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
32492 configuration (index 0).
32493
32494 Signed-off-by: Harald Welte <laforge@openmoko.org>
32495 Acked-by: Markus Klotzbuecher <mk@denx.de>
32496
32497 commit 06c53beae1a726e707971c555613f09b270a2461
32498 Author: Wolfgang Denk <wd@denx.de>
32499 Date: Thu Jul 10 13:16:09 2008 +0200
32500
32501 Fix some more print() format errors.
32502
32503 Signed-off-by: Wolfgang Denk <wd@denx.de>
32504
32505 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
32506 Author: Christian Eggers <christian@p2400.wgnetz.xx>
32507 Date: Fri Jun 27 19:46:51 2008 +0200
32508
32509 Fix "usb part" command
32510
32511 Only print partition for selected device if user supplied the <dev>
32512 arg with the "usb part [dev]" command.
32513
32514 Signed-off-by: Christian Eggers <ceggers@gmx.de>
32515 Acked-by: Markus Klotzbuecher <mk@denx.de>
32516
32517 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
32518 Author: Harald Welte <laforge@gnumonks.org>
32519 Date: Mon Jul 7 00:58:05 2008 +0800
32520
32521 fix USB devices with multiple configurations
32522
32523 This patch fixes bugs in usbdcore*.c related to the use of devices
32524 with multiple configurations.
32525
32526 The original code made mistakes about the meaning of configuration value and
32527 configuration index, and the resulting off-by-one errors resulted in:
32528
32529 * SET_CONFIGURATION always selected the first configuration, no matter what
32530 wValue is being passed.
32531 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
32532 configuration (index 0).
32533
32534 Signed-off-by: Harald Welte <laforge@openmoko.org>
32535 Acked-by: Markus Klotzbuecher <mk@denx.de>
32536
32537 commit e870690bdca154943ecadd5212d2d59c1b9d391b
32538 Author: Stefan Roese <sr@denx.de>
32539 Date: Thu Jul 10 10:10:54 2008 +0200
32540
32541 MTD/NAND: Fix printf format warning in nand code
32542
32543 This patch fixes NAND related printf format warning. Those warnings are
32544 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
32545 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
32546 really helpful.
32547
32548 Signed-off-by: Stefan Roese <sr@denx.de>
32549
32550 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
32551 Author: Stefan Roese <sr@denx.de>
32552 Date: Thu Jul 10 10:00:45 2008 +0200
32553
32554 rtc: Fix printf format warning in m41t60.c
32555
32556 Signed-off-by: Stefan Roese <sr@denx.de>
32557
32558 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
32559 Author: Stefan Roese <sr@denx.de>
32560 Date: Tue Jul 8 12:01:47 2008 +0200
32561
32562 pci: Move PCI device configuration check into a separate weak function
32563
32564 This patch moves the check, if a device should be skipped in PCI PNP
32565 configuration into the function pci_skip_dev(). This function is defined
32566 as weak so that it can be overwritten by a platform specific one if
32567 needed. The check if the device should get printed in the PCI summary upon
32568 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
32569 pci_print_dev() which is also defined as weak too.
32570
32571 Signed-off-by: Stefan Roese <sr@denx.de>
32572
32573 commit b002144e1dc21374b1ef5281fe6b5d014af96650
32574 Author: Stefan Roese <sr@denx.de>
32575 Date: Thu Jul 10 09:58:06 2008 +0200
32576
32577 ppc4xx: Fix printf format warnings now visible with the updated format check
32578
32579 This patch fixes ppc4xx related printf format warning. Those warnings are
32580 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
32581 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
32582 really helpful.
32583
32584 Signed-off-by: Stefan Roese <sr@denx.de>
32585
32586 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
32587 Author: Stefan Roese <sr@denx.de>
32588 Date: Wed Jul 9 17:33:57 2008 +0200
32589
32590 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
32591
32592 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
32593 To support such configurations, we "only" map the first 2GB via the TLB's. We
32594 need some free virtual address space for the remaining peripherals like, SoC
32595 devices, FLASH etc.
32596
32597 Note that ECC is currently not supported on configurations with more than 2GB
32598 SDRAM. This is because we only map the first 2GB on such systems, and therefore
32599 the ECC parity byte of the remaining area can't be written.
32600
32601 Signed-off-by: Stefan Roese <sr@denx.de>
32602
32603 commit cf1c2ed91df26903b956948f37f82de9e1158a89
32604 Author: Larry Johnson <lrj@acm.org>
32605 Date: Sat Jun 14 17:02:49 2008 -0400
32606
32607 ppc4xx: Remove implementation of testdram() from Korat board support
32608
32609 Signed-off-by: Larry Johnson <lrj@acm.org>
32610 Signed-off-by: Stefan Roese <sr@denx.de>
32611
32612 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
32613 Author: Larry Johnson <lrj@acm.org>
32614 Date: Sat Jun 14 16:53:02 2008 -0400
32615
32616 ppc4xx: Update and add FDT to Korat board support
32617
32618 Signed-off-by: Larry Johnson <lrj@acm.org>
32619 Signed-off-by: Stefan Roese <sr@denx.de>
32620
32621 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
32622 Author: Wolfgang Denk <wd@denx.de>
32623 Date: Thu Jul 10 01:13:30 2008 +0200
32624
32625 Minor coding style cleanup; update CHANGELOG
32626
32627 Signed-off-by: Wolfgang Denk <wd@denx.de>
32628
32629 commit 8915f1189c1d29d8be7f4de325702d90a8988219
32630 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
32631 Date: Wed Jul 9 17:50:45 2008 -0400
32632
32633 e1000: add support for 82545GM 64bit PCI-X copper variant
32634
32635 This PCI-X e1000 variant works by just adding in the correct
32636 PCI IDs in the appropriate places.
32637
32638 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
32639
32640 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
32641 Author: Daniel Hellstrom <daniel@gaisler.com>
32642 Date: Wed Jul 9 12:34:11 2008 +0000
32643
32644 SPARC: Build error fix
32645
32646 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
32647
32648 This patch makes SPARC targets build again. It is caused by
32649 phys_addr_t and phys_size_t being defined in the wrong header
32650 file. include/lmb.h need those typedefs to build.
32651
32652 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32653
32654 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
32655 Author: Marcel Ziswiler <marcel@ziswiler.com>
32656 Date: Wed Jul 9 08:17:15 2008 +0200
32657
32658 Many spelling fixes in README.
32659
32660 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
32661
32662 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
32663 Author: Marcel Ziswiler <marcel@ziswiler.com>
32664 Date: Wed Jul 9 08:17:06 2008 +0200
32665
32666 Minor spelling fix in comment.
32667
32668 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
32669
32670 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
32671 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32672 Date: Tue Jul 8 14:54:58 2008 -0400
32673
32674 Round the serial port clock divisor value returned by calc_divisor()
32675
32676 Round the serial port clock divisor value returned by
32677 calc_divisor().
32678
32679 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32680 Signed-off-by: John Roberts <john.roberts@pwav.com>
32681
32682 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
32683 Author: Scott Wood <scottwood@freescale.com>
32684 Date: Wed Jul 9 17:47:52 2008 -0500
32685
32686 NAND: ifdef-protect most of nand.h when using legacy NAND.
32687
32688 Some macros such as NAND_CTL_SETALE conflict between current and legacy
32689 NAND, being defined by the subsystem in the former case and the board
32690 config file in the latter.
32691
32692 Signed-off-by: Scott Wood <scottwood@freescale.com>
32693
32694 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
32695 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32696 Date: Tue Jul 8 11:02:05 2008 -0400
32697
32698 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
32699
32700 ARM: Fix for incorrect version of patch applied when
32701 adding support for the Lyrtech SFF-SDR board.
32702
32703 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32704 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
32705
32706 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
32707 Author: Kyungmin Park <kmpark@infradead.org>
32708 Date: Tue Jul 8 09:08:40 2008 +0900
32709
32710 Remove useless print message at apollon
32711
32712 Remove useless print message at apollon
32713
32714 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32715
32716 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
32717 Author: Andy Fleming <afleming@freescale.com>
32718 Date: Mon Jul 7 14:24:39 2008 -0500
32719
32720 Fix LMB type issues
32721
32722 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
32723 of casting problems in the bootm code that called the LMB functions.
32724
32725 Signed-off-by: Andy Fleming <afleming@freescale.com>
32726
32727 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
32728 Author: Kumar Gala <galak@kernel.crashing.org>
32729 Date: Mon Jul 7 09:39:06 2008 -0500
32730
32731 Fix compiler warnings
32732
32733 gcc-4.3.x generates the following:
32734
32735 bootm.c: In function 'do_bootm_linux':
32736 bootm.c:208: warning: cast from pointer to integer of different size
32737 bootm.c:215: warning: cast from pointer to integer of different size
32738
32739 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32740
32741 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
32742 Author: Harald Welte <laforge@gnumonks.org>
32743 Date: Mon Jul 7 15:40:39 2008 +0800
32744
32745 Remove code duplication for setting the default environment
32746
32747 common/env_common.c (default_env): new function that resets the environment to
32748 the default value
32749 common/env_common.c (env_relocate): use default_env instead of own copy
32750 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
32751 include/environment.h: added default_env prototype
32752
32753 Signed-off-by: Werner Almesberger <werner@openmoko.org>
32754 Signed-off-by: Harald Welte <laforge@openmoko.org>
32755
32756 commit 99c2b434d37863df5dda5207a53760c6506fc2be
32757 Author: Marcel Ziswiler <marcel@ziswiler.com>
32758 Date: Sun Jun 22 16:13:46 2008 +0200
32759
32760 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
32761
32762 The writeenv() and readenv() calls introduced by the recently added bad block
32763 management for environment variables were missing casts therefore producing
32764 compile time warnings.
32765 While at it fixing some typo in a comment and indentation.
32766
32767 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
32768 Signed-off-by: Scott Wood <scottwood@freescale.com>
32769
32770 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
32771 Author: Scott Wood <scottwood@freescale.com>
32772 Date: Fri Jun 20 12:38:57 2008 -0500
32773
32774 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
32775
32776 This is particularly problematic now that non-NAND-specific code is
32777 including <nand.h>, and thus all debugging code is being compiled
32778 regardless of whether it was requested, as reported by Scott McNutt
32779 <smcnutt@psyent.com>.
32780
32781 Signed-off-by: Scott Wood <scottwood@freescale.com>
32782
32783 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
32784 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32785 Date: Thu Jun 12 19:27:58 2008 +0200
32786
32787 mmc: Move atmel_mci driver into drivers/mmc
32788
32789 This makes it easier to use the driver on other platforms.
32790
32791 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32792 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32793
32794 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
32795 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32796 Date: Thu Jun 12 19:27:57 2008 +0200
32797
32798 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
32799
32800 After we move the atmel_mci driver into drivers/mmc, we can't select
32801 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
32802 this driver so that there's no ambiguity.
32803
32804 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32805 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32806
32807 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
32808 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32809 Date: Thu Jun 12 19:27:56 2008 +0200
32810
32811 Create drivers/mmc subdirectory
32812
32813 In order to consolidate more of the various MMC drivers around the
32814 tree, we must first have a common place to put them.
32815
32816 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32817 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32818
32819 commit b502611b51f02718c2d1117d4981dabceb5af6de
32820 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
32821 Date: Sun Jul 6 12:30:09 2008 +0200
32822
32823 Change env_get_char from a global function ptr to a function
32824
32825 This avoids an early global data reference.
32826
32827 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32828
32829 commit 27269417ade432189b234d9fbac98b54e37b978c
32830 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
32831 Date: Sun Jul 6 13:57:58 2008 +0400
32832
32833 Some copy-n-paste fixes in printf usage
32834
32835 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
32836
32837 commit 0e6989b9faf1588e8723535539e88a0df3c71356
32838 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
32839 Date: Sun Jul 6 13:57:00 2008 +0400
32840
32841 FDT memory and pci node fixes for MPC8260ADS
32842
32843 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
32844
32845 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
32846 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
32847 Date: Mon Jul 7 06:41:14 2008 -0700
32848
32849 Fix printf errors.
32850
32851 The compiler will help find mismatches between printf formats and
32852 arguments if you let it. This patch adds the necessary attributes to
32853 declarations in include/common.h, then begins to correct the resulting
32854 compiler warnings. Some of these were bugs, e.g., "$d" instead of
32855 "%d" and incorrect arguments. Others were just annoying, like
32856 int-long mismatches on a system where both are 32 bits. It's worth
32857 fixing the annoying errors to catch the real ones.
32858
32859 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
32860
32861 commit 417faf285b2527acb2de24c5cd3e2621d385408c
32862 Author: Becky Bruce <becky.bruce@freescale.com>
32863 Date: Wed Jul 9 11:09:41 2008 -0500
32864
32865 Allow print_size to print in GB
32866
32867 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32868
32869 commit e7c374529c87525c9aa463e0557c287887ae4e9e
32870 Author: Jason McMullan <mcmullan@netapp.com>
32871 Date: Sun Jun 8 23:56:00 2008 -0400
32872
32873 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
32874
32875 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
32876 they are set in the U-Boot environment.
32877
32878 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
32879 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32880
32881 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
32882 Author: Stefan Roese <sr@denx.de>
32883 Date: Tue Jul 8 12:57:14 2008 +0200
32884
32885 jedec_flash: Fix AM29DL800BB device ID
32886
32887 As pointed out by Jerry Hicks, this patch corrects the device ID of
32888 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
32889 datasheet (rev C4 from Dezember 2006).
32890
32891 Signed-off-by: Stefan Roese <sr@denx.de>
32892
32893 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
32894 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32895 Date: Mon Jul 7 11:22:37 2008 +0900
32896
32897 sh: Fix compile error sh7763rdp board
32898
32899 Disable SH ether driver.
32900
32901 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32902
32903 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
32904 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32905 Date: Tue Jul 8 12:03:24 2008 +0900
32906
32907 sh: Fix SH-boards compile error
32908
32909 By Cleanup out-or-tree building for some boards (.depend)
32910 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
32911 because filse ware changed, some SH-boards have compile error.
32912 I revised this problem.
32913
32914 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32915
32916 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
32917 Author: Jason Jin <Jason.jin@freescale.com>
32918 Date: Tue May 13 11:50:36 2008 +0800
32919
32920 Feed the watchdog in u-boot for 8610 board.
32921
32922 The watchdog on 8610 board is enabled by setting sw[6]
32923 to on. Once enabled, the watchdog can not be disabled
32924 by software. So feed the dog in u-boot is necessary for
32925 normal operation.
32926
32927 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
32928
32929 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
32930 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32931 Date: Wed Jun 18 12:10:33 2008 -0400
32932
32933 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
32934
32935 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
32936
32937 Remove duplicate code in a if/else block in
32938 cpu/arm926ejs/davinci/lxt972.c.
32939 Fixed style issues.
32940
32941 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32942 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32943
32944 commit fec61431a003f5778bafa2624073a571af8bec9f
32945 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32946 Date: Wed Jun 18 12:10:31 2008 -0400
32947
32948 Remove duplicate definitions in include/lxt971a.h.
32949
32950 Remove duplicate definitions in include/lxt971a.h.
32951
32952 Remove duplicate registers and bits definitions in
32953 include/lxt971a.h for standard MII registers, and
32954 use values in include/miiphy.h instead.
32955
32956 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
32957 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32958
32959 commit 9751ee0990f467941da0b095a4e995f863672d7a
32960 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32961 Date: Wed Jun 11 21:05:00 2008 +0900
32962
32963 net: sh: Renesas SH7763 Ethernet device support
32964
32965 Renesas SH7763 has 2 channel Ethernet device.
32966 This is 10/100/1000 Base support.
32967 But this patch check 10/100 Base only.
32968
32969 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32970 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32971
32972 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
32973 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32974 Date: Tue Jun 17 16:28:05 2008 +0900
32975
32976 sh: Update Renesas R2DPlus board
32977
32978 New NOR Flash board support and remove old type flash board config.
32979 And Remove network setting from config file.
32980
32981 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32982 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32983
32984 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
32985 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32986 Date: Tue Jun 17 16:28:01 2008 +0900
32987
32988 sh: Update Renesas R7780MP board
32989
32990 New NOR Flash board support and remove network setting from config file.
32991
32992 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32993 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32994
32995 commit c001cd604e9f133743effbddb1c215b48e761c5a
32996 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32997 Date: Tue Jun 17 16:27:56 2008 +0900
32998
32999 sh: Update Renesas Migo-R board
33000
33001 Remove network setting from config file.
33002
33003 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33004 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33005
33006 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
33007 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33008 Date: Tue Jun 17 16:27:52 2008 +0900
33009
33010 sh: Update Hitachi MS7722SE board
33011
33012 Remove network setting from config file.
33013
33014 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33015 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33016
33017 commit 26209e48e8791670c93108029a5c31a30016c6df
33018 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33019 Date: Tue Jun 17 16:27:48 2008 +0900
33020
33021 sh: Cleanup source code of SH7763RDP
33022
33023 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33024 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33025
33026 commit 5cd5b2c96ef0025762931349d350287aec03ab47
33027 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33028 Date: Tue Jun 17 16:27:44 2008 +0900
33029
33030 sh: Cleanup source code of R2DPlus
33031
33032 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33033 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33034
33035 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
33036 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33037 Date: Tue Jun 17 16:27:41 2008 +0900
33038
33039 sh: Cleanup source code of R7780MP
33040
33041 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33042 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33043
33044 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
33045 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33046 Date: Tue Jun 17 16:27:38 2008 +0900
33047
33048 sh: Cleanup source code of MS7722SE
33049
33050 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33051 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33052
33053 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
33054 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33055 Date: Tue Jun 17 16:27:34 2008 +0900
33056
33057 sh: Cleanup source code of MS7720SE
33058
33059 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33060 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33061
33062 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
33063 Author: Wolfgang Denk <wd@denx.de>
33064 Date: Mon Jul 7 00:45:03 2008 +0200
33065
33066 SH: fix out of tree building
33067
33068 Signed-off-by: Wolfgang Denk <wd@denx.de>
33069
33070 commit 9047bfa1e737d787be460387dd6f45737eeceb10
33071 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33072 Date: Thu Jul 3 23:16:06 2008 +0900
33073
33074 net: smc911x: Fix typo
33075
33076 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33077
33078 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
33079 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33080 Date: Wed Jul 2 18:54:08 2008 +0200
33081
33082 update mvBL-M7 board config
33083
33084 update mvBL-M7 config file to use UBOOT_VERSION and define
33085 CONFIG_HIGH_BATS.
33086
33087 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33088
33089 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
33090 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33091 Date: Mon Jun 30 17:45:01 2008 +0900
33092
33093 net: fix compile problem in smc911x driver.
33094
33095 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33096 Acked-by: Ben Warren <biggerbadderben@gmail.com>
33097
33098 commit 9fea65a6c469b1b474b27446feb58738baba2d31
33099 Author: Michal Simek <monstr@monstr.eu>
33100 Date: Tue Jun 24 09:54:09 2008 +0200
33101
33102 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
33103
33104 This change helps with better handling with others
33105 Xilinx based platform.
33106
33107 Signed-off-by: Michal Simek <monstr@monstr.eu>
33108 Acked-by: Stefan Roese <sr@denx.de>
33109
33110 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
33111 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33112 Date: Tue Jun 17 13:07:11 2008 +0900
33113
33114 net: ne2000: Move dev_addr variable from grobal to local.
33115
33116 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33117 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33118
33119 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
33120 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33121 Date: Tue Jun 17 13:07:15 2008 +0900
33122
33123 net: ne2000: Fix compile error of NE2000
33124
33125 If enable DEBUG, can not compile ne2000 driver.
33126
33127 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33128 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33129
33130 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
33131 Author: Ben Warren <biggerbadderben@gmail.com>
33132 Date: Mon Jun 23 22:57:27 2008 -0700
33133
33134 Add mechanisms for CPU and board-specific Ethernet initialization
33135
33136 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
33137 initialization to CPU or board-specific code. Initial implementation is
33138 only on the Freescale TSEC controller, but others will be added soon.
33139
33140 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33141
33142 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
33143 Author: Wolfgang Denk <wd@denx.de>
33144 Date: Sun Jul 6 01:21:46 2008 +0200
33145
33146 include/sha256.h: fix file permissions.
33147
33148 Signed-off-by: Wolfgang Denk <wd@denx.de>
33149
33150 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
33151 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
33152 Date: Tue May 27 11:15:29 2008 +0200
33153
33154 [AT91SAM9] Fix NAND FLASH timings
33155
33156 Fix NAND FLASH timings for at91sam9x evaluation kits.
33157
33158 New timings are based on application note
33159 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
33160 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
33161
33162 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
33163 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33164 Acked-by: Stelian Pop <stelian@popies.net>
33165
33166 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
33167 Author: Stelian Pop <stelian@popies.net>
33168 Date: Thu May 22 00:15:40 2008 +0200
33169
33170 Fix boot from NOR due to incorrect reset delay.
33171
33172 AT91 RSTC registers are battery-backuped, so their values
33173 are not reset across power cycles. One of those registers,
33174 the AT91_RSTC_MR register, is being modified by U-Boot, in
33175 the ethernet initialisation routine, to generate a 500ms
33176 user reset.
33177
33178 Unfortunately, this value is not being restored afterwards,
33179 causing subsequent resets to also last for 500ms.
33180
33181 This long reset sequence causes problems (at least) in the
33182 boot sequence from NOR: by the time the CPU tries to load
33183 a program from the NOR flash, the latter is still in reset
33184 and not yet available.
33185
33186 Additionaly, this patch fixes a bug in the original code which
33187 caused the reset delay to last for 2s instead of 500ms.
33188
33189 Signed-off-by: Stelian Pop <stelian@popies.net>
33190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33191
33192 commit f492dd636fbbae529e17533995bc6e5813c007f6
33193 Author: Wolfgang Denk <wd@denx.de>
33194 Date: Fri Jul 4 20:11:49 2008 +0200
33195
33196 Update CHANGELOG
33197
33198 Signed-off-by: Wolfgang Denk <wd@denx.de>
33199
33200 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
33201 Author: Wolfgang Denk <wd@denx.de>
33202 Date: Fri Jul 4 20:07:35 2008 +0200
33203
33204 CCM/SCM boards: fix out of tree building
33205
33206 Signed-off-by: Wolfgang Denk <wd@denx.de>
33207
33208 commit ab4c3a490df9a964711556d2a05b0c787db45fde
33209 Author: Wolfgang Denk <wd@denx.de>
33210 Date: Thu Jul 3 23:22:27 2008 +0200
33211
33212 SCM board: fix build errors.
33213
33214 Signed-off-by: Wolfgang Denk <wd@denx.de>
33215
33216 commit a566466f17ba0e2d2b6c250e77da678fb932470d
33217 Author: Wolfgang Denk <wd@denx.de>
33218 Date: Thu Jul 3 23:06:36 2008 +0200
33219
33220 IAD210 board: fix ``"ALIGN" redefined'' warning.
33221
33222 Signed-off-by: Wolfgang Denk <wd@denx.de>
33223
33224 commit ad756314797c16fa5dca23e115aab881011f164f
33225 Author: Wolfgang Denk <wd@denx.de>
33226 Date: Thu Jul 3 23:00:24 2008 +0200
33227
33228 CCM board: fix build errors.
33229
33230 Signed-off-by: Wolfgang Denk <wd@denx.de>
33231
33232 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
33233 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33234 Date: Wed Jul 2 18:54:08 2008 +0200
33235
33236 update mvBL-M7 board config
33237
33238 update mvBL-M7 config file to use UBOOT_VERSION.
33239
33240 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33241 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33242
33243 commit ced209c50e80c25f13c083099b05044048d21f4f
33244 Author: Wolfgang Denk <wd@denx.de>
33245 Date: Thu Jul 3 22:39:21 2008 +0200
33246
33247 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
33248
33249 Signed-off-by: Wolfgang Denk <wd@denx.de>
33250
33251 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
33252 Author: Wolfgang Denk <wd@denx.de>
33253 Date: Thu Jul 3 22:34:08 2008 +0200
33254
33255 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
33256
33257 Signed-off-by: Wolfgang Denk <wd@denx.de>
33258
33259 commit 730f298485984b011b6ee8f4acb511cb45a843dd
33260 Author: Wolfgang Denk <wd@denx.de>
33261 Date: Thu Jul 3 22:04:17 2008 +0200
33262
33263 lmb: fix "implicit declaration of function 'lmb_free'" warning
33264
33265 Signed-off-by: Wolfgang Denk <wd@denx.de>
33266
33267 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
33268 Author: Wolfgang Denk <wd@denx.de>
33269 Date: Wed Jul 2 23:53:23 2008 +0200
33270
33271 Cleanup: remove redundant deleting on *~ files
33272
33273 Signed-off-by: Wolfgang Denk <wd@denx.de>
33274
33275 commit c8a3b109f07f02342d097b30908965f7261d9f15
33276 Author: Wolfgang Denk <wd@denx.de>
33277 Date: Wed Jul 2 23:49:18 2008 +0200
33278
33279 Cleanup out-or-tree building for some boards (.depend)
33280
33281 Signed-off-by: Wolfgang Denk <wd@denx.de>
33282
33283 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
33284 Author: Wolfgang Denk <wd@denx.de>
33285 Date: Wed Jul 2 23:38:50 2008 +0200
33286
33287 Cleanup: fix out-of-tree building for some boards
33288
33289 Signed-off-by: Wolfgang Denk <wd@denx.de>
33290
33291 commit 461fa68d20861811487944d22291db5a13410e20
33292 Author: Wolfgang Denk <wd@denx.de>
33293 Date: Wed Jul 2 23:00:14 2008 +0200
33294
33295 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
33296
33297 Signed-off-by: Wolfgang Denk <wd@denx.de>
33298
33299 commit 5981ebd32017e062b08aa6747cf591276f2db779
33300 Author: Detlev Zundel <dzu@denx.de>
33301 Date: Fri Jun 20 22:26:24 2008 +0200
33302
33303 fdt: Fix typo in variable name.
33304
33305 Signed-off-by: Detlev Zundel <dzu@denx.de>
33306
33307 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
33308 Author: Gary Jennejohn <garyj@denx.de>
33309 Date: Thu Jun 19 11:11:19 2008 +0200
33310
33311 Add logos for RRvision board
33312
33313 Signed-off-by: Gary Jennejohn <garyj@denx.de>
33314
33315 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
33316 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
33317 Date: Wed Jun 18 11:03:57 2008 +0200
33318
33319 mpc8260: add fdt_fixup_ethernet support
33320
33321 Add support for updating mac-address and local-mac-address in fdt for
33322 all MPC8260 targets.
33323
33324 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
33325
33326 commit f6a69559d64498a04e1e0b087a9b920e5775f866
33327 Author: Steven A. Falco <sfalco@harris.com>
33328 Date: Thu Jun 12 13:24:42 2008 -0400
33329
33330 cmd_nvedit.c: clean up syntax highlighting
33331
33332 My text-editor (vim) has a bit of trouble syntax-highlighting the
33333 cmd_nvedit.c file, because it apparently does not parse C
33334 ifdef/else/endif. The following patch does not change the behavior of
33335 the code at all, but does allow the editor to properly
33336 syntax-highlight the file.
33337
33338 Signed-off-by: Steve Falco <sfalco@harris.com>
33339
33340 commit 75678c807a6272ecc5541eb32898c93887f08400
33341 Author: Steven A. Falco <sfalco@harris.com>
33342 Date: Thu Jun 12 13:22:12 2008 -0400
33343
33344 Make setenv() return status
33345
33346 Currently, the setenv function does not return an error code.
33347 This patch allows to test for errors.
33348
33349 Signed-off-by: Steve Falco <sfalco@harris.com>
33350
33351 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
33352 Author: Kumar Gala <galak@kernel.crashing.org>
33353 Date: Wed Jun 11 10:14:06 2008 -0500
33354
33355 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
33356
33357 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
33358 and fls is used to implement them.
33359
33360 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33361
33362 commit 83002a77cbdf383015ca384eff5fa31722d8e571
33363 Author: Magnus Lilja <lilja.magnus@gmail.com>
33364 Date: Mon Jun 9 22:58:48 2008 +0200
33365
33366 i.MX31: Cleanup comments in lowlevel_init.S.
33367
33368 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
33369
33370 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
33371 Author: Ben Warren <biggerbadderben@gmail.com>
33372 Date: Sun Jun 8 23:28:33 2008 -0700
33373
33374 Move conditional compilation of MPC8XXX SPI driver to Makefile
33375
33376 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33377
33378 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
33379 Author: Juergen Kilb <J.Kilb@gmx.de>
33380 Date: Sun Jun 8 17:59:53 2008 +0200
33381
33382 i.MX31: fixed CTRL-C detection
33383
33384 The Register URXD contains status information in bits [15..8].
33385 With status bit 15 set, CTRL-C was reported as 0x8003 instead
33386 of 0x03. Therefore CTRL-C was not detected.
33387 To solve this, bits [15..8] were masked out now.
33388
33389 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
33390 Acked-by: Felix Radensky <felix@embedded-sol.com>
33391
33392 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
33393 Author: Stefan Roese <sr@denx.de>
33394 Date: Tue Jul 1 17:03:19 2008 +0200
33395
33396 ppc4xx: Fix 460EX/GT PCIe port initialization
33397
33398 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
33399 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
33400 this out.
33401
33402 Signed-off-by: Stefan Roese <sr@denx.de>
33403
33404 commit b571afde0295b007a45055ee49f8822c753a5651
33405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33406 Date: Sat Jun 7 12:29:52 2008 +0200
33407
33408 add SHA256 support
33409
33410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33411 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
33412
33413 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
33414 Author: Marian Balakowicz <m8@semihalf.com>
33415 Date: Fri Jun 6 23:07:40 2008 +0200
33416
33417 Delay FIT format check on sector based devices
33418
33419 Global FIT image operations like format check cannot be performed on
33420 a first sector data, defer them to the point when whole FIT image was
33421 uploaded to a system RAM.
33422
33423 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
33424 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
33425 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
33426
33427 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
33428 Author: Dave Liu <r63238@freescale.com>
33429 Date: Tue Jun 3 17:38:19 2008 +0800
33430
33431 sata: wait for device updating signature to host
33432
33433 The driver need wait for the device updating signature to host.
33434 If we don't wait for it, the driver can not detect the device(disk)
33435 when the system powers up.
33436
33437 Signed-off-by: Dave Liu <daveliu@freescale.com>
33438
33439 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
33440 Author: Stefan Roese <sr@denx.de>
33441 Date: Sat Jun 28 14:56:17 2008 +0200
33442
33443 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
33444
33445 This patch implements a fix provided by AMCC so that the lockup upon
33446 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
33447 anymore:
33448
33449 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
33450 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
33451 USB 2.0 host and SATA.
33452
33453 This errata is not officially available yet. I'll update the comment
33454 to add the errata number later.
33455
33456 Signed-off-by: Stefan Roese <sr@denx.de>
33457
33458 commit 8b616edb118e37d05f6401389eaee1c636b22828
33459 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
33460 Date: Mon Jun 2 16:42:19 2008 -0400
33461
33462 serial_pl010.c: add watchdog support
33463
33464 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
33465
33466 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
33467 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
33468 Date: Mon Jun 2 16:40:08 2008 -0400
33469
33470 jffs2_1pass.c: add watchdog support
33471
33472 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
33473
33474 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
33475 Author: Sascha Laue <sascha.laue@liebherr.com>
33476 Date: Fri May 30 09:48:14 2008 +0200
33477
33478 Configure DSP POST; add watchdog reset to diag command
33479
33480 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
33481
33482 commit f13526517859bf6b573e23ff47199e107d1009b5
33483 Author: Tor Krill <tor@excito.com>
33484 Date: Thu May 29 10:40:17 2008 +0200
33485
33486 Add sata sil3114 support
33487
33488 Signed-off-by: Tor Krill <tor@excito.com>
33489
33490 commit e093a247628228100f405b6d7f6b1bfc16141938
33491 Author: Wolfgang Denk <wd@denx.de>
33492 Date: Sat Jun 28 23:34:37 2008 +0200
33493
33494 Coding Style Cleanup
33495
33496 Signed-off-by: Wolfgang Denk <wd@denx.de>
33497
33498 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
33499 Author: Wolfgang Denk <wd@denx.de>
33500 Date: Sat Jun 28 23:16:01 2008 +0200
33501
33502 Update CHANGELOG
33503
33504 Signed-off-by: Wolfgang Denk <wd@denx.de>
33505
33506 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
33507 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33508 Date: Wed May 21 13:58:41 2008 -0400
33509
33510 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
33511
33512 This patch adds support for the Lyrtech SFF-SDR board,
33513 based on the TI DaVinci architecture (ARM926EJS).
33514
33515 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33516 Signed-off-by: Philip Balister <philip@balister.org>
33517 Signed-off-by: Wolfgang Denk <wd@denx.de>
33518
33519 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
33520 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33521 Date: Thu May 22 11:09:59 2008 +0200
33522
33523 MMC: Consolidate MMC/SD command definitions
33524
33525 This moves the MMC and SD Card command definitions from
33526 include/asm/arch/mmc.h into include/mmc.h. These definitions are
33527 given by the MMC and SD Card standards, not by any particular
33528 architecture.
33529
33530 There's a lot more room for consolidation in the MMC drivers which
33531 I'm hoping to get done eventually, but this patch is a start.
33532
33533 Compile-tested for all avr32 boards as well as lpc2292sodimm and
33534 lubbock. This should cover all three mmc drivers in the tree.
33535
33536 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33537
33538 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
33539 Author: Kyungmin Park <kmpark@infradead.org>
33540 Date: Wed May 21 14:38:08 2008 +0900
33541
33542 Use better Ethernet timings for apollon board
33543
33544 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33545
33546 commit 41c5eaa7253ed82bbae1eda5667755872c615164
33547 Author: Andy Fleming <afleming@freescale.com>
33548 Date: Mon Jun 16 13:58:56 2008 -0500
33549
33550 Resize device tree to allow space for board changes and the chosen node
33551
33552 Current code requires that a compiled device tree have space added to the end to
33553 leave room for extra nodes added by board code (and the chosen node). This
33554 requires that device tree creators anticipate how much space U-Boot will add to
33555 the tree, which is absurd. Ideally, the code would resize and/or relocate the
33556 tree when it needed more space, but this would require a systemic change to the
33557 fdt code, which is non-trivial. Instead, we resize the tree inside
33558 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
33559 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
33560
33561 Signed-off-by: Andy Fleming <afleming@freescale.com>
33562
33563 commit 7570a9941fc565922078679a72d246fe208d696d
33564 Author: Andy Fleming <afleming@freescale.com>
33565 Date: Mon Jun 16 13:58:55 2008 -0500
33566
33567 Fix an underflow bug in __lmb_alloc_base
33568
33569 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
33570 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
33571 merely updates __lmb_alloc_base to resemble the current version in Linux.
33572
33573 Signed-off-by: Andy Fleming <afleming@freescale.com>
33574
33575 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
33576 Author: Andy Fleming <afleming@freescale.com>
33577 Date: Mon Jun 16 13:58:54 2008 -0500
33578
33579 Add lmb_free
33580
33581 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
33582 lmb_reserve to temporarily reserve some memory.
33583
33584 Signed-off-by: Andy Fleming <afleming@freescale.com>
33585
33586 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
33587 Author: Andy Fleming <afleming@freescale.com>
33588 Date: Mon Jun 16 13:58:53 2008 -0500
33589
33590 Add ALIGN() macro
33591
33592 ALIGN() returns the smallest aligned value greater than the passed
33593 in address or size. Taken from Linux.
33594
33595 Signed-off-by: Andy Fleming <afleming@freescale.com>
33596
33597 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
33598 Author: Stefan Roese <sr@denx.de>
33599 Date: Tue Jun 24 17:15:22 2008 +0200
33600
33601 ppc4xx: Fix compilation problems with phys_size_t
33602
33603 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
33604 board specific files where it has been missing.
33605
33606 Signed-off-by: Stefan Roese <sr@denx.de>
33607
33608 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
33609 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33610 Date: Mon May 19 12:26:38 2008 +0200
33611
33612 Conditionally add -fno-stack-protector to CFLAGS
33613
33614 When compile-testing on powerpc, I get errors like this:
33615
33616 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
33617
33618 This seems to be because -fstack-protector is on by default, so
33619 let's explicitly disable it on all architectures that support the
33620 option.
33621
33622 The Ubuntu toolchain is affected by this problem, and according to
33623 Mike Frysinger, Gentoo has been running with SSP enabled for years.
33624 More and more distros are turning SSP on by default, so this problem
33625 is likely to get worse in the future.
33626
33627 Also, powerpc just happens to be one of the arches I do
33628 compile-testing on. There may be other arches affected by this too.
33629
33630 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33631
33632 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
33633 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33634 Date: Sun May 18 19:09:52 2008 +0200
33635
33636 pcmcia/ti_pci1410a: Move compile condition to the Makefile
33637
33638 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33639
33640 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
33641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33642 Date: Sun May 18 19:09:51 2008 +0200
33643
33644 pxa_pcmcia: Move compile condition to the Makefile
33645
33646 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33647
33648 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
33649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33650 Date: Sun May 18 19:09:50 2008 +0200
33651
33652 marabun_pcmcia: Move compile condition to the Makefile
33653
33654 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33655
33656 commit 6a19c46cae43c16c528eddefae3db97134f1915d
33657 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33658 Date: Mon Jun 23 13:25:34 2008 +0200
33659
33660 fix non-working mvBL-M7
33661
33662 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
33663
33664 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33665 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33666
33667 commit 846f1574ddddeda2bc227655e687308695f41cdc
33668 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33669 Date: Mon Jun 23 11:40:56 2008 +0200
33670
33671 fix system config overwrite @ MPC834x and MPC8313
33672
33673 During 83xx setup the "System I/O configuration register high" gets
33674 overwritten with user defined value if CFG_SICRH is defined.
33675
33676 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
33677 must keep their reset value regardless of configuration.
33678
33679 On my board (using RGMII) those bits are set after reset - yet it's
33680 unclear where they come from.
33681
33682 The patch keeps both bits on MPC834x and MPC8313.
33683
33684 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33685 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33686
33687 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
33688 Author: Kim Phillips <kim.phillips@freescale.com>
33689 Date: Tue Jun 17 17:45:27 2008 -0500
33690
33691 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
33692
33693 to avoid this:
33694
33695 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
33696 In file included from cpu.c:33:
33697 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
33698
33699 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33700
33701 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
33702 Author: Stefan Roese <sr@denx.de>
33703 Date: Mon Jun 23 11:15:09 2008 +0200
33704
33705 ppc4xx: Fix problem in gpio_config()
33706
33707 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
33708 left by one. So the additional shift is bogus.
33709
33710 Signed-off-by: Stefan Roese <sr@denx.de>
33711
33712 commit 40777812316fc252c941665c0f60c148fd79d50f
33713 Author: Detlev Zundel <dzu@denx.de>
33714 Date: Fri Jun 20 22:24:05 2008 +0200
33715
33716 fdt: Fix typo in variable name.
33717
33718 Signed-off-by: Detlev Zundel <dzu@denx.de>
33719
33720 commit 5f723a3b98c630bde33de74351f2121691fdef14
33721 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33722 Date: Fri Jun 20 10:41:05 2008 +0200
33723
33724 avr32: Enable SPI flash support on ATNGW100
33725
33726 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
33727 the new SPI flash framework.
33728
33729 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33730
33731 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
33732 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33733 Date: Fri Jun 20 12:44:28 2008 +0200
33734
33735 avr32: Fix SPI portmux initialization
33736
33737 Use the new GPIO manipulation functions to set up the chip select lines,
33738 and make sure both busses use GPIO for chip select control.
33739
33740 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33741
33742 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
33743 Author: Peter Ma <pma@mediamatech.com>
33744 Date: Sun Jun 1 22:59:24 2008 -0700
33745
33746 avr32: Add GPIO manipulation functions
33747
33748 Adds GPIO manipulation functions for AVR32 AP7 platform.
33749
33750 Signed-off-by: Peter Ma <pma@mediamatech.com>
33751 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
33752 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33753
33754 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
33755 Author: Wolfgang Grandegger <wg@grandegger.com>
33756 Date: Thu Jun 5 13:02:30 2008 +0200
33757
33758 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
33759
33760 This patch is based on the following patch sent a few minutes ago:
33761 "NAND FSL UPM: driver re-write using the hwcontrol callback"
33762 It is untested, of course. Anton, could you please give it a try.
33763
33764 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
33765 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33766
33767 commit 96026d42fa4e646d28318c0a1438aac4b2017909
33768 Author: Anatolij Gustschin <agust@denx.de>
33769 Date: Thu Jun 12 12:40:11 2008 +0200
33770
33771 Fix 4xx build issue
33772
33773 Building for 4xx doesn't work since commit 4dbdb768:
33774
33775 In file included from 4xx_pcie.c:28:
33776 include/asm/processor.h:971: error: expected ')' before 'ver'
33777 make[1]: *** [4xx_pcie.o] Error 1
33778
33779 This patch fixes the problem.
33780
33781 Signed-off-by: Anatolij Gustschin <agust@denx.de>
33782 Acked-by: Stefan Roese <sr@denx.de>
33783 Acked-by: Kumar Gala <galak@kernel.crashing.org>
33784
33785 commit a036b0443657fe0f4773786de9092251869f08ac
33786 Author: Kumar Gala <galak@kernel.crashing.org>
33787 Date: Thu Jun 19 01:45:50 2008 -0500
33788
33789 MPC8610HPCD: Report board id, board version and fpga version.
33790
33791 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33792
33793 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
33794 Author: Kumar Gala <galak@kernel.crashing.org>
33795 Date: Thu Jun 19 01:45:27 2008 -0500
33796
33797 MPC8641HPCN: Report board id, board version and fpga version.
33798
33799 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33800
33801 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
33802 Author: Stefan Roese <sr@denx.de>
33803 Date: Mon Jun 16 10:40:02 2008 +0200
33804
33805 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
33806
33807 This patch simplifies flash_toggle() (AMD commandset), which is used to
33808 detect if a FLASH device is still busy with erase/program operations. On
33809 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
33810 did not detect the busy state reliably, resulting in non erased sectors
33811 etc. This patch now simplifies this function by "just" comparing the
33812 complete data-word instead of ANDing it with the command-word (0x40)
33813 before the compatison. It is done the same way in the Linux implementation
33814 chip_ready() in cfi_cmdset_0002.c.
33815
33816 Signed-off-by: Stefan Roese <sr@denx.de>
33817
33818 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
33819 Author: Philip Balister <philip@balister.org>
33820 Date: Mon Jun 16 08:58:07 2008 -0400
33821
33822 NAND: Add missing declaration to non-redundant saveenv().
33823
33824 Signed-off-by: Scott Wood <scottwood@freescale.com>
33825
33826 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
33827 Author: Wolfgang Grandegger <wg@grandegger.com>
33828 Date: Mon Jun 2 15:09:55 2008 +0200
33829
33830 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
33831
33832 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
33833 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
33834 Signed-off-by: Scott Wood <scottwood@freescale.com>
33835
33836 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
33837 Author: Stefan Roese <sr@denx.de>
33838 Date: Tue Jun 10 15:34:11 2008 +0200
33839
33840 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
33841
33842 This patch disables the square wave output of the M41T62 RTC used on
33843 Canyonlands & Glacier. Here the explanation:
33844
33845 The serial real-time clock part used in the design is an
33846 STMicro M41T62. This part has a full-time 32KHz square wave
33847 output that is connected to the TmrClk input to the
33848 processor. The default state for this square wave output is
33849 enabled so the output runs continuously when the board is
33850 powered normally and also from the battery. The TmrClk input
33851 to the processor goes to ground when the power is removed
33852 from the board/processor, and therefore the running square
33853 wave output is driving ground which drains the battery quickly.
33854
33855 Signed-off-by: Stefan Roese <sr@denx.de>
33856
33857 commit a94f22f08f280905926219e568568964cb9eeb9d
33858 Author: Andy Fleming <afleming@freescale.com>
33859 Date: Wed Jun 11 18:10:20 2008 -0500
33860
33861 Fix build issue with string.h and linux/string.h
33862
33863 This commit:
33864 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
33865 Author: Wolfgang Denk <wd@denx.de>
33866 Date: Fri Jun 6 14:28:14 2008 +0200
33867
33868 tools/mkimage: fix compiler warnings on some systems.
33869
33870 Broke building on some systems, because the host's string.h was interfering
33871 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
33872 we're building for the host, so now we only include when building inside
33873 u-boot.
33874
33875 Signed-off-by: Andy Fleming <afleming@freescale.com>
33876
33877 commit 9973e3c614721bbf169882ffc3be266a6611cd60
33878 Author: Becky Bruce <becky.bruce@freescale.com>
33879 Date: Mon Jun 9 16:03:40 2008 -0500
33880
33881 Change initdram() return type to phys_size_t
33882
33883 This patch changes the return type of initdram() from long int to phys_size_t.
33884 This is required for a couple of reasons: long int limits the amount of dram
33885 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
33886 size of physical memory. phys_size_t is defined as an unsigned long on almost
33887 all current platforms.
33888
33889 This patch *only* changes the return type of the initdram function (in
33890 include/common.h, as well as in each board's implementation of initdram). It
33891 does not actually modify the code inside the function on any of the platforms;
33892 platforms which wish to support more than 2GB of DRAM will need to modify
33893 their initdram() function code.
33894
33895 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
33896 MPC8641HPCN.
33897
33898 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33899
33900 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
33901 Author: Becky Bruce <becky.bruce@freescale.com>
33902 Date: Mon Jun 9 20:37:18 2008 -0500
33903
33904 Change lmb to use phys_size_t/phys_addr_t
33905
33906 This updates the lmb code to use phys_size_t
33907 and phys_addr_t instead of unsigned long. Other code
33908 which interacts with this code, like getenv_bootm_size()
33909 is also updated.
33910
33911 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
33912
33913 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33914
33915 commit 61b09fc2952dc636017df4e7970e3de132276ba1
33916 Author: Becky Bruce <becky.bruce@freescale.com>
33917 Date: Mon Jun 9 20:37:17 2008 -0500
33918
33919 Change print_size to take phys_size_t
33920
33921 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33922
33923 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
33924 Author: Becky Bruce <becky.bruce@freescale.com>
33925 Date: Mon Jun 9 20:37:16 2008 -0500
33926
33927 Change bd/gd memsize/ram_size to be phys_size_t.
33928
33929 Currently, both are defined as an unsigned long, but
33930 should be phys_size_t. This should result in no real change,
33931 since phys_size_t is currently an unsigned long for all the
33932 default configs. Also add print_lnum to cmd_bdinfo to deal
33933 with the potentially wider memsize.
33934
33935 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33936
33937 commit ba04f7010958e88a8910f2a123fee53fdc72e013
33938 Author: Kumar Gala <galak@kernel.crashing.org>
33939 Date: Tue Jun 10 16:16:02 2008 -0500
33940
33941 FSL LAW: Add new interface to use the last free LAW
33942
33943 LAWs have the concept of priority so its useful to be able to allocate
33944 the lowest (highest number) priority. We will end up using this with the
33945 new DDR code.
33946
33947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33948
33949 commit 859a86a25c569d3665ff413d1d923394b8a961f3
33950 Author: Kumar Gala <galak@kernel.crashing.org>
33951 Date: Wed Jun 11 00:51:45 2008 -0500
33952
33953 85xx/86xx: Move to dynamic mgmt of LAWs
33954
33955 With the new LAW interface (set_next_law) we can move to letting the
33956 system allocate which LAWs are used for what purpose. This makes life
33957 a bit easier going forward with the new DDR code.
33958
33959 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33960 Signed-off-by: Andy Fleming <afleming@freescale.com>
33961 Acked-by: Jon Loeliger <jdl@freescale.com>
33962 Acked-by: Becky Bruce <becky.bruce@freescale.com>
33963
33964 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
33965 Author: Kumar Gala <galak@kernel.crashing.org>
33966 Date: Wed Jun 11 00:44:10 2008 -0500
33967
33968 FSL LAW: Keep track of LAW allocations
33969
33970 Make it so we keep track of which LAWs have allocated and provide
33971 a function (set_next_law) which can allocate a LAW for us if one is
33972 free.
33973
33974 In the future we will move to doing more "dynamic" LAW allocation
33975 since the majority of users dont really care about what LAW number
33976 they are at.
33977
33978 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
33979
33980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33981 Signed-off-by: Andy Fleming <afleming@freescale.com>
33982
33983 commit ddde74a159caa6e18b481fec01d40b885aebb566
33984 Author: Kumar Gala <galak@kernel.crashing.org>
33985 Date: Mon Jun 9 22:31:57 2008 -0500
33986
33987 85xx: remove dummy board_early_init_f
33988
33989 A number of board ports have empty version of board_early_init_f
33990 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
33991
33992 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33993
33994 commit 81e56e9af0d43712db8efb843606a8d62eab454f
33995 Author: Kumar Gala <galak@kernel.crashing.org>
33996 Date: Mon Jun 9 18:55:38 2008 -0500
33997
33998 MPC8544DS: Update config.h
33999
34000 * Enable flash progress
34001 * remove CLEAR_LAW0 since we dont really use it
34002
34003 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34004
34005 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
34006 Author: Kumar Gala <galak@kernel.crashing.org>
34007 Date: Mon Jun 9 13:37:24 2008 -0500
34008
34009 85xx: Remove unused and unconfigured memory test code.
34010
34011 Remove unused and unconfigured DDR test code from FSL 85xx boards.
34012 Besides, other common code exists.
34013
34014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34015
34016 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
34017 Author: Sergei Poselenov <sposelenov@emcraft.com>
34018 Date: Fri Jun 6 15:42:45 2008 +0200
34019
34020 Socrates: Added FPGA base address update in FDT.
34021
34022 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34023
34024 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
34025 Author: Sergei Poselenov <sposelenov@emcraft.com>
34026 Date: Fri Jun 6 15:42:44 2008 +0200
34027
34028 Socrates: NAND support added. Changed the U-Boot base address and
34029
34030 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34031
34032 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
34033 Author: Sergei Poselenov <sposelenov@emcraft.com>
34034 Date: Fri Jun 6 15:42:43 2008 +0200
34035
34036 NAND: Added support for 128-bit OOB, adapted
34037
34038 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34039
34040 commit 31ca0208612f2eb57690110d7c2815953650e47b
34041 Author: Sergei Poselenov <sposelenov@emcraft.com>
34042 Date: Fri Jun 6 15:42:42 2008 +0200
34043
34044 Socrates: added missed file with UPMA configuration data.
34045
34046 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
34047
34048 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
34049 Author: Sergei Poselenov <sposelenov@emcraft.com>
34050 Date: Fri Jun 6 15:42:41 2008 +0200
34051
34052 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
34053
34054 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34055
34056 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
34057 Author: Sergei Poselenov <sposelenov@emcraft.com>
34058 Date: Fri Jun 6 15:42:40 2008 +0200
34059
34060 Added the upmconfig() function for 85xx.
34061
34062 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34063 Signed-off-by: Andy Fleming <afleming@freescale.com>
34064
34065 commit d39e68514ff943930ee692cff3fde03532eb7fec
34066 Author: Sergei Poselenov <sposelenov@emcraft.com>
34067 Date: Fri Jun 6 15:42:39 2008 +0200
34068
34069 Socrates: config file cleanup.
34070
34071 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
34072
34073 commit e8cc3f04b124f757af4528206e60d8eb715ae083
34074 Author: Wolfgang Grandegger <wg@grandegger.com>
34075 Date: Thu Jun 5 13:12:10 2008 +0200
34076
34077 TQM85xx: Change memory map to support Flash memory > 128 MiB
34078
34079 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
34080 memory. The current memory map only supports up to 128 MiB Flash.
34081 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
34082 set, up to 1 GiB flash is supported. To achieve this, the memory
34083 map has to be adjusted in great parts (for example the CCSRBAR is
34084 moved from 0xE0000000 to 0xA0000000).
34085
34086 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
34087 memory map also has to be considered in the kernel (changed
34088 CCSRBAR address, changed PCI IO base address, ...). Please use
34089 an appropriate Flat Device Tree blob (tqm8548.dtb).
34090
34091 Signed-off-by: Martin Krause <martin.krause@tqs.de>
34092 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34093
34094 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
34095 Author: Wolfgang Grandegger <wg@grandegger.com>
34096 Date: Thu Jun 5 13:12:09 2008 +0200
34097
34098 TQM85xx: NAND support via local bus UPMB
34099
34100 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
34101 default and can be enabled for the TQM8548 modules. It is now based on
34102 the re-written FSL NAND UPM driver. A patch has been posted earlier today
34103 with the subject:
34104
34105 "NAND FSL UPM: driver re-write using the hwcontrol callback"
34106
34107 Note that the R/B pin is not supported by that module requiring to use
34108 the specified maximum delay time.
34109
34110 Note: With NAND support enabled the size of the U-Boot image exceeds
34111 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
34112 doubling the image size :-(.
34113
34114 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
34115 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34116
34117 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
34118 Author: Wolfgang Grandegger <wg@grandegger.com>
34119 Date: Thu Jun 5 13:12:08 2008 +0200
34120
34121 TQM8548: PCI express support
34122
34123 This patch adds support for PCI express cards. The board support
34124 now uses common FSL PCI init code, for both, PCI and PCIe on all
34125 TQM85xx modules.
34126
34127 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
34128 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34129
34130 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
34131 Author: Wolfgang Grandegger <wg@grandegger.com>
34132 Date: Thu Jun 5 13:12:07 2008 +0200
34133
34134 TQM8548: Basic support for the TQM8548 modules
34135
34136 This patch adds basic support for the TQM8548 module from TQ-Components
34137 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
34138 eTSEC 3 and 4
34139
34140 Furthermore Flash buffer write has been enabled to speed up output to
34141 the Flash by approx. a factor of 10.
34142
34143 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
34144 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34145
34146 commit 25991353204c78b094c3c1fec90182dcd607ab8f
34147 Author: Wolfgang Grandegger <wg@grandegger.com>
34148 Date: Thu Jun 5 13:12:06 2008 +0200
34149
34150 TQM85xx: Support for Flat Device Tree
34151
34152 This patch adds support for Linux kernels using the Flat Device Tree.
34153 It also re-defines the default environment settings for booting Linux
34154 with the FDT blob.
34155
34156 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34157
34158 commit d9ee843d54c54776e1fdb86336ce554906a87331
34159 Author: Wolfgang Grandegger <wg@grandegger.com>
34160 Date: Thu Jun 5 13:12:05 2008 +0200
34161
34162 TQM85xx: Support for Intel 82527 compatible CAN controller
34163
34164 This patch adds initialization of the UPMC RAM to support up to two
34165 Intel 82527 compatible CAN controller on the TQM85xx modules.
34166
34167 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
34168 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34169
34170 commit 518d5cfe72916323c746af1647764459914f555f
34171 Author: Wolfgang Grandegger <wg@grandegger.com>
34172 Date: Thu Jun 5 13:12:04 2008 +0200
34173
34174 TQM85xx: Bugfix in the SDRAM initialisation
34175
34176 The CS0_BNDS register is now set according to the detected
34177 memory size.
34178
34179 Signed-off-by Martin Krause <martin.krause@tqs.de>
34180
34181 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
34182 Author: Wolfgang Grandegger <wg@grandegger.com>
34183 Date: Thu Jun 5 13:12:03 2008 +0200
34184
34185 TQM85xx: Fix chip select configuration for second FLASH bank
34186
34187 This patch fixes the re-calculation of the automatic chip select
34188 configuration for boards with two populated FLASH banks.
34189
34190 Signed-off-by: Martin Krause <martin.krause@tqs.de>
34191
34192 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
34193 Author: Wolfgang Grandegger <wg@grandegger.com>
34194 Date: Thu Jun 5 13:12:02 2008 +0200
34195
34196 TQM85xx: Support for Spansion 'N' type flashes added
34197
34198 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
34199 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
34200 needs to be changed -> new start address of the environment. The macro
34201 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
34202 defined for boards with 'N' type flashes.
34203
34204 Signed-off-by: Martin Krause <martin.krause@tqs.de>
34205 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34206
34207 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
34208 Author: Wolfgang Grandegger <wg@grandegger.com>
34209 Date: Thu Jun 5 13:12:01 2008 +0200
34210
34211 TQM85xx: Fix CPM port pin configuration
34212
34213 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
34214 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
34215 as serial interface anyway. Worse, on some board variants configuring the
34216 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
34217
34218 Signed-off-by: Martin Krause <martin.krause@tqs.de>
34219
34220 commit b99ba1679e8cd51b023e67098c89e606e47137d2
34221 Author: Wolfgang Grandegger <wg@grandegger.com>
34222 Date: Thu Jun 5 13:12:00 2008 +0200
34223
34224 TQM85xx: Various coding style fixes
34225
34226 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34227
34228 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
34229 Author: Gerald Van Baren <vanbaren@cideas.com>
34230 Date: Tue Jun 10 22:15:58 2008 -0400
34231
34232 libfdt: Move the working_fdt pointer to cmd_fdt.c
34233
34234 The working_fdt pointer was declared in common/fdt_support.c but was
34235 not used there. Move it to common/cmd_fdt.c where it is used (it is
34236 also used in lib_ppc/bootm.c).
34237
34238 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34239
34240 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
34241 Author: Kim Phillips <kim.phillips@freescale.com>
34242 Date: Tue Jun 10 11:06:17 2008 -0500
34243
34244 fdt: unshadow global working fdt variable
34245
34246 differentiate with local variables of the same name by renaming the
34247 global 'fdt' variable 'working_fdt'.
34248
34249 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34250
34251 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
34252 Author: Andy Fleming <afleming@freescale.com>
34253 Date: Tue Jun 10 18:49:34 2008 -0500
34254
34255 socrates: Fix PCI clk fix patch
34256
34257 The submitted patch seems to have been more up-to-date, but an older patch was
34258 already in the repository. This patch encompasses the differences
34259
34260 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
34261
34262 Signed-off-by: Andy Fleming <afleming@freescale.com>
34263
34264 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
34265 Author: Wolfgang Grandegger <wg@grandegger.com>
34266 Date: Thu Jun 5 13:02:29 2008 +0200
34267
34268 NAND FSL UPM: driver re-write using the hwcontrol callback
34269
34270 This is a re-write of the NAND FSL UPM driver using the more universal
34271 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
34272 list of furher modifications:
34273
34274 - For the time being, the UPM setup writing the UPM array has been
34275 removed from the driver and must now be done by the board specific
34276 code.
34277
34278 - The bus width definition in "struct fsl_upm_nand" is now in bits to
34279 comply with the corresponding Linux driver and 8, 16 and 32 bit
34280 accesses are supported.
34281
34282 - chip->dev_read is only set if fun->dev_ready != NULL, which is
34283 required for boards not connecting the R/B pin.
34284
34285 - A few issue have been fixed with MxMR bit manipulation like in the
34286 corresponding Linux driver.
34287
34288 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
34289 as well, because the address is already determined by
34290 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
34291
34292 This patch has been tested on a TQM8548 modules with the NAND chip
34293 Micron MT29F8G08FABWP.
34294
34295 This patch is based on the following patches posted to this list a few
34296 minutes ago:
34297
34298 PPC: add accessor macros to clear and set bits in one shot
34299 83xx/85xx/86xx: add more MxMR local bus definitions
34300
34301 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34302 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34303
34304 commit 6beecfbb542992eede5831240cd58678274683a9
34305 Author: Wolfgang Grandegger <wg@grandegger.com>
34306 Date: Thu Jun 5 13:11:59 2008 +0200
34307
34308 MPC85xx: Beautify boot output of L2 cache configuration
34309
34310 The boot output is now aligned poperly with other boot output
34311 lines, e.g.:
34312
34313 FLASH: 128 MB
34314 L2: 512 KB enabled
34315
34316 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34317
34318 commit 398415114f0a705163a14543e9fef03f734b1ffa
34319 Author: Wolfgang Grandegger <wg@grandegger.com>
34320 Date: Wed Jun 4 12:45:22 2008 +0200
34321
34322 PPC: add accessor macros to clear and set bits in one shot
34323
34324 PPC: add accessor macros to clear and set bits in one shot
34325
34326 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
34327 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
34328 They are very handy to manipulate bits it I/O registers.
34329
34330 This patch is required for my forthcoming FSL NAND UPM driver re-write and
34331 the support for the TQM8548 module.
34332
34333 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34334
34335 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
34336 Author: Wolfgang Grandegger <wg@grandegger.com>
34337 Date: Wed Jun 4 13:52:17 2008 +0200
34338
34339 TQM: move TQM boards to board/tqc
34340
34341 Move all TQM board directories to the vendor specific directory "tqc"
34342 for modules from TQ-Components GmbH (http://www.tqc.de).
34343
34344 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34345
34346 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
34347 Author: Wolfgang Grandegger <wg@grandegger.com>
34348 Date: Mon Jun 2 12:09:30 2008 +0200
34349
34350 83xx/85xx/86xx: add more MxMR local bus definitions
34351
34352 83xx/85xx/86xx: add more MxMR local bus definitions
34353
34354 This patch adds more macro definitions for the UPM Machine Mode Registers
34355 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
34356 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
34357 required for my forthcoming FSL NAND UPM driver re-write and the support
34358 for the TQM8548 module.
34359
34360 This patch is based on the following two patches from Anton Vorontsov:
34361
34362 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
34363 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
34364
34365 I leave coding style violation fixes, code beautification and name
34366 corrections to somebody else ;-(.
34367
34368 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34369
34370 commit c8c5fc266e4499e283c293ccb972863156aa4134
34371 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34372 Date: Thu May 29 18:14:56 2008 +0400
34373
34374 83xx/85xx: further localbus cleanups
34375
34376 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
34377 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
34378
34379 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34380
34381 commit 42dbd667c88d496882d53e22656e89b654205492
34382 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34383 Date: Wed May 28 18:20:15 2008 +0400
34384
34385 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
34386
34387 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
34388 use it on MPC85xx and MPC86xx processors.
34389
34390 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34391
34392 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
34393 Author: Kumar Gala <galak@kernel.crashing.org>
34394 Date: Thu May 29 11:22:06 2008 -0500
34395
34396 85xx: Add setting of cache props in the device tree.
34397
34398 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34399
34400 commit 4dbdb7681e243431530df0725627192a0c4aefda
34401 Author: Kumar Gala <galak@kernel.crashing.org>
34402 Date: Tue Jun 10 16:53:46 2008 -0500
34403
34404 85xx: expose cpu identification
34405
34406 The current cpu identification code is used just to return the name
34407 of the processor at boot. There are some other locations that the name
34408 is useful (device tree setup). Expose the functionality to other bits
34409 of code.
34410
34411 Also, drop the 'E' suffix and add it on by looking at the SVR version
34412 when we print this out. This is mainly to allow the most flexible use
34413 of the name. The device tree code tends to not care about the 'E' suffix.
34414
34415 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34416
34417 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
34418 Author: Kim Phillips <kim.phillips@freescale.com>
34419 Date: Tue Jun 10 13:25:24 2008 -0500
34420
34421 mpc83xx: MVBLM7: minor build fixups
34422
34423 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34424
34425 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
34426 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34427 Date: Tue Jun 10 09:14:05 2008 +0200
34428
34429 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
34430
34431 Add MPC8343 based board mvBlueLYNX-M7.
34432 It's a single board stereo camera system.
34433 Please read doc/README.mvblm7 for details.
34434
34435 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34436 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34437
34438 commit c005b93925ba49f07da2aa748527996d927e172f
34439 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34440 Date: Tue Jun 10 09:13:16 2008 +0200
34441
34442 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
34443
34444 Add MPC8343 based board mvBlueLYNX-M7.
34445 It's a single board stereo camera system.
34446 Please read doc/README.mvblm7 for details.
34447
34448 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34449 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34450
34451 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
34452 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34453 Date: Thu May 29 18:14:56 2008 +0400
34454
34455 83xx/85xx: further localbus cleanups
34456
34457 move the BRx_* and ORx_* left behind in mpc85xx.h
34458
34459 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
34460 the same, just few differences which needs some attention though).
34461
34462 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
34463 of these defines. So this cleanup I'll leave for the "better times".
34464
34465 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34466 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34467
34468 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
34469 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34470 Date: Wed May 28 18:20:15 2008 +0400
34471
34472 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
34473
34474 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
34475 use it on MPC85xx and MPC86xx processors.
34476
34477 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34478 Acked-by: Andy Fleming <afleming@freescale.com>
34479 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34480
34481 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
34482 Author: Tor Krill <tor@excito.com>
34483 Date: Mon Jun 2 15:09:30 2008 +0200
34484
34485 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
34486
34487 Signed-off-by: Tor Krill <tor@excito.com>
34488 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34489
34490 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
34491 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34492 Date: Mon Jun 9 23:37:44 2008 +0900
34493
34494 net: Conditional COBJS inclusion of network drivers
34495
34496 Replace COBJS-y with appropriate driver config names.
34497
34498 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34499 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34500
34501 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
34502 Author: Gerald Van Baren <vanbaren@cideas.com>
34503 Date: Mon Jun 9 21:02:17 2008 -0400
34504
34505 Use strncmp() for the fdt command
34506
34507 Cleaner than doing multiple conditionals on characters.
34508
34509 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34510
34511 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
34512 Author: Gerald Van Baren <vanbaren@cideas.com>
34513 Date: Sat Jun 7 12:25:05 2008 -0400
34514
34515 The fdt boardsetup command criteria was not unique
34516
34517 It was checking just for "b", which is not unique with respect to the
34518 "boot" command. Change to check for "boa"[rdsetup].
34519
34520 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34521
34522 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
34523 Author: David Gibson <david@gibson.dropbear.id.au>
34524 Date: Tue May 20 17:19:11 2008 +1000
34525
34526 libfdt: Several cleanups to parameter checking
34527
34528 This patch makes a couple of small cleanups to parameter checking of
34529 libfdt functions.
34530
34531 - In several functions which take a node offset, we use an
34532 idiom involving fdt_next_tag() first to check that we have indeed been
34533 given a node offset. This patch adds a helper function
34534 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
34535
34536 - In fdt_rw.c in several places we have the expanded version
34537 of the RW_CHECK_HEADER() macro for no particular reason. This patch
34538 replaces those instances with an invocation of the macro; that's what
34539 it's for.
34540
34541 - In fdt_sw.c we rename the check_header_sw() function to
34542 sw_check_header() to match the analgous function in fdt_rw.c, and we
34543 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
34544 functions in fdt_rw.c
34545
34546 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
34547
34548 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
34549 Author: Gerald Van Baren <vanbaren@cideas.com>
34550 Date: Tue Jun 3 20:34:45 2008 -0400
34551
34552 Remove the deprecated CONFIG_OF_FLAT_TREE
34553
34554 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
34555 cleaner, has better functionality, and is better supported.
34556
34557 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34558
34559 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
34560 Author: Gerald Van Baren <vanbaren@cideas.com>
34561 Date: Tue Jun 3 20:26:29 2008 -0400
34562
34563 Change the stxxst to CONFIG_OF_LIBFDT
34564
34565 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
34566 to CONFIG_OF_LIBFDT.
34567
34568 WARNING: It appears that this board lost its ability to boot via a
34569 flattened device tree prior to this changeset.
34570
34571 WARNING: This conversion was untested because I do not have a board to
34572 test it on.
34573
34574 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34575
34576 commit 589c04271d129729a8b01391453851ab9cc4069c
34577 Author: Gerald Van Baren <vanbaren@cideas.com>
34578 Date: Tue Jun 3 20:24:58 2008 -0400
34579
34580 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
34581
34582 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
34583 to CONFIG_OF_LIBFDT.
34584
34585 WARNING: This conversion is untested because I do not have a board to
34586 test it on.
34587
34588 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
34589 /aliases/ethernet1 property for the ethernet to work.
34590
34591 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34592
34593 commit ee1e35bede91debc8bff9b02f75574486033b652
34594 Author: Kumar Gala <galak@kernel.crashing.org>
34595 Date: Thu May 29 01:21:24 2008 -0500
34596
34597 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
34598
34599 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34600
34601 commit 3b9519fc50802436e417c839e69df7b2016cade5
34602 Author: Becky Bruce <becky.bruce@freescale.com>
34603 Date: Wed May 14 13:10:04 2008 -0500
34604
34605 MPC85xx: Change traps.c to not reference non-addressable memory
34606
34607 Currently, END_OF_RAM is used by the trap code to determine if
34608 we should attempt to access the stack pointer or not. However,
34609 on systems with a lot of RAM, only a subset of the RAM is
34610 guaranteed to be mapped in and accessible. Change END_OF_RAM
34611 to use get_effective_memsize() instead of using the raw ram
34612 size out of the bd.
34613
34614 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34615
34616 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
34617 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34618 Date: Mon Jun 9 13:39:57 2008 +0900
34619
34620 sh: Renesas Solutions SH7763RDP board support
34621
34622 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
34623 In this patch, support SCIF, NOR Flash, and Ethernet.
34624
34625 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34626 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34627
34628 commit 60179098a95eaa972007d7ec58e4c1588029720f
34629 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34630 Date: Fri Jun 6 16:24:13 2008 +0900
34631
34632 sh: Add support Renesas SH7763
34633
34634 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
34635 This patch supprts CPU register's header file.
34636
34637 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34638 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34639
34640 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
34641 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34642 Date: Fri Jun 6 16:16:08 2008 +0900
34643
34644 sh: SH7763 SCIF support
34645
34646 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
34647 but only SCIF2 is different. This patch work all SCIF channel.
34648
34649 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34650 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34651
34652 commit 79b51ff8205f0354d5300570614c1d2db499679c
34653 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34654 Date: Sat Jun 7 20:51:59 2008 +0900
34655
34656 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
34657
34658 Also get rid of some #ifdefs in *.c files.
34659
34660 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34661
34662 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
34663 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34664 Date: Sat Jun 7 20:51:56 2008 +0900
34665
34666 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
34667
34668 CONFIG_SOC_AU1X00
34669
34670 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
34671 need to have this config as a system type specifier.
34672
34673 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
34674 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
34675
34676 Machine type specifiers. Each port should have one of aboves.
34677
34678 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34679
34680 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
34681 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
34682 Date: Fri May 30 16:05:28 2008 -0400
34683
34684 env_nand.c: Added bad block management for environment variables
34685
34686 Modified to check for bad blocks and to skipping over them when
34687 CFG_ENV_RANGE has been defined.
34688 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
34689 flash block size.
34690
34691 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
34692 Signed-off-by: Scott Wood <scottwood@freescale.com>
34693
34694 commit 279726bd00558e80263d44581c44167625b7fb9a
34695 Author: Becky Bruce <becky.bruce@freescale.com>
34696 Date: Wed May 14 13:09:58 2008 -0500
34697
34698 MPC86xx: Change traps.c to not reference non-addressable memory
34699
34700 Currently, END_OF_RAM is used by the trap code to determine if
34701 we should attempt to access the stack pointer or not. However,
34702 on systems with a lot of RAM, only a subset of the RAM is
34703 guaranteed to be mapped in and accessible. Change END_OF_RAM
34704 to use get_effective_memsize() instead of using the raw ram
34705 size out of the bd to prevent us from trying to access
34706 non-mapped memory.
34707
34708 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34709
34710 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
34711 Author: Wolfgang Denk <wd@denx.de>
34712 Date: Fri Jun 6 14:28:14 2008 +0200
34713
34714 tools/mkimage: fix compiler warnings on some systems.
34715
34716 Signed-off-by: Wolfgang Denk <wd@denx.de>
34717
34718 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
34719 Author: Stefan Roese <sr@denx.de>
34720 Date: Fri Jun 6 16:10:41 2008 +0200
34721
34722 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
34723
34724 We use upper case letters for the AMCC processor defines (like
34725 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
34726 not CONFIG_440SPe. This patch fixes the last misspelled config options.
34727
34728 Signed-off-by: Stefan Roese <sr@denx.de>
34729
34730 commit 72675dc6c06a48846d180106161d49dd714383cc
34731 Author: Stefan Roese <sr@denx.de>
34732 Date: Fri Jun 6 15:55:21 2008 +0200
34733
34734 ppc4xx: Unify AMCC's board config files (part 3/3)
34735
34736 This patch series unifies the AMCC eval board ports by introducing
34737 a common include header for all AMCC eval boards:
34738
34739 include/configs/amcc-common.h
34740
34741 This header now includes all common configuration options/defines which
34742 are removed from the board specific headers.
34743
34744 The reason for this is ease of maintenance and unified look and feel
34745 of all AMCC boards.
34746
34747 Signed-off-by: Stefan Roese <sr@denx.de>
34748
34749 commit 490f204096d6e2c9940f67816f154a8125bab116
34750 Author: Stefan Roese <sr@denx.de>
34751 Date: Fri Jun 6 15:55:03 2008 +0200
34752
34753 ppc4xx: Unify AMCC's board config files (part 2/3)
34754
34755 This patch series unifies the AMCC eval board ports by introducing
34756 a common include header for all AMCC eval boards:
34757
34758 include/configs/amcc-common.h
34759
34760 This header now includes all common configuration options/defines which
34761 are removed from the board specific headers.
34762
34763 The reason for this is ease of maintenance and unified look and feel
34764 of all AMCC boards.
34765
34766 Signed-off-by: Stefan Roese <sr@denx.de>
34767
34768 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
34769 Author: Stefan Roese <sr@denx.de>
34770 Date: Fri Jun 6 15:54:31 2008 +0200
34771
34772 ppc4xx: Unify AMCC's board config files (part 1/3)
34773
34774 This patch series unifies the AMCC eval board ports by introducing
34775 a common include header for all AMCC eval boards:
34776
34777 include/configs/amcc-common.h
34778
34779 This header now includes all common configuration options/defines which
34780 are removed from the board specific headers.
34781
34782 The reason for this is ease of maintenance and unified look and feel
34783 of all AMCC boards.
34784
34785 Signed-off-by: Stefan Roese <sr@denx.de>
34786
34787 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
34788 Author: Remy Bohmer <linux@bohmer.net>
34789 Date: Thu Jun 5 13:03:36 2008 +0200
34790
34791 DM9000 fix status check fail 0x6d error for trizeps board
34792
34793 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
34794 the status byte need to be checked to identify a valid packet in the fifo
34795
34796 But, The several different Application Notes do not all speak the same
34797 language on these bits. They do not disagree, but only 1 Application Note
34798 noted explicitly that only these 2 bits need to be checked.
34799 Even the datasheets do not mention anything about these 2 bits.
34800
34801 Because the old code, and the kernel check the whole byte, I left this piece
34802 untouched.
34803
34804 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
34805 it should work.
34806
34807 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
34808 in the fifo) is much shorter now, compared to the older U-boot driver code,
34809 so that we can maybe run into a hardware condition now that was never seen
34810 before, or maybe was seen very unfrequently.
34811
34812 Additionaly added a cleanup of a stack variable.
34813
34814 Signed-off-by: Remy Bohmer <linux@bohmer.net>
34815 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34816
34817 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
34818 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34819 Date: Thu Jun 5 22:29:00 2008 +0900
34820
34821 [MIPS] Update <asm/addrspace.h> header
34822
34823 - Fix traditional KSEG names
34824 - Replace PHYSADDR with CPHYSADDR
34825
34826 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34827
34828 commit f0d5a6f060d00358b85c62a921a423ea8df71184
34829 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34830 Date: Thu Jun 5 22:29:00 2008 +0900
34831
34832 [MIPS] mips_config.mk: Misc fixes
34833
34834 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
34835 - Modify comments
34836
34837 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34838
34839 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
34840 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34841 Date: Thu Jun 5 22:29:00 2008 +0900
34842
34843 [MIPS] Kill unused <version.h> inclusions
34844
34845 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34846
34847 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
34848 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34849 Date: Thu Jun 5 22:29:00 2008 +0900
34850
34851 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
34852
34853 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
34854 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
34855 in the U-Boot system.
34856
34857 The other is we don't have a proper time management counter like timestamp
34858 other ARCHs have. We need the 32-bit millisecond clock counter.
34859
34860 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
34861 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
34862 of calculated CP0 counter cycles in a CFG_HZ.
34863
34864 STRATEGY:
34865
34866 * Fix improper CFG_HZ value to have 1000
34867
34868 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
34869
34870 * timer_init: initialize timestamp and set up the first timer expiration.
34871 Note that we don't need to initialize CP0 count/compare registers here
34872 as they have been already zeroed out on the system reset. Leave them as
34873 they are.
34874
34875 * get_timer: calculate how many timestamps have been passed, then return
34876 base-relative timestamp. Make sure we can easily count missed timestamps
34877 regardless of CP0 count/compare value.
34878
34879 * get_ticks: return the current timestamp, that is get_timer(0).
34880
34881 Most parts are from good old Linux v2.6.16 kernel.
34882
34883 v2:
34884 - Remove FIXME comments as they turned out to be trivial.
34885 - Use CP0 compare register as a global variable for expirelo.
34886 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
34887 instead.
34888
34889 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34890
34891 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
34892 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34893 Date: Thu Jun 5 22:29:00 2008 +0900
34894
34895 [MIPS] lib_mips/time.c: Fix udelay
34896
34897 What we have to do is just to wait for given micro-seconds. No need to
34898 take into account current time, get_timer and CFG_HZ.
34899
34900 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34901
34902 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
34903 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34904 Date: Thu Jun 5 22:28:59 2008 +0900
34905
34906 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
34907
34908 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
34909 This patch replaces mips_{compare,count}_set and mips_count_get with
34910 existing macros.
34911
34912 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34913
34914 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
34915 Author: Remy Bohmer <linux@bohmer.net>
34916 Date: Tue Jun 3 15:48:17 2008 +0200
34917
34918 Get rid of annoying/superfluous bad-checksum warning message
34919
34920 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
34921 It is annoying for ordinary users who start to doubt the network connection
34922 in general when they see messages like this.
34923
34924 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
34925 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
34926 now before checking the checksum.
34927
34928 Signed-off-by: Remy Bohmer <linux@bohmer.net>
34929 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34930
34931 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
34932 Author: Remy Bohmer <linux@bohmer.net>
34933 Date: Wed Jun 4 10:47:25 2008 +0200
34934
34935 Fix order for reading rx-status registers in 32bit mode of DM9000
34936
34937 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
34938 a bug in reading the rx-status registers in 32bit mode only.
34939 This patch repairs this.
34940
34941 Signed-off-by: Remy Bohmer <linux@bohmer.net>
34942 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34943
34944 commit 98291e2e689096420465074cce926b226d2e71b4
34945 Author: Remy Bohmer <linux@bohmer.net>
34946 Date: Tue Jun 3 15:26:26 2008 +0200
34947
34948 DM9000: Some minor code cleanups
34949
34950 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
34951 need some other minor cleanup.
34952
34953 Signed-off-by: Remy Bohmer <linux@bohmer.net>
34954 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34955
34956 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
34957 Author: Remy Bohmer <linux@bohmer.net>
34958 Date: Tue Jun 3 15:26:25 2008 +0200
34959
34960 DM9000: Make driver work properly for DM9000A
34961
34962 The DM9000A network controller does not work with the U-boot DM9000x driver.
34963 Analysis showed that many incoming packets are lost.
34964
34965 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
34966 check for a valid rx packet be done on the interrupt status register, not
34967 directly by performing the dummy read and the rx status check as is currently
34968 the case in the u-boot driver.
34969
34970 When the recommended poll is done as suggested the driver starts working
34971 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
34972 can be more than 1 package in the fifo at the same time.
34973
34974 The driver must perform the rx-status check in a loop and read and handle all
34975 packages until there is no more left _after_ the interrupt RX flag is set.
34976
34977 This change has been tested with DM9000A, DM9000E, DM9000EP.
34978
34979 Signed-off-by: Remy Bohmer <linux@bohmer.net>
34980 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34981
34982 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
34983 Author: Remy Bohmer <linux@bohmer.net>
34984 Date: Tue Jun 3 15:26:24 2008 +0200
34985
34986 DM9000: Improve eth_reset() routine
34987
34988 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
34989 reset procedure must be done twice to properly reset the DM9000 by means of software.
34990 This errata is not needed anymore for the DM9000A, but it does not bother it.
34991
34992 This change has been tested with DM9000A, DM9000E, DM9000EP.
34993
34994 Signed-off-by: Remy Bohmer <linux@bohmer.net>
34995 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34996
34997 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
34998 Author: Remy Bohmer <linux@bohmer.net>
34999 Date: Tue Jun 3 15:26:23 2008 +0200
35000
35001 DM9000: improve eth_send() routine
35002
35003 The eth_send routine of the U-boot DM9000x driver does not match the
35004 DM9000 or DM9000A application notes/programming guides.
35005
35006 This change improves the stability of the DM9000A network controller.
35007
35008 This change has been tested with DM9000A, DM9000E, DM9000EP.
35009
35010 Signed-off-by: Remy Bohmer <linux@bohmer.net>
35011 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35012
35013 commit 134e266253c02a7832560da59d394989c4f64453
35014 Author: Remy Bohmer <linux@bohmer.net>
35015 Date: Tue Jun 3 15:26:22 2008 +0200
35016
35017 DM9000: repair debug logging
35018
35019 It seems that the debugging code of the DM9000x driver in U-boot has not been
35020 compiled for a long time, because it cannot compile...
35021
35022 Also rearranged some loglines to get more useful info while debugging.
35023
35024 Signed-off-by: Remy Bohmer <linux@bohmer.net>
35025 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35026
35027 commit a101361bfe23c120321e45d114c0603b8e0763e9
35028 Author: Remy Bohmer <linux@bohmer.net>
35029 Date: Tue Jun 3 15:26:21 2008 +0200
35030
35031 DM9000: Add data bus-width auto detection.
35032
35033 The U-boot DM9000x driver contains a compile time bus-width definition for
35034 the databus connected to the network controller.
35035
35036 This compile check makes the code unclear, inflexible and is unneccessary.
35037 It can be asked to the network controller what its bus-width is by reading bits
35038 6 and 7 of the interrupt status register.
35039
35040 The linux kernel already uses a runtime mechanism to determine this bus-width,
35041 so the implementation below looks somewhat like that implementation.
35042
35043 This change has been tested with DM9000A, DM9000E, DM9000EP.
35044
35045 Signed-off-by: Remy Bohmer <linux@bohmer.net>
35046 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35047
35048 commit 63a0afa0c32e5f4ea98a9439542870072437404d
35049 Author: Stefan Roese <sr@denx.de>
35050 Date: Wed Jun 4 19:19:20 2008 +0200
35051
35052 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
35053
35054 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
35055 introduced by the commit:
35056
35057 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
35058
35059 With this patch SDRAM will get initialized again and booting from NAND
35060 is working again.
35061
35062 Signed-off-by: Stefan Roese <sr@denx.de>
35063 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
35064
35065 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
35066 Author: Wolfgang Denk <wd@denx.de>
35067 Date: Tue May 27 14:19:30 2008 +0200
35068
35069 Socrates: Fix PCI bus frequency report
35070
35071 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35072
35073 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
35074 Author: Tor Krill <tor@excito.com>
35075 Date: Thu May 29 11:10:30 2008 +0200
35076
35077 Fix incorrect switch for IF_TYPE in part.c
35078
35079 Use correct field in block_dev_desc_t when writing interface type in
35080 dev_print. Error introduced in 574b3195.
35081
35082 Also added fix from Martin Krause
35083
35084 Signed-off-by: Tor Krill <tor@excito.com>
35085
35086 commit b64b8a0bd310935b70af69ac970952f2b364ae56
35087 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
35088 Date: Tue May 27 10:25:39 2008 +0200
35089
35090 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
35091
35092 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
35093
35094 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
35095 Author: Peter Tyser <ptyser@xes-inc.com>
35096 Date: Thu May 22 18:56:52 2008 -0500
35097
35098 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
35099
35100 Removed unneeded command line history initialization. Also, the original
35101 code would access the 'initted' variable before relocation to SDRAM
35102 which resulted in erratic behavior since the bss is not initialized when
35103 executing from flash.
35104
35105 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35106
35107 commit 22f371b63038a4ecab04068877c1089e51a01ba1
35108 Author: Grant Erickson <gerickson@nuovations.com>
35109 Date: Wed May 21 13:28:30 2008 -0700
35110
35111 PPC4xx: Simplified post_word_{load, store}
35112
35113 This patch simplifies post_word_{load,store} by using the preprocessor
35114 to eliminate redundant, copy-and-pasted code.
35115
35116 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
35117
35118 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
35119 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
35120 Date: Wed May 7 21:25:33 2008 +0400
35121
35122 cfi_flash: enable M18 flash chips family support.
35123
35124 Added new command set ID. Buffered write command processing is changed
35125 in order to support M18 flash chips family.
35126
35127 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
35128 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
35129
35130 commit 93c56f212ccdadc182018f0769cb284426b88f1d
35131 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
35132 Date: Wed May 7 21:24:44 2008 +0400
35133
35134 cfi_flash: support of long cmd in U-boot.
35135
35136 Some NOR flash chips needs support of commands with length grether than max
35137 value size of uchar. For example all M18 family chips use 0x1ff command in
35138 buffered write mode as value of program loops count.
35139
35140 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
35141 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
35142
35143 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
35144 Author: Stefan Roese <sr@denx.de>
35145 Date: Fri May 16 11:06:06 2008 +0200
35146
35147 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
35148
35149 On AD7414 the first value upon bootup is not read correctly.
35150 This is most likely because of the 800ms update time of the
35151 temp register in normal update mode. To get current values
35152 each time we issue the "dtt" command including upon powerup
35153 we switch into one-short mode.
35154
35155 This patch fixes the problem on AD7414 equipped boards (Sequoia,
35156 Canyonlands etc), that temp value printed in the bootup log was
35157 incorrect.
35158
35159 Signed-off-by: Stefan Roese <sr@denx.de>
35160
35161 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
35162 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35163 Date: Fri May 30 16:55:06 2008 +0200
35164
35165 ppc4xx: Cleanup CPCI405 variant's config file
35166
35167 This patch removes some dead code from CPCI405 board's
35168 config files. JFFS2 support is also removed. It's not used and
35169 CPCI4052 does not build anymore without some size reduction.
35170
35171 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35172
35173 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
35174 Author: Kenneth Johansson <kenneth@southpole.se>
35175 Date: Thu May 29 16:32:33 2008 +0200
35176
35177 Remove shell variable UNDEF_SYM.
35178
35179 UNDEF_SYM is a shell variable in the main Makefile used to force the
35180 linker to add all u-boot commands to the final image. It has no use here.
35181
35182 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
35183
35184 commit 8c66497e06bf803489c589df58ee591d71033274
35185 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35186 Date: Fri May 16 11:10:35 2008 +0200
35187
35188 Add support for environment in SPI flash
35189
35190 This is pretty incomplete...it doesn't handle reading the environment
35191 before relocation, it doesn't support redundant environment, and it
35192 doesn't support embedded environment. But apart from that, it does
35193 seem to work.
35194
35195 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35196
35197 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
35198 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35199 Date: Fri May 16 11:10:34 2008 +0200
35200
35201 SPI Flash: Add "sf" command
35202
35203 This adds a new command, "sf" which can be used to manipulate SPI
35204 flash. Currently, initialization, reading, writing and erasing is
35205 supported.
35206
35207 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35208
35209 commit d25ce7d24cc0f93881559f4009175ea305af65e8
35210 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35211 Date: Fri May 16 11:10:33 2008 +0200
35212
35213 SPI Flash subsystem
35214
35215 This adds a new SPI flash subsystem.
35216
35217 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
35218 but some preliminary support for other flash types is in place as
35219 well.
35220
35221 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35222
35223 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
35224 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
35225 Date: Fri May 16 11:10:32 2008 +0200
35226
35227 atmel_spi: Driver for the Atmel SPI controller
35228
35229 This adds a driver for the SPI controller found on most AT91 and AVR32
35230 chips, implementing the new SPI API.
35231
35232 Changed in v4:
35233 - Update to new API
35234 - Handle zero-length transfers appropriately. The user may send a
35235 zero-length SPI transfer with SPI_XFER_END set in order to
35236 deactivate the chip select after a series of transfers with chip
35237 select active. This is useful e.g. when polling the status
35238 register of DataFlash.
35239
35240 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35241
35242 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
35243 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35244 Date: Fri May 16 11:10:31 2008 +0200
35245
35246 SPI API improvements
35247
35248 This patch gets rid of the spi_chipsel table and adds a handful of new
35249 functions that makes the SPI layer cleaner and more flexible.
35250
35251 Instead of the spi_chipsel table, each board that wants to use SPI
35252 gets to implement three hooks:
35253 * spi_cs_activate(): Activates the chipselect for a given slave
35254 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
35255 * spi_cs_is_valid(): Determines if the given bus/chipselect
35256 combination can be activated.
35257
35258 Not all drivers may need those extra functions however. If that's the
35259 case, the board code may just leave them out (assuming they know what
35260 the driver needs) or rely on the linker to strip them out (assuming
35261 --gc-sections is being used.)
35262
35263 To set up communication parameters for a given slave, the driver needs
35264 to call spi_setup_slave(). This returns a pointer to an opaque
35265 spi_slave struct which must be passed as a parameter to subsequent SPI
35266 calls. This struct can be freed by calling spi_free_slave(), but most
35267 driver probably don't want to do this.
35268
35269 Before starting one or more SPI transfers, the driver must call
35270 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
35271 the hardware. When all transfers are done, the driver must call
35272 spi_release_bus() to make the bus available to others, and possibly
35273 shut down the SPI controller hardware.
35274
35275 spi_xfer() behaves mostly the same as before, but it now takes a
35276 spi_slave parameter instead of a spi_chipsel function pointer. It also
35277 got a new parameter, flags, which is used to specify chip select
35278 behaviour. This may be extended with other flags in the future.
35279
35280 This patch has been build-tested on all powerpc and arm boards
35281 involved. I have not tested NIOS since I don't have a toolchain for it
35282 installed, so I expect some breakage there even though I've tried
35283 fixing up everything I could find by visual inspection.
35284
35285 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
35286 DataFlash drivers posted as a follow-up. I'd like some help testing
35287 other boards that use the existing SPI API.
35288
35289 But most of all, I'd like some comments on the new API. Is this stuff
35290 usable for everyone? If not, why?
35291
35292 Changed in v4:
35293 - Build fixes for various boards, drivers and commands
35294 - Provide common struct spi_slave definition that can be extended by
35295 drivers
35296 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
35297 - Make default bus and mode build-time configurable
35298 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
35299
35300 Changed in v3:
35301 - Add opaque struct spi_slave for controller-specific data associated
35302 with a slave.
35303 - Add spi_claim_bus() and spi_release_bus()
35304 - Add spi_free_slave()
35305 - spi_setup() is now called spi_setup_slave() and returns a
35306 struct spi_slave
35307 - soft_spi now supports four SPI modes (CPOL|CPHA)
35308 - Add bus parameter to spi_setup_slave()
35309 - Convert the new i.MX32 SPI driver
35310 - Convert the new MC13783 RTC driver
35311
35312 Changed in v2:
35313 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
35314 new API.
35315
35316 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35317 Tested-by: Guennadi Liakhovetski <lg@denx.de>
35318
35319 commit 289011207d999b2e4085150d2aa30d547ad9b800
35320 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35321 Date: Fri May 16 11:10:30 2008 +0200
35322
35323 Move definition of container_of() to common.h
35324
35325 AVR32 and AT91SAM9 both have their own identical definitions of
35326 container_of() taken from the Linux kernel. Move it to common.h so
35327 that all architectures can use it.
35328
35329 container_of() is already used by some drivers, and will be used
35330 extensively by the new and improved SPI API.
35331
35332 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35333
35334 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
35335 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35336 Date: Fri May 16 11:08:11 2008 +0200
35337
35338 soft_i2c: Pull SDA high before reading
35339
35340 Spotted by Dean Capindale.
35341
35342 Systems that support open-drain GPIO properly are allowed provide an
35343 empty I2C_TRISTATE define. However, this means that we need to be
35344 careful not to drive SDA low when the slave is expected to respond.
35345
35346 This patch adds a missing I2C_SDA(1) to read_byte() required to
35347 tristate the SDA line on systems that support open-drain GPIO.
35348
35349 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35350
35351 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
35352 Author: Stefan Roese <sr@denx.de>
35353 Date: Mon May 19 11:34:53 2008 +0200
35354
35355 ppc4xx: Remove implementations of testdram()
35356
35357 This patch removes the used testdram() implementations of the board
35358 that are maintained by myself.
35359
35360 Signed-off-by: Stefan Roese <sr@denx.de>
35361
35362 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
35363 Author: Stefan Roese <sr@denx.de>
35364 Date: Mon Jun 2 17:37:28 2008 +0200
35365
35366 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
35367
35368 Historically the 405 U-Boot port had a dram_init() call in early init
35369 stage. This function was still called from start.S and most of the time
35370 coded in assembler. This is not needed anymore (since a long time) and
35371 boards should implement the common initdram() function in C instead.
35372
35373 This patch now removed the dram_init() call from start.S and removes the
35374 empty implementations that are scattered through most of the 405 board
35375 ports. Some older board ports really implement this dram_init() though.
35376 These are:
35377
35378 csb272
35379 csb472
35380 ERIC
35381 EXBITGEN
35382 W7OLMC
35383 W7OLMG
35384
35385 I changed those boards to call this assembler dram_init() function now
35386 from their board specific initdram() instead. This *should* work, but please
35387 test again on those platforms. And it is perhaps a good idea that those
35388 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
35389 some time. So further patches welcome here.
35390
35391 Signed-off-by: Stefan Roese <sr@denx.de>
35392
35393 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
35394 Author: Stefan Roese <sr@denx.de>
35395 Date: Mon Jun 2 17:22:11 2008 +0200
35396
35397 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
35398
35399 Signed-off-by: Stefan Roese <sr@denx.de>
35400
35401 commit 39b32be18cd33b53a84065edcd4e465165cc5564
35402 Author: Stefan Roese <sr@denx.de>
35403 Date: Mon Jun 2 17:20:03 2008 +0200
35404
35405 ppc4xx: Fix common ECC generation code for 440GP style platforms
35406
35407 This patch makes the common 4xx ECC code really usable on 440GP style
35408 platforms.
35409
35410 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
35411 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
35412 we need to make some processor dependant defines used later on by the
35413 driver.
35414
35415 Signed-off-by: Stefan Roese <sr@denx.de>
35416
35417 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
35418 Author: Stefan Roese <sr@denx.de>
35419 Date: Mon Jun 2 17:13:55 2008 +0200
35420
35421 ppc4xx: Change Kilauea to use the common DDR2 init function
35422
35423 This patch changes the kilauea and kilauea_nand (for NAND booting)
35424 board port to not use a board specific DDR2 init routine anymore. Now
35425 the common code from cpu/ppc4xx is used.
35426
35427 Thanks to Grant Erickson for all his basic work on this 405EX early
35428 bootup.
35429
35430 Signed-off-by: Stefan Roese <sr@denx.de>
35431
35432 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
35433 Author: Stefan Roese <sr@denx.de>
35434 Date: Mon Jun 2 14:59:21 2008 +0200
35435
35436 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
35437
35438 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
35439 ppc4xx related SDRAM/DDR/DDR2 controller defines.
35440
35441 Signed-off-by: Stefan Roese <sr@denx.de>
35442
35443 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
35444 Author: Stefan Roese <sr@denx.de>
35445 Date: Mon Jun 2 14:57:41 2008 +0200
35446
35447 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
35448
35449 This patch removes all SDRAM related defines from the PPC4xx headers
35450 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
35451 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
35452
35453 It also introduces new defines for the equipped SDRAM controller based on
35454 which PPC variant is used. There new defines are:
35455
35456 used on 405GR/CR/EP and some Xilinx Virtex boards.
35457
35458 used on 440GP/GX/EP/GR.
35459
35460 used on 440EPx/GRx.
35461
35462 used on 405EX/r/440SP/SPe/460EX/GT.
35463
35464 Signed-off-by: Stefan Roese <sr@denx.de>
35465
35466 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
35467 Author: Stefan Roese <sr@denx.de>
35468 Date: Mon Jun 2 14:35:44 2008 +0200
35469
35470 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
35471
35472 This patch consolidates the 405 and 440 parts of the NAND booting code
35473 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
35474 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
35475 Only *after* running from this location, nand_boot() is called.
35476
35477 Please note that the initsdram() call is now moved from nand_boot.c
35478 to start.S. I experienced problems with some boards like Kilauea
35479 (405EX), which don't have internal SRAM (OCM) and relocation needs to
35480 be done to SDRAM before the NAND controller can get accessed. When
35481 initdram() is called later on in nand_boot(), this can lead to problems
35482 with variables in the bss sections like nand_ecc_pos[].
35483
35484 Signed-off-by: Stefan Roese <sr@denx.de>
35485 Acked-by: Scott Wood <scottwood@freescale.com>
35486
35487 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
35488 Author: Grant Erickson <gerickson@nuovations.com>
35489 Date: Thu May 22 14:44:24 2008 -0700
35490
35491 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
35492
35493 This patch (Part 2 of 2):
35494
35495 * Rolls up a suite of changes to enable correct primordial stack and
35496 global data handling when the data cache is used for such a purpose
35497 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
35498
35499 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
35500 eliminating redundant ECC initialization implementations and moving
35501 redundant SDRAM initialization out of board code into shared 4xx
35502 code.
35503
35504 * Enables MCSR visibility on the 405EX(r).
35505
35506 * Enables the use of the data cache for initial RAM on
35507 both AMCC's Kilauea and Makalu and removes a redundant
35508 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
35509
35510 - Removed, per Stefan Roese's request, defunct memory.c file for
35511 Makalu and rolled sdram_init from it into makalu.c.
35512
35513 With respect to the 4xx DDR initialization and ECC unification, there
35514 is certainly more work that can and should be done (file renaming,
35515 etc.). However, that can be handled at a later date on a second or
35516 third pass. As it stands, this patch moves things forward in an
35517 incremental yet positive way for those platforms that utilize this
35518 code and the features associated with it.
35519
35520 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
35521 Signed-off-by: Stefan Roese <sr@denx.de>
35522
35523 commit c821b5f120bedf73867513466412587c6912a8f8
35524 Author: Grant Erickson <gerickson@nuovations.com>
35525 Date: Thu May 22 14:44:14 2008 -0700
35526
35527 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
35528
35529 This patch (Part 1 of 2):
35530
35531 * Rolls up a suite of changes to enable correct primordial stack and
35532 global data handling when the data cache is used for such a purpose
35533 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
35534
35535 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
35536 eliminating redundant ECC initialization implementations and moving
35537 redundant SDRAM initialization out of board code into shared 4xx
35538 code.
35539
35540 * Enables MCSR visibility on the 405EX(r).
35541
35542 * Enables the use of the data cache for initial RAM on
35543 both AMCC's Kilauea and Makalu and removes a redundant
35544 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
35545
35546 - Removed, per Stefan Roese's request, defunct memory.c file for
35547 Makalu and rolled sdram_init from it into makalu.c.
35548
35549 With respect to the 4xx DDR initialization and ECC unification, there
35550 is certainly more work that can and should be done (file renaming,
35551 etc.). However, that can be handled at a later date on a second or
35552 third pass. As it stands, this patch moves things forward in an
35553 incremental yet positive way for those platforms that utilize this
35554 code and the features associated with it.
35555
35556 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
35557 Signed-off-by: Stefan Roese <sr@denx.de>
35558
35559 commit a439680019e06171d4a5694b7992accce87f590e
35560 Author: Grant Erickson <gerickson@nuovations.com>
35561 Date: Wed May 21 13:28:30 2008 -0700
35562
35563 PPC4xx: Simplified post_word_{load, store}
35564
35565 This patch simplifies post_word_{load,store} by using the preprocessor
35566 to eliminate redundant, copy-and-pasted code.
35567
35568 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
35569
35570 commit f979690ee337450b2030aba128f95b7a8d9881c0
35571 Author: Kumar Gala <galak@kernel.crashing.org>
35572 Date: Thu May 15 15:13:08 2008 -0500
35573
35574 Fix warnings from gcc-4.3.0 build on a ppc host
35575
35576 * The cfi_flash.c memset fix actual allows the board to boot so there is
35577 a bit more going on here than just resolving warnings associated with
35578 uninitialized variables.
35579
35580 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
35581 inline function 'ext2_find_next_zero_bit' which is not static
35582
35583 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35584
35585 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
35586 Author: Becky Bruce <becky.bruce@freescale.com>
35587 Date: Wed May 14 13:09:51 2008 -0500
35588
35589 MPC512x: Change traps.c to not reference non-addressable memory
35590
35591 Currently, END_OF_RAM is used by the trap code to determine if
35592 we should attempt to access the stack pointer or not. However,
35593 on systems with a lot of RAM, only a subset of the RAM is
35594 guaranteed to be mapped in and accessible. Change END_OF_RAM
35595 to use get_effective_memsize() instead of using the raw ram
35596 size out of the bd.
35597
35598 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35599
35600 commit 81673e9ae14b771cd13faf19947192599cae3959
35601 Author: Kumar Gala <galak@kernel.crashing.org>
35602 Date: Tue May 13 19:01:54 2008 -0500
35603
35604 Make sure common.h is the first include.
35605
35606 If common.h isn't first we can get CONFIG_ options defined in the
35607 board config file ignored. This can cause an issue if any of those
35608 config options impact the size of types of data structures
35609 (eg CONFIG_PHYS_64BIT).
35610
35611 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35612
35613 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
35614 Author: Marian Balakowicz <m8@semihalf.com>
35615 Date: Tue May 13 15:53:29 2008 +0200
35616
35617 Avoid initrd and logbuffer area overlaps
35618
35619 Add logbuffer to reserved LMB areas to prevent initrd allocation
35620 from overlaping with it.
35621
35622 Make sure to use correct logbuffer base address.
35623
35624 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
35625
35626 commit 6956d53d9934862507f83f0e3255dfd4662e7482
35627 Author: Sascha Laue <sascha.laue@liebherr.com>
35628 Date: Tue May 13 13:29:54 2008 +0200
35629
35630 lwmon5: add memory-pattern-test to FPGA POST.
35631
35632 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
35633 Author: Becky Bruce <becky.bruce@freescale.com>
35634 Date: Thu May 8 19:02:51 2008 -0500
35635
35636 PPC: 86xx Add bat registers to reginfo command
35637
35638 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35639
35640 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
35641 Author: Becky Bruce <becky.bruce@freescale.com>
35642 Date: Fri May 9 15:41:35 2008 -0500
35643
35644 PPC: Add print_bats() to lib_ppc/bat_rw.c
35645
35646 This function prints the values of all the BAT register
35647 pairs - I needed this for debug earlier this week; adding it to
35648 lib_ppc so others can use it (and add it to reginfo commands
35649 if so desired).
35650
35651 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35652
35653 commit c148f24c15743a02e855636e6bed013bd121f7f2
35654 Author: Becky Bruce <becky.bruce@freescale.com>
35655 Date: Thu May 15 21:29:04 2008 -0500
35656
35657 PPC: Change lib_ppc/bat_rw.c to use high bats
35658
35659 Currently, this code only deals with BATs 0-3, which makes
35660 it useless on systems that support BATs 4-7. Add the
35661 support for these registers.
35662
35663 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
35664
35665 commit 31d826722434931e1152a09d140187dcf72f8aac
35666 Author: Becky Bruce <becky.bruce@freescale.com>
35667 Date: Thu May 8 19:02:12 2008 -0500
35668
35669 PPC: Create and use CONFIG_HIGH_BATS
35670
35671 Change all code that conditionally operates on high bat
35672 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
35673 instead of the myriad ways this is done now. Define the option
35674 for every config for which high bats are supported (and
35675 enabled by early boot, on parts where they're not always
35676 enabled)
35677
35678 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
35679
35680 commit aa3b8bf9c30065bb2ea852799d32db5020598495
35681 Author: Wolfgang Grandegger <wg@grandegger.com>
35682 Date: Wed May 28 19:55:19 2008 +0200
35683
35684 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
35685
35686 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35687 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35688
35689 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
35690 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
35691 Date: Wed May 28 13:06:25 2008 -0500
35692
35693 ColdFire: Add 10 base ethernet support for mcf5445x
35694
35695 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
35696 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35697
35698 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
35699 Author: Jason McMullan <mcmullan@netapp.com>
35700 Date: Fri May 30 00:53:38 2008 +0900
35701
35702 mips: Add an 'include/asm/errno.h', like all other architectures
35703
35704 All other u-boot architectures have an include/asm/errno.h, so
35705 this change adds it to the mips include/asm-mips headers also.
35706
35707 Stolen from Linux 2.6.25.
35708
35709 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
35710
35711 commit e2ad8426624bac457acc6925b6ff408e9bf20466
35712 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35713 Date: Fri May 30 00:53:38 2008 +0900
35714
35715 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
35716
35717 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35718
35719 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
35720 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35721 Date: Fri May 30 00:53:38 2008 +0900
35722
35723 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
35724
35725 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35726
35727 commit bf462ae450a7f2eeeddc699ed345b391e3263540
35728 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35729 Date: Fri May 30 00:53:37 2008 +0900
35730
35731 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
35732
35733 No functional changes.
35734
35735 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35736
35737 commit 89a1550ec6b74452274a7a23127936e2c7eec711
35738 Author: Jason McMullan <mcmullan@netapp.com>
35739 Date: Fri May 30 00:53:37 2008 +0900
35740
35741 mips: If CONFIG_CMD_SPI is defined, call spi_init()
35742
35743 The mips architecture currently does not call 'spi_init()' in the generic
35744 board initialization routine is CONFIG_CMD_SPI is defined.
35745
35746 This patch rectifies that problem.
35747
35748 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
35749 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35750
35751 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
35752 Author: Jason McMullan <mcmullan@netapp.com>
35753 Date: Fri May 30 00:53:37 2008 +0900
35754
35755 [MIPS] lib_mips/board.c: Add nand_init
35756
35757 This patch adds the standard 'nand_init()' call to the mips generic
35758 'board_init_r()' call, bringing MIPS in line with the other architectures.
35759
35760 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
35761 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35762
35763 commit d6ac2ed893c2168738aee01579d6283af8d37045
35764 Author: Scott Wood <scottwood@freescale.com>
35765 Date: Thu May 22 10:49:46 2008 -0500
35766
35767 Remove prototypes of nand_init() in favor of including nand.h.
35768
35769 Likewise with onenand_init().
35770
35771 Signed-off-by: Scott Wood <scottwood@freescale.com>
35772
35773 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
35774 Author: Scott Wood <scottwood@freescale.com>
35775 Date: Thu May 22 10:49:00 2008 -0500
35776
35777 Make onenand_uboot.h self-sufficient.
35778
35779 Don't assume types are provided by previously included headers.
35780
35781 Signed-off-by: Scott Wood <scottwood@freescale.com>
35782
35783 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
35784 Author: Dirk Behme <dirk.behme@gmail.com>
35785 Date: Wed Jan 16 14:26:59 2008 +0100
35786
35787 nand: Correct NAND erase percentage output
35788
35789 For NAND erase sizes smaller than one NAND erase block, erase
35790 percentage output becomes grater than 100% e.g.
35791
35792 -- cut --
35793 > nand info
35794 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
35795 > nand erase 0x100000 0x2000
35796 NAND erase: device 0 offset 0x100000, size 0x2000
35797 Erasing at 0x100000 -- 200% complete.
35798 OK
35799 >
35800 -- cut --
35801
35802 Correct this and give user a warning that more is erased than specified:
35803
35804 -- cut --
35805 > nand erase 0x100000 0x2000
35806 NAND erase: device 0 offset 0x100000, size 0x2000
35807 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
35808 Erasing 0x00004000 instead
35809 Erasing at 0x100000 -- 100% complete.
35810 OK
35811 >
35812 -- cut --
35813
35814 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
35815
35816 commit 5922db6c0948506be91e0de44e7a6863a18a417f
35817 Author: Stelian Pop <stelian@popies.net>
35818 Date: Tue May 13 17:31:24 2008 +0200
35819
35820 Cleanup nand_info[] declaration.
35821
35822 The nand_info array is declared as extern in several .c files.
35823 Those days, nand.h contains a reference to the array, so there is
35824 no need to declare it elsewhere.
35825
35826 Signed-off-by: Stelian Pop <stelian@popies.net>
35827 Signed-off-by: Scott Wood <scottwood@freescale.com>
35828
35829 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
35830 Author: Scott Wood <scottwood@freescale.com>
35831 Date: Mon May 19 09:30:43 2008 -0500
35832
35833 NAND: Provide a sane default for NAND_MAX_CHIPS.
35834
35835 This allows the header to be included regardless of whether a board's
35836 config file provides NAND-related defininitions.
35837
35838 Signed-off-by: Scott Wood <scottwood@freescale.com>
35839
35840 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
35841 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35842 Date: Mon May 26 12:19:10 2008 +0200
35843
35844 avr32: Fix theoretical race in udelay()
35845
35846 If the specified delay is very short, the cycle counter may go past the
35847 "end" time we are waiting for before we get around to reading it.
35848
35849 Fix it by checking the different between the cycle count "now" and the
35850 cycle count at the beginning. This will work as long as the delay
35851 measured in number of cycles is below 2^31.
35852
35853 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35854
35855 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
35856 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35857 Date: Wed May 21 13:01:09 2008 +0200
35858
35859 avr32: Compile atmel_mci.o conditionally
35860
35861 Remove #ifdef CONFIG_MMC from the source file and use conditional
35862 compilation in the Makefile instead.
35863
35864 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35865
35866 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
35867 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35868 Date: Thu May 22 12:28:25 2008 +0200
35869
35870 avr32: Fix wrong error flags in atmel_mci driver
35871
35872 Make sure we check for CRC errors when sending commands that use CRC
35873 checking.
35874
35875 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
35876 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35877
35878 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
35879 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35880 Date: Wed May 21 11:10:59 2008 +0200
35881
35882 avr32: Fix two warnings in atmel_mci.c
35883
35884 The warnings are harmless but annoying. Let's fix them.
35885
35886 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35887
35888 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
35889 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35890 Date: Mon May 19 11:36:28 2008 +0200
35891
35892 avr32: Rework SDRAM initialization code
35893
35894 This cleans up the SDRAM initialization and related code a bit, and
35895 allows faster booting.
35896
35897 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
35898 * Remove memory test from sdram_init() and make caller responsible
35899 for verifying the SDRAM and determining its size.
35900 * Remove base_address member from struct sdram_config (was sdram_info)
35901 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
35902 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
35903
35904 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35905
35906 commit 95107b7c028806919630bf02c653aa8f4f867c94
35907 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35908 Date: Mon May 19 11:27:37 2008 +0200
35909
35910 avr32: Do stricter stack checking in the exception handler
35911
35912 Don't do a stack dump if the stack pointer is outside the memory area
35913 reserved for stack.
35914
35915 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35916
35917 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
35918 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35919 Date: Fri May 2 15:32:57 2008 +0200
35920
35921 avr32: Use the same entry point for reset and exception handling
35922
35923 Since the reset vector is always aligned to a very large boundary, we
35924 can save a couple of KB worth of alignment padding by placing the
35925 exception vectors at the same address.
35926
35927 Deciding which one it is is easy: If we're handling an exception, the
35928 CPU is in Exception mode. If we're starting up after reset, the CPU is
35929 in Supervisor mode. So this adds a very minimal overhead to the reset
35930 path (only executed once) and the exception handling path (normally
35931 never executed at all.)
35932
35933 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35934
35935 commit 0c16eed2189a190bd5655b33c029f809a9b31128
35936 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35937 Date: Fri May 2 15:24:22 2008 +0200
35938
35939 avr32: Put memset in its own section
35940
35941 All C code is compiled with -ffunction-sections -fdata-sections.
35942 Assembly functions should get their own sections as well so that
35943 everything looks consistent.
35944
35945 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35946
35947 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
35948 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35949 Date: Fri May 2 15:21:40 2008 +0200
35950
35951 avr32: Rename pm_init() as clk_init() and make SoC-specific
35952
35953 pm_init() was always more about clock initialization than anything
35954 else. Dealing with PLLs, clock gating and such is also inherently
35955 SoC-specific, so move it into a SoC-specific directory.
35956
35957 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35958
35959 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
35960 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35961 Date: Wed Apr 30 16:15:57 2008 +0200
35962
35963 avr32: Use new-style Makefile for the at32ap platform
35964
35965 This makes it easier to avoid compiling certain files later.
35966
35967 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35968
35969 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
35970 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35971 Date: Wed Apr 30 14:36:47 2008 +0200
35972
35973 avr32: Remove unused file cpu/at32ap/pm.c
35974
35975 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35976
35977 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
35978 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35979 Date: Wed Apr 30 14:19:28 2008 +0200
35980
35981 avr32: Clean up the HMATRIX code
35982
35983 Rework the HMATRIX configuration interface so that it becomes easier
35984 to configure the HMATRIX for boards with special needs, and add new
35985 parts.
35986
35987 The HMATRIX header file has been split into a general,
35988 chip-independent part with register definitions, etc. and a
35989 chip-specific part with SFR bitfield definitions and master/slave
35990 identifiers.
35991
35992 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35993
35994 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
35995 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
35996 Date: Thu Nov 22 12:14:11 2007 +0100
35997
35998 avr32: Add support for the ATSTK1006 board
35999
36000 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
36001 board. It's currently in production and will be available soon.
36002
36003 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36004
36005 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
36006 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36007 Date: Tue Apr 29 12:53:05 2008 +0200
36008
36009 avr32: Get rid of the .flashprog section
36010
36011 The .flashprog section was only needed back when we were running
36012 directly from flash, and it's even more useless on NGW100 since it
36013 uses the CFI flash driver which never used this workaround in the
36014 first place.
36015
36016 Remove it on STK1000 as well, and get rid of all the associated code and
36017 annotations.
36018
36019 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36020
36021 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
36022 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36023 Date: Wed Apr 30 13:09:56 2008 +0200
36024
36025 avr32: Use correct condition around macb clock accessors
36026
36027 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
36028 the chip has a MACB controller, not when it has a USART.
36029
36030 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36031
36032 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
36033 Author: David Brownell <david-b@pacbell.net>
36034 Date: Wed Apr 16 22:57:58 2008 -0700
36035
36036 avr32: Disable the AP7000 internal watchdog on startup
36037
36038 This patch forces the watchdog off in all cases. That will at least
36039 get rid of the constant reboot cycle, though it won't let the watchdog
36040 actually run in the new kernels: its probe() comes up with a polite
36041 warning.
36042
36043 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36044
36045 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
36046 Author: David Brownell <david-b@pacbell.net>
36047 Date: Fri Feb 22 12:54:39 2008 -0800
36048
36049 avr32: stk1002 and ngw100 convergence
36050
36051 Make STK1002 and NGW100 boards act more alike:
36052 - STK boards can use as many arguments as NGW
36053 - STK boards don't need to manage FPGAs either
36054 - NGW commands should match STK ones
36055
36056 Also spell U-Boot right in prompts for STK1002 and NGW100.
36057
36058 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
36059 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
36060 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
36061
36062 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
36063 Author: Sergei Poselenov <sposelenov@emcraft.com>
36064 Date: Tue May 27 13:47:00 2008 +0200
36065
36066 Socrates: Fix PCI bus frequency report
36067
36068 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36069
36070 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
36071 Author: Sergei Poselenov <sposelenov@emcraft.com>
36072 Date: Tue May 27 11:49:13 2008 +0200
36073
36074 Socrates: Added USB support.
36075
36076 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36077
36078 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
36079 Author: Sergei Poselenov <sposelenov@emcraft.com>
36080 Date: Tue May 27 11:35:02 2008 +0200
36081
36082 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
36083
36084 In case of several PCI USB controllers on a board this variable
36085 specifys which controller to use.
36086 See doc/README.generic_usb_ohci for details.
36087
36088 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36089
36090 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
36091 Author: Sergei Poselenov <sposelenov@emcraft.com>
36092 Date: Tue May 27 10:36:07 2008 +0200
36093
36094 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
36095
36096 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36097
36098 commit 83e9d7a2614d4006b92690afa3390c291734267e
36099 Author: Sergei Poselenov <sposelenov@emcraft.com>
36100 Date: Mon May 26 18:16:04 2008 +0200
36101
36102 Socrates: Config file cleanup.
36103
36104 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36105
36106 commit 602cac1389b755b223272f2328a47e6f8c240848
36107 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36108 Date: Sat May 24 12:47:46 2008 +0200
36109
36110 MAKEALL: add at91 list
36111
36112 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36113
36114 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
36115 Author: Ron Madrid <ron_madrid@sbcglobal.net>
36116 Date: Fri May 23 15:37:05 2008 -0700
36117
36118 Add Marvell 88E1118 support for TSEC
36119
36120 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
36121 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36122
36123 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
36124 Author: Jens Gehrlein <sew_s@tqs.de>
36125 Date: Mon May 5 14:06:11 2008 +0200
36126
36127 smc911x: add 16 bit support
36128
36129 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
36130 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36131
36132 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
36133 Author: Christian Eggers <ceggers@gmx.de>
36134 Date: Wed May 21 21:29:10 2008 +0200
36135
36136 Fix endianess conversion in usb_ohci.c
36137
36138 Sorry, I forgot this line:
36139
36140 Signed-off-by: Christian Eggers <ceggers@gmx.de>
36141
36142 I think this must be swapped (result may be equal).
36143
36144 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
36145 Author: Christian Eggers <ceggers@gmx.de>
36146 Date: Wed May 21 22:12:00 2008 +0200
36147
36148 USB: replace old swap_ with proper endianess conversion macros
36149
36150 Signed-off-by: Christian Eggers <ceggers@gmx.de>
36151 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36152
36153 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
36154 Author: Christian Eggers <ceggers@gmx.de>
36155 Date: Wed May 21 21:29:10 2008 +0200
36156
36157 Fix endianess conversion in usb_ohci.c
36158
36159 Signed-off-by: Christian Eggers <ceggers@gmx.de>
36160 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36161
36162 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
36163 Author: Sergei Poselenov <sposelenov@emcraft.com>
36164 Date: Thu May 22 01:15:53 2008 +0200
36165
36166 USB: add support for multiple PCI OHCI controllers
36167
36168 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
36169 In case of several PCI USB controllers on a board this variable
36170 specifys which controller to use.
36171
36172 Also add USB support for sokrates board.
36173
36174 See doc/README.generic_usb_ohci for details.
36175
36176 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36177 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36178
36179 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
36180 Author: Wolfgang Denk <wd@denx.de>
36181 Date: Wed May 21 16:56:08 2008 +0200
36182
36183 Fix some whitespace issues
36184
36185 introduced by 53677ef18 "Big white-space cleanup."
36186
36187 Signed-off-by: Wolfgang Denk <wd@denx.de>
36188
36189 commit 4416603aeb06861b468b06a981e52c3ff805db7b
36190 Author: York Sun <yorksun@freescale.com>
36191 Date: Mon May 12 14:36:39 2008 -0500
36192
36193 Make ads5121 out-of-tree compiling safe
36194
36195 Reuse the existing DIU driver in board/freescale/common.
36196
36197 Signed-off-by: York Sun <yorksun@freescale.com>
36198
36199 commit 0e1bad47cd345c76c91a64caf41011e431b62599
36200 Author: York Sun <yorksun@freescale.com>
36201 Date: Mon May 5 10:20:01 2008 -0500
36202
36203 Adding DIU support for Freescale 5121ADS
36204
36205 Add DIU and cfb console support to FSL 5121ADS board.
36206
36207 Use #define CONFIG_VIDEO in config file to enable fb console.
36208
36209 Signed-off-by: York Sun <yorksun@freescale.com>
36210
36211 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
36212 Author: York Sun <yorksun@freescale.com>
36213 Date: Mon May 5 10:20:00 2008 -0500
36214
36215 Replace DPRINTF with debug
36216
36217 Remove DPRINTF macro and replace it with generic debug macro.
36218
36219 Signed-off-by: York Sun <yorksun@freescale.com>
36220
36221 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
36222 Author: York Sun <yorksun@freescale.com>
36223 Date: Mon May 5 10:19:59 2008 -0500
36224
36225 Move pixel clock setting to board file
36226
36227 The clock divider has different format in 5121 and 8610. This patch moves it to
36228 board specific code.
36229
36230 Signed-off-by: York Sun <yorksun@freescale.com>
36231
36232 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
36233 Author: Wolfgang Denk <wd@denx.de>
36234 Date: Tue May 20 16:00:29 2008 +0200
36235
36236 Big white-space cleanup.
36237
36238 This commit gets rid of a huge amount of silly white-space issues.
36239 Especially, all sequences of SPACEs followed by TAB characters get
36240 removed (unless they appear in print statements).
36241
36242 Also remove all embedded "vim:" and "vi:" statements which hide
36243 indentation problems.
36244
36245 Signed-off-by: Wolfgang Denk <wd@denx.de>
36246
36247 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
36248 Author: Sergei Poselenov <sposelenov@emcraft.com>
36249 Date: Thu May 8 17:46:23 2008 +0200
36250
36251 socrates: fix second TSEC configuration (it is actually TSEC3)
36252
36253 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36254
36255 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
36256 Author: Sergei Poselenov <sposelenov@emcraft.com>
36257 Date: Thu May 8 14:17:08 2008 +0200
36258
36259 Fixed reset for socrates
36260
36261 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36262
36263 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
36264 Author: Sergei Poselenov <sposelenov@emcraft.com>
36265 Date: Wed May 7 15:10:49 2008 +0200
36266
36267 socrates: changes to support FDT
36268
36269 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36270 Signed-off-by: Wolfgang Denk <wd@denx.de>
36271
36272 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
36273 Author: Sergei Poselenov <sposelenov@emcraft.com>
36274 Date: Wed Apr 30 11:42:50 2008 +0200
36275
36276 Initial support for "Socrates" board
36277
36278 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36279
36280 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
36281 Author: Yuri Tikhonov <yur@emcraft.com>
36282 Date: Thu May 8 15:46:42 2008 +0200
36283
36284 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
36285
36286 This way we become able to utilize the full post_log_word for POST
36287 activities (overwise, POST ECC, which has 0x8000 ID, could be
36288 erroneously treated as started in post_output_backlog() even if there
36289 was actually no POST ECC run (because of OCM POST failure, for
36290 example).
36291
36292 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36293
36294 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
36295 Author: Yuri Tikhonov <yur@emcraft.com>
36296 Date: Thu May 8 15:46:02 2008 +0200
36297
36298 POST: mark OCM test as POST_STOP
36299
36300 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36301
36302 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
36303 Author: Yuri Tikhonov <yur@emcraft.com>
36304 Date: Thu May 8 15:45:26 2008 +0200
36305
36306 POST: add POST_STOP flag
36307
36308 Don't run futher tests in case of a test fails that is marked as
36309 POST_STOP.
36310
36311 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36312 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36313
36314 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
36315 Author: Yuri Tikhonov <yur@emcraft.com>
36316 Date: Thu May 8 15:44:16 2008 +0200
36317
36318 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
36319
36320 Switch the OCM testid with the codec one. The reason is that current
36321 implementation requires the POST_ROM testid to fit into lower 16
36322 bits, and the codec test will never run with POST_ROM hopefully.
36323
36324 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36325
36326 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
36327 Author: Yuri Tikhonov <yur@emcraft.com>
36328 Date: Thu May 8 15:43:28 2008 +0200
36329
36330 lwmon5: enable OCM post test on lwmon5 board
36331
36332 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36333
36334 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
36335 Author: Yuri Tikhonov <yur@emcraft.com>
36336 Date: Thu May 8 15:42:47 2008 +0200
36337
36338 POST: OCM test added.
36339
36340 Added OCM test to POST layer. This version runs before all other tests
36341 but doesn't yet interrupt post sequence on failure.
36342
36343 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36344 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36345
36346 commit 6891260bdd935a382c95d9fa333922b0dfded68a
36347 Author: Yuri Tikhonov <yur@emcraft.com>
36348 Date: Thu May 8 15:40:39 2008 +0200
36349
36350 POST: typo fix
36351
36352 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
36353
36354 commit 727f63334676e760877d43bfb8f0e9331ac8b101
36355 Author: Hebbar <gururajakr@sanyo.co.in>
36356 Date: Tue May 20 02:16:36 2008 -0700
36357
36358 common/usb.c: fix incorrect escape sequence
36359
36360 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
36361
36362 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
36363 Author: York Sun <yorksun@freescale.com>
36364 Date: Thu May 15 15:26:27 2008 -0500
36365
36366 Fix 8313ERDB board configuration
36367
36368 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
36369 Correct TSEC1 vs TSEC2 assignment.
36370 Define ETHADDR and ETH1ADDR always.
36371
36372 Signed-off-by: York Sun <yorksun@freescale.com>
36373 Signed-off-by: Timur Tabi <timur@freescale.com>
36374
36375 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
36376 Author: Jon Loeliger <jdl@freescale.com>
36377 Date: Mon May 19 09:47:25 2008 -0500
36378
36379 mpc86xx: Removed unused and unconfigured memory test code.
36380
36381 Besides, other common code exists.
36382
36383 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36384
36385 commit 180a90abdae72587c0f679edf8991455e559440d
36386 Author: Wolfgang Denk <wd@denx.de>
36387 Date: Mon May 19 12:47:11 2008 +0200
36388
36389 Release v1.3.3
36390
36391 Update CHANGELOG for release.
36392
36393 Signed-off-by: Wolfgang Denk <wd@denx.de>
36394
36395 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
36396 Author: Stefan Roese <sr@denx.de>
36397 Date: Mon May 19 07:14:38 2008 +0200
36398
36399 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
36400
36401 When SATA is selected (via jumper J6) we need to disable the first PCIe
36402 node in the device tree, so that Linux doesn't initialize it. Otherwise
36403 the Linux SATA driver will fail to detect the devices.
36404
36405 The same goes the other way around too. So if PCIe is selected we need
36406 to disable the SATA node in the device tree.
36407
36408 This is because PCIe port 0 and SATA on 460EX share the same pins
36409 (multiplexed) and we have to configure in U-Boot which peripheral is
36410 enabled.
36411
36412 Signed-off-by: Stefan Roese <sr@denx.de>
36413
36414 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
36415 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36416 Date: Sun May 18 19:09:58 2008 +0200
36417
36418 i386: Fix multiple definitions of __show_boot_progress
36419
36420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36421
36422 commit 311f3446930c1e64c12026c1cfd00500b05be52d
36423 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36424 Date: Sun May 18 19:09:57 2008 +0200
36425
36426 sc530_spunk: add missing SOBJS entry
36427
36428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36429
36430 commit a559317143b4f95927b08cd388707e6f077e95fa
36431 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36432 Date: Sun May 18 19:09:56 2008 +0200
36433
36434 sc520_spunk: Fix flash
36435
36436 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
36437 flash.c:398: error: label at end of compound statement
36438
36439 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36440
36441 commit 91f221317af64191ee8caf303ea9305943158691
36442 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36443 Date: Sun May 18 19:09:49 2008 +0200
36444
36445 drivers/pcmcia: add missing i82365
36446
36447 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36448
36449 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
36450 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36451 Date: Sun May 18 19:09:47 2008 +0200
36452
36453 i386/bootm: remove unused var
36454
36455 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36456
36457 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
36458 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36459 Date: Sun May 18 19:09:45 2008 +0200
36460
36461 example/gitignore: update with all generated examples
36462
36463 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36464
36465 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
36466 Author: Wolfgang Denk <wd@denx.de>
36467 Date: Thu May 15 00:42:45 2008 +0200
36468
36469 TQM8272: fix out-of-tree building
36470
36471 ...and add to MAKEALL script
36472
36473 Signed-off-by: Wolfgang Denk <wd@denx.de>
36474
36475 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
36476 Author: Wolfgang Denk <wd@denx.de>
36477 Date: Wed May 14 23:34:53 2008 +0200
36478
36479 environment: fix bug introduced by commit a8409f4f1ac8
36480
36481 env_get_char is not a function, but a pointer to one.
36482
36483 Signed-off-by: Wolfgang Denk <wd@denx.de>
36484
36485 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
36486 Author: Gary Jennejohn <garyj@denx.de>
36487 Date: Wed May 14 13:39:22 2008 +0200
36488
36489 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
36490
36491 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
36492 use a redundant environment.
36493
36494 Signed-off-by: Gary Jennejohn <garyj@denx.de>
36495
36496 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
36497 Author: Wolfgang Denk <wd@denx.de>
36498 Date: Wed May 14 13:55:30 2008 +0200
36499
36500 Fix config files for out-of-tree building
36501
36502 Several board/<...>/config.mk files include dynamically built (by
36503 the Makefile) config files but used the wrong file name of
36504 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
36505 instead if the correct
36506 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
36507
36508 The bug is nasty because the build result is correct for the (normal)
36509 in-tree builds, and because 'sinclude' is used no errors get raised
36510 even for out-of-tree build tests. But out-of-tree builds use an
36511 incomplete and thus usually incorrect configuration...
36512
36513 Signed-off-by: Wolfgang Denk <wd@denx.de>
36514
36515 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
36516 Author: Stefan Roese <sr@denx.de>
36517 Date: Wed May 14 13:40:03 2008 +0200
36518
36519 ppc4xx: Fix bogus Canyonlands config.mk
36520
36521 This patch fixes the canyonlands config.mk file to enable correct
36522 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
36523
36524 Signed-off-by: Stefan Roese <sr@denx.de>
36525
36526 commit fdd1247a66d788a3446244f6fde9955a93c26322
36527 Author: Stefan Roese <sr@denx.de>
36528 Date: Wed May 14 10:32:32 2008 +0200
36529
36530 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
36531
36532 Canyonlands has a file ddr2_fixed.c which needs special treatment when
36533 building in separate directory. It has to be linked to build directory
36534 otherwise it is not seen.
36535
36536 Signed-off-by: Stefan Roese <sr@denx.de>
36537
36538 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
36539 Author: Wolfgang Denk <wd@denx.de>
36540 Date: Wed May 14 12:22:49 2008 +0200
36541
36542 environment: cleanup prototype declarations of env functions.
36543
36544 Signed-off-by: Wolfgang Denk <wd@denx.de>
36545
36546 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
36547 Author: Wolfgang Denk <wd@denx.de>
36548 Date: Wed May 14 12:21:48 2008 +0200
36549
36550 linkstation_HGLAN: Fix out of tree building.
36551
36552 Signed-off-by: Wolfgang Denk <wd@denx.de>
36553
36554 commit 085551c05ca09e6c491ea11a1c6727a36776a545
36555 Author: Stefan Roese <sr@denx.de>
36556 Date: Wed May 14 10:32:32 2008 +0200
36557
36558 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
36559
36560 Canyonlands has a file ddr2_fixed.c which needs special treatment when
36561 building in separate directory. It has to be linked to build directory
36562 otherwise it is not seen.
36563
36564 Signed-off-by: Stefan Roese <sr@denx.de>
36565
36566 commit 1510b82d50615f344e89d42533e8224cce067dc0
36567 Author: Wolfgang Denk <wd@denx.de>
36568 Date: Tue May 13 23:15:52 2008 +0200
36569
36570 Makefile: fix "error: version_autogenerated.h: No such file or directory"
36571
36572 Signed-off-by: Wolfgang Denk <wd@denx.de>
36573
36574 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
36575 Author: Stelian Pop <stelian@popies.net>
36576 Date: Tue May 13 17:31:24 2008 +0200
36577
36578 Cleanup nand_info[] declaration.
36579
36580 The nand_info array is declared as extern in several .c files.
36581 Those days, nand.h contains a reference to the array, so there is
36582 no need to declare it elsewhere.
36583
36584 Signed-off-by: Stelian Pop <stelian@popies.net>
36585 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36586
36587 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
36588 Author: Stefan Roese <sr@denx.de>
36589 Date: Tue May 13 20:22:01 2008 +0200
36590
36591 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
36592
36593 Signed-off-by: Stefan Roese <sr@denx.de>
36594
36595 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
36596 Author: Wolfgang Denk <wd@denx.de>
36597 Date: Mon May 12 01:11:21 2008 +0200
36598
36599 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
36600
36601 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
36602 which broke many PowerPC boards.
36603
36604 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
36605 Author: Wolfgang Denk <wd@denx.de>
36606 Date: Mon May 12 00:56:28 2008 +0200
36607
36608 Revert "Avoid initrd and logbuffer area overlaps"
36609
36610 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
36611 which breaks building on all PPC boards that don't use a log buffer.
36612
36613 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
36614 Author: Nick Spence <nick.spence@freescale.com>
36615 Date: Sat May 10 14:02:04 2008 -0700
36616
36617 Fix offset calculation for multi-type legacy images.
36618
36619 Calculation of tail was incorrect when size % 4 == 0.
36620
36621 New code removes the conditional and does the same thing but with arithmetic
36622
36623 Signed-off-by: Nick Spence <nick.spence@freescale.com>
36624
36625 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
36626 Author: Wolfgang Denk <wd@denx.de>
36627 Date: Mon May 12 00:40:58 2008 +0200
36628
36629 Revert "Change env_get_char from a global function ptr to a function."
36630
36631 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
36632 which is known to break booting from dataflash and NAND.
36633
36634 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
36635 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36636 Date: Sun May 11 23:13:57 2008 +0200
36637
36638 API: remove duplicate syscall check
36639
36640 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36641
36642 commit 67e3beb52c320b0a31cf030716c99392cde2d532
36643 Author: Stelian Pop <stelian@popies.net>
36644 Date: Fri May 9 21:46:51 2008 +0200
36645
36646 AT91: Cleanup unused config header file definitions.
36647
36648 CONFIG_ENV_OVERWRITE is commented out in the config header files,
36649 so let's cleanup the files by removing the whole definition.
36650
36651 Signed-off-by: Stelian Pop <stelian@popies.net>
36652 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36653
36654 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
36655 Author: Stelian Pop <stelian@popies.net>
36656 Date: Thu May 8 14:52:34 2008 +0200
36657
36658 Support AT91CAP9 revC CPUs
36659
36660 The AT91CAP9 revC CPU has a few differences over the previous,
36661 revB CPU which was distributed in small quantities only (revA was
36662 an internal Atmel product only).
36663
36664 The revC silicon needs a special initialisation sequence to
36665 switch from the internal (imprecise) RC oscillator to the
36666 external 32k clock.
36667
36668 Signed-off-by: Stelian Pop <stelian@popies.net>
36669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36670
36671 commit 098b7b4b441b12c2a64dd517930f43c793542759
36672 Author: Stelian Pop <stelian@popies.net>
36673 Date: Thu May 8 14:52:33 2008 +0200
36674
36675 Use custom logo for Atmel boards
36676
36677 This patch adds a custom vendor logo for the Atmel AT91 boards.
36678
36679 Signed-off-by: Stelian Pop <stelian@popies.net>
36680 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36681
36682 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
36683 Author: Stelian Pop <stelian@popies.net>
36684 Date: Thu May 8 14:52:32 2008 +0200
36685
36686 AT91SAM9RLEK: hook up the ATMEL LCD driver
36687
36688 This patch makes the necessary adaptations (PIO configurations and
36689 defines in config header file) to hook up the Atmel LCD driver to the
36690 AT91SAM9RLEK board.
36691
36692 Signed-off-by: Stelian Pop <stelian@popies.net>
36693 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36694
36695 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
36696 Author: Stelian Pop <stelian@popies.net>
36697 Date: Thu May 8 14:52:31 2008 +0200
36698
36699 AT91SAM9263EK: hook up the ATMEL LCD driver
36700
36701 This patch makes the necessary adaptations (PIO configurations and
36702 defines in config header file) to hook up the Atmel LCD driver to the
36703 AT91SAM9263EK board.
36704
36705 Signed-off-by: Stelian Pop <stelian@popies.net>
36706 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36707
36708 commit 820f2a958325061a446115f3035e48e4726b3390
36709 Author: Stelian Pop <stelian@popies.net>
36710 Date: Thu May 8 14:52:30 2008 +0200
36711
36712 AT91SAM9261EK: hook up the ATMEL LCD driver
36713
36714 This patch makes the necessary adaptations (PIO configurations and
36715 defines in config header file) to hook up the Atmel LCD driver to the
36716 AT91SAM9261EK board.
36717
36718 Signed-off-by: Stelian Pop <stelian@popies.net>
36719 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36720
36721 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
36722 Author: Stelian Pop <stelian@popies.net>
36723 Date: Thu May 8 14:52:29 2008 +0200
36724
36725 AT91CAP9ADK: hook up the ATMEL LCD driver
36726
36727 This patch makes the necessary adaptations (PIO configurations and
36728 defines in config header file) to hook up the Atmel LCD driver to the
36729 AT91CAP9ADK board.
36730
36731 Signed-off-by: Stelian Pop <stelian@popies.net>
36732 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36733
36734 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
36735 Author: Stelian Pop <stelian@popies.net>
36736 Date: Fri May 9 21:57:18 2008 +0200
36737
36738 Add ATMEL LCD driver
36739
36740 This patch adds support for the ATMEL LCDC driver which is used on some
36741 AT91 and AVR platforms.
36742
36743 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
36744 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
36745
36746 Signed-off-by: Stelian Pop <stelian@popies.net>
36747 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36748
36749 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
36750 Author: Stelian Pop <stelian@popies.net>
36751 Date: Thu May 8 18:52:25 2008 +0200
36752
36753 AT91SAM9RLEK support
36754
36755 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
36756 board.
36757
36758 Signed-off-by: Stelian Pop <stelian@popies.net>
36759 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36760
36761 commit 8e429b3eee23927c1222679f6b6f53667b21595c
36762 Author: Stelian Pop <stelian@popies.net>
36763 Date: Thu May 8 18:52:23 2008 +0200
36764
36765 AT91SAM9263EK support
36766
36767 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
36768 board.
36769
36770 Signed-off-by: Stelian Pop <stelian@popies.net>
36771 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36772
36773 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
36774 Author: Stelian Pop <stelian@popies.net>
36775 Date: Thu May 8 20:52:22 2008 +0200
36776
36777 AT91SAM9261EK support
36778
36779 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
36780 board.
36781
36782 Signed-off-by: Stelian Pop <stelian@popies.net>
36783 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36784
36785 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
36786 Author: Stelian Pop <stelian@popies.net>
36787 Date: Thu May 8 20:52:21 2008 +0200
36788
36789 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
36790
36791 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
36792 in order to cope with the changes in DataFlash partitionning scheme
36793 (cset c3a60cb3).
36794
36795 Signed-off-by: Stelian Pop <stelian@popies.net>
36796 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36797
36798 commit 96996ac25d5222611a8888968db6e53a6d3726da
36799 Author: Stelian Pop <stelian@popies.net>
36800 Date: Thu May 8 20:52:20 2008 +0200
36801
36802 AT91SAM9260EK: Normalize BOOTARGS
36803
36804 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
36805 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
36806 variable.
36807
36808 Signed-off-by: Stelian Pop <stelian@popies.net>
36809 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36810
36811 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
36812 Author: Stelian Pop <stelian@popies.net>
36813 Date: Thu May 8 20:52:19 2008 +0200
36814
36815 AT91SAM9260EK: Normalize SPI timings
36816
36817 This patch changes the SPI timings to closely match the ones
36818 used by the Linux kernel and the Atmel's own bootstrap project.
36819
36820 Signed-off-by: Stelian Pop <stelian@popies.net>
36821 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36822
36823 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
36824 Author: Stelian Pop <stelian@popies.net>
36825 Date: Thu May 8 20:52:18 2008 +0200
36826
36827 AT91SAM9260EK: Handle 8 or 16 bit NAND
36828
36829 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
36830 makes the support configurable in the board config header file
36831 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
36832
36833 Signed-off-by: Stelian Pop <stelian@popies.net>
36834 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36835
36836 commit ab52640fc01624e208424e527af0b7b3a5a65a12
36837 Author: Stelian Pop <stelian@popies.net>
36838 Date: Thu May 8 20:52:17 2008 +0200
36839
36840 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
36841
36842 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
36843 in order to cope with the changes in DataFlash partitionning scheme
36844 (cset c3a60cb3).
36845
36846 Signed-off-by: Stelian Pop <stelian@popies.net>
36847 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36848
36849 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
36850 Author: Stelian Pop <stelian@popies.net>
36851 Date: Thu May 8 20:52:16 2008 +0200
36852
36853 AT91CAP9ADK: Normalize BOOTARGS
36854
36855 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
36856 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
36857 variable.
36858
36859 Signed-off-by: Stelian Pop <stelian@popies.net>
36860 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36861
36862 commit 93da48b910511911ce110656e17ed733c8ac4c45
36863 Author: Stelian Pop <stelian@popies.net>
36864 Date: Thu May 8 20:52:15 2008 +0200
36865
36866 AT91CAP9ADK: Normalize SPI timings
36867
36868 This patch changes the SPI timings to closely match the ones
36869 used by the Linux kernel and the Atmel's own bootstrap project.
36870
36871 Signed-off-by: Stelian Pop <stelian@popies.net>
36872 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36873
36874 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
36875 Author: Stelian Pop <stelian@popies.net>
36876 Date: Thu May 8 20:52:14 2008 +0200
36877
36878 AT91CAP9ADK: Handle 8 or 16 bit NAND
36879
36880 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
36881 makes the support configurable in the board config header file
36882 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
36883
36884 Signed-off-by: Stelian Pop <stelian@popies.net>
36885 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36886
36887 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
36888 Author: Stelian Pop <stelian@popies.net>
36889 Date: Thu May 8 20:52:13 2008 +0200
36890
36891 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
36892
36893 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
36894 below avoids the duplication of u-boot.lds by putting the file in the
36895 cpu directory instead of the board one.
36896
36897 Signed-off-by: Stelian Pop <stelian@popies.net>
36898 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36899
36900 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
36901 Author: Stelian Pop <stelian@popies.net>
36902 Date: Thu May 8 20:52:12 2008 +0200
36903
36904 Add proper copyright notices in Atmel boards Makefiles
36905
36906 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
36907 copyright notice. This patch adds the missing pieces.
36908
36909 Signed-off-by: Stelian Pop <stelian@popies.net>
36910 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36911
36912 commit e817a042cef6164bf26fee86f90326f2ec9e6745
36913 Author: Stelian Pop <stelian@popies.net>
36914 Date: Thu May 8 20:52:11 2008 +0200
36915
36916 Add copyright information in Atmel boards partition.c
36917
36918 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
36919 the new created files. This patch fixes the problem.
36920
36921 Signed-off-by: Stelian Pop <stelian@popies.net>
36922 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36923
36924 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
36925 Author: Stelian Pop <stelian@popies.net>
36926 Date: Thu May 8 20:52:10 2008 +0200
36927
36928 Update origin and copyright information in arch-at91sam9 header files
36929
36930 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
36931 copied from the Linux kernel sources. This patch explicitly specifies
36932 this origin for all the copied headers, and for those missing copyright
36933 information, adds it.
36934
36935 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
36936 in the latest kernel sources by 'at91sam9_smc.h'.
36937
36938 The copyright information has been confirmed by the AT91 Linux kernel
36939 maintainer, Andrew Victor <avictor.za@gmail.com>.
36940
36941 Signed-off-by: Stelian Pop <stelian@popies.net>
36942 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36943
36944 commit 79dd1712689d6a5031d7cbff54957049680751c7
36945 Author: Markus KlotzbĂ¼cher <mk@denx.de>
36946 Date: Thu May 8 16:00:55 2008 +0200
36947
36948 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
36949
36950 When using dhcp/bootp the "netmask" environment variable is not set
36951 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
36952 desireable, so the following patch adds this this option to the board
36953 config.
36954
36955 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36956 Signed-off-by: Stefan Roese <sr@denx.de>
36957
36958 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
36959 Author: Stefan Roese <sr@denx.de>
36960 Date: Sat May 10 10:30:36 2008 +0200
36961
36962 ppc4xx: Update Makalu defconfig to use device-tree booting as default
36963
36964 This patch reworks the default environment on Makalu. Now "net_nfs" for
36965 example uses the device-tree style booting formerly know as "net_nfs_fdt".
36966 Also the addresses in RAM were changed because of the new image booting
36967 support, which check for image overwriting. So the addresses needed to
36968 get adjusted.
36969
36970 Signed-off-by: Stefan Roese <sr@denx.de>
36971
36972 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
36973 Author: Becky Bruce <bgill@freescale.com>
36974 Date: Wed May 7 13:28:16 2008 -0500
36975
36976 PPC: fix map_physmem build warning
36977
36978 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
36979 enabled. This quiets the warning.
36980
36981 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
36982
36983 commit 36f32675f40292002ee1fed252c180a43022d2d4
36984 Author: Becky Bruce <bgill@freescale.com>
36985 Date: Wed May 7 13:24:57 2008 -0500
36986
36987 Update pci code to use phys_addr_t
36988
36989 Physical addrs need to be represented by phys_addr_t, not
36990 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
36991 are going to fail mightily.
36992
36993 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
36994
36995 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
36996 Author: Nick Spence <nick.spence@freescale.com>
36997 Date: Thu May 8 22:32:22 2008 -0700
36998
36999 Support legacy multi-type images without FDT section.
37000
37001 This patch enables legacy multi-type images containing only a Linux kernel
37002 and root file system to be loaded, maintaining compatibility with previous
37003 versions of u-boot.
37004
37005 This is required when using old image files such as a Linux 2.4 kernel /
37006 filesystem.
37007
37008 Signed-off-by: Nick Spence <nick.spence@freescale.com>
37009 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
37010
37011 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
37012 Author: Wolfgang Denk <wd@denx.de>
37013 Date: Sat May 10 00:38:02 2008 +0200
37014
37015 Update CHANGELOG.
37016
37017 Signed-off-by: Wolfgang Denk <wd@denx.de>
37018
37019 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
37020 Author: Wolfgang Denk <wd@denx.de>
37021 Date: Sat May 10 00:36:09 2008 +0200
37022
37023 post/cpu/ppc4xx/Makefile: line length cleanup
37024
37025 Signed-off-by: Wolfgang Denk <wd@denx.de>
37026
37027 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
37028 Author: Stelian Pop <stelian@popies.net>
37029 Date: Thu May 8 22:52:09 2008 +0200
37030
37031 Fix @ -> <at> substitution
37032
37033 When applying the AT91CAP9 patches upstream, something transformed
37034 the '@' character into the ' <at> ' sequence.
37035
37036 The patch below restores the original form in all the places where
37037 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
37038 were copied from AT91CAP9, and a couple of other files where the
37039 ' <at> ' sequence was present).
37040
37041 Signed-off-by: Stelian Pop <stelian@popies.net>
37042
37043 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
37044 Author: Stelian Pop <stelian@popies.net>
37045 Date: Thu May 8 22:52:10 2008 +0200
37046
37047 Update origin and copyright information in arch-at91sam9 header files
37048
37049 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
37050 copied from the Linux kernel sources. This patch explicitly specifies
37051 this origin for all the copied headers, and for those missing copyright
37052 information, adds it.
37053
37054 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
37055 in the latest kernel sources by 'at91sam9_smc.h'.
37056
37057 The copyright information has been confirmed by the AT91 Linux kernel
37058 maintainer, Andrew Victor <avictor.za@gmail.com>.
37059
37060 Signed-off-by: Stelian Pop <stelian@popies.net>
37061
37062 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
37063 Author: Stelian Pop <stelian@popies.net>
37064 Date: Thu May 8 22:52:11 2008 +0200
37065
37066 Add copyright information in Atmel boards partition.c
37067
37068 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
37069 the new created files. This patch fixes the problem.
37070
37071 Signed-off-by: Stelian Pop <stelian@popies.net>
37072
37073 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
37074 Author: Guennadi Liakhovetski <lg@denx.de>
37075 Date: Thu May 8 10:09:27 2008 +0200
37076
37077 mx31ads: fix 32kHz clock handling
37078
37079 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
37080 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
37081 Also fix a typo when verifying a jumper configuration. While at it, make
37082 two needlessly global functions static.
37083
37084 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37085
37086 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
37087 Author: Marian Balakowicz <m8@semihalf.com>
37088 Date: Wed May 7 13:10:04 2008 +0200
37089
37090 Avoid initrd and logbuffer area overlaps
37091
37092 Add logbuffer to reserved LMB areas to prevent initrd allocation
37093 from overlaping with it.
37094
37095 Make sure to use correct logbuffer base address.
37096
37097 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37098
37099 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
37100 Author: Marian Balakowicz <m8@semihalf.com>
37101 Date: Wed May 7 13:08:54 2008 +0200
37102
37103 ppc: Cleanup get_effective_memsize() use
37104
37105 Removed duplicated effective memory size calculation code.
37106
37107 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37108
37109 commit 273c37d843d5b581090378016cd12dd9c586907b
37110 Author: Marian Balakowicz <m8@semihalf.com>
37111 Date: Wed May 7 09:03:53 2008 +0200
37112
37113 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
37114
37115 Recent modifcations to LOGBUFFER handling code were incorrecly
37116 introduced to fit_check_kernel() routine during
37117 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
37118 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
37119
37120 This patch cleans up this merge issue.
37121
37122 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37123
37124 commit bc11756daff89a3de09ca80adac962b88cf06e6e
37125 Author: Grant Erickson <gerickson@nuovations.com>
37126 Date: Tue May 6 20:16:15 2008 -0700
37127
37128 Propagate Error Status to the Shell on fw_printenv Errors
37129
37130 Changed implementation such that fw_printenv returns failure status
37131 when one or more specified variables do not exist or when incorrect
37132 command syntax is used.
37133
37134 This aids scripting fw_printenv such that the script can key of the
37135 return status rather than relying on standard error "scraping".
37136
37137 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37138 Signed-off-by: Wolfgang Denk <wd@denx.de>
37139
37140 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
37141 Author: Grant Erickson <gerickson@nuovations.com>
37142 Date: Tue May 6 16:18:00 2008 -0700
37143
37144 Fix Compilation Errors with 'tools/env/fw_printenv'
37145
37146 In the current top-of-tree, 1.3.3.-rc2, the optional tool
37147 'tools/env/fw_printenv' fails to compile for two reasons:
37148
37149 1) The header watchdog.h cannot be found.
37150 2) The header zlib.h is picked up from the tool chain rather than the
37151 project causing a prototype conflict for crc32.
37152
37153 This patch addresses both of these issues.
37154
37155 Platforms Tested On:
37156 - AMCC "Kilauea"
37157
37158 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37159
37160 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
37161 Author: James Yang <James.Yang@freescale.com>
37162 Date: Mon May 5 10:22:53 2008 -0500
37163
37164 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
37165
37166 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
37167 work before relocating to RAM because command history is written into
37168 a global array that is not writable before relocation. This patch
37169 defers to the no-editing and no-history code in readline_into_buffer()
37170 if it is called before relocation.
37171
37172 Signed-off-by: James Yang <James.Yang@freescale.com>
37173 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37174
37175 commit 726c0f1e5f108dccea052965123b95837d2bd402
37176 Author: Detlev Zundel <dzu@denx.de>
37177 Date: Mon May 5 16:11:22 2008 +0200
37178
37179 cosmetic: Adjust coding style for switch statements to be consistent
37180
37181 Signed-off-by: Detlev Zundel <dzu@denx.de>
37182
37183 commit 574b319512b13e10800f0045e39b993f4ca25e42
37184 Author: Detlev Zundel <dzu@denx.de>
37185 Date: Mon May 5 16:11:21 2008 +0200
37186
37187 Fix disk type output in disk/part.c
37188
37189 Signed-off-by: Detlev Zundel <dzu@denx.de>
37190
37191 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
37192 Author: Vlad Lungu <vlad.lungu@windriver.com>
37193 Date: Mon May 5 14:20:03 2008 +0300
37194
37195 Mail address change, documentation modified
37196
37197 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
37198
37199 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
37200 Author: Michal Simek <monstr@monstr.eu>
37201 Date: Sun May 4 15:42:41 2008 +0200
37202
37203 microblaze: Repare intc handling
37204
37205 Signed-off-by: Michal Simek <monstr@monstr.eu>
37206
37207 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
37208 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37209 Date: Sun May 4 15:17:52 2008 +0200
37210
37211 include/gitignore: update to all architectures
37212
37213 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37214
37215 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
37216 Author: Marcel Ziswiler <marcel@ziswiler.com>
37217 Date: Mon May 5 02:12:06 2008 +0200
37218
37219 ide: Remove spurious second include of io.h
37220
37221 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
37222
37223 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
37224
37225 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
37226 Author: Adrian Filipi <adrian.filipi@eurotech.com>
37227 Date: Tue May 6 16:46:37 2008 -0400
37228
37229 Fix some typos
37230
37231 This patch fixes three typos.
37232 The first is a repetition of CONFIG_CMD_BSP.
37233 The second makes the #endif comment match its #if.
37234 The third is a spelling error.
37235
37236 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
37237
37238 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
37239 Author: Grant Erickson <gerickson@nuovations.com>
37240 Date: Sun May 4 16:45:01 2008 -0700
37241
37242 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
37243
37244 Add support for the recognition of 'powerpc' as an alias for the PowerPC
37245 architecture type since Linux is already trending in that direction,
37246 preferring 'powerpc' to 'ppc'.
37247
37248 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
37249
37250 commit f5a24259190c388c2527bdc49fee34577d862cc7
37251 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
37252 Date: Fri May 2 13:35:15 2008 -0700
37253
37254 7450 and 86xx L2 cache invalidate bug corrections
37255
37256 The 7610 and related parts have an L2IP bit in the L2CR that is
37257 monitored to signal when the L2 cache invalidate is complete whereas the
37258 7450 and related parts utilize L2I for this purpose. However, the
37259 current code does not account for this difference. Additionally the 86xx
37260 L2 cache invalidate code used an "andi" instruction where an "andis"
37261 instruction should have been used.
37262
37263 This patch addresses both of these bugs.
37264
37265 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
37266 Acked-By: Jon Loeliger <jdl@freescale.com>
37267
37268 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
37269 Author: Wolfgang Denk <wd@denx.de>
37270 Date: Fri May 9 10:16:13 2008 +0200
37271
37272 Avoid infinite loop "Generating include/autoconf.mk"
37273
37274 Fix a bogus circular dependency that caused an infinite loop of
37275 "Generating include/autoconf.mk" again and again.
37276
37277 Signed-off-by: Wolfgang Denk <wd@denx.de>
37278
37279 commit 567fb852178dbf59529d7301620a3f3732a4b02d
37280 Author: Stelian Pop <stelian@popies.net>
37281 Date: Thu May 8 22:52:09 2008 +0200
37282
37283 Fix @ -> <at> substitution
37284
37285 When applying the AT91CAP9 patches upstream, something transformed
37286 the '@' character into the ' <at> ' sequence.
37287
37288 The patch below restores the original form in all the places where
37289 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
37290 were copied from AT91CAP9, and a couple of other files where the
37291 ' <at> ' sequence was present).
37292
37293 Signed-off-by: Stelian Pop <stelian@popies.net>
37294 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37295
37296 commit 73ccb3410a0785593cda7aee455dfc51f790e281
37297 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
37298 Date: Mon Apr 28 14:04:32 2008 +0200
37299
37300 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
37301
37302 Signed-off-by: Gary Jennejohn <garyj@denx.de>
37303 Signed-off-by: Stefan Roese <sr@denx.de>
37304
37305 commit ef2642625cbfb1c3695e3478d08ae515052a4950
37306 Author: Stefan Roese <sr@denx.de>
37307 Date: Thu May 8 11:10:46 2008 +0200
37308
37309 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
37310
37311 Signed-off-by: Stefan Roese <sr@denx.de>
37312
37313 commit a00eccfebc954ad9485161efeca7d9aaf626d530
37314 Author: Stefan Roese <sr@denx.de>
37315 Date: Thu May 8 11:05:15 2008 +0200
37316
37317 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
37318
37319 This patch adds fdt (flattened device tree) support to all remaining AMCC
37320 eval boards. Most newer boards already support device tree. With this patch,
37321 all AMCC boards now enable device tree passing from U-Boot to Linux
37322 arch/powerpc kernels.
37323
37324 Signed-off-by: Stefan Roese <sr@denx.de>
37325
37326 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
37327 Author: Stefan Roese <sr@denx.de>
37328 Date: Thu May 8 11:01:09 2008 +0200
37329
37330 ppc4xx: Add weak default ft_board_setup() routine
37331
37332 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
37333 This routine is defined as weak and can be overwritten by a board specific
37334 one if needed.
37335
37336 Signed-off-by: Stefan Roese <sr@denx.de>
37337
37338 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
37339 Author: Stefan Roese <sr@denx.de>
37340 Date: Thu May 8 10:48:58 2008 +0200
37341
37342 ppc4xx: acadia: Add fdt support and fix section overlap problem
37343
37344 This patch adds fdt (flattened device tree) support to the AMCC
37345 Acadia eval board. This increases the image size and it doesn't
37346 fit anymore into 256kByte. Since we didn't want to remove features
37347 from the configuration, we decided to increase the U-Boot image size
37348 (add one flash sector).
37349
37350 Also changed the default environment definition to make it
37351 independent of such changes.
37352
37353 Signed-off-by: Stefan Roese <sr@denx.de>
37354
37355 commit 4adb3023de75bc150f088c8935db340930ad38c8
37356 Author: Ira Snyder <iws@ovro.caltech.edu>
37357 Date: Tue Apr 29 11:18:54 2008 -0700
37358
37359 ppc4xx: Add device tree support to AMCC Yosemite
37360
37361 Add support for booting with a device tree blob. This is needed to boot
37362 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
37363 via the ethaddr variable.
37364
37365 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
37366 Signed-off-by: Stefan Roese <sr@denx.de>
37367
37368 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
37369 Author: Dave Mitchell <dmitchell@amcc.com>
37370 Date: Wed May 7 09:00:23 2008 -0700
37371
37372 ppc4xx: Fix typos in 460GT/EX FBDV array
37373
37374 Corrected two typos in the 460GT/EX FBDV array.
37375
37376 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
37377 Signed-off-by: Stefan Roese <sr@denx.de>
37378
37379 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
37380 Author: Andy Fleming <afleming@freescale.com>
37381 Date: Wed May 7 16:54:31 2008 -0500
37382
37383 85xx: Limit CPU2 workaround to parts that have the errata
37384
37385 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
37386 Signed-off-by: Andy Fleming <afleming@freescale.com>
37387
37388 commit a5fe514e8ace564300d2c1d73846ddff49654243
37389 Author: Lee Nipper <lee.nipper@freescale.com>
37390 Date: Fri Apr 25 15:44:45 2008 -0500
37391
37392 mpc83xx: system performance settings for MPC8349EMDS.
37393
37394 These same settings are used on MPC8349ITX, and
37395 improve performance on MPC8349EMDS.
37396
37397 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
37398 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37399
37400 commit 49387dba910e485640b575e920ee463b7e611dc3
37401 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37402 Date: Tue May 6 13:22:52 2008 +0900
37403
37404 [MIPS] cpu/mips/cache.S: Fix build warning
37405
37406 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
37407 warns illegal global symbol references by bal (and jal also) instruction.
37408 This does not happen with the latest binutils v2.18.
37409
37410 Here's an example on gth2_config:
37411
37412 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
37413 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
37414 c -EB -c -o cache.o cache.S
37415 cache.S: Assembler messages:
37416 cache.S:243: Warning: Pretending global symbol used as branch target is local.
37417 cache.S:250: Warning: Pretending global symbol used as branch target is local.
37418
37419 In principle, gas might be sensitive to global symbol references in PIC
37420 code because they should be processed through GOT (global offset table).
37421 But if `bal' instruction is used, it results in PC-based offset jump.
37422 This is the cause of this warning.
37423
37424 In practice, we know it doesn't matter whether PC-based reference or GOT-
37425 based. As for this case, both will work before/after relocation. But let's
37426 fix the code.
37427
37428 This patch explicitly sets up a target address, then jump there.
37429 Here's an example of disassembled code with/without this patch.
37430
37431 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
37432 9000066c: ac80fffc sw zero,-4(a0)
37433 90000670: 01402821 move a1,t2
37434 -90000674: 0411ffba bal 90000560 <mips_init_icache>
37435 -90000678: 01803021 move a2,t4
37436 -9000067c: 01602821 move a1,t3
37437 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
37438 -90000684: 01a03021 move a2,t5
37439 -90000688: 03000008 jr t8
37440 -9000068c: 00000000 nop
37441 +90000674: 01803021 move a2,t4
37442 +90000678: 8f8f83ec lw t7,-31764(gp)
37443 +9000067c: 01e0f809 jalr t7
37444 +90000680: 00000000 nop
37445 +90000684: 01602821 move a1,t3
37446 +90000688: 01a03021 move a2,t5
37447 +9000068c: 8f8f81e0 lw t7,-32288(gp)
37448 +90000690: 01e0f809 jalr t7
37449 +90000694: 00000000 nop
37450 +90000698: 03000008 jr t8
37451 +9000069c: 00000000 nop
37452
37453 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37454
37455 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
37456 Author: Vlad Lungu <vlad.lungu@windriver.com>
37457 Date: Mon May 5 14:04:00 2008 +0300
37458
37459 Allow building mips versions with ELDK 3.1.1
37460
37461 .gpword works only with local symbols on certain binutils versions
37462
37463 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
37464
37465 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
37466 Author: Wolfgang Denk <wd@denx.de>
37467 Date: Mon May 5 12:52:36 2008 +0200
37468
37469 MAKEALL: add inka4x0 board
37470
37471 Signed-off-by: Wolfgang Denk <wd@denx.de>
37472
37473 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
37474 Author: Wolfgang Denk <wd@denx.de>
37475 Date: Sun May 4 21:34:23 2008 +0200
37476
37477 kb9202 board: fix build problem.
37478
37479 Signed-off-by: Wolfgang Denk <wd@denx.de>
37480
37481 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
37482 Author: Wolfgang Denk <wd@denx.de>
37483 Date: Sun May 4 12:10:33 2008 +0200
37484
37485 Prepare for v1.3.3-rc3
37486
37487 Update ChNAGELOG, minor white space cleanup.
37488
37489 Signed-off-by: Wolfgang Denk <wd@denx.de>
37490
37491 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
37492 Author: Wolfgang Denk <wd@denx.de>
37493 Date: Sun May 4 00:35:15 2008 +0200
37494
37495 drivers/net/tsec.c: Fix typo.
37496
37497 Signed-off-by: Wolfgang Denk <wd@denx.de>
37498
37499 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
37500 Author: Mike Frysinger <vapier@gentoo.org>
37501 Date: Fri May 2 21:45:12 2008 -0400
37502
37503 version_autogenerated.h: use printf rather than echo -n
37504
37505 Some systems are dumb and do not implement the -n flag to echo (like OS X).
37506 Convert the Makefile to use printf as this should work everywhere.
37507
37508 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37509 Signed-off-by: Wolfgang Denk <wd@denx.de>
37510
37511 commit 4acc2a108ad0a669165924704a6cb083f9138242
37512 Author: Mike Frysinger <vapier@gentoo.org>
37513 Date: Fri May 2 18:17:50 2008 -0400
37514
37515 fix building when saveenv is disabled in some setups
37516
37517 If you enable environment in the flash, but disable the embedded
37518 option, and you disable the saveenv command, then the #if nested
37519 logic will trigger a compile failure:
37520 env_flash.c: In function 'env_relocate_spec':
37521 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
37522 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
37523
37524 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37525
37526 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
37527 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
37528 Date: Fri May 2 16:10:04 2008 -0400
37529
37530 SBC8548: fix address mask to allow 64M flash
37531
37532 Fix incorrect mask to enable all 64MB of onboard flash.
37533 Previously U-Boot incorrectly mapped only 8MB of flash, this
37534 patch correctly maps all the available flash.
37535
37536 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
37537
37538 commit 3648085c464c8c22ef76fab006ca4344d3796124
37539 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37540 Date: Fri May 2 19:48:56 2008 +0200
37541
37542 qemu_mips: add README
37543
37544 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37545
37546 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
37547 Author: Marcel Ziswiler <marcel@ziswiler.com>
37548 Date: Fri May 2 02:35:59 2008 +0200
37549
37550 Fix misspelled comment
37551
37552 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
37553
37554 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
37555 Author: Mike Frysinger <vapier@gentoo.org>
37556 Date: Thu May 1 04:13:05 2008 -0400
37557
37558 mkimage: make mmap() checks consistent
37559
37560 The mmap() related code is full of inconsistent casts/constants when
37561 it comes to error checking, and may break when building on some
37562 systems (like ones that do not implicitly define the caddr_t type).
37563 Let's just avoid the whole mess by writing the code nice and clean in
37564 the first place.
37565
37566 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37567
37568 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
37569 Author: Marcel Ziswiler <marcel@ziswiler.com>
37570 Date: Thu May 1 09:05:34 2008 +0200
37571
37572 Fix defined but not used build warning
37573
37574 - warning: 'srom' defined but not used
37575
37576 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
37577
37578 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
37579 Author: Marcel Ziswiler <marcel@ziswiler.com>
37580 Date: Thu May 1 09:05:26 2008 +0200
37581
37582 Fix implicit declaration build warnings
37583
37584 - warning: implicit declaration of function ‘serial_initialize’
37585
37586 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
37587
37588 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
37589 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
37590 Date: Tue Apr 29 19:18:32 2008 +0200
37591
37592 TSEC: add config options for VSC8601 RGMII PHY
37593
37594 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
37595 and Tx clock lines. They are configured using 2 bits in extended
37596 register 0x17.
37597 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
37598 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
37599
37600 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
37601 Acked-by: Andy Fleming <afleming@freescale.com>
37602 Acked-by: Ben Warren <biggerbadderben@gmail.com>
37603 --
37604
37605 drivers/net/tsec.c | 6 ++++++
37606 drivers/net/tsec.h | 3 +++
37607 2 files changed, 9 insertions(+), 0 deletions(-)
37608
37609 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
37610 Author: Wolfgang Denk <wd@denx.de>
37611 Date: Sat May 3 23:07:15 2008 +0200
37612
37613 Revert "ColdFire: Get information from the correct GCC"
37614
37615 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
37616 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
37617
37618 commit c4e5f52a58d278eebb87f476e353972c5dacea40
37619 Author: Wolfgang Denk <wd@denx.de>
37620 Date: Sat May 3 22:25:00 2008 +0200
37621
37622 config.mk: use correct (cross) compiler
37623
37624 Some config.mk files reference $(CC) to test for specific tool chain
37625 features, so make sure $(CC) gets set before including any such
37626 config files.
37627
37628 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
37629 the correct GCC").
37630
37631 Signed-off-by: Wolfgang Denk <wd@denx.de>
37632
37633 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
37634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37635 Date: Thu May 1 02:13:44 2008 +0200
37636
37637 pxa: fix previous definition on cpu init
37638
37639 start.S:183:1: warning: "ICMR" redefined
37640 In file included from start.S:33:
37641 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
37642 start.S:187:1: warning: "RCSR" redefined
37643 ...
37644
37645 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37646
37647 commit 6d12e697de794d700767f22f950e3026ccf4daf6
37648 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37649 Date: Thu May 1 02:13:43 2008 +0200
37650
37651 pxa: fix pcmcia operation on 'i' may be undefined
37652
37653 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37654 Signed-off-by: Wolfgang Denk <wd@denx.de>
37655
37656 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
37657 Author: Kumar Gala <galak@kernel.crashing.org>
37658 Date: Wed Apr 30 16:24:35 2008 -0500
37659
37660 MPC8610HPCD: Drop -O2 from the build flags
37661
37662 Make the flags use -Os like all other boards
37663
37664 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37665
37666 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
37667 Author: Stefan Roese <sr@denx.de>
37668 Date: Wed Apr 30 15:50:39 2008 +0200
37669
37670 RTC: Fix month offset by one problem in M41T62 RTC driver
37671
37672 This patch fixes a problem with the month being read and written
37673 incorrectly (offset by one). This only gets visible by also using
37674 the Linux driver (rtc-m41t80).
37675
37676 Tested on AMCC Canyonlands.
37677
37678 Signed-off-by: Stefan Roese <sr@denx.de>
37679
37680 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
37681 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37682 Date: Sat May 3 13:51:44 2008 +0900
37683
37684 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
37685
37686 Current trick to pick up GNU assembler minor version uses a dot(.) as a
37687 delimiter, and take the second field to obtain minor version number. But
37688 as can be expected, this doesn't work with a version string which has
37689 dots more than needs.
37690
37691 Here's an example:
37692
37693 $ mips-linux-gnu-as --version | grep 'GNU assembler'
37694 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
37695 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
37696 2-129) 2
37697 $
37698
37699 This patch restricts the version format to 2.XX.XX... This will work
37700 in most cases.
37701
37702 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
37703 2.18.50.20080215
37704 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
37705 18
37706 $
37707
37708 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37709
37710 commit ea638951acead7f1086c908c0b9f086beab82a22
37711 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37712 Date: Sat May 3 13:51:28 2008 +0900
37713
37714 [MIPS] cpu/mips/cache.S: Add dcache_enable
37715
37716 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
37717 "allow ports to override bootelf behavior") requires ports to have this
37718 function.
37719
37720 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37721 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37722
37723 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
37724 Author: Wolfgang Denk <wd@denx.de>
37725 Date: Thu May 1 21:30:16 2008 +0200
37726
37727 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
37728
37729 Onenand needs a version of memcpy() which performs 16 bit accesses
37730 only; make sure the name does not conflict with the standard
37731 function.
37732
37733 Signed-off-by: Wolfgang Denk <wd@denx.de>
37734
37735 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
37736 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37737 Date: Wed Apr 30 22:38:17 2008 +0200
37738
37739 cmd_nand: fix warning: str2long ncompatible pointer type
37740
37741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37742
37743 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
37744 Author: Timur Tabi <timur@freescale.com>
37745 Date: Fri Apr 4 11:16:11 2008 -0500
37746
37747 Fix calculation of I2C clock for some 86xx chips
37748
37749 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
37750 There is no pattern that can be used to determine which chips use which
37751 frequency, so the only way to determine is to look up the actual SOC
37752 designation and use the right value for that SOC.
37753
37754 Signed-off-by: Timur Tabi <timur@freescale.com>
37755
37756 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
37757 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37758 Date: Wed Apr 30 12:11:19 2008 -0500
37759
37760 ColdFire: Fix ethernet hang issue for mcf547x_8x
37761
37762 The ethernet hang is caused by receiving buffer in DRAM is not
37763 yet ready due to access cycles require longer time in DRAM.
37764 Relocate DMA buffer descriptors from DRAM to internal SRAM.
37765
37766 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37767
37768 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
37769 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37770 Date: Wed Apr 30 12:10:47 2008 -0500
37771
37772 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
37773
37774 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
37775 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37776
37777 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
37778 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37779 Date: Wed Apr 30 12:10:23 2008 -0500
37780
37781 ColdFire: Get information from the correct GCC
37782
37783 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
37784 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37785
37786 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
37787 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
37788 Date: Wed Apr 30 18:02:59 2008 +0200
37789
37790 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
37791
37792 Fix warnings
37793
37794 nv_nand.c: In function 'saveenv':
37795 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
37796 env_nand.c: In function 'env_relocate_spec':
37797 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
37798
37799 if compiled for davinci_schmoogie_config.
37800
37801 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
37802 Ack by: Sergey Kubushyn <ksi@koi8.net>
37803
37804 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
37805 Author: Anatolij Gustschin <agust@denx.de>
37806 Date: Wed Apr 30 13:34:40 2008 +0200
37807
37808 Fix warnings while compiling net/net.c for MPC8610HPCD board
37809
37810 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
37811 causing overriding default -Os option. New gcc (ver. 4.2.2)
37812 produces warnings while compiling net/net.c file with -O2
37813 option. The patch is an attempt to fix this.
37814
37815 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37816
37817 commit 58b575e575c25fdf8c88141e145db201f3092149
37818 Author: Sascha Laue <Sascha.Laue@gmx.biz>
37819 Date: Wed Apr 30 15:23:38 2008 +0200
37820
37821 lwmon5: fix offset error in sysmon0 POST
37822
37823 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
37824 Signed-off-by: Wolfgang Denk <wd@denx.de>
37825
37826 commit e7419b243a373de4ee042f7d4f45f66de787240d
37827 Author: Sascha Laue <Sascha.Laue@gmx.biz>
37828 Date: Wed Apr 30 15:16:35 2008 +0200
37829
37830 lwmon5: fix manual merge error in POST
37831
37832 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
37833
37834 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
37835 Author: Wolfgang Denk <wd@denx.de>
37836 Date: Wed Apr 30 17:46:26 2008 +0200
37837
37838 cmd_nand.c: fix another 'incompatible pointer type' warning.
37839
37840 Signed-off-by: Wolfgang Denk <wd@denx.de>
37841
37842 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
37843 Author: Wolfgang Denk <wd@denx.de>
37844 Date: Wed Apr 30 17:25:07 2008 +0200
37845
37846 Makefile: fix parallel builds
37847
37848 This problem shows up with parallel builds only; it results in
37849 somewhat cryptic error messages like
37850
37851 $ JOBS=-j6 MAKEALL netstar
37852 Configuring for netstar board...
37853 arm-linux-ld: cannot find -lgeneric
37854 make[1]: *** [eeprom.srec] Error 1
37855
37856 A few boards (like netstar and voiceblue) need some libraries for
37857 building; however, the board Makefile does not contain any such
37858 dependencies which may cause problems with parallel builds. Adding
37859 such dependencies is difficult as we would also have to provide build
37860 rules, which already exist in the respective library Makefiles.
37861
37862 To solve this, we make sure that all libraries get built before the
37863 board code.
37864
37865 Signed-off-by: Wolfgang Denk <wd@denx.de>
37866
37867 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
37868 Author: Stefan Roese <sr@denx.de>
37869 Date: Wed Apr 30 14:51:36 2008 +0200
37870
37871 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
37872
37873 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
37874 used for NAND booting to match the values needed for the new 512MB
37875 DIMM modules shipped with the productions boards:
37876
37877 Crucial: CT6464AC667.8FB
37878
37879 Signed-off-by: Stefan Roese <sr@denx.de>
37880
37881 commit ea9202a659dc75996facf1475f1866a19a9d3129
37882 Author: Stefan Roese <sr@denx.de>
37883 Date: Wed Apr 30 10:49:43 2008 +0200
37884
37885 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
37886
37887 This patch fixes a problem with DIMMs that have 8 banks. Now the
37888 MCIF0_MBxCF register will be setup correctly for this setup too.
37889
37890 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
37891
37892 Signed-off-by: Stefan Roese <sr@denx.de>
37893
37894 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
37895 Author: Wolfgang Denk <wd@denx.de>
37896 Date: Tue Apr 29 23:41:06 2008 +0200
37897
37898 Prepare v1.3.3-rc2, again.
37899
37900 Signed-off-by: Wolfgang Denk <wd@denx.de>
37901
37902 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
37903 Author: Wolfgang Denk <wd@denx.de>
37904 Date: Tue Apr 29 23:35:24 2008 +0200
37905
37906 Prepare v1.3.3-rc2
37907
37908 Signed-off-by: Wolfgang Denk <wd@denx.de>
37909
37910 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
37911 Author: Wolfgang Denk <wd@denx.de>
37912 Date: Tue Apr 29 23:32:20 2008 +0200
37913
37914 common/env_nand.c: fix one more incompatible pointer type issue
37915
37916 Signed-off-by: Wolfgang Denk <wd@denx.de>
37917
37918 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
37919 Author: Wolfgang Denk <wd@denx.de>
37920 Date: Tue Apr 29 21:33:08 2008 +0200
37921
37922 post/board/lwmon5/sysmon.c: fix manual merge error.
37923
37924 Signed-off-by: Wolfgang Denk <wd@denx.de>
37925
37926 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
37927 Author: Kumar Gala <galak@kernel.crashing.org>
37928 Date: Tue Apr 29 12:54:59 2008 -0500
37929
37930 85xx: Add -mno-spe to e500/85xx builds
37931
37932 Newer gcc's might be configured to enable autovectorization by default.
37933 If we happen to build with one of those compilers we will get SPE
37934 instructions in random code.
37935
37936 -mno-spe disables the compiler for automatically generating SPE
37937 instructions without our knowledge.
37938
37939 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37940
37941 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
37942 Author: Kumar Gala <galak@kernel.crashing.org>
37943 Date: Tue Apr 29 10:18:34 2008 -0500
37944
37945 Update .gitignore for zlib.h
37946
37947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37948
37949 commit 45239cf4152109caa925145ccd433529902df887
37950 Author: Kumar Gala <galak@kernel.crashing.org>
37951 Date: Tue Apr 29 10:27:08 2008 -0500
37952
37953 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
37954
37955 All the 85xx and 86xx UM describe the register as timing_cfg_3
37956 not as ext_refrec.
37957
37958 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37959
37960 commit ef7d30b14394e4c4a153118f5845760cadada02a
37961 Author: Kumar Gala <galak@kernel.crashing.org>
37962 Date: Tue Apr 29 10:28:34 2008 -0500
37963
37964 85xx/86xx: Rename DDR init address and init extended address register
37965
37966 Rename init_addr and init_ext_addr to match the docs between
37967 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
37968
37969 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37970
37971 commit cf6cc014270549684873a5972d2595052c468cb6
37972 Author: Kumar Gala <galak@kernel.crashing.org>
37973 Date: Mon Apr 28 02:24:04 2008 -0500
37974
37975 85xx: Additional fixes and cleanup of MP code
37976
37977 * adjust __spin_table alignment to match ePAPR v0.94 spec
37978 * loop over all cpus when determing who is up. This fixes an issue if
37979 the "boot cpu" isn't core0. The "boot cpu" will already be in the
37980 cpu_up_mask so there is no harm
37981 * Added some protection in the code to ensure proper behavior. These
37982 changes are explicitly needed but don't hurt:
37983 - Added eieio to ensure the "hot word" of the table is written after
37984 all other table updates have occurred.
37985 - Added isync to ensure we don't prefetch loading of table entries
37986 until we a released
37987
37988 These issues we raised by Dave Liu.
37989
37990 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37991
37992 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
37993 Author: Yuri Tikhonov <yur@emcraft.com>
37994 Date: Tue Apr 29 15:06:41 2008 +0200
37995
37996 lwmon5: minor clean-up to include/configs/lwmon5.h
37997
37998 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
37999 the CFG_DSPIC_TEST_ADDR definition more readable.
38000
38001 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38002
38003 commit f4c4d21a885ccc222fd0acdf653b683249e85117
38004 Author: Stefan Roese <sr@denx.de>
38005 Date: Tue Apr 29 16:08:05 2008 +0200
38006
38007 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
38008
38009 Signed-off-by: Stefan Roese <sr@denx.de>
38010
38011 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
38012 Author: Yuri Tikhonov <yur@emcraft.com>
38013 Date: Tue Apr 29 13:32:45 2008 +0200
38014
38015 ppc flush_cache: add watch-dog triggering into the loops.
38016
38017 Some boards (e.g. lwmon5) need rather a frequent watch-dog
38018 kicking. Since the time it takes for the flush_cache() function
38019 to complete its job depends on the size of data being flushed, one
38020 may encounter watch-dog resets on such boards when, for example,
38021 download big files over ethernet.
38022
38023 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38024
38025 commit cab99d6f3281ab6784feccf98b9b425daa58418a
38026 Author: Stefan Roese <sr@denx.de>
38027 Date: Tue Apr 29 14:44:54 2008 +0200
38028
38029 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
38030
38031 Signed-off-by: Stefan Roese <sr@denx.de>
38032
38033 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
38034 Author: Stefan Roese <sr@denx.de>
38035 Date: Tue Apr 29 14:12:07 2008 +0200
38036
38037 ppc4xx: Fix Katmai CFG_MONITOR_LEN
38038
38039 Signed-off-by: Stefan Roese <sr@denx.de>
38040
38041 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
38042 Author: Stefan Roese <sr@denx.de>
38043 Date: Tue Apr 29 13:57:07 2008 +0200
38044
38045 ppc4xx: Complete remove bogus dflush()
38046
38047 Since the current dflush() implementation is know to have some problems
38048 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
38049 it by using clean_dcache_range().
38050
38051 Tested on Katmai with ECC DIMM.
38052
38053 Signed-off-by: Stefan Roese <sr@denx.de>
38054
38055 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
38056 Author: Stefan Roese <sr@denx.de>
38057 Date: Tue Apr 29 13:36:51 2008 +0200
38058
38059 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
38060
38061 As it seems the "old" ECC initialization routine by using dflush() didn't
38062 write all lines in the dcache back to memory on lwmon5. This could lead
38063 to ECC error upon Linux booting. This patch changes the program_ecc()
38064 routine to now use clean_dcache_range() instead of dflush().
38065 clean_dcache_range() uses dcbst which is exactly what we want in this
38066 case.
38067
38068 Since dflush() is known is cause problems, this routine will be
38069 removed completely and replaced by clean_dcache_range() with an
38070 additional patch.
38071
38072 Signed-off-by: Stefan Roese <sr@denx.de>
38073
38074 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
38075 Author: Yuri Tikhonov <yur@emcraft.com>
38076 Date: Mon Apr 28 18:19:34 2008 +0200
38077
38078 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
38079
38080 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38081
38082 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
38083 Author: Markus Brunner <super.firetwister@googlemail.com>
38084 Date: Mon Apr 28 08:47:47 2008 +0200
38085
38086 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
38087
38088 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
38089 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
38090 doesn't exist.
38091
38092 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
38093
38094 commit 2ef7503a593c77a80c2a054011970227c4b62774
38095 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38096 Date: Thu Apr 24 07:57:17 2008 +0200
38097
38098 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
38099
38100 Move non-inlied functions into specific drivers file
38101 Set get_prom as weak
38102
38103 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38104 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
38105 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38106
38107 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
38108 Author: Guennadi Liakhovetski <lg@denx.de>
38109 Date: Thu Apr 3 17:04:19 2008 +0200
38110
38111 net: make ARP timeout configurable
38112
38113 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
38114 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
38115 to the boards get lost, which typically are ARP replies. By configuring
38116 the timeout to a lower value we significantly improve the first network
38117 transfer time on this board. The timeout is specified in milliseconds,
38118 later internally it is converted to deciseconds, because it has to be
38119 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
38120 different boards.
38121
38122 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
38123 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38124
38125 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
38126 Author: Guennadi Liakhovetski <lg@denx.de>
38127 Date: Thu Apr 3 13:36:18 2008 +0200
38128
38129 minor cs8900 driver clean up
38130
38131 Remove a redundant register definition, clean up some coding style
38132 violations.
38133
38134 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
38135 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38136
38137 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
38138 Author: Wolfgang Denk <wd@denx.de>
38139 Date: Mon Apr 28 22:01:04 2008 +0200
38140
38141 jffs2_1pass.c: fix incompatible pointer type warning
38142
38143 Signed-off-by: Wolfgang Denk <wd@denx.de>
38144
38145 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
38146 Author: Sascha Laue <Sascha.Laue@gmx.biz>
38147 Date: Tue Apr 1 10:10:18 2008 +0200
38148
38149 lwmon5: update dsPIC POST spezification
38150
38151 The specification for the lwmon5 board dsPIC POST got changed.
38152 Also add defines for the temperatures and voltages.
38153
38154 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
38155
38156 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
38157 Author: Sascha Laue <Sascha.Laue@gmx.biz>
38158 Date: Tue Apr 1 15:13:03 2008 +0200
38159
38160 Fix watchdog POST for lwmon5
38161
38162 If the hardware watchdog detects a voltage error, the watchdog sets
38163 GPIO62 to low. The watchdog POST has to detect this low level.
38164
38165 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
38166 Signed-off-by: Wolfgang Denk <wd@denx.de>
38167
38168 commit dd5748bcd669f46aeb6686c1b341323843738ccc
38169 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38170 Date: Mon Apr 28 14:37:14 2008 +0200
38171
38172 rtl8169: fix compiler warnings
38173
38174 Fix multiple compiler warnings related to argument type mismatch.
38175
38176 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38177
38178 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
38179 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38180 Date: Mon Apr 28 14:36:06 2008 +0200
38181
38182 IDE: fix compiler warnings
38183
38184 The IDE driver can use 32-bit addresses in LBA mode, in which case it
38185 spits multiple warnings during compilation. Fix them.
38186
38187 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38188
38189 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
38190 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38191 Date: Mon Apr 28 14:35:57 2008 +0200
38192
38193 LinkStation: fix compiler warning, add a maintainer
38194
38195 out_8 wants a pointer to an unsigned as the first argument. Add a
38196 maintainer for Linkstation boards.
38197
38198 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38199
38200 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
38201 Author: Wolfgang Denk <wd@denx.de>
38202 Date: Mon Apr 28 14:55:12 2008 +0200
38203
38204 cmd_nand.c: fix "differ in signedness" problem
38205
38206 Signed-off-by: Wolfgang Denk <wd@denx.de>
38207
38208 commit f2c288a35341ad02ac03b1563d786763c9c8f159
38209 Author: Wolfgang Denk <wd@denx.de>
38210 Date: Mon Apr 28 12:48:47 2008 +0200
38211
38212 pcnet.c: fix a merge issue
38213
38214 Signed-off-by: Wolfgang Denk <wd@denx.de>
38215
38216 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
38217 Author: Wolfgang Denk <wd@denx.de>
38218 Date: Mon Apr 28 12:08:18 2008 +0200
38219
38220 NAND: fix some strict-aliasing compiler warnings
38221
38222 Signed-off-by: Wolfgang Denk <wd@denx.de>
38223
38224 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
38225 Author: Stefan Roese <sr@denx.de>
38226 Date: Mon Apr 28 11:37:14 2008 +0200
38227
38228 ppc4xx: Fix compile warning of hcu4 board
38229
38230 Signed-off-by: Stefan Roese <sr@denx.de>
38231
38232 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
38233 Author: Wolfgang Denk <wd@denx.de>
38234 Date: Mon Apr 28 11:31:23 2008 +0200
38235
38236 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
38237
38238 Signed-off-by: Wolfgang Denk <wd@denx.de>
38239
38240 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
38241 Author: Guennadi Liakhovetski <lg@denx.de>
38242 Date: Mon Apr 28 00:25:32 2008 +0200
38243
38244 mx31ads: fix loadaddr environment variable define
38245
38246 Arithmetic expressions do not get evaluated under stringification. Remove
38247 default network configuration, add DHCP command support. Thanks to Felix
38248 Radensky for reporting.
38249
38250 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
38251
38252 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
38253 Author: Wolfgang Denk <wd@denx.de>
38254 Date: Mon Apr 28 10:55:24 2008 +0200
38255
38256 katmai: fix section overlap problem
38257
38258 Since we didn't want to remove features from the configuration, we
38259 decided to increase the U-Boot image size (add one flash sector).
38260
38261 Also changed the default environment definition to make it
38262 independent of such changes.
38263
38264 Signed-off-by: Wolfgang Denk <wd@denx.de>
38265 Acked-by: Stefan Roese <sr@denx.de>
38266
38267 commit 941d696d25624e3cc65ebf924199541acf52d74e
38268 Author: Wolfgang Denk <wd@denx.de>
38269 Date: Mon Apr 28 10:55:24 2008 +0200
38270
38271 katmai: fix section overlap problem
38272
38273 Since we didn't want to remove features from the configuration, we
38274 decided to increase the U-Boot image size (add one flash sector).
38275
38276 Also changed the default environment definition to make it
38277 independent of such changes.
38278
38279 Signed-off-by: Wolfgang Denk <wd@denx.de>
38280 Acked-by: Stefan Roese <sr@denx.de>
38281
38282 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
38283 Author: Kumar Gala <galak@kernel.crashing.org>
38284 Date: Sat Apr 26 11:44:44 2008 -0500
38285
38286 post: Fix building with O=
38287
38288 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38289
38290 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
38291 Author: Wolfgang Denk <wd@denx.de>
38292 Date: Sat Apr 26 01:55:00 2008 +0200
38293
38294 Prepare v1.3.3-rc1
38295
38296 Signed-off-by: Wolfgang Denk <wd@denx.de>
38297
38298 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
38299 Author: Wolfgang Denk <wd@denx.de>
38300 Date: Sat Apr 26 01:25:39 2008 +0200
38301
38302 post/Makefile: make sure to use the correct flags
38303
38304 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
38305 messages to be printed.
38306
38307 Signed-off-by: Wolfgang Denk <wd@denx.de>
38308
38309 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
38310 Author: Wolfgang Denk <wd@denx.de>
38311 Date: Sat Apr 26 00:34:42 2008 +0200
38312
38313 Coding Style cleanup, update CHANGELOG
38314
38315 Signed-off-by: Wolfgang Denk <wd@denx.de>
38316
38317 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
38318 Author: Magnus Lilja <lilja.magnus@gmail.com>
38319 Date: Sun Apr 20 10:38:12 2008 +0200
38320
38321 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
38322
38323 This patch enables SPI and MC13783/RTC support for the Litekit board.
38324
38325 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
38326
38327 commit f97abbfb47d9e407354e157cae3f6369e460cd37
38328 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38329 Date: Fri Apr 25 01:08:32 2008 -0500
38330
38331 MPC8544DS: decode pcie3 end-point configuration correctly.
38332
38333 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38334 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38335
38336 commit 292188e15523c165c4269403fdcd33c26d89176e
38337 Author: Roy Zang <tie-fei.zang@freescale.com>
38338 Date: Fri Apr 25 00:55:09 2008 -0500
38339
38340 MPC8544DS: Removes the unknown flash message information
38341
38342 This patch removes the unknown flash message information:
38343 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
38344 This unknown flash message is caused by PromJet.
38345 Some of the board user is unhappy with this information.
38346
38347 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38348 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38349
38350 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
38351 Author: Kim Phillips <kim.phillips@freescale.com>
38352 Date: Thu Apr 24 14:07:38 2008 -0500
38353
38354 mpc83xx: bump loadaddr over fdtaddr to 0x500000
38355
38356 this seems as a good compromise between human memory, typing,
38357 and last but not least, to accommodate for current and future kernel bloat.
38358
38359 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38360 Acked-by: Dave Liu <daveliu@freescale.com>
38361
38362 commit be5a7190265a34d968578ff266549c60f6f57654
38363 Author: Dave Liu <r63238@freescale.com>
38364 Date: Tue Apr 15 13:12:23 2008 +0800
38365
38366 mpc83xx: clean up the readme for 83xx boards
38367
38368 1. correct the typo
38369 2. correct the memory map for 837xerdb board
38370
38371 Signed-off-by: Dave Liu <daveliu@freescale.com>
38372
38373 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
38374 Author: Dave Liu <r63238@freescale.com>
38375 Date: Tue Apr 15 13:11:11 2008 +0800
38376
38377 mpc83xx: remove the unused CPM's stuff
38378
38379 The MPC83xx family never have CPM block, so remove it from 83xx.
38380
38381 Signed-off-by: Dave Liu <daveliu@freescale.com>
38382
38383 commit c63ad6325a8ac0097a54b418a3288926b0484b18
38384 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38385 Date: Fri Apr 18 16:29:40 2008 +0200
38386
38387 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
38388
38389 This patch adds a configurable flash auto protection list that can be used
38390 to make U-Boot protect flash regions in flash_init().
38391
38392 The idea has been discussed on the u-boot mailing list starting
38393 on Nov 18th, 2007.
38394
38395 Even this patch brings a new feature it is used as a bugfix for 4xx
38396 platforms where flash_init() does not completely protect the
38397 monitor's flash range in all situations.
38398
38399 U-Boot protects the flash range from CFG_MONITOR_BASE to
38400 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
38401 include the reset vector at 0xfffffffc.
38402
38403 Example:
38404 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
38405
38406 This config option will auto protect the last 512k of flash that
38407 contains the bootloader on board like APC405 and PMC405.
38408
38409 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38410
38411 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
38412 Author: Stefan Roese <sr@denx.de>
38413 Date: Fri Apr 25 13:59:03 2008 +0200
38414
38415 ppc4xx: Remove double defines in lwmon5.h
38416
38417 introduced with latest lwmon5/POST merge
38418
38419 Signed-off-by: Stefan Roese <sr@denx.de>
38420
38421 commit 7590378fb9c686709492ceb142825cd058255956
38422 Author: Bartlomiej Sieka <tur@semihalf.com>
38423 Date: Fri Apr 25 13:54:02 2008 +0200
38424
38425 Use watchdog-aware functions when calculating hashes of images - take two
38426
38427 Some files didn't get updated properly with the "Use watchdog-aware
38428 functions when calculating hashes of images" commit, this commit
38429 fixes this.
38430
38431 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
38432 Signed-off-by: Wolfgang Denk <wd@denx.de>
38433
38434 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
38435 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38436 Date: Fri Apr 25 12:01:39 2008 +0200
38437
38438 ppc4xx: Add bootcount limit handling for APC405 boards
38439
38440 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38441
38442 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
38443 Author: Bartlomiej Sieka <tur@semihalf.com>
38444 Date: Fri Apr 25 12:10:09 2008 +0200
38445
38446 Use watchdog-aware functions when calculating hashes of images
38447
38448 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
38449
38450 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
38451 Author: Wolfgang Denk <wd@denx.de>
38452 Date: Fri Apr 25 12:44:08 2008 +0200
38453
38454 USB: fix more GCC 4.2.x aliasing warnings
38455
38456 Signed-off-by: Wolfgang Denk <wd@denx.de>
38457 Acked-by: Markus Klotzbuecher <mk@denx.de>
38458
38459 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
38460 Author: Wolfgang Denk <wd@denx.de>
38461 Date: Fri Apr 25 12:41:53 2008 +0200
38462
38463 lib_generic/crc32.c: add missing #include <watchdog.h>
38464
38465 Signed-off-by: Wolfgang Denk <wd@denx.de>
38466
38467 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
38468 Author: Wolfgang Denk <wd@denx.de>
38469 Date: Fri Apr 25 11:52:21 2008 +0200
38470
38471 lib_generic/crc32.c: fix compile problem
38472
38473 Signed-off-by: Wolfgang Denk <wd@denx.de>
38474
38475 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
38476 Author: Stefan Roese <sr@denx.de>
38477 Date: Tue Apr 22 12:20:32 2008 +0200
38478
38479 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
38480
38481 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
38482 environment variable will now get passed to the Linux kernel by setting
38483 the device_type property of the PCIe device tree node. For normal root-
38484 complex configuration it will keep its defaults value of "pci" and for
38485 endpoint configuration it will get changed to "pci-endpoint".
38486
38487 Signed-off-by: Stefan Roese <sr@denx.de>
38488
38489 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
38490 Author: Yuri Tikhonov <yur@emcraft.com>
38491 Date: Thu Apr 24 10:30:53 2008 +0200
38492
38493 lwmon5: watchdog POST fix
38494
38495 Use the GPT0_MASKx registers as the temporary storage for watch-dog
38496 timer POST test instead of GPT0_COMPx. The latter
38497 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
38498
38499 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38500 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38501
38502 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
38503 Author: Kim Phillips <kim.phillips@freescale.com>
38504 Date: Mon Apr 21 18:10:14 2008 -0500
38505
38506 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
38507
38508 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
38509 proven problematic getting right from the start at least on 83xx and
38510 4xx.
38511
38512 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38513
38514 commit a99715b8ebfc500f3f40e01b36b64d473938443d
38515 Author: Detlev Zundel <dzu@denx.de>
38516 Date: Fri Apr 18 14:50:01 2008 +0200
38517
38518 Realining some header definitions.
38519
38520 Signed-off-by: Detlev Zundel <dzu@denx.de>
38521
38522 commit 4acbc6c7f993cae409c424615415a3e76820f13d
38523 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38524 Date: Thu Apr 24 07:57:16 2008 +0200
38525
38526 NE2000: coding style cleanup
38527
38528 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38529
38530 commit b4aff1ffaf7120032c653357c007faa14f74d29d
38531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38532 Date: Wed Apr 23 00:11:47 2008 +0900
38533
38534 qemu-mips.h: Add CFI support
38535
38536 CONFIG_ENV_OVERWRITE is also added.
38537
38538 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
38539
38540 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38541 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38542
38543 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
38544 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38545 Date: Tue Apr 22 22:47:27 2008 +0900
38546
38547 doc/README.mips: Add MIPS notes
38548
38549 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38550
38551 commit 215b01bba8bc662d35f72b084700b192d367dfb4
38552 Author: Bartlomiej Sieka <tur@semihalf.com>
38553 Date: Tue Apr 22 12:27:56 2008 +0200
38554
38555 Add support for calculating hashes with watchdog triggering
38556
38557 Implement watchodg-aware variants of hash calculation functions:
38558 - crc32_wd()
38559 - md5_wd()
38560 - sha1_csum_wd()
38561 The above functions calculate the hash of the input buffer in chunks,
38562 triggering the watchdog after processing each chunk. The chunk size
38563 is given as a function call parameter.
38564
38565 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
38566
38567 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
38568 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38569 Date: Wed Apr 23 11:02:12 2008 +0900
38570
38571 qemu-mips: Cleanup whitespace, indentation, etc.
38572
38573 No functional change.
38574
38575 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
38576 Then I re-created from scratch, and changed more lines than the original.
38577
38578 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38579 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38580
38581 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
38582 Author: Vlad Lungu <vlad@comsys.ro>
38583 Date: Wed Oct 10 23:02:09 2007 +0300
38584
38585 Fixed pcnet io_base
38586
38587 Bus and phys address are not always the same
38588
38589 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
38590
38591 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
38592 Author: Wolfgang Denk <wd@denx.de>
38593 Date: Thu Apr 24 23:44:26 2008 +0200
38594
38595 drivers/net/pcnet.c: Coding Style cleanup.
38596
38597 Signed-off-by: Wolfgang Denk <wd@denx.de>
38598
38599 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
38600 Author: Vlad Lungu <vlad@comsys.ro>
38601 Date: Wed Oct 10 23:04:23 2007 +0300
38602
38603 Added Am79C970A chip id to pcnet
38604
38605 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
38606
38607 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
38608 Author: Magnus Lilja <lilja.magnus@gmail.com>
38609 Date: Sun Apr 20 10:35:03 2008 +0200
38610
38611 i.MX31: Fix architecture numbers for ADS and Litekit boards
38612
38613 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
38614
38615 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
38616
38617 commit e7ae84d6c7288790e88639f57cb60daf89c11369
38618 Author: Magnus Lilja <lilja.magnus@gmail.com>
38619 Date: Sun Apr 20 10:36:36 2008 +0200
38620
38621 i.MX31: Use symbolic names for Litekit membases.
38622
38623 Use symbolic names instead of hard coded addresses for Litekit membases.
38624
38625 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
38626
38627 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
38628 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38629 Date: Sat Apr 19 17:59:20 2008 +0200
38630
38631 Fix show_boot_progress prototype
38632
38633 in commit fad634071 "make show_boot_progress () weak."
38634 show_boot_progress is supposed to be declared as weak but declared as
38635 inline instead.
38636
38637 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38638
38639 commit edbed247a14d70b94958010f736621212285de91
38640 Author: Bartlomiej Sieka <tur@semihalf.com>
38641 Date: Fri Apr 18 12:39:23 2008 +0200
38642
38643 Memory footprint optimizations
38644
38645 As suggested by Wolfgang Denk:
38646 - image printing functions:
38647 - remove wrappers
38648 - remove indentation prefix from functions' signatures
38649 - merge getenv_verify and getenv_autostart into one parametrized function
38650
38651 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
38652
38653 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
38654 Author: Guennadi Liakhovetski <lg@denx.de>
38655 Date: Tue Apr 15 13:33:11 2008 +0200
38656
38657 MX31ADS environment variable update, spi and rtc support
38658
38659 Update MX31ADS default environment to better match the flash layout and
38660 the memory map, support SPI and RTC.
38661
38662 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
38663
38664 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
38665 Author: Kumar Gala <galak@kernel.crashing.org>
38666 Date: Mon Apr 21 09:28:36 2008 -0500
38667
38668 85xx: Round up frequency calculations to get reasonable output
38669
38670 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
38671
38672 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
38673
38674 Signed-off-by: Dejan Minic <minic@freescale.com>
38675 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
38676 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38677 Acked-by: Andy Fleming <afleming@freescale.com>
38678
38679 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
38680 Author: Kumar Gala <galak@kernel.crashing.org>
38681 Date: Wed Apr 23 16:58:04 2008 -0500
38682
38683 fsl_pci: Only modify registers if we have them
38684
38685 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
38686
38687 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38688
38689 commit 83fe32334337def160b302aa9d152d808bfcc68e
38690 Author: Markus KlotzbĂ¼cher <mk@denx.de>
38691 Date: Wed Apr 23 10:57:33 2008 +0200
38692
38693 USB: remove a cpu bug workaround for an unsupported architecture.
38694
38695 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38696
38697 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
38698 Author: Markus KlotzbĂ¼cher <mk@denx.de>
38699 Date: Wed Apr 23 10:53:23 2008 +0200
38700
38701 USB: fix those pesky aliasing warnings issued by gcc-4.2
38702
38703 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38704 Signed-off-by: Detlev Zundel <dzu@denx.de>
38705
38706 commit 89cdab788f3716b335fefb60b836ebcf975aceab
38707 Author: Mike Frysinger <vapier@gentoo.org>
38708 Date: Mon Mar 31 11:02:01 2008 -0400
38709
38710 crc32: use uint32_t rather than unsigned long
38711
38712 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
38713 this is done with the build toolchain instead of the target tool
38714 chain, so if the build is a 64bit system but the target is 32bits,
38715 the size will obviously be wrong. This converts all unsigned long
38716 stuff related to crc32 to uint32_t types. Compile tested only: output
38717 of ./tools/envcrc when run on a 32bit build system matches that of a
38718 64bit build system.
38719
38720 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38721 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38722
38723 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
38724 Author: Dirk Behme <dirk.behme@googlemail.com>
38725 Date: Wed Mar 26 09:53:29 2008 +0100
38726
38727 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
38728
38729 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
38730
38731 Changes:
38732
38733 - Remove *_masked() functions as noted by Wolfgang
38734
38735 - Adapt register naming to recent TI spec (sprue26, March 2007)
38736
38737 - Fix reset_timer() handling
38738
38739 - 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.
38740
38741 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
38742
38743 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
38744
38745 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
38746
38747 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
38748
38749 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
38750 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
38751
38752 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
38753 Author: Sergei Poselenov <sposelenov@emcraft.com>
38754 Date: Wed Apr 9 16:09:41 2008 +0200
38755
38756 Added watchdog triggering calls in the "mtest" test function.
38757
38758 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
38759
38760 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
38761 Author: Yuri Tikhonov <yur@emcraft.com>
38762 Date: Sun Apr 6 19:19:14 2008 +0200
38763
38764 lwmon5 watchdog: limit trigger rate
38765
38766 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
38767 the CONFIG_WD_MAX_RATE value.
38768
38769 Note that an earlier version of this patch which used microseconds
38770 instead of ticks dis not work. The problem was that we used
38771 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
38772 get_tbclk(), which in turn calls get_sys_info(). It turns out that
38773 this function does a lot of prolonged operations (like divisions)
38774 which take too much time so we do not trigger the watchdog in time,
38775 and it resets the system.
38776
38777 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38778
38779 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
38780 Author: Yuri Tikhonov <yur@emcraft.com>
38781 Date: Mon Mar 31 10:51:37 2008 +0200
38782
38783 POST: move CONFIG_POST to Makefiles
38784
38785 Introduce the new logical option CONFIG_HAS_POST which is set when the
38786 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
38787 to determine should the POST libs be compiled for the selected target
38788 platform, or not.
38789
38790 To avoid breaking u-boot linking process, the empty post/libpost.a file is
38791 created for platforms which do not have POSTs.
38792
38793 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38794 Signed-off-by: Wolfgang Denk <wd@denx.de>
38795
38796 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
38797 Author: Yuri Tikhonov <yur@emcraft.com>
38798 Date: Mon Mar 31 10:49:34 2008 +0200
38799
38800 POST: preparations for moving CONFIG_POST to Makefiles
38801
38802 Remove CONFIG_POST ifdefs from the post/ source files.
38803
38804 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
38805 Signed-off-by: Wolfgang Denk <wd@denx.de>
38806
38807 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
38808 Author: Stefan Roese <sr@denx.de>
38809 Date: Tue Apr 22 14:14:20 2008 +0200
38810
38811 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
38812
38813 This patch fixes the Canyonlands and Glacier default environment to better
38814 fit to the arch/powerpc device-tree kernels. The variables dealing with
38815 arch/ppc booting are removed, since these boards are supported only in
38816 arch/powerpc. Glacier uses the same config file as Canyonlands.
38817
38818 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
38819
38820 Signed-off-by: Stefan Roese <sr@denx.de>
38821
38822 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
38823 Author: Stefan Roese <sr@denx.de>
38824 Date: Tue Apr 22 14:06:42 2008 +0200
38825
38826 ppc4xx: Small coding style cleanup for the latest esd patches
38827
38828 Signed-off-by: Stefan Roese <sr@denx.de>
38829
38830 commit 79941d63bc03aed8c48d7602f18217cc200ee931
38831 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38832 Date: Mon Apr 21 18:01:07 2008 +0200
38833
38834 ppc4xx: Update CPU strapping for PMC440 boards
38835
38836 This patch removes the temporary 'test' strapping option
38837 of the sbe command. The '667' strapping option now uses
38838 a PLB/PCI divider of 3.
38839
38840 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38841
38842 commit f00cf3193a6635355b121e90debb2f54e777e7da
38843 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38844 Date: Mon Apr 21 14:42:21 2008 +0200
38845
38846 ppc4xx: Remove unused APC405 strataflash driver
38847
38848 The APC405 board support has been migrated to use the common
38849 CFI flash driver.
38850
38851 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38852
38853 commit 1c686676a86473bbd92151f0544e109413f6ed06
38854 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38855 Date: Mon Apr 21 14:42:17 2008 +0200
38856
38857 ppc4xx: Update APC405 configuration
38858
38859 - enable esd's auto_update mechanism
38860 - support alternative flash layout on rev. 1.8 boards
38861 - update default environment
38862 - use common CFI flash driver
38863 - coding style cleanup
38864
38865 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38866
38867 commit 0b9872515a521bf7866dc24b85ddce708e60d702
38868 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38869 Date: Mon Apr 21 14:42:11 2008 +0200
38870
38871 ppc4xx: Update APC405 board support
38872
38873 - enable esd's auto_update mechanism
38874 - fix LCD support on latest hardware revision (uses other LCD controller)
38875 - support alternative flash layout on rev. 1.8 boards
38876 - coding style cleanup
38877
38878 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38879
38880 commit 83975d02e225e231960784972e7820a8b303756b
38881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38882 Date: Mon Apr 21 14:42:06 2008 +0200
38883
38884 ppc4xx: update esd's common auto_update code for 405 boards
38885
38886 - Coding style cleanup (long lines)
38887 - improve handling of protected flash regions
38888 - remove dead code
38889
38890 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38891
38892 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
38893 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38894 Date: Mon Apr 21 14:41:59 2008 +0200
38895
38896 ppc4xx: Update esd's common LCD code for 405 boards
38897
38898 - Coding style cleanup (long lines)
38899 - Add s1d13505 support
38900 - Make some functions return a result code instead of void
38901
38902 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38903
38904 commit dea68189424c3f1242427a8146a3861bf093173c
38905 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38906 Date: Mon Apr 21 11:36:55 2008 +0200
38907
38908 ppc4xx: Update FPGA image for APC405 boards
38909
38910 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38911
38912 commit 2a05b152924acfcec3b037693329e517e6d3578f
38913 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38914 Date: Mon Apr 21 11:36:08 2008 +0200
38915
38916 ppc4xx: Update bootlogo for APC405 boards
38917
38918 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38919
38920 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
38921 Author: Stefan Roese <sr@denx.de>
38922 Date: Fri Apr 18 16:41:31 2008 +0200
38923
38924 ppc4xx: Add dcache_enable() for 440
38925
38926 dcache_enable() was missing for 440 and the patch
38927 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
38928 "] behavior uses this function.
38929
38930 Note: Currently the cache handling functions like
38931 d/icache_disable/enable() are NOP's on 440. This may be changed in the
38932 future.
38933
38934 Signed-off-by: Stefan Roese <sr@denx.de>
38935
38936 commit a49e0d177a0749614b316ec847fb623f09c82c07
38937 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38938 Date: Mon Apr 21 11:19:04 2008 +0200
38939
38940 video: Add missing free for logo memory
38941
38942 This patch adds two missing free()s.
38943
38944 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38945
38946 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
38947 Author: Troy Kisky <troy.kisky@boundarydevices.com>
38948 Date: Mon Sep 24 16:41:43 2007 -0700
38949
38950 PATCH - Fix oob data copied into supplied buffer
38951
38952 This patch correctly sets the oobavail variable
38953 and fixes a bug where the oob data was not valid when
38954 there where multiple groups in oobfree.
38955
38956 First segment fixes a typo
38957 Second segment fixes a bug where oob data may be copied incorrectly.
38958 Third segment adds an error message when exiting due to write protect.
38959 Forth segment fixes a bug where oobavail may be set incorrectly.
38960
38961 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
38962
38963 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
38964 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38965 Date: Fri Apr 18 17:24:32 2008 +0200
38966
38967 ppc4xx: Fix sys_get_info() for 405GP(r)
38968
38969 This patch assigns the correct EBC clock for 405GP(r) CPUs
38970 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
38971 uses an uninitialized EBC clock in its startup message.
38972
38973 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38974
38975 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
38976 Author: Wolfgang Denk <wd@denx.de>
38977 Date: Sun Apr 20 15:39:38 2008 -0700
38978
38979 Makefile: remove nand_spl/System.map when cleaning up.
38980
38981 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
38982 Author: Wolfgang Denk <wd@denx.de>
38983 Date: Sun Apr 20 15:35:52 2008 -0700
38984
38985 MAKEALL: sort entries / lists.
38986
38987 Signed-off-by: Wolfgang Denk <wd@denx.de>
38988
38989 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
38990 Author: Kumar Gala <galak@kernel.crashing.org>
38991 Date: Fri Apr 18 11:29:01 2008 -0500
38992
38993 85xx: Fix size of cpu-release-addr property
38994
38995 The cpu-release-addr is defined as always being a 64-bit quanity regardless
38996 if we are running on a 32-bit or 64-bit machine.
38997
38998 commit 88353a985109562a639b2f8a0c90d77011bfe374
38999 Author: Timur Tabi <timur@freescale.com>
39000 Date: Fri Apr 4 11:15:58 2008 -0500
39001
39002 Fix calculation of I2C clock for some 85xx chips
39003
39004 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
39005 some use CCB/3. There is no pattern that can be used to determine which
39006 chips use which frequency, so the only way to determine is to look up the
39007 actual SOC designation and use the right value for that SOC.
39008
39009 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
39010
39011 Signed-off-by: Timur Tabi <timur@freescale.com>
39012
39013 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
39014 Author: Wolfgang Denk <wd@denx.de>
39015 Date: Fri Apr 18 11:44:27 2008 -0700
39016
39017 Fix build breakage casued by commit c0559be371b2
39018
39019 Change env_get_char from a global function ptr to a function.
39020
39021 Signed-off-by: Wolfgang Denk <wd@denx.de>
39022
39023 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
39024 Author: Wolfgang Denk <wd@denx.de>
39025 Date: Fri Apr 18 10:53:41 2008 -0700
39026
39027 Coding Style cleanup, update CHANGELOG.
39028
39029 Signed-off-by: Wolfgang Denk <wd@denx.de>
39030
39031 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
39032 Author: Mike Frysinger <vapier@gentoo.org>
39033 Date: Tue Apr 8 14:00:57 2008 -0400
39034
39035 Add support for u-boot in svn and localversion-* files
39036
39037 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39038
39039 commit d23ff6827decf121461fbc5622612fd7effe207e
39040 Author: Guennadi Liakhovetski <lg@denx.de>
39041 Date: Thu Apr 3 17:04:22 2008 +0200
39042
39043 MX31ADS network and flash updates
39044
39045 This patch allows U-Boot to use buffered writes to the Spansion NOR
39046 flash installed on this board, and eliminates long delays in network
39047 transfers after the board startup.
39048
39049 Also modify flash layout to embed main and redundant environment
39050 blocks in the U-Boot image.
39051
39052 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39053
39054 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
39055 Author: Guennadi Liakhovetski <lg@denx.de>
39056 Date: Mon Apr 14 10:53:12 2008 +0200
39057
39058 Support for the MX31ADS evaluation board from Freescale
39059
39060 This patch adds support for the MX31ADS evaluation board from Freescale,
39061 initialization code is copied from RedBoot sources, also provided by
39062 Freescale.
39063
39064 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39065
39066 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
39067 Author: Stefan Roese <sr@denx.de>
39068 Date: Tue Apr 8 10:33:29 2008 +0200
39069
39070 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
39071
39072 Signed-off-by: Stefan Roese <sr@denx.de>
39073
39074 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
39075 Author: Stefan Roese <sr@denx.de>
39076 Date: Tue Apr 8 10:33:28 2008 +0200
39077
39078 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
39079
39080 Signed-off-by: Stefan Roese <sr@denx.de>
39081
39082 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
39083 Author: Stefan Roese <sr@denx.de>
39084 Date: Tue Apr 8 10:33:27 2008 +0200
39085
39086 ppc4xx: Add Glacier NAND booting target
39087
39088 Signed-off-by: Stefan Roese <sr@denx.de>
39089
39090 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
39091 Author: Stefan Roese <sr@denx.de>
39092 Date: Tue Apr 8 10:31:00 2008 +0200
39093
39094 nand_spl: Update nand_spl to support 2k page size NAND devices
39095
39096 This patch adds support for booting from 2k page sized NAND device
39097 (e.g. Micron 29F2G08AAC).
39098
39099 Tested on AMCC Canyonlands.
39100
39101 Signed-off-by: Stefan Roese <sr@denx.de>
39102
39103 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
39104 Author: Anatolij Gustschin <agust@denx.de>
39105 Date: Thu Apr 17 18:18:00 2008 +0200
39106
39107 Fix crash on sequoia in ppc_4xx_eth_init
39108
39109 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
39110 with cache enabled (TLB Parity exeption). This patch
39111 fixes the problem.
39112
39113 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39114
39115 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
39116 Author: Anatolij Gustschin <agust@denx.de>
39117 Date: Thu Apr 17 18:15:27 2008 +0200
39118
39119 ppc4xx: Fix crash on sequoia with cache enabled
39120
39121 Currently U-Boot crashes on sequoia board in CPU POST if
39122 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
39123 won't be disabled by change_tlb before CPU POST because
39124 there is an insufficient adress range check since
39125 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
39126 this problem.
39127
39128 Signed-off-by: Anatolij Gustschin <agust@denx.de>
39129
39130 commit 43c509254fab375c49936498da944658117ed07c
39131 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39132 Date: Thu Apr 17 23:35:13 2008 +0900
39133
39134 Use jr as register jump instruction
39135
39136 Current assembler codes are inconsistent in the way of register jump
39137 instruction usage; some use jr, some use j. Of course GNU as allows both
39138 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
39139 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
39140 at all.
39141
39142 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39143
39144 commit 7ce63709828d37b08866e537339a169bd0db2bd3
39145 Author: Guennadi Liakhovetski <lg@denx.de>
39146 Date: Tue Apr 15 14:15:30 2008 +0200
39147
39148 RTC driver for MC13783
39149
39150 MC13783 is a multifunction IS with an SPI interface to the host. This
39151 driver handles the RTC controller in this chip.
39152
39153 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39154
39155 commit 38254f45b0b412332726c90d3184ad47479fcffb
39156 Author: Guennadi Liakhovetski <lg@denx.de>
39157 Date: Tue Apr 15 14:14:25 2008 +0200
39158
39159 New i.MX31 SPI driver
39160
39161 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
39162 only implemented and tested on i.MX31, can with a modified register layout
39163 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
39164 controllers too.
39165
39166 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39167
39168 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
39169 Author: Magnus Lilja <lilja.magnus@gmail.com>
39170 Date: Tue Apr 15 19:09:10 2008 +0200
39171
39172 Fix name of i.MX31 boards in config file header
39173
39174 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
39175
39176 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
39177
39178 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
39179 Author: Mike Frysinger <vapier@gentoo.org>
39180 Date: Sun Apr 13 19:42:19 2008 -0400
39181
39182 allow ports to override go behavior
39183
39184 Split the arch-specific logic out of the common go code and into a dedicated
39185 weak function called do_go_exec() that lives in cpu directories. This will
39186 need review from i386/nios people to make sure I didn't break them.
39187
39188 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
39189 Author: Mike Frysinger <vapier@gentoo.org>
39190 Date: Sun Apr 13 19:42:18 2008 -0400
39191
39192 allow ports to override bootelf behavior
39193
39194 Change the bootelf setup function into a dedicated weak function called
39195 do_bootelf_exec. This way ports can control the behavior however they
39196 like before/after calling the ELF entry point.
39197
39198 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
39199 Author: Ulf Samuelsson <ulf@atmel.com>
39200 Date: Sat Apr 12 20:56:03 2008 +0200
39201
39202 Reorder ARM boards in Makefile
39203
39204 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
39205 are no longer under ARM92xT header.
39206
39207 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
39208 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39209
39210 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
39211 Author: Ulf Samuelsson <ulf@atmel.com>
39212 Date: Sat Apr 12 20:29:44 2008 +0200
39213
39214 Clean up dataflash partitioning
39215
39216 This patch removes the board dependent parts from
39217 "drivers/mtd/dataflash.c".
39218 Each board relying on this, will have the appropriate
39219 code in a new file, "partition.c" in the board directory.
39220 board Makefiles updated to use the file.
39221
39222 The dataflash partitions are aligned on sector/page boundaries.
39223
39224 The CONFIG_NEW_DF_PARTITION was used to create named partitions
39225 This is now the default operation, and the CONFIG variable is removed.
39226
39227 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
39228
39229 commit 51ecde946fec511a16346e498204ca10ad71080d
39230 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39231 Date: Sat Apr 12 14:08:45 2008 +0200
39232
39233 gitignore: udpate stgit generated and .patch file
39234
39235 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39236
39237 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
39238 Author: Wolfgang Denk <wd@denx.de>
39239 Date: Fri Apr 18 00:15:36 2008 -0700
39240
39241 Get rid of redundant copy of renamed header file.
39242
39243 Signed-off-by: Wolfgang Denk <wd@denx.de>
39244
39245 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
39246 Author: Vlad Lungu <vlad@comsys.ro>
39247 Date: Fri Apr 11 21:20:14 2008 +0300
39248
39249 Fix dependency generation for older gcc versions
39250
39251 With gcc 3.3.3 at least, compilation fails with
39252
39253 Generating include/autoconf.mk
39254 gcc: compilation of header file requested
39255 make: *** [include/autoconf.mk] Error 1
39256
39257 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
39258
39259 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
39260
39261 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
39262 Author: Marian Balakowicz <m8@semihalf.com>
39263 Date: Fri Apr 11 11:07:49 2008 +0200
39264
39265 Restore the ability to continue booting after legacy image overwrite
39266
39267 Before new uImage code was merged, bootm code allowed for the kernel image to
39268 get overwritten during decompresion. new uImage introduced a check for image
39269 overwrites and refused to boot the image that got overwritten. This patch
39270 restores the old behavior. It also adds a warning when the image overwriten is
39271 a multi-image file, because in such case accessing componentes other than the
39272 first one will fail.
39273
39274 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39275
39276 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
39277 Author: Marian Balakowicz <m8@semihalf.com>
39278 Date: Fri Apr 11 11:07:43 2008 +0200
39279
39280 ppc: Fix ftd_blob variable init when processing raw blob
39281
39282 Set fdt_blob variable before its value is printed out.
39283
39284 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39285
39286 commit 3d36be030043cd841a2551d00a395135e363a64b
39287 Author: Jason Wessel <jason.wessel@windriver.com>
39288 Date: Thu Apr 10 14:30:16 2008 -0500
39289
39290 Remove all the search paths from the .lds files.
39291
39292 The cross compiler is responsible for providing the correct libraries
39293 and the logic to find the linking libraries.
39294
39295 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
39296
39297 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
39298 Author: Bartlomiej Sieka <tur@semihalf.com>
39299 Date: Mon Apr 14 15:44:16 2008 +0200
39300
39301 Boot-related documentation update
39302
39303 - document 'bootm_low' and 'bootm_size' environment variables
39304 - update inaccurate CFG_BOOTMAPSZ entry
39305
39306 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39307
39308 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
39309 Author: Guennadi Liakhovetski <lg@denx.de>
39310 Date: Wed Apr 9 17:34:08 2008 +0200
39311
39312 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
39313
39314 Restore logic reverted by commit
39315
39316 commit 80767a6cead9990d9e77e62be947843c2c72f469
39317 Author: Peter Pearse <peter.pearse@arm.com>
39318 Date: Wed Sep 5 16:04:41 2007 +0100
39319
39320 Changed API name to coloured_led.h
39321 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
39322 Tidied other cpu/arm920t/start.S code
39323
39324 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39325
39326 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
39327 Author: Mike Frysinger <vapier@gentoo.org>
39328 Date: Tue Apr 8 10:24:24 2008 -0400
39329
39330 Remove conflicting NAND ID
39331
39332 There are two NAND entries with ID 0xDC and this obviously causes problems.
39333 In the kernel, they punted the first entry, so we should do the same.
39334
39335 See this upstream e-mail for more info:
39336 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
39337
39338 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
39339 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39340
39341 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
39342 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
39343 Date: Tue Apr 8 16:20:35 2008 +0900
39344
39345 cpu/mips/cpu.c: Fix flush_cache bug
39346
39347 Cache operations have to take line address (addr), not start_addr.
39348 I noticed this bug when debugging ping failure.
39349
39350 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
39351
39352 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
39353 Author: Martin Krause <martin.krause@tqs.de>
39354 Date: Thu Apr 3 14:29:01 2008 +0200
39355
39356 TQM5200: fix default IDE reset level
39357
39358 Before the first call of ide_reset(), the level of the IDE reset
39359 signal on the TQM5200 is low (reset asserted). This patch sets the
39360 default value to high (reset not asserted).
39361
39362 Currently this patch fixes no real problem, but it is cleaner to
39363 assert the reset signal only on demand, and not permanently.
39364
39365 Signed-off-by: Martin Krause <martin.krause@tqs.de>
39366
39367 commit c61e033d6e8abb7b4060ee36060961e1399f6079
39368 Author: Detlev Zundel <dzu@denx.de>
39369 Date: Thu Apr 3 14:18:48 2008 +0200
39370
39371 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
39372
39373 Signed-off-by: Detlev Zundel <dzu@denx.de>
39374
39375 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
39376 Author: Detlev Zundel <dzu@denx.de>
39377 Date: Thu Apr 3 14:18:47 2008 +0200
39378
39379 mgcoge, mgsuv: rename 'addcon' to 'addcons'
39380
39381 The latter name with 13 users is already established, so we will use
39382 that.
39383
39384 Signed-off-by: Detlev Zundel <dzu@denx.de>
39385
39386 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
39387 Author: Martin Krause <martin.krause@tqs.de>
39388 Date: Thu Apr 3 13:37:56 2008 +0200
39389
39390 IDE: fix bug in reset sequence
39391
39392 According to the ata (ata5) specification the RESET- signal
39393 shall be asserted for at least 25 us. Without this patch,
39394 the RESET- signal is asserted on some boards for only < 1 us
39395 (e. g. on the TQM5200). This patch adds a general delay of
39396 25 us to the RESET- signal.
39397
39398 Without this patch a Platinum 4 GiB CF card is not recognised
39399 properly on boards with a TQM5200 (STK52xx, TB5200).
39400
39401 Signed-off-by: Martin Krause <martin.krause@tqs.de>
39402
39403 commit 813bea96a960916c72b4a3a7df840151529c26ce
39404 Author: Sascha Laue <Sascha.Laue@gmx.biz>
39405 Date: Thu Apr 3 14:43:11 2008 +0200
39406
39407 lwmon5: disable CONFIG_ZERO_BOOTDELAY
39408
39409 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
39410
39411 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
39412 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39413 Date: Wed Apr 2 08:03:58 2008 +0200
39414
39415 ds174x: Fix warning on return in rtc_get and rtc_set functions
39416
39417 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39418
39419 commit a253b38bf50c85227c33ca0febc870ee49d1588e
39420 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39421 Date: Wed Apr 2 08:03:57 2008 +0200
39422
39423 cmd_log.c: Fix assignment differ in signedness
39424
39425 In function 'logbuff_init_ptrs':
39426 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
39427
39428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39429
39430 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
39431 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
39432 Date: Wed Apr 2 11:04:43 2008 +0530
39433
39434 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
39435
39436 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
39437
39438 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
39439 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39440 Date: Tue Apr 1 14:07:10 2008 +0200
39441
39442 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
39443
39444 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39445
39446 commit c08fb3ea36d19b1640b7906264581e9105534399
39447 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39448 Date: Tue Apr 15 10:24:14 2008 +0200
39449
39450 Additional PCI IDs for IDE and network controllers
39451
39452 These PCI IDs are required by the Linkstation platforms.
39453
39454 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39455
39456 commit c0559be371b2a64b1a817088c3308688e2182f93
39457 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
39458 Date: Mon Apr 14 23:01:50 2008 +0200
39459
39460 Change env_get_char from a global function ptr to a function.
39461
39462 This avoids an early global data reference.
39463
39464 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
39465
39466 commit 3e0f331c05d72f140715c1e9fca991927e44d422
39467 Author: Guennadi Liakhovetski <lg@denx.de>
39468 Date: Tue Apr 29 12:35:08 2008 +0000
39469
39470 Clean up smsc911x driver
39471
39472 Replace direct register address derefencing with accessor functions.
39473 Restrict explicitly 32-bit bus-width, extend affected configurations
39474 respectively.
39475
39476 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39477 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39478
39479 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
39480 Author: Sascha Hauer <s.hauer@pengutronix.de>
39481 Date: Tue Apr 15 00:08:20 2008 -0400
39482
39483 This patch adds a driver for the following smsc network controllers:
39484 LAN9115
39485 LAN9116
39486 LAN9117
39487 LAN9215
39488 LAN9216
39489 LAN9217
39490
39491 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
39492 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
39493 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39494
39495 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
39496 Author: Sascha Laue <Sascha.Laue@gmx.biz>
39497 Date: Tue Apr 1 15:13:03 2008 +0200
39498
39499 Fix watchdog POST for lwmon5
39500
39501 If the hardware watchdog detects a voltage error, the watchdog sets
39502 GPIO62 to low. The watchdog POST has to detect this low level.
39503
39504 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
39505
39506 commit 24b448448a917e52806f82660a5c9d47608894fb
39507 Author: Dave Liu <r63238@freescale.com>
39508 Date: Tue Apr 1 15:22:11 2008 +0800
39509
39510 ata: update the libata.h from ata.h of linux kernel
39511
39512 Current libata.h of u-boot is out of sync from linux kernel,
39513 this patch make it be consistent with linux kernel.
39514
39515 Signed-off-by: Dave Liu <daveliu@freescale.com>
39516 Signed-off-by: Tor Krill <tor@excito.com>
39517
39518 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
39519 Author: Kumar Gala <galak@kernel.crashing.org>
39520 Date: Mon Mar 31 11:59:27 2008 -0500
39521
39522 Allow use of ARCH=powerpc when building
39523
39524 The linux kernel is now mostly ARCH=powerpc, so to make life easier
39525 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
39526
39527 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39528
39529 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
39530 Author: Kyungmin Park <kmpark@infradead.org>
39531 Date: Mon Mar 31 10:40:54 2008 +0900
39532
39533 Add apollon board MAINTAINERS entry
39534
39535 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39536
39537 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
39538 Author: Kyungmin Park <kmpark@infradead.org>
39539 Date: Mon Mar 31 10:40:36 2008 +0900
39540
39541 Fix OneNAND read
39542
39543 It should access with 16-bit instead of 8-bit
39544
39545 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
39546
39547 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39548
39549 commit a9da2b41079d230db3a5641625311983f85ce1fb
39550 Author: Kyungmin Park <kmpark@infradead.org>
39551 Date: Mon Mar 31 10:40:19 2008 +0900
39552
39553 Fix OneNAND erase command
39554
39555 It mis-calculates the block address.
39556 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
39557
39558 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39559
39560 commit 61525f2ffa156665a66908fda47dbf29d65ea579
39561 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
39562 Date: Mon Mar 31 01:32:15 2008 +0200
39563
39564 Support for LinkStation / KuroBox HD and HG PPC models
39565
39566 This patch is based on the port by Mihai Georgian (see linkstation.c for
39567 Copyright information) and implements support for LinkStation / KuroBox HD
39568 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
39569 the moment, pending network driver fixing.
39570
39571 Notice to users: this is pretty much a barebone port. Support for network
39572 on HG models is already in the U-Boot mainline, but you might also want
39573 patches to switch fan / phy modes depending on the negotiated ethernet
39574 parameters. This patch also doesn't support console switching, booting EM
39575 mode, Buffalo specific ext2 magic number. So, if you want to use any of
39576 those, you need additional patches. Otherwise this patche provides a fully
39577 functional u-boot with a network console on your system.
39578
39579 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39580
39581 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
39582 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39583 Date: Sun Mar 30 01:22:13 2008 -0500
39584
39585 Add CONFIG_MII_INIT support to related boards
39586
39587 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
39588 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
39589 that use mii_init() in cmd_init.c.
39590
39591 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39592 Acked-by: Ben Warren <biggerbadderben@gmail.com>
39593
39594 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
39595 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39596 Date: Sun Mar 30 01:19:06 2008 -0500
39597
39598 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
39599
39600 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
39601 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
39602
39603 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39604
39605 commit e99ccb488181d012248c6be30b2093e950319fc5
39606 Author: Kumar Gala <galak@kernel.crashing.org>
39607 Date: Thu Mar 27 11:46:38 2008 -0500
39608
39609 Introduce phys_size_t and move phys_addr_t into asm/types.h
39610
39611 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
39612 that have larger physical addresses like 44x, 85xx, and 86xx.
39613
39614 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39615
39616 commit 20a14a42a25f72e379f38460b8a8484667536795
39617 Author: Andy Fleming <afleming@freescale.com>
39618 Date: Wed Apr 2 16:19:07 2008 -0500
39619
39620 Rename include/md5.h to include/u-boot/md5.h
39621
39622 Some systems have md5.h installed in /usr/include/. This isn't the
39623 desired file (we want the one in include/md5.h). This will avoid the
39624 conflict. This fixes the host tools building problem by creating a new
39625 directory for U-Boot specific header files.
39626
39627 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
39628 Denk]
39629
39630 Signed-off-by: Wolfgang Denk <wd@denx.de>
39631 Signed-off-by: Andy Fleming <afleming@freescale.com>
39632 Acked-by: Timur Tabi <timur@freescale.com>
39633
39634 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
39635 Author: Dave Liu <r63238@freescale.com>
39636 Date: Thu Mar 27 18:51:17 2008 +0800
39637
39638 drivers: code clean up
39639
39640 Signed-off-by: Dave Liu <daveliu@freescale.com>
39641
39642 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
39643 Author: Dave Liu <r63238@freescale.com>
39644 Date: Thu Mar 27 18:50:41 2008 +0800
39645
39646 drivers: clean up the ata_piix.h
39647
39648 Signed-off-by: Dave Liu <daveliu@freescale.com>
39649
39650 commit e8f7ba404f1409606962815ecc955a06984b08b3
39651 Author: Dave Liu <r63238@freescale.com>
39652 Date: Thu Mar 27 18:49:56 2008 +0800
39653
39654 doc: english polishing for README.sata
39655
39656 according to gvb's suggestion, polishing for the doc.
39657
39658 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
39659 Signed-off-by: Dave Liu <daveliu@freescale.com>
39660
39661 commit 3e3f766a5274d204780460e1879723b565296d34
39662 Author: Kumar Gala <galak@kernel.crashing.org>
39663 Date: Wed Mar 26 18:53:28 2008 -0500
39664
39665 Fix warnings introduced by I2C bus speed setting patch
39666
39667 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39668
39669 commit 3c735e7437150e8615f26930c7819db85634276d
39670 Author: eran liberty <eran.liberty@gmail.com>
39671 Date: Thu Mar 27 00:50:49 2008 +0100
39672
39673 Altera Stratix II support
39674
39675 Adds Support for Altera's Stratix II.
39676
39677 Within your board specific init file you will have to call
39678
39679 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
39680 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
39681
39682 Altera_desc* contines (for example):
39683 {
39684 Altera_StratixII, /* part type */
39685 passive_serial, /* interface type */
39686 1, /* bytes of data part can accept */
39687 (void *)(&funcs), /* interface function table */
39688 0L, /* base interface address */
39689 0 /* implementation specific cookie */
39690 }
39691
39692 funcs is the interface. It is of type altera_board_specific_func.
39693 It looks like this:
39694 altera_board_specific_func func = {
39695 pre_fn,
39696 config_fn,
39697 status_fn,
39698 done_fn,
39699 clk_fn,
39700 data_fn,
39701 abort_fn,
39702 post_fn,
39703 };
39704
39705 you will have to implement these functions, which is usually bit
39706 banging some gpio.
39707
39708 Signed-off-by: Eran Liberty <liberty@extricom.com>
39709
39710 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
39711 Author: Wolfgang Denk <wd@denx.de>
39712 Date: Sun Apr 13 14:32:54 2008 -0700
39713
39714 Update CHANGELOG
39715
39716 Signed-off-by: Wolfgang Denk <wd@denx.de>
39717
39718 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
39719 Author: Sascha Hauer <s.hauer@pengutronix.de>
39720 Date: Wed Mar 26 20:41:17 2008 +0100
39721
39722 Phytec Phycore-i.MX31 support
39723
39724 This patch adds support for the Phytec Phycore-i.MX31 board
39725
39726 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
39727 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39728
39729 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
39730 Author: Sascha Hauer <s.hauer@pengutronix.de>
39731 Date: Wed Mar 26 20:41:09 2008 +0100
39732
39733 mx31 litekit support
39734
39735 This patch adds support for the mx31 litekit board
39736
39737 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
39738 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39739
39740 commit cdace0661208754a53019ea0dc7b803a040e0939
39741 Author: Sascha Hauer <s.hauer@pengutronix.de>
39742 Date: Wed Mar 26 20:40:49 2008 +0100
39743
39744 add an i2c driver for mx31
39745
39746 This patch adds an i2c driver for Freescale i.MX processors
39747
39748 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
39749 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39750
39751 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
39752 Author: Sascha Hauer <s.hauer@pengutronix.de>
39753 Date: Wed Mar 26 20:40:42 2008 +0100
39754
39755 core support for Freescale mx31
39756
39757 This patch adds the core support for Freescale mx31
39758
39759 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
39760 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39761
39762 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
39763 Author: Wolfgang Denk <wd@denx.de>
39764 Date: Sun Apr 13 14:19:23 2008 -0700
39765
39766 Fix compile error
39767
39768 ...as suggested by Peter Pearse
39769
39770 Signed-off-by: Wolfgang Denk <wd@denx.de>
39771
39772 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
39773 Author: Sascha Hauer <s.hauer@pengutronix.de>
39774 Date: Wed Mar 26 20:40:36 2008 +0100
39775
39776 Separate omap24xx specific code from arm1136
39777
39778 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
39779 to cpu/arm1136/omap24xx.
39780
39781 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
39782 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39783
39784 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
39785 Author: Mike Frysinger <vapier@gentoo.org>
39786 Date: Tue Jan 29 18:21:05 2008 -0500
39787
39788 disable caches before booting an app for Blackfin apps
39789
39790 It isn't generally save to execute applications outside of U-Boot with caches
39791 enabled due to the way the Blackfin processor handles caches (requires
39792 software assistance). This patch disables caches before booting an ELF or
39793 just booting raw code. The previous discussion on the patch was that we
39794 wanted to use weaks instead, but that proved to not be feasible when multiple
39795 symbols are involved, which puts us back at the ifdef solution. I've
39796 minimized the ugliness by moving the setup step outside of the main function.
39797
39798 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39799
39800 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
39801 Author: Wolfgang Denk <wd@denx.de>
39802 Date: Sun Apr 13 10:03:54 2008 -0700
39803
39804 ppc: Get rid of unused machine type definitions
39805
39806 Signed-off-by: Wolfgang Denk <wd@denx.de>
39807
39808 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
39809 Author: Wolfgang Denk <wd@denx.de>
39810 Date: Sun Apr 13 09:59:26 2008 -0700
39811
39812 Coding Style cleanup; update CHANGELOG
39813
39814 Signed-off-by: Wolfgang Denk <wd@denx.de>
39815
39816 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
39817 Author: Larry Johnson <lrj@acm.org>
39818 Date: Thu Feb 21 13:58:11 2008 -0500
39819
39820 LM73 bug fix for negative temperatures and cleanup
39821
39822 When the LM73 temperature sensor measures a temperature below 0 C, the
39823 current driver does not perform sign extension, so the result returned is
39824 512 C too high. This patch fixes the problem, and does general cleanup
39825 of the code.
39826
39827 Signed-off-by: Larry Johnson <lrj@acm.org>
39828
39829 commit 96ef831f713289afba19da0c8f905e99da2b23e0
39830 Author: Guennadi Liakhovetski <lg@denx.de>
39831 Date: Thu Apr 3 13:36:02 2008 +0200
39832
39833 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
39834
39835 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
39836 series require different addresses for buffered write commands. Define a
39837 configuration option to support buffered writes on those chips. A more
39838 elegant solution would be to automatically detect those chips by parsing
39839 their CFI records, but that would require introduction of a fixup table
39840 into the cfi_flash driver.
39841
39842 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39843
39844 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
39845 Author: Lee Nipper <lee.nipper@freescale.com>
39846 Date: Thu Apr 10 09:35:06 2008 -0500
39847
39848 mpc83xx: Update DIMM data bus width test to support 40-bit width
39849
39850 32-bit wide ECC memory modules report 40-bit width.
39851 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
39852
39853 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
39854 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39855
39856 commit 5fb5a689d822ca61e814bd523fc930af335242fa
39857 Author: Dave Liu <r63238@freescale.com>
39858 Date: Mon Mar 31 17:05:12 2008 +0800
39859
39860 mpc83xx: Fix the bug of serdes initialization
39861
39862 Currently the serdes will not be initializated due to the
39863 partid's error.
39864
39865 Signed-off-by: Dave Liu <daveliu@freescale.com>
39866 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39867
39868 commit 2000784818f043db7ca60e2846a72d097766b894
39869 Author: Dave Liu <r63238@freescale.com>
39870 Date: Thu Apr 3 16:28:29 2008 +0800
39871
39872 mpc83xx: Fix the SATA clock setting of 837x targets
39873
39874 Currently the SATA controller clock is configured as CSB clock,
39875 usually the CSB clock is 400/333/266MHz.
39876
39877 However, The SATA IP block is only guaranteed to operate up to
39878 200 MHz as stated in the HW spec.
39879
39880 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
39881
39882 This patch makes the SATA clock as half of CSB clock.
39883
39884 Signed-off-by: Dave Liu <daveliu@freescale.com>
39885 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39886
39887 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
39888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39889 Date: Wed Apr 2 13:41:21 2008 +0200
39890
39891 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
39892
39893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39894 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39895
39896 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
39897 Author: Kumar Gala <galak@kernel.crashing.org>
39898 Date: Wed Apr 9 04:20:57 2008 -0500
39899
39900 85xx: Fix detection of MP cpu spin up
39901
39902 We were looking at the wrong memory offset to determine of a secondary
39903 cpu had been spun up or not. Also added a warning message if the
39904 all the secondary cpus we expect don't spin up.
39905
39906 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39907
39908 commit f3e04bdc3f360c66801a9048956e61e41a16edba
39909 Author: Kumar Gala <galak@kernel.crashing.org>
39910 Date: Tue Apr 8 10:45:50 2008 -0500
39911
39912 85xx: Use SVR_SOC_VER instead of SVR_VER
39913
39914 The recent change introduced by 'Update SVR numbers to expand support'
39915 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
39916 to compare against a particular processor id.
39917
39918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39919
39920 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
39921 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
39922 Date: Fri Apr 11 10:00:35 2008 -0400
39923
39924 ppc4xx: Fix power mgt definitions for PPC440
39925
39926 Corrected DCR addresses of PPC440EP power management registers.
39927
39928 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
39929
39930 commit 950a392464e616b4590bc4501be46e2d7d162dea
39931 Author: Wolfgang Denk <wd@denx.de>
39932 Date: Fri Apr 11 15:11:26 2008 +0200
39933
39934 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
39935
39936 Reverting became necessary after it turned out that the patches in
39937 the u-boot-arm repo were modified, and in some cases corrupted.
39938
39939 This reverts the following commits:
39940
39941 066bebd6353e33af3adefc3404560871699e9961
39942 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
39943 c88ae20580b2b01487b4cdcc8b2a113f551aee36
39944 a147e56f03871bba4f05058d5e04ce7deb010b04
39945 d6674e0e2a6a1f033945f78838566210d3f28c95
39946 8c8463cce44d849e37744749b32d38e1dfb12e50
39947 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
39948 8bf69d81782619187933a605f1a95ee1d069478d
39949 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
39950 a574a73852a527779234e73e17e7597fd8128882
39951 1377b5583a48021d983e1fd565f7d40c89e84d63
39952 1704dc20917b4f71e373e2c888497ee666d40380
39953
39954 Signed-off-by: Wolfgang Denk <wd@denx.de>
39955
39956 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
39957 Author: Stefan Roese <sr@denx.de>
39958 Date: Fri Apr 11 07:02:29 2008 +0200
39959
39960 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
39961
39962 This patch reworks the default environment on Kilauea/Haleakala. Now
39963 "net_nfs" for exmaple uses the device-tree style booting formerly know
39964 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
39965 new image booting support, which check for image overwriting. So the
39966 addresses needed togeet adjusted.
39967
39968 Signed-off-by: Stefan Roese <sr@denx.de>
39969
39970 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
39971 Author: Stefan Roese <sr@denx.de>
39972 Date: Wed Apr 9 11:58:02 2008 +0200
39973
39974 ppc4xx: Fix Canyonlands default environment to work with new image support
39975
39976 Since the new image support checks for image overwriting, the default
39977 environment needs to get adjusted to use correct addresses.
39978
39979 Signed-off-by: Stefan Roese <sr@denx.de>
39980
39981 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
39982 Author: Stefan Roese <sr@denx.de>
39983 Date: Wed Apr 9 11:54:11 2008 +0200
39984
39985 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
39986
39987 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
39988 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
39989 on 4xx systems _start currently cannot be used for this calculation.
39990 So revert back to the original version for now.
39991
39992 Signed-off-by: Stefan Roese <sr@denx.de>
39993
39994 commit f91374f65eae8b42cac329e06ba1c54728278efb
39995 Author: Michal Simek <monstr@monstr.eu>
39996 Date: Fri Mar 28 12:49:52 2008 +0100
39997
39998 microblaze: Sort microblaze boards in MAKEALL script
39999
40000 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
40001 Author: Michal Simek <monstr@monstr.eu>
40002 Date: Fri Mar 28 11:58:45 2008 +0100
40003
40004 microblaze: clean microblaze_config.mk
40005
40006 FLAGS are generated by U-BOOT generator.
40007 Board specific FLAGS are in board directory
40008
40009 Signed-off-by: Michal Simek <monstr@monstr.eu>
40010
40011 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
40012 Author: Michal Simek <monstr@monstr.eu>
40013 Date: Fri Mar 28 12:47:19 2008 +0100
40014
40015 microblaze: xupv2p fix config file for supporting FDT
40016
40017 commit 188dc16b189143573b1ed90e584bf866d75cdd12
40018 Author: Michal Simek <monstr@monstr.eu>
40019 Date: Fri Mar 28 11:53:02 2008 +0100
40020
40021 microblaze: ml401 fix config file for supporting FDT
40022
40023 Signed-off-by: Michal Simek <monstr@monstr.eu>
40024
40025 commit 4c6a6f02e239236261333759997eeaf86b30b54c
40026 Author: Michal Simek <monstr@monstr.eu>
40027 Date: Fri Mar 28 11:22:48 2008 +0100
40028
40029 microblaze: ml401 - add ifdef for GPIO
40030
40031 Signed-off-by: Michal Simek <monstr@monstr.eu>
40032
40033 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
40034 Author: Michal Simek <monstr@monstr.eu>
40035 Date: Fri Mar 28 12:13:03 2008 +0100
40036
40037 microblaze: clean uart16550 and uartlite handling
40038
40039 Signed-off-by: Michal Simek <monstr@monstr.eu>
40040
40041 commit 0b20f250877441460fb79d72192954abe8498834
40042 Author: Michal Simek <monstr@monstr.eu>
40043 Date: Fri Mar 28 11:08:31 2008 +0100
40044
40045 microblaze: Add Emaclite driver to Makefile
40046
40047 Signed-off-by: Michal Simek <monstr@monstr.eu>
40048
40049 commit 868cde5310f88234b774878e4f06e79df10a88b3
40050 Author: Michal Simek <monstr@monstr.eu>
40051 Date: Fri Mar 28 11:08:01 2008 +0100
40052
40053 microblaze: Add Emac driver to Makefile
40054
40055 Signed-off-by: Michal Simek <monstr@monstr.eu>
40056
40057 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
40058 Author: Michal Simek <monstr@monstr.eu>
40059 Date: Fri Mar 28 12:42:29 2008 +0100
40060
40061 microblaze: add Emac ethernet driver
40062
40063 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
40064 Author: Michal Simek <monstr@monstr.eu>
40065 Date: Fri Mar 28 12:41:56 2008 +0100
40066
40067 microblaze: add Emaclite ethernet driver
40068
40069 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
40070 Author: Michal Simek <monstr@monstr.eu>
40071 Date: Fri Mar 28 11:04:01 2008 +0100
40072
40073 microblaze: ML401 and XUPV2P remove emac and emaclite reference
40074
40075 Signed-off-by: Michal Simek <monstr@monstr.eu>
40076
40077 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
40078 Author: Michal Simek <monstr@monstr.eu>
40079 Date: Fri Mar 28 10:59:32 2008 +0100
40080
40081 microblaze: remove old setting for emac driver
40082
40083 Signed-off-by: Michal Simek <monstr@monstr.eu>
40084
40085 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
40086 Author: Michal Simek <monstr@monstr.eu>
40087 Date: Fri Mar 28 10:58:15 2008 +0100
40088
40089 microblaze: Clean Makefile from ancient emac driver
40090
40091 Signed-off-by: Michal Simek <monstr@monstr.eu>
40092
40093 commit ab68f921d9c741830f721c3d879c13a0c5597183
40094 Author: Daniel Hellstrom <daniel@gaisler.com>
40095 Date: Fri Mar 28 10:20:43 2008 +0100
40096
40097 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
40098
40099 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40100
40101 commit 6ed8a43a19bb0275501bc286007daafa923552cf
40102 Author: Daniel Hellstrom <daniel@gaisler.com>
40103 Date: Wed Mar 26 23:38:48 2008 +0100
40104
40105 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.
40106
40107 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40108
40109 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
40110 Author: Daniel Hellstrom <daniel@gaisler.com>
40111 Date: Wed Mar 26 23:34:47 2008 +0100
40112
40113 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
40114
40115 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40116
40117 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
40118 Author: Daniel Hellstrom <daniel@gaisler.com>
40119 Date: Fri Mar 28 10:06:52 2008 +0100
40120
40121 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
40122
40123 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40124
40125 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
40126 Author: Daniel Hellstrom <daniel@gaisler.com>
40127 Date: Wed Mar 26 23:26:48 2008 +0100
40128
40129 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
40130
40131 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40132
40133 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
40134 Author: Daniel Hellstrom <daniel@gaisler.com>
40135 Date: Fri Mar 28 10:00:33 2008 +0100
40136
40137 SPARC: Added support for SPARC LEON2 SOC Processor.
40138
40139 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40140
40141 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
40142 Author: Daniel Hellstrom <daniel@gaisler.com>
40143 Date: Wed Mar 26 23:00:38 2008 +0100
40144
40145 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.
40146
40147 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40148
40149 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
40150 Author: Daniel Hellstrom <daniel@gaisler.com>
40151 Date: Wed Mar 26 22:51:29 2008 +0100
40152
40153 SPARC: Added support for SPARC LEON3 SOC processor.
40154
40155 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40156
40157 commit bf3d8b31169546fcddb4737391e1893fb12d033a
40158 Author: Daniel Hellstrom <daniel@gaisler.com>
40159 Date: Fri Mar 28 08:29:26 2008 +0100
40160
40161 SPARC: added SPARC support for new uimage in common code.
40162
40163 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40164
40165 commit 00ab32c85405a4fe65fd4128243086210fc90a21
40166 Author: Daniel Hellstrom <daniel@gaisler.com>
40167 Date: Wed Mar 26 22:36:03 2008 +0100
40168
40169 SPARC: added SPARC board information to the command bdinfo.
40170
40171 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40172
40173 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
40174 Author: Daniel Hellstrom <daniel@gaisler.com>
40175 Date: Fri Mar 28 09:47:00 2008 +0100
40176
40177 SPARC: Added generic support for SPARC architecture.
40178
40179 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40180
40181 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
40182 Author: Stefan Roese <sr@denx.de>
40183 Date: Thu Apr 3 14:50:34 2008 +0200
40184
40185 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
40186
40187 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
40188 has 2 RGMII instances and we need to configure the 2nd RGMII instance
40189 for the EMAC2+3 channels.
40190
40191 Signed-off-by: Stefan Roese <sr@denx.de>
40192
40193 commit c2a545ce33b26d80337f80b533828839249fb1c9
40194 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40195 Date: Wed Apr 2 08:03:56 2008 +0200
40196
40197 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
40198
40199 fdt.c: In function 'ft_cpu_setup':
40200 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
40201 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
40202 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
40203 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
40204
40205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40206
40207 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
40208 Author: Andy Fleming <afleming@freescale.com>
40209 Date: Mon Mar 31 20:45:56 2008 -0500
40210
40211 Fix fdt set command to conform to dts spec
40212
40213 The fdt set command was treating properties specified as <00> and <0011>
40214 as byte streams, rather than as an array of cells. As we already have
40215 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
40216 we should use the <> syntax to describe arrays of cells, which are always
40217 32-bits per element. If we imagine this likely (IMHO) scenario:
40218
40219 > fdt set /ethernet-phy@1 reg <1>
40220
40221 With the old code, this would create a bad fdt, since the reg cell would be
40222 made to be one byte in length. But the cell must be 4 bytes, so this would
40223 break mysteriously.
40224
40225 Also, the dts spec calls for constants inside the angle brackets (<>)
40226 to conform to C constant standards as they pertain to base.
40227 Take this scenario:
40228
40229 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
40230
40231 The old fdt command would complain that it couldn't parse that. Or, if you
40232 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
40233 do this:
40234
40235 > fdt set /mydev clock <1f78a40>
40236
40237 Whereas the new code will accept decimal numbers.
40238
40239 While I was in there, I extended the fdt command parser to handle property
40240 strings which are split across multiple arguments:
40241
40242 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
40243 > fdt p /ethernet@f00
40244 ethernet@f00 {
40245 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
40246 };
40247
40248 Lastly, the fdt print code was rearranged slightly to print arrays of cells
40249 if the length of the property is a multiple of 4 bytes, and to not print
40250 leading zeros.
40251
40252 Signed-off-by: Andy Fleming <afleming@freescale.com>
40253
40254 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
40255 Author: Stefan Roese <sr@denx.de>
40256 Date: Wed Apr 2 08:39:33 2008 +0200
40257
40258 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
40259
40260 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
40261 interface. This usage can be configured with the jumper J6. This patch
40262 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
40263 is installed.
40264
40265 Signed-off-by: Stefan Roese <sr@denx.de>
40266
40267 commit 6fe2946f198481254a6ee9600d7456b8316a4083
40268 Author: Kim Phillips <kim.phillips@freescale.com>
40269 Date: Fri Mar 28 17:37:49 2008 -0500
40270
40271 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
40272
40273 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
40274 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
40275 started.
40276
40277 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40278
40279 commit b5873f1732b92a25690e1513b90dfb0d644f6697
40280 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40281 Date: Tue Apr 1 07:30:51 2008 +0200
40282
40283 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
40284
40285 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40286
40287 commit 2d934ea51f276522b532f870a820e844ff480b5b
40288 Author: Tor Krill <tor@excito.com>
40289 Date: Fri Mar 28 15:29:45 2008 +0100
40290
40291 Add Vitesse 8601 support to TSEC driver
40292
40293 Add phy_info for Vitesse VSC8601.
40294 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
40295
40296 Signed-off-by: Tor Krill <tor@excito.com>
40297 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
40298 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40299
40300 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
40301 Author: Daniel Hellstrom <daniel@gaisler.com>
40302 Date: Mon Mar 31 14:25:00 2008 +0000
40303
40304 SPARC: added SMC91111 driver in and out macros for LEON processors.
40305
40306 This patch makes SPARC/LEON processors able to read and write
40307 to the SMC91111 chip using the chip external I/O bus of the memory
40308 controller. This patchs defines the standard in and out macros
40309 expected by the SMC9111 driver.
40310
40311 To access that I/O bus one must set up the memory controller
40312 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
40313 up this correctly when the other MCTRL parameters are set up. It
40314 can be set up from the board configuration header file.
40315
40316 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40317 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40318
40319 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
40320 Author: Stelian Pop <stelian@popies.net>
40321 Date: Wed Mar 26 18:52:34 2008 +0100
40322
40323 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
40324
40325 Signed-off-by: Stelian Pop <stelian@popies.net>
40326
40327 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
40328 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40329 Date: Mon Mar 31 21:31:04 2008 +0200
40330
40331 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
40332
40333 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40334
40335 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
40336 Author: Stelian Pop <stelian@popies.net>
40337 Date: Wed Mar 26 18:52:33 2008 +0100
40338
40339 Add support for AT91SAM9260EK
40340
40341 Support for booting from internal DataFlash, external DataFlash card
40342 or NAND flash is available.
40343
40344 Signed-off-by: Stelian Pop <stelian@popies.net>
40345
40346 commit 1762f13b4aab88b685b1722f17dada247945624b
40347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40348 Date: Mon Mar 31 21:20:49 2008 +0200
40349
40350 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
40351
40352 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40353
40354 commit 761712188b353494defb2b644491ff73d0daaa6f
40355 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40356 Date: Mon Mar 31 21:12:17 2008 +0200
40357
40358 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
40359
40360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40361
40362 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
40363 Author: Stelian Pop <stelian@popies.net>
40364 Date: Wed Mar 26 20:52:32 2008 +0100
40365
40366 Port AT91CAP9 to the new headers
40367
40368 Adapt the existing AT91CAP9 code to the new headers and APIs.
40369
40370 Signed-off-by: Stelian Pop <stelian@popies.net>
40371
40372 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
40373 Author: Stelian Pop <stelian@popies.net>
40374 Date: Wed Mar 26 19:52:31 2008 +0100
40375
40376 Finish header files reworking
40377
40378 Replace AT91CAP9.h file with several splitted header files coming
40379 from the Linux kernel.
40380
40381 This is part 2 of the replacement: more header imports and edits.
40382
40383 Signed-off-by: Stelian Pop <stelian@popies.net>
40384
40385 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
40386 Author: Stelian Pop <stelian@popies.net>
40387 Date: Wed Mar 26 19:52:30 2008 +0100
40388
40389 Import several header files from Linux
40390
40391 Replace AT91CAP9.h file with several splitted header files coming
40392 from the Linux kernel.
40393
40394 This is part 1 of the replacement: pristine header files import.
40395
40396 Signed-off-by: Stelian Pop <stelian@popies.net>
40397
40398 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
40399 Author: Stelian Pop <stelian@popies.net>
40400 Date: Wed Mar 26 20:52:28 2008 +0100
40401
40402 Move at91cap9 specific files to at91sam9 directory
40403
40404 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
40405 common infrastructure can be used. Let this infrastructure be
40406 named after the AT91SAM9 family, and move the existing AT91CAP9
40407 files to the new place.
40408
40409 Signed-off-by: Stelian Pop <stelian@popies.net>
40410
40411 commit 61106a565870ff503f92b251b94bd7afef889a04
40412 Author: Stelian Pop <stelian@popies.net>
40413 Date: Wed Mar 26 21:52:27 2008 +0100
40414
40415 Use timer_init() instead of board supplied interrupt_init()
40416
40417 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
40418 the board, so use timer_init() instead of interrupt_init().
40419
40420 Signed-off-by: Stelian Pop <stelian@popies.net>
40421
40422 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
40423 Author: Stelian Pop <stelian@popies.net>
40424 Date: Wed Mar 26 21:52:36 2008 +0100
40425
40426 Cleanup DataFlash partition handling
40427
40428 DataFlash partition information has become a mess. This patch
40429 defines a single partition scheme for Atmel DataFlashes. This partition
40430 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
40431
40432 Signed-off-by: Stelian Pop <stelian@popies.net>
40433
40434 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
40435 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40436 Date: Fri Mar 28 08:47:45 2008 -0500
40437
40438 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
40439
40440 When the version_string function in start.S is not 4-byte align,
40441 it will cause the compiler generates "unaligned opcodes detected
40442 in executable segment". This issue affects all ColdFire CPUs.
40443 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
40444 it is not aligned.
40445
40446 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40447 Acked-by: John Rigby <jrigby@freescale.com>
40448
40449 commit bae61eefe15b4d454060a7140e49ae58322be803
40450 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40451 Date: Tue Mar 25 15:41:15 2008 -0500
40452
40453 ColdFire: Add dspi and serial flash support for MCF5445x
40454
40455 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40456 Acked-by: John Rigby <jrigby@freescale.com>
40457
40458 commit 48ead7a7a922fceaf494e352abfab8216a41b417
40459 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40460 Date: Tue Mar 18 17:37:01 2008 -0500
40461
40462 ColdFire: Remove R5200 board
40463
40464 This board never went into production
40465
40466 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
40467 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40468 Acked-by: John Rigby <jrigby@freescale.com>
40469
40470 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
40471 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
40472 Date: Thu Jan 24 14:02:32 2008 -0600
40473
40474 ColdFire: Added M5275EVB support.
40475
40476 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
40477 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40478 Acked-by: John Rigby <jrigby@freescale.com>
40479
40480 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
40481 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
40482 Date: Mon Feb 4 15:38:20 2008 -0600
40483
40484 ColdFire: Added MCF5275 cpu support.
40485
40486 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
40487 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40488 Acked-by: John Rigby <jrigby@freescale.com>
40489
40490 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
40491 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40492 Date: Mon Mar 17 12:14:11 2008 -0500
40493
40494 ColdFire: Define bootdelay in configuration file for M52277EVB
40495
40496 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
40497 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40498 Acked-by: John Rigby <jrigby@freescale.com>
40499
40500 commit 77878f16cedee17161ff2336990970fffc6cea35
40501 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40502 Date: Mon Mar 17 12:09:07 2008 -0500
40503
40504 ColdFire: Fix second memory Chipselect for M5475EVB
40505
40506 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40507 Acked-by: John Rigby <jrigby@freescale.com>
40508
40509 commit 43d60642395a550956cb21d287c8cfa563913d28
40510 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40511 Date: Thu Mar 13 14:26:32 2008 -0500
40512
40513 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
40514
40515 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40516 Acked-by: John Rigby <jrigby@freescale.com>
40517
40518 commit eb14ebe813a0cb5d47905228da446a5ad692473b
40519 Author: Larry Johnson <lrj@acm.org>
40520 Date: Sun Mar 30 20:33:04 2008 -0500
40521
40522 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
40523
40524 Signed-off-by: Larry Johnson <lrj@acm.org>
40525
40526 commit 02e3892021112f21067d9ed1d04ae4182725ba52
40527 Author: Stefan Roese <sr@denx.de>
40528 Date: Mon Mar 31 12:20:48 2008 +0200
40529
40530 ppc4xx: Small whitespace fix of esd patches
40531
40532 Signed-off-by: Stefan Roese <sr@denx.de>
40533
40534 commit 034394abb524785047c815f00dde8cdbdc1593c5
40535 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40536 Date: Sun Mar 30 18:52:44 2008 +0200
40537
40538 ppc4xx: Cleanup PMC440 board support
40539
40540 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40541
40542 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
40543 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40544 Date: Sun Mar 30 18:52:06 2008 +0200
40545
40546 ppc4xx: Add ptm configuration variables for PMC440
40547
40548 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
40549 environment variables.
40550
40551 Cleanup pci_target_init.
40552
40553 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40554
40555 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
40556 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40557 Date: Sun Mar 30 18:01:15 2008 +0200
40558
40559 ppc4xx: Minor updates for DU440 boards
40560
40561 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40562
40563 commit d5bffeb868d6b4d462f558dac43011027b6644b7
40564 Author: Mike Frysinger <vapier@gentoo.org>
40565 Date: Tue Feb 19 00:54:20 2008 -0500
40566
40567 Blackfin: cleanup and overhaul common board init functions
40568
40569 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40570
40571 commit b86b3416f874358acaf07519e7620cdb2145f75b
40572 Author: Mike Frysinger <vapier@gentoo.org>
40573 Date: Tue Feb 19 00:50:58 2008 -0500
40574
40575 Blackfin: cleanup lib_blackfin/cache.c
40576
40577 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40578
40579 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
40580 Author: Mike Frysinger <vapier@gentoo.org>
40581 Date: Sun Mar 30 15:46:13 2008 -0400
40582
40583 Blackfin: unify cpu and boot modes
40584
40585 All of the duplicated code for Blackfin processors and boot modes have been
40586 unified. After all, the core is the same for all processors, just the
40587 peripheral set differs (which gets handled in the drivers).
40588
40589 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40590
40591 commit 880cc4381ea8360248cddcdf87a64566745a5724
40592 Author: Stelian Pop <stelian@popies.net>
40593 Date: Wed Mar 26 22:52:35 2008 +0100
40594
40595 Fix CFG_NO_FLASH compilation.
40596
40597 Many Atmel boards have no "real" (NOR) flash on board, and rely only
40598 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
40599 be present in a board configuration file, while still enabling flash
40600 commands like 'flinfo', 'protect', etc.
40601
40602 Signed-off-by: Stelian Pop <stelian@popies.net>
40603
40604 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
40605 Author: Mike Frysinger <vapier@gentoo.org>
40606 Date: Tue Feb 19 00:58:13 2008 -0500
40607
40608 Blackfin: BF537-stamp: cleanup spi flash driver
40609
40610 This punts the old spi flash driver for a new/generalized one until the
40611 common one can be integrated.
40612
40613 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
40614
40615 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
40616 Author: Ben Warren <biggerbadderben@gmail.com>
40617 Date: Sun Mar 30 11:34:34 2008 -0400
40618
40619 Fix macro typo in common/cmd_mii.c
40620
40621 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
40622 actually applied the wrong patch.
40623
40624 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40625
40626 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
40627 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40628 Date: Sun Mar 30 16:39:53 2008 +0200
40629
40630 use correct at91rm9200 register name in m501sk board
40631
40632 This fixes a naming bug for at91rm9200 lowlevel init code:
40633 NOR boot flash is on chipselect 0, not chipselect 2. This
40634 makes code use the register name from chip datasheets.
40635
40636 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40637
40638 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
40639 Author: David Brownell <david-b@pacbell.net>
40640 Date: Fri Jan 18 12:55:00 2008 -0800
40641
40642 use correct at91rm9200 register name
40643
40644 This fixes a naming bug for at91rm9200 lowlevel init code:
40645 NOR boot flash is on chipselect 0, not chipselect 2. This
40646 makes code use the register name from chip datasheets.
40647
40648 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
40649
40650 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
40651 Author: David Brownell <david-b@pacbell.net>
40652 Date: Fri Jan 18 12:45:45 2008 -0800
40653
40654 add missing ARM boards to MAKEALL
40655
40656 Add some missing ARM boards to MAKEALL. These build correctly,
40657 unlike several of the boards already listed.
40658
40659 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
40660
40661 commit 066bebd6353e33af3adefc3404560871699e9961
40662 Author: Peter Pearse <peter.pearse@arm.com>
40663 Date: Sun Mar 30 11:34:09 2008 +0100
40664
40665 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
40666 to prevent compilation error.
40667
40668 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
40669
40670 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
40671 Author: Guennadi Liakhovetski <[lg@denx.de]>
40672 Date: Sun Mar 30 11:32:30 2008 +0100
40673
40674 Support for the MX31ADS evaluation board from Freescale
40675
40676 This patch adds support for the MX31ADS evaluation board from Freescale,
40677 initialization code is copied from RedBoot sources, also provided by Freescale.
40678
40679 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40680
40681 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
40682 Author: Sascha Hauer <s.hauer@pengutronix.de>
40683 Date: Sun Mar 30 11:32:27 2008 +0100
40684
40685 Phytec Phycore-i.MX31 support
40686
40687 This patch adds support for the Phytec Phycore-i.MX31 board
40688
40689 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
40690 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40691
40692 commit a147e56f03871bba4f05058d5e04ce7deb010b04
40693 Author: Sascha Hauer <s.hauer@pengutronix.de>
40694 Date: Sun Mar 30 11:32:24 2008 +0100
40695
40696 mx31 litekit support
40697
40698 This patch adds support for the mx31 litekit board
40699
40700 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
40701 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40702
40703 commit d6674e0e2a6a1f033945f78838566210d3f28c95
40704 Author: Sascha Hauer <s.hauer@pengutronix.de>
40705 Date: Sun Mar 30 11:32:21 2008 +0100
40706
40707 add SMSC LAN9x1x Network driver
40708
40709 This patch adds a driver for the following smsc network controllers:
40710 LAN9115
40711 LAN9116
40712 LAN9117
40713 LAN9215
40714 LAN9216
40715 LAN9217
40716
40717 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
40718 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40719
40720 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
40721 Author: Sascha Hauer <s.hauer@pengutronix.de>
40722 Date: Sun Mar 30 11:32:16 2008 +0100
40723
40724 add an i2c driver for mx31
40725
40726 This patch adds an i2c driver for Freescale i.MX processors
40727
40728 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
40729 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40730
40731 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
40732 Author: Sascha Hauer <s.hauer@pengutronix.de>
40733 Date: Sun Mar 30 11:30:43 2008 +0100
40734
40735 core support for Freescale mx31
40736
40737 This patch adds the core support for Freescale mx31
40738
40739 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
40740 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40741
40742 commit 8bf69d81782619187933a605f1a95ee1d069478d
40743 Author: Sascha Hauer <s.hauer@pengutronix.de>
40744 Date: Sun Mar 30 11:28:46 2008 +0100
40745
40746 Separate omap24xx specific code from arm1136
40747
40748 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
40749
40750 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
40751 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40752
40753 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
40754 Author: Peter Pearse <peter.pearse@arm.com>
40755 Date: Sun Mar 30 11:23:05 2008 +0100
40756
40757 Add pmdra into MAKEALL
40758
40759 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
40760
40761 commit a574a73852a527779234e73e17e7597fd8128882
40762 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
40763 Date: Sun Mar 30 11:21:58 2008 +0100
40764
40765 Adds support for the Prodrive PMDRA board, based on a DM6441
40766
40767 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
40768
40769 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
40770 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
40771 Date: Sun Mar 30 11:11:34 2008 +0100
40772
40773 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
40774
40775 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
40776
40777 commit 1704dc20917b4f71e373e2c888497ee666d40380
40778 Author: Dirk Behme <dirk.behme@gmail.com>
40779 Date: Sun Mar 30 11:09:01 2008 +0100
40780
40781 - Remove *_masked() functions as noted by Wolfgang
40782 - Adapt register naming to recent TI spec (sprue26, March 2007)
40783 - Fix reset_timer() handling
40784 - As reported by Pieter [1] the overflow fix introduced a
40785 delay of factor 16 (e.g 2 seconds became 32). While the
40786 overflow fix is basically okay, it missed to divide udelay by
40787 16, too. Fix this.
40788 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
40789 - Remove software division of timer count value (DIV(x)
40790 macro) and do it in hardware (TIM_CLK_DIV).
40791 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
40792 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
40793 the hints & testing!
40794
40795 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40796
40797 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
40798
40799 commit ac3315c26e143c31680750c9c13f027efbcc887e
40800 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
40801 Date: Thu Mar 6 16:45:44 2008 +0100
40802
40803 new PHY @ e1000 - 2nd try
40804
40805 Add 82541ER device with latest integrated IGP2 PHY.
40806 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
40807
40808 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
40809 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40810
40811 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
40812 Author: Daniel Hellstrom <daniel@gaisler.com>
40813 Date: Fri Mar 28 20:22:53 2008 +0100
40814
40815 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
40816
40817 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
40818 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
40819 available at www.gaisler.com.
40820
40821 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
40822 offloading etc.) can be determined by a bit in the control register.
40823 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
40824
40825 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40826 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40827
40828 commit 233a8bcd94997f3f345833a3b82e836222f2a206
40829 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
40830 Date: Mon Mar 17 17:08:22 2008 -0500
40831
40832 Add CONFIG_MII_INIT in cmd_mii.c
40833
40834 Provide common configuration in do_mii() to execute mii_init()
40835 for all cpu architectures
40836
40837 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40838 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40839
40840 commit f605479de2deb11e834f31dfdb0af107c86aced6
40841 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
40842 Date: Mon Mar 17 17:08:16 2008 -0500
40843
40844 ColdFire: Fix FEC transmit issue for MCF5275
40845
40846 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40847 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40848
40849 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
40850 Author: Aras Vaichas <arasv@magtech.com.au>
40851 Date: Wed Mar 26 09:43:57 2008 +1100
40852
40853 DHCP request fix for Windows Server 2003
40854
40855 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
40856 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
40857 interoperability problems with Windows Server 200x DHCP server when U-Boot
40858 client responds too fast for server to handle.
40859
40860 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
40861 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40862
40863 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
40864 Author: Daniel Hellstrom <daniel@gaisler.com>
40865 Date: Fri Mar 28 20:40:19 2008 +0100
40866
40867 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
40868
40869 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
40870 SPARC CPUs implement flash_read64 which calls __raw_readq.
40871
40872 For current SPARC architectures (LEON2 and LEON3) each read from the
40873 FLASH must lead to a cache miss. This is because FLASH can not be set
40874 non-cacheable since program code resides there, and alternatively disabling
40875 cache is poor from performance view, or doing a cache flush between each
40876 read is even poorer.
40877
40878 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
40879 load alternative space, the alternative space number (ASI) is processor
40880 implementation spcific and can be found by including <asm/processor.h>.
40881
40882 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
40883
40884 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
40885 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
40886 Date: Fri Mar 28 15:41:25 2008 +0100
40887
40888 Make MPC83xx one step closer to full relocation.
40889
40890 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
40891 and use GOT relative reference.
40892
40893 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
40894 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40895
40896 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
40897 Author: Michael Barkowski <michael.barkowski@freescale.com>
40898 Date: Thu Mar 27 14:34:43 2008 -0400
40899
40900 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
40901
40902 This patch fixes eeprom page size so that you can now write more than
40903 64 bytes at a time.
40904
40905 It also makes the board take MAC addresses, if found, from EEPROM.
40906
40907 User should place up to 4 addresses at offset 0x7f00, for
40908 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
40909 four six-byte values should have it's CRC at the end. crc32 and
40910 eeprom commands can be used to accomplish this.
40911
40912 If CRC fails, MAC addresses come from the environment. If CRC
40913 succeeds, the environment is overwritten at startup.
40914
40915 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
40916 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40917
40918 commit 8f325cff31f6e745e6540014b131b9a97f61944c
40919 Author: Michael Barkowski <michael.barkowski@freescale.com>
40920 Date: Fri Mar 28 15:15:38 2008 -0400
40921
40922 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
40923
40924 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
40925 controller on the PCI bus in Linux on the MPC8323ERDB.
40926
40927 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
40928 config file.
40929
40930 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
40931 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40932
40933 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
40934 Author: Kim Phillips <kim.phillips@freescale.com>
40935 Date: Fri Mar 28 10:19:07 2008 -0500
40936
40937 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
40938
40939 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
40940 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
40941 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
40942 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
40943 convenience macros.
40944
40945 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40946
40947 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
40948 Author: Kim Phillips <kim.phillips@freescale.com>
40949 Date: Fri Mar 28 10:18:53 2008 -0500
40950
40951 mpc83xx: display ddr frequency in board_add_ram_info banner
40952
40953 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40954
40955 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
40956 Author: Kim Phillips <kim.phillips@freescale.com>
40957 Date: Fri Mar 28 10:18:40 2008 -0500
40958
40959 mpc83xx: unreinvent mem_clk
40960
40961 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
40962 mem_*_clk for consistency's sake.
40963
40964 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40965
40966 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
40967 Author: Kim Phillips <kim.phillips@freescale.com>
40968 Date: Fri Mar 28 14:31:23 2008 -0500
40969
40970 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
40971
40972 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40973
40974 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
40975 Author: Dave Liu <r63238@freescale.com>
40976 Date: Wed Mar 26 22:57:19 2008 +0800
40977
40978 mpc83xx: enable the SATA interface on mpc837xemds board
40979
40980 Enable the first two SATA interfaces on MPC837xEMDS board,
40981 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
40982
40983 Signed-off-by: Dave Liu <daveliu@freescale.com>
40984 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40985
40986 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
40987 Author: Dave Liu <r63238@freescale.com>
40988 Date: Wed Mar 26 22:56:36 2008 +0800
40989
40990 mpc83xx: initialize serdes for MPC837xEMDS boards
40991
40992 This patch is stolen from Anton Vorontsov's patch
40993 for mpc837xerdb boards.
40994
40995 The reference clk and xcorevdd voltage of serdes1/2
40996 is same between mpc837xemds and mpc837xerdb.
40997
40998 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
40999 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
41000 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
41001
41002 Signed-off-by: Dave Liu <daveliu@freescale.com>
41003 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41004
41005 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
41006 Author: Stefan Roese <sr@denx.de>
41007 Date: Fri Mar 28 14:09:04 2008 +0100
41008
41009 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
41010
41011 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
41012 interface. This usage can be configured with the jumper J6. This patch
41013 displays the current configuration upon bootup and changes the PCIe
41014 init loop, to only initialize the availabel PCIe slots.
41015
41016 Signed-off-by: Stefan Roese <sr@denx.de>
41017
41018 commit 90447ecbbac8572457b6d8903073ac3f120995ba
41019 Author: Tor Krill <tor@excito.com>
41020 Date: Fri Mar 28 11:29:10 2008 +0100
41021
41022 MTD/CFI: Add support for 16bit legacy AMD flash
41023
41024 Add entry for 512Kx16 AMD flash to jedec_table.
41025 Read out 16bit device id if chipwidth is 16bit.
41026 Fixed coding style after Stefans feedback
41027
41028 Signed-off-by: Tor Krill <tor@excito.com>
41029
41030 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
41031 Author: Stefan Roese <sr@denx.de>
41032 Date: Fri Mar 28 11:02:53 2008 +0100
41033
41034 ppc: Small change to CFG_MEM_TOP_HIDE description
41035
41036 Signed-off-by: Stefan Roese <sr@denx.de>
41037
41038 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
41039 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41040 Date: Thu Mar 27 15:44:12 2008 +0900
41041
41042 sh: Add support stat structure and stat.h
41043
41044 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41045
41046 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
41047 Author: Mark Jonas <toertel@gmail.com>
41048 Date: Sat Mar 22 19:27:52 2008 +0100
41049
41050 sh: Removed warning when compiling drivers/serial/serial_sh.c.
41051
41052 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
41053 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41054
41055 commit f309fa38929ffba71230c02330ffa42f4bba6333
41056 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41057 Date: Wed Mar 12 18:02:57 2008 +0900
41058
41059 sh: Remove disable_ctrlc function from R7780MP
41060
41061 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41062
41063 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
41064 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41065 Date: Wed Mar 12 17:55:15 2008 +0900
41066
41067 sh: Add maintainer of R7780MP to MAINTAINER file
41068
41069 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
41070
41071 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41072
41073 commit f5e2466f7baa887a7df0c536333eea8231333497
41074 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41075 Date: Tue Mar 25 17:11:24 2008 +0900
41076
41077 sh: Add support Renesas Solutions R2D plus board
41078
41079 R2D plus is SH reference board used with SH7751R.
41080 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
41081 one PCI bus, VGA, and two Ethernet controller.
41082
41083 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41084
41085 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
41086 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41087 Date: Wed Mar 12 12:15:29 2008 +0900
41088
41089 sh: Add support SH4 cache control
41090
41091 Add support SH4 cache control and flash_cache function
41092
41093 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41094
41095 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
41096 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41097 Date: Mon Mar 24 01:53:01 2008 +0900
41098
41099 sh: Add support PCI host driver for SH7751/SH7751R
41100
41101 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41102
41103 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
41104 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41105 Date: Mon Mar 24 02:11:26 2008 +0900
41106
41107 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
41108
41109 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41110
41111 commit 566933278101c144d75361ea682678a326c1290d
41112 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41113 Date: Wed Mar 12 12:10:28 2008 +0900
41114
41115 sh: Add support SuperH SH7751/SH7751R
41116
41117 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41118
41119 commit 3313e0e26224fc9a0c445124f3455058c696df84
41120 Author: Mark Jonas <toertel@gmail.com>
41121 Date: Mon Mar 10 11:37:10 2008 +0100
41122
41123 sh: Added support for SH7720 based board MPR2.
41124
41125 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
41126 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41127
41128 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
41129 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41130 Date: Thu Mar 6 14:05:53 2008 +0900
41131
41132 sh: Fix receive FIFO level register of SH4A
41133
41134 Receive FIFO level register is different in SH4A.
41135 Because register is different, cannot occasionally receive data.
41136
41137 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41138
41139 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
41140 Author: Yusuke Goda <goda.yusuke@renesas.com>
41141 Date: Tue Mar 11 12:55:12 2008 +0900
41142
41143 sh: Add support Renesas Solutions R7780MP
41144
41145 Renesas Solutions R7780MP is a reference board on SH7780.
41146 This board has serial, 10/100 base Ethernet deivice, CF slot
41147 and VGA devices. This board can set extension board.
41148 Extension board has 10/100/1000 base Ethernet device, PCI slot,
41149 S-ATA, iDVR slot.
41150
41151 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
41152 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41153
41154 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
41155 Author: Yusuke Goda <goda.yusuke@renesas.com>
41156 Date: Wed Mar 5 14:30:02 2008 +0900
41157
41158 sh: Add support PCI of SuperH and SH7780
41159
41160 This patch add support PCI of SuperH base code and SH7780 specific code.
41161
41162 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
41163 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41164
41165 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
41166 Author: Yusuke Goda <goda.yusuke@renesas.com>
41167 Date: Wed Mar 5 14:23:26 2008 +0900
41168
41169 sh: Add support SH7780
41170
41171 SH7780 is CPU of Renesas Technology.
41172 This CPU has
41173 - CPU clock 400MHz
41174 - PCI support
41175 - DDR-SDRAM controller
41176 - etc ...
41177
41178 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
41179 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41180
41181 commit c2042f5952a686c414031309b8f244513bf578f0
41182 Author: goda.yusuke <goda.yusuke@renesas.com>
41183 Date: Fri Jan 25 20:46:36 2008 +0900
41184
41185 sh: Add support Renesas Solutions Migo-R board
41186
41187 Migo-R is a board based on SH7722 and has may devices.
41188 In this patch, supported SCIF, NOR flash and Ethernet.
41189
41190 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
41191 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41192
41193 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
41194 Author: Bartlomiej Sieka <tur@semihalf.com>
41195 Date: Thu Mar 27 15:06:40 2008 +0100
41196
41197 Fix host tool build breakage, take two
41198
41199 Revert commit 87c8431f and fix build breakage so that the build continues
41200 to work on FC systems.
41201
41202 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41203
41204 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
41205 Author: Stefan Roese <sr@denx.de>
41206 Date: Wed Mar 19 09:36:47 2008 +0100
41207
41208 ppc4xx: Enable ECC on LWMON5
41209
41210 Since all ECC related problems seem to be resolved on LWMON5, this patch
41211 now enables ECC support.
41212
41213 We have to write the ECC bytes by zeroing and flushing in smaller
41214 steps, since the whole 256MByte takes too long for the external
41215 watchdog.
41216
41217 Signed-off-by: Stefan Roese <sr@denx.de>
41218
41219 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
41220 Author: Larry Johnson <lrj@acm.org>
41221 Date: Mon Mar 17 11:10:35 2008 -0500
41222
41223 ppc4xx: Updates to Korat-specific code
41224
41225 This patch contains updates for changes for the Korat PPC440EPx board.
41226 These changes include:
41227
41228 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
41229 described in the new "doc/README.korat" file;
41230
41231 (2) a new memory map for the registers in the board's CPLD;
41232
41233 (3) a revised format for manufacturer's data in serial EEPROM; and
41234
41235 (4) changes to track updates to U-Boot for the Sequoia board.
41236
41237 Signed-off-by: Larry Johnson <lrj@acm.org>
41238
41239 commit f766cdf89b3a2a7634b8c5869f606150e332036c
41240 Author: Markus Brunner <super.firetwister@gmail.com>
41241 Date: Thu Mar 27 10:46:25 2008 +0100
41242
41243 ppc4xx: PPC405EP Set EMAC noise filter bits
41244
41245 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
41246 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
41247 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
41248
41249 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
41250 Signed-off-by: Stefan Roese <sr@denx.de>
41251
41252 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
41253 Author: Mike Nuss <mike@terascala.com>
41254 Date: Wed Feb 20 11:54:20 2008 -0500
41255
41256 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
41257
41258 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
41259 after startup to change the speed of the clocks. This patch adds the
41260 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
41261 initialization code will reconfigure the PLL to run the system with a CPU
41262 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
41263 external EEPROM.
41264
41265 Signed-off-by: Mike Nuss <mike@terascala.com>
41266 Acked-by: Stefan Roese <sr@denx.de>
41267
41268 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
41269 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41270 Date: Thu Mar 27 09:12:40 2008 +0100
41271
41272 new-image: Fix host tool build breakage
41273
41274 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41275
41276 commit 6fb4b640562a10daff0dbe537638d511b5b48650
41277 Author: Stefan Roese <sr@denx.de>
41278 Date: Thu Mar 27 10:24:03 2008 +0100
41279
41280 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
41281
41282 Signed-off-by: Stefan Roese <sr@denx.de>
41283
41284 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
41285 Author: Stefan Roese <sr@denx.de>
41286 Date: Wed Mar 19 10:23:43 2008 +0100
41287
41288 ppc4xx: Add fdt support to Prodrive alpr
41289
41290 Since this board will probably be ported to arch/powerpc in the
41291 near future, we add device tree support now. This way we are
41292 "ready" for arch/powerpc from now on.
41293
41294 Signed-off-by: Stefan Roese <sr@denx.de>
41295
41296 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
41297 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
41298 Date: Mon Mar 17 09:27:56 2008 +0100
41299
41300 ppc4xx: Enable cache support on the ALPR board
41301
41302 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
41303
41304 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
41305 Author: Stefan Roese <sr@denx.de>
41306 Date: Wed Mar 26 10:14:11 2008 +0100
41307
41308 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
41309
41310 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
41311 memory area will get subtracted from the top (end) of ram and won't get
41312 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
41313 should gets passed the now "corrected" memory size and won't touch it
41314 either. This should work for arch/ppc and arch/powerpc. Only Linux board
41315 ports in arch/powerpc with bootwrapper support, which recalculate the
41316 memory size from the SDRAM controller setup, will have to get fixed
41317 in Linux additionally.
41318
41319 This patch enables this config option on some PPC440EPx boards as a workaround
41320 for the CHIP 11 errata. Here the description from the AMCC documentation:
41321
41322 CHIP_11: End of memory range area restricted access.
41323 Category: 3
41324
41325 Overview:
41326 The 440EPx DDR controller does not acknowledge any
41327 transaction which is determined to be crossing over the
41328 end-of-memory-range boundary, even if the starting address is
41329 within valid memory space. Any such transaction from any PLB4
41330 master will result in a PLB time-out on PLB4 bus.
41331
41332 Impact:
41333 In case of such misaligned bursts, PLB4 masters will not
41334 retrieve any data at all, just the available data up to the
41335 end of memory, especially the 440 CPU. For example, if a CPU
41336 instruction required an operand located in memory within the
41337 last 7 words of memory, the DCU master would burst read 8
41338 words to update the data cache and cross over the
41339 end-of-memory-range boundary. Such a DCU read would not be
41340 answered by the DDR controller, resulting in a PLB4 time-out
41341 and ultimately in a Machine Check interrupt. The data would
41342 be inaccessible to the CPU.
41343
41344 Workaround:
41345 Forbid any application to access the last 256 bytes of DDR
41346 memory. For example, make your operating system believe that
41347 the last 256 bytes of DDR memory are absent. AMCC has a patch
41348 that does this, available for Linux.
41349
41350 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
41351 lwmon5, korat, sequoia
41352
41353 The other remaining 440EPx board were intentionally not included
41354 since it is not clear to me, if they use the end of ram for some
41355 other purpose. This is unclear, since these boards have CONFIG_PRAM
41356 defined and even comments like this:
41357
41358 PMC440.h:
41359 /* esd expects pram at end of physical memory.
41360 * So no logbuffer at the moment.
41361 */
41362
41363 It is strongly recommended to not use the last 256 bytes on those
41364 boards too. Patches from the board maintainers are welcome.
41365
41366 Signed-off-by: Stefan Roese <sr@denx.de>
41367
41368 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
41369 Author: Stefan Roese <sr@denx.de>
41370 Date: Thu Mar 27 10:09:05 2008 +0100
41371
41372 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
41373
41374 Signed-off-by: Stefan Roese <sr@denx.de>
41375
41376 commit d56a3ce179688cde61073a3690e21703d68fafd7
41377 Author: Stefan Roese <sr@denx.de>
41378 Date: Tue Mar 25 17:51:13 2008 +0100
41379
41380 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
41381
41382 The routine ft_board_setup() configures the EBC NOR mappings for the
41383 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
41384 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
41385 problem, we need to pass the corrected address here too.
41386
41387 Signed-off-by: Stefan Roese <sr@denx.de>
41388
41389 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
41390 Author: Stefan Roese <sr@denx.de>
41391 Date: Wed Mar 19 16:35:12 2008 +0100
41392
41393 ppc4xx: Fix compilation warning in 4xx_enet.c
41394
41395 Signed-off-by: Stefan Roese <sr@denx.de>
41396
41397 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
41398 Author: Stefan Roese <sr@denx.de>
41399 Date: Wed Mar 19 16:20:49 2008 +0100
41400
41401 ppc4xx: Add AMCC Glacier 406GT eval board support
41402
41403 This patch adds support for the AMCC Glacier 460GT eval board.
41404 The main difference to the Canyonlands board are listed here:
41405
41406 - 4 ethernet ports instead of 2
41407 - no SATA port
41408 - no USB port
41409
41410 Currently EMAC2+3 are not working. This will be fixed in a later
41411 release.
41412
41413 Signed-off-by: Stefan Roese <sr@denx.de>
41414
41415 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
41416 Author: Stefan Roese <sr@denx.de>
41417 Date: Thu Mar 27 08:47:26 2008 +0100
41418
41419 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
41420
41421 Signed-off-by: Stefan Roese <sr@denx.de>
41422
41423 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
41424 Author: Anatolij Gustschin <agust@denx.de>
41425 Date: Wed Mar 26 21:05:43 2008 +0100
41426
41427 Fix out of tree building issue
41428
41429 Currently U-Boot building in some external directory
41430 doesn't work. This patch tries to fix the problem.
41431
41432 Signed-off-by: Anatolij Gustschin <agust@denx.de>
41433
41434 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
41435 Author: Anatolij Gustschin <agust@denx.de>
41436 Date: Wed Mar 26 18:13:33 2008 +0100
41437
41438 README: update documentation (availability, links, etc.)
41439
41440 Fix typo in README
41441
41442 Signed-off-by: Anatolij Gustschin <agust@denx.de>
41443
41444 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
41445 Author: Anatolij Gustschin <agust@denx.de>
41446 Date: Wed Mar 26 17:47:44 2008 +0100
41447
41448 Fix compilation error in cmd_usb.c
41449
41450 This patch fixes compilation error
41451 cmd_usb.c: In function 'do_usb':
41452 cmd_usb.c:552: error: void value not ignored as it ought to be
41453
41454 Signed-off-by: Anatolij Gustschin <agust@denx.de>
41455
41456 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
41457 Author: Timur Tabi <timur@freescale.com>
41458 Date: Fri Mar 14 17:45:29 2008 -0500
41459
41460 Add support for setting the I2C bus speed in fsl_i2c.c
41461
41462 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
41463 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
41464 but fsl_i2c.c ignores it and uses conservative value when programming the
41465 I2C bus speed.
41466
41467 Signed-off-by: Timur Tabi <timur@freescale.com>
41468 Acked-by: Andy Fleming <afleming@freescale.com>
41469
41470 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
41471 Author: Wolfgang Denk <wd@denx.de>
41472 Date: Thu Mar 27 00:03:57 2008 +0100
41473
41474 Coding style cleanup, update CHANGELOG
41475
41476 Signed-off-by: Wolfgang Denk <wd@denx.de>
41477
41478 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
41479 Author: Dave Liu <r63238@freescale.com>
41480 Date: Wed Mar 26 22:55:32 2008 +0800
41481
41482 drivers: add the support for Freescale SATA controller
41483
41484 Add the Freescale on-chip SATA controller driver to u-boot,
41485 The SATA controller is used on the 837x and 8315 targets,
41486 The driver can be used to load kernel, fs and dtb.
41487
41488 The features list:
41489 - 1.5/3 Gbps link speed
41490 - LBA48, LBA28 support
41491 - DMA and FPDMA support
41492 - Two ports support
41493
41494 Signed-off-by: Dave Liu <daveliu@freescale.com>
41495
41496 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
41497 Author: Dave Liu <r63238@freescale.com>
41498 Date: Wed Mar 26 22:54:44 2008 +0800
41499
41500 ata: add the readme for SATA command line
41501
41502 Signed-off-by: Dave Liu <daveliu@freescale.com>
41503
41504 commit cd54081cd479e542fc399b8a40651ff11a1ad849
41505 Author: Dave Liu <r63238@freescale.com>
41506 Date: Wed Mar 26 22:53:24 2008 +0800
41507
41508 ata: enable the sata initialize on boot up
41509
41510 Signed-off-by: Dave Liu <daveliu@freescale.com>
41511
41512 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
41513 Author: Dave Liu <r63238@freescale.com>
41514 Date: Wed Mar 26 22:52:36 2008 +0800
41515
41516 ata: add the fis struct for SATA
41517
41518 Signed-off-by: Dave Liu <daveliu@freescale.com>
41519
41520 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
41521 Author: Dave Liu <r63238@freescale.com>
41522 Date: Wed Mar 26 22:51:44 2008 +0800
41523
41524 ata: add the libata support
41525
41526 add simple libata support in u-boot
41527
41528 Signed-off-by: Dave Liu <daveliu@freescale.com>
41529
41530 commit 8e9bb43429e50df55fa41932cbe65841ff579220
41531 Author: Dave Liu <r63238@freescale.com>
41532 Date: Wed Mar 26 22:50:45 2008 +0800
41533
41534 ata: make the ata_piix driver using new SATA framework
41535
41536 original ata_piix driver is using IDE framework, not real
41537 SATA framework. For now, the ata_piix driver is only used
41538 by x86 sc520_cdp board. This patch makes the ata_piix driver
41539 use the new SATA framework, so
41540
41541 - remove the duplicated command stuff
41542 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
41543 - add the CONFIG_CMD_SATA define to sc520_cdp.h
41544
41545 Signed-off-by: Dave Liu <daveliu@freescale.com>
41546
41547 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
41548 Author: Dave Liu <r63238@freescale.com>
41549 Date: Wed Mar 26 22:49:44 2008 +0800
41550
41551 ata: add the support for SATA framework
41552
41553 - add the SATA framework
41554 - add the SATA command line
41555
41556 Signed-off-by: Dave Liu <daveliu@freescale.com>
41557
41558 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
41559 Author: Dave Liu <r63238@freescale.com>
41560 Date: Wed Mar 26 22:48:18 2008 +0800
41561
41562 ata: merge the header of ata_piix driver
41563
41564 move the sata.h from include/ to drivers/block/ata_piix.h
41565
41566 Signed-off-by: Dave Liu <daveliu@freescale.com>
41567
41568 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
41569 Author: Dave Liu <r63238@freescale.com>
41570 Date: Wed Mar 26 22:47:06 2008 +0800
41571
41572 ata: merge the ata_piix driver
41573
41574 move the cmd_sata.c from common/ to drivers/ata_piix.c,
41575 the cmd_sata.c have some part of ata_piix controller drivers.
41576 consolidate the driver to have better framework.
41577
41578 Signed-off-by: Dave Liu <daveliu@freescale.com>
41579
41580 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
41581 Author: Markus Klotzbuecher <mk@denx.de>
41582 Date: Wed Mar 26 18:26:43 2008 +0100
41583
41584 USB, Storage: fix a bug introduced in commit
41585 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
41586 to only print only information on one storage device, but not for
41587 multiple.
41588
41589 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41590
41591 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
41592 Author: Anatolij Gustschin <agust@denx.de>
41593 Date: Wed Mar 26 17:47:44 2008 +0100
41594
41595 Fix compilation error in cmd_usb.c
41596
41597 This patch fixes compilation error
41598 cmd_usb.c: In function 'do_usb':
41599 cmd_usb.c:552: error: void value not ignored as it ought to be
41600
41601 Signed-off-by: Anatolij Gustschin <agust@denx.de>
41602 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41603
41604 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
41605 Author: Kumar Gala <galak@kernel.crashing.org>
41606 Date: Wed Mar 26 08:53:53 2008 -0500
41607
41608 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
41609
41610 Provide a board_lmb_reserve helper function to ensure we reserve
41611 the page of memory we are using for the boot page translation code.
41612
41613 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41614
41615 commit 79679d80021ab095e639e250ca472fe526da02e2
41616 Author: Kumar Gala <galak@kernel.crashing.org>
41617 Date: Wed Mar 26 08:34:25 2008 -0500
41618
41619 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
41620
41621 The following changes are needed to be inline with ePAPR v0.81:
41622
41623 * r4, r5 and now always set to 0 on boot release
41624 * r7 is used to pass the size of the initial map area (IMA)
41625 * EPAPR_MAGIC value changed for book-e processors
41626 * changes in the spin table layout
41627 * spin table supports a 64-bit physical release address
41628
41629 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41630
41631 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
41632 Author: Jon Loeliger <jdl@freescale.com>
41633 Date: Wed Mar 19 15:02:07 2008 -0500
41634
41635 FSL: Clean up board/freescale/common/Makefile
41636
41637 Each file that can be built here now follows some
41638 CONFIG_ option so that they are appropriately built
41639 or not, as needed. And CONFIG_ defines were added
41640 to various board config files to make sure that happens.
41641
41642 The other board/freescale/*/Makefiles no longer need
41643 to reach up and over into ../common to build their
41644 individually needed files any more.
41645
41646 Boards that are CDS specific were renamed with cds_ prefix.
41647
41648 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41649
41650 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
41651 Author: Kumar Gala <galak@kernel.crashing.org>
41652 Date: Wed Feb 27 22:00:27 2008 -0600
41653
41654 85xx: Fix merge duplication
41655
41656 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
41657
41658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41659
41660 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
41661 Author: James Yang <James.Yang@freescale.com>
41662 Date: Tue Feb 12 16:35:07 2008 -0600
41663
41664 85xx: Expand CCSR space with more DDR controller registers.
41665
41666 Signed-off-by: James Yang <James.Yang@freescale.com>
41667 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41668 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41669
41670 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
41671 Author: James Yang <James.Yang@freescale.com>
41672 Date: Fri Feb 8 18:05:08 2008 -0600
41673
41674 85xx: Speed up get_ddr_freq() and get_bus_freq()
41675
41676 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
41677 called. However, get_sys_info() recalculates extraneous information when
41678 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
41679 values from global_data instead.
41680
41681 Signed-off-by: James Yang <James.Yang@freescale.com>
41682 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41683
41684 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
41685 Author: James Yang <James.Yang@freescale.com>
41686 Date: Fri Feb 8 16:46:27 2008 -0600
41687
41688 85xx: Show DDR memory data rate in addition to the memory clock frequency.
41689
41690 Show the DDR memory data rate in addition to the memory clock
41691 frequency. For DDR/DDR2 memories the memory data rate is 2x the
41692 memory clock.
41693
41694 Signed-off-by: James Yang <James.Yang@freescale.com>
41695 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41696
41697 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
41698 Author: James Yang <James.Yang@freescale.com>
41699 Date: Fri Feb 8 16:44:53 2008 -0600
41700
41701 85xx: get_tbclk() speed up and rounding fix
41702
41703 Speed up get_tbclk() by referencing pre-computed bus clock
41704 frequency value from global data instead of sys_info_t. Fix
41705 rounding of result to nearest; previously it was rounding
41706 upwards.
41707
41708 Signed-off-by: James Yang <James.Yang@freescale.com>
41709 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41710
41711 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
41712 Author: Andy Fleming <afleming@freescale.com>
41713 Date: Wed Feb 6 01:19:40 2008 -0600
41714
41715 Update SVR numbers to expand support
41716
41717 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
41718 is used to distinguish certain variants within an SOC family. To
41719 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
41720 constants to reflect the larger value. We also add SVR numbers for all
41721 of the current variants. Finally, to make things neater, rather than
41722 use an enormous switch statement to print out the CPU type, we create
41723 and array of SVR/name pairs (using a macro), and print out the CPU name
41724 that matches the SVR SOC version.
41725
41726 Signed-off-by: Andy Fleming <afleming@freescale.com>
41727
41728 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
41729 Author: Andy Fleming <afleming@freescale.com>
41730 Date: Wed Feb 6 01:12:57 2008 -0600
41731
41732 Add the Freescale PCI device IDs
41733
41734 Signed-off-by: Andy Fleming <afleming@freescale.com>
41735
41736 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
41737 Author: Kumar Gala <galak@kernel.crashing.org>
41738 Date: Thu Feb 14 11:04:23 2008 -0600
41739
41740 85xx: Added support for multicore boot mechanism
41741
41742 Added the cpu command that provides a generic mechanism to get status,
41743 reset, and release secondary cores in multicore processors.
41744
41745 Added support for using the ePAPR defined spin-table mechanism on 85xx.
41746
41747 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41748 Signed-off-by: Andy Fleming <afleming@freescale.com>
41749
41750 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
41751 Author: Kumar Gala <galak@kernel.crashing.org>
41752 Date: Thu Jan 17 16:48:33 2008 -0600
41753
41754 85xx: Added support for multicore boot mechanism
41755
41756 Added the cpu command that provides a generic mechanism to get status,
41757 reset, and release secondary cores in multicore processors.
41758
41759 Added support for using the ePAPR defined spin-table mechanism on 85xx.
41760
41761 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41762
41763 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
41764 Author: Kumar Gala <galak@kernel.crashing.org>
41765 Date: Wed Jan 30 14:55:14 2008 -0600
41766
41767 85xx: Add the concept of CFG_CCSRBAR_PHYS
41768
41769 When we go to 36-bit physical addresses we need to keep the concept of
41770 the physical CCSRBAR address seperate from the virtual one.
41771
41772 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
41773
41774 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41775
41776 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
41777 Author: Wolfgang Denk <wd@denx.de>
41778 Date: Wed Mar 26 15:38:47 2008 +0100
41779
41780 Coding style cleanup.
41781
41782 Signed-off-by: Wolfgang Denk <wd@denx.de>
41783
41784 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
41785 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
41786 Date: Wed Mar 26 13:02:13 2008 +0100
41787
41788 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
41789
41790 The default settings for RTC DS1337 keeps the OSC
41791 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
41792 turn it off.
41793
41794 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
41795
41796 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
41797 Author: Wolfgang Denk <wd@denx.de>
41798 Date: Wed Mar 26 11:48:46 2008 +0100
41799
41800 Cleanup coding style, update CHANGELOG
41801
41802 Signed-off-by: Wolfgang Denk <wd@denx.de>
41803
41804 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
41805 Author: Wolfgang Denk <wd@denx.de>
41806 Date: Wed Mar 26 10:40:12 2008 +0100
41807
41808 README: update documentation (availability, links, etc.)
41809
41810 Signed-off-by: Wolfgang Denk <wd@denx.de>
41811
41812 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
41813 Author: Aras Vaichas <arasv@magtech.com.au>
41814 Date: Tue Mar 25 12:09:07 2008 +1100
41815
41816 USB Storage, add meaningful return value
41817
41818 This patch changes the "usb storage" command to return success if it
41819 finds a USB storage device, otherwise it returns error.
41820
41821 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41822
41823 commit 18e69a35efbb078403db0c0063986470dad7d082
41824 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41825 Date: Fri Mar 14 23:20:18 2008 +0300
41826
41827 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
41828
41829 Linux understands "host" (default), "peripheral" and "otg" (broken).
41830 Though, U-Boot doesn't restrict dr_mode variable to these values (think
41831 of renames in future).
41832
41833 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41834 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41835
41836 commit c7604783b236e368f225efb7b3efb418fe20b404
41837 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41838 Date: Fri Mar 14 23:20:30 2008 +0300
41839
41840 tsec: fix link detection for the RTL8211B PHY
41841
41842 RTL8211B sets link state register after autonegotiation complete,
41843 so with bootdelay=0 RTL8211B will report lack of the link.
41844
41845 To fix this, we should wait for aneg to complete, even if the
41846 link is currently down.
41847
41848 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41849 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41850
41851 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
41852 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41853 Date: Mon Mar 24 20:47:09 2008 +0300
41854
41855 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
41856
41857 device_type = "soc" is being deprecated, newer device trees will use
41858 "fsl,soc" and/or "fsl,immr" for the soc nodes.
41859
41860 This patch also adds clock-frequency property for soc nodes (the same
41861 value as bus-frequency).
41862
41863 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41864
41865 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
41866 Author: Joe D'Abbraccio <ljd015@freescale.com>
41867 Date: Mon Mar 24 13:00:59 2008 -0400
41868
41869 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
41870
41871 With the original value of 1/2 clock cycle delay, the system ran relatively
41872 stable except when we run benchmarks that are intensive users of memory.
41873 When I run samba connected disk with a HDBENCH test, the system locks-up
41874 or reboots sporadically.
41875
41876 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
41877
41878 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
41879 Author: Scott Wood <scottwood@freescale.com>
41880 Date: Mon Mar 24 12:44:13 2008 -0500
41881
41882 mpc83xx: Set PCI I/O bus-address base to zero.
41883
41884 The device trees for these boards describe PCI I/O as starting from
41885 address zero from the device's perspective.
41886
41887 Placing I/O elsewhere may cause problems with certain PCI boards, and may
41888 cause problems with Linux.
41889
41890 Signed-off-by: Scott Wood <scottwood@freescale.com>
41891
41892 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
41893 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41894 Date: Mon Mar 24 20:47:05 2008 +0300
41895
41896 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
41897
41898 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
41899 This patch fixes "system time drifting" problem.
41900
41901 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41902
41903 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
41904 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41905 Date: Mon Mar 24 20:47:02 2008 +0300
41906
41907 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
41908
41909 This is needed to update /choosen/linux,stdout-path properly.
41910
41911 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41912
41913 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
41914 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41915 Date: Mon Mar 24 20:47:00 2008 +0300
41916
41917 mpc83xx: MPC8360E-RDK: add dhcp command
41918
41919 Plus modify environment to use it and remove bootfile env variable,
41920 it is internal and CONFIG_BOOTFILE is used for these purposes.
41921
41922 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41923
41924 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
41925 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41926 Date: Mon Mar 24 20:46:57 2008 +0300
41927
41928 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
41929
41930 Current DDR setup easily causes memory corruption, this patch fixes it.
41931
41932 Also fix TIMING_CFG0_MRS_CYC definition.
41933
41934 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41935
41936 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
41937 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41938 Date: Mon Mar 24 20:46:53 2008 +0300
41939
41940 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
41941
41942 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
41943 controller and FHCI (QE USB).
41944
41945 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41946
41947 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
41948 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41949 Date: Mon Mar 24 20:46:51 2008 +0300
41950
41951 mpc83xx: MPC8360E-RDK: add support for NAND
41952
41953 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41954
41955 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
41956 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41957 Date: Mon Mar 24 20:46:46 2008 +0300
41958
41959 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
41960
41961 This is needed for BCM PHYs to work on this board.
41962
41963 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41964
41965 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
41966 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41967 Date: Mon Mar 24 20:46:34 2008 +0300
41968
41969 uec: add support for Broadcom BCM5481 Gigabit PHY
41970
41971 This patch adds basic support for Broadcom BCM5481 PHY.
41972
41973 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
41974 Peter Barada <peterb@logicpd.com>.
41975
41976 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41977
41978 commit 6a600c3a1876bc203445df4f0fd6b12648259666
41979 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41980 Date: Mon Mar 24 20:46:28 2008 +0300
41981
41982 uec: add support for RGMII_RXID interface mode
41983
41984 PHY drivers will use it to setup software delay between RXD and RXC
41985 signals.
41986
41987 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41988
41989 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
41990 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41991 Date: Mon Mar 24 20:46:24 2008 +0300
41992
41993 uec: add support for gbit mii status readings
41994
41995 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41996
41997 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
41998 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41999 Date: Mon Mar 24 17:40:47 2008 +0300
42000
42001 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
42002
42003 This is primarily for the early console support.
42004
42005 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42006
42007 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
42008 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42009 Date: Mon Mar 24 17:40:43 2008 +0300
42010
42011 83xx: initialize serdes for MPC837XRDB boards
42012
42013 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
42014 On the MPC8378ERDB: 2 PCI-E
42015 On the MPC8379ERDB: 4 SATA
42016
42017 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42018
42019 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
42020 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42021 Date: Mon Mar 24 17:40:32 2008 +0300
42022
42023 83xx: serdes setup routines
42024
42025 This patch adds few routines to configure serdes on 837x targets.
42026
42027 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42028
42029 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
42030 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42031 Date: Mon Mar 24 17:40:27 2008 +0300
42032
42033 83xx: split COBJS onto separate lines
42034
42035 ..plus get rid of some #ifdefs in the .c files.
42036
42037 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42038
42039 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
42040 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42041 Date: Mon Mar 24 17:40:23 2008 +0300
42042
42043 83xx: nand support for MPC837XRDB boards
42044
42045 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42046
42047 commit 82e45a204190593e8613145a928f998fb8c909c4
42048 Author: Jerry Van Baren <gvb.uboot@gmail.com>
42049 Date: Tue Mar 18 21:44:41 2008 -0400
42050
42051 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
42052
42053 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
42054 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42055
42056 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
42057 Author: Michael Barkowski <michael.barkowski@freescale.com>
42058 Date: Thu Mar 20 13:15:39 2008 -0400
42059
42060 mpc8323erdb: remove RTC and add EEPROM
42061
42062 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
42063
42064 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
42065 Acked-by: Kim Phillips <kim.phillips@freescale.com>
42066
42067 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
42068 Author: Michael Barkowski <michael.barkowski@freescale.com>
42069 Date: Thu Mar 20 13:15:34 2008 -0400
42070
42071 mpc8323erdb: Improve the system performance
42072
42073 The following changes are based on kernel UCC ethernet performance:
42074
42075 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
42076 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
42077 switch to enable this setting.
42078
42079 The following changes are based on the App Note AN3369 and
42080 verified to improve memory latency using LMbench:
42081
42082 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
42083 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
42084 previously.
42085 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
42086 Twr=15ns, and this was already the setting in DDR_MODE)
42087 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
42088 Trp=15ns)
42089 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
42090 Tras=40ns)
42091 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
42092 Trcd=15ns)
42093 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
42094 Trfc=75ns)
42095 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
42096 on Tfaw=50ns)
42097 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
42098 on CL=3 and WL=2).
42099
42100 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
42101 Acked-by: Kim Phillips <kim.phillips@freescale.com>
42102
42103 commit fc549c871f43933396a5b3e21d897023d4b31b8d
42104 Author: Michael Barkowski <michael.barkowski@freescale.com>
42105 Date: Thu Mar 20 13:15:28 2008 -0400
42106
42107 mpc8323erdb: use readable DDR config macros
42108
42109 Use available shift/mask macros to define DDR configuration.
42110
42111 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
42112 Acked-by: Kim Phillips <kim.phillips@freescale.com>
42113
42114 commit 89c7784ed90ba50301eec521144f95111e472906
42115 Author: Timur Tabi <timur@freescale.com>
42116 Date: Fri Feb 8 13:15:55 2008 -0600
42117
42118 83xx: Add Vitesse VSC7385 firmware uploading
42119
42120 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
42121 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
42122 Cleaned up the board header files to make selecting the VSC7385 easier to
42123 control.
42124
42125 Signed-off-by: Timur Tabi <timur@freescale.com>
42126 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42127
42128 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
42129 Author: Timur Tabi <timur@freescale.com>
42130 Date: Fri Feb 8 13:15:54 2008 -0600
42131
42132 NET: Add Vitesse VSC7385 firmware uploading
42133
42134 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
42135 and other boards. A small firwmare must be uploaded to its on-board memory
42136 before it can be enabled. This patch adds the code which uploads firmware
42137 (but not the firmware itself).
42138
42139 Previously, this feature was provided by a U-Boot application that was
42140 made available only on Freescale BSPs. The VSC7385 firmware must still
42141 be obtained separately, but at least there is no longer a need for a separate
42142 application.
42143
42144 Signed-off-by: Timur Tabi <timur@freescale.com>
42145 Acked-by: Ben Warren <biggerbadderben@gmail.com>
42146
42147 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
42148 Author: Wolfgang Denk <wd@denx.de>
42149 Date: Wed Mar 26 00:52:10 2008 +0100
42150
42151 Coding Style cleanyp; update CHANGELOG
42152
42153 Signed-off-by: Wolfgang Denk <wd@denx.de>
42154
42155 commit 43ddd9c820fec44816188f53346b464e20b3142d
42156 Author: Jerry Van Baren <gvb.uboot@gmail.com>
42157 Date: Sat Mar 22 14:23:49 2008 -0400
42158
42159 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
42160
42161 These defines embedded the u-boot env variables and/or the bd_t structure
42162 in the fdt blob. The conclusion of discussion on the u-boot email list
42163 was that embedding these in the fdt blob is not useful: there are better
42164 ways of passing the data (in fact, the fdt blob itself replaces the
42165 bd_t struct).
42166
42167 The only board that enables these is the stxxtc and they don't appear
42168 to be used by linux.
42169
42170 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
42171 Acked-by: Kim Phillips <kim.phillips@freescale.com>
42172
42173 commit 22ed2285743359fd1fe73e411dff914b2256e68f
42174 Author: Stefan Roese <sr@denx.de>
42175 Date: Mon Mar 17 10:49:25 2008 +0100
42176
42177 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
42178
42179 Signed-off-by: Stefan Roese <sr@denx.de>
42180
42181 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
42182 Author: Kyungmin Park <kmpark@infradead.org>
42183 Date: Mon Mar 17 08:54:06 2008 +0900
42184
42185 Add Flex-OneNAND booting support
42186
42187 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
42188 using a NOR Flash interface. This on-chip integration enables system designers
42189 to reduce external system logic and use high-density NAND Flash
42190 in applications that would otherwise have to use more NOR components.
42191
42192 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
42193 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
42194 that require low reliability and high density, SLC area of Flex-OneNAND
42195 to store data that need high reliability and high performance. Flex-OneNAND
42196 can let users take advantage of storing these two different types of data
42197 into one chip, which is making Flex-OneNAND more cost- and space-effective.
42198
42199 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42200
42201 commit c512389cc4a10253249271ff6c887c6dab1f0db2
42202 Author: André Schwarz <andre.schwarz@matrix-vision.de>
42203 Date: Thu Mar 13 13:50:52 2008 +0100
42204
42205 MPC5200: support setup without FEC
42206
42207 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
42208 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
42209
42210 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
42211 Acked-by: Grant Likely <grant.likely@secretlab.ca>
42212
42213 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
42214 Author: Jon Loeliger <jdl@freescale.com>
42215 Date: Wed Mar 5 18:05:46 2008 -0600
42216
42217 FSL: Move board/mpc8266ads under board/freescale
42218
42219 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42220
42221 commit 7f1d846e5c5754449c286587d099d85246062772
42222 Author: Jon Loeliger <jdl@freescale.com>
42223 Date: Wed Mar 5 18:05:47 2008 -0600
42224
42225 FSL: Move board/mpc7448hpc2 under board/freescale
42226
42227 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42228
42229 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
42230 Author: Jon Loeliger <jdl@freescale.com>
42231 Date: Wed Mar 5 18:05:45 2008 -0600
42232
42233 FSL: Move board/mpc8260ads under board/freescale
42234
42235 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42236
42237 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
42238 Author: goda.yusuke <goda.yusuke@renesas.com>
42239 Date: Wed Mar 5 17:08:33 2008 +0900
42240
42241 net: Add support AX88796L ethernet device
42242
42243 AX88796L is device of NE2000 compatible.
42244 This patch support AX88796L ethernet device.
42245
42246 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
42247 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42248
42249 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
42250 Author: Wolfgang Denk <wd@denx.de>
42251 Date: Tue Mar 25 22:50:41 2008 +0100
42252
42253 ne2000 driver: change #ifdef to Makefile conditional compilation
42254
42255 Signed-off-by: Wolfgang Denk <wd@denx.de>
42256
42257 commit e710185aae90c64d39c2d453e40e58ceefe4f250
42258 Author: goda.yusuke <goda.yusuke@renesas.com>
42259 Date: Wed Mar 5 17:08:20 2008 +0900
42260
42261 net: Divided code of NE2000 ethernet driver
42262
42263 There are more devices of the NE2000 base.
42264 A present code is difficult for us to support more devices.
42265 To support more NE2000 clone devices, separated the function.
42266
42267 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
42268 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42269
42270 commit 395bce4f59a507a60a475f7ee46bed47de9482df
42271 Author: Mike Frysinger <vapier@gentoo.org>
42272 Date: Sun Feb 24 23:58:13 2008 -0500
42273
42274 net/Blackfin: move on-chip MAC driver into drivers/net/
42275
42276 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
42277 directory, but it is not board specific, so relocate it to the drivers dir
42278 so that other Blackfin ports can utilize it.
42279
42280 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42281
42282 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
42283 Author: Mike Frysinger <vapier@gentoo.org>
42284 Date: Sun Feb 24 23:52:35 2008 -0500
42285
42286 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
42287
42288 Since the "ssync" instruction may have hardware anomalies associated with
42289 it, have the smc91111 driver use the SSYNC macro rather than invoking it
42290 directly. We workaround all the anomalies via this macro.
42291
42292 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42293
42294 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
42295 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
42296 Date: Sun Feb 17 22:57:47 2008 +0000
42297
42298 8xx: Update OF support on 8xx
42299
42300 This patch does some shifting around of OF support on 8xx.
42301
42302 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
42303
42304 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
42305 Author: Kumar Gala <galak@kernel.crashing.org>
42306 Date: Fri Feb 15 15:16:18 2008 -0600
42307
42308 ppc: Allow boards to specify how much memory they can map
42309
42310 For historical reasons we limited the stack to 256M because some boards
42311 could only map that much via BATS. However newer boards are capable of
42312 mapping more memory (for example 85xx is capble of doing up to 2G).
42313
42314 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42315
42316 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
42317 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
42318 Date: Fri Feb 15 01:05:58 2008 +0000
42319
42320 8xx : Add OF support to Adder875 board port - resubmit
42321
42322 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
42323
42324 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
42325 Author: Kumar Gala <galak@kernel.crashing.org>
42326 Date: Thu Feb 14 20:44:42 2008 -0600
42327
42328 Add setexpr command
42329
42330 Add a simple expr style command that will set an env variable as the result
42331 of the command. This allows us to do simple math in shell. The following
42332 operations are supported: &, |, ^, +, -, *, /.
42333
42334 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42335
42336 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
42337 Author: Jon Loeliger <jdl@freescale.com>
42338 Date: Wed Mar 5 17:27:48 2008 -0600
42339
42340 FSL: Move board/mpc7448hpc2 under board/freescale
42341
42342 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42343
42344 commit 449c703374a8868453425e15da7e2f76221b72e4
42345 Author: Jon Loeliger <jdl@freescale.com>
42346 Date: Wed Mar 5 17:21:43 2008 -0600
42347
42348 FSL: Move board/mpc8266ads under board/freescale
42349
42350 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42351
42352 commit 5863577989ad689427bb750107e9a75f1c1645d2
42353 Author: Jon Loeliger <jdl@freescale.com>
42354 Date: Wed Mar 5 16:41:41 2008 -0600
42355
42356 FSL: Move board/mpc8260ads under board/freescale
42357
42358 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42359
42360 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
42361 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42362 Date: Tue Mar 25 21:30:08 2008 +0900
42363
42364 [MIPS] Move gth2_config from ARM section to MIPS
42365
42366 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42367
42368 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
42369 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42370 Date: Tue Mar 25 21:30:07 2008 +0900
42371
42372 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
42373
42374 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42375
42376 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
42377 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42378 Date: Tue Mar 25 21:30:07 2008 +0900
42379
42380 [MIPS] Fix dcache_status()
42381
42382 You can't judge UNCACHED by Config.K0 LSB.
42383
42384 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42385
42386 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
42387 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42388 Date: Tue Mar 25 21:30:07 2008 +0900
42389
42390 [MIPS] Introduce _machine_restart
42391
42392 Handles machine specific functions by using weak functions.
42393
42394 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42395
42396 commit decaba6f5cf386d569ac3997bebb871b966c6b18
42397 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42398 Date: Tue Mar 25 21:30:07 2008 +0900
42399
42400 [MIPS] Cleanup CP0 Status initialization
42401
42402 Add setup_c0_status from Linux. For the moment we disable interrupts, set
42403 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
42404 reset-time configuration and will work well across most processors.
42405
42406 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42407
42408 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
42409 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42410 Date: Tue Mar 25 21:30:07 2008 +0900
42411
42412 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
42413
42414 Without this change, we'll be suffering from deffered WATCH exception
42415 once Status.EXL is cleared. Make sure Cause.WP is cleared.
42416
42417 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42418
42419 commit 26138623230ca2bad3c78e05a65527ea70c8b688
42420 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42421 Date: Tue Mar 25 21:30:07 2008 +0900
42422
42423 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
42424
42425 Move things to appropriate place.
42426
42427 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42428
42429 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
42430 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42431 Date: Tue Mar 25 21:30:06 2008 +0900
42432
42433 [MIPS] Implement flush_cache()
42434
42435 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
42436 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
42437 function is used not only in U-Boot specfic programs but also at loading
42438 target binaries.
42439
42440 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42441
42442 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
42443 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42444 Date: Tue Mar 25 21:30:06 2008 +0900
42445
42446 [MIPS] Fix I-/D-cache initialization loops
42447
42448 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
42449 again per a loop for I-cache initialization. But according to 'See MIPS
42450 Run', we're encouraged to use three separate loops rather than combining
42451 them *for both I- and D-cache*. This patch tries to fix this.
42452
42453 In accordance with fixing above, mips_init_[id]cache are separated from
42454 mips_cache_reset(), and rewrite cache loops are completely rewritten with
42455 useful macros.
42456
42457 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42458
42459 commit 1898840797c7f50799377bd5b285a8a93a82c419
42460 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42461 Date: Tue Mar 25 21:30:06 2008 +0900
42462
42463 [MIPS] Replace memory clearance code with f_fill64
42464
42465 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
42466
42467 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42468
42469 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
42470 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42471 Date: Tue Mar 25 21:30:06 2008 +0900
42472
42473 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
42474
42475 This patch replaces the current function definitions with NESTED, LEAF
42476 and END macro. They specify some more additional information about the
42477 function; an alignment of symbol, type of symbol, stack frame usage, etc.
42478 These information explicitly tells the assembler and the debugger about
42479 the types of code we want to generate.
42480
42481 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42482
42483 commit 282223a607c611425fa33f5428f8eae6636972bb
42484 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42485 Date: Tue Mar 25 11:43:17 2008 +0900
42486
42487 [MIPS] asm headers' updates
42488
42489 Make some asm headers adjusted to the latest Linux kernel.
42490
42491 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42492
42493 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
42494 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42495 Date: Tue Mar 25 11:39:29 2008 +0900
42496
42497 [MIPS] Request for the 'mips_cache_lock()' removal
42498
42499 The initial intension of having mips_cache_lock() was to use the cache
42500 as memory for temporary stack use so that a C environment can be set up
42501 as early as possible.
42502
42503 But now mips_cache_lock() follow lowlevel_init(). We've already have the
42504 real memory initilaized at this point, therefore we could/should use it.
42505 No reason to lock at all.
42506
42507 Other problems:
42508
42509 Cache locking is not consistent across MIPS implementaions. Some imple-
42510 mentations don't support locking at all. The style of locking varies -
42511 some support per line locking, others per way, etc. Some parts use bits
42512 in status registers instead of cache ops. Current mips_cache_lock() is
42513 not necessarily general-purpose.
42514
42515 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
42516 they are never get unlocked, so the code relies on whatever gets loaded
42517 after U-Boot to re-initialize the cache and clear the locks. We're sup-
42518 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
42519 but leave the situation as it is for a long time.
42520
42521 For these reasons, I proposed the removal of mips_cache_lock() from the
42522 global start-up code.
42523
42524 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
42525 *things have changed*. If he wants the same behavior as before, he needs
42526 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
42527
42528 If we don't have any regression report through several releases, then
42529 we'll remove codes entirely.
42530
42531 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
42532 Acked-by: Andrew Dyer <amdyer@gmail.com>
42533
42534 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
42535 Author: Yuri Tikhonov <yur@emcraft.com>
42536 Date: Mon Mar 24 11:30:54 2008 +0100
42537
42538 lwmon5 SYSMON POST: fix backlight control
42539
42540 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
42541 run on the board, then the SYSMON POST controls the display backlight
42542 (doesn't switch backlight ON if POST FAILED, and does switch the
42543 backlight ON if PASSED).
42544
42545 If not, then the video driver controls the display backlight (just
42546 switch ON the backlight upon initialization).
42547
42548 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42549
42550 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
42551 Author: Yuri Tikhonov <yur@emcraft.com>
42552 Date: Mon Mar 24 11:29:14 2008 +0100
42553
42554 lwmon5 SYSMON POST: fix handling of negative temperatures
42555
42556 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
42557
42558 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42559
42560 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
42561 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42562 Date: Fri Mar 7 16:04:25 2008 +0900
42563
42564 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
42565
42566 In current source code, when the device number of PCI is 0, process PCI
42567 bridge without fail. However, when the device number is 0, it is not PCI
42568 always bridge. There are times when device of PCI allocates.
42569
42570 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
42571 use this patch.
42572
42573 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42574 Acked-by: Stefan Roese <sr@denx.de>
42575
42576 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
42577 Author: Yuri Tikhonov <yur@emcraft.com>
42578 Date: Fri Mar 21 09:18:40 2008 +0100
42579
42580 LWMON5: fix dsPIC POST
42581
42582 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
42583
42584 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
42585
42586 commit 388b82fddc7c05596f3f615f190da0448227dc82
42587 Author: Bartlomiej Sieka <tur@semihalf.com>
42588 Date: Thu Mar 20 23:23:13 2008 +0100
42589
42590 [new uImage] Enable new uImage support for the pcs440ep board.
42591
42592 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42593
42594 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
42595 Author: Bartlomiej Sieka <tur@semihalf.com>
42596 Date: Thu Mar 20 23:23:13 2008 +0100
42597
42598 [new uImage] Do not compile new uImage format support by default
42599
42600 Disable default building of new uImage format support in preparation
42601 for merge with the master. Support for new format can be enabled on
42602 a per-board basis, by defining the following in the board's config file:
42603
42604 #define CONFIG_FIT 1
42605 #define CONFIG_OF_LIBFDT 1
42606
42607 This can be optionally defined to give more verbose output:
42608
42609 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
42610
42611 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42612
42613 commit dafaede8a46c7159310239e036c93e31c6374487
42614 Author: Bartlomiej Sieka <tur@semihalf.com>
42615 Date: Thu Mar 20 23:20:31 2008 +0100
42616
42617 [new uImage] Disable debuging output in preparation for merge with master
42618
42619 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42620
42621 commit fbe7a155027beacebaee9b32e1ada781fe924bca
42622 Author: Bartlomiej Sieka <tur@semihalf.com>
42623 Date: Thu Mar 20 19:38:45 2008 +0100
42624
42625 [new uImage] Compilation and new uImage handling fixes for imxtract
42626
42627 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
42628 include/config_cmd_default.h. Fix few warnings and handling of new format
42629 images.
42630
42631 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42632
42633 commit 36cc8cbb3379d5166f882641123521735c469f92
42634 Author: Bartlomiej Sieka <tur@semihalf.com>
42635 Date: Thu Mar 20 23:10:19 2008 +0100
42636
42637 [new uImage] Fix autoscr command used with new uImage format
42638
42639 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42640
42641 commit 43142e817f0597be412e7cbe19413f5532eafa5d
42642 Author: Bartlomiej Sieka <tur@semihalf.com>
42643 Date: Thu Mar 20 23:10:19 2008 +0100
42644
42645 [new uImage] Fix *.its files location in documentation
42646
42647 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42648
42649 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
42650 Author: Wolfgang Denk <wd@denx.de>
42651 Date: Thu Mar 20 22:01:38 2008 +0100
42652
42653 lwmon5 POST: remove unreachable code
42654
42655 plus some coding style cleanup
42656
42657 Signed-off-by: Wolfgang Denk <wd@denx.de>
42658
42659 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
42660 Author: Yuri Tikhonov <yur@emcraft.com>
42661 Date: Thu Mar 20 17:56:04 2008 +0300
42662
42663 LWMON5: POST RTC fix
42664
42665 Modify the RTC API to provide one a status for the time reported by
42666 the rtc_get() function:
42667 0 - a reliable time is guaranteed,
42668 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
42669 and so on).
42670
42671 The RTC chip drivers are responsible for providing this info if the
42672 corresponding chip supports such functionality. If not - always
42673 report that the time is reliable.
42674
42675 The POST RTC test was modified to detect the RTC faults utilizing
42676 this new rtc_get() feature.
42677
42678 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42679
42680 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
42681 Author: Martin Krause <martin.krause@tqs.de>
42682 Date: Wed Mar 19 14:25:14 2008 +0100
42683
42684 TQM5200B: update MTD partition layout
42685
42686 - insert partition for dtb blob to TQM5200B MTD layout
42687 - set env variables dependent on the configured board
42688 (TQM5200 or TQM5200B)
42689
42690 Signed-off-by: Martin Krause <martin.krause@tqs.de>
42691
42692 commit f0105727d132f56a21fa3ed8b162309cca6cac44
42693 Author: Stefan Roese <sr@denx.de>
42694 Date: Wed Mar 19 07:09:26 2008 +0100
42695
42696 CFI: Small cleanup for FLASH_SHOW_PROGRESS
42697
42698 With this patch we don't need that many #ifdef's in the code. It moves
42699 the subtraction into the macro and defines a NOP-macro when
42700 CONFIG_FLASH_SHOW_PROGRESS is not defined.
42701
42702 Signed-off-by: Stefan Roese <sr@denx.de>
42703 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
42704
42705 commit 9a042e9ca512beaaa2cb450274313fc477141241
42706 Author: Jerry Van Baren <gvb.uboot@gmail.com>
42707 Date: Sat Mar 8 13:48:01 2008 -0500
42708
42709 Flash programming progress countdown.
42710
42711 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
42712
42713 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
42714 Author: Bartlomiej Sieka <tur@semihalf.com>
42715 Date: Wed Mar 19 10:00:06 2008 +0100
42716
42717 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
42718
42719 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42720
42721 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
42722 Author: David Gibson <david@gibson.dropbear.id.au>
42723 Date: Mon Feb 18 18:09:04 2008 +1100
42724
42725 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
42726
42727 Since fdt_node_offset_by_compatible() was converted to the new
42728 fdt_next_node() iterator, a chunk of initialization code became
42729 redundant, but was not removed by oversight. This patch cleans it up.
42730
42731 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
42732
42733 commit d0ccb9b140b472039732de102fc14597eedb14df
42734 Author: David Gibson <david@gibson.dropbear.id.au>
42735 Date: Mon Feb 18 18:06:31 2008 +1100
42736
42737 libfdt: Trivial cleanup for CHECK_HEADER)
42738
42739 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
42740 However, there are a handful of functions (fdt_move, rw_check_header,
42741 fdt_open_into) from other files which could also use it (currently
42742 they open-code something more-or-less identical). Therefore, this
42743 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
42744 places.
42745
42746 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
42747
42748 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
42749 Author: Kumar Gala <galak@kernel.crashing.org>
42750 Date: Wed Feb 20 14:32:36 2008 -0600
42751
42752 Fix fdt boardsetup command parsing
42753
42754 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
42755
42756 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42757
42758 commit 804887e6001e2f00bea11431bf34d6d472512cda
42759 Author: Kumar Gala <galak@kernel.crashing.org>
42760 Date: Fri Feb 15 03:34:36 2008 -0600
42761
42762 Add sub-commands to fdt
42763
42764 fdt header - Display header info
42765 fdt bootcpu <id> - Set boot cpuid
42766 fdt memory <addr> <size> - Add/Update memory node
42767 fdt rsvmem print - Show current mem reserves
42768 fdt rsvmem add <addr> <size> - Add a mem reserve
42769 fdt rsvmem delete <index> - Delete a mem reserves
42770
42771 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42772
42773 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
42774 Author: David Gibson <david@gibson.dropbear.id.au>
42775 Date: Thu Feb 14 16:50:34 2008 +1100
42776
42777 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
42778
42779 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
42780 node which has NOP tags interspersed with its properties. In this
42781 case fdt_add_subnode_namelen() will put the new subnode before the
42782 first NOP tag, even if there are properties after it, which will
42783 result in an invalid blob.
42784
42785 This patch fixes the bug, and adds a testcase for it.
42786
42787 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
42788
42789 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
42790 Author: David Gibson <david@gibson.dropbear.id.au>
42791 Date: Tue Feb 12 11:58:31 2008 +1100
42792
42793 libfdt: Add and use a node iteration helper function.
42794
42795 This patch adds an fdt_next_node() function which can be used to
42796 iterate through nodes of the tree while keeping track of depth. This
42797 function is used to simplify the iteration code in a lot of other
42798 functions, and is also exported for use by library users.
42799
42800 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
42801
42802 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
42803 Author: David Gibson <david@gibson.dropbear.id.au>
42804 Date: Fri Jan 11 14:55:05 2008 +1100
42805
42806 libfdt: Add fdt_set_name() function
42807
42808 This patch adds an fdt_set_name() function to libfdt, mirroring
42809 fdt_get_name(). This is a r/w function which alters the name of a
42810 given device tree node.
42811
42812 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
42813
42814 commit 23e20aa6488e6c0622496549861bfdc74108debe
42815 Author: Yuri Tikhonov <yur@pollux.denx.de>
42816 Date: Tue Mar 18 13:33:30 2008 +0100
42817
42818 lwmon5: Fix register test logic to match the specific GDC h/w.
42819
42820 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42821 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42822
42823 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
42824 Author: Yuri Tikhonov <yur@pollux.denx.de>
42825 Date: Tue Mar 18 13:27:57 2008 +0100
42826
42827 Fix backlight in the lwmon5 POST.
42828
42829 Backlight was switched on even when temperature was too low.
42830
42831 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42832 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42833
42834 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
42835 Author: Yuri Tikhonov <yur@pollux.denx.de>
42836 Date: Wed Feb 6 18:48:36 2008 +0100
42837
42838 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).
42839
42840 To enable this, alternative, configuration the U-Boot board configuration
42841 file for lwmon5 includes the definitions of alternative addresses for header
42842 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
42843
42844 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
42845 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
42846 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
42847
42848 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42849
42850 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
42851 Author: Yuri Tikhonov <yur@pollux.denx.de>
42852 Date: Mon Feb 4 17:11:53 2008 +0100
42853
42854 Add support for the lwmon5 board reset via GPIO58.
42855
42856 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42857 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42858
42859 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
42860 Author: Yuri Tikhonov <yur@pollux.denx.de>
42861 Date: Mon Feb 4 17:09:55 2008 +0100
42862
42863 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
42864
42865 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42866 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42867
42868 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
42869 Author: Yuri Tikhonov <yur@pollux.denx.de>
42870 Date: Mon Feb 4 14:11:03 2008 +0100
42871
42872 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.
42873
42874 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42875 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42876
42877 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
42878 Author: Yuri Tikhonov <yur@pollux.denx.de>
42879 Date: Mon Feb 4 14:10:42 2008 +0100
42880
42881 The patch adds new POST tests for the Lwmon5 board. These are:
42882
42883 * External Watchdog test;
42884 * dsPIC tests;
42885 * FPGA test;
42886 * GDC test;
42887 * Sysmon tests.
42888
42889 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42890 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42891
42892 commit c2ed33efbfff5767bca236828e021c55fd547b6c
42893 Author: Yuri Tikhonov <yur@pollux.denx.de>
42894 Date: Mon Feb 4 14:10:01 2008 +0100
42895
42896 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
42897
42898 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42899
42900 commit 3a5d1e7f1309998791702b2a559e3126781746b9
42901 Author: Yuri Tikhonov <yur@pollux.denx.de>
42902 Date: Tue Mar 18 13:33:30 2008 +0100
42903
42904 lwmon5: Fix register test logic to match the specific GDC h/w.
42905
42906 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42907 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42908
42909 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
42910 Author: Yuri Tikhonov <yur@pollux.denx.de>
42911 Date: Tue Mar 18 13:27:57 2008 +0100
42912
42913 Fix backlight in the lwmon5 POST.
42914
42915 Backlight was switcehd on even when temperature was too low.
42916
42917 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42918 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42919
42920 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
42921 Author: Yuri Tikhonov <yur@pollux.denx.de>
42922 Date: Wed Feb 6 18:48:36 2008 +0100
42923
42924 The patch introduces the alternative configuration of the log buffer for
42925 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
42926 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
42927 PPC440EPX_GPT0_COMP5).
42928
42929 To enable this, alternative, configuration the U-Boot board configuration
42930 file for lwmon5 includes the definitions of alternative addresses for header
42931 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
42932
42933 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
42934 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
42935 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
42936
42937 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42938
42939 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
42940 Author: Yuri Tikhonov <yur@pollux.denx.de>
42941 Date: Mon Feb 4 17:11:53 2008 +0100
42942
42943 Add support for the lwmon5 board reset via GPIO58.
42944
42945 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42946 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42947
42948 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
42949 Author: Yuri Tikhonov <yur@pollux.denx.de>
42950 Date: Mon Feb 4 17:09:55 2008 +0100
42951
42952 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
42953 Disable external watch-dog for now.
42954
42955 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42956 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42957
42958 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
42959 Author: Yuri Tikhonov <yur@pollux.denx.de>
42960 Date: Mon Feb 4 14:11:03 2008 +0100
42961
42962 The patch introduces the CRITICAL feature of POST tests. If the test
42963 marked as POST_CRITICAL fails then the alternative, post_critical,
42964 boot-command is used. If this command is not defined then U-Boot
42965 enters into interactive mode.
42966
42967 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42968 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42969
42970 commit 65b20dcefc89618193fa51947968dada91e4c778
42971 Author: Yuri Tikhonov <yur@pollux.denx.de>
42972 Date: Mon Feb 4 14:10:42 2008 +0100
42973
42974 The patch adds new POST tests for the Lwmon5 board.
42975 These are:
42976
42977 * External Watchdog test;
42978 * dsPIC tests;
42979 * FPGA test;
42980 * GDC test;
42981 * Sysmon tests.
42982
42983 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42984 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42985
42986 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
42987 Author: Yuri Tikhonov <yur@pollux.denx.de>
42988 Date: Mon Feb 4 14:10:01 2008 +0100
42989
42990 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
42991
42992 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
42993
42994 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
42995 Author: Wolfgang Denk <wd@denx.de>
42996 Date: Tue Mar 18 17:35:51 2008 +0100
42997
42998 HMI1001: fix compile problem.
42999
43000 Signed-off-by: Wolfgang Denk <wd@denx.de>
43001
43002 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
43003 Author: Mike Frysinger <vapier@gentoo.org>
43004 Date: Mon Feb 18 05:32:30 2008 -0500
43005
43006 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
43007
43008 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
43009 for the board specific driver at all. Just use the common CFI driver.
43010
43011 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43012
43013 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
43014 Author: Mike Frysinger <vapier@gentoo.org>
43015 Date: Tue Feb 19 00:36:14 2008 -0500
43016
43017 Blackfin: add proper ELF markings to some assembly functions
43018
43019 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43020
43021 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
43022 Author: Mike Frysinger <vapier@gentoo.org>
43023 Date: Tue Feb 19 00:35:17 2008 -0500
43024
43025 Blackfin: new cplbinfo command for viewing cplb tables
43026
43027 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43028
43029 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
43030 Author: Mike Frysinger <vapier@gentoo.org>
43031 Date: Mon Feb 18 05:37:51 2008 -0500
43032
43033 Blackfin: update MAINTAINERS list
43034
43035 Add maintainer information for the Blackfin boards.
43036
43037 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43038
43039 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
43040 Author: Mike Frysinger <vapier@gentoo.org>
43041 Date: Mon Feb 18 05:26:48 2008 -0500
43042
43043 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
43044
43045 Stop tying things to the processor that should be tied to other defines and
43046 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
43047 system to select the -mcpu option.
43048
43049 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43050
43051 commit 86a20fb920bd198105acf7b1191117f566d637ed
43052 Author: Mike Frysinger <vapier@gentoo.org>
43053 Date: Sat Feb 16 07:40:36 2008 -0500
43054
43055 Blackfin: move bootldr command to common code
43056
43057 This moves the Blackfin-common bootldr command out of the BF537-STAMP
43058 specific board directory and into the common directory so that all Blackfin
43059 boards may utilize it.
43060
43061 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43062
43063 commit decbe029b2a9d3333d02c433389b1c821eea96d7
43064 Author: Heiko Schocher <hs@denx.de>
43065 Date: Fri Mar 14 11:05:20 2008 +0100
43066
43067 mgcoge: update configuration
43068
43069 Fix configuration for mgcoge board
43070
43071 Signed-off-by: Heiko Schocher <hs@denx.de>
43072
43073 commit c136724cda0219c49f1d4b346f00da29b14fdf14
43074 Author: Wolfgang Denk <wd@denx.de>
43075 Date: Sun Mar 16 01:22:59 2008 +0100
43076
43077 drivers/rtc/Makefile: keep list sorted
43078
43079 Signed-off-by: Wolfgang Denk <wd@denx.de>
43080
43081 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
43082 Author: Tor Krill <tor@excito.com>
43083 Date: Sat Mar 15 15:40:26 2008 +0100
43084
43085 Add support for Intersil isl1208 RTC
43086
43087 Signed-off-by: Tor Krill <tor@excito.com>
43088
43089 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
43090 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43091 Date: Sat Mar 15 17:36:41 2008 +0100
43092
43093 cramfs: Fix ifdef
43094
43095 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43096
43097 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
43098 Author: Wolfgang Denk <wd@denx.de>
43099 Date: Sun Mar 16 01:12:58 2008 +0100
43100
43101 Conding style cleanup
43102
43103 Signed-off-by: Wolfgang Denk <wd@denx.de>
43104
43105 commit 41712b4e8c95dff23354bcd620e1f9477160c190
43106 Author: Stefan Roese <sr@denx.de>
43107 Date: Wed Mar 5 12:31:53 2008 +0100
43108
43109 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
43110
43111 This patch adds USB OHCI support to the Canyonlands board port. It also
43112 enables EXT2 support.
43113
43114 Signed-off-by: Stefan Roese <sr@denx.de>
43115
43116 commit 2596f5b9d353ff3e4387a3325d05740f16958038
43117 Author: Stefan Roese <sr@denx.de>
43118 Date: Wed Mar 5 12:29:32 2008 +0100
43119
43120 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
43121
43122 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
43123 way a board just needs to define this new option to enable the "force
43124 NoPowerSwitching mode" instead of adding new CPU/architecture defines
43125 to the USB source itself.
43126
43127 This new option will be used first with the new AMCC 460EX Canyonlands
43128 board port, which will be posted in a few days.
43129
43130 This patch also fixes a small compilation problem when DEBUG is enabled.
43131
43132 Signed-off-by: Stefan Roese <sr@denx.de>
43133
43134 commit 71665ebf88408ff2acb762af47989fd4365b321a
43135 Author: Stefan Roese <sr@denx.de>
43136 Date: Mon Mar 3 17:27:02 2008 +0100
43137
43138 ppc4xx: Add Canyonlands NAND booting support
43139
43140 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
43141 NAND devices. The only bootstrap option for NAND booting is option F for
43142 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
43143 EEPROM needs to be programmed accordingly.
43144
43145 This patch adds basic NAND booting support for the AMCC Canyonlands aval
43146 board and also adds support to the "bootstrap" command, to enable NAND
43147 booting I2C setting.
43148
43149 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
43150
43151 Signed-off-by: Stefan Roese <sr@denx.de>
43152
43153 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
43154 Author: Stefan Roese <sr@denx.de>
43155 Date: Tue Mar 11 16:53:00 2008 +0100
43156
43157 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
43158
43159 This patch adds support for the AMCC Canyonlands 460EX evaluation
43160 board.
43161
43162 Signed-off-by: Stefan Roese <sr@denx.de>
43163
43164 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
43165 Author: Stefan Roese <sr@denx.de>
43166 Date: Tue Mar 11 16:52:24 2008 +0100
43167
43168 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
43169
43170 This patch adds support for the AMCC Canyonlands 460EX evaluation
43171 board.
43172
43173 Signed-off-by: Stefan Roese <sr@denx.de>
43174
43175 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
43176 Author: Stefan Roese <sr@denx.de>
43177 Date: Tue Mar 11 16:51:17 2008 +0100
43178
43179 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
43180
43181 This patch adds support for the AMCC Canyonlands 460EX evaluation
43182 board.
43183
43184 Signed-off-by: Stefan Roese <sr@denx.de>
43185
43186 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
43187 Author: Stefan Roese <sr@denx.de>
43188 Date: Tue Mar 11 15:11:43 2008 +0100
43189
43190 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
43191
43192 This patch adds basic support for the AMCC 460EX/460GT PPC's.
43193
43194 Signed-off-by: Stefan Roese <sr@denx.de>
43195
43196 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
43197 Author: Stefan Roese <sr@denx.de>
43198 Date: Tue Mar 11 15:11:18 2008 +0100
43199
43200 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
43201
43202 This patch adds basic support for the AMCC 460EX/460GT PPC's.
43203
43204 Signed-off-by: Stefan Roese <sr@denx.de>
43205
43206 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
43207 Author: Stefan Roese <sr@denx.de>
43208 Date: Tue Mar 11 15:07:10 2008 +0100
43209
43210 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
43211
43212 This patch adds basic support for the AMCC 460EX/460GT PPC's.
43213
43214 Signed-off-by: Stefan Roese <sr@denx.de>
43215
43216 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
43217 Author: Stefan Roese <sr@denx.de>
43218 Date: Tue Mar 11 15:05:50 2008 +0100
43219
43220 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
43221
43222 This patch adds basic support for the AMCC 460EX/460GT PPC's.
43223
43224 Signed-off-by: Stefan Roese <sr@denx.de>
43225
43226 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
43227 Author: Stefan Roese <sr@denx.de>
43228 Date: Tue Mar 11 15:05:26 2008 +0100
43229
43230 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
43231
43232 This patch adds basic support for the AMCC 460EX/460GT PPC's.
43233
43234 Signed-off-by: Stefan Roese <sr@denx.de>
43235
43236 commit 56e410178375d9f20be25fb24e180974f0ae120b
43237 Author: Stefan Roese <sr@denx.de>
43238 Date: Tue Feb 19 22:07:57 2008 +0100
43239
43240 ppc4xx: interrupt.c reworked
43241
43242 This patch is a rework of the 4xx interrupt handling done while
43243 adding the 460EX/GT support. Interrupts are needed on 4xx for the
43244 EMAC driver.
43245
43246 Signed-off-by: Stefan Roese <sr@denx.de>
43247
43248 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
43249 Author: Stefan Roese <sr@denx.de>
43250 Date: Tue Feb 19 22:01:57 2008 +0100
43251
43252 ppc4xx: program_tlb now uses 64bit physical addess
43253
43254 This patch changes the physical addess parameter from 32bit to 64bit.
43255 This is needed for 36bit 4xx platforms to access areas located
43256 beyond the 4GB border, like SoC peripherals (EBC etc.).
43257
43258 Signed-off-by: Stefan Roese <sr@denx.de>
43259
43260 commit c3307fa186af85771924c434997089b8104c0a46
43261 Author: Stefan Roese <sr@denx.de>
43262 Date: Tue Feb 19 21:58:25 2008 +0100
43263
43264 ppc4xx: miiphy.c reworked
43265
43266 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
43267 badly neede some cleanup.
43268
43269 Signed-off-by: Stefan Roese <sr@denx.de>
43270
43271 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
43272 Author: Stefan Roese <sr@denx.de>
43273 Date: Tue Feb 19 16:21:49 2008 +0100
43274
43275 rtc: Add M41T62 support
43276
43277 This patch add support for the STM M41T62 RTC. It is used and tested
43278 on the AMCC Canyonlands 406EX platform.
43279
43280 Signed-off-by: Stefan Roese <sr@denx.de>
43281
43282 commit 217d383e201adc7f2271145ae345ea5eae2b7170
43283 Author: Niklaus Giger <niklaus.giger@netstal.com>
43284 Date: Mon Feb 25 18:46:43 2008 +0100
43285
43286 ppc4xx: Add 405GPr based MCU25 board specific files
43287
43288 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43289
43290 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
43291 Author: Niklaus Giger <niklaus.giger@netstal.com>
43292 Date: Mon Feb 25 18:46:42 2008 +0100
43293
43294 ppc4xx: Add 405GPr based MCU25 board config file
43295
43296 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43297
43298 commit b05f35436b733a240559e77e46bed8439665ecc5
43299 Author: Niklaus Giger <niklaus.giger@netstal.com>
43300 Date: Mon Feb 25 18:46:41 2008 +0100
43301
43302 ppc4xx: Add 405GPr based MCU25 board. Global files
43303
43304 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43305
43306 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
43307 Author: Niklaus Giger <niklaus.giger@netstal.com>
43308 Date: Mon Feb 25 18:37:02 2008 +0100
43309
43310 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
43311
43312 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43313
43314 commit a079494853cc2bfeddb26673219db0b4b2b31566
43315 Author: Niklaus Giger <niklaus.giger@netstal.com>
43316 Date: Mon Feb 25 18:37:01 2008 +0100
43317
43318 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
43319
43320 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
43321 the FLASH_CFI_LEGACY et al. config options.
43322
43323 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43324
43325 commit e4170e5a50c8110f792bc37472833ae669d69951
43326 Author: Stefan Roese <sr@denx.de>
43327 Date: Tue Mar 11 13:52:25 2008 +0100
43328
43329 ppc4xx: Fix comment in 405EX DDR2 init code
43330
43331 Signed-off-by: Stefan Roese <sr@denx.de>
43332
43333 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
43334 Author: Bartlomiej Sieka <tur@semihalf.com>
43335 Date: Fri Mar 14 16:22:34 2008 +0100
43336
43337 Add MD5 support to the new uImage format
43338
43339 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43340
43341 commit 0ede0c383530a418cf98be9122371a86573cd0db
43342 Author: Bartlomiej Sieka <tur@semihalf.com>
43343 Date: Fri Mar 14 16:22:34 2008 +0100
43344
43345 Add the MD5 algorithm
43346
43347 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
43348 calculated using the md5() function -- see include/md5.h for details.
43349
43350 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43351
43352 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
43353 Author: Wolfgang Denk <wd@denx.de>
43354 Date: Fri Mar 14 16:04:54 2008 +0100
43355
43356 tools/setlocalversion: use a git-describe-ish format
43357
43358 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
43359 where 'nnnnn' is the number of commits since the last tag (i.e.,
43360 1.3.2-rc3). This makes it much easier to recognize "newer" versions
43361 and to see how much has been changed since the referenced tag.
43362
43363 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
43364
43365 Signed-off-by: Wolfgang Denk <wd@denx.de>
43366
43367 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
43368 Author: Wolfgang Denk <wd@denx.de>
43369 Date: Thu Mar 13 14:32:03 2008 +0100
43370
43371 HMI1001: add support for MPC5200 Rev. B processors.
43372
43373 Signed-off-by: Wolfgang Denk <wd@denx.de>
43374
43375 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
43376 Author: Wolfgang Denk <wd@denx.de>
43377 Date: Thu Mar 13 14:29:49 2008 +0100
43378
43379 TQM5200: remove dead code
43380
43381 This board never used a MGT5100 processor.
43382
43383 Signed-off-by: Wolfgang Denk <wd@denx.de>
43384
43385 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
43386 Author: Marian Balakowicz <m8@semihalf.com>
43387 Date: Wed Mar 12 12:14:15 2008 +0100
43388
43389 [new uImage] Fix build issue on ARM
43390
43391 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
43392
43393 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43394
43395 commit 3310c549a73a949430bfda90876df7552a1dab0c
43396 Author: Marian Balakowicz <m8@semihalf.com>
43397 Date: Wed Mar 12 12:13:13 2008 +0100
43398
43399 [new uImage] Add new uImage format documentation and examples
43400
43401 Create doc/uImage.FIT documentation directory with the following files:
43402 - command_syntax_extensions.txt : extended command syntax description
43403 - howto.txt : short usage howto
43404 - source_file_format.txt : internal new uImage format description
43405
43406 Add example image source files:
43407 - kernel.its
43408 - kernel_fdt.its
43409 - multi.its
43410
43411 Update README appropriately.
43412
43413 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43414 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43415
43416 commit 1ec73761d2e247078f4520a265d463e8b73391a2
43417 Author: Marian Balakowicz <m8@semihalf.com>
43418 Date: Wed Mar 12 10:35:52 2008 +0100
43419
43420 [new uImage] Fix definition of common bootm_headers_t fields
43421
43422 verify, autostart and lmb fields are used regardless of CONFIG_FIT
43423 setting, move their definitions to common section.
43424
43425 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43426
43427 commit 1d1cb4270edc6a99276834064069717f9782c491
43428 Author: Marian Balakowicz <m8@semihalf.com>
43429 Date: Wed Mar 12 10:35:51 2008 +0100
43430
43431 [new uImage] Fix build problems on trab board
43432
43433 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43434
43435 commit f773bea8e11f4a11c388dcee956b2444203e6b65
43436 Author: Marian Balakowicz <m8@semihalf.com>
43437 Date: Wed Mar 12 10:35:46 2008 +0100
43438
43439 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
43440
43441 Save FIT configuration provied in the first bootm argument and use it
43442 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
43443 arguments are not specified.
43444
43445 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43446
43447 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
43448 Author: Marian Balakowicz <m8@semihalf.com>
43449 Date: Wed Mar 12 10:33:01 2008 +0100
43450
43451 [new uImage] More verbose kernel image uncompress error message
43452
43453 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43454
43455 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
43456 Author: Marian Balakowicz <m8@semihalf.com>
43457 Date: Wed Mar 12 10:33:01 2008 +0100
43458
43459 [new uImage] Use show_boot_progress() for new uImage format
43460
43461 This patch allocates a set of show_boot_progress() IDs for new uImage format
43462 and adds show_boot_progress() calls in new uImage format handling code.
43463
43464 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43465
43466 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
43467 Author: Marian Balakowicz <m8@semihalf.com>
43468 Date: Wed Mar 12 10:33:01 2008 +0100
43469
43470 [new uImage] Add new uImage fromat support to fpga command
43471
43472 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43473
43474 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
43475 Author: Marian Balakowicz <m8@semihalf.com>
43476 Date: Wed Mar 12 10:33:01 2008 +0100
43477
43478 [new uImage] Add new uImage format handling to other bootm related commands
43479
43480 Updated commands:
43481
43482 docboot - cmd_doc.c
43483 fdcboot - cmd_fdc.c
43484 diskboot - cmd_ide.c
43485 nboot - cmd_nand.c
43486 scsiboot - cmd_scsi.c
43487 usbboot - cmd_usb.c
43488
43489 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43490
43491 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
43492 Author: Marian Balakowicz <m8@semihalf.com>
43493 Date: Wed Mar 12 10:33:00 2008 +0100
43494
43495 [new uImage] Add new uImage format support to imgextract command
43496
43497 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43498
43499 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
43500 Author: Marian Balakowicz <m8@semihalf.com>
43501 Date: Wed Mar 12 10:33:00 2008 +0100
43502
43503 [new uImage] Add new uImage format support to autoscript routine
43504
43505 autoscript() routine is updated to accept second argument, which
43506 is only used for FIT images and provides a FIT subimage unit name.
43507
43508 autoscript() routine callers must now pass two arguments. For
43509 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
43510 variable 'autoscript_uname' is introduced and used as a FIT
43511 subimage unit name source.
43512
43513 autoscript command accepts extended syntax of the addr argument:
43514 addr:<subimg_uname>
43515
43516 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43517
43518 commit cd7c596e9f561dbbc17b717277438aee78cde14f
43519 Author: Marian Balakowicz <m8@semihalf.com>
43520 Date: Wed Mar 12 10:33:00 2008 +0100
43521
43522 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
43523
43524 This patch updates architecture specific implementations of
43525 do_bootm_linux() adding new uImage format handling for
43526 operations like get kernel entry point address, get kernel
43527 image data start address.
43528
43529 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43530
43531 commit 3dfe110149311425919e6d6a14b561b4207498f1
43532 Author: Marian Balakowicz <m8@semihalf.com>
43533 Date: Wed Mar 12 10:32:59 2008 +0100
43534
43535 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
43536
43537 This patch adds new node offset fields to struct bootm_headers
43538 and updates bootm_headers processing code to make use of them.
43539 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
43540
43541 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43542
43543 commit bc8ed486b125452ba3bd8344f052f437329150c5
43544 Author: Marian Balakowicz <m8@semihalf.com>
43545 Date: Wed Mar 12 10:32:53 2008 +0100
43546
43547 [new uImage] ppc: Add new uImage format support to FDT handling routines
43548
43549 Support for new (FIT) format uImages is added to powerpc specific
43550 boot_get_fdt() routine which now recognizes, sanity checks FIT image
43551 and is able to access data sections of the requested component image.
43552
43553 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43554
43555 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
43556 Author: Marian Balakowicz <m8@semihalf.com>
43557 Date: Wed Mar 12 10:14:57 2008 +0100
43558
43559 [new uImage] Re-enable interrupts for non automatic booting
43560
43561 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
43562 environment variable is not set to 'yes'.
43563
43564 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43565
43566 commit d985c8498c4e47095820da97aa722381d39172c5
43567 Author: Marian Balakowicz <m8@semihalf.com>
43568 Date: Wed Mar 12 10:14:38 2008 +0100
43569
43570 [new uImage] Remove unnecessary arguments passed to ramdisk routines
43571
43572 boot_get_ramdisk() and image_get_ramdisk() do not need all
43573 cmdtp, flag, argc and argv arguments. Simplify routines definition.
43574
43575 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43576
43577 commit c87796483bc7c2900470dc747c367f602577608d
43578 Author: Marian Balakowicz <m8@semihalf.com>
43579 Date: Wed Mar 12 10:12:37 2008 +0100
43580
43581 [new uImage] Add new uImage format support for ramdisk handling
43582
43583 This patch updates boot_get_ramdisk() routine adding format
43584 verification and handling for new (FIT) uImages.
43585
43586 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43587
43588 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
43589 Author: Marian Balakowicz <m8@semihalf.com>
43590 Date: Wed Mar 12 10:01:05 2008 +0100
43591
43592 [new uImage] Add new uImage format support for kernel booting
43593
43594 New format uImages are recognized by the bootm command,
43595 validity of specified kernel component image is checked and
43596 its data section located and used for further processing
43597 (uncompress, load, etc.)
43598
43599 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43600
43601 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
43602 Author: Marian Balakowicz <m8@semihalf.com>
43603 Date: Tue Mar 11 12:35:20 2008 +0100
43604
43605 [new uImage] Add new uImage format support for imls and iminfo commands
43606
43607 imls and iminfo can now recognize nad print out contents of the new (FIT)
43608 format uImages.
43609
43610 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43611
43612 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
43613 Author: Bartlomiej Sieka <tur@semihalf.com>
43614 Date: Tue Mar 11 12:34:47 2008 +0100
43615
43616 [new uImage] Add support for new uImage format to mkimage tool
43617
43618 Support for the new uImage format (FIT) is added to mkimage tool.
43619 Commandline syntax is appropriately extended:
43620
43621 mkimage [-D dtc_options] -f fit-image.its fit-image
43622
43623 mkimage (together with dtc) takes fit-image.its and referenced therein
43624 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
43625 final image that can be transferred to the target (e.g., via tftp) and then
43626 booted using the bootm command in U-Boot.
43627
43628 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43629
43630 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
43631 Author: Marian Balakowicz <m8@semihalf.com>
43632 Date: Mon Mar 10 17:53:49 2008 +0100
43633
43634 [new uImage] Make node unit names const in struct bootm_headers
43635
43636 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43637
43638 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
43639 Author: Marian Balakowicz <m8@semihalf.com>
43640 Date: Fri Feb 29 21:24:06 2008 +0100
43641
43642 [new uImage] New uImage low-level API
43643
43644 Add FDT-based functions for handling new format component images,
43645 configurations, node operations, property get/set, etc.
43646
43647 fit_ - routines handling global new format uImage operations
43648 like get/set top level property, process all nodes, etc.
43649 fit_image_ - routines handling component images subnodes
43650 fit_conf_ - routines handling configurations node
43651
43652 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43653 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43654
43655 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
43656 Author: Wolfgang Denk <wd@denx.de>
43657 Date: Sun Mar 9 16:20:02 2008 +0100
43658
43659 Release v1.3.2
43660
43661 Update CHANGELOG for release.
43662
43663 Signed-off-by: Wolfgang Denk <wd@denx.de>
43664
43665 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
43666 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43667 Date: Sun Mar 9 14:52:11 2008 +0100
43668
43669 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
43670
43671 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43672 Signed-off-by: Wolfgang Denk <wd@denx.de>
43673
43674 commit db695b78515ddb88a2d4f3357c120345efbf59ec
43675 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43676 Date: Sun Mar 9 10:44:01 2008 +0100
43677
43678 scb9328: Fix flash warning: type qualifiers ignored on function return type
43679
43680 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43681
43682 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
43683 Author: Wolfgang Denk <wd@denx.de>
43684 Date: Sun Mar 9 10:50:41 2008 +0100
43685
43686 esd/common/fpga.c: fix indentation.
43687
43688 Signed-off-by: Wolfgang Denk <wd@denx.de>
43689
43690 commit cc3843e36453e2b8db65d7e56de938ba045016a0
43691 Author: Wolfgang Denk <wd@denx.de>
43692 Date: Sun Mar 9 10:33:31 2008 +0100
43693
43694 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
43695
43696 and get rid of a couple of unneeded casts.
43697
43698 Signed-off-by: Wolfgang Denk <wd@denx.de>
43699
43700 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
43701 Author: Wolfgang Denk <wd@denx.de>
43702 Date: Sun Mar 9 10:09:53 2008 +0100
43703
43704 esd/common/fpga.c: fix 'assignment of read-only location' error
43705
43706 Signed-off-by: Wolfgang Denk <wd@denx.de>
43707
43708 commit c6fe4dabac066e8758345d249032768496983a3e
43709 Author: Wolfgang Denk <wd@denx.de>
43710 Date: Sun Mar 9 02:13:19 2008 +0100
43711
43712 Makefile: make build silently again.
43713
43714 Signed-off-by: Wolfgang Denk <wd@denx.de>
43715
43716 commit 76babc86576f092573599334c85ec543fdbc6015
43717 Author: Wolfgang Denk <wd@denx.de>
43718 Date: Sun Mar 9 02:07:49 2008 +0100
43719
43720 m501sk: Fix out of tree building
43721
43722 Signed-off-by: Wolfgang Denk <wd@denx.de>
43723
43724 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
43725 Author: Wolfgang Denk <wd@denx.de>
43726 Date: Sun Mar 9 00:06:09 2008 +0100
43727
43728 ADS5121: fix out of tree build
43729
43730 and simplify Makefile a bit.
43731
43732 Signed-off-by: Wolfgang Denk <wd@denx.de>
43733
43734 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
43735 Author: Wolfgang Denk <wd@denx.de>
43736 Date: Sat Mar 8 22:35:31 2008 +0100
43737
43738 Release v1.3.2
43739
43740 Signed-off-by: Wolfgang Denk <wd@denx.de>
43741
43742 commit 78a90f827df74520e939c794fc7413dace21c4db
43743 Author: Wolfgang Denk <wd@denx.de>
43744 Date: Sat Mar 8 22:35:04 2008 +0100
43745
43746 Update CHANGELOG
43747
43748 Signed-off-by: Wolfgang Denk <wd@denx.de>
43749
43750 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
43751 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43752 Date: Sat Mar 8 21:30:04 2008 +0100
43753
43754 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
43755
43756 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43757
43758 commit d75469d48c05795144f4b8ba76addbb4920a7bba
43759 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43760 Date: Sat Mar 8 09:25:49 2008 +0900
43761
43762 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
43763
43764 When rtl_recv() of rtl8169 is called, OWNbit of status register
43765 is not enable occasionally.
43766 rtl_recv() doesn't work normally when the driver doesn't do
43767 appropriate processing.
43768 This patch fix this problem.
43769
43770 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43771
43772 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
43773 Author: Heiko Schocher <hs@denx.de>
43774 Date: Fri Mar 7 08:15:28 2008 +0100
43775
43776 mgsuvd: update board configuration
43777
43778 initialize the UPIOx controller.
43779
43780 Signed-off-by: Heiko Schocher <hs@denx.de>
43781
43782 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
43783 Author: Heiko Schocher <hs@denx.de>
43784 Date: Fri Mar 7 08:13:41 2008 +0100
43785
43786 mgcoge: update board configuration
43787
43788 add support for the config Flash.
43789 initialize the UPIOx controller.
43790
43791 Signed-off-by: Heiko Schocher <hs@denx.de>
43792
43793 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
43794 Author: Kim Phillips <kim.phillips@freescale.com>
43795 Date: Fri Mar 7 12:27:31 2008 -0600
43796
43797 mpc83xx: make dtb basename file references equal those of linux
43798
43799 the dts file basenames were updated in linux - this helps avoid
43800 inadvertently loading any old dtbs laying around.
43801
43802 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43803
43804 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
43805 Author: Kim Phillips <kim.phillips@freescale.com>
43806 Date: Wed Feb 27 16:08:22 2008 -0600
43807
43808 net: uec_phy: actually increment the timeout counter
43809
43810 allow u-boot to recover (and, e.g., switch to another interface) in the
43811 case where a PHY does not report autonegotiation is complete within its
43812 two second timeout value.
43813
43814 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43815
43816 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
43817 Author: Markus Brunner <super.firetwister@googlemail.com>
43818 Date: Wed Mar 5 21:38:12 2008 +0100
43819
43820 fix taihu soft spi_read
43821
43822 The taihu board used gpio_read_out_bit which reads the output register and not
43823 the pin state.
43824
43825 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
43826
43827 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
43828 Author: Stefan Roese <sr@denx.de>
43829 Date: Fri Mar 7 08:01:43 2008 +0100
43830
43831 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
43832
43833 Signed-off-by: Stefan Roese <sr@denx.de>
43834
43835 commit bd4458cb47abecabd406b1210457be96c69fc49d
43836 Author: Dave Liu <r63238@freescale.com>
43837 Date: Tue Mar 4 16:59:22 2008 +0800
43838
43839 837xEMDS: Improve the system performance
43840
43841 1. Make the CSB bus pipeline depth as 4, and enable
43842 the repeat mode;
43843 2. Raise the eTSEC emergency priority;
43844 3. Use the highest IP blocks clock.
43845
43846 Signed-off-by: Dave Liu <daveliu@freescale.com>
43847
43848 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
43849 Author: Detlev Zundel <dzu@denx.de>
43850 Date: Thu Mar 6 16:45:53 2008 +0100
43851
43852 Replace "run load; run update" with conditionalized "run load update".
43853
43854 The latter version stops when "run load" fails for whatever reasons
43855 rendering the combination *a lot* more secure.
43856
43857 Signed-off-by: Detlev Zundel <dzu@denx.de>
43858
43859 commit 6bc113886d7d316df1a4e459bec8baf027518551
43860 Author: Stefan Roese <sr@denx.de>
43861 Date: Tue Mar 4 17:40:41 2008 +0100
43862
43863 net: Print error message upon net usage when no ethernet-interface is found
43864
43865 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
43866 defined. Then no ethernet interface is available but a simple "tftp"
43867 command will return without any error message which is quite confusing.
43868
43869 Signed-off-by: Stefan Roese <sr@denx.de>
43870
43871 commit a30a549a3553032d809e0356306b62de0b125901
43872 Author: Jon Loeliger <jdl@freescale.com>
43873 Date: Tue Mar 4 10:03:03 2008 -0600
43874
43875 Remove erroneous or extra spd.h #includers.
43876
43877 Many of the spd.h #includers don't need it,
43878 and wanted to have spd_sdram() declared instead.
43879 Since they didn't get that, some also had open
43880 coded extern declarations of it instead or as well.
43881 Fix it all up by using spd_sdram.h where needed.
43882
43883 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43884
43885 commit a4475386cef14af3fd88f0518b688e755669486d
43886 Author: Wolfgang Denk <wd@denx.de>
43887 Date: Tue Mar 4 17:41:28 2008 +0100
43888
43889 PCS440EP: fix build problems (redundant #define)
43890
43891 Signed-off-by: Wolfgang Denk <wd@denx.de>
43892
43893 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
43894 Author: Stefan Roese <sr@denx.de>
43895 Date: Tue Mar 4 17:39:25 2008 +0100
43896
43897 net: Print error message upon net usage when no ethernet-interface is found
43898
43899 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
43900 defined. Then no ethernet interface is available but a simple "tftp"
43901 command will return without any error message which is quite confusing.
43902
43903 Signed-off-by: Stefan Roese <sr@denx.de>
43904
43905 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
43906 Author: Wolfgang Denk <wd@denx.de>
43907 Date: Tue Mar 4 17:38:50 2008 +0100
43908
43909 W7OLMC/W7OLMG: fix build problems (redundant #define)
43910
43911 Signed-off-by: Wolfgang Denk <wd@denx.de>
43912
43913 commit f9301e1cda296245ba052d7b08321199c3d0af9d
43914 Author: Wolfgang Denk <wd@denx.de>
43915 Date: Tue Mar 4 14:58:31 2008 +0100
43916
43917 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
43918
43919 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
43920 problem for out-of-tree builds which caused "make clean" to fail.
43921
43922 Signed-off-by: Wolfgang Denk <wd@denx.de>
43923
43924 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
43925 Author: Wolfgang Denk <wd@denx.de>
43926 Date: Tue Mar 4 11:58:26 2008 +0100
43927
43928 examples/Makefile: build "hello_world" on 8xx, too.
43929
43930 Signed-off-by: Wolfgang Denk <wd@denx.de>
43931
43932 commit 74eb0222594fd23aafdf168e60e872814eea8b62
43933 Author: Mike Nuss <mike@terascala.com>
43934 Date: Mon Mar 3 15:27:05 2008 -0500
43935
43936 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
43937
43938 Every now and then a Sequoia board (or equivalent hardware) had
43939 problems connecting to a Gigabit capable network interface.
43940
43941 There were differences in the PHY setup between Linux and U-Boot.
43942
43943 This patch fixes the problem. Apparently "remote fault" is being set,
43944 which signals to some devices (on the other end of the cable) that a
43945 fault has occurred, while other devices ignore it. I believe the RF bit
43946 was causing the issue, but I removed T4 also, to match up with Linux.
43947
43948 Signed-off-by: Mike Nuss <mike@terascala.com>
43949
43950 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
43951 Author: Timur Tabi <timur@freescale.com>
43952 Date: Mon Mar 3 09:58:52 2008 -0600
43953
43954 fix QE firmware uploading limit
43955
43956 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
43957 systems with more than one RISC core.
43958
43959 Signed-off-by: Timur Tabi <timur@freescale.com>
43960
43961 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
43962 Author: Bernhard Nemec <bnemec@ganssloser.com>
43963 Date: Mon Mar 3 11:57:23 2008 +0000
43964
43965 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
43966
43967 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
43968 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
43969
43970 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
43971
43972 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
43973 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
43974 Date: Mon Mar 3 10:39:13 2008 +0200
43975
43976 fix copy from ram to dataflash
43977
43978 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
43979 routines instead of dataflash. This is because it checks "if source
43980 address is not dataflash" instead of target address.
43981
43982 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
43983
43984 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
43985 Author: Wolfgang Denk <wd@denx.de>
43986 Date: Mon Mar 3 12:16:44 2008 +0100
43987
43988 Fix quoting problem (preboot setting) in many board config files.
43989
43990 Signed-off-by: Wolfgang Denk <wd@denx.de>
43991
43992 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
43993 Author: Wolfgang Denk <wd@denx.de>
43994 Date: Mon Mar 3 12:36:49 2008 +0100
43995
43996 ADS5121: Fix default environment.
43997
43998 Signed-off-by: Wolfgang Denk <wd@denx.de>
43999
44000 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
44001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44002 Date: Sun Mar 2 16:12:31 2008 +0100
44003
44004 Makefile: Fix missing unconfig and mkconfig use
44005
44006 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44007
44008 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
44009 Author: michael <trimarchi@gandalf.sssup.it>
44010 Date: Sun Mar 2 23:33:46 2008 +0100
44011
44012 Fix checking fat32 cluster size.
44013
44014 This fixes the cluster size tests in the FAT32 file system.
44015 The current implementation of VFAT support doesn't work if the
44016 referred cluster has an offset > 16bit representation, causing
44017 "fatload" and "fatls" commands etc. to fail.
44018
44019 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
44020
44021 commit 661bad63a076a96c39c64f136915f146725af92b
44022 Author: Wolfgang Denk <wd@denx.de>
44023 Date: Sun Mar 2 22:57:23 2008 +0100
44024
44025 Prepare v1.3.2-rc2 release candidate
44026
44027 Signed-off-by: Wolfgang Denk <wd@denx.de>
44028
44029 commit 76957cb3d621bf664311908e5962e151c633c285
44030 Author: Stefan Roese <sr@denx.de>
44031 Date: Sat Mar 1 12:11:40 2008 +0100
44032
44033 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
44034
44035 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
44036 currently 4k/2k is configured. This patch fixes this issue.
44037
44038 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
44039
44040 Signed-off-by: Stefan Roese <sr@denx.de>
44041
44042 commit 118978c8eb43803e2794233922df4249fa278b83
44043 Author: Woodruff, Richard <r-woodruff2@ti.com>
44044 Date: Fri Feb 29 17:34:35 2008 -0600
44045
44046 Fix alignment error on ARM for modules
44047
44048 Fix alignment fault on ARM when running modules. With out an explicit
44049 linker file gcc4.2.1 will half word align __bss_start's value. The word
44050 dereference will crash hello_world.
44051
44052 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
44053
44054 commit ce1120dd703e6f12c59e4eba9962356a0300b832
44055 Author: Dave Liu <r63238@freescale.com>
44056 Date: Fri Feb 29 17:45:31 2008 +0800
44057
44058 fs: Fix ext2 read issue
44059
44060 The ext2 aligned process will corrupt the key
44061 data struct, the patch fix this.
44062
44063 Signed-off-by: Dave Liu <daveliu@freescale.com>
44064
44065 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
44066 Author: Wolfgang Denk <wd@denx.de>
44067 Date: Sun Mar 2 22:45:33 2008 +0100
44068
44069 Makefile: cleanup "clean" target
44070
44071 Make sure CDPATH settings cannot interfere.
44072 Update CHANGELOG.
44073
44074 Signed-off-by: Wolfgang Denk <wd@denx.de>
44075
44076 commit ffda586fc1373243c9794babde69500f6293a8d8
44077 Author: Li Yang <leoli@freescale.com>
44078 Date: Fri Feb 29 11:46:05 2008 +0800
44079
44080 add cscope build target
44081
44082 Add cscope build target to generate cscope database for code browsing.
44083
44084 Signed-off-by: Li Yang <leoli@freescale.com>
44085
44086 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
44087 Author: Kim Phillips <kim.phillips@freescale.com>
44088 Date: Wed Feb 27 15:06:39 2008 -0600
44089
44090 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
44091
44092 erratum 5.6 states the autoneg completion bit is functional only if the
44093 autoneg bit is asserted.
44094
44095 This fixes any secondarily-issued networking commands on non-gigabit
44096 links on the mpc8360 mds board.
44097
44098 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44099
44100 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
44101 Author: John Rigby <jrigby@freescale.com>
44102 Date: Tue Feb 26 09:38:14 2008 -0700
44103
44104 MPC5121e ADS PCI support take 3
44105
44106 Adds PCI support for MPC5121
44107
44108 Tested with drivers/net/rtl8139.c
44109
44110 Support is conditional since PCI on old silicon does not work.
44111
44112 ads5121_PCI_config turns on PCI
44113
44114 In this version, condition compilation of PCI code has been moved
44115 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
44116 suggested by Jean-Christophe PLAGNIOL-VILLARD
44117
44118 Signed-off-by: John Rigby <jrigby@freescale.com>
44119
44120 commit 44b4dbed4133f657705b7c5193209da9978243a7
44121 Author: Anatolij Gustschin <agust@denx.de>
44122 Date: Mon Feb 25 23:53:07 2008 +0100
44123
44124 Fix warnings while compilation of post/drivers/memory.c
44125
44126 Fix warnings while compilation with new gcc in eldk-4.2
44127
44128 Signed-off-by: Anatolij Gustschin <agust@denx.de>
44129
44130 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
44131 Author: Anatolij Gustschin <agust@denx.de>
44132 Date: Mon Feb 25 20:54:04 2008 +0100
44133
44134 ppc4xx: Fix problem in 4xx_enet.c driver
44135
44136 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
44137 enabled. To reproduce the problem ensure that 'ethrotate'
44138 environment variable isn't set to "no" and then run
44139 "tftp 200000 not_existent_file".
44140 This patch tries to fix the issue.
44141
44142 Signed-off-by: Anatolij Gustschin <agust@denx.de>
44143
44144 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
44145 Author: Anatolij Gustschin <agust@denx.de>
44146 Date: Mon Feb 25 20:04:20 2008 +0100
44147
44148 POST: Disable cache while SPR POST
44149
44150 Currently (since commit b2e2142c) u-boot crashes on
44151 sequoia board while SPR test if CONFIG_4xx_DCACHE is
44152 enabled. This patch disables the cache while SPR test.
44153
44154 Signed-off-by: Anatolij Gustschin <agust@denx.de>
44155
44156 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
44157 Author: Martin Krause <martin.krause@tqs.de>
44158 Date: Mon Feb 25 17:52:40 2008 +0100
44159
44160 TQM5200: use automatic fdt memory fixup (part 2)
44161
44162 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
44163 TB5200 and TB5200_B to fixup the /memory node with the memory values
44164 detected by U-Boot.
44165
44166 Signed-off-by: Martin Krause <martin.krause@tqs.de>
44167
44168 commit 44ceec253ea941b301abf4b079d52324def69d92
44169 Author: Martin Krause <martin.krause@tqs.de>
44170 Date: Mon Feb 25 15:17:05 2008 +0100
44171
44172 TQM5200: use automatic fdt memory fixup
44173
44174 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
44175 TB5200 and TB5200_B to fixup the /memory node with the memory values
44176 detected by U-Boot.
44177
44178 Signed-off-by: Martin Krause <martin.krause@tqs.de>
44179
44180 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
44181 Author: Martin Krause <martin.krause@tqs.de>
44182 Date: Mon Feb 25 13:27:52 2008 +0100
44183
44184 TQM5200: fix bug in SDRAM initialization code
44185
44186 This patch fixes a bug in the SDRAM initialization code for the
44187 TQM5200. The hi_addr bit is now set correctly. Without this patch
44188 the hi_addr bit is always set to 1, if the second SDRAM bank is
44189 not populated.
44190
44191 For other MPC5200 boards a correspondig patch has already been applied
44192 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
44193
44194 Signed-off-by: Martin Krause <martin.krause@tqs.de>
44195 --
44196 Forget the first patch please. I confused flash with SDRAM in
44197 the comment ...
44198
44199 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
44200 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44201 Date: Mon Feb 25 00:03:12 2008 +0100
44202
44203 mx1fs2/flash: Fix multiple compiler warnings
44204
44205 "pointer targets in assignment differ in signedness"
44206
44207 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44208
44209 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
44210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44211 Date: Mon Feb 25 00:03:11 2008 +0100
44212
44213 arm-imx: Fix register definitions
44214
44215 Sync register definitions with linux
44216
44217 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44218
44219 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
44220 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44221 Date: Mon Feb 25 00:03:10 2008 +0100
44222
44223 actua1/actua2/actua3: Fix multiple unused variable warnings
44224
44225 - actua1:
44226 actux1.c: In function 'checkboard':
44227 actux1.c:92: warning: unused variable 'revision'
44228
44229 - actua2:
44230 actux2.c: In function 'checkboard':
44231 actux2.c:100: warning: unused variable 's'
44232 actux2.c:99: warning: unused variable 'revision'
44233 actux2.c: In function 'reset_phy':
44234 actux2.c:130: warning: unused variable 'i'
44235
44236 - actua3:
44237 actux3.c: In function 'checkboard':
44238 actux3.c:114: warning: unused variable 'revision'
44239
44240 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44241
44242 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
44243 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44244 Date: Sun Feb 24 11:44:29 2008 +0900
44245
44246 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
44247
44248 The previous patch was lacking of i386, microblaze, nios and nios2. This
44249 patch tries to fix them.
44250
44251 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44252
44253 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
44254 Author: Marian Balakowicz <m8@semihalf.com>
44255 Date: Fri Feb 29 22:22:46 2008 +0100
44256
44257 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
44258
44259 Do not use global fdt blob pointer, calculate blob size from routine
44260 argument blob pointer.
44261
44262 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44263
44264 commit d1cc52879c8966507dad9fb575481e6d3985e64e
44265 Author: David Gibson <david@gibson.dropbear.id.au>
44266 Date: Tue Feb 12 00:58:31 2008 +1100
44267
44268 libfdt: Add and use a node iteration helper function.
44269
44270 This patch adds an fdt_next_node() function which can be used to
44271 iterate through nodes of the tree while keeping track of depth. This
44272 function is used to simplify the iteration code in a lot of other
44273 functions, and is also exported for use by library users.
44274
44275 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44276
44277 commit 8cf30809a82902a471866d2f07725ce3b8a22291
44278 Author: Bartlomiej Sieka <tur@semihalf.com>
44279 Date: Fri Feb 29 16:00:24 2008 +0100
44280
44281 [new uImage] Add libfdt support to mkimage
44282
44283 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44284
44285 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
44286 Author: Bartlomiej Sieka <tur@semihalf.com>
44287 Date: Fri Feb 29 16:00:23 2008 +0100
44288
44289 [new uImage] Add sha1.o object to mkimage binary build
44290
44291 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44292
44293 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
44294 Author: Marian Balakowicz <m8@semihalf.com>
44295 Date: Fri Feb 29 16:00:06 2008 +0100
44296
44297 [new uImage] Fix component handling for legacy multi component images
44298
44299 Use uint32_t when accessing size table in image_multi_count() and
44300 image_multi_getimg() for multi component images.
44301
44302 Add missing uimage_to_cpu() endianness conversion.
44303
44304 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44305
44306 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
44307 Author: Marian Balakowicz <m8@semihalf.com>
44308 Date: Fri Feb 29 15:59:59 2008 +0100
44309
44310 [new uImage] Share common uImage code between mkimage and U-boot
44311
44312 This patch adds the following common routines:
44313
44314 1) Dedicated mkimage print_header() is replaced with common
44315 image_print_contents()
44316 image_print_contents_noindent()
44317
44318 2) Common os/arch/type/comp fields name <--> id translation routines
44319 genimg_get_os_name()
44320 genimg_get_arch_name()
44321 genimg_get_type_name()
44322 genimg_get_comp_name()
44323 genimg_get_os_id()
44324 genimg_get_arch_id()
44325 genimg_get_type_id()
44326 genimg_get_comp_id()
44327
44328 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44329
44330 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
44331 Author: Marian Balakowicz <m8@semihalf.com>
44332 Date: Fri Feb 29 14:58:34 2008 +0100
44333
44334 [new uImage] Update naming convention for bootm/uImage related code
44335
44336 This patch introduces the following prefix convention for the
44337 image format handling and bootm related code:
44338
44339 genimg_ - dual format shared code
44340 image_ - legacy uImage format specific code
44341 fit_ - new uImage format specific code
44342 boot_ - booting process related code
44343
44344 Related routines are renamed and a few pieces of code are moved around and
44345 re-grouped.
44346
44347 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44348
44349 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
44350 Author: Kumar Gala <galak@kernel.crashing.org>
44351 Date: Wed Feb 27 21:51:51 2008 -0600
44352
44353 [new uImage] Respect autostart setting in linux bootm
44354
44355 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44356 Acked-by: Marian Balakowicz <m8@semihalf.com>
44357
44358 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
44359 Author: Kumar Gala <galak@kernel.crashing.org>
44360 Date: Wed Feb 27 21:51:50 2008 -0600
44361
44362 [new uImage] Provide ability to restrict region used for boot images
44363
44364 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
44365 to restrict what memory range is used for bootm.
44366
44367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44368 Acked-by: Marian Balakowicz <m8@semihalf.com>
44369
44370 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
44371 Author: Kumar Gala <galak@kernel.crashing.org>
44372 Date: Wed Feb 27 21:51:49 2008 -0600
44373
44374 [new uImage] Use lmb for bootm allocations
44375
44376 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
44377 functions over to using lmb for allocation of the ramdisk, command line
44378 and kernel bd info.
44379
44380 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
44381 tree.
44382
44383 Provided a weak function that board code can call to do additional
44384 lmb reserves if needed.
44385
44386 Also introduce the concept of bootmap_base to specify the offset in
44387 physical memory that the bootmap is located at. This is used for
44388 allocations of the cmdline, kernel bd, and device tree as they should
44389 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
44390
44391 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44392
44393 commit f5614e7926863bf0225ec860d9b319741a9c4004
44394 Author: Kumar Gala <galak@kernel.crashing.org>
44395 Date: Wed Feb 27 21:51:48 2008 -0600
44396
44397 [new uImage] Add autostart flag to bootm_headers structure
44398
44399 The autostart env variable was dropped as part of the initial new uImage
44400 cleanup. Add it back here so the arch specific code can decide if it
44401 wants to really boot or not.
44402
44403 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44404 Acked-by: Marian Balakowicz <m8@semihalf.com>
44405
44406 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
44407 Author: Kumar Gala <galak@kernel.crashing.org>
44408 Date: Wed Feb 27 21:51:47 2008 -0600
44409
44410 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
44411
44412 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
44413 the memory spaces used by various boot images and structures. This code
44414 will allow us to simplify the code in bootm and its support functions.
44415
44416 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44417
44418 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
44419 Author: Kumar Gala <galak@kernel.crashing.org>
44420 Date: Tue Feb 19 22:03:47 2008 -0600
44421
44422 [new uImage] ppc: Allow boards to specify effective amount of memory
44423
44424 For historical reasons we limited the stack to 256M because some boards
44425 could only map that much via BATS. However newer boards are capable of
44426 mapping more memory (for example 85xx is capable of doing up to 2G).
44427
44428 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44429 Acked-by: Marian Balakowicz <m8@semihalf.com>
44430
44431 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
44432 Author: Kumar Gala <galak@kernel.crashing.org>
44433 Date: Wed Feb 27 21:51:46 2008 -0600
44434
44435 [new uImage] rework error handling so common functions don't reset
44436
44437 Changed image_get_ramdisk() to just return NULL on error and have
44438 get_ramdisk() propogate that error to the caller. It's left to the
44439 caller to call do_reset() if it wants to.
44440
44441 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
44442 to a common location. In the future we will change get_fdt() and
44443 fdt_relocate() to return success/failure and not call do_reset() at all.
44444
44445 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44446 Acked-by: Marian Balakowicz <m8@semihalf.com>
44447
44448 commit d2bc095a639672def11d5d043b5688d0dbd692ec
44449 Author: Kumar Gala <galak@kernel.crashing.org>
44450 Date: Wed Feb 27 21:51:45 2008 -0600
44451
44452 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
44453
44454 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
44455 however it does mean we have to go in and fixup the initrd info since
44456 we don't know where it will be.
44457
44458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44459
44460 commit 27953493ef025fb698d68c5dee39b36f01f4d530
44461 Author: Kumar Gala <galak@kernel.crashing.org>
44462 Date: Wed Feb 27 21:51:44 2008 -0600
44463
44464 [new uImage] ppc: Determine if we are booting an OF style
44465
44466 If we are bootin OF style than we can skip setting up some things
44467 that are used for the old boot method.
44468
44469 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44470 Acked-by: Marian Balakowicz <m8@semihalf.com>
44471
44472 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
44473 Author: Kumar Gala <galak@kernel.crashing.org>
44474 Date: Wed Feb 27 21:51:43 2008 -0600
44475
44476 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
44477
44478 We don't actually need the kdb param as we are just using it to get
44479 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
44480 boot via OF we might not actually fill out a kdb.
44481
44482 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44483 Acked-by: Marian Balakowicz <m8@semihalf.com>
44484
44485 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
44486 Author: Kumar Gala <galak@kernel.crashing.org>
44487 Date: Wed Feb 27 16:30:47 2008 -0600
44488
44489 85xx: Don't icbi when unlocking the cache
44490
44491 There is no reason to icbi when invalidating the temporary stack in
44492 the d-cache. Its impossible on e500 to have the i-cache contain
44493 any addresses in the temp stack and it can be problematic in generating
44494 transactions on the bus to non-valid addresses.
44495
44496 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44497
44498 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
44499 Author: Andy Fleming <afleming@freescale.com>
44500 Date: Wed Feb 27 15:50:50 2008 -0600
44501
44502 Fix source for ECM error IVPR
44503
44504 The source vector for the ECM was being set to 2,
44505 but that's what the source vector for DDR was being
44506 set to. Change it to 1.
44507
44508 Signed-off-by: Andy Fleming <afleming@freescale.com>
44509
44510 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
44511 Author: Andy Fleming <afleming@freescale.com>
44512 Date: Wed Feb 27 14:29:58 2008 -0600
44513
44514 Invalidate INIT_RAM TLB mappings
44515
44516 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
44517 mappings to be unguarded. This collided with an existing "bug"
44518 where the mappings for the INIT_RAM were being kept around.
44519 This meant that speculative loads to those addresses were
44520 succeeding in the TLB, and going out to the bus, where they
44521 were causing an exception (there's nothing at that address). The
44522 Flash code was coincidentally causing such a speculative load.
44523 Rather than go back to mapping the INIT RAM as guarded, we fix
44524 it so that the entries for the INIT_RAM are invalidated. Thus
44525 the speculative loads will fail in the TLB, and have no effect.
44526
44527 Signed-off-by: Andy Fleming <afleming@freescale.com>
44528
44529 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
44530 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44531 Date: Sun Feb 17 22:56:17 2008 +0100
44532
44533 sbc8548: Fix Revision reading and unused variable 'path'
44534
44535 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44536
44537 commit 495d162374c472f46454453553382ad0735dc725
44538 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44539 Date: Sun Feb 17 22:56:16 2008 +0100
44540
44541 sbc8548: Fix cfi flash bank declaration
44542
44543 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44544
44545 commit 4efbe9dbb129f857f27856936112c8c02f016be6
44546 Author: Marian Balakowicz <m8@semihalf.com>
44547 Date: Wed Feb 27 11:02:26 2008 +0100
44548
44549 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
44550
44551 Dual format image code must properly handle all three FDT passing methods:
44552 - raw FDT blob passed
44553 - FDT blob embedded in the legacy uImage
44554 - FDT blob embedded in the new uImage
44555
44556 This patch enables proper raw FDT handling when no FIT imaeg support
44557 is compiled in. This is a bit tricky as we must dected FIT format even
44558 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
44559 blobs use tha same low level format (libfdt).
44560
44561 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44562
44563 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
44564 Author: Marian Balakowicz <m8@semihalf.com>
44565 Date: Wed Feb 27 11:02:26 2008 +0100
44566
44567 [new uImage] POWERPC: Add image_get_fdt() routine
44568
44569 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
44570 (3) or embedded in the new uImage. For the (2) case embedding image must be
44571 verified before we get FDT from it. This patch factors out legacy image
44572 specific verification routine to the separate helper routine.
44573
44574 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44575 Acked-by: Kumar Gala <galak@kernel.crashing.org>
44576
44577 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
44578 Author: Marian Balakowicz <m8@semihalf.com>
44579 Date: Wed Feb 27 11:02:07 2008 +0100
44580
44581 [new uImage] Add image_get_kernel() routine
44582
44583 Legacy image specific verification is factored out to a separate helper
44584 routine to keep get_kernel() generic and simple.
44585
44586 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44587 Acked-by: Kumar Gala <galak@kernel.crashing.org>
44588
44589 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
44590 Author: Marian Balakowicz <m8@semihalf.com>
44591 Date: Wed Feb 27 11:01:04 2008 +0100
44592
44593 [new uImage] Move image verify flag to bootm_headers structure
44594
44595 Do not pass image verification flag directly to related routines.
44596 Simplify argument passing and move it to the bootm_header structure which
44597 contains curently processed image specific data and is already being passed
44598 on the argument list.
44599
44600 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44601 Acked-by: Kumar Gala <galak@kernel.crashing.org>
44602
44603 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
44604 Author: Marian Balakowicz <m8@semihalf.com>
44605 Date: Wed Feb 27 11:00:47 2008 +0100
44606
44607 [Makefile] Sort COBJS in lib_<arch> Makefiles
44608
44609 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44610
44611 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
44612 Author: Marian Balakowicz <m8@semihalf.com>
44613 Date: Wed Feb 27 11:00:47 2008 +0100
44614
44615 [new uImage] Optimize gen_get_image() flow control
44616
44617 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
44618 to do, update its control flow to better reflect that simple case.
44619
44620 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44621 Acked-by: Kumar Gala <galak@kernel.crashing.org>
44622
44623 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
44624 Author: Marian Balakowicz <m8@semihalf.com>
44625 Date: Mon Feb 4 08:28:17 2008 +0100
44626
44627 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
44628
44629 PPC specific FDT blob handling code is divided into two separate routines:
44630
44631 get_fdt() - find and verify a FDT blob (either raw or image embedded)
44632 fdt_relocate() - move FDT blob to within BOOTMAP if needed
44633
44634 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44635 Acked-by: Kumar Gala <galak@kernel.crashing.org>
44636
44637 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
44638 Author: Jon Loeliger <jdl@freescale.com>
44639 Date: Mon Feb 25 13:13:37 2008 -0600
44640
44641 86xx: Fix renamed GUR symbols in sbc8641d board.
44642
44643 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
44644 (86xx: Fix GUR PCI config registers properly), we should have
44645 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
44646 symbols in the sbc8641d board as well. Fix this oversight.
44647
44648 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44649
44650 commit 64cd594e623c39f73964d18787763e4533f791f7
44651 Author: Stefan Roese <sr@denx.de>
44652 Date: Mon Feb 25 16:50:48 2008 +0100
44653
44654 ppc4xx: Fix acadia_nand build problem
44655
44656 Don't include testdram() on NAND-booting target acadia_nand. This saves
44657 a few bytes and makes the target build clean again.
44658
44659 Signed-off-by: Stefan Roese <sr@denx.de>
44660
44661 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
44662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44663 Date: Sun Feb 24 23:03:12 2008 +0000
44664
44665 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
44666
44667 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44668
44669 commit 724902c8464e610642b3a170278b99710325888e
44670 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44671 Date: Sun Feb 24 23:03:11 2008 +0000
44672
44673 arm-imx: Fix registers definition
44674
44675 Sync registers definition with linux
44676
44677 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44678
44679 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
44680 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44681 Date: Sun Feb 24 23:03:10 2008 +0000
44682
44683 actua1/actua2/actua3: Fix multipleunused variable
44684
44685 - actua1:
44686 actux1.c: In function 'checkboard':
44687 actux1.c:92: warning: unused variable 'revision'
44688
44689 - actua2:
44690 actux2.c: In function 'checkboard':
44691 actux2.c:100: warning: unused variable 's'
44692 actux2.c:99: warning: unused variable 'revision'
44693 actux2.c: In function 'reset_phy':
44694 actux2.c:130: warning: unused variable 'i'
44695
44696 - actua3:
44697 actux3.c: In function 'checkboard':
44698 actux3.c:114: warning: unused variable 'revision'
44699
44700 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44701
44702 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
44703 Author: Marian Balakowicz <m8@semihalf.com>
44704 Date: Mon Feb 4 08:28:09 2008 +0100
44705
44706 [new uImage] Add dual format uImage support framework
44707
44708 This patch adds framework for dual format images. Format detection is added
44709 and the bootm controll flow is updated to include cases for new FIT format
44710 uImages.
44711
44712 When the legacy (image_header based) format is detected appropriate
44713 legacy specific handling is invoked. For the new (FIT based) format uImages
44714 dual boot framework has a minial support, that will only print out a
44715 corresponding debug messages. Implementation of the FIT specific handling will
44716 be added in following patches.
44717
44718 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
44719
44720 commit b29661fc1151077776454288051bc9a488351ce8
44721 Author: Wolfgang Denk <wd@denx.de>
44722 Date: Sun Feb 24 15:21:36 2008 +0100
44723
44724 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
44725
44726 Signed-off-by: Wolfgang Denk <wd@denx.de>
44727
44728 commit 00b48a48424894daa589d166d73277830b1c6ac4
44729 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44730 Date: Sat Feb 23 12:15:56 2008 +0100
44731
44732 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
44733
44734 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44735
44736 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
44737 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44738 Date: Sat Feb 23 17:24:16 2008 +0900
44739
44740 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
44741
44742 ----------------------------------------------------------------
44743 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
44744
44745 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
44746 32bit targets.
44747
44748 GCC can be made to warn about usage of long long types with ISO C90
44749 (-ansi), but only with -pedantic. You can write this in a way that even
44750 then it doesn't cause warnings, namely by:
44751
44752 #ifdef __GNUC__
44753 __extension__ typedef __signed__ long long __s64;
44754 __extension__ typedef unsigned long long __u64;
44755 #endif
44756
44757 The __extension__ keyword in front of this switches off any pedantic
44758 warnings for this expression.
44759
44760 Signed-off-by: Olaf Hering <olh@suse.de>
44761 Cc: <linux-arch@vger.kernel.org>
44762 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
44763 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
44764 ----------------------------------------------------------------
44765
44766 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44767
44768 commit 208acd112e6517b21fc30c420396902b103563ac
44769 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44770 Date: Sat Feb 23 17:07:57 2008 +0900
44771
44772 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
44773
44774 This will reduce the build time.
44775
44776 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44777
44778 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
44779 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44780 Date: Sat Feb 23 17:05:00 2008 +0900
44781
44782 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
44783
44784 This will reduce the build time.
44785
44786 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44787
44788 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
44789 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44790 Date: Sat Feb 23 16:58:41 2008 +0900
44791
44792 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
44793
44794 This reduces the build time by ~10%. Here's the gth2_config example.
44795
44796 BEFORE AFTER
44797 real 0m31.441s 0m27.833s
44798 user 0m24.766s 0m23.045s
44799 sys 0m10.425s 0m7.468s
44800
44801 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44802
44803 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
44804 Author: Marcel Moolenaar <marcelm@juniper.net>
44805 Date: Fri Feb 22 10:48:07 2008 -0800
44806
44807 make define2mk.sed work on FreeBSD
44808
44809 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
44810 the define2mk.sed script was identified as the source of the link
44811 failure on FreeBSD. The problem is that sed(1) does not always support
44812 the '+' operator. It isn't on FreeBSD. The attach patch implements the
44813 equivalent, using the '*' operator instead and should work everywhere.
44814
44815 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
44816
44817 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
44818 Author: Detlev Zundel <dzu@denx.de>
44819 Date: Fri Feb 22 17:21:32 2008 +0100
44820
44821 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
44822
44823 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
44824 final traces of long-deprecated "ramdisk" kernel parm") makes these
44825 changes neccessary.
44826
44827 Signed-off-by: Detlev Zundel <dzu@denx.de>
44828
44829 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
44830 Author: Larry Johnson <lrj@acm.org>
44831 Date: Thu Feb 21 13:58:16 2008 -0500
44832
44833 LM75 bug fix for negative temperatures
44834
44835 When the LM75 temperature sensor measures a temperature below 0 C, the
44836 current driver does not perform sign extension, so the result returned is
44837 256 C too high. This patch fixes the problem.
44838
44839 Signed-off-by: Larry Johnson <lrj@acm.org>
44840
44841 commit 5a910c224b13e413bda41922379add6d75c32da3
44842 Author: Heiko Schocher <hs@denx.de>
44843 Date: Thu Feb 21 18:33:45 2008 +0100
44844
44845 IDS8247: update MAINTAINER entry.
44846
44847 Signed-off-by: Heiko Schocher <hs@denx.de>
44848
44849 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
44850 Author: Heiko Schocher <hs@denx.de>
44851 Date: Thu Feb 21 18:31:15 2008 +0100
44852
44853 Fix device tree for mgsuvd board.
44854
44855 Rename the "scc" node in "ethernet" for the mgsuvd board.
44856
44857 Signed-off-by: Heiko Schocher <hs@denx.de>
44858
44859 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
44860 Author: Yuri Tikhonov <yur@emcraft.com>
44861 Date: Thu Feb 21 14:23:42 2008 +0100
44862
44863 lwmon5: enable hardware watchdog
44864
44865 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
44866 causing it to reboot the board if U-Boot does a long busy-wait with
44867 udelay(). Thus, for these boards we have to restart WD more
44868 frequently.
44869
44870 This patch splits the busy-wait udelay() into smaller, predefined,
44871 intervals, so that the watchdog timer may be resetted with the
44872 configurable (CONFIG_WD_PERIOD) interval.
44873
44874 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
44875
44876 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
44877 Author: Anatolij Gustschin <agust@denx.de>
44878 Date: Thu Feb 21 12:52:29 2008 +0100
44879
44880 ppc4xx: Support for ATI Radeon 9200 card on sequoia
44881
44882 Adds configuration option for ATI Radeon 9200 card
44883 support to sequoia config file. If CONFIG_VIDEO
44884 is enabled, TEXT_BASE should be changed to 0xFFF80000.
44885
44886 Signed-off-by: Anatolij Gustschin <agust@denx.de>
44887
44888 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
44889 Author: Kumar Gala <galak@kernel.crashing.org>
44890 Date: Mon Feb 18 08:18:07 2008 -0600
44891
44892 Remove duplicate defines for ARRAY_SIZE
44893
44894 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
44895 the define in common.h.
44896
44897 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44898
44899 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
44900 Author: Kumar Gala <galak@kernel.crashing.org>
44901 Date: Mon Feb 18 08:09:37 2008 -0600
44902
44903 ppc: Allow boards to specify effective amount of memory
44904
44905 For historical reasons we limited the stack to 256M because some boards
44906 could only map that much via BATS. However newer boards are capable of
44907 mapping more memory (for example 85xx is capable of doing up to 2G).
44908
44909 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44910
44911 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
44912 Author: Mike Frysinger <vapier@gentoo.org>
44913 Date: Mon Feb 18 05:24:13 2008 -0500
44914
44915 include autoconf.mk before any other .mk files
44916
44917 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
44918 those .mk files can have make if statements based on the current config.
44919
44920 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44921
44922 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
44923 Author: Mike Frysinger <vapier@gentoo.org>
44924 Date: Mon Feb 18 05:10:07 2008 -0500
44925
44926 error check autoconf.mk generation
44927
44928 If any of the steps for generating autoconf.mk fail currently, they go
44929 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
44930 This is simpler and more robust than placing '|| exit $$?' after every line.
44931
44932 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44933
44934 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
44935 Author: Stefano Babic <sbabic@denx.de>
44936 Date: Mon Feb 18 08:03:51 2008 +0100
44937
44938 Fix bug in dependency checking
44939
44940 By adding VERSION_FILE to the PHONY targets the script
44941 /tools/setlocalversion is always called and version_autogenerated.h
44942 is replaced only if the script find a modified source file.
44943
44944 Signed-off-by: Stefano Babic <sbabic@denx.de>
44945
44946 commit 98ba144ccc912eee90dd42699f023c497ce774c6
44947 Author: Kyungmin Park <kmpark@infradead.org>
44948 Date: Mon Feb 18 14:35:43 2008 +0900
44949
44950 Fix GPMC CS2 memory setup at apollon
44951
44952 It disables the current map first
44953
44954 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
44955
44956 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
44957 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44958 Date: Sun Feb 17 23:52:46 2008 +0100
44959
44960 uli526x: Fix multiple differ in signedness and parentheses around comparison
44961
44962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44963
44964 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
44965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44966 Date: Sun Feb 17 16:58:04 2008 +0100
44967
44968 MIPS: Fix CFG_NO_FLASH support
44969
44970 - Fix flash_init call when CFG_NO_FLASH is used
44971 - Remove no more needed flash.c for qemu-mips
44972
44973 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44974
44975 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
44976 Author: Mike Frysinger <vapier@gentoo.org>
44977 Date: Sat Feb 16 02:40:18 2008 -0500
44978
44979 easylogo: clean up some more and add -r (rgb) support
44980
44981 Michael Hennerich added support for outputting an image in RGB format rather
44982 than forcing YUYV all the time. This makes obvious sense if the display you
44983 have takes RGB input rather than YUYV.
44984
44985 Rather than hack in support for options, I've converted it to use getopt and
44986 cleaned up the argument parsing in the process.
44987
44988 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
44989 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44990
44991 commit f65c98129ccada3f7caf97d80395a95b84e911de
44992 Author: Mike Frysinger <vapier@gentoo.org>
44993 Date: Sat Feb 16 02:12:37 2008 -0500
44994
44995 Makefile: add target for $(LDSCRIPT)
44996
44997 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
44998 then change into the board directory and try and create it. This allows you
44999 to generate the linker script on the fly based upon board defines (like the
45000 Blackfin boards do).
45001
45002 There should be no regressions due to this change as the normal case is to
45003 already have a u-boot.lds file. If that's the case, then there's nothing to
45004 generate, and so make will always exit. The fix here is that if the linker
45005 script does not exist, the implicit rules take over and attempt to guess how
45006 to generate the file.
45007
45008 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45009
45010 commit 5583cbf736474ef754e128a54fb78632f57b48fd
45011 Author: Marian Balakowicz <m8@semihalf.com>
45012 Date: Thu Feb 21 17:27:49 2008 +0100
45013
45014 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
45015
45016 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45017
45018 commit 2242f5369822bc7780db95c47985bb408ea9157b
45019 Author: Marian Balakowicz <m8@semihalf.com>
45020 Date: Thu Feb 21 17:27:41 2008 +0100
45021
45022 [new uImage] Rename and move print_image_hdr() routine
45023
45024 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45025
45026 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
45027 Author: Marian Balakowicz <m8@semihalf.com>
45028 Date: Thu Feb 21 17:20:20 2008 +0100
45029
45030 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
45031
45032 Introducing routines for parsing new uImage format bootm arguments:
45033 [<addr>]#<conf> - configuration specification
45034 [<addr>]:<subimg> - subimage specification
45035
45036 New format images can contain multiple subimages of the same type. For example
45037 a single new format image file can contain three kernels, two ramdisks and a
45038 couple of FDT blobs. Subimage and configuration specifications are extensions
45039 to bootm (and other image-related commands) arguments' syntax that allow to
45040 specify which particular subimage should be operated on.
45041
45042 Subimage specification is used to denote a particular subimage. Configurations
45043 are a bit more complex -- they are used to define a particualr booting setup,
45044 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
45045 etc.
45046
45047 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45048
45049 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
45050 Author: Marian Balakowicz <m8@semihalf.com>
45051 Date: Thu Feb 21 17:20:19 2008 +0100
45052
45053 [new uImage] Add gen_get_image() routine
45054
45055 This routine assures that image (whether legacy or FIT) is not
45056 in a special dataflash storage.
45057
45058 If image address is a dataflash address image is moved to system RAM.
45059
45060 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45061
45062 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
45063 Author: Marian Balakowicz <m8@semihalf.com>
45064 Date: Thu Feb 21 17:20:18 2008 +0100
45065
45066 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
45067
45068 New uImage format (Flattened Image Tree) requires libfdt
45069 functionality, print out error message if CONFIG_OF_LIBFDT
45070 is not defined.
45071
45072 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
45073 This commit turns it on by default.
45074
45075 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45076
45077 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
45078 Author: Michael Schwingen <michael@schwingen.org>
45079 Date: Mon Feb 18 23:16:35 2008 +0100
45080
45081 CFI: Do not use uninitialized cmd_reset
45082
45083 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
45084 commands instead
45085
45086 From a short test, it looks like AMD-style flash roms treat *any* unknown
45087 command write as a reset, at least when in CFI Query mode, so issuing the
45088 Intel reset command to AMD-style flashs seems safe (from the small sample I
45089 have), plus the 3-cycle magic sequence should kick the state machine into
45090 the right state even without a reset command. Since the AMD-style flashs
45091 require the unlock sequence for real operation, I chose to try the AMD reset
45092 command first, so that Intel flashs do no see an invalid command prior to
45093 the CFI query.
45094
45095 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
45096 plus Intel StrataFlash.
45097
45098 Signed-off-by: Michael Schwingen <michael@schwingen.org>
45099 Signed-off-by: Stefan Roese <sr@denx.de>
45100
45101 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
45102 Author: Rafal Jaworowski <raj@semihalf.com>
45103 Date: Thu Feb 21 11:56:44 2008 +0100
45104
45105 API: Add (c) and licensing notice to the public API header.
45106
45107 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
45108
45109 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
45110 Author: Yuri Tikhonov <yur@emcraft.com>
45111 Date: Thu Feb 21 11:06:07 2008 +0100
45112
45113 Fix CPU POST test failure
45114
45115 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
45116 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
45117 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
45118 This patch just saves the CR value before running the test code, so allowing
45119 it to do anything it wants with CR.
45120
45121 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
45122 Acked-by: Yuri Tikhonov <yur@emcraft.com>
45123 --
45124
45125 commit d5908b093955415f3d340706378b991f911af671
45126 Author: Jon Loeliger <jdl@freescale.com>
45127 Date: Wed Feb 20 15:26:51 2008 -0600
45128
45129 8610HPCD: Document the flashbank selection switches.
45130
45131 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45132
45133 commit a551cee99ad1d1da20fd23ad265de47448852f56
45134 Author: Jon Loeliger <jdl@freescale.com>
45135 Date: Wed Feb 20 14:22:26 2008 -0600
45136
45137 86xx: Fix GUR PCI config registers properly.
45138
45139 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
45140 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
45141 botched it due to not realizing that 8610 and 8641 had different
45142 Global Utility Register defintions, one of which was like 85xx,
45143 and the other wasn't. Correct this problem by introducing two
45144 symbols, one for each 86xx SoC, but neither of which is named
45145 anything like 85xx.
45146
45147 My bad. Lovely Wednesday with git bisect. You know.
45148
45149 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45150
45151 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
45152 Author: Jon Loeliger <jdl@freescale.com>
45153 Date: Wed Feb 20 12:24:11 2008 -0600
45154
45155 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
45156
45157 Without an actual supported video card hooked up, enabling
45158 the CONFIG_VIDEO by default just makes it look broken by
45159 routing all console output to the video card. Don't.
45160
45161 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45162
45163 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
45164 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45165 Date: Wed Jan 30 15:08:15 2008 -0600
45166
45167 ColdFire: Fix missing code flash size for M5485EVB
45168
45169 Signed-off-by: James Mahan <kmahan@freescale.com>
45170 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45171
45172 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
45173 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45174 Date: Wed Jan 30 15:04:42 2008 -0600
45175
45176 ColdFire: Fix 5282 and 5271 interrupt mask bit
45177
45178 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45179
45180 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
45181 Author: Jon Loeliger <jdl@freescale.com>
45182 Date: Tue Feb 19 12:31:08 2008 -0600
45183
45184 8610HPCD: Fix typos in two PCI setup registers.
45185
45186 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
45187 were erroneously present as 85xx names and values, leftover from
45188 the clone wars. Fix this by removing the 85xx cruft from the
45189 86xx codebase.
45190
45191 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45192
45193 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
45194 Author: Jon Loeliger <jdl@freescale.com>
45195 Date: Mon Feb 18 14:01:56 2008 -0600
45196
45197 86xx: Convert sbc8641d to use libfdt.
45198
45199 This is the proper fix for a missing closing brace in the function
45200 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
45201 The ft_cpu_setup() function in mpc8641hpcn.c should have been
45202 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
45203 but was missed. Only, the sbc8641d was nominally still using it.
45204 It all got ripped out, and the funcality that was in ft_board_setup()
45205 was refactored to remove the CPU portions into the new file
45206 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
45207
45208 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
45209
45210 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45211
45212 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
45213 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45214 Date: Sun Feb 17 23:35:31 2008 +0100
45215
45216 mpc86xx: Fix unused variable 'config' and 'immap'
45217
45218 and remove useless CONFIG_DDR_INTERLEAVE
45219
45220 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45221
45222 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
45223 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45224 Date: Sun Feb 17 23:03:36 2008 +0100
45225
45226 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
45227
45228 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45229
45230 commit b6f29c84c208a091f95a10cbc9852d729659ba20
45231 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45232 Date: Sun Feb 17 14:15:31 2008 +0100
45233
45234 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
45235
45236 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45237
45238 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
45239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45240 Date: Sun Feb 17 14:15:32 2008 +0100
45241
45242 pxa: fix assignment from incompatible pointer type
45243
45244 fix mmc_bread function prototype
45245
45246 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45247
45248 commit 64d792063fff90b8118179b092feee09fe5cae13
45249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45250 Date: Sun Feb 17 14:15:30 2008 +0100
45251
45252 at91cap9adk: fix implicit declaration of function 'eth_init'
45253
45254 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45255
45256 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
45257 Author: Wolfgang Denk <wd@denx.de>
45258 Date: Sun Feb 17 15:43:44 2008 +0100
45259
45260 Remove files added by mistake, update CHANGELOG.
45261
45262 Signed-off-by: Wolfgang Denk <wd@denx.de>
45263
45264 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
45265 Author: Mike Nuss <mike@terascala.com>
45266 Date: Wed Feb 6 11:10:11 2008 -0500
45267
45268 PPC440EPx: Optionally enable second I2C bus
45269
45270 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
45271 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
45272 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
45273
45274 Signed-off-by: Mike Nuss <mike@terascala.com>
45275 Cc: Stefan Roese <sr@denx.de>
45276
45277 commit ef5b4f221c22d05770878513951745f236b5b43f
45278 Author: Niklaus Giger <niklaus.giger@netstal.com>
45279 Date: Tue Feb 5 10:26:44 2008 +0100
45280
45281 ppc4xx: HCU4/5. Cleanup configs
45282
45283 - hcu4.h: Removed define of CONFIG_PPC405GPr
45284 - Corrected phy addresses
45285 - Fix boot variables
45286 - Respect line length of 80 chars
45287
45288 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45289
45290 commit 74973126d1be63ac75bdc192f46234dca3a7c421
45291 Author: Niklaus Giger <niklaus.giger@netstal.com>
45292 Date: Tue Feb 5 11:31:28 2008 +0100
45293
45294 ppc4xx: HCU4/5. Cleanups
45295
45296 - Fix some coding style violations.
45297 - Use in/out_u16/32 where appropriate.
45298 - Use register names from ppc405.h.
45299 - Fix trace useage for Lauterbach.
45300 - Remove obsolete generation HCU2.
45301 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
45302
45303 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45304
45305 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
45306 Author: Niklaus Giger <niklaus.giger@netstal.com>
45307 Date: Tue Feb 5 10:26:41 2008 +0100
45308
45309 ppc4xx: PPC405GPr fix missing register definitions
45310
45311 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45312
45313 commit 214398d9cb22268d9d4f7563359edca0f78297a2
45314 Author: Larry Johnson <lrj@acm.org>
45315 Date: Fri Jan 18 21:49:05 2008 -0500
45316
45317 ppc4xx: Beautify configuration files for Sequoia and Korat boards
45318
45319 Signed-off-by: Larry Johnson <lrj@acm.org>
45320
45321 commit 30c6a241e88499f536e86d325759e29ba00ff67f
45322 Author: Anatolij Gustschin <agust@denx.de>
45323 Date: Fri Feb 15 20:09:01 2008 +0100
45324
45325 Wipe out assembler warnings while compiling x86 biosemu
45326
45327 This patch tries to get rid of some assembler warnings about
45328 changed .got2 section type while compiling x86 bios emulator
45329 code.
45330
45331 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45332
45333 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
45334 Author: Wolfgang Denk <wd@denx.de>
45335 Date: Fri Feb 15 00:57:09 2008 +0100
45336
45337 Prepare v1.3.2-rc1 release candidate
45338
45339 commit f33e9653c9c09868995d788511d573771c209fe5
45340 Author: Anatolij Gustschin <agust@denx.de>
45341 Date: Fri Feb 15 00:13:20 2008 +0100
45342
45343 Fix compile warning on lib_ppc/board.c
45344
45345 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45346
45347 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
45348 Author: Anatolij Gustschin <agust@denx.de>
45349 Date: Thu Feb 14 18:22:04 2008 +0100
45350
45351 Add Radeon Mobility 9200 pci device id to the radeon driver
45352
45353 This patch extends PCI device id table of the
45354 radeon driver so that the driver will also support
45355 Radeon Mobility 9200 (M9+) based boards.
45356
45357 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45358
45359 commit 1b8607e1f7143548c6062c28371449ec69588c00
45360 Author: Anatolij Gustschin <agust@denx.de>
45361 Date: Thu Feb 14 18:19:50 2008 +0100
45362
45363 Extend ATI Radeon driver to support more video modes
45364
45365 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
45366 800x600, 640x480 at 24, 16 and 8 bpp.
45367
45368 Signed-off-by: Anatolij Gustschin <agust@denx.de>
45369
45370 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
45371 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45372 Date: Sun Feb 10 17:05:20 2008 +0100
45373
45374 xsengine: fix typo and few coding style
45375
45376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45377
45378 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
45379 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
45380 Date: Fri Feb 8 21:25:58 2008 +0100
45381
45382 Fix wrong memory limit calculation in memory-test
45383
45384 If the length of the memory address range passed to the "mtest" command is
45385 not of the form 2^x - 1, not all address lines are tested. This bug is
45386 inherited from the original software at
45387 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
45388 this.
45389
45390 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
45391
45392 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
45393 Author: Wolfgang Denk <wd@denx.de>
45394 Date: Fri Feb 15 00:11:39 2008 +0100
45395
45396 Coding STyle cleanup.
45397
45398 Signed-off-by: Wolfgang Denk <wd@denx.de>
45399
45400 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
45401 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45402 Date: Tue Feb 5 13:30:43 2008 +0900
45403
45404 sh: Fix register address of SH7722
45405
45406 The address of SH7722 is wrong by old document.
45407 This patch fixes this problem.
45408
45409 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
45410
45411 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
45412 Author: Mike Frysinger <vapier@gentoo.org>
45413 Date: Mon Feb 4 17:44:23 2008 -0500
45414
45415 only update version header as needed
45416
45417 Constantly rebuilding the version header will force useless relinking, so we
45418 simply need to compare the new header with the existing one before updating
45419 it.
45420
45421 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45422
45423 commit 208447f8e953f347425eb92c8e28d59e6d911363
45424 Author: Mike Frysinger <vapier@gentoo.org>
45425 Date: Mon Jan 28 05:56:19 2008 -0500
45426
45427 Do not specify a CROSS_COMPILE default when executing size
45428
45429 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45430
45431 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
45432 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
45433 Date: Wed Feb 13 11:19:19 2008 +0100
45434
45435 Fix return value of mtest when CFG_ALT_MEMTEST set
45436
45437 Fix a missing return statement from a non-void function.
45438
45439 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
45440
45441 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
45442 Author: Timur Tabi <timur@freescale.com>
45443 Date: Wed Jan 9 14:35:26 2008 -0600
45444
45445 85xx, 86xx: Determine I2C clock frequencies and store in global_data
45446
45447 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
45448
45449 Update the get_clocks() function in 85xx and 86xx to determine the I2C
45450 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
45451
45452 Signed-off-by: Timur Tabi <timur@freescale.com>
45453
45454 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
45455 Author: Wolfgang Denk <wd@denx.de>
45456 Date: Thu Feb 14 23:18:01 2008 +0100
45457
45458 TQM834x: clean up configuration
45459
45460 Get board name consistent with Linux and elsewhere;
45461 get rid of local network definitions etc.
45462
45463 Signed-off-by: Wolfgang Denk <wd@denx.de>
45464
45465 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
45466 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45467 Date: Thu Feb 14 08:02:12 2008 +0100
45468
45469 TFTP: fix search of ':' in BootFile
45470
45471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45472
45473 commit 0bc9efada170096c6b273f19165e32936d330d80
45474 Author: Wolfgang Denk <wd@denx.de>
45475 Date: Thu Feb 14 22:46:55 2008 +0100
45476
45477 Coding style cleanup; update CHANGELOG.
45478
45479 Signed-off-by: Wolfgang Denk <wd@denx.de>
45480
45481 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
45482 Author: Wolfgang Denk <wd@denx.de>
45483 Date: Thu Feb 14 22:43:22 2008 +0100
45484
45485 PPC: Use r2 instead of r29 as global data pointer
45486
45487 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
45488 will refuse to use load/store multiple insns; instead, it issues a
45489 list of simple load/store instructions upon function entry and exit,
45490 resulting in bigger code size, which in turn makes the build for a
45491 few boards fail.
45492
45493 Use r2 instead.
45494
45495 Signed-off-by: Wolfgang Denk <wd@denx.de>
45496
45497 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
45498 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
45499 Date: Wed Jan 30 09:08:49 2008 +0100
45500
45501 ARM: make the machid configurable via the environment
45502
45503 If the variable "machid" exists, let do_bootm_linux use that instead
45504 of bd->bi_arch_number.
45505
45506 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
45507
45508 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
45509 Author: Vlad Lungu <vlad@comsys.ro>
45510 Date: Wed Jan 23 16:34:46 2008 +0200
45511
45512 Use #ifdef CONFIG_FSLDMAFEC
45513
45514 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
45515 fails
45516
45517 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
45518
45519 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
45520 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45521 Date: Sat Jan 19 10:25:59 2008 +0900
45522
45523 common/miiphyutil.c: Cleanup MII_DEBUG and debug()
45524
45525 Current MII_DEBUG is confusing in two ways. One is useless define-then-
45526 undef at the top of the file. The other is there is only one debug() in
45527 this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
45528 While there are many useful printf()/puts() debug codes, but they are for
45529 DEBUG, not for MII_DEBUG.
45530
45531 This patch tries to put them all together into MII_DEBUG and debug().
45532
45533 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45534
45535 commit 751b9b5189f3274b03c809172631316d6b002c82
45536 Author: Kyungmin Park <kmpark@infradead.org>
45537 Date: Thu Jan 17 16:43:25 2008 +0900
45538
45539 OneNAND Initial Program Loader (IPL) support
45540
45541 This patch enables the OneNAND boot within U-Boot.
45542 Before this work, we used another OneNAND IPL called X-Loader based
45543 on open source. With this work, we can build the oneboot.bin image
45544 without other program.
45545
45546 The build sequence is simple.
45547 First, it compiles the u-boot.bin
45548 Second, it compiles OneNAND IPL
45549 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
45550 The mechanism is similar with NAND boot except it boots from itself.
45551
45552 Another thing is that you can only use the OneNAND IPL only to work
45553 other bootloader such as RedBoot and so on.
45554
45555 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
45556
45557 commit 21f6f9636f0e978397548751347425fbf8d42bb3
45558 Author: Andy Fleming <afleming@freescale.com>
45559 Date: Wed Jan 16 13:06:59 2008 -0600
45560
45561 Fix CONFIG_MMC usage in fat code
45562
45563 A #if statement in fat.c depended on CONFIG_MMC, instead of
45564 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined
45565 as "1" rather than just defined. Now it's better.
45566
45567 Signed-off-by: Andy Fleming <afleming@freescale.com>
45568
45569 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
45570 Author: Rafal Jaworowski <raj@semihalf.com>
45571 Date: Tue Jan 15 12:52:31 2008 +0100
45572
45573 ppc: Refactor cache routines, so there is only one common set.
45574
45575 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
45576
45577 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
45578 Author: Jon Loeliger <jdl@jdl.com>
45579 Date: Wed Jan 23 15:55:02 2008 -0600
45580
45581 86xx: Fix compilation warning in sys_eprom.c
45582
45583 sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
45584
45585 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45586
45587 commit 65230107025733e89e28fd5e5cfd916d4953c28a
45588 Author: Haavard Skinnemoen <hskinnemoen at>
45589 Date: Fri Feb 22 11:40:50 2008 +0000
45590
45591 Move AT91RM9200DK board support under board/atmel
45592
45593 We already have a vendor subdir for Atmel, so we should use it.
45594
45595 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
45596
45597 commit 6d0943a6be99977d6d853d51749e9963d68eb192
45598 Author: Andreas Engel <andreas.engel@ericsson.com>
45599 Date: Mon Jan 14 09:06:52 2008 +0000
45600
45601 ARM: cleanup duplicated exception handlingcode
45602
45603 Move duplicated exception handling code into lib_arm.
45604
45605 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
45606
45607 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
45608 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
45609 Date: Fri Feb 1 10:09:03 2008 +0000
45610
45611 Support for Artila M-501 starter kit
45612
45613 Kimmo Leppala / Sysart and
45614 Timo Tuunainen / Sysart
45615
45616 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
45617 Author: Stelian Pop <stelian@popies.net>
45618 Date: Mon Feb 11 10:50:19 2008 +0000
45619
45620 AT91CAP9 support
45621
45622 ---------------------------------
45623
45624 read_dataflash() takes a signed char pointer as a parameter. Silence a
45625 few warnings dues to incorrect parameter types in env_dataflash.c.
45626
45627 Signed-off-by: Stelian Pop <stelian@popies.net>
45628
45629 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
45630 Author: Stelian Pop <stelian@popies.net>
45631 Date: Thu Feb 7 09:42:57 2008 +0000
45632
45633 AT91CAP9 support : move board files to Atmel vendor directory.
45634
45635 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
45636
45637 Signed-off-by: Stelian Pop <stelian@popies.net>
45638
45639 commit 7263ef191b87da94768f762c7093bedeb70db98f
45640 Author: Stelian Pop <stelian at>
45641 Date: Thu Jan 3 21:15:56 2008 +0000
45642
45643 AT91CAP9 support : MACB changes
45644
45645 Signed-off-by: Stelian Pop <stelian <at> popies.net>
45646 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
45647
45648 commit 6afcabf11d7321850f4feaadfee841488ace54c5
45649 Author: Stelian Pop <stelian@popies.net>
45650 Date: Thu Feb 7 16:37:54 2008 +0000
45651
45652 AT91CAP9 support : board/ files
45653
45654 Signed-off-by: Stelian Pop <stelian@popies.net>
45655
45656 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
45657 Author: Stelian Pop <stelian at>
45658 Date: Wed Jan 30 21:15:54 2008 +0000
45659
45660 AT91CAP9 support : cpu/ files
45661
45662 Signed-off-by: Stelian Pop <stelian <at> popies.net>
45663
45664 commit fa506a926cec348805143576c941f8e61b333cc0
45665 Author: Stelian Pop <stelian@popies.net>
45666 Date: Thu Jan 31 21:15:53 2008 +0000
45667
45668 AT91CAP9 support : include/ files
45669
45670 Signed-off-by: Stelian Pop <stelian@popies.net>
45671
45672 commit 20b197c6f2799af399a68f96a1aff543a75621b8
45673 Author: Stelian Pop <stelian@popies.net>
45674 Date: Sun Jan 20 19:49:21 2008 +0000
45675
45676 AT91CAP9 support : build integration
45677
45678 Signed-off-by: Stelian Pop <stelian@popies.net>
45679
45680 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
45681 Author: Stelian Pop <stelian@popies.net>
45682 Date: Sun Jan 20 21:07:00 2008 +0000
45683
45684 Improve DataFlash CS definition.
45685
45686 Use a structure instead of the error prone unnamed array to
45687 define the possible dataflash banks.
45688
45689 Signed-off-by: Stelian Pop <stelian@popies.net>
45690
45691 commit a6cdd21b56014208706238712a853a9e9a0a2290
45692 Author: Stelian Pop <stelian@popies.net>
45693 Date: Sat Jan 19 21:09:35 2008 +0000
45694
45695 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
45696
45697 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
45698
45699 cpu/arm926ejs/start.o: In function `cpu_init_crit':
45700 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
45701
45702 Signed-off-by: Stelian Pop <stelian@popies.net>
45703
45704 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
45705 Author: Peter Pearse <peter.pearse@arm.com>
45706 Date: Fri Feb 1 16:50:24 2008 +0000
45707
45708 Fix timer overflow in DaVinci
45709 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
45710
45711 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
45712 Author: Peter Pearse <peter.pearse@arm.com>
45713 Date: Fri Feb 1 16:49:08 2008 +0000
45714
45715 Update board NetStar
45716 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
45717
45718 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
45719 Author: Niklaus Giger <niklaus.giger@netstal.com>
45720 Date: Tue Feb 5 10:26:42 2008 +0100
45721
45722 ppc4xx: HCU4/5. Fix make O=../xx
45723
45724 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45725
45726 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
45727 Author: Larry Johnson <lrj@acm.org>
45728 Date: Tue Jan 22 08:51:59 2008 -0500
45729
45730 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
45731
45732 Signed-off-by: Larry Johnson <lrj@acm.org>
45733
45734 commit fe891ecf4d187e9d11dde869ed4623af52b54451
45735 Author: Hiroshi Ito <ito@mlb.co.jp>
45736 Date: Thu Jan 31 18:35:04 2008 +0900
45737
45738 NFS Timeout with large files.
45739
45740 Retry to send NFS packet before reaching timeout.
45741
45742 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
45743
45744 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
45745 Author: Johannes Stezenbach <js@sig21.net>
45746 Date: Tue Jan 29 00:11:25 2008 +0100
45747
45748 Add dependencies to avoid race conditions with parallel make.
45749
45750 Signed-off-by: Johannes Stezenbach <js@sig21.net>
45751
45752 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
45753 Author: Mike Frysinger <vapier@gentoo.org>
45754 Date: Mon Jan 28 05:46:01 2008 -0500
45755
45756 Mark board_init_[fr] as noreturn
45757
45758 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45759
45760 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
45761 Author: Mike Frysinger <vapier@gentoo.org>
45762 Date: Mon Jan 28 05:28:50 2008 -0500
45763
45764 Only use TEXT_BASE if defined by the board
45765
45766 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45767
45768 commit 1b769881750030f10743808b9d6013e11f559350
45769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45770 Date: Fri Jan 25 07:54:47 2008 +0100
45771
45772 Fix remaining CONFIG_COMMANDS
45773
45774 update comments
45775 Fix coding style
45776
45777 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45778
45779 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
45780 Author: Niklaus Giger <niklaus.giger@netstal.com>
45781 Date: Mon Jan 21 16:46:00 2008 +0100
45782
45783 Add *~ to .gitignore
45784
45785 One should never add a backup file ending in with ~ to the git repository.
45786
45787 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45788
45789 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
45790 Author: Kumar Gala <galak@kernel.crashing.org>
45791 Date: Thu Jan 17 00:02:10 2008 -0600
45792
45793 Remove duplicate defines for ARRAY_SIZE
45794
45795 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45796
45797 commit c77ce474b1c57b13e9d36d9830f147966c143694
45798 Author: Stelian Pop <stelian@popies.net>
45799 Date: Mon Jan 14 22:08:14 2008 +0100
45800
45801 Fix incorrect address test in AT91F_DataflashSelect().
45802
45803 Signed-off-by: Stelian Pop <stelian@popies.net>
45804
45805 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
45806 Author: Kumar Gala <galak@kernel.crashing.org>
45807 Date: Wed Feb 13 15:09:58 2008 -0600
45808
45809 Fix building of fdt_support.c if DEBUG set
45810
45811 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45812
45813 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
45814 Author: Jon Loeliger <jdl@freescale.com>
45815 Date: Tue Feb 12 14:53:28 2008 -0600
45816
45817 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
45818
45819 These replace direct structure references for IMMR sections.
45820
45821 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45822
45823 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
45824 Author: Wolfgang Denk <wd@denx.de>
45825 Date: Tue Feb 12 00:45:06 2008 +0100
45826
45827 Get rid of "#undef DEBUG" from board config files.
45828
45829 Signed-off-by: Wolfgang Denk <wd@denx.de>
45830
45831 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
45832 Author: Timur Tabi <timur@freescale.com>
45833 Date: Tue Jan 15 17:09:41 2008 -0600
45834
45835 Remove #undef DEBUG from MPC83xx board header files
45836
45837 Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
45838 The inclusion of this line makes it impossible to enable debug code in
45839 other source files, because "#define DEBUG" typically needs to be defined
45840 before any header files are included.
45841
45842 Signed-off-by: Timur Tabi <timur@freescale.com>
45843
45844 commit 69018ce2e086e9caf35b914d675b82bc4888f077
45845 Author: Kumar Gala <galak@kernel.crashing.org>
45846 Date: Thu Jan 17 08:25:45 2008 -0600
45847
45848 QE: Move FDT support into a common file
45849
45850 Move the flat device tree setup for QE related devices into
45851 a common file shared between 83xx & 85xx platforms that have QE's.
45852
45853 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45854
45855 commit 5cf746c303710329f8040d9c62ee354313e3e91f
45856 Author: Marian Balakowicz <m8@semihalf.com>
45857 Date: Thu Jan 31 13:59:09 2008 +0100
45858
45859 [new uImage] Move kernel data find code to get_kernel() routine
45860
45861 Verification of the kernel image (in old format) and finding kernel
45862 data is moved to a dedicated routine. The routine will also hold
45863 support for, to be added, new image format.
45864
45865 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45866
45867 commit 7b325454fd231d4273de3fe373850f777fb086bf
45868 Author: Marian Balakowicz <m8@semihalf.com>
45869 Date: Thu Jan 31 13:58:20 2008 +0100
45870
45871 [new uImage] Cleanup FDT handling in PPC do_boot_linux()
45872
45873 Move FDT blob finding and relocation to a dedicated
45874 get_fdt() routine. It increases code readability and
45875 will make adding support for new uImage format easier.
45876
45877 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45878
45879 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
45880 Author: Marian Balakowicz <m8@semihalf.com>
45881 Date: Thu Jan 31 13:58:13 2008 +0100
45882
45883 [new uImage] Cleanup do_botm_linux() boot allocations
45884
45885 This patch moves common pre-boot allocation steps shared between PPC
45886 and M68K to a helper routines:
45887
45888 common:
45889 - get_boot_sp_limit()
45890 - get_boot_cmline()
45891 - get_boot_kbd()
45892
45893 platform:
45894 - set_clocks_in_mhz()
45895
45896 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45897
45898 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
45899 Author: Marian Balakowicz <m8@semihalf.com>
45900 Date: Thu Jan 31 13:57:17 2008 +0100
45901
45902 [new uImage] Move ramdisk loading to a common routine
45903
45904 Ramdisk loading code, including initrd_high variable handling,
45905 was duplicated for PPC and M68K platforms. This patch creates
45906 common helper routine that is being called from both platform
45907 do_bootm_linux() routines.
45908
45909 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45910
45911 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
45912 Author: Marian Balakowicz <m8@semihalf.com>
45913 Date: Thu Jan 31 13:55:53 2008 +0100
45914
45915 [new uImage] Removed dead ramdisk code on microblaze architectures
45916
45917 Microblaze do_bootm_linux() includes ramdisk processing code but
45918 the ramdisk does not get used anywhere later on.
45919
45920 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45921
45922 commit 5ad03eb3854c162684222a718b44c0716ea0db03
45923 Author: Marian Balakowicz <m8@semihalf.com>
45924 Date: Thu Jan 31 13:55:39 2008 +0100
45925
45926 [new uImage] Factor out common image_get_ramdisk() routine
45927
45928 Architecture specific do_bootm_linux() routines share common
45929 ramdisk image processing code. Move this code to a common
45930 helper routine.
45931
45932 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45933
45934 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
45935 Author: Marian Balakowicz <m8@semihalf.com>
45936 Date: Thu Jan 31 13:20:08 2008 +0100
45937
45938 [new uImage] Move FDT error printing to common fdt_error() routine
45939
45940 FDT error handling in PPC do_bootm_linux() shares the same message format.
45941 This patch moves error message printing to a helper fdt_error() routine.
45942
45943 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45944 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
45945
45946 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
45947 Author: Marian Balakowicz <m8@semihalf.com>
45948 Date: Thu Jan 31 13:20:07 2008 +0100
45949
45950 [new uImage] Factor out common routines for getting os/arch/type/comp names
45951
45952 Move numeric-id to name translation for image os/arch/type/comp header
45953 fields to a helper routines: image_get_os_name(), image_get_arch_name(),
45954 image_get_type_name(), image_get_comp_name().
45955
45956 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45957
45958 commit e99c26694a384221d336f6448c06a57479c0baa4
45959 Author: Marian Balakowicz <m8@semihalf.com>
45960 Date: Thu Jan 31 13:20:07 2008 +0100
45961
45962 [new uImage] Remove standalone applications handling from boootm
45963
45964 Standalone applications are supposed to be run using the "go" command.
45965 This patch removes standalone images handling from the do_bootm().
45966
45967 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45968
45969 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
45970 Author: Marian Balakowicz <m8@semihalf.com>
45971 Date: Thu Jan 31 13:20:07 2008 +0100
45972
45973 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
45974
45975 Support for OF_FLAT_TREE is to be obsoleted in the near future,
45976 remove related code from the bootm routines.
45977
45978 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45979
45980 commit 82850f3d32a2661868ec6876bed7a22c55cef718
45981 Author: Marian Balakowicz <m8@semihalf.com>
45982 Date: Thu Jan 31 13:20:06 2008 +0100
45983
45984 [new uImage] Use image API in SH do_bootm_linux() routine
45985
45986 Introduce image handling API for lately added Hitachi SH architecture.
45987
45988 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45989
45990 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
45991 Author: Marian Balakowicz <m8@semihalf.com>
45992 Date: Thu Jan 31 13:20:06 2008 +0100
45993
45994 [new uImage] Rename architecture specific bootm code files
45995
45996 Implementation of the do_bootm_linux() and other bootm helper routines is
45997 architecture specific code. As such it resides in lib_<arch> directories
45998 in files named <arch>_linux.c
45999
46000 This patch renames those files to a more clear and accurate
46001 lib_<arch>/bootm.c form.
46002
46003 List of the renamed files:
46004 lib_arm/armlinux.c -> lib_arm/bootm.c
46005 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
46006 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
46007 lib_i386/i386_linux.c -> lib_i386/bootm.c
46008 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
46009 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
46010 lib_mips/mips_linux.c -> lib_mips/bootm.c
46011 lib_nios/nios_linux.c -> lib_nios/bootm.c
46012 lib_nios2/nios_linux.c -> lib_nios2/bootm.c
46013 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
46014 lib_sh/sh_linux.c -> lib_sh/bootm.c
46015
46016 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46017
46018 commit 7582438c285bf0cef82909d0f232de64ec567a8a
46019 Author: Marian Balakowicz <m8@semihalf.com>
46020 Date: Thu Jan 31 13:20:06 2008 +0100
46021
46022 [new uImage] Return error on image move/uncompress overwrites
46023
46024 Check for overwrites during image move/uncompress, return with error
46025 when the original image gets corrupted. Report clear message to the user
46026 and prevent further troubles when pointer to the corrupted images is passed
46027 to do_bootm_linux routine.
46028
46029 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46030
46031 commit f13e7b2e993c61fed1f607962501e051940d6e80
46032 Author: Marian Balakowicz <m8@semihalf.com>
46033 Date: Tue Jan 8 18:12:17 2008 +0100
46034
46035 [new uImage] Cleanup image header pointer use in bootm code
46036
46037 - use single image header pointer instead of a set of auxilliary variables.
46038 - add multi component image helper routines: get component size/data address
46039
46040 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46041
46042 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
46043 Author: Marian Balakowicz <m8@semihalf.com>
46044 Date: Tue Jan 8 18:17:10 2008 +0100
46045
46046 [new uImage] Cleanup cmd_bootm.c
46047
46048 - sort and cleanup headers, declarations, etc.
46049 - group related routines
46050 - cleanup indentation, white spaces
46051
46052 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46053
46054 commit af13cdbc01eaf88880978bfb4f603e012818ba24
46055 Author: Marian Balakowicz <m8@semihalf.com>
46056 Date: Tue Jan 8 18:11:45 2008 +0100
46057
46058 [new uImage] Add memmove_wd() common routine
46059
46060 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
46061
46062 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46063
46064 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
46065 Author: Marian Balakowicz <m8@semihalf.com>
46066 Date: Tue Jan 8 18:11:44 2008 +0100
46067
46068 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
46069
46070 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46071
46072 commit 15158971f49255ccef54f0979a942cfd3de2ae52
46073 Author: Marian Balakowicz <m8@semihalf.com>
46074 Date: Tue Jan 8 18:11:44 2008 +0100
46075
46076 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
46077
46078 Use image header copy instead of a (possibly corrupted) pointer to
46079 a initial image location.
46080
46081 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46082
46083 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
46084 Author: Marian Balakowicz <m8@semihalf.com>
46085 Date: Tue Jan 8 18:11:44 2008 +0100
46086
46087 [new uImage] Remove I386 uImage fake_header() routine
46088
46089 I386 targets are not using a uImage format, instead fake header
46090 is added to ram image before it is further processed by bootm.
46091
46092 Remove this fixup and force proper uImage use for I386.
46093
46094 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46095
46096 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
46097 Author: Marian Balakowicz <m8@semihalf.com>
46098 Date: Tue Jan 8 18:11:44 2008 +0100
46099
46100 [new uImage] Move CHUNKSZ definition to image.h
46101
46102 CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
46103 move this definition to a common header.
46104
46105 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46106
46107 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
46108 Author: Marian Balakowicz <m8@semihalf.com>
46109 Date: Tue Jan 8 18:11:43 2008 +0100
46110
46111 [new uImage] Move gunzip() common code to common/gunzip.c
46112
46113 Move gunzip(), zalloc() and zfree() to a separate file.
46114 Share zalloc() and zfree() with cramfs uncompress routine.
46115
46116 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46117
46118 commit d45d5a18b6b36688f2365623f9d550566c664b5b
46119 Author: Marian Balakowicz <m8@semihalf.com>
46120 Date: Tue Jan 8 18:11:43 2008 +0100
46121
46122 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
46123
46124 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
46125 readable in PPC variant of do_bootm_linux() routine.
46126
46127 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46128
46129 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
46130 Author: Marian Balakowicz <m8@semihalf.com>
46131 Date: Tue Jan 8 18:11:43 2008 +0100
46132
46133 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
46134
46135 PPC implementation of do_bootm_linux() routine is moved to
46136 a dedicated file lib_ppc/ppc_linux.c
46137
46138 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46139
46140 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
46141 Author: Marian Balakowicz <m8@semihalf.com>
46142 Date: Tue Jan 8 18:14:09 2008 +0100
46143
46144 [new uImage] Define a API for image handling operations
46145
46146 - Add inline helper macros for basic header processing
46147 - Move common non inline code common/image.c
46148 - Replace direct header access with the API routines
46149 - Rename IH_CPU_* to IH_ARCH_*
46150
46151 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46152
46153 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
46154 Author: Marian Balakowicz <m8@semihalf.com>
46155 Date: Thu Jan 31 13:19:58 2008 +0100
46156
46157 Add missing cmd_ximg.o to common/Makefile
46158
46159 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
46160
46161 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
46162 Author: Grzegorz Bernacki <gjb@semihalf.com>
46163 Date: Mon Jan 28 10:15:02 2008 +0100
46164
46165 ADS5121e: DDR2 init/timing update.
46166
46167 Signed-off-by: John Rigby <jrigby@freescale.com>
46168 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
46169
46170 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
46171 Author: John Rigby <jrigby@freescale.com>
46172 Date: Wed Jan 30 13:36:57 2008 -0700
46173
46174 Device tree updates
46175
46176 Changes to match 5121 device tree going mainline in 2.6.25.
46177
46178 Change OF_SOC from "soc5121" to plain "soc".
46179 Remove unneeded "ref-frequency" fixups.
46180 Remove "address" enetaddr fixup.
46181
46182 Add bus-frequency fixup for old OF_SOC so old
46183 kernels with old device trees will work with new
46184 u-boot with 66MHz IPS clock
46185
46186 Signed-off-by: John Rigby <jrigby@freescale.com>
46187
46188 commit de55d18df3ff2ea614624e74793de7c43520e0e7
46189 Author: John Rigby <jrigby@freescale.com>
46190 Date: Wed Jan 30 13:36:56 2008 -0700
46191
46192 Change IPS freq to 66MHz
46193
46194 Recommended frequency is 66MHz
46195 Change divider from 4 to 3.
46196
46197 Signed-off-by: John Rigby <jrigby@freescale.com>
46198
46199 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
46200 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46201 Date: Mon Jan 14 22:38:55 2008 +0100
46202
46203 xsengine: rename board_post_init to board_late_init
46204
46205 missing migration from "Cleanup of some init functions"
46206 in c837dcb1a316745092567bfe4fb266d0941884ff
46207
46208 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46209
46210 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
46211 Author: Larry Johnson <lrj@acm.org>
46212 Date: Sat Jan 12 23:35:33 2008 -0500
46213
46214 Add attribute POST_PREREL to ECC memory POST
46215
46216 Signed-off-by: Larry Johnson <lrj@acm.org>
46217
46218 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
46219 Author: Kumar Gala <galak@kernel.crashing.org>
46220 Date: Thu Jan 17 08:25:45 2008 -0600
46221
46222 QE: Move FDT support into a common file
46223
46224 Move the flat device tree setup for QE related devices into
46225 a common file shared between 83xx & 85xx platforms that have QE's.
46226
46227 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46228
46229 commit d38da537943cd36356b9d3d9d9b60533554b81d8
46230 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46231 Date: Wed Jan 23 17:20:14 2008 +0100
46232
46233 AVR32: Make SDRAM refresh rate configurable
46234
46235 The existing code assumes the SDRAM row refresh period should always
46236 be 15.6 us. This is not always true, and indeed on the ATNGW100, the
46237 refresh rate should really be 7.81 us.
46238
46239 Add a refresh_period member to struct sdram_info and initialize it
46240 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
46241 panic() until the refresh_period member is updated properly.
46242
46243 Big thanks to Gerhard Berghofer for pointing out this issue.
46244
46245 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46246
46247 commit 61151cccb660cdb06a07fb283de6089913d7bde0
46248 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46249 Date: Thu Apr 19 10:10:11 2007 +0200
46250
46251 ATSTK1000: Fix potential flash programming bug
46252
46253 The (now obsolete) atngw100 flash programming code was having problems
46254 programming the onboard at49bv642 chip. The atstk1000 flash
46255 programming code may have the same bug, so import fix for this problem
46256 from the AVR32 Linux BSP.
46257
46258 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46259
46260 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
46261 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46262 Date: Thu Nov 22 17:04:13 2007 +0100
46263
46264 ATSTK1004: Fix comment about default load address
46265
46266 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
46267 wouldn't have worked anyway since the board can only access 4MB of
46268 SDRAM.
46269
46270 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46271
46272 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
46273 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46274 Date: Thu Nov 22 17:01:24 2007 +0100
46275
46276 ATSTK1002: Use SDRAM + 4MB as default load address
46277
46278 Many people run into problems when they compile a big kernel and load
46279 the uImage at the default SDRAM + 2MB address as the kernel will
46280 overwrite the uImage as it is being unpacked. Increase the default
46281 load address so that we can load a 4MB kernel image without any
46282 problems.
46283
46284 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46285
46286 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
46287 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46288 Date: Thu Nov 22 16:51:39 2007 +0100
46289
46290 ATNGW100: Fix default mtest range
46291
46292 Let mtest cover the whole SDRAM except the last megabyte, which is
46293 where u-boot lives.
46294
46295 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46296
46297 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
46298 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46299 Date: Tue Jan 22 15:31:56 2008 +0900
46300
46301 sh: Fix register address of SH7722.
46302
46303 The address of SH7722 is wrong by old document.
46304 This patch fixes this problem.
46305
46306 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46307
46308 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
46309 Author: Mike Frysinger <vapier@gentoo.org>
46310 Date: Mon Feb 4 19:26:57 2008 -0500
46311
46312 new command for displaying strings at specified memory locations
46313
46314 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46315
46316 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
46317 Author: Mike Frysinger <vapier@gentoo.org>
46318 Date: Mon Feb 4 19:26:57 2008 -0500
46319
46320 rewrite/cleanup Blackfin RTC driver
46321
46322 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46323
46324 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
46325 Author: Mike Frysinger <vapier@gentoo.org>
46326 Date: Mon Feb 4 19:26:57 2008 -0500
46327
46328 generate u-boot.ldr for Blackfin targets
46329
46330 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46331
46332 commit b779f7a59530436040f157f7841db7ab796542df
46333 Author: Mike Frysinger <vapier@gentoo.org>
46334 Date: Mon Feb 4 19:26:57 2008 -0500
46335
46336 scrub unused symbols
46337
46338 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46339
46340 commit cc2977acc3bbbb7850f16645dd1081f95335868d
46341 Author: Mike Frysinger <vapier@gentoo.org>
46342 Date: Mon Feb 4 19:26:57 2008 -0500
46343
46344 move Blackfin cpu object list to respective cpu directories
46345
46346 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46347
46348 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
46349 Author: Mike Frysinger <vapier@gentoo.org>
46350 Date: Mon Feb 4 19:26:57 2008 -0500
46351
46352 interface to Blackfin on-chip One-Time-Programmable memory
46353
46354 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46355
46356 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
46357 Author: Mike Frysinger <vapier@gentoo.org>
46358 Date: Mon Feb 4 19:26:56 2008 -0500
46359
46360 add support for memory commands with Blackfin L1 instruction memory
46361
46362 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46363
46364 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
46365 Author: Mike Frysinger <vapier@gentoo.org>
46366 Date: Mon Feb 4 19:26:56 2008 -0500
46367
46368 use C code rather than inline assembly
46369
46370 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46371
46372 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
46373 Author: Mike Frysinger <vapier@gentoo.org>
46374 Date: Mon Feb 4 19:26:56 2008 -0500
46375
46376 add Blackfin-specific reginfo command
46377
46378 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46379
46380 commit 0858b835e7ea501ea084d34cef75932f098342bb
46381 Author: Mike Frysinger <vapier@gentoo.org>
46382 Date: Mon Feb 4 19:26:55 2008 -0500
46383
46384 add support for Blackfin symbol prefixes to examples
46385
46386 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46387
46388 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
46389 Author: Mike Frysinger <vapier@gentoo.org>
46390 Date: Mon Feb 4 19:26:55 2008 -0500
46391
46392 add Blackfin-specific bdinfo command
46393
46394 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46395
46396 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
46397 Author: Mike Frysinger <vapier@gentoo.org>
46398 Date: Mon Feb 4 19:26:55 2008 -0500
46399
46400 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
46401
46402 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46403
46404 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
46405 Author: Mike Frysinger <vapier@gentoo.org>
46406 Date: Mon Feb 4 19:26:55 2008 -0500
46407
46408 unify the Blackfin board targets
46409
46410 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46411
46412 commit d4d7730853e5d675f76ec666807da3028c91d592
46413 Author: Mike Frysinger <vapier@gentoo.org>
46414 Date: Mon Feb 4 19:26:55 2008 -0500
46415
46416 punt Blackfin VDSP headers and import sanitized/auto-generated ones
46417
46418 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46419
46420 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
46421 Author: Mike Frysinger <vapier@gentoo.org>
46422 Date: Mon Feb 4 19:26:54 2008 -0500
46423
46424 always pull in asm/blackfin.h for Blackfin ports
46425
46426 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46427
46428 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
46429 Author: Mike Frysinger <vapier@gentoo.org>
46430 Date: Mon Feb 4 19:26:54 2008 -0500
46431
46432 add missing __raw versions of Blackfin read/write io functions
46433
46434 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46435
46436 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
46437 Author: Mike Frysinger <vapier@gentoo.org>
46438 Date: Mon Feb 4 19:26:54 2008 -0500
46439
46440 add the default Blackfin logo used by Blackfin boards with splash screens
46441
46442 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46443
46444 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
46445 Author: Mike Frysinger <vapier@gentoo.org>
46446 Date: Mon Feb 4 19:26:54 2008 -0500
46447
46448 add some more Blackfin docs
46449
46450 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46451
46452 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
46453 Author: Mike Frysinger <vapier@gentoo.org>
46454 Date: Mon Feb 4 19:26:54 2008 -0500
46455
46456 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
46457
46458 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46459
46460 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
46461 Author: Mike Frysinger <vapier@gentoo.org>
46462 Date: Mon Feb 4 19:26:54 2008 -0500
46463
46464 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
46465
46466 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46467
46468 commit b45264ee85cbd92020640a32e02fb434fd557108
46469 Author: Mike Frysinger <vapier@gentoo.org>
46470 Date: Mon Feb 4 19:26:53 2008 -0500
46471
46472 add gitignores for Blackfin pieces
46473
46474 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46475
46476 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
46477 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46478 Date: Fri Jan 18 01:14:03 2008 +0100
46479
46480 TFTP: add host ip addr support
46481
46482 allow to use a different server as set in serverip
46483 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
46484 if not defined the max length will be at 128
46485
46486 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46487
46488 commit e56b4b494cd92def577969f9678395aa22d34c9f
46489 Author: Timur Tabi <timur@freescale.com>
46490 Date: Wed Jan 9 14:35:26 2008 -0600
46491
46492 85xx,86xx: Determine I2C clock frequencies and store in global_data
46493
46494 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
46495
46496 Update the get_clocks() function in 85xx and 86xx to determine the I2C
46497 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
46498
46499 Signed-off-by: Timur Tabi <timur@freescale.com>
46500
46501 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
46502 Author: Wolfgang Denk <wd@denx.de>
46503 Date: Thu Dec 27 10:56:54 2007 +0100
46504
46505 OMAP5912: fix FIFO handling in UART driver
46506
46507 According to the OMAP5912 Serial Interfaces Reference Guide (see
46508 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
46509 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
46510 changed when the baud clock is not running, i. e. when both DLL and
46511 DLH are set to 0.
46512
46513 Thus make sure that DLL and DLH are 0 when writing the FCR.
46514
46515 Signed-off-by: Wolfgang Denk <wd@denx.de>
46516
46517 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
46518 Author: Harald Welte <laforge@openmoko.org>
46519 Date: Wed Dec 19 15:10:52 2007 +0100
46520
46521 ARM: S3C24x0 SoC NAND controller support
46522
46523 This patch adds NAND support to the S3C24x0 SoC code in u-boot
46524
46525 Signed-off-by: Harald Welte <laforge@openmoko.org>
46526
46527 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
46528 Author: Harald Welte <laforge@openmoko.org>
46529 Date: Wed Dec 19 14:24:40 2007 +0100
46530
46531 ARM: s3c24xx: Multiple serial port support
46532
46533 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
46534
46535 Signed-off-by: Harald Welte <laforge@openmoko.org>
46536
46537 commit a25f72f1f73a11de68251fb88c89991e202e68fa
46538 Author: Harald Welte <laforge@openmoko.org>
46539 Date: Wed Dec 19 14:16:57 2007 +0100
46540
46541 ARM: arm920t: Allow use of 'gd' pointer from IRQ
46542
46543 This patch allows us to use the 'gd' pointer (and thus environment
46544 and everything else associated with it) from interrupt context on
46545 arm920t.
46546
46547 Signed-off-by: Harald Welte <laforge@openmoko.org>
46548
46549 commit be19bd5cd0f454b63298844a0b5377e029b2caad
46550 Author: Harald Welte <laforge@openmoko.org>
46551 Date: Wed Dec 19 14:19:38 2007 +0100
46552
46553 ARM: arm920/s3c24xx: IRQ demulitplexer callback
46554
46555 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
46556 plus a stub implementation of it for the S3C2410.
46557
46558 The purpose is to allow arm920t implementations such as the s3c24x0 to
46559 implement interrupt handlers in u-boot without having to touch core
46560 arm920t code.
46561
46562 Signed-off-by: Harald Welte <laforge@openmoko.org>
46563
46564 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
46565 Author: Hebbar <gururajakr@sanyo.co.in>
46566 Date: Tue Dec 18 16:03:07 2007 -0800
46567
46568 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
46569
46570 Add ifdef to bdinfo command to display ethernet information
46571 only if CONFIG_CMD_NET is defined for arm modules.
46572
46573 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
46574
46575 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
46576 Author: Hebbar <gururajakr@sanyo.co.in>
46577 Date: Tue Dec 18 16:00:54 2007 -0800
46578
46579 ARM: add I2C init function call in lib_arm/board.c
46580
46581 Adds I2C init func call to init sequence for ARM boards. This is
46582 present in ppc,blackfin and other processor init sequence.
46583
46584 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
46585
46586 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
46587 Author: Stefan Roese <sr@denx.de>
46588 Date: Fri Feb 1 09:38:29 2008 +0100
46589
46590 ppc4xx: Fix ndfc HW ECC byte order
46591
46592 The current ndfc HW ECC implementation swaps the first two ECC bytes.
46593 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
46594 so this swapping in the HW ECC driver is bogus. This patch fixes this
46595 problem and now really uses the SMC ECC byte order.
46596
46597 Thanks to Sean MacLennan for pointing this out.
46598
46599 Signed-off-by: Stefan Roese <sr@denx.de>
46600
46601 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
46602 Author: Stefan Roese <sr@denx.de>
46603 Date: Wed Jan 30 15:35:50 2008 +0100
46604
46605 ppc4xx: Fix GPIO configuration for pcs440ep
46606
46607 The SRD0_PFC0 register was not configured correctly to enable the GPIO's
46608 49-63 for GPIO. They have been configured as trace signals. This patch
46609 fixes this by clearing the corresponding bit.
46610
46611 Signed-off-by: Stefan Roese <sr@denx.de>
46612
46613 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
46614 Author: Stefan Roese <sr@denx.de>
46615 Date: Wed Jan 30 14:48:28 2008 +0100
46616
46617 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
46618
46619 Signed-off-by: Stefan Roese <sr@denx.de>
46620
46621 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
46622 Author: Ladislav Michl <ladis@linux-mips.org>
46623 Date: Fri Dec 7 00:42:32 2007 +0100
46624
46625 ARM: Board voiceblue update
46626
46627 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
46628
46629 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
46630 Author: Ladislav Michl <ladis@linux-mips.org>
46631 Date: Thu Dec 6 23:24:57 2007 +0100
46632
46633 ARM: AT91RM9200 based boards config cleanup
46634
46635 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
46636
46637 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
46638 indentation.
46639
46640 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
46641 Author: Ladislav Michl <ladis@linux-mips.org>
46642 Date: Thu Dec 6 22:59:16 2007 +0100
46643
46644 ARM: Fix at91rm9200dk base address
46645
46646 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
46647 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
46648 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
46649 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
46650 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
46651 I'm sending this patch 4th (!) time in hope it produces at least some
46652 reaction.
46653
46654 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
46655
46656 Fix at91rm9200dk base and environment address.
46657
46658 commit c95219fae2a7add7daa2f91aedca65b1698465c7
46659 Author: stefano babic <sbabic@denx.de>
46660 Date: Tue Nov 20 10:40:24 2007 +0100
46661
46662 MMC for PXA 27X (resubmit)
46663
46664 MMC support for X_Scale PXA is broken and does not work.
46665 Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
46666 There were already some patches around the world but none of them was
46667 merged into the official u-boot tree.
46668
46669 This patch makes order fixing this issue. Resubmit after code cleanup.
46670
46671 Applied and tested on PXA 270 (TrizepsIV module).
46672
46673 Signed-off-by: Stefano Babic <sbabic@denx.de>
46674
46675 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
46676 Author: stefano babic <sbabic@denx.de>
46677 Date: Tue Nov 20 10:37:04 2007 +0100
46678
46679 Fix gcc issues in pxa-regs.h
46680
46681 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
46682 issues generates wrong code.
46683 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
46684 This patch fixes the problem and solves the gcc-4 issues as the linux
46685 kernel does.
46686
46687 Signed-off-by: Stefano Babic <sbabic@denx.de>
46688 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
46689
46690 commit 7047b388876e7b905b2ec4edb8010543e3641b85
46691 Author: Jens Gehrlein <sew_s@tqs.de>
46692 Date: Tue Jan 29 08:45:03 2008 +0100
46693
46694 TQM834x: enable DHCP
46695
46696 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
46697 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46698
46699 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
46700 Author: Jens Gehrlein <sew_s@tqs.de>
46701 Date: Tue Jan 29 08:45:02 2008 +0100
46702
46703 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
46704
46705 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
46706 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46707
46708 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
46709 Author: Ben Warren <biggerbadderben@gmail.com>
46710 Date: Sat Jan 26 23:41:19 2008 -0500
46711
46712 Fix conditional compilation of mpx8xxx_spi driver
46713
46714 This driver should only compile if CONFIG_MPC8XXX_SPI is set
46715
46716 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46717 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46718
46719 commit 63f732d3d3880feb531f48af247c025bf01462b0
46720 Author: Rafal Jaworowski <raj@semihalf.com>
46721 Date: Tue Jan 29 17:00:34 2008 +0100
46722
46723 API: Provide dummy halt() in the glue layer.
46724
46725 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
46726
46727 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46728
46729 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
46730 Author: Rafal Jaworowski <raj@semihalf.com>
46731 Date: Tue Jan 29 16:57:38 2008 +0100
46732
46733 API: Convert conditional building to the new scheme.
46734
46735 This fixes a build breakage with CONFIG_API enabled, which appeared after
46736 the recent changes in the U-Boot build system.
46737
46738 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46739
46740 commit 98b742489c09780be6a832eeaa4e5eff824792bb
46741 Author: Wolfgang Denk <wd@denx.de>
46742 Date: Fri Jan 25 09:56:17 2008 +0100
46743
46744 inka4x0: remove dead code
46745
46746 Signed-off-by: Wolfgang Denk <wd@denx.de>
46747
46748 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
46749 Author: Becky Bruce <becky.bruce@freescale.com>
46750 Date: Wed Jan 23 16:31:06 2008 -0600
46751
46752 86xx: Add reginfo command
46753
46754 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46755
46756 commit ddcebcb638715a6278da93b553d5016f99823816
46757 Author: Becky Bruce <becky.bruce@freescale.com>
46758 Date: Wed Jan 23 16:31:05 2008 -0600
46759
46760 86xx: Add print_laws function to fsl_law.c
46761
46762 This can be used for debug, and will be used by board code
46763 to help implement reginfo.
46764
46765 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46766
46767 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
46768 Author: Becky Bruce <becky.bruce@freescale.com>
46769 Date: Wed Jan 23 16:31:04 2008 -0600
46770
46771 86xx: Remove old-style law setup code
46772
46773 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
46774
46775 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46776
46777 commit 713d8186649dae874613d495b0cecaa039a98b30
46778 Author: Becky Bruce <becky.bruce@freescale.com>
46779 Date: Wed Jan 23 16:31:03 2008 -0600
46780
46781 86xx: Convert sbc8641d to use new law setup code.
46782
46783 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46784
46785 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
46786 Author: Becky Bruce <becky.bruce@freescale.com>
46787 Date: Wed Jan 23 16:31:02 2008 -0600
46788
46789 86xx: Convert mpc8610hpcd to new law setup method.
46790
46791 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46792
46793 commit 4933b91f8a49e436681f163df3173beb91cac44a
46794 Author: Becky Bruce <becky.bruce@freescale.com>
46795 Date: Wed Jan 23 16:31:01 2008 -0600
46796
46797 86xx: Support new law setup method and convert mpc8641
46798
46799 Adds the support code in cpu/mpc86xx for the new law setup code
46800 recently created fsl_law.c, and changes the MPC8641HPCN config
46801 to use this code.
46802
46803 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46804
46805 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
46806 Author: Becky Bruce <becky.bruce@freescale.com>
46807 Date: Wed Jan 23 16:31:00 2008 -0600
46808
46809 86xx: Rearrange the sequence in start.S
46810
46811 * split the BAT initialization so that only 2 BATs (for the boot page
46812 and stack) are programmed very early on. The rest are initialized later.
46813 * Move other BAT setup, ccsrbar setup, and law setup later in the code
46814 after translation has been enabled.
46815
46816 These changes will facilitate the moving of law and BAT initialization
46817 to C code, and will aid with 36-bit physical addressing support.
46818
46819 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
46820
46821 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
46822 Author: Wolfgang Denk <wd@denx.de>
46823 Date: Wed Jan 23 14:41:37 2008 +0100
46824
46825 Coding Style Cleanup; update CHANGELOG
46826
46827 Signed-off-by: Wolfgang Denk <wd@denx.de>
46828
46829 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
46830 Author: Wolfgang Denk <wd@denx.de>
46831 Date: Wed Jan 23 14:31:17 2008 +0100
46832
46833 Coding Style Cleanup; update CHANGELOG
46834
46835 Signed-off-by: Wolfgang Denk <wd@denx.de>
46836
46837 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
46838 Author: Dave Liu <r63238@freescale.com>
46839 Date: Fri Jan 18 10:07:04 2008 +0800
46840
46841 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
46842
46843 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
46844 cause the 83xx immap broken, so the DMA and PCI will
46845 be failed.
46846
46847 The patch fix the struct spi8xxx and rm struct spi83xx.
46848
46849 Signed-off-by: Dave Liu <daveliu@freescale.com>
46850 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46851
46852 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
46853 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46854 Date: Sat Apr 14 17:11:49 2007 +0200
46855
46856 AVR32: ATNGW100 board support
46857
46858 Add support for the ATNGW100 Network Gateway reference design,
46859 including flash, ethernet and MMC support.
46860
46861 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46862
46863 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
46864 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
46865 Date: Sat Nov 24 18:15:31 2007 +0100
46866
46867 AVR32: Initialize ipaddr, loadaddr and bootfile at startup
46868
46869 I don't know why the relevant layers can't do this by itself, but this
46870 is what ppc does.
46871
46872 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
46873
46874 commit 799891ef7b1b3432032ec23466df6b665a797fa4
46875 Author: Michael Schwingen <michael@schwingen.org>
46876 Date: Fri Jan 18 00:04:28 2008 +0100
46877
46878 Add AcTux board support
46879
46880 Hi,
46881
46882 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
46883 files that
46884 contain changes for multiple boards, the board-specific files follow as
46885 separate patches.
46886
46887 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46888
46889 commit 66a4344a4d910a11125df7768899ad529719855e
46890 Author: Michael Schwingen <michael@schwingen.org>
46891 Date: Wed Jan 16 19:53:23 2008 +0100
46892
46893 add AcTux-4 board support
46894
46895 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46896
46897 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
46898 Author: Michael Schwingen <michael@schwingen.org>
46899 Date: Wed Jan 16 19:51:55 2008 +0100
46900
46901 add AcTux-3 board support
46902
46903 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46904
46905 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
46906 Author: Michael Schwingen <michael@schwingen.org>
46907 Date: Wed Jan 16 19:51:14 2008 +0100
46908
46909 add AcTux-2 board support
46910
46911 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46912
46913 commit ea99e8f05b7240fd657739e286664664ae160abe
46914 Author: Michael Schwingen <michael@schwingen.org>
46915 Date: Wed Jan 16 19:50:37 2008 +0100
46916
46917 add AcTux-1 board support
46918
46919 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46920
46921 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
46922 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46923 Date: Mon Jan 14 19:20:08 2008 +0100
46924
46925 ARM: remove useless function board_post_init
46926
46927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46928
46929 commit 96bd462942022e4569b582c072a0ed26de1cd19b
46930 Author: Michael Schwingen <michael@schwingen.org>
46931 Date: Thu Jan 10 14:59:46 2008 +0100
46932
46933 IXP: enable RTS
46934
46935 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
46936 No handshaking is done, but the active RTS signal allows to
46937 connect to the target using a PC which is using RTS/CTS
46938 handshake, and does no harm if the PC is set to ignore RTS.
46939
46940 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46941
46942 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
46943 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46944 Date: Mon Jan 7 08:41:34 2008 +0100
46945
46946 IXP: add dynamic microcode addr
46947
46948 allow to load the microde from flash or ram by download it through
46949 the serial or other.
46950
46951 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46952 Acked-by: Stefan Roese <sr@denx.de>
46953
46954 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
46955 Author: Michael Schwingen <michael@schwingen.org>
46956 Date: Sat Nov 10 15:44:12 2007 +0100
46957
46958 load ixp42x NPE firmware from separate flash block, remove dead code
46959
46960 Hi,
46961
46962 the following patch adds support to move the IXP42X NPE firmware to a
46963 separate flash block, whose start address is defined in
46964 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
46965 NPE-enabled u-boot without copyright problems due to the NPE firmware.
46966
46967 I hope the patch applies, I get whitespace-related differences in the NPE
46968 files due to trailing whitespace in the original versions.
46969
46970 Signed-off-by: Michael Schwingen <michael@schwingen.org>
46971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46972
46973 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
46974 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46975 Date: Tue Jan 15 14:15:46 2008 -0600
46976
46977 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
46978
46979 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46980 Signed-off by: John Rigby <jrigby@freescale.com>
46981
46982 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
46983 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46984 Date: Tue Jan 15 14:02:49 2008 -0600
46985
46986 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
46987
46988 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46989 Signed-off by: John Rigby <jrigby@freescale.com>
46990
46991 commit 777d1abd9796f1c2e148417cc10657e847d318ce
46992 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46993 Date: Tue Jan 15 14:00:25 2008 -0600
46994
46995 ColdFire: Add MCF547x_8x FEC driver
46996
46997 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46998 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46999 Signed-off by: John Rigby <jrigby@freescale.com>
47000
47001 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
47002 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47003 Date: Tue Jan 15 13:54:09 2008 -0600
47004
47005 ColdFire: Add MCF547x_8x dma code and header files
47006
47007 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47008 Signed-off by: John Rigby <jrigby@freescale.com>
47009
47010 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
47011 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47012 Date: Tue Jan 15 13:52:03 2008 -0600
47013
47014 ColdFire: Add MCF547x_8x dma code - 2
47015
47016 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47017 Signed-off by: John Rigby <jrigby@freescale.com>
47018
47019 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
47020 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47021 Date: Tue Jan 15 13:48:52 2008 -0600
47022
47023 ColdFire: Add MCF547x_8x dma code - 1
47024
47025 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47026 Signed-off by: John Rigby <jrigby@freescale.com>
47027
47028 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
47029 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47030 Date: Tue Jan 15 13:39:44 2008 -0600
47031
47032 ColdFire: Add MCF547x_8x related header files
47033
47034 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47035 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47036 Signed-off by: John Rigby <jrigby@freescale.com>
47037
47038 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
47039 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47040 Date: Tue Jan 15 13:37:34 2008 -0600
47041
47042 ColdFire: Add MCF547x_8x cpu arch
47043
47044 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47045 Signed-off by: John Rigby <jrigby@freescale.com>
47046
47047 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
47048 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47049 Date: Mon Jan 14 17:47:23 2008 -0600
47050
47051 ColdFire: Add MCF5227x cpu and M52277EVB support-3
47052
47053 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47054 Signed-off by: John Rigby <jrigby@freescale.com>
47055
47056 commit c87581027994c148131b2f11aa75501f782ec19a
47057 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47058 Date: Mon Jan 14 17:46:19 2008 -0600
47059
47060 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
47061
47062 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47063 Signed-off by: John Rigby <jrigby@freescale.com>
47064
47065 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
47066 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47067 Date: Mon Jan 14 17:43:33 2008 -0600
47068
47069 ColdFire: Add MCF5227x cpu and M52277EVB support-1
47070
47071 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47072 Signed-off by: John Rigby <jrigby@freescale.com>
47073
47074 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
47075 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47076 Date: Mon Jan 14 17:35:44 2008 -0600
47077
47078 ColdFire: Fix CFI Flash low level Read/Write macro
47079
47080 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47081 Signed-off by: John Rigby <jrigby@freescale.com>
47082
47083 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
47084 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47085 Date: Mon Jan 14 17:23:08 2008 -0600
47086
47087 ColdFire: Add M5373EVB platform support - 2
47088
47089 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47090 Signed-off by: John Rigby <jrigby@freescale.com>
47091
47092 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
47093 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47094 Date: Mon Jan 14 17:19:54 2008 -0600
47095
47096 ColdFire: Add M5373EVB platform support - 1
47097
47098 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47099 Signed-off by: John Rigby <jrigby@freescale.com>
47100
47101 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
47102 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47103 Date: Mon Jan 14 17:17:03 2008 -0600
47104
47105 ColdFire: Update FlexBus CS for MCF532x
47106
47107 Definition update and change from 16bit to 32bit
47108
47109 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47110 Signed-off by: John Rigby <jrigby@freescale.com>
47111
47112 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
47113 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47114 Date: Mon Jan 14 17:11:47 2008 -0600
47115
47116 ColdFire: PCI and misc updates for MCF5445x
47117
47118 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47119 Signed-off by: John Rigby <jrigby@freescale.com>
47120
47121 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
47122 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47123 Date: Mon Jan 14 17:06:55 2008 -0600
47124
47125 ColdFire: MCF5445x header files cleanup
47126
47127 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47128 Signed-off by: John Rigby <jrigby@freescale.com>
47129
47130 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
47131 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47132 Date: Mon Jan 14 16:59:42 2008 -0600
47133
47134 ColdFire: MCF532x header files cleanup
47135
47136 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47137 Signed-off by: John Rigby <jrigby@freescale.com>
47138
47139 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
47140 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47141 Date: Mon Jan 14 15:30:15 2008 -0600
47142
47143 ColdFire: Add modules header files
47144
47145 Add CF specific modules header files
47146
47147 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47148 Signed-off-by: John Rigby <jrigby@freescale.com>
47149
47150 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
47151 Author: Kim Phillips <kim.phillips@freescale.com>
47152 Date: Thu Jan 17 12:48:00 2008 -0600
47153
47154 codingstyle cleanup for spi driver
47155
47156 ..and rm unused CONFIG_FSL_SPI define
47157
47158 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47159
47160 commit d59feffb42c9f174116db7a82a311df98983dfce
47161 Author: Haiying Wang <Haiying.Wang@freescale.com>
47162 Date: Wed Jan 16 17:12:12 2008 -0500
47163
47164 FSL: Fix common EEPROM_data structure definition
47165
47166 - Fix EEPROM_data structure definition according to System EEPROM Data Format.
47167 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
47168 bd->bi_ethaddr.
47169
47170 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
47171
47172 commit 6bee764bd6da510a4aad614880300c968bc7318d
47173 Author: Timur Tabi <timur@freescale.com>
47174 Date: Wed Jan 16 15:48:12 2008 -0600
47175
47176 86xx: enable command-line editing
47177
47178 Enable command-line editing for all MPC86xx boards.
47179
47180 Signed-off-by: Timur Tabi <timur@freescale.com>
47181
47182 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
47183 Author: Ben Warren <biggerbadderben@gmail.com>
47184 Date: Wed Jan 16 22:37:42 2008 -0500
47185
47186 Implement hard SPI driver on MPC8349EMDS
47187
47188 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
47189 This board has an ST M25P40 4Mbit EEPROM on its SPI bus
47190
47191 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47192 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47193
47194 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
47195 Author: Ben Warren <biggerbadderben@gmail.com>
47196 Date: Wed Jan 16 22:37:35 2008 -0500
47197
47198 Add support for a Freescale non-CPM SPI controller
47199
47200 This patch adds support for the SPI controller found on Freescale PowerPC
47201 processors such as the MCP834x family. Additionally, a new config option,
47202 CONFIG_HARD_SPI, is added for general purpose SPI controller use.
47203
47204 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47205 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47206
47207 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
47208 Author: Dave Liu <r63238@freescale.com>
47209 Date: Thu Jan 17 18:23:19 2008 +0800
47210
47211 mpc83xx: Fix the fatal conflict of merge
47212
47213 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
47214 will cause the mpc8315erdb board can't boot up.
47215
47216 The patch fix that bug, and remove the duplicated #ifdef
47217 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
47218 MPC8313E processor.
47219
47220 Signed-off-by: Dave Liu <daveliu@freescale.com>
47221 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47222
47223 commit 3259eeaa4148125a81417477f62c05bd67f60587
47224 Author: Larry Johnson <lrj@acm.org>
47225 Date: Thu Jan 17 08:50:09 2008 -0500
47226
47227 Merge Sequoia beautification into Korat code
47228
47229 Signed-off-by: Larry Johnson <lrj@acm.org>
47230
47231 commit e16925773211291b562e77187061e9dd1d757217
47232 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47233 Date: Thu Jan 17 07:45:05 2008 +0100
47234
47235 net: add 'ethrotate' environment variable
47236
47237 [PATCH] net: add 'ethrotate' environment variable
47238
47239 This patch replaces the buildtime configuration option
47240 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
47241 configuration veriable. See README.
47242
47243 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47244 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47245
47246 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
47247 Author: Stefan Roese <sr@denx.de>
47248 Date: Thu Jan 17 14:29:04 2008 +0100
47249
47250 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
47251
47252 Signed-off-by: Stefan Roese <sr@denx.de>
47253
47254 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
47255 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47256 Date: Thu Jan 17 18:07:32 2008 +0900
47257
47258 sh: Remove CONFIG_COMMANDS from MS7720SE config file
47259
47260 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47261
47262 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
47263 Author: Niklaus Giger <niklaus.giger@netstal.com>
47264 Date: Wed Jan 16 18:39:20 2008 +0100
47265
47266 ppc4xx: Netstal HCU4 board: added various fixes and POST
47267
47268 - Moved some common code to netstal/common/nm_bsp.c.
47269 - sdram initialisation goes go netstal/common/fixed_sdram.c.
47270 - Added support for POST.
47271 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
47272
47273 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47274
47275 commit 69b0634a4ee98c9791815600d43b99f626a952f3
47276 Author: Niklaus Giger <niklaus.giger@netstal.com>
47277 Date: Thu Jan 17 12:53:56 2008 +0100
47278
47279 ppc4xx: netstal/common define routines used by all boards
47280
47281 Added some routines used by all Netstal boards:
47282 - nm_bsp.c: - nm_show_print and
47283 - common_misc_init_r
47284 - set_params_for_sw_install. Very specific code to handle our SW
47285 installation procedure
47286 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
47287 to handle sdram initialization.
47288 - nm.h: Common header
47289
47290 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47291
47292 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
47293 Author: Niklaus Giger <niklaus.giger@netstal.com>
47294 Date: Wed Jan 16 18:39:18 2008 +0100
47295
47296 ppc4xx: Netstal HCU5 board: added various fixes and POST
47297
47298 - Moved some common code to nestal/common/nm_bsp.c.
47299 - Added support for the vxWorks EDR.
47300 - Enable trace for Lauterbach, if present.
47301 - Added support for POST.
47302 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
47303
47304 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47305
47306 commit 4371090e5da77edc7bf9f296364db4801639d9c4
47307 Author: Niklaus Giger <niklaus.giger@netstal.com>
47308 Date: Wed Jan 16 18:39:08 2008 +0100
47309
47310 ppc4xx: Netstal HCU5 board. Added POST. Various fixes
47311
47312 - Various fixes
47313 - Reduced rom_size from 384 to 320 kB
47314 - Environment is now in flash
47315 - Added POST
47316 - Support for OF
47317
47318 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47319
47320 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
47321 Author: Niklaus Giger <niklaus.giger@netstal.com>
47322 Date: Wed Jan 16 18:37:50 2008 +0100
47323
47324 ppc4xx: Netstal HCU4 board. Added POST. Various fixes
47325
47326 - Various fixes
47327 - Reduced rom_size from 384 to 320 kB
47328 - Environment is now in flash
47329 - Added POST
47330 - Support for OF
47331
47332 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
47333
47334 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
47335 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47336 Date: Thu Jan 17 10:53:08 2008 +0100
47337
47338 ppc4xx: Complete DU440 board support
47339
47340 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47341
47342 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
47343 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47344 Date: Thu Jan 17 10:52:30 2008 +0100
47345
47346 ppc4xx: Add DU440 board support
47347
47348 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47349
47350 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
47351 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47352 Date: Thu Jan 17 15:53:52 2008 +0900
47353
47354 sh: Update SuperH SCIF driver
47355
47356 This patch fixed wrong SH7720 CPU macro and changed macro that
47357 calculated value of SCBRR register.
47358
47359 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47360
47361 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
47362 Author: Grzegorz Bernacki <gjb@semihalf.com>
47363 Date: Wed Jan 16 15:12:47 2008 +0100
47364
47365 Set ips dividor to 1/4 of csb clock.
47366
47367 Previous setting cause ips clock to be out of spec. This bug was found by John
47368 Rigby from Freescale.
47369
47370 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47371
47372 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
47373 Author: Kumar Gala <galak@kernel.crashing.org>
47374 Date: Thu Jan 17 02:19:18 2008 -0600
47375
47376 85xx: Get ride of old TLB setup code
47377
47378 Now that all boards have been converted, remove old config code and the
47379 config option for the new style.
47380
47381 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47382
47383 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
47384 Author: Kumar Gala <galak@kernel.crashing.org>
47385 Date: Thu Jan 17 02:02:10 2008 -0600
47386
47387 85xx: Convert TQM85xx to new TLB setup
47388
47389 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47390
47391 commit 74121b470c14f7eaf284ee838bffca6f9521069e
47392 Author: Kumar Gala <galak@kernel.crashing.org>
47393 Date: Thu Jan 17 01:56:32 2008 -0600
47394
47395 85xx: Convert STXGP3 & STXSSA to new TLB setup
47396
47397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47398
47399 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
47400 Author: Kumar Gala <galak@kernel.crashing.org>
47401 Date: Thu Jan 17 01:44:34 2008 -0600
47402
47403 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
47404
47405 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47406
47407 commit 818218bac6a11591e2542c344d2330e0f4e1968b
47408 Author: Kumar Gala <galak@kernel.crashing.org>
47409 Date: Thu Jan 17 01:31:34 2008 -0600
47410
47411 85xx: Convert PM854/PM856 to new TLB setup
47412
47413 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47414
47415 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
47416 Author: Kumar Gala <galak@kernel.crashing.org>
47417 Date: Thu Jan 17 01:25:33 2008 -0600
47418
47419 85xx: Convert MPC8540EVAL to new TLB setup
47420
47421 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47422
47423 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
47424 Author: Kumar Gala <galak@kernel.crashing.org>
47425 Date: Thu Jan 17 01:12:22 2008 -0600
47426
47427 85xx: Convert MPC8568 MDS to new TLB setup
47428
47429 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47430
47431 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
47432 Author: Kumar Gala <galak@kernel.crashing.org>
47433 Date: Thu Jan 17 01:01:09 2008 -0600
47434
47435 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
47436
47437 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47438
47439 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
47440 Author: Kumar Gala <galak@kernel.crashing.org>
47441 Date: Thu Jan 17 00:52:29 2008 -0600
47442
47443 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
47444
47445 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47446
47447 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
47448 Author: Kumar Gala <galak@kernel.crashing.org>
47449 Date: Thu Jan 17 00:32:17 2008 -0600
47450
47451 85xx: Convert ATUM8548 to new TLB setup
47452
47453 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47454
47455 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
47456 Author: Kumar Gala <galak@kernel.crashing.org>
47457 Date: Wed Jan 16 23:11:57 2008 -0600
47458
47459 85xx: Convert MPC8544 DS to new TLB setup
47460
47461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47462
47463 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
47464 Author: Kumar Gala <galak@kernel.crashing.org>
47465 Date: Wed Jan 16 22:38:34 2008 -0600
47466
47467 85xx: Reworked initial processor init
47468
47469 Reworked the initial processor initialzation sequence:
47470 * introduced cpu_early_init_f that is run in address space 1 (AS=1)
47471 * Moved TLB/LAW and CCSR init into cpu_early_init_f()
47472 * Reworked initial asm code to do most of the core init before TLBs
47473
47474 The main reasons for these changes are to allow handling of 36-bit phys
47475 addresses in the future and some of the issues that will exist when we
47476 do that.
47477
47478 There are a few caveats on what can be initialized via the LAW and TLB
47479 static tables:
47480 * TLB entry 14/15 can't be initialized via the TLB table
47481 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
47482 the code that is currently executing.
47483
47484 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47485
47486 commit 44a23cfd6360a68eaa41f945190618a55519eac3
47487 Author: Kumar Gala <galak@kernel.crashing.org>
47488 Date: Wed Jan 16 22:33:22 2008 -0600
47489
47490 85xx: Introduce new tlb API
47491
47492 Add a set of functions to manipulate TLB entries:
47493 * set_tlb() - write a tlb entry
47494 * invalidate_tlb() - invalidate a tlb array
47495 * disable_tlb() - disable a variable size tlb entry
47496 * init_tlbs() - setup initial tlbs based on static table
47497
47498 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47499
47500 commit be88b1699863c262818f3af7f60173b4d48df8fc
47501 Author: Stefan Roese <sr@denx.de>
47502 Date: Thu Jan 17 07:50:17 2008 +0100
47503
47504 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
47505
47506 Signed-off-by: Stefan Roese <sr@denx.de>
47507
47508 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
47509 Author: Kumar Gala <galak@kernel.crashing.org>
47510 Date: Wed Jan 16 10:04:42 2008 -0600
47511
47512 85xx: Use proper defines for PCI addresses
47513
47514 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
47515 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
47516 be used for configuring the PCI ATMU.
47517
47518 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47519
47520 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
47521 Author: Kumar Gala <galak@kernel.crashing.org>
47522 Date: Wed Jan 16 09:22:29 2008 -0600
47523
47524 85xx: Remove old style of LAW init
47525
47526 All boards are now using the new fsl_law code so we can drop the old version.
47527
47528 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47529
47530 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
47531 Author: Kumar Gala <galak@kernel.crashing.org>
47532 Date: Wed Jan 16 09:15:29 2008 -0600
47533
47534 85xx: convert remaining 85xx boards over to use new LAW init code
47535
47536 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
47537 to use new LAW init code.
47538
47539 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47540
47541 commit 572b13afc42710f2957c382a710360429c0e099b
47542 Author: Kumar Gala <galak@kernel.crashing.org>
47543 Date: Wed Jan 16 09:11:53 2008 -0600
47544
47545 85xx: convert STXGP3/STXSSA over to use new LAW init code
47546
47547 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47548
47549 commit 45f2166ac0233a9263058378f39612bd11f61196
47550 Author: Kumar Gala <galak@kernel.crashing.org>
47551 Date: Wed Jan 16 09:06:48 2008 -0600
47552
47553 85xx: convert PM854/PM856 over to use new LAW init code
47554
47555 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47556
47557 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
47558 Author: Kumar Gala <galak@kernel.crashing.org>
47559 Date: Wed Jan 16 09:05:27 2008 -0600
47560
47561 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
47562
47563 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47564
47565 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
47566 Author: Kumar Gala <galak@kernel.crashing.org>
47567 Date: Wed Jan 16 01:45:10 2008 -0600
47568
47569 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
47570
47571 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47572
47573 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
47574 Author: Kumar Gala <galak@kernel.crashing.org>
47575 Date: Wed Jan 16 01:32:06 2008 -0600
47576
47577 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
47578
47579 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47580
47581 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
47582 Author: Kumar Gala <galak@kernel.crashing.org>
47583 Date: Wed Jan 16 01:16:16 2008 -0600
47584
47585 85xx: convert MPC8544 DS over to use new LAW init code
47586
47587 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47588
47589 commit 83d40dfd79fe868796275802f60116d84b9e4395
47590 Author: Kumar Gala <galak@kernel.crashing.org>
47591 Date: Wed Jan 16 01:13:58 2008 -0600
47592
47593 85xx: Move LAW init code into C
47594
47595 Move the initialization of the LAWs into C code and provide an API
47596 to allow modification of LAWs after init.
47597
47598 Board code is responsible to provide a law_table and num_law_entries.
47599
47600 We should be able to use the same code on 86xx as well.
47601
47602 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47603
47604 commit bed8ce838a609aaab136d43b25e6df2a520bc854
47605 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47606 Date: Sat Dec 22 15:03:12 2007 +0100
47607
47608 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
47609
47610 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47611
47612 commit 0764c164fed6277d359cf132d55187ea34290114
47613 Author: Vlad Lungu <vlad@comsys.ro>
47614 Date: Wed Jan 16 19:27:51 2008 +0200
47615
47616 MIPS:Target support for qemu -M mips
47617
47618 With serial, NE2000, IDE support. Tested in big-endian mode.
47619 Memory size hard-coded to 128M for now, so don't play with
47620 the -m option.
47621
47622 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
47623
47624 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
47625 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47626 Date: Fri Jan 11 00:01:37 2008 +0100
47627
47628 Fix nfs command help to reflect that the serverip is optional
47629
47630 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47631 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47632
47633 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
47634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47635 Date: Mon Dec 10 22:32:14 2007 +0100
47636
47637 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
47638
47639 and move is_valid_ether_addr board file
47640
47641 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47642 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47643
47644 commit c2f896b8fc4722e36915903e1942e138e68ce804
47645 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47646 Date: Wed Jan 16 16:13:31 2008 +0900
47647
47648 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
47649
47650 rx_status on the memory is basically in LE, but needs to be handled in CPU
47651 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
47652 it'll work fine.
47653
47654 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47655 Cc: Masami Komiya <mkomiya@sonare.it>
47656 Cc: Lucas Jin <lucasjin@gmail.com>
47657 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47658
47659 commit 96a236746fe6a7b84802afb4ed31536696d34812
47660 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47661 Date: Wed Jan 16 16:12:26 2008 +0900
47662
47663 drivers/net/rtl8139.c: Fix cache coherency issues
47664
47665 Current driver is meant for cache coherent systems. This patch adds
47666 flush_cache() routines to support cache non-coherent systems.
47667
47668 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47669 Cc: Masami Komiya <mkomiya@sonare.it>
47670 Cc: Lucas Jin <lucasjin@gmail.com>
47671 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47672
47673 commit d1276c76c1e2b5035296689280ba1acb2c425104
47674 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47675 Date: Wed Jan 16 16:11:14 2008 +0900
47676
47677 drivers/net/rtl8139.c: Fix tx timeout
47678
47679 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
47680 does, the condition "(currticks() < to)" becomes invalid and immediately
47681 leads to tx timeout error. This patch introduces the fine-graded udely(10)
47682 loops to ease the impact of wrapping around.
47683
47684 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
47685 Cc: Masami Komiya <mkomiya@sonare.it>
47686 Cc: Lucas Jin <lucasjin@gmail.com>
47687 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47688
47689 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
47690 Author: Dave Liu <r63238@freescale.com>
47691 Date: Fri Jan 11 18:45:28 2008 +0800
47692
47693 TSEC: Add the support for RealTek RTL8211B PHY
47694
47695 Add the support of RealTek RTL8211B PHY, the RTL8211B
47696 PHY only supports RGMII and MII mode.
47697
47698 Signed-off-by: Dave Liu <daveliu@freescale.com>
47699 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47700
47701 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
47702 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47703 Date: Wed Jan 16 09:40:41 2008 +0100
47704
47705 Remove annoying debug printout for PHY less boards.
47706
47707 PHY less board prints out lots of "read wrong ...":
47708 read wrong value : mii_id 3,mii_reg 2, base e0102320
47709 read wrong value : mii_id 3,mii_reg 3, base e0102320
47710 UEC: PHY is Generic MII (ffffffff)
47711 read wrong value : mii_id 3,mii_reg 4, base e0102320
47712 read wrong value : mii_id 3,mii_reg 0, base e0102320
47713 read wrong value : mii_id 3,mii_reg 1, base e0102320
47714 read wrong value : mii_id 3,mii_reg 1, base e0102320
47715 read wrong value : mii_id 3,mii_reg 5, base e0102320
47716 read wrong value : mii_id 3,mii_reg 1, base e0102320
47717 read wrong value : mii_id 3,mii_reg 1, base e0102320
47718 read wrong value : mii_id 3,mii_reg 5, base e0102320
47719 FSL UEC0: Full Duplex
47720 FSL UEC0: Speed 100BT
47721 FSL UEC0: Link is up
47722 Using FSL UEC0 device
47723
47724 Make this printout depend on UEC_VERBOSE_DEBUG and
47725 remove its definition in uec_phy.c
47726
47727 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47728 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47729
47730 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
47731 Author: Kim Phillips <kim.phillips@freescale.com>
47732 Date: Tue Jan 15 14:11:00 2008 -0600
47733
47734 net: reduce boot latency on QE UEC based boards
47735
47736 actually polling for PHY autonegotiation to finish enables us to remove the
47737 5 second boot prompt latency present on QE based boards.
47738
47739 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
47740 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
47741 code shamelessly stolen from tsec driver.
47742
47743 also rm unused CONFIG_RMII_MODE code.
47744
47745 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47746 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47747 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47748
47749 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
47750 Author: michael.firth@bt.com <michael.firth@bt.com>
47751 Date: Wed Jan 16 11:40:51 2008 +0000
47752
47753 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
47754
47755 The current TSEC driver limits MDIO access to the devices that have been configured as attached
47756 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
47757
47758 Signed-off-by: Michael Firth <michael.firth@bt.com>
47759 Acked-by: Andy Fleming <afleming@freescale.com>
47760 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47761
47762 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
47763 Author: Kim Phillips <kim.phillips@freescale.com>
47764 Date: Wed Jan 16 00:38:05 2008 -0600
47765
47766 Add support for the MPC837xERDB
47767
47768 MPC837xERDB board support includes:
47769 * DDR2 330MHz hardcoded (soldered on the board)
47770 * Local Bus NOR Flash
47771 * I2C, UART and RTC
47772 * eTSEC RGMII (TSEC0 - RTL8211B with MII;
47773 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
47774 * load)
47775
47776 Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
47777 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
47778 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47779
47780 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
47781 Author: Kim Phillips <kim.phillips@freescale.com>
47782 Date: Wed Jan 16 12:06:16 2008 -0600
47783
47784 mpc83xx: add support for more system clock performance controls
47785
47786 System registers that are modified are the Arbiter Configuration
47787 Register (ACR), the System Priority Control Register (SPCR), and the
47788 System Clock Configuration Register (SCCR).
47789
47790 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
47791 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
47792 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47793
47794 commit 16c3cde050e2d243e62b37486f1558570787beb8
47795 Author: James Yang <james.yang@freescale.com>
47796 Date: Wed Jan 16 11:58:08 2008 -0600
47797
47798 FSL: Generalize PIXIS reset command parsing.
47799
47800 Before, the order of arguments to the pixis_reset
47801 command needed to be supplied in a hard-coded order.
47802 Generalize the command parsing to allow any order.
47803
47804 Signed-off-by: James Yang <james.yang@freescale.com>
47805 Acked-by: Jon Loeliger <jdl@freescale.com>
47806
47807 commit ad8f8687b78c3e917b173f038926695383c55555
47808 Author: Jon Loeliger <jdl@freescale.com>
47809 Date: Tue Jan 15 13:42:41 2008 -0600
47810
47811 FSL: Convert board/freescale/common/Makefile to use CONFIG_
47812
47813 Convert the board/freescale/common/Makefile to use
47814 CONFIG_* options to select which files to conditionally
47815 compile into the board/freescale/common library rather
47816 than conditionally compiling entire files.
47817
47818 Now handles::
47819 CONFIG_FSL_PIXIS
47820 CONFIG_FSL_DIU_FB
47821 CONFIG_PQ_MDS_PIB
47822
47823 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
47824
47825 Signed-off-by: Jon Loeliger <jdl@freescale.com>
47826
47827 commit 7c2221eb230372a9e537c4f6636b147b0909325f
47828 Author: Roy Zang <tie-fei.zang@freescale.com>
47829 Date: Tue Jan 15 16:38:38 2008 +0800
47830
47831 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
47832
47833 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
47834 Remove unused ethernet CONFIG_ options.
47835
47836 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47837 Acked-by: Jon Loeliger <jdl@freescale.com>
47838
47839 commit 711a7946277d2e29af481011e8635e9975c54e45
47840 Author: Kim Phillips <kim.phillips@freescale.com>
47841 Date: Tue Jan 15 14:05:14 2008 -0600
47842
47843 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
47844
47845 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
47846
47847 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47848
47849 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
47850 Author: Kim Phillips <kim.phillips@freescale.com>
47851 Date: Tue Jan 15 09:51:12 2008 -0600
47852
47853 mpc83xx: clean up mpc8360emds.c warnings
47854
47855 mpc8360emds.c: In function 'ft_board_setup':
47856 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
47857 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
47858 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
47859 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
47860 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
47861 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
47862
47863 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47864
47865 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
47866 Author: Kim Phillips <kim.phillips@freescale.com>
47867 Date: Mon Jan 14 16:14:46 2008 -0600
47868
47869 mpc83xx: fix phy-connection-type fixup code
47870
47871 use tree passed to us in local blob, not global fdt.
47872
47873 Also use fdt_path_offset to convert to relative offset, since absolute
47874 reference is needed to check for rgmii-id mode string value.
47875
47876 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47877
47878 commit 2b4c952be7c4357a13e839d48df80853820c33eb
47879 Author: Kumar Gala <galak@kernel.crashing.org>
47880 Date: Mon Jan 14 09:01:40 2008 -0600
47881
47882 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
47883
47884 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47885 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47886
47887 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
47888 Author: Poonam Aggrwal <b10812@freescale.com>
47889 Date: Mon Jan 14 09:41:14 2008 +0530
47890
47891 Changes in uboot DDR configuration for MPC8313eRDB
47892
47893 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
47894 DDR configuration in u-boot code. Some are related to performance, some
47895 affect stability and some correct few basic errors in the current
47896 configuration.
47897
47898 The changes have been tested and found to give better memory latency
47899 figures on MPC8313eRDB.LMBench figures prove it.
47900
47901 The changes are:
47902
47903 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
47904 (this may improve performance for application with many read
47905 or write to open pages).
47906 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
47907 001 (activating all the CS when only one is used may cause
47908 unwanted noise on the system)
47909
47910 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
47911 Tras=45ns)
47912 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
47913
47914 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
47915 comply with the 3 ODT clk requirements)
47916 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
47917 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
47918
47919 - DDR_SDRAM_MODE[AL]changed from 0 to 1.
47920 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
47921
47922 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
47923 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
47924
47925 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
47926 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
47927
47928 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
47929 Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
47930 Cc: Razzaz Mazyar <MRazzaz@freescale.com>
47931 Cc: Josep P J <PJ.Joseph@freescale.com>
47932 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47933
47934 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
47935 Author: Jerry Van Baren <gvb.uboot@gmail.com>
47936 Date: Sat Jan 12 13:24:14 2008 -0500
47937
47938 Enable the isdram command on the MPC8360EMDS board
47939
47940 The isdram command prints out decoded information the "serial presence
47941 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when
47942 debugging memory configuration problems.
47943
47944 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
47945 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47946
47947 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
47948 Author: Dave Liu <r63238@freescale.com>
47949 Date: Fri Jan 11 18:48:24 2008 +0800
47950
47951 mpc83xx: Add the support for MPC8315ERDB board
47952
47953 The features list:
47954 - Boot from NOR Flash
47955 - DDR2 266MHz hardcoded configuration
47956 - Local bus NOR Flash R/W operation
47957 - I2C, UART, MII and RTC
47958 - eTSEC0/1 support
47959 - PCI host
47960
47961 Signed-off-by: Dave Liu <daveliu@freescale.com>
47962 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47963
47964 commit b05884efa614e4d8a9413158fc228e0dc02ab704
47965 Author: Dave Liu <r63238@freescale.com>
47966 Date: Fri Jan 11 18:46:50 2008 +0800
47967
47968 mpc83xx: Add config of eTSEC emergency priority in SPCR
47969
47970 The TSEC emergency priority definition of 831x/837x
47971 is different than the definition of 834x in SPCR register.
47972
47973 Add the other config of TSEC emergency priority into
47974 cpu_init.c
47975
47976 Signed-off-by: Dave Liu <daveliu@freescale.com>
47977 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47978
47979 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
47980 Author: Dave Liu <r63238@freescale.com>
47981 Date: Fri Jan 11 18:42:19 2008 +0800
47982
47983 mpc83xx: Remove cache config from MPC8360ERDK.h
47984
47985 The MPC8360ERDK board support patch is added before
47986 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
47987 so, miss clean up it.
47988
47989 The patch clean up the miss cache config.
47990
47991 Signed-off-by: Dave Liu <daveliu@freescale.com>
47992 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47993
47994 commit cd9d23053d435c08fc8695017b5cb9003fcda786
47995 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
47996 Date: Mon Jan 14 23:09:32 2008 +0300
47997
47998 nand: FSL UPM NAND driver
47999
48000 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
48001
48002 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
48003 Author: Kyungmin Park <kmpark@infradead.org>
48004 Date: Tue Jan 15 08:59:44 2008 +0900
48005
48006 OneNAND: Separate U-Boot dependent code from OneNAND
48007
48008 OneNAND: Separate U-Boot dependent code from OneNAND
48009
48010 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
48011
48012 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
48013 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48014 Date: Wed Jan 16 10:33:46 2008 +0100
48015
48016 ppc4xx: Sequoia coding style cleanup and beautification
48017
48018 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48019
48020 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
48021 Author: Larry Johnson <lrj@acm.org>
48022 Date: Tue Jan 15 14:35:58 2008 -0500
48023
48024 ppc4xx: Refactor ECC POST for AMCC Denali core
48025
48026 The ECC POST reported intermittent failures running after power-up on
48027 the Korat PPC440EPx board. Even when the test passed, the debugging
48028 output occasionally reported additional unexpected ECC errors.
48029
48030 This refactoring has three main objectives: (1) minimize the code
48031 executed with ECC enabled during the tests, (2) add more checking of the
48032 results so any unexpected ECC errors would cause the test to fail, and
48033 (3) use synchronization (only) where required by the processor.
48034
48035 Signed-off-by: Larry Johnson <lrj@acm.org>
48036
48037 commit 2465665b73ac2f688af945b1ed510752afa816a4
48038 Author: David Saada <David.Saada@ecitele.com>
48039 Date: Tue Jan 15 10:40:24 2008 +0200
48040
48041 QE UEC: Extend number of supported UECs to 4
48042
48043 This patch extends the number of supported UECs to 4. Note that the
48044 problem of QE thread resources exhaustion is resolved by setting the
48045 correct number of QE threads according to Ethernet type (GBE or FE).
48046
48047 Signed-off-by: David Saada <david.saada@ecitele.com>
48048 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48049
48050 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
48051 Author: Wolfgang Denk <wd@denx.de>
48052 Date: Wed Jan 16 00:01:01 2008 +0100
48053
48054 LWMON5: enable hush shell as command line parser
48055
48056 Signed-off-by: Wolfgang Denk <wd@denx.de>
48057
48058 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
48059 Author: Wolfgang Denk <wd@denx.de>
48060 Date: Tue Jan 15 17:22:28 2008 +0100
48061
48062 ADS5121: disable watchdog; enable image timestamps
48063
48064 Signed-off-by: Wolfgang Denk <wd@denx.de>
48065
48066 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
48067 Author: Wolfgang Denk <wd@denx.de>
48068 Date: Tue Jan 15 17:21:28 2008 +0100
48069
48070 TK885D: fixes for bigger flash sector sizes on new modules;
48071 adjust default environment;
48072 disable SCC ethernet (not used on this board).
48073
48074 Signed-off-by: Wolfgang Denk <wd@denx.de>
48075
48076 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
48077 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48078 Date: Tue Jan 15 17:48:13 2008 +0900
48079
48080 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
48081
48082 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48083
48084 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
48085 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48086 Date: Tue Jan 15 23:25:25 2008 +0900
48087
48088 sh: Add support SH7710/SH7712
48089
48090 SH7710/SH7712 of SH3 CPU are supported.
48091 SH771X is called SH-Ether, and has the Ether controller in CPU.
48092 The driver of Ether is not included in this patch.
48093
48094 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48095
48096 commit 63a11be68306870e04d3851ed9fa41955cdf4894
48097 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48098 Date: Tue Jan 15 23:06:17 2008 +0900
48099
48100 sh: Add support of map_physmem() and unmap_physmem() to SuperH
48101
48102 This patch add the support of map_physmem() and unmap_physmem()
48103 used with Common Flash Interface(CFI) driver.
48104
48105 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48106
48107 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
48108 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48109 Date: Wed Jan 9 14:42:27 2008 +0900
48110
48111 sh: Add maintainer of MS7720SE to the MAINTAINER file
48112
48113 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48114
48115 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
48116 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48117 Date: Wed Jan 9 14:39:58 2008 +0900
48118
48119 sh: Fix board name in MS7720SE's config.mk
48120
48121 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48122
48123 commit c0a04d93734d768b39dbb72fb501b65614c8615d
48124 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48125 Date: Wed Jan 9 14:37:36 2008 +0900
48126
48127 sh: Add MS7720SE to MAKEALL
48128
48129 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48130
48131 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
48132 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
48133 Date: Mon Dec 3 22:58:50 2007 +0900
48134
48135 sh: Add support for MS7720RP02 board
48136
48137 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
48138 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48139 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48140
48141 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
48142 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
48143 Date: Wed Jan 9 14:30:02 2008 +0900
48144
48145 sh: Add support for SH7720 in serial_sh driver.
48146
48147 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
48148 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48149 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48150
48151 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
48152 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
48153 Date: Mon Dec 3 22:58:45 2007 +0900
48154
48155 sh: Add support SH3 and SH7720
48156
48157 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
48158 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48159 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
48160
48161 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
48162 Author: Stefan Roese <sr@denx.de>
48163 Date: Tue Jan 15 10:11:02 2008 +0100
48164
48165 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
48166
48167 Signed-off-by: Stefan Roese <sr@denx.de>
48168
48169 commit 17bef68097ab3692500a36fb31115bff7910aa99
48170 Author: Niklaus Giger <niklausgiger@gmx.ch>
48171 Date: Mon Jan 14 14:04:42 2008 +0100
48172
48173 ppc_4xx: Fix post spr.c for PPC405
48174
48175 post/cpu/ppc4xx/spr.c contained a few checks for registers only present
48176 for PPC440 and derivates processor.
48177
48178 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
48179
48180 commit 06c428bcd4413014b43236e77765022071424fa6
48181 Author: Dave Liu <r63238@freescale.com>
48182 Date: Mon Jan 14 11:12:01 2008 +0800
48183
48184 QE: fix compile warning
48185
48186 qe.c: In function 'qe_upload_firmware':
48187 qe.c:390: warning: pointer targets in passing argument 2
48188 uec.c: In function 'uec_initialize':
48189 uec.c:1236: warning: 'uec_info' may be used uninitialized
48190
48191 Signed-off-by: Dave Liu <daveliu@freescale.com>
48192
48193 commit a0dd99d51efa55fe023e19c97ead92683725eb11
48194 Author: Stefan Roese <sr@denx.de>
48195 Date: Mon Jan 14 10:05:05 2008 +0100
48196
48197 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
48198
48199 Now that bit 29 is the USB PHY reset bit, update the Kilauea port
48200 to remove the USB PHY reset after powerup. The CPLD will keep the
48201 USB PHY in reset (active low) until the bit is set to 1 in
48202 board_early_init_f().
48203
48204 Signed-off-by: Stefan Roese <sr@denx.de>
48205
48206 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
48207 Author: Wolfgang Denk <wd@denx.de>
48208 Date: Sun Jan 13 23:26:45 2008 +0100
48209
48210 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
48211
48212 Signed-off-by: Wolfgang Denk <wd@denx.de>
48213
48214 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
48215 Author: Wolfgang Denk <wd@denx.de>
48216 Date: Sun Jan 13 23:37:50 2008 +0100
48217
48218 ADS5121: Fix typo in ads5121.c, adjust default environment
48219
48220 Signed-off-by: Wolfgang Denk <wd@denx.de>
48221
48222 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
48223 Author: John Rigby <jrigby@freescale.com>
48224 Date: Fri Aug 24 18:18:43 2007 -0600
48225
48226 ADS5121: MAX slew rate for PATA pins
48227
48228 Signed-off-by: John Rigby <jrigby@freescale.com>
48229
48230 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
48231 Author: Wolfgang Denk <wd@denx.de>
48232 Date: Sun Jan 13 21:05:52 2008 +0100
48233
48234 Fix Makefile dependency problem with parallel builds.
48235
48236 Signed-off-by: Wolfgang Denk <wd@denx.de>
48237
48238 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
48239 Author: Wolfgang Denk <wd@denx.de>
48240 Date: Sun Jan 13 19:51:39 2008 +0100
48241
48242 MPC8544DS: fix board Makefile for silent build (with -s)
48243
48244 Signed-off-by: Wolfgang Denk <wd@denx.de>
48245
48246 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
48247 Author: Wolfgang Denk <wd@denx.de>
48248 Date: Sun Jan 13 16:44:08 2008 +0100
48249
48250 PMC440 board: fix board Makefile for out-of-tree building
48251
48252 Signed-off-by: Wolfgang Denk <wd@denx.de>
48253
48254 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
48255 Author: Wolfgang Denk <wd@denx.de>
48256 Date: Sun Jan 13 16:07:44 2008 +0100
48257
48258 Makalu: fix compile warning
48259
48260 Signed-off-by: Wolfgang Denk <wd@denx.de>
48261
48262 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
48263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48264 Date: Sun Jan 13 12:36:12 2008 +0100
48265
48266 cmd_nand : fix compiler warning.
48267
48268 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48269
48270 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
48271 Author: Michael Schwingen <rincewind@discworld.dascon.de>
48272 Date: Sat Jan 12 20:29:47 2008 +0100
48273
48274 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
48275
48276 Signed-off-by: Michael Schwingen <michael@schwingen.org>
48277 Acked-by: Stefan Roese <sr@denx.de>
48278
48279 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
48280 Author: Wolfgang Denk <wd@denx.de>
48281 Date: Sun Jan 13 02:19:44 2008 +0100
48282
48283 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
48284
48285 Signed-off-by: Wolfgang Denk <wd@denx.de>
48286
48287 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
48288 Author: Wolfgang Denk <wd@denx.de>
48289 Date: Sun Jan 13 02:19:13 2008 +0100
48290
48291 MPC8xx FEC driver: fix compiler warning.
48292
48293 Signed-off-by: Wolfgang Denk <wd@denx.de>
48294
48295 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
48296 Author: Wolfgang Denk <wd@denx.de>
48297 Date: Sun Jan 13 00:59:21 2008 +0100
48298
48299 Fix Makefile dependencies issues; allow silent build
48300
48301 - get rid of "version" target whichdidn't really work
48302 - make autoconf.mk depend on version_autogenerated.h to make sure
48303 to rebuild files as needed
48304 - add XECHO macro to allow for silent build using "make -s"
48305
48306 Signed-off-by: Wolfgang Denk <wd@denx.de>
48307
48308 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
48309 Author: Wolfgang Denk <wd@denx.de>
48310 Date: Sun Jan 13 00:55:47 2008 +0100
48311
48312 ADS5121e: fix compile warning
48313
48314 Signed-off-by: Wolfgang Denk <wd@denx.de>
48315
48316 commit f2b6f4610627fe3d607620e25082916a01538875
48317 Author: Wolfgang Denk <wd@denx.de>
48318 Date: Sun Jan 13 00:55:18 2008 +0100
48319
48320 MUNICes: fix board Makefile for remote build directory
48321
48322 Signed-off-by: Wolfgang Denk <wd@denx.de>
48323
48324 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
48325 Author: Oliver Weber <almoeli@gmx.de>
48326 Date: Wed Jan 9 17:04:38 2008 +0100
48327
48328 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
48329
48330 Signed-off-by: Oliver Weber <almoeli@gmx.de>
48331
48332 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
48333 Author: Andreas Engel <andreas.engel@ericsson.com>
48334 Date: Wed Jan 9 17:10:56 2008 +0100
48335
48336 Make bootretry work when command line editing is enabled
48337
48338 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
48339 This patch fixes the problem.
48340
48341 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
48342
48343 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
48344 Author: Larry Johnson <lrj@acm.org>
48345 Date: Fri Jan 11 23:26:18 2008 -0500
48346
48347 Refactor code for "i2c sdram" command
48348
48349 Signed-off-by: Larry Johnson <lrj@acm.org>
48350
48351 commit 0df6b8446c4721b91ce311548114891130371083
48352 Author: Larry Johnson <lrj@acm.org>
48353 Date: Thu Jan 10 22:23:39 2008 -0500
48354
48355 Fix "i2c sdram" command for DDR2 DIMMs
48356
48357 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
48358 "i2c sdram" command. This patch provides correct alternative
48359 interpretations when DDR2 memory is detected.
48360
48361 Signed-off-by: Larry Johnson <lrj@acm.org>
48362
48363 commit 64134f011254123618798ff77c42ba196b2ec485
48364 Author: Wolfgang Denk <wd@denx.de>
48365 Date: Sat Jan 12 20:31:39 2008 +0100
48366
48367 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
48368
48369 With recent toolchain versions, some boards would not build because
48370 or errors like this one (here for ocotea board when building with
48371 ELDK 4.2 beta):
48372 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
48373
48374 For many boards, the .bss section is big enough that it wraps around
48375 at the end of the address space (0xFFFFFFFF), so the problem will not
48376 be visible unless you use a 64 bit tool chain for development. On
48377 some boards however, changes to the code size (due to different
48378 optimizations) we bail out with section overlaps like above.
48379
48380 The fix is to add the NOLOAD attribute to the .bss and .sbss
48381 sections, telling the linker that .bss does not consume any space in
48382 the image.
48383
48384 Signed-off-by: Wolfgang Denk <wd@denx.de>
48385
48386 commit 3afac79ec27b91df185f090b31dad9620779f440
48387 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48388 Date: Fri Jan 11 20:42:58 2008 -0600
48389
48390 USB: Add Philips 1561 PCI-OHCI ids
48391 (needed for M5475EVB)
48392
48393 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
48394
48395 commit 5e8def6731cd7bec74bff42a16b139de04010353
48396 Author: Wolfgang Denk <wd@denx.de>
48397 Date: Sat Jan 12 15:51:34 2008 +0100
48398
48399 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
48400 boards.
48401
48402 Signed-off-by: Heiko Schocher <hs@denx.de>
48403 Signed-off-by: Wolfgang Denk <wd@denx.de>
48404
48405 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
48406 Author: Grzegorz Bernacki <gjb@semihalf.com>
48407 Date: Fri Jan 11 12:03:43 2008 +0100
48408
48409 MPC512X: Cleanup bus clock names.
48410
48411 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48412
48413 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
48414 Author: Grzegorz Bernacki <gjb@semihalf.com>
48415 Date: Tue Jan 8 17:16:59 2008 +0100
48416
48417 MPC512X: Fixed typo in macro name.
48418
48419 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48420
48421 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
48422 Author: Grzegorz Bernacki <gjb@semihalf.com>
48423 Date: Tue Jan 8 17:16:15 2008 +0100
48424
48425 ads5121: Added support for FDT.
48426
48427 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48428
48429 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
48430 Author: Wolfgang Denk <wd@denx.de>
48431 Date: Sat Jan 12 01:05:50 2008 +0100
48432
48433 Coding Style cleanup; update CHANGELOG.
48434
48435 Signed-off-by: Wolfgang Denk <wd@denx.de>
48436
48437 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
48438 Author: Heiko Schocher <hs@denx.de>
48439 Date: Fri Jan 11 15:15:17 2008 +0100
48440
48441 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
48442
48443 Signed-off-by: Timur Tabi <timur@freescale.com>
48444 Signed-off-by: Heiko Schocher <hs@denx.de>
48445
48446 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
48447 Author: Heiko Schocher <hs@denx.de>
48448 Date: Fri Jan 11 15:15:16 2008 +0100
48449
48450 MUNICes: Set the right CFG_DEFAULT_MBAR value.
48451
48452 Signed-off-by: Heiko Schocher <hs@denx.de>
48453
48454 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
48455 Author: Heiko Schocher <hs@denx.de>
48456 Date: Fri Jan 11 15:15:15 2008 +0100
48457
48458 added the config File for the MUNICes board.
48459
48460 Signed-off-by: Heiko Schocher <hs@denx.de>
48461
48462 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
48463 Author: Heiko Schocher <hs@denx.de>
48464 Date: Fri Jan 11 15:15:14 2008 +0100
48465
48466 added basic support for the MUNICes board.
48467
48468 Signed-off-by: Heiko Schocher <hs@denx.de>
48469
48470 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
48471 Author: Wolfgang Denk <wd@denx.de>
48472 Date: Sat Jan 12 00:39:37 2008 +0100
48473
48474 Update CHANGELOG and MAINTAINERS files.
48475
48476 Signed-off-by: Wolfgang Denk <wd@denx.de>
48477
48478 commit 5ba7390c3cb579172be66888a371707b47b5be4e
48479 Author: Anatolij Gustschin <agust@denx.de>
48480 Date: Fri Jan 11 02:15:02 2008 +0100
48481
48482 Fix compilation problem in common/cmd_bmp.c
48483
48484 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
48485 isn't defined. This patch fix this.
48486
48487 Signed-off-by: Anatolij Gustschin <agust@denx.de>
48488
48489 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
48490 Author: Heiko Schocher <hs@denx.de>
48491 Date: Fri Jan 11 01:12:09 2008 +0100
48492
48493 Fix defaultconfig for the mgcoge board.
48494
48495 Signed-off-by: Heiko Schocher <hs@denx.de>
48496
48497 commit ac9db066b26935f31bff15c98168b19faeb603f3
48498 Author: Heiko Schocher <hs@denx.de>
48499 Date: Fri Jan 11 01:12:08 2008 +0100
48500
48501 Added support for the mgcoge board from keymile.
48502
48503 Signed-off-by: Heiko Schocher <hs@denx.de>
48504
48505 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
48506 Author: Heiko Schocher <hs@denx.de>
48507 Date: Fri Jan 11 01:12:07 2008 +0100
48508
48509 Enable SMC microcode relocation patch for SMC1.
48510
48511 Signed-off-by: Heiko Schocher <hs@denx.de>
48512
48513 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
48514 Author: Heiko Schocher <hs@denx.de>
48515 Date: Fri Jan 11 01:12:06 2008 +0100
48516
48517 Added support for the mgsuvd board from keymile.
48518
48519 Signed-off-by: Heiko Schocher <hs@denx.de>
48520
48521 commit bf05293973b348f6946c9df92cd3c65ece42d0be
48522 Author: James Yang <james.yang@freescale.com>
48523 Date: Thu Jan 10 16:02:07 2008 -0600
48524
48525 Fix 64-bit vsprintf.
48526
48527 There were some size and unsigned problems.
48528 Also add support for "ll" size modifier in format string like glibc
48529
48530 Signed-off-by: James Yang <James.Yang@freescale.com>
48531 Acked-by: Jon Loeliger <jdl@freescale.com>
48532
48533 commit 92fa37eac530860643afa26ae347af3d23d67309
48534 Author: Larry Johnson <lrj@acm.org>
48535 Date: Wed Jan 9 12:42:35 2008 -0500
48536
48537 Remove superfluous preprocessor conditionals from LM73 driver
48538
48539 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
48540
48541 (2) Use conditional Makefile.o.
48542
48543 Signed-off-by: Larry Johnson <lrj@acm.org>
48544
48545 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
48546 Author: Guennadi Liakhovetski <lg@denx.de>
48547 Date: Thu Jan 10 17:59:07 2008 +0100
48548
48549 Add support for the TK885D baseboard from TELE-DATA
48550
48551 The TK885D board uses a TQM885D module from TQ, this port adds an
48552 own configuration file and adds a last_stage_init() method to
48553 configure the two PHYs, depending on the phy_auto_nego environment
48554 variable.
48555
48556 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48557
48558 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
48559 Author: Kumar Gala <galak@kernel.crashing.org>
48560 Date: Thu Jan 10 02:22:05 2008 -0600
48561
48562 Fix compiler warning
48563
48564 main.c: In function 'readline_into_buffer':
48565 main.c:927: warning: unused variable 'p_buf'
48566
48567 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48568
48569 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
48570 Author: Anatolij Gustschin <agust@denx.de>
48571 Date: Fri Jan 11 14:30:01 2008 +0100
48572
48573 Add Fujitsu CoralP/Lime video driver
48574
48575 Signed-off-by: Anatolij Gustschin <agust@denx.de>
48576 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
48577
48578 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
48579 Author: Anatolij Gustschin <agust@denx.de>
48580 Date: Fri Jan 11 02:39:47 2008 +0100
48581
48582 Fix video console newline and carriage return handling
48583
48584 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
48585 are not displayed correctly. This is an attempt to fix
48586 this issue. Also add carriage return handling.
48587
48588 Signed-off-by: Anatolij Gustschin <agust@denx.de>
48589 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
48590
48591 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
48592 Author: Stefan Roese <sr@denx.de>
48593 Date: Fri Jan 11 15:53:58 2008 +0100
48594
48595 ppc4xx: Fix sdram init on Sequoia boards
48596
48597 Clear possible errors in MCSR resulting from data-eye-search.
48598 If not done, then we could get an interrupt later on when
48599 exceptions are enabled.
48600
48601 Signed-off-by: Stefan Roese <sr@denx.de>
48602
48603 commit d610a60730b7464f6f659db49d264d89a7c71061
48604 Author: Anatolij Gustschin <agust@denx.de>
48605 Date: Fri Jan 11 15:31:09 2008 +0100
48606
48607 ppc4xx: Rework Lime support for lwmon5
48608
48609 Rework Lime support for lwmon5 using new video driver
48610
48611 Signed-off-by: Anatolij Gustschin <agust@denx.de>
48612
48613 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
48614 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48615 Date: Fri Jan 11 14:55:16 2008 +0100
48616
48617 ppc4xx: Update PMC440 config file
48618
48619 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48620
48621 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
48622 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48623 Date: Fri Jan 11 14:55:08 2008 +0100
48624
48625 ppx4xx: Fix sdram init on PMC440 boards
48626
48627 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48628
48629 commit 061aad4d320dddce26247699dcf2875ee2ea1366
48630 Author: Dave Liu <r63238@freescale.com>
48631 Date: Thu Jan 10 23:09:33 2008 +0800
48632
48633 mpc83xx: Fix the bug of 266MHz data rate DDR
48634
48635 The DDR doesn't work on the 266MHz data rate,
48636 the patch fix the bug.
48637
48638 Signed-off-by: Dave Liu <daveliu@freescale.com>
48639 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48640
48641 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
48642 Author: Dave Liu <r63238@freescale.com>
48643 Date: Thu Jan 10 23:08:26 2008 +0800
48644
48645 mpc83xx: Make the code more readable
48646
48647 Format the code, make it more readable
48648
48649 Signed-off-by: Dave Liu <daveliu@freescale.com>
48650 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48651
48652 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
48653 Author: Dave Liu <r63238@freescale.com>
48654 Date: Thu Jan 10 23:07:23 2008 +0800
48655
48656 mpc83xx: Reduce the latency of DDR
48657
48658 Reduce the AL from 2 to 1 clock to improve the performance.
48659
48660 Signed-off-by: Dave Liu <daveliu@freescale.com>
48661 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48662
48663 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
48664 Author: Dave Liu <r63238@freescale.com>
48665 Date: Thu Jan 10 23:06:05 2008 +0800
48666
48667 mpc83xx: Fix the wrong definition of MPC8315E
48668
48669 According to the latest user manual of MPC8315E,
48670 1) The SVCOD of HRCWL is different than 837x
48671 2) The SCCR has changes
48672
48673 Signed-off-by: Dave Liu <daveliu@freescale.com>
48674 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48675
48676 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
48677 Author: Dave Liu <r63238@freescale.com>
48678 Date: Thu Jan 10 23:05:00 2008 +0800
48679
48680 mpc83xx: Fix the typo in mpc83xx.h
48681
48682 The SPCR about TSEC priority is wrong.
48683
48684 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
48685 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
48686 Signed-off-by: Dave Liu <daveliu@freescale.com>
48687 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48688
48689 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
48690 Author: Dave Liu <r63238@freescale.com>
48691 Date: Thu Jan 10 23:04:13 2008 +0800
48692
48693 mpc83xx: Fix the typo in global data struct
48694
48695 Fix the typo in global_data.h
48696
48697 Signed-off-by: Dave Liu <daveliu@freescale.com>
48698 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48699
48700 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
48701 Author: Dave Liu <r63238@freescale.com>
48702 Date: Thu Jan 10 23:03:03 2008 +0800
48703
48704 mpc83xx: Remove cache config from config.h
48705
48706 clean up the cache config from configs.h of board
48707
48708 Signed-off-by: Dave Liu <daveliu@freescale.com>
48709 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48710
48711 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
48712 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
48713 Date: Wed Jan 9 20:57:47 2008 +0300
48714
48715 mpc83xx: add support for the MPC8360E-RDK
48716
48717 This is MPC8360E based board with:
48718 - 256MB fixed SDRAM;
48719 - 8MB Intel Strata NOR flash;
48720 - StMICRO 64MiB NAND flash;
48721 - two 10/100/1000 ethernet ports connected via Broadcom
48722 BCM5481 PHYs;
48723 - two 10/100 ethernet ports connected via National
48724 DP83848 PHYs;
48725 - one PCI and one miniPCI slots;
48726 - four serial ports (two NS16550-compatible, two UCCs);
48727 - four USB ports working through MPC8360E "FHCI" USB controller;
48728 - Fujitsu MB86277 graphics controller;
48729 - Analog to Digital Converter/Touchscreen controller, AD7843
48730 connected to SPI.
48731
48732 Features not supported in this patch are:
48733 - StMICRO 64MiB NAND flash (patch sent);
48734 - MINT framebuffer initialization (patch is pending);
48735 - Fetching production information from the EEPROM via I2C;
48736 - FHCI USB;
48737 - Two slow UCCs used as RS-485 UARTs.
48738
48739 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
48740 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48741
48742 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
48743 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
48744 Date: Wed Jan 9 20:57:40 2008 +0300
48745
48746 mpc83xx: add "fsl, qe" compatible fixups
48747
48748 New device trees will use "fsl,qe" compatible properties.
48749
48750 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
48751 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48752
48753 commit 977b57583a7c34010e566a09a679ec3c1836f996
48754 Author: Kim Phillips <kim.phillips@freescale.com>
48755 Date: Wed Jan 9 15:24:06 2008 -0600
48756
48757 mpc83xx: add missing CONFIG_HAS_ETH0 defines
48758
48759 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
48760 is defined; add the define to the missing board configs.
48761
48762 Thanks to Emilian Medve for finding this.
48763
48764 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48765
48766 commit b830b7f1635984ba607219fcbd78597c28eeb529
48767 Author: Becky Bruce <bgill@freescale.com>
48768 Date: Thu Jan 10 14:00:28 2008 -0600
48769
48770 86xx: Support 2GB DIMMs
48771
48772 Configure the number of bits used to address the banks inside the SDRAM
48773 device. The default register value of 0 means 2 bits to address 4 banks.
48774 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
48775
48776 Signed-off-by: Becky Bruce <bgill@freescale.com>
48777
48778 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
48779 Author: Niklaus Giger <niklausgiger@gmx.ch>
48780 Date: Thu Jan 10 18:50:33 2008 +0100
48781
48782 ppc4xx: Make Sequoia boot vxWorks
48783
48784 vxWorks expects in
48785 TLB 0 a entry for the Machine Check interrupt
48786 TLB 1 a entry for the RAM
48787 TLB 2 a entry for the EBC
48788 TLB 3 a entry for the boot flash
48789
48790 After changing the baudrate to 9600 I had no problems to boot the
48791 vxWorks image as distributed by WindRiver (Revision 2.0/1 from
48792 June 18, 2007)
48793
48794 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
48795
48796 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
48797 Author: Larry Johnson <lrj@arlinx.com>
48798 Date: Wed Jan 9 23:10:27 2008 -0500
48799
48800 ppc4xx: Fix dflush() to restore DVLIM register
48801
48802 Signed-off-by: Larry Johnson <lrj@acm.org>
48803
48804 commit 252f60b068d1f94190b5bcfda169db582387e15e
48805 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48806 Date: Thu Jan 10 03:52:44 2008 -0500
48807
48808 Nios2: remove common/cmd_bdinfo.c unused variable.
48809
48810 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48811 Signed-off-by: Scott McNutt <smcnutt@psyent.com>
48812
48813 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
48814 Author: Ben Warren <biggerbadderben@gmail.com>
48815 Date: Wed Jan 9 18:15:53 2008 -0500
48816
48817 Fix Ethernet init() return codes
48818
48819 Change return values of init() functions in all Ethernet drivers to conform
48820 to the following:
48821
48822 >=0: Success
48823 <0: Failure
48824
48825 All drivers going forward should return 0 on success. Current drivers that
48826 return 1 on success were left as-is to minimize changes.
48827
48828 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48829 Acked-by: Stefan Roese <sr@denx.de>
48830 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48831 Acked-by: Kim Phillips <kim.phillips@freescale.com>
48832 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48833 Acked-By: Timur Tabi <timur@freescale.com>
48834
48835 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
48836 Author: Wolfgang Denk <wd@denx.de>
48837 Date: Thu Jan 10 00:55:14 2008 +0100
48838
48839 Coding Style cleanup; update CHANGELOG
48840
48841 Signed-off-by: Wolfgang Denk <wd@denx.de>
48842
48843 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
48844 Author: Kim Phillips <kim.phillips@freescale.com>
48845 Date: Wed Jan 9 16:56:54 2008 -0600
48846
48847 Add QE brg freq and correct qe bus freq fdt update code
48848
48849 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48850 Signed-off-by: Andy Fleming <afleming@freescale.com>
48851
48852 commit 890dfef06c2d169a3356359596890754dfb8ee1c
48853 Author: Andy Fleming <afleming@freescale.com>
48854 Date: Wed Jan 9 16:34:51 2008 -0600
48855
48856 Remove cache config from ATUM8548 and sbc8548 configs
48857
48858 These boards weren't updated by Kumar's config patch because they
48859 weren't in the tree, yet.
48860
48861 Signed-off-by: Andy Fleming <afleming@freescale.com>
48862
48863 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
48864 Author: Timur Tabi <timur@freescale.com>
48865 Date: Mon Jan 7 13:31:19 2008 -0600
48866
48867 85xx: add ability to upload QE firmware
48868
48869 Define the layout of a binary blob that contains a QE firmware and instructions
48870 on how to upload it. Add function qe_upload_firmware() to parse the blob and
48871 perform the actual upload. Add command-line command "qe fw" to take a firmware
48872 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the
48873 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define
48874 'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
48875
48876 Signed-off-by: Timur Tabi <timur@freescale.com>
48877
48878 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
48879 Author: Kumar Gala <galak@kernel.crashing.org>
48880 Date: Tue Jan 8 01:22:21 2008 -0600
48881
48882 85xx: Remove cache config from configs.h
48883
48884 Either use the standard defines in asm/cache.h or grab the information
48885 at runtime from the L1CFG SPR.
48886
48887 Also, minor cleanup in cache.h to make the code a bit more readable.
48888
48889 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48890
48891 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
48892 Author: robert lazarski <robertlazarski@gmail.com>
48893 Date: Fri Dec 21 10:39:27 2007 -0500
48894
48895 mpc85xx: Add support for ATUM8548 (updated)
48896
48897 Add support for Instituto Atlantico's ATUM8548 board
48898
48899 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
48900 Signed-off-by: Andy Fleming <afleming@freescale.com>
48901
48902 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
48903 Author: robert lazarski <robertlazarski@gmail.com>
48904 Date: Fri Dec 21 10:36:37 2007 -0500
48905
48906 mpc85xx: Add support for ATUM8548 (updated)
48907
48908 Add support for Instituto Atlantico's ATUM8548 board
48909
48910 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
48911
48912 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
48913 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
48914 Date: Thu Dec 13 06:45:14 2007 -0600
48915
48916 mpc85xx: Add support for SBC8548 (updated)
48917
48918 Add support for Wind River's SBC8548 reference board.
48919
48920 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
48921
48922 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
48923 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
48924 Date: Thu Dec 13 06:45:08 2007 -0600
48925
48926 mpc85xx: Add support for SBC8548 (updated)
48927
48928 Add support for Wind River's SBC8548 reference board.
48929
48930 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
48931 Signed-off by: Andy Fleming <afleming@freescale.com>
48932
48933 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
48934 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
48935 Date: Mon Oct 22 19:58:19 2007 +0400
48936
48937 MPC8568E-MDS: set up QE pario for UART1
48938
48939 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
48940 be set up appropriately.
48941
48942 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
48943
48944 commit ad162249cb371e9e38971676f09be791e5f3cf4a
48945 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
48946 Date: Mon Oct 22 18:12:46 2007 +0400
48947
48948 MPC8568E-MDS: reset UCCs to use them reliably
48949
48950 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
48951 UCCs.
48952
48953 p.s Similar code exists in the Linux kernel board file (for capability
48954 reasons with older U-Boots), but should be removed some day.
48955
48956 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
48957
48958 commit 2146cf56821c3364786ca94a7306008c5824b238
48959 Author: Kumar Gala <galak@kernel.crashing.org>
48960 Date: Wed Dec 19 01:18:15 2007 -0600
48961
48962 Reworked FSL Book-E TLB macros to be more readable
48963
48964 The old macros made it difficult to know what WIMGE and perm bits
48965 were set for a TLB entry. Actually use the bit masks for these items
48966 since they are only a single bit.
48967
48968 Also moved the macros into mmu.h out of e500.h since they aren't specific
48969 to e500.
48970
48971 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48972
48973 commit 1d47273d46925929f8f2c1913cd96d7257aade88
48974 Author: Kumar Gala <galak@kernel.crashing.org>
48975 Date: Tue Dec 18 23:21:51 2007 -0600
48976
48977 Use FSL Book-E MMU macros from Linux Kernel
48978
48979 Grab the FSL Book-E MAS register macros from Linux. Also added
48980 defines for page sizes up to 4TB and removed SHAREN since it doesnt
48981 really exist.
48982
48983 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48984
48985 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
48986 Author: Andy Fleming <afleming@freescale.com>
48987 Date: Wed Jan 9 13:51:32 2008 -0600
48988
48989 Fix my own merge stupidity
48990
48991 Way back in August I merged Heiko's patch:
48992 566a494f592: [PCS440EP] upgrade the PCS440EP board
48993
48994 with Jon's CONFIG_COMMANDS patches.
48995
48996 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
48997
48998 However, in the process, I left out some of Heiko's good changes.
48999
49000 Now Heiko's and Jon's patches are properly merged in fat_register_device()
49001
49002 Signed-off-by: Andy Fleming <afleming@freescale.com>
49003
49004 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
49005 Author: James Yang <James.Yang@freescale.com>
49006 Date: Wed Jan 9 11:17:49 2008 -0600
49007
49008 Expose parse_line() globally.
49009
49010 Add new function readline_into_buffer() that allows the
49011 output of readline to be put into a pointer to char buffer.
49012
49013 This refactoring allows other functions besides the
49014 main command loop to also use the same input mechanism.
49015
49016 Signed-off-by: James Yang <James.Yang@freescale.com>
49017 Acked-by: Jon Loeliger <jdl@freescale.com>
49018
49019 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
49020 Author: Guennadi Liakhovetski <lg@denx.de>
49021 Date: Wed Jan 9 01:15:25 2008 +0100
49022
49023 trivial: fix consequences of a bad merge
49024
49025 Fix what looks like a merge artifact.
49026
49027 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49028
49029 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
49030 Author: Zhang Wei <wei.zhang@freescale.com>
49031 Date: Thu Jan 3 10:51:15 2008 +0800
49032
49033 Add Ctrl combo key support to usb keyboard driver.
49034
49035 Ctrl combo key support is added, which is very useful to input Ctrl-C
49036 for interrupt current job.
49037 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
49038 key input when tstc() is called.
49039
49040 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
49041
49042 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
49043 Author: Marcel Ziswiler <marcel@ziswiler.com>
49044 Date: Sun Dec 30 03:30:56 2007 +0100
49045
49046 fix various comments
49047
49048 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
49049
49050 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
49051 Author: Marcel Ziswiler <marcel@ziswiler.com>
49052 Date: Sun Dec 30 03:30:46 2007 +0100
49053
49054 fix comments with new drivers organization
49055
49056 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
49057
49058 commit a9b410dc7d2a4721c408b13abfc037988150f145
49059 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49060 Date: Fri Dec 28 12:50:59 2007 +0900
49061
49062 Remove the obsolete terse version of do_mii()
49063
49064 We now have more useful version of do_mii() and everybody use it.
49065 Gerald Van Baren says:
49066
49067 > When I originally wrote the mii command 6(!) years ago, I wrote a
49068 > verbose version that printed human readable decomposition of the flags,
49069 > etc., and a terse one that didn't print as much stuff and thus had a
49070 > smaller memory footprint.
49071 >
49072 > It sounds like the terse version has withered and died, apparently
49073 > people are only using the verbose version (which is very understandable,
49074 > I do myself).
49075
49076 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49077 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49078
49079 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
49080 Author: Mike Frysinger <vapier@gentoo.org>
49081 Date: Thu Dec 27 13:42:56 2007 -0500
49082
49083 Do not reference sha1.c when building mkimage.
49084
49085 remove sha1.o from mkimage linking since it isn't actually used.
49086
49087 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
49088
49089 commit b9173af73e524d37c812f210173cf83385c5171a
49090 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49091 Date: Thu Dec 27 15:39:54 2007 +0900
49092
49093 common/cmd_mii.c: Add sanity argc check
49094
49095 If type mii command without arguments, we suffer from uninitialized argv[]
49096 entries; for example we MIPS get stuck by TLB error.
49097
49098 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49099
49100 commit 500856eb1707ed17d9204baa61dd59948d3b2899
49101 Author: Rafal Jaworowski <raj@semihalf.com>
49102 Date: Wed Jan 9 19:39:36 2008 +0100
49103
49104 API for external applications.
49105
49106 This is an API for external (standalone) applications running on top of
49107 U-Boot, and is meant to be more extensible and robust than the existing
49108 jumptable mechanism. It is similar to UNIX syscall approach. See api/README
49109 for more details.
49110
49111 Included is the demo application using this new framework (api_examples).
49112
49113 Please note this is still an experimental feature, and is turned off by
49114 default.
49115
49116 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
49117
49118 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
49119 Author: Jon Loeliger <jdl@freescale.com>
49120 Date: Wed Jan 9 12:14:55 2008 -0600
49121
49122 86xx: Remove cache config from configs.h
49123
49124 Just use the standard defines in asm/cache.h.
49125
49126 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49127
49128 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
49129 Author: Rafal Jaworowski <raj@semihalf.com>
49130 Date: Wed Jan 9 18:05:27 2008 +0100
49131
49132 Globalize envmatch()
49133
49134 The newly introduced API (routines related to env vars) will need to call
49135 it.
49136
49137 Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
49138
49139 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
49140 Author: Jon Loeliger <jdl@freescale.com>
49141 Date: Fri Jan 4 12:07:27 2008 -0600
49142
49143 Convert MPC8610HPCD to use libfdt.
49144
49145 Assumes the presence of the aliases node in the DTS to
49146 locate the pci and serial nodes for fixups.
49147
49148 Use consistent fdtaddr and fdtfile in environment variables.
49149
49150 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49151
49152 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
49153 Author: Jon Loeliger <jdl@freescale.com>
49154 Date: Fri Jan 4 11:58:23 2008 -0600
49155
49156 8610: Fix lingering compile warnings.
49157
49158 Turn off DEBUG.
49159
49160 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49161
49162 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
49163 Author: Wolfgang Denk <wd@denx.de>
49164 Date: Wed Jan 9 15:14:46 2008 +0100
49165
49166 Coding Style cleanup, update CHANGELOG
49167
49168 Signed-off-by: Wolfgang Denk <wd@denx.de>
49169
49170 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
49171 Author: Mike Frysinger <vapier@gentoo.org>
49172 Date: Tue Dec 18 04:29:55 2007 -0500
49173
49174 fix easylogo on big endian dev systems
49175
49176 didnt realize how out of shape easylogo actually was until i tried using it.
49177 this patch does byte swapping as need be on the input tga header since the tga
49178 is in little endian but the host could just as well be big endian. i didnt
49179 bother using bswap macros or such stuff from system headers as nothing in
49180 POSIX dictates byte swapping functionality.
49181
49182 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
49183
49184 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
49185 Author: Mike Frysinger <vapier@gentoo.org>
49186 Date: Tue Dec 18 03:23:25 2007 -0500
49187
49188 cleanup easylogo
49189
49190 - make the Makefile not suck
49191 - include proper headers for prototypes
49192 - fix obvious broken handling of strchr() when handling '.' in filenames
49193
49194 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
49195
49196 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
49197 Author: raptorbrino@aim.com <raptorbrino@aim.com>
49198 Date: Thu Dec 13 21:23:28 2007 -0500
49199
49200 Fix build problems under Cygwin
49201
49202 This patch allows u-boot to build without error in a cygwin
49203 environment. Cygwin does not define __u64 in it's
49204 include/asm/types.h file. The -idirafter flag in the u-boot
49205 build causes the inclusion of the cygwin types.h file as opposed
49206 to u-bot/include/asm/types.h file which does define __u64.
49207 Subsequently, sha1.c compile fails due to unknown symbol.
49208
49209 Signed-off-by: Brian Miller <raptorbrino@netscape.net>
49210
49211 commit 43ef1c381f9195504a2488f5cb909227eb97d475
49212 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
49213 Date: Fri Nov 30 17:29:59 2007 +0100
49214
49215 cmd_bmp: Add support for displaying gzip compressed bmps
49216
49217 The existing code can show information about a gzip compressed BMP
49218 image, but can't actually display it.
49219
49220 Therefore, move the decompression code out of bmp_info() and use it in
49221 bmp_display() as well in order to display a compressed BMP image.
49222
49223 Also, clean things up a bit and fix a memory leak while we're at it.
49224
49225 [hskinnemoen@atmel.com: a bit of refactoring]
49226 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49227
49228 commit d197ffd8172c6fdef38733424640a9a47295d6e9
49229 Author: Guennadi Liakhovetski <lg@denx.de>
49230 Date: Thu Nov 29 21:15:56 2007 +0100
49231
49232 Fix and optimize MII operations on FEC (MPC8xx) controllers
49233
49234 This patch fixes several issues at least on a MPC885 based system with two
49235 FEC interfaces used in MII mode.
49236
49237 1. PHY discovery should first read PHY_PHYIDR2 register and only then
49238 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
49239 otherwise the values read are wrong. Also notice, that PHY discovery
49240 cannot work on MPC88x / MPC87x in setups with both FECs active at all
49241 in its present form, because for both interfaces the registers from FEC
49242 1 are used to communicate over MII.
49243
49244 2. Remove code duplication for resetting the FEC by isolating it into a
49245 separate function.
49246
49247 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
49248
49249 4. Optimize mii_init() to only reset the FEC 1 controller once.
49250
49251 5. Fix a typo in mii_init() using index i instead of j thus potentially
49252 leading to unpredictable results.
49253
49254 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49255
49256 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
49257 Author: Guennadi Liakhovetski <lg@denx.de>
49258 Date: Tue Nov 20 13:14:20 2007 +0100
49259
49260 Fix endianness conversions in rtl8169 driver
49261
49262 It is unclear on what platforms this driver has been tested, since
49263 noone up to now defines CONFIG_RTL8169 in the board configuration
49264 header. Now it has been fixed for a big-endian mpc8241 based
49265 linkstation platform. This patch presents the necessary endianness
49266 conversion fixes.
49267
49268 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49269
49270 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
49271 Author: Zhang Wei <wei.zhang@freescale.com>
49272 Date: Thu Jan 3 10:51:15 2008 +0800
49273
49274 Add Ctrl combo key support to usb keyboard driver.
49275
49276 Ctrl combo key support is added, which is very useful to input Ctrl-C
49277 for interrupt current job.
49278 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
49279 key input when tstc() is called.
49280
49281 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
49282 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49283
49284 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
49285 Author: Wolfgang Denk <wd@denx.de>
49286 Date: Wed Jan 9 13:43:38 2008 +0100
49287
49288 Coding Style clenaup; update CHANGELOG
49289
49290 Signed-off-by: Wolfgang Denk <wd@denx.de>
49291
49292 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
49293 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49294 Date: Thu Dec 27 17:13:11 2007 +0100
49295
49296 Remove bit swapping in Xilinx Spartan bitfile loading
49297
49298 This patch removes the unnecessary bit swapping when
49299 booting .bit files with the 'fpga loadb' command.
49300
49301 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49302
49303 commit 437fc7327f0611f82937858f2d80e4cd61b40984
49304 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49305 Date: Thu Dec 27 17:13:05 2007 +0100
49306
49307 Fix MSB check in Xilinx Spartan slave serial mode
49308
49309 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49310
49311 commit 3bff4ffa33729a42645e328a21e8d16488872958
49312 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49313 Date: Thu Dec 27 17:12:56 2007 +0100
49314
49315 Add new Xilinx Spartan FPGA types
49316
49317 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49318
49319 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
49320 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49321 Date: Thu Dec 27 17:12:43 2007 +0100
49322
49323 Add pre and post configuration callbacks for Spartan FPGAs
49324
49325 This patch adds a post configuration callback for Spartan2/3 FPGAs.
49326 pre and post configuration callback are now optional and
49327 not called when the function pointer is set to NULL.
49328
49329 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49330
49331 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
49332 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49333 Date: Thu Dec 27 17:12:34 2007 +0100
49334
49335 Improve configuration of FPGA subsystem
49336
49337 This patch removes the FPGA subsystem configuration through
49338 the CONFIG_FPGA bitmask configuration option.
49339
49340 See README for the new options:
49341
49342 CONFIG_FPGA,
49343 CONFIG_FPGA_<vendor>,
49344 CONFIG_FPGA_<family>
49345
49346 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49347
49348 commit 95c6bc7d4a3588b452baca610f8c795a83630477
49349 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49350 Date: Thu Dec 27 16:55:17 2007 +0100
49351
49352 Add Epson RX8025 RTC support
49353
49354 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49355
49356 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
49357 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49358 Date: Thu Dec 27 16:57:23 2007 +0100
49359
49360 serial: Make default_serial_console() a weak function
49361
49362 With this patch it is possible to reimplement default_serial_console()
49363 in board specific code. This will be done in the upcomming PMC440
49364 U-Boot port. This also allows the lwmon board maintainer to
49365 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
49366
49367 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49368
49369 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
49370 Author: Harald Welte <laforge@openmoko.org>
49371 Date: Wed Dec 19 14:14:47 2007 +0100
49372
49373 add 'terminal program' functionality
49374
49375 This patch adds a 'cu' like serial terminal command to u-boot
49376 using which you can access other serial ports from the system console.
49377
49378 OpenMoko uses this in their Neo1973 phones to get access to the GSM
49379 Modem and GPS chip from the bootloader.
49380
49381 Signed-off-by: Harald Welte <laforge@openmoko.org>
49382
49383 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
49384 Author: Harald Welte <laforge@openmoko.org>
49385 Date: Wed Dec 19 14:12:53 2007 +0100
49386
49387 Re-introduce the 'nand read.oob' and 'nand write.oob' commands
49388 that used to exist with the legacy NAND code
49389
49390 Signed-off-by: Harald Welte <laforge@openmoko.org>
49391
49392 commit f540c42d9564854b19ce9bbb70affe172529fe70
49393 Author: Harald Welte <laforge@openmoko.org>
49394 Date: Wed Dec 19 14:09:58 2007 +0100
49395
49396 Fix building with CRAMFS but not JFFS2 support
49397
49398 Signed-off-by: Harald Welte <laforge@openmoko.org>
49399
49400 commit 23d0baf967fecdaf1804f045f6339337c5607eec
49401 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49402 Date: Sat Dec 22 15:52:58 2007 +0100
49403
49404 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
49405
49406 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49407 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49408
49409 commit 23776ff292966a85d811126933830bed48211826
49410 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49411 Date: Tue Dec 11 10:53:12 2007 +0100
49412
49413 ARM: support board-specific ethernet PHY init
49414
49415 Add until the new phylib will be arrived
49416
49417 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49418
49419 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
49420 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49421 Date: Sat Dec 8 16:34:08 2007 +0100
49422
49423 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
49424
49425 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49426
49427 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
49428 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49429 Date: Sun Dec 9 11:01:10 2007 +0100
49430
49431 Add missing file in gitignore and comments
49432
49433 based on Linux source tree's .gitignore files
49434
49435 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49436
49437 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
49438 Author: Wolfgang Denk <wd@denx.de>
49439 Date: Wed Jan 9 11:36:21 2008 +0100
49440
49441 Coding Style cleanup, update CHANGELOG
49442
49443 Signed-off-by: Wolfgang Denk <wd@denx.de>
49444
49445 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
49446 Author: Stefan Roese <sr@denx.de>
49447 Date: Wed Jan 9 10:38:58 2008 +0100
49448
49449 POST: Execute SPR test after relocation
49450
49451 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
49452 self modifying code and this doesn't work with stack in d-cache, since
49453 I can't move the code from d-cache to i-cache. We move the SPR test to
49454 be executed a little later, after relocation. Then stack is located in
49455 SDRAM and this self-modifying code is no problem anymore.
49456
49457 Signed-off-by: Stefan Roese <sr@denx.de>
49458
49459 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
49460 Author: Stefan Roese <sr@denx.de>
49461 Date: Wed Jan 9 10:28:20 2008 +0100
49462
49463 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
49464
49465 This patch configures the LWMON5 port to use d-cache as init-ram and
49466 the unused GPT0_COMP6 as POST WORD storage.
49467
49468 Signed-off-by: Stefan Roese <sr@denx.de>
49469
49470 commit 1754f50b710194f886b6f2831803d8960171a14d
49471 Author: Stefan Roese <sr@denx.de>
49472 Date: Wed Jan 9 10:25:46 2008 +0100
49473
49474 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
49475
49476 The privious 4xx POST implementation only supported storing the POST
49477 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
49478 we need to store the POST WORD in some other non volatile location.
49479 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
49480 a location.
49481
49482 Signed-off-by: Stefan Roese <sr@denx.de>
49483
49484 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
49485 Author: Stefan Roese <sr@denx.de>
49486 Date: Wed Jan 9 10:23:16 2008 +0100
49487
49488 ppc4xx: Add 44x cache locking to better support init-ram in d-cache
49489
49490 This patch adds support for locking the init-ram/stack in d-cache,
49491 so that other regions may use d-cache as well
49492
49493 Note, that this current implementation locks exactly 4k of d-cache,
49494 so please make sure that you don't define a bigger init-ram area. Take
49495 a look at the lwmon5 440EPx implementation as a reference.
49496
49497 Signed-off-by: Stefan Roese <sr@denx.de>
49498
49499 commit 0ddb89601a8d29e808db450366752ffdc6267c53
49500 Author: Wolfgang Denk <wd@denx.de>
49501 Date: Wed Jan 9 10:16:33 2008 +0100
49502
49503 Fix memset bug in ext2fs_read_file()
49504
49505 ext2fs_read_file() had the function arguments swapped.
49506
49507 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
49508
49509 Signed-off-by: Wolfgang Denk <wd@denx.de>
49510
49511 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
49512 Author: Markus KlotzbĂ¼cher <mk@denx.de>
49513 Date: Tue Jan 5 08:17:15 1988 +0100
49514
49515 Fix problems with usb storage devices on MPC5200 /TQM5200
49516
49517 The MPC5200 OHCI controller operates in big endian, so
49518 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
49519
49520 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49521
49522 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
49523 Author: Wolfgang Denk <wd@denx.de>
49524 Date: Tue Jan 8 22:58:27 2008 +0100
49525
49526 Fix compile problem with new env code.
49527
49528 Signed-off-by: Wolfgang Denk <wd@denx.de>
49529
49530 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
49531 Author: Markus KlotzbĂ¼cher <mk@denx.de>
49532 Date: Tue Nov 27 10:23:20 2007 +0100
49533
49534 tools: fix fw_printenv tool to compile again
49535
49536 This patch updates the fw_printenv/fw_setenv userspace tool to include
49537 the correct MTD header in order to compile against current kernel
49538 headers. Backward compatibility is preserved by introducing an option
49539 MTD_VERSION which can be set to "old" for compilation using the old MTD
49540 headers. Along with this a number of warnings are fixed.
49541
49542 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49543
49544 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
49545 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49546 Date: Tue Jan 8 15:40:09 2008 +0100
49547
49548 ppc4xx: assign PCI interrupts on seuqoia boards
49549
49550 Some operating systems rely on assigned PCI interrupts.
49551
49552 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49553
49554 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
49555 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49556 Date: Tue Jan 8 15:50:49 2008 +0100
49557
49558 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
49559
49560 This patch allows the use of 4xx interrupt vector number defines
49561 in board specific code outside cpu/ppc4xx.
49562
49563 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49564
49565 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
49566 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49567 Date: Tue Jan 8 15:39:01 2008 +0100
49568
49569 ppc4xx: Fix UIC2 vector number base
49570
49571 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49572
49573 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
49574 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49575 Date: Tue Jan 8 12:49:58 2008 +0100
49576
49577 ppc4xx: Update PLB/PCI divider for PMC440 board
49578
49579 This patch updates the PLB/PCI divider when running at
49580 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
49581
49582 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49583
49584 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
49585 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49586 Date: Tue Jan 8 11:13:09 2008 +0100
49587
49588 ppc4xx: Disable error message when no NAND chip is installed on PMC440
49589
49590 Add CFG_NAND_QUIET_TEST option to disable error message when
49591 no NAND chip is installed on PMC440 boards.
49592
49593 Disable a couple of config defines that are only used for NAND_U_BOOT.
49594
49595 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49596
49597 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
49598 Author: Wolfgang Denk <wd@denx.de>
49599 Date: Tue Jan 8 22:58:27 2008 +0100
49600
49601 Fix compile problem with new env code.
49602
49603 Signed-off-by: Wolfgang Denk <wd@denx.de>
49604
49605 commit 6de66b35426312a21174a9bf0576a094e2904bea
49606 Author: Markus KlotzbĂ¼cher <mk@denx.de>
49607 Date: Tue Nov 27 10:23:20 2007 +0100
49608
49609 tools: fix fw_printenv tool to compile again
49610
49611 This patch updates the fw_printenv/fw_setenv userspace tool to include
49612 the correct MTD header in order to compile against current kernel
49613 headers. Backward compatibility is preserved by introducing an option
49614 MTD_VERSION which can be set to "old" for compilation using the old MTD
49615 headers. Along with this a number of warnings are fixed.
49616
49617 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49618
49619 commit ad3006fe7e84667021753b74247b0bafd97ba35f
49620 Author: Gerald Van Baren <vanbaren@cideas.com>
49621 Date: Mon Jan 7 23:47:32 2008 -0500
49622
49623 LIBFDT: use memmove() instead of memcpy()
49624
49625 This is partial patch from the DTC/libfdt
49626 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647
49627 Author: David Gibson <david@gibson.dropbear.id.au>
49628 Date: Wed Nov 21 11:56:14 2007 +1100
49629
49630 The patch also fixes one genuine bug caught by valgrind -
49631 _packblocks() in fdt_rw.c was using memcpy() where it should have been
49632 using memmove().
49633
49634 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49635
49636 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
49637 Author: David Gibson <david@gibson.dropbear.id.au>
49638 Date: Mon Dec 17 14:42:07 2007 +1100
49639
49640 libfdt: Add more documentation (patch the seventh)
49641
49642 This patch adds more documenting comments to libfdt.h. Specifically,
49643 these document the read/write functions (not including fdt_open_into()
49644 and fdt_pack(), for now).
49645
49646 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49647
49648 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
49649 Author: David Gibson <david@gibson.dropbear.id.au>
49650 Date: Mon Dec 17 14:41:52 2007 +1100
49651
49652 libfdt: Add more documentation (patch the sixth)
49653
49654 This patch adds some more documenting comments to libfdt.h.
49655 Specifically this documents all the write-in-place functions.
49656
49657 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49658
49659 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
49660 Author: Gerald Van Baren <vanbaren@cideas.com>
49661 Date: Sat Dec 29 22:45:27 2007 -0500
49662
49663 Fine grained per property /chosen updating.
49664
49665 Implement a suggestion by Scott Wood to make the /chosen handling fine
49666 grained. Don't overwrite pre-existing properties on a per-property basis,
49667 so if /chosen exists but a necessary /chosen/property doesn't, it gets
49668 created. If a /chosen property exists, it is NOT overwritten unless the
49669 "force" flag is true.
49670
49671 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49672
49673 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
49674 Author: Gerald Van Baren <vanbaren@cideas.com>
49675 Date: Sat Jan 5 15:33:29 2008 -0500
49676
49677 Improve the FDT help message.
49678
49679 Add a note that "fdt copy" makes the new address active.
49680 Remove most of the extra hints at the end of the fdt help.
49681
49682 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49683
49684 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
49685 Author: Gerald Van Baren <vanbaren@cideas.com>
49686 Date: Sat Jan 5 14:52:04 2008 -0500
49687
49688 Support setting FDT properties with optional values.
49689
49690 Fix a bug found and documented by Bartlomiej Sieka where the optional
49691 value on "fdt set <path> <prop> [<val>]" wasn't optional.
49692
49693 => fdt mknode / testnode
49694 => fdt print /testnode
49695 testnode {
49696 };
49697 => fdt set /testnode testprop
49698 => fdt print /testnode
49699 testnode {
49700 testprop;
49701 };
49702
49703 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49704
49705 commit 22fb2246df91bfc840d87f0c5910818bad55577a
49706 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49707 Date: Fri Dec 28 11:56:30 2007 +0100
49708
49709 Add fdt_find_and_setprop() to fdt_support.h
49710
49711 fdt_find_and_setprop() is used by several 4xx boards and it's
49712 missing in the appropriate header. This patch eliminates a
49713 warning when building U-Boot for such boards.
49714
49715 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49716 Acked-by: Stefan Roese <sr@denx.de>
49717
49718 commit 802b769bac17b0560d3535a42c502469ee190cd1
49719 Author: Stefan Roese <sr@denx.de>
49720 Date: Tue Jan 8 18:39:30 2008 +0100
49721
49722 ppc4xx: Return 0 on success in 4xx ethernet driver
49723
49724 Signed-off-by: Stefan Roese <sr@denx.de>
49725
49726 commit 6775c68683a53c7abc778774641aac6f833a2cbf
49727 Author: Kim Phillips <kim.phillips@freescale.com>
49728 Date: Tue Jan 8 09:59:49 2008 -0600
49729
49730 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
49731
49732 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49733
49734 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
49735 Author: Kim Phillips <kim.phillips@freescale.com>
49736 Date: Thu Dec 20 16:28:34 2007 -0600
49737
49738 mpc83xx: rm remaining FLAT_TREE code
49739
49740 ..in board pci.c files
49741
49742 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49743
49744 commit b3458d2cd55d01732e30a76d898afd99e871cd67
49745 Author: Kim Phillips <kim.phillips@freescale.com>
49746 Date: Thu Dec 20 15:57:28 2007 -0600
49747
49748 mpc83xx: remove FLAT_TREE code
49749
49750 need to rm it from pci code, too!
49751
49752 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49753
49754 commit 5b8bc606c61456566af6912f818a153b6b06f242
49755 Author: Kim Phillips <kim.phillips@freescale.com>
49756 Date: Thu Dec 20 14:09:22 2007 -0600
49757
49758 mpc83xx: convert to using do_fixup_*()
49759
49760 convert to using simpler mpc85xx style fdt update code; streamline by
49761 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
49762 the old school FLAT_TREE code from 83xx (since the sbc8349 was just
49763 converted over to using libfdt).
49764
49765 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49766
49767 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
49768 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
49769 Date: Thu Dec 20 12:58:51 2007 -0500
49770
49771 sbc8349: enable libfdt by default on WRS SBC8349 board.
49772
49773 Make libfdt the default for the WRS SBC8349 board.
49774 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
49775 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
49776
49777 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
49778
49779 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
49780 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
49781 Date: Thu Dec 20 12:58:16 2007 -0500
49782
49783 sbc8349: migrate board to libfdt
49784
49785 This adds libfdt support code for the Wind River sbc8349 board.
49786
49787 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
49788 the other Freescale 83xx boards.
49789
49790 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
49791
49792 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
49793 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
49794 Date: Thu Dec 20 12:56:19 2007 -0500
49795
49796 sbc8349: Remove board specific ECC code
49797
49798 ECC code is now shared for all 83xx boards, so remove board specific one.
49799 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
49800
49801 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
49802
49803 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
49804 Author: Kim Phillips <kim.phillips@freescale.com>
49805 Date: Thu Dec 20 01:30:48 2007 -0600
49806
49807 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
49808
49809 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
49810
49811 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49812
49813 commit ccf21c311e68d48399eff1e72936052885f6e3f7
49814 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
49815 Date: Thu Dec 6 16:43:40 2007 +0100
49816
49817 Add support CONFIG_UEC_ETH3 in MPC83xx
49818
49819 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
49820
49821 commit e6af9932d31171e35db880e7b2f29f903b1b7660
49822 Author: Kumar Gala <galak@kernel.crashing.org>
49823 Date: Mon Nov 26 11:00:54 2007 -0600
49824
49825 Remove CONFIG options related to OF that we dont use
49826
49827 The MPC8360E MDS config defined:
49828 CONFIG_OF_HAS_BD_T
49829 CONFIG_OF_HAS_UBOOT_ENV
49830
49831 Which we don't use or ever needed. This seems like copy-paste feature creep.
49832
49833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49834
49835 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
49836 Author: Kim Phillips <kim.phillips@freescale.com>
49837 Date: Mon Dec 10 14:16:22 2007 -0600
49838
49839 mpc83xx: supress compiler warning
49840
49841 mpc8360emds.c: In function ‘ft_board_setup’:
49842 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
49843 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
49844
49845 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49846
49847 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
49848 Author: Kim Phillips <kim.phillips@freescale.com>
49849 Date: Tue Nov 27 14:17:29 2007 -0600
49850
49851 mpc83xx: fix remaining fdt_find_node_by_path references
49852
49853 rename to fdt_path_offset
49854
49855 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49856
49857 commit 921d4b19ad1be704df58725485d9292dc0414adf
49858 Author: Kim Phillips <kim.phillips@freescale.com>
49859 Date: Mon Nov 19 12:30:09 2007 -0600
49860
49861 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
49862
49863 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
49864 This change guarantees that the environment will be located on the
49865 first flash sector after the U-Boot image.
49866
49867 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49868
49869 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
49870 Author: Kim Phillips <kim.phillips@freescale.com>
49871 Date: Fri Nov 9 14:28:08 2007 -0600
49872
49873 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
49874
49875 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type
49876 properties in the device tree so the PHY gets configured for internal delay on
49877 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
49878
49879 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49880
49881 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
49882 Author: Dave Liu <r63238@freescale.com>
49883 Date: Tue Sep 18 12:41:15 2007 +0800
49884
49885 mpc83xx: update the CREDITS and MAINTAINERS
49886
49887 update the CREDITS and MAINTAINERS.
49888
49889 Signed-off-by: Dave Liu <daveliu@freescale.com>
49890
49891 commit b21add4b42af7b767448251b599b91066a160e0d
49892 Author: Dave Liu <r63238@freescale.com>
49893 Date: Tue Sep 18 12:40:21 2007 +0800
49894
49895 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
49896
49897 Add the MAINTAINER and MAKEALL entries for mpc837xemds
49898
49899 Signed-off-by: Dave Liu <daveliu@freescale.com>
49900
49901 commit f8900ce9094c462355eb792eea264ff16ac8fd16
49902 Author: Dave Liu <r63238@freescale.com>
49903 Date: Tue Sep 18 12:38:53 2007 +0800
49904
49905 mpc83xx: Add the MPC837xEMDS board readme
49906
49907 Add the README.mpc837xemds to /doc
49908
49909 Signed-off-by: Dave Liu <daveliu@freescale.com>
49910
49911 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
49912 Author: Dave Liu <r63238@freescale.com>
49913 Date: Tue Sep 18 12:37:57 2007 +0800
49914
49915 mpc83xx: Add the support of MPC837xEMDS board
49916
49917 The MPC837xEMDS board support:
49918 * DDR2 400MHz hardcoded and SPD init
49919 * Local bus NOR Flash
49920 * I2C, UART, MII and RTC
49921 * eTSEC RGMII
49922 * PCI host
49923
49924 Signed-off-by: Dave Liu <daveliu@freescale.com>
49925
49926 commit 555da61702771fe0f76f3de23b4e7590f3704161
49927 Author: Dave Liu <r63238@freescale.com>
49928 Date: Tue Sep 18 12:36:58 2007 +0800
49929
49930 mpc83xx: Add the support of MPC8315E SoC
49931
49932 The MPC8315E SoC including e300c3 core and new IP blocks,
49933 such as TDM, PCI Express and SATA controller.
49934
49935 Signed-off-by: Dave Liu <daveliu@freescale.com>
49936
49937 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
49938 Author: Dave Liu <r63238@freescale.com>
49939 Date: Tue Sep 18 12:36:11 2007 +0800
49940
49941 mpc83xx: Add the support of MPC837x SoC
49942
49943 The MPC837x SoC including e300c4 core and new IP blocks,
49944 such as SDHC, PCI Express and SATA controller.
49945
49946 Signed-off-by: Dave Liu <daveliu@freescale.com>
49947
49948 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
49949 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
49950 Date: Wed Nov 14 18:54:53 2007 +0300
49951
49952 MPC8360E-MDS: configure and enable second UART
49953
49954 Despite user manual, BCSR9.7 is negated (high) on HRST, so
49955 UART2 is disabled. Fix that and configure QE pins properly.
49956
49957 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
49958
49959 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
49960 Author: Timur Tabi <timur@freescale.com>
49961 Date: Mon Nov 5 09:34:06 2007 -0600
49962
49963 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
49964
49965 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
49966 currently-defined 83xx boards. This change guarantees that the environment
49967 will be located on the first flash sector after the U-Boot image.
49968
49969 Signed-off-by: Timur Tabi <timur@freescale.com>
49970 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49971
49972 commit e05329516a13616b53240cd85b739217c2bf87f1
49973 Author: Larry Johnson <lrj@acm.org>
49974 Date: Fri Jan 4 13:27:02 2008 -0500
49975
49976 ppc4xx: Remove weak binding from common Denali data-eye search code
49977
49978 Now that there are no board-specific versions of
49979 "denali_core_search_data_eye()", the weak binding on the common version
49980 can be removed.
49981
49982 Signed-off-by: Larry Johnson <lrj@acm.org>
49983
49984 commit 5ba576c01602fd328800a427964c36a0a05c5dce
49985 Author: Stefan Roese <sr@denx.de>
49986 Date: Sat Jan 5 09:13:46 2008 +0100
49987
49988 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
49989
49990 Signed-off-by: Stefan Roese <sr@denx.de>
49991
49992 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
49993 Author: Stefan Roese <sr@denx.de>
49994 Date: Sat Jan 5 09:12:41 2008 +0100
49995
49996 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
49997
49998 On Katmai the complete auto-calibration somehow doesn't seem to
49999 produce the best results, meaning optimal values for RQFD/RFFD.
50000 This was discovered by GDA using a high bandwidth scope,
50001 analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
50002 so now on Katmai "only" RFFD is auto-calibrated.
50003
50004 This patch also adds RDCC calibration as mentioned on page 7 of
50005 the AMCC PowerPC440SP/SPe DDR2 application note:
50006 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
50007
50008 Signed-off-by: Stefan Roese <sr@denx.de>
50009
50010 commit 49db47b8ae6afff2b898be312948ff501357dc80
50011 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50012 Date: Wed Jan 2 16:48:42 2008 +0100
50013
50014 ppc4xx: Remove sdram.h from PMC440 board
50015
50016 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50017
50018 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
50019 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50020 Date: Wed Jan 2 16:48:34 2008 +0100
50021
50022 ppc4xx: use common denali core defines and data eye search code for PMC440
50023
50024 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50025
50026 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
50027 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50028 Date: Wed Jan 2 12:05:14 2008 +0100
50029
50030 ppc4xx: More cleanup for esd's LCD code
50031
50032 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50033
50034 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
50035 Author: Stefan Roese <sr@denx.de>
50036 Date: Fri Jan 4 12:00:01 2008 +0100
50037
50038 ppc4xx: Fix Sequoia NAND booting target
50039
50040 The Sequoia NAND booting target now uses the recently extracted
50041 cpu/ppc4xx/denali_data_eye.c file too.
50042
50043 Signed-off-by: Stefan Roese <sr@denx.de>
50044
50045 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
50046 Author: Lawrence R. Johnson <lrj@acm.org>
50047 Date: Thu Jan 3 15:02:02 2008 -0500
50048
50049 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
50050
50051 Signed-off-by: Larry Johnson <lrj@acm.org>
50052
50053 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
50054 Author: Lawrence R. Johnson <lrj@acm.org>
50055 Date: Fri Jan 4 02:11:56 2008 -0500
50056
50057 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
50058
50059 Note: this patch changes the configuration of some GPIO registers:
50060
50061 Register Old Value New Value
50062 --------------- ---------- ----------
50063 DCR GPIO0_TCR 0x0000000F 0x0000F0CF
50064 DCR GPIO0_TSRH 0x55005000 0x00000000
50065 DCR GPIO1_TCR 0xC2000000 0xE2000000
50066 DCR GPIO1_TSRL 0x0C000000 0x00200000
50067 DCR GPIO1_ISR2L 0x00050000 0x00110000
50068
50069 Signed-off-by: Larry Johnson <lrj@acm.org>
50070
50071 commit 5ab884b254ca2e707ab50545cd705f30108cf491
50072 Author: Lawrence R. Johnson <lrj@acm.org>
50073 Date: Thu Jan 3 18:54:00 2008 -0500
50074
50075 ppc4xx: Add functionality to GPIO support
50076
50077 This patch makes two additions to GPIO support:
50078
50079 First, it adds function gpio_read_in_bit() to read the a bit from the
50080 GPIO Input Register (GPIOx_IR) in the same way that function
50081 gpio_read_out_bit() reads a bit from the GPIO Output Register
50082 (GPIOx_OR).
50083
50084 Second, it modifies function gpio_set_chip_configuration() to provide
50085 an additional option for configuring the GPIO from the
50086 "CFG_4xx_GPIO_TABLE".
50087
50088 According to the 440EPx User's Manual, when an alternate output is used,
50089 the three-state control is configured in one of two ways, depending on
50090 the particular output. The first option is to select the corresponding
50091 alternate three-state control in the GPIOx_TRSH/L registers. The second
50092 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
50093 the GPIOx_TRSH/L registers, and set the corresponding bit in the
50094 GPIOx_TCR register to enable the output. For example, the Manual
50095 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
50096 the alternate three-state control (first option), and specifies
50097 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
50098 enabled in the GPIOx_TCR register (second option).
50099
50100 Currently, gpio_set_chip_configuration() configures all alternate signal
50101 outputs to use the first option. This patch allow the second option to
50102 be selected by setting the "out_val" element in the table entry to
50103 "GPIO_OUT_1". The first option is used when the "out_val" element is
50104 set to "GPIO_OUT_0". Because "out_val" is not currently used when an
50105 alternate signal is selected, and because all current GPIO tables set
50106 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
50107 not change any existing configurations.
50108
50109 Signed-off-by: Larry Johnson <lrj@acm.org>
50110
50111 commit 196404cdc1de495d6182e84731c200fc5748df15
50112 Author: Larry Johnson <lrj@arlinx.com>
50113 Date: Sun Dec 30 01:01:54 2007 -0500
50114
50115 PPC4xx: Remove sdram.h from board/lwmon5
50116
50117 These definitions are now in "include/ppc440.h".
50118
50119 Signed-off-by: Larry Johnson <lrj@acm.org>
50120
50121 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
50122 Author: Larry Johnson <lrj@arlinx.com>
50123 Date: Sun Dec 30 01:01:32 2007 -0500
50124
50125 PPC4xx: Use common code for LWMON5 board SDRAM support
50126
50127 This patch also modifies the functionality of the code so that the data-eye
50128 search is now done with with the cache disabled.
50129
50130 Signed-off-by: Larry Johnson <lrj@acm.org>
50131
50132 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
50133 Author: Larry Johnson <lrj@arlinx.com>
50134 Date: Sun Dec 30 01:01:14 2007 -0500
50135
50136 PPC4xx: Remove sdram.h from board/amcc/sequoia
50137
50138 These definitions are now in "include/ppc440.h".
50139
50140 Signed-off-by: Larry Johnson <lrj@acm.org>
50141
50142 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
50143 Author: Larry Johnson <lrj@arlinx.com>
50144 Date: Sun Dec 30 01:00:50 2007 -0500
50145
50146 PPC4xx: Use common code for Sequoia board SDRAM support
50147
50148 Signed-off-by: Larry Johnson <lrj@acm.org>
50149
50150 commit 8b0c5c127690335758100c25eaec2b84db97c101
50151 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50152 Date: Thu Dec 27 16:58:41 2007 +0100
50153
50154 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
50155
50156 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
50157 networking stack does not automatically switch to
50158 another interface. This patch does not touch the default
50159 behavior.
50160
50161 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50162 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50163
50164 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
50165 Author: Upakul Barkakaty <upakul@gmail.com>
50166 Date: Thu Nov 29 12:16:13 2007 +0530
50167
50168 NET: Proper return code handling in eth_init() function in file eth.c
50169
50170 This patch modifies the return code handling in the eth_init()
50171 function, to be compatible with the handling of the return codes in
50172 the other network stack files. It now returns a 0 on Success and -1 on
50173 error.
50174
50175 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
50176 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50177
50178 commit 5ca2d0953e4579a80810966cca2077e20d912c97
50179 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50180 Date: Mon Nov 19 20:27:04 2007 +0900
50181
50182 net/eth.c: Fix env_enetaddr signed overflow
50183
50184 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
50185 warned as below:
50186
50187 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
50188
50189 DRAM: 256 MB
50190 Flash: 32 MB
50191 In: serial
50192 Out: serial
50193 Err: serial
50194 Net: NEC-Candy
50195 Warning: NEC-Candy MAC addresses don't match:
50196 Address in SROM is 00:00:4C:80:92:A2
50197 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
50198
50199 This patch changes env_enetaddr type from `char' to `unsigned char'.
50200
50201 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
50202 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
50203 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50204
50205 commit f85b60710571b37293d2233933b76e2aa3db5635
50206 Author: Rafal Jaworowski <raj@semihalf.com>
50207 Date: Thu Dec 27 18:19:02 2007 +0100
50208
50209 Introduce new eth_receive routine
50210
50211 The purpose of this routine is receiving a single network frame, outside of
50212 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
50213 U-Boot will let them utilise networking facilities. For sending a raw frame
50214 the already existing eth_send() can be used.
50215
50216 The direct consumer of this routine is the newly introduced API layer for
50217 external applications (enabled with CONFIG_API).
50218
50219 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
50220 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
50221 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50222
50223 commit 5c740711f0ea5b51414b341b71597c4a0751be74
50224 Author: Jon Loeliger <jdl@freescale.com>
50225 Date: Thu Jan 3 10:41:04 2008 -0600
50226
50227 8610: Move include of config.h earlier.
50228
50229 Include config.h earlier in the set of #includes
50230 so as to avoid a incidental and duplicate definition
50231 of CFG_CACHELINE_SIZE.
50232
50233 Signed-off-by: Jon Loeliger
50234
50235 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
50236 Author: Jon Loeliger <jdl@freescale.com>
50237 Date: Tue Dec 4 10:53:34 2007 -0600
50238
50239 Don't slam #undef DEBUG in the 8641HPCN config file.
50240
50241 Doing so prevents it from being individually set
50242 and useful in other files.
50243
50244 Signed-off-by: Jon Loeliger <jdl@freescale.com>
50245
50246 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
50247 Author: Jon Loeliger <jdl@freescale.com>
50248 Date: Wed Nov 28 14:47:18 2007 -0600
50249
50250 Convert MPC8641HPCN to use libfdt.
50251
50252 Assumes the presence of the aliases node in the DTS to
50253 locate the ethernet, pci and serial nodes for fixups.
50254
50255 Use consistent fdtaddr and fdtfile in environment variables.
50256
50257 Signed-off-by: Jon Loeliger <jdl@freescale.com>
50258
50259 commit ce37422d0002e10490e268392e0c4e3028e52cec
50260 Author: Stefan Roese <sr@denx.de>
50261 Date: Wed Jan 2 14:06:26 2008 +0100
50262
50263 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
50264
50265 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
50266 flash chips connected to a 32bit wide port.
50267
50268 Signed-off-by: Stefan Roese <sr@denx.de>
50269
50270 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
50271 Author: Wolfgang Denk <wd@denx.de>
50272 Date: Wed Jan 2 15:58:44 2008 +0100
50273
50274 Fix compile problem introduced by "cleanup" commit 3dfd708c
50275
50276 Signed-off-by: Wolfgang Denk <wd@denx.de>
50277
50278 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
50279 Author: Wolfgang Denk <wd@denx.de>
50280 Date: Wed Jan 2 15:54:45 2008 +0100
50281
50282 Make scripts and Makefiles POSIX compliant
50283
50284 The bash builtin versions of the "test" (resp. "[") command allow
50285 using "==" for string comparisons, but POSIX compatible implemen-
50286 tations (like /usr/bin/test) insist on using "=" only. On such systems
50287 you will see:
50288
50289 $ /usr/bin/test a == a && echo OK
50290 /usr/bin/test: ==: binary operator expected
50291
50292 This patch fixes Makefiles and scripts to use POSIX style.
50293
50294 Signed-off-by: Wolfgang Denk <wd@denx.de>
50295
50296 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
50297 Author: Stefan Roese <sr@denx.de>
50298 Date: Wed Jan 2 14:05:37 2008 +0100
50299
50300 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
50301
50302 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
50303 flash chips connected to a 32bit wide port.
50304
50305 Signed-off-by: Stefan Roese <sr@denx.de>
50306
50307 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
50308 Author: Wolfgang Denk <wd@denx.de>
50309 Date: Wed Jan 2 12:38:43 2008 +0100
50310
50311 Minor coding style cleanup.
50312
50313 Signed-off-by: Wolfgang Denk <wd@denx.de>
50314
50315 commit e174ac34adf5d5653df12bc3cf19c52063a71269
50316 Author: Stefan Roese <sr@denx.de>
50317 Date: Fri Dec 28 17:29:56 2007 +0100
50318
50319 ppc4xx: Coding style cleanup
50320
50321 Signed-off-by: Stefan Roese <sr@denx.de>
50322
50323 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
50324 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50325 Date: Fri Dec 28 17:07:24 2007 +0100
50326
50327 ppc4xx: Complete PMC440 board support
50328
50329 This patch brings the PMC440 board configuration file.
50330 Finally it enables the PMC440 board support.
50331
50332 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50333
50334 commit 407843a582560fc5231299561ab3c2b6b6cd3397
50335 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50336 Date: Fri Dec 28 17:07:18 2007 +0100
50337
50338 ppc4xx: Add FPGA support and BSP commands for PMC440 boards
50339
50340 This patch adds some BSP commands and FPGA booting support
50341 for esd's PMC440 boards.
50342
50343 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50344
50345 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
50346 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50347 Date: Fri Dec 28 17:07:14 2007 +0100
50348
50349 ppc4xx: Add initial esd PMC440 board files
50350
50351 This patch adds the first files for the new esd PMC440 boards.
50352 The next two patches will complete the PMC440 board support.
50353
50354 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50355
50356 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
50357 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50358 Date: Fri Dec 28 17:10:36 2007 +0100
50359
50360 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
50361
50362 - add EEPROM write protection for esd PLU405 boards.
50363 - initialize NAND GPIOs
50364 - use correct io accessors
50365 - cleanup
50366
50367 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50368
50369 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
50370 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50371 Date: Fri Dec 28 17:10:44 2007 +0100
50372
50373 ppc4xx: use correct io accessors for esd's LCD code
50374
50375 This patch fixes esd's LCD dectection code to work correctly with
50376 newer gcc versions.
50377
50378 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50379
50380 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
50381 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50382 Date: Fri Dec 28 17:10:42 2007 +0100
50383
50384 ppc4xx: Maintenance patch for VOH405 boards
50385
50386 - add EEPROM write protection
50387 - initialize NAND GPIOs
50388 - use correct io accessors
50389 - slow down I2C clock to 100kHz
50390 - enable ext. I2C bus
50391 - cleanup
50392
50393 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50394
50395 commit c05569066dbcba3fdf36d4d1943df265dc316a86
50396 Author: Stefan Roese <sr@denx.de>
50397 Date: Fri Dec 28 16:08:08 2007 +0100
50398
50399 ppc4xx: Enable 405EP PCI arbiter per default on all boards
50400
50401 In an attmemt to clean up the 4xx start.S file, I removed the enabling
50402 of the internal 405EP PCI arbiter. This is needed for multiple other
50403 405EP platforms, like most of the esd 405EP. Now the internal PCI
50404 arbiter is enabled again per default as it has been before.
50405
50406 Signed-off-by: Stefan Roese <sr@denx.de>
50407 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50408
50409 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
50410 Author: Stefan Roese <sr@denx.de>
50411 Date: Fri Dec 28 15:53:46 2007 +0100
50412
50413 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
50414
50415 Signed-off-by: Stefan Roese <sr@denx.de>
50416 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50417
50418 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
50419 Author: Stefan Roese <sr@denx.de>
50420 Date: Fri Dec 28 06:06:04 2007 +0100
50421
50422 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
50423
50424 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
50425 platforms mentioned above.
50426
50427 Signed-off-by: Stefan Roese <sr@denx.de>
50428
50429 commit b568fd25574181a3b12ae3d66b2913903442cb83
50430 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50431 Date: Thu Dec 27 17:03:46 2007 +0100
50432
50433 Remove CPCI440 board
50434
50435 This board never left prototyping state and it
50436 became a millstone round my neck. So remove it.
50437
50438 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50439
50440 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
50441 Author: Larry Johnson <lrj@arlinx.com>
50442 Date: Thu Dec 27 11:28:51 2007 -0500
50443
50444 Add support for Korat PPC440EPx board
50445
50446 These patches add support for the PPC440EPx-based "Korat" board to
50447 U-Boot. They are based primarily on support for the Sequoia board.
50448
50449 Signed-off-by: Larry Johnson <lrj@acm.org>
50450
50451 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
50452 Author: Larry Johnson <lrj@arlinx.com>
50453 Date: Sat Dec 22 15:16:25 2007 -0500
50454
50455 Add configuration file for Korat board
50456
50457 This patch supplies the configuration file for the Korat PPC440EPx-
50458 processor board.
50459
50460 Signed-off-by: Larry Johnson <lrj@acm.org>
50461
50462 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
50463 Author: Larry Johnson <lrj@arlinx.com>
50464 Date: Sat Dec 22 15:16:11 2007 -0500
50465
50466 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
50467
50468 Signed-off-by: Larry Johnson <lrj@acm.org>
50469
50470 commit aba19604d848b2838cfb9ebe818909e6a216058e
50471 Author: Larry Johnson <lrj@arlinx.com>
50472 Date: Thu Dec 27 10:54:48 2007 -0500
50473
50474 Add 440EPx DDR2 SPD DIMM support
50475
50476 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
50477 controller. It should also work on the 440GRx. It is based on the DDR2
50478 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
50479
50480 This code has been tested on prototype Korat boards with three Kingston
50481 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
50482 (two ranks). The Korat board has a single DIMM socket, but support has
50483 been provided (though not tested) for boards with two DIMM sockets.
50484
50485 Signed-off-by: Larry Johnson <lrj@acm.org>
50486
50487 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
50488 Author: Larry Johnson <lrj@arlinx.com>
50489 Date: Sat Dec 22 15:15:30 2007 -0500
50490
50491 Copy 440EPx/GRx SDRAM data-eye search to common directory
50492
50493 This patch creates a non-board-specific file for performing the SDRAM
50494 data-eye search. It also adds ECC error checking to the test of valid
50495 data on readback when ECC is enabled.
50496
50497 Signed-off-by: Larry Johnson <lrj@acm.org>
50498
50499 commit c46f53333b22b1f9098676bea8884fc7db820cf3
50500 Author: Larry Johnson <lrj@arlinx.com>
50501 Date: Sat Dec 22 15:15:13 2007 -0500
50502
50503 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
50504
50505 This patch adds the Denali SDRAM controller definitions to "ppc440.h".
50506 It also fixes two typos in the definitions, so the board-specific
50507 "sdram.h" files containing these definitions are also fixed to avoid
50508 compiler warnings.
50509
50510 Signed-off-by: Larry Johnson <lrj@acm.org>
50511
50512 commit c348578bf612d0c56d8d376d23cae16defbd86af
50513 Author: Larry Johnson <lrj@arlinx.com>
50514 Date: Thu Dec 27 10:50:55 2007 -0500
50515
50516 Add Ethernet 1000BASE-X support for PPC4xx
50517
50518 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol
50519 is defined, the PHY will advertise it's capabilities for autonegotiation
50520 based on the capabilities shown in the PHY's status registers, including
50521 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
50522 advertise hard-coded capabilities, as before.
50523
50524 Signed-off-by: Larry Johnson <lrj@acm.org>
50525
50526 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
50527 Author: Larry Johnson <lrj@arlinx.com>
50528 Date: Thu Dec 27 09:52:17 2007 -0500
50529
50530 Add driver for National Semiconductor LM73 temperature sensor
50531
50532 This driver is based on the driver for the LM75.
50533
50534 Signed-off-by: Larry Johnson <lrj@acm.org>
50535
50536 commit 12618278688ea9b3d76536960a5ad2e3790fac40
50537 Author: Larry Johnson <lrj@arlinx.com>
50538 Date: Sat Dec 22 15:14:00 2007 -0500
50539
50540 Add driver for STMicroelectronics M41T60 RTC
50541
50542 This driver is based on the driver for the M41T11. In the intended
50543 application, the RTC will be powered by a large capacitor, rather than a
50544 battery. The driver therefore checks to see whether the RTC has lost
50545 power. The chip's OUT bit is normally reset from its power-up state. If
50546 the OUT bit is read as set, or if the date and time are not valid, then the
50547 RTC is assumed to have lost power, and its date and time are reset to
50548 1900-01-01 00:00:00.
50549
50550 Support for adjusting the speed of the clock to improve accuracy is
50551 provided through an environment variable.
50552
50553 Signed-off-by: Larry Johnson <lrj@acm.org>
50554
50555 commit d3471173e14b7544bb60339eda8d3d3906694b0a
50556 Author: Larry Johnson <lrj@arlinx.com>
50557 Date: Sat Dec 22 15:34:39 2007 -0500
50558
50559 Use out_be32() and friends to access memory-mapped registers in sequoia.c
50560
50561 Signed-off-by: Larry Johnson <lrj@acm.org>
50562
50563 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
50564 Author: Larry Johnson <lrj@arlinx.com>
50565 Date: Sat Dec 22 15:34:20 2007 -0500
50566
50567 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
50568
50569 Signed-off-by: Larry Johnson <lrj@acm.org>
50570
50571 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
50572 Author: Larry Johnson <lrj@arlinx.com>
50573 Date: Sat Dec 22 15:23:50 2007 -0500
50574
50575 Cosmetic changes to ECC POST for AMCC Denali core
50576
50577 Signed-off-by: Larry Johnson <lrj@acm.org>
50578
50579 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
50580 Author: Stefan Roese <sr@denx.de>
50581 Date: Wed Dec 26 20:20:19 2007 +0100
50582
50583 ppc4xx: Fix compilation problem in 405 cache POST test
50584
50585 Signed-off-by: Stefan Roese <sr@denx.de>
50586
50587 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
50588 Author: Stefan Roese <sr@denx.de>
50589 Date: Sat Dec 22 12:20:09 2007 +0100
50590
50591 ppc4xx: Move virtual address of POST cache test to bigger address
50592
50593 On Sequoia & LWMON5 the virtual address of the POST cache test is now
50594 moved to a bigger address. This enables usage of more memory on those
50595 boards.
50596
50597 Signed-off-by: Stefan Roese <sr@denx.de>
50598
50599 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
50600 Author: Stefan Roese <sr@denx.de>
50601 Date: Sat Dec 22 12:18:26 2007 +0100
50602
50603 ppc4xx: Fix problem in 44x cache POST routine
50604
50605 As repoted by Larry Johnson, running "diag run cache" caused a crash
50606 in U-Boot. This problem was introduced by a patch that removed the
50607 TLB entry for the cache test after the test has completed. Since this
50608 TLB was only setup once, a 2nd attempt to run this cache test
50609 failed with a crash. Now this TLB entry is created every time the
50610 routine is called.
50611
50612 Signed-off-by: Stefan Roese <sr@denx.de>
50613
50614 commit b0265b576bb8fa9465f99e99c323768b562fadc2
50615 Author: Stefan Roese <sr@denx.de>
50616 Date: Fri Dec 21 07:51:29 2007 +0100
50617
50618 ppc4xx: Update Makalu fdt support
50619
50620 Signed-off-by: Stefan Roese <sr@denx.de>
50621
50622 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
50623 Author: Stefan Roese <sr@denx.de>
50624 Date: Wed Dec 19 09:05:40 2007 +0100
50625
50626 ppc4xx: Add fdt support to AMCC Katmai eval board
50627
50628 Signed-off-by: Stefan Roese <sr@denx.de>
50629
50630 commit 328a340392a5df9aaf00792be989df73e750859e
50631 Author: Stefan Roese <sr@denx.de>
50632 Date: Tue Dec 18 08:44:51 2007 +0100
50633
50634 ppc4xx: fdt: Cleanup setup of cpu node setup
50635
50636 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
50637 without using the absolute path to the cpu node. This makes it possible
50638 to use this U-Boot version with both versions of cpu-node naming
50639 "cpu@0" and the former "PowerPC,440EPx@0".
50640
50641 Signed-off-by: Stefan Roese <sr@denx.de>
50642
50643 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
50644 Author: Stefan Roese <sr@denx.de>
50645 Date: Mon Dec 17 17:26:21 2007 +0100
50646
50647 ppc4xx: Fix lwmon5 compilation problem
50648
50649 Now that the 440EPx ECC test is not board specific anymore
50650 remove this Makefile.
50651
50652 Signed-off-by: Stefan Roese <sr@denx.de>
50653
50654 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
50655 Author: Anatolij Gustschin <agustschin@t-online.de>
50656 Date: Wed Dec 5 17:43:20 2007 +0100
50657
50658 Fix ppc4xx clear_bss() code
50659
50660 ppc4xx clear_bss() fails if BSS segment size is not
50661 divisible by 4 without remainder. This patch provides
50662 fix for this problem.
50663
50664 Signed-off-by: Anatolij Gustschin <agust@denx.de>
50665
50666 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
50667 Author: Niklaus Giger <niklausgiger@gmx.ch>
50668 Date: Fri Nov 30 18:35:11 2007 +0100
50669
50670 PPC4xx: Minimal changes to add vxWorks support
50671
50672 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
50673
50674 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
50675 Author: Markus KlotzbĂ¼cher <mk@denx.de>
50676 Date: Fri Nov 23 13:09:18 2007 +0100
50677
50678 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
50679
50680 When using dhcp/bootp the "netmask" environment variable is not
50681 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
50682 desireable, so the following patch adds this this option to the board
50683 config.
50684
50685 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50686 Signed-off-by: Stefan Roese <sr@denx.de>
50687
50688 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
50689 Author: Larry Johnson <lrj@arlinx.com>
50690 Date: Sat Oct 27 12:48:15 2007 -0400
50691
50692 Fix/enhance ECC POST for 440EPx/GRx
50693
50694 This patch allows the ECC POST to be used for different boards with the
50695 PPC440 Denali SDRAM controller. Modifications include skipping the test
50696 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
50697 to prevent timing errors.
50698
50699 Signed-off-by: Larry Johnson <lrj@acm.org>
50700
50701 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
50702 Author: Larry Johnson <lrj@arlinx.com>
50703 Date: Sat Oct 27 12:48:05 2007 -0400
50704
50705 PPC4xx: Move/rename ECC POST for 440EPx/GRx
50706
50707 Signed-off-by: Larry Johnson <lrj@acm.org>
50708
50709 commit c29d2d3680046d430022c55e50fcb27f5866517e
50710 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50711 Date: Fri Dec 14 11:20:33 2007 +0100
50712
50713 ppc4xx: use correct io accessors for 4xx ethernet POST
50714
50715 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50716
50717 commit ba79fde58a48c0a6ff8e2a96caba951594142203
50718 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50719 Date: Fri Dec 14 11:19:56 2007 +0100
50720
50721 ppc4xx: fix flush + invalidate_dcache_range arguments
50722
50723 flush + invalidate_dcache_range() expect the start and stop+1 address.
50724 So the stop address is the first address behind (!) the range.
50725
50726 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50727
50728 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
50729 Author: Stefan Roese <sr@denx.de>
50730 Date: Fri Dec 14 08:41:29 2007 +0100
50731
50732 ppc4xx: fdt: use fdt_fixup_ethernet()
50733
50734 By using aliases in the dts file, the ethernet node fixup is
50735 much easier with the recently added functions.
50736
50737 Please note that the dts file needs the aliases for this to work.
50738
50739 Signed-off-by: Stefan Roese <sr@denx.de>
50740
50741 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
50742 Author: Stefan Roese <sr@denx.de>
50743 Date: Thu Dec 13 14:52:53 2007 +0100
50744
50745 ppc4xx: Bring 4xx fdt support up-to-date
50746
50747 This patch update the 4xx fdt support. It enabled fdt booting
50748 on the AMCC Kilauea and Sequoia for now. More can follow later
50749 quite easily.
50750
50751 Signed-off-by: Stefan Roese <sr@denx.de>
50752
50753 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
50754 Author: Stefan Roese <sr@denx.de>
50755 Date: Thu Dec 27 07:50:54 2007 +0100
50756
50757 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
50758
50759 The check for an sufficiently erased destination was missing in the
50760 buffered write function of the cfi flash driver (when
50761 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
50762 writing to such a region will fail with the currect error message.
50763
50764 Signed-off-by: Stefan Roese <sr@denx.de>
50765
50766 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
50767 Author: Martin Krause <martin.krause@tqs.de>
50768 Date: Mon Nov 12 10:56:17 2007 +0100
50769
50770 Some configuration updates for the TQM5200 based TB5200 board:
50771
50772 - enable command line history
50773 - increase malloc space (because of bigger flash sectors)
50774
50775 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50776
50777 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
50778 Author: Martin Krause <martin.krause@tqs.de>
50779 Date: Thu Sep 27 11:10:08 2007 +0200
50780
50781 TQM8xx: use the CFI flash driver on all TQM8xx boards
50782
50783 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50784
50785 commit 11d9eec479b470eab9242ab937fca70a876d9376
50786 Author: Martin Krause <martin.krause@tqs.de>
50787 Date: Wed Sep 26 17:55:56 2007 +0200
50788
50789 TQM885D: adjust for doubled flash sector size + some minor fixes
50790
50791 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50792
50793 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
50794 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
50795 Date: Wed Sep 26 17:55:54 2007 +0200
50796
50797 TQM885D: Exchanged SDRAM timing by a more relaxed timing.
50798
50799 CAS-Latency=2, Write Recovery Time tWR=2
50800 The max. supported bus frequency is 66 MHz. Therefore, changed
50801 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
50802
50803 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50804
50805 commit b988b8cd443989be65161888eea0127ad03f846f
50806 Author: Martin Krause <martin.krause@tqs.de>
50807 Date: Wed Sep 26 17:55:56 2007 +0200
50808
50809 TQM885D: use calculated cpuclk instead of measuring it
50810
50811 On the TQM885D the measurement of cpuclk with the PIT reference
50812 timer ist not necessary. Since all module variants use the same
50813 external 10 MHz oscillator, the cpuclk only depends on the PLL
50814 configuration - which is readable by software.
50815
50816 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50817
50818 commit 492c7049869348d31168de8dad89651315e468e0
50819 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
50820 Date: Thu Sep 27 14:54:46 2007 +0200
50821
50822 TQM885D: fix SDRAM refresh
50823
50824 At 133 MHz the current SDRAM refresh rate is too fast
50825 (measured 4 * 1.17 us).
50826 CFG_MAMR_PTA changes from 39 to 128. This result
50827 in a refresh rate of 4 * 7.8 us at the default clock
50828 66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
50829 This is a compromise until a new method is found to
50830 adjust the refresh rate.
50831
50832 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50833
50834 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
50835 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
50836 Date: Thu Sep 27 14:54:46 2007 +0200
50837
50838 TQM860M: Support for 10col SDRAMs, max. 128 MiB
50839
50840 Signed-off-by: Martin Krause <martin.krause@tqs.de>
50841
50842 commit 61fb15c516fef5631e305f1976d7b3a679725856
50843 Author: Wolfgang Denk <wd@denx.de>
50844 Date: Thu Dec 27 01:52:50 2007 +0100
50845
50846 Fix coding style issues; update CHANGELOG.
50847
50848 Signed-off-by: Wolfgang Denk <wd@denx.de>
50849
50850 commit 467bcee11fe26ad422f2de971aa70866079870f2
50851 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50852 Date: Fri Dec 14 15:36:18 2007 +0100
50853
50854 cfi_flash: Add manufacturer-specific fixups
50855
50856 Run fixups based on the JEDEC manufacturer ID independent of the
50857 command set ID.
50858
50859 This changes current behaviour: Previously, geometry reversal for AMD
50860 chips were done based on the command set ID, while they are now done
50861 based on the JEDEC manufacturer and device ID.
50862
50863 Also add fixup for top-boot Atmel chips. A fixup is needed for
50864 AT49BV6416(T) too, but since u-boot currently only reads the low byte
50865 of the device ID, there's no way to tell it apart from AT49BV642D,
50866 which should not have this fixup. Since AT49BV642D support is
50867 necessary to get ATNGW100 board support into mainline, I've commented
50868 out the fixup for now.
50869
50870 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50871
50872 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
50873 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50874 Date: Fri Dec 14 15:36:17 2007 +0100
50875
50876 cfi_flash: Add cmdset-specific init functions
50877
50878 Move things like reading JEDEC IDs and fixing up geometry reversal
50879 into separate functions. The geometry reversal fixup is now performed
50880 by altering the qry structure directly, which makes the sector init
50881 code slightly cleaner.
50882
50883 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50884
50885 commit e23741f4a6d8047520ef0d4971762749b3587d32
50886 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50887 Date: Fri Dec 14 15:36:16 2007 +0100
50888
50889 cfi_flash: Read whole QRY structure in one go
50890
50891 Read out the whole CFI Standard Query structure after successful cfi
50892 identification. This allows subsequent code to access this information
50893 directly without having to go through flash_read_uchar() and friends.
50894
50895 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50896
50897 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
50898 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50899 Date: Mon Dec 17 11:02:44 2007 +0100
50900
50901 AVR32: Fix logic inversion in disable_interrupts()
50902
50903 disable_interrupts() should return nonzero if interrupts were
50904 _enabled_ before, not disabled.
50905
50906 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50907
50908 commit acac475212cbedb17b321a363a1c878e2b47b37f
50909 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50910 Date: Fri Dec 14 16:51:22 2007 +0100
50911
50912 AVR32: Enable interrupts at bootup
50913
50914 The timer code depends on the timer interrupt to keep track of the
50915 upper 32 bits of the cycle counter. This obviously doesn't work when
50916 interrupts are disabled the whole time.
50917
50918 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50919
50920 commit 9570bcd87f4db255514f43b6701746c412f8fef0
50921 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50922 Date: Thu Nov 15 10:03:45 2007 +0100
50923
50924 AVR32: Fix wrong pin setup for USART3
50925
50926 As reported by Gerhard Berghofer:
50927
50928 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
50929 instead of PB18 and PB19.
50930
50931 which is obviously correct. There's currently no code that uses
50932 USART3, but custom boards may run into problems.
50933
50934 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50935
50936 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
50937 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50938 Date: Thu Nov 1 12:44:20 2007 +0100
50939
50940 README: Remove ATSTK1000 daughterboard list
50941
50942 As noted by Kim Phillips, these lists tend to become out of date.
50943
50944 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50945
50946 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
50947 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50948 Date: Tue Oct 30 14:56:36 2007 +0100
50949
50950 Add ATSTK100[234] to MAINTAINERS
50951
50952 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
50953 "mother". Also update the entry for ATSTK1000 to be not only about the
50954 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
50955
50956 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50957
50958 commit 64ff2357b1727213803591813dbc779c924bf772
50959 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50960 Date: Mon Oct 29 13:02:54 2007 +0100
50961
50962 AVR32: Add support for the ATSTK1004 board
50963
50964 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
50965 which is a derivative of AT32AP7000.
50966
50967 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50968
50969 commit 667568db157f374b85abd7e03596ddd1f0b25681
50970 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50971 Date: Mon Oct 29 13:02:54 2007 +0100
50972
50973 AVR32: Add support for the ATSTK1003 board
50974
50975 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
50976 which is a derivative of AT32AP7000.
50977
50978 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50979
50980 commit 5fee84a794a51ec830548cda485a770efb018b92
50981 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50982 Date: Mon Oct 29 13:23:33 2007 +0100
50983
50984 AVR32: Make some AT32AP700x peripherals optional
50985
50986 Add a chip-features file providing definitions of the form
50987
50988 AT32AP700x_CHIP_HAS_<peripheral>
50989
50990 to indicate the availability of the given peripheral on the currently
50991 selected chip.
50992
50993 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50994
50995 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
50996 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50997 Date: Mon Oct 29 13:09:56 2007 +0100
50998
50999 AVR32: Rename at32ap7000 -> at32ap700x
51000
51001 The SoC-specific code for all the AT32AP700x CPUs is practically
51002 identical; the only difference is that some chips have less features
51003 than others. By doing this rename, we can add support for the AP7000
51004 derivatives simply by making some features conditional.
51005
51006 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51007
51008 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
51009 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51010 Date: Fri Jun 29 18:22:34 2007 +0200
51011
51012 atmel_mci: Show SR when block read fails
51013
51014 Show controller status as well as card status when an error occurs
51015 during block read.
51016
51017 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51018
51019 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
51020 Author: Stefan Roese <sr@denx.de>
51021 Date: Thu Dec 13 14:52:53 2007 +0100
51022
51023 ppc4xx: Bring 4xx fdt support up-to-date
51024
51025 This patch update the 4xx fdt support. It enabled fdt booting
51026 on the AMCC Kilauea and Sequoia for now. More can follow later
51027 quite easily.
51028
51029 Signed-off-by: Stefan Roese <sr@denx.de>
51030
51031 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
51032 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51033 Date: Thu Dec 13 12:56:34 2007 +0100
51034
51035 cfi_flash: Use map_physmem() and unmap_physmem()
51036
51037 Use map_physmem() and unmap_physmem() to convert from physical to
51038 virtual addresses. This gives the arch a chance to provide an uncached
51039 mapping for flash accesses.
51040
51041 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51042
51043 commit 4d7d6936eb29af7cca330937808312aa5f61454d
51044 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51045 Date: Thu Dec 13 12:56:33 2007 +0100
51046
51047 Introduce map_physmem() and unmap_physmem()
51048
51049 map_physmem() returns a virtual address which can be used to access a
51050 given physical address without involving the cache. unmap_physmem()
51051 should be called when the virtual address returned by map_physmem() is
51052 no longer needed.
51053
51054 This patch adds a stub implementation which simply returns the
51055 physical address cast to a uchar * for all architectures except AVR32,
51056 which converts the physical address to an uncached virtual mapping.
51057 unmap_physmem() is a no-op on all architectures, but if any
51058 architecture needs to do such mappings through the TLB, this is the
51059 hook where those TLB entries can be invalidated.
51060
51061 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51062
51063 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
51064 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51065 Date: Thu Dec 13 12:56:32 2007 +0100
51066
51067 cfi_flash: Introduce read and write accessors
51068
51069 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
51070 them to access the flash memory. This makes it clearer when the flash
51071 is actually being accessed; merely dereferencing a volatile pointer
51072 looks just like any other kind of access.
51073
51074 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51075
51076 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
51077 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51078 Date: Thu Dec 13 12:56:31 2007 +0100
51079
51080 Implement __raw_{read,write}[bwl] on all architectures
51081
51082 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
51083 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
51084 from Linux.
51085
51086 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51087
51088 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
51089 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51090 Date: Sat Oct 6 18:55:36 2007 +0200
51091
51092 cfi_flash: Reorder functions and eliminate extra prototypes
51093
51094 Reorder the functions in cfi_flash.c so that each function only uses
51095 functions that have been defined before it. This allows the static
51096 prototype declarations near the top to be eliminated and might allow
51097 gcc to do a better job inlining functions.
51098
51099 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51100
51101 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
51102 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51103 Date: Thu Dec 13 12:56:29 2007 +0100
51104
51105 cfi_flash: Make some needlessly global functions static
51106
51107 Make functions not declared in any header file static.
51108
51109 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51110
51111 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
51112 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51113 Date: Thu Dec 13 12:56:28 2007 +0100
51114
51115 cfi_flash: Break long lines
51116
51117 This patch tries to keep all lines in the cfi_flash driver below 80
51118 columns. There are a few lines left which don't fit this requirement
51119 because I couldn't find any trivial way to break them (i.e. it would
51120 take some restructuring, which I intend to do in a later patch.)
51121
51122 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51123
51124 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
51125 Author: Bartlomiej Sieka <tur@semihalf.com>
51126 Date: Tue Dec 11 13:59:57 2007 +0100
51127
51128 CFI: synchronize command offsets with Linux CFI driver
51129
51130 Fixes non-working CFI Flash on the Inka4x0 board.
51131
51132 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
51133
51134 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
51135 Author: Kumar Gala <galak@kernel.crashing.org>
51136 Date: Fri Dec 7 12:17:34 2007 -0600
51137
51138 Handle MPC85xx PCIe reset errata (PCI-Ex 38)
51139
51140 On the MPC85xx boards that have PCIe enable the PCIe errata fix.
51141 (MPC8544DS, MPC8548CDS, MPC8568MDS).
51142
51143 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51144
51145 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
51146 Author: Kumar Gala <galak@kernel.crashing.org>
51147 Date: Fri Dec 7 12:04:30 2007 -0600
51148
51149 Update Freescale MPC85xx ADS/CDS/MDS board config
51150
51151 * Enabled CONFIG_CMD_ELF
51152
51153 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51154
51155 commit d435793229ce29a42797c1edc39f5b34f987f91a
51156 Author: Kumar Gala <galak@kernel.crashing.org>
51157 Date: Fri Dec 7 04:59:26 2007 -0600
51158
51159 Handle Asynchronous DDR clock on 85xx
51160
51161 The MPC8572 introduces the concept of an asynchronous DDR clock with
51162 regards to the platform clock.
51163
51164 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
51165 mode.
51166
51167 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51168
51169 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
51170 Author: Kumar Gala <galak@kernel.crashing.org>
51171 Date: Thu Nov 29 10:34:28 2007 -0600
51172
51173 Update Freescale MPC85xx ADS/CDS/MDS board config
51174
51175 * Removed some misc environment setup
51176 * Enabled CONFIG_CMDLINE_EDITING
51177
51178 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51179
51180 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
51181 Author: Kumar Gala <galak@kernel.crashing.org>
51182 Date: Thu Nov 29 10:47:44 2007 -0600
51183
51184 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
51185
51186 Minor path corrections needed to ensure buildability.
51187
51188 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51189
51190 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
51191 Author: Kumar Gala <galak@kernel.crashing.org>
51192 Date: Thu Nov 29 10:16:18 2007 -0600
51193
51194 Move the MPC8540 ADS board under board/freescale.
51195
51196 Minor path corrections needed to ensure buildability.
51197
51198 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51199
51200 commit 870ceac5b3a3486c109396e005af81ae762b5710
51201 Author: Kumar Gala <galak@kernel.crashing.org>
51202 Date: Thu Nov 29 10:14:50 2007 -0600
51203
51204 Move the MPC8560 ADS board under board/freescale.
51205
51206 Minor path corrections needed to ensure buildability.
51207
51208 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51209
51210 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
51211 Author: Kumar Gala <galak@kernel.crashing.org>
51212 Date: Thu Nov 29 10:13:47 2007 -0600
51213
51214 Move the MPC8568 MDS board under board/freescale.
51215
51216 Minor path corrections needed to ensure buildability.
51217
51218 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51219
51220 commit a853d56c59b33415304531443633808736acfc6e
51221 Author: Kumar Gala <galak@kernel.crashing.org>
51222 Date: Thu Nov 29 02:18:59 2007 -0600
51223
51224 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
51225
51226 We already had defines for LAWAR_TRGT_IF_* that we should use
51227 rather than creating new ones. Also, added some missing defines for
51228 PCIE targets.
51229
51230 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51231
51232 commit 04db400892da37b76a585e332a0c137954ad2015
51233 Author: Kumar Gala <galak@kernel.crashing.org>
51234 Date: Thu Nov 29 02:10:09 2007 -0600
51235
51236 Stop using immap_t on 85xx
51237
51238 In the future the offsets to various blocks may not be in same location.
51239 Move to using CFG_MPC85xx_*_ADDR as the base of the registers
51240 instead of getting it via &immap.
51241
51242 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51243
51244 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
51245 Author: Kumar Gala <galak@kernel.crashing.org>
51246 Date: Thu Nov 29 01:23:09 2007 -0600
51247
51248 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
51249
51250 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51251
51252 commit c480861bf000156e6a3e932c258db59ff2212dd3
51253 Author: Kumar Gala <galak@kernel.crashing.org>
51254 Date: Thu Nov 29 01:06:19 2007 -0600
51255
51256 Update MPC8568 MDS to use libfdt
51257
51258 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
51259 ethernet, pci, and serial for the various fixups that are done.
51260
51261 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51262
51263 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
51264 Author: Haiying Wang <Haiying.Wang@freescale.com>
51265 Date: Wed Nov 14 15:52:06 2007 -0500
51266
51267 Add PCI Express support on MPC8568MDS
51268
51269 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
51270 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51271
51272 commit b90d25497625b90ffa3f2911a0895ca237556ff5
51273 Author: Kumar Gala <galak@kernel.crashing.org>
51274 Date: Thu Nov 29 00:11:44 2007 -0600
51275
51276 Update MPC85xx CDS to use libfdt
51277
51278 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
51279 ethernet, pci, and serial for the various fixups that are done.
51280
51281 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51282
51283 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
51284 Author: Kumar Gala <galak@kernel.crashing.org>
51285 Date: Wed Nov 28 22:54:27 2007 -0600
51286
51287 Update MPC8540 ADS to use libfdt
51288
51289 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
51290 ethernet, pci, and serial for the various fixups that are done.
51291
51292 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51293
51294 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
51295 Author: Kumar Gala <galak@kernel.crashing.org>
51296 Date: Wed Nov 28 22:40:31 2007 -0600
51297
51298 Update MPC8560 ADS to use libfdt
51299
51300 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
51301 ethernet, pci, and serial for the various fixups that are done.
51302
51303 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51304
51305 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
51306 Author: Kumar Gala <galak@kernel.crashing.org>
51307 Date: Wed Nov 28 00:36:33 2007 -0600
51308
51309 Stop using immap_t for cpm offset on 85xx
51310
51311 In the future the offsets to various blocks may not be in same location.
51312 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
51313 instead of getting it via &immap->im_cpm.
51314
51315 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51316
51317 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
51318 Author: Kumar Gala <galak@kernel.crashing.org>
51319 Date: Tue Nov 27 23:25:02 2007 -0600
51320
51321 Stop using immap_t for guts offset on 85xx
51322
51323 In the future the offsets to various blocks may not be in same location.
51324 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
51325 instead of getting it via &immap->im_gur.
51326
51327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51328
51329 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
51330 Author: Kumar Gala <galak@kernel.crashing.org>
51331 Date: Tue Nov 27 22:42:34 2007 -0600
51332
51333 Update MPC8544 DS config
51334
51335 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
51336 * Removed some misc environment setup
51337 * Moved to using fdtfile & fdtaddr as fdt env var names
51338 * Enabled CONFIG_CMDLINE_EDITING
51339
51340 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51341
51342 commit addce57e2e4c49e77ffb2020a84690713bb18b47
51343 Author: Kumar Gala <galak@kernel.crashing.org>
51344 Date: Mon Nov 26 17:12:24 2007 -0600
51345
51346 Update MPC8544DS to use libfdt
51347
51348 Updated the MPC8544DS config to use libfdt and assume use of aliases for
51349 ethernet, pci, and serial for the various fixups that are done.
51350
51351 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51352
51353 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
51354 Author: Kumar Gala <galak@kernel.crashing.org>
51355 Date: Thu Nov 29 00:15:30 2007 -0600
51356
51357 Add libfdt based ft_cpu_setup for mpc85xx
51358
51359 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51360
51361 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
51362 Author: Stefan Roese <sr@denx.de>
51363 Date: Tue Dec 11 13:38:19 2007 +0100
51364
51365 ppc4xx: Correct GPIO offset in gpio_config()
51366
51367 Thanks to Gary Jennejohn for pointing this out.
51368
51369 Signed-off-by: Stefan Roese <sr@denx.de>
51370
51371 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
51372 Author: Stefan Roese <sr@denx.de>
51373 Date: Tue Dec 11 11:46:01 2007 +0100
51374
51375 rtc: Fix merging problem
51376
51377 Signed-off-by: Stefan Roese <sr@denx.de>
51378
51379 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
51380 Author: Stefan Roese <sr@denx.de>
51381 Date: Sat Dec 8 14:47:34 2007 +0100
51382
51383 ppc4xx: 405EX: Correctly enable USB pins
51384
51385 This patch selects the USB data pins in the 405EX GPIO and MFC (multi
51386 function control) registers. This is done for the AMCC Kilauea and
51387 Makalu eval boards.
51388
51389 Signed-off-by: Stefan Roese <sr@denx.de>
51390
51391 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
51392 Author: Stefan Roese <sr@denx.de>
51393 Date: Sat Dec 8 08:25:09 2007 +0100
51394
51395 CFI: Coding style cleanup
51396
51397 Signed-off-by: Stefan Roese <sr@denx.de>
51398
51399 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
51400 Author: Michael Schwingen <michael@schwingen.org>
51401 Date: Fri Dec 7 23:35:02 2007 +0100
51402
51403 CFI: support JEDEC flash roms in CFI-flash framework
51404
51405 The following patch adds support for non-CFI flash ROMS, by hooking into the
51406 CFI flash code and using most of its code, as recently discussed here in the
51407 thread "Mixing CFI and non-CFI flashs".
51408
51409 Signed-off-by: Michael Schwingen <michael@schwingen.org>
51410 Signed-off-by: Stefan Roese <sr@denx.de>
51411
51412 commit c01b17dd856fa120b2970f50d9598546a4927ec3
51413 Author: Gerald Van Baren <vanbaren@cideas.com>
51414 Date: Wed Nov 28 21:24:50 2007 -0500
51415
51416 Conditionally compile fdt_fixup_ethernet()
51417
51418 Fix compiler warnings: On boards that don't have ethernets defined,
51419 don't compile fdt_fixup_ethernet().
51420
51421 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
51422 Author: Kumar Gala <galak@kernel.crashing.org>
51423 Date: Tue Nov 27 21:59:46 2007 -0600
51424
51425 Convert boards that set memory node to use fdt_fixup_memory()
51426
51427 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51428
51429 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
51430 Author: Kumar Gala <galak@kernel.crashing.org>
51431 Date: Mon Nov 26 17:06:15 2007 -0600
51432
51433 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
51434
51435 We use a combination of the serialN alias and CONFIG_CONS_INDEX to
51436 determine which serial alias we should set linux,stdout-path to.
51437
51438 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51439
51440 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
51441 Author: Kumar Gala <galak@kernel.crashing.org>
51442 Date: Mon Nov 26 14:57:45 2007 -0600
51443
51444 Add common memory fixup function
51445
51446 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
51447
51448 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51449
51450 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
51451 Author: Kumar Gala <galak@kernel.crashing.org>
51452 Date: Mon Nov 26 11:19:12 2007 -0600
51453
51454 Conditionally compile fdt_support.c
51455
51456 Modify common/Makefile to conditionally compile fdt_support.c based
51457 on CONFIG_OF_LIBFDT.
51458
51459 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51460
51461 commit d88e7ba0980773479e1a64badb293116071b7ef0
51462 Author: Kumar Gala <galak@kernel.crashing.org>
51463 Date: Mon Nov 26 10:41:40 2007 -0600
51464
51465 Fix build breakage due to libfdt import
51466
51467 The IDS8247 got lost in the update and need an API update
51468 do to rename of functions in libfdt.
51469
51470 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51471
51472 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
51473 Author: Gerald Van Baren <vanbaren@cideas.com>
51474 Date: Fri Nov 23 19:43:20 2007 -0500
51475
51476 Add spaces around the = in the fdt print format.
51477
51478 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51479
51480 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
51481 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51482 Date: Fri Dec 7 01:25:38 2007 +0900
51483
51484 sh: Moved driver of the SuperH dependence
51485
51486 The composition of the directory in the drivers/ changed.
51487 I moved SuperH serial driver and marubun PCMCIA driver.
51488
51489 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51490
51491 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
51492 Author: Wolfgang Denk <wd@denx.de>
51493 Date: Thu Dec 6 10:21:19 2007 +0100
51494
51495 Release v1.3.1
51496
51497 Signed-off-by: Wolfgang Denk <wd@denx.de>
51498
51499 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
51500 Author: Wolfgang Denk <wd@denx.de>
51501 Date: Thu Dec 6 10:21:03 2007 +0100
51502
51503 ADS5121 Board: fix compile problem.
51504
51505 Signed-off-by: Wolfgang Denk <wd@denx.de>
51506
51507 commit a27044b14a9e93678a82d7b35f202b93e7687abc
51508 Author: Stefan Roese <sr@denx.de>
51509 Date: Thu Dec 6 05:58:43 2007 +0100
51510
51511 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
51512
51513 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
51514 setting the FIXD bit in the SDR0_MFR register. Here a description of the
51515 symptoms:
51516
51517 Problem Description
51518 ------------------------------
51519 If a DMA is performed between memory and PCI with the DMA 1 Controller
51520 using prefetch, and as a result uses a special purpose buffer selected by
51521 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
51522 the first part of the transfer sequence is performed twice. The
51523 PPC440SPe PCI Controller requests more data than was needed such that in
51524 the case of enforce memory protection, a host CPU exception can occur.
51525 No data is corrupted, because data transfer is stopped in the PCI
51526 Controller. Prefetch enable is specified by setting DMA Configuration
51527 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
51528
51529 Behavior that may be observed in a running system
51530 ---------------------------------------------------------------------------
51531
51532 1. DMA performance is decreased because of the double access on the PCI bus
51533 interface.
51534 2. If an illegal access to some address on the PCI bus is detected at the
51535 system level, a machine check or similar system error may occur.
51536
51537 Workarounds Available
51538 ----------------------------------
51539
51540 1. Do not program prefetch. Note that a prefetch command cannot be programmed
51541 without selecting a special purpose buffer.
51542 2. To avoid crossing a physical boundary of the PCI slave device, add 512
51543 bytes of address to the PCI address range.
51544
51545 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
51546 from AMCC and slighly changed.
51547
51548 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
51549 Signed-off-by: Stefan Roese <sr@denx.de>
51550
51551 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
51552 Author: Stefan Roese <sr@denx.de>
51553 Date: Tue Dec 4 16:29:48 2007 +0100
51554
51555 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
51556
51557 Signed-off-by: Stefan Roese <sr@denx.de>
51558
51559 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
51560 Author: Wolfgang Denk <wd@denx.de>
51561 Date: Mon Dec 3 00:15:28 2007 +0100
51562
51563 Prepare for 1.3.1-rc1
51564
51565 Signed-off-by: Wolfgang Denk <wd@denx.de>
51566
51567 commit e15e33433e7c05111968dc9b434a52fd42cbd221
51568 Author: Stefan Roese <sr@denx.de>
51569 Date: Fri Nov 30 07:15:41 2007 +0100
51570
51571 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
51572
51573 This manual PCIe reset triggering solves the problem seen with the
51574 Intel EPRO/1000 card, which was not detected (link not established)
51575 upon power-up reset.
51576
51577 Signed-off-by: Stefan Roese <sr@denx.de>
51578
51579 commit 260eea5676ca46903a335686cc020b29c4ca46fe
51580 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51581 Date: Thu Nov 29 01:21:54 2007 +0900
51582
51583 sh: Add SuperH boards maintainer to MAINTAINERS file
51584
51585 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
51586
51587 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51588
51589 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
51590 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51591 Date: Thu Nov 29 00:13:04 2007 +0900
51592
51593 sh: Add ms7750se support in MAKEALL
51594
51595 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51596
51597 commit c7144373427a178332bf9754131c8c34c52c200a
51598 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51599 Date: Tue Nov 27 09:44:53 2007 +0100
51600
51601 sh: Add sh3 and sh4 support in MAKEALL
51602
51603 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51604 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51605
51606 commit 130080874a3d28450098481a262c5f7c855e908d
51607 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51608 Date: Sun Nov 25 02:51:17 2007 +0900
51609
51610 sh: Add document for SuperH.
51611
51612 This document is a summary of information concerning SuperH of U-Boot.
51613
51614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51615
51616 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
51617 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51618 Date: Sun Nov 25 02:39:31 2007 +0900
51619
51620 sh: Add marubun's pcmcia driver
51621
51622 Marubun pcmcia is a chip for PCMCIA used with SuperH.
51623 Of course, this can be used even by other architectures.
51624 When use this driver, came to be able to use CompactFlash
51625 and Ethernet.
51626
51627 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51628
51629 commit febd86b969b975289ed948f1ac0eb9722da41ced
51630 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51631 Date: Sun Nov 25 02:32:13 2007 +0900
51632
51633 sh: Update SuperH SCIF driver
51634
51635 - Changed volatile unsigned to vu_.
51636 - Changed Makefile for kconfig.
51637
51638 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51639
51640 commit 8be760903645af09871be50ad0a6f9ebb62b311d
51641 Author: Stefan Roese <sr@denx.de>
51642 Date: Tue Nov 27 11:57:35 2007 +0100
51643
51644 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
51645
51646 After an error in the AMCC 405EX users manual now correctly configure
51647 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
51648 usage.
51649
51650 Signed-off-by: Stefan Roese <sr@denx.de>
51651
51652 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
51653 Author: Wolfgang Denk <wd@denx.de>
51654 Date: Mon Nov 26 19:18:21 2007 +0100
51655
51656 Cleanup coding style; update CHANGELOG
51657
51658 Signed-off-by: Wolfgang Denk <wd@denx.de>
51659
51660 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
51661 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51662 Date: Sun Nov 25 22:39:25 2007 +0100
51663
51664 MAKEALL: add missing 512x boards in ppc
51665
51666 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51667
51668 commit a340c325e668ca7386c2276387681720be9c3757
51669 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51670 Date: Sun Nov 25 18:45:47 2007 +0100
51671
51672 Makefile : fix tags ctags etags with new drivers organization
51673
51674 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51675
51676 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
51677 Author: Stefan Roese <sr@denx.de>
51678 Date: Mon Nov 26 15:06:14 2007 +0100
51679
51680 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
51681
51682 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
51683 operation.
51684
51685 Signed-off-by: Stefan Roese <sr@denx.de>
51686
51687 commit ca1ce226287270bb01e25b8e3674c701f12edf19
51688 Author: Stefan Roese <sr@denx.de>
51689 Date: Mon Nov 26 15:01:45 2007 +0100
51690
51691 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
51692
51693 Signed-off-by: Stefan Roese <sr@denx.de>
51694
51695 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
51696 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51697 Date: Sun Nov 25 18:45:47 2007 +0100
51698
51699 Makefile : fix tags ctags etags with new drivers organization
51700
51701 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51702
51703 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
51704 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51705 Date: Sat Nov 24 21:26:56 2007 +0100
51706
51707 drivers/mtd : move mtd drivers to drivers/mtd
51708
51709 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51710
51711 commit 318c0b90431f2648552e5ade78833f42652ce859
51712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51713 Date: Sat Nov 24 21:17:55 2007 +0100
51714
51715 drivers/misc : move misc drivers to drivers/misc
51716
51717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51718
51719 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
51720 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51721 Date: Sat Nov 24 21:13:59 2007 +0100
51722
51723 drivers/block : move block drivers to drivers/block
51724
51725 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51726
51727 commit 0c698dcaa70275eb8814f665b545547cee013892
51728 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51729 Date: Sat Nov 24 20:59:50 2007 +0100
51730
51731 drivers/rtc : move rtc drivers to drivers/rtc
51732
51733 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51734
51735 commit f868cc5a50757d94f36c312395481cb0f187d9e6
51736 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51737 Date: Sat Nov 24 20:14:44 2007 +0100
51738
51739 drivers/hwmon : move hardware monitor drviers to drivers/hwmon
51740
51741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51742
51743 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
51744 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51745 Date: Sat Nov 24 19:46:45 2007 +0100
51746
51747 drivers/input : move input drivers to drivers/input
51748
51749 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51750
51751 commit e4558666293364fc3af1c1d9381ca933fa0f1275
51752 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51753 Date: Sat Nov 24 19:40:11 2007 +0100
51754
51755 drivers/usb : move usb drivers to drivers/usb
51756
51757 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51758
51759 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
51760 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51761 Date: Sat Nov 24 19:33:38 2007 +0100
51762
51763 drivers/serial : move serial drivers to drivers/serial
51764
51765 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51766
51767 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
51768 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51769 Date: Wed Nov 21 21:19:24 2007 +0100
51770
51771 drivers/net : move net drivers to drivers/net
51772
51773 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51774
51775 commit 352d259130b349fe9593b8dada641bd78a9659e5
51776 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51777 Date: Tue Nov 20 20:41:48 2007 +0100
51778
51779 drivers/video : move video drivers to drivers/video
51780
51781 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51782
51783 commit 73646217186aa17afc8e305c5f06f06dd335eaad
51784 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51785 Date: Tue Nov 20 20:33:09 2007 +0100
51786
51787 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
51788
51789 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51790
51791 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
51792 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51793 Date: Tue Nov 20 20:28:09 2007 +0100
51794
51795 drivers/pci : move pci drivers to drivers/pci
51796
51797 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51798
51799 commit 9162352817579840d7802da6d85872b3ca003c97
51800 Author: Gerald Van Baren <vanbaren@cideas.com>
51801 Date: Thu Nov 22 17:23:23 2007 -0500
51802
51803 Fix fdt printing for updated libfdt
51804
51805 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
51806
51807 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
51808
51809 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
51810 Author: Kumar Gala <galak@kernel.crashing.org>
51811 Date: Wed Nov 21 13:30:15 2007 -0600
51812
51813 Add additional fdt fixup helper functions
51814
51815 Added the following fdt fixup helpers:
51816 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
51817 * do_fixup_by_compat{_u32} - Find matching nodes by compat
51818
51819 The _u32 variants work the same only the property they are setting
51820 is know to be a 32-bit integer instead of a byte buffer.
51821
51822 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51823
51824 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
51825 Author: Kumar Gala <galak@kernel.crashing.org>
51826 Date: Wed Nov 21 11:11:03 2007 -0600
51827
51828 Add fdt_fixup_ethernet helper to set mac addresses
51829
51830 Added a fixup helper that uses aliases to set mac addresses
51831 in the device tree based on the bd_t
51832
51833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51834
51835 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
51836 Author: Kumar Gala <galak@kernel.crashing.org>
51837 Date: Wed Nov 21 14:07:46 2007 -0600
51838
51839 Fix warnings from import of libfdt
51840
51841 cmd_fdt.c: In function fdt_print:
51842 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
51843 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
51844 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
51845 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
51846
51847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51848
51849 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
51850 Author: Kumar Gala <galak@kernel.crashing.org>
51851 Date: Wed Oct 24 11:04:22 2007 -0500
51852
51853 Update libfdt from device tree compiler (dtc)
51854
51855 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
51856 the device tree compiler (dtc) project.
51857
51858 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51859
51860 commit e93becf80d732b64aef81b23e8b6ece02c40533d
51861 Author: Kumar Gala <galak@kernel.crashing.org>
51862 Date: Sat Nov 3 19:46:28 2007 -0500
51863
51864 Move do_fixup* for libfdt into common code
51865
51866 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
51867 into common/fdt_support.c and renamed:
51868
51869 do_fixup() -> do_fixup_by_path()
51870 do_fixup_u32() -> do_fixup_by_path_u32()
51871
51872 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51873
51874 commit f738b4a75998f42a7408defadc9baac7a31c92db
51875 Author: Kumar Gala <galak@kernel.crashing.org>
51876 Date: Thu Oct 25 16:15:07 2007 -0500
51877
51878 Make no options to fdt print default to '/'
51879
51880 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51881
51882 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
51883 Author: Kumar Gala <galak@kernel.crashing.org>
51884 Date: Wed Oct 24 10:21:57 2007 -0500
51885
51886 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
51887
51888 Removed:
51889 fdt_node_is_compatible
51890 fdt_find_node_by_type
51891 fdt_find_compatible_node
51892
51893 To ease merge of newer libfdt as we aren't using them anywhere at this time.
51894
51895 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
51896 reason.
51897
51898 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51899
51900 commit 98e2867cc85409b919f862e6c16026461ec955df
51901 Author: Grant Likely <grant.likely@secretlab.ca>
51902 Date: Wed Nov 21 09:19:37 2007 -0700
51903
51904 [BUILD] Remove libraries when updating autoconf.mk
51905
51906 Fix library problems caused by conditional compilation. Using
51907 autoconf.mk to decide which files to compile has caused a problem when
51908 changing configuration from one board to another without clearing out
51909 the library (*.a) files.
51910
51911 It used to be that the linker was always passed the same list of .o
51912 files when building the .a files. However, that is not longer true
51913 with conditional compilation. Now, a different board config will have
51914 a different file list passed to the linker. The problem occurs when
51915 a library has already been built and the board config is changed.
51916
51917 Since the linker will update instead of replace a preexisting library,
51918 then if the file list changes to remove some object files the old
51919 objects will still exist in the library.
51920
51921 The solution is to remove all old library files when autoconf.mk is
51922 made.
51923
51924 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51925
51926 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
51927 Author: Kumar Gala <galak@kernel.crashing.org>
51928 Date: Wed Nov 21 08:49:50 2007 -0600
51929
51930 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
51931
51932 Modify libfdt/Makefile to conditionally compile the *.c files based
51933 on the board config.
51934
51935 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51936
51937 commit 4a43719a7738712811d822ca8125427b27a55cdc
51938 Author: Grant Likely <grant.likely@secretlab.ca>
51939 Date: Mon Sep 24 09:05:31 2007 -0600
51940
51941 [BUILD] conditionally compile common/cmd_*.c in common/Makefile
51942
51943 Modify common/Makefile to conditionally compile the cmd_*.c files based
51944 on the board config.
51945
51946 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51947
51948 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
51949 Author: Grant Likely <grant.likely@secretlab.ca>
51950 Date: Mon Sep 24 09:05:31 2007 -0600
51951
51952 [BUILD] Generate include/autoconf.mk from board config files
51953
51954 Use cpp and sed to postprocess config.h and import the defined values
51955 into include/autoconf.mk. autoconf.mk is then included by config.mk to
51956 give 'make' access to the board configuration.
51957
51958 Doing this enables conditional compilation at the Makefile level instead
51959 of by wrapping every .c file with #ifdef/#endif wrappers.
51960
51961 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51962
51963 commit 68b88999da87ab88e71e1306192905be3450198e
51964 Author: Jon Loeliger <jdl@freescale.com>
51965 Date: Tue Nov 20 15:02:26 2007 -0600
51966
51967 8610HPCD: Enable the 8610 Display Interface Unit
51968
51969 Signed-off-by: Jon Loeliger <jdl@freescale.com>
51970
51971 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
51972 Author: Jon Loeliger <jdl@freescale.com>
51973 Date: Tue Nov 20 15:00:53 2007 -0600
51974
51975 Move 8610 DIU interface structure definitions to header file.
51976
51977 These two structures are still needed during the
51978 initialization and setup of the DIU hardware.
51979 So move them to the fsl_diu_fb.h file for now.
51980 Official "blah".
51981
51982 Noticed-by: York Sun <yorksun@freescale.com>
51983 Signed-off-by: Jon Loeliger <jdl@freescale.com>
51984
51985 commit 080c646dbf474a109c3f85718fb01ce042a38c45
51986 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51987 Date: Tue Nov 20 20:14:18 2007 +0100
51988
51989 drivers/i2c : move i2c drivers to drivers/i2c
51990
51991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51992
51993 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
51994 Author: Wolfgang Denk <wd@denx.de>
51995 Date: Mon Nov 19 22:20:24 2007 +0100
51996
51997 Prepare for 1.3.0 release.
51998
51999 Signed-off-by: Wolfgang Denk <wd@denx.de>
52000
52001 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
52002 Author: Haiying Wang <Haiying.Wang@freescale.com>
52003 Date: Mon Nov 19 10:02:13 2007 -0500
52004
52005 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
52006
52007 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
52008
52009 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
52010
52011 commit f8c320609366176b31104d9bf5e295232e1c7f1d
52012 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52013 Date: Mon Nov 19 11:14:16 2007 +0900
52014
52015 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
52016
52017 lowlevel_init.S: Assembler messages:
52018 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
52019
52020 Looking at codes, the `memtest' and `clearmem' are intentional mixed
52021 use of `global symbols' and `label' for debugging purpose. To make it
52022 build, just disable global-symbols-use for now. As a result `memtest'
52023 still remains as unused, but leave it be...
52024
52025 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
52026
52027 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
52028 Author: Wolfgang Denk <wd@denx.de>
52029 Date: Mon Nov 19 12:59:14 2007 +0100
52030
52031 Fix build problems with mp2usb board
52032
52033 Signed-off-by: Wolfgang Denk <wd@denx.de>
52034
52035 commit 6bf4c686afca1e86e1c384d59218f914605713bf
52036 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52037 Date: Sun Nov 18 18:36:11 2007 +0100
52038
52039 s3c24x0: Fix usb_ohci.c missing in Makefile
52040 and usb_ohci.c warning differ in signedness
52041
52042 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52043
52044 commit 6073f61e078da5ddb521b56256bcc36508589883
52045 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52046 Date: Sun Nov 18 12:55:02 2007 +0100
52047
52048 pb1x00 board: Fix u16 status declaration when PCMCIA is defined
52049
52050 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52051
52052 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
52053 Author: Wolfgang Denk <wd@denx.de>
52054 Date: Sun Nov 18 17:11:09 2007 +0100
52055
52056 Fix compiler warnings for ARM systems.
52057
52058 Signed-off-by: Wolfgang Denk <wd@denx.de>
52059
52060 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
52061 Author: Wolfgang Denk <wd@denx.de>
52062 Date: Sun Nov 18 16:36:27 2007 +0100
52063
52064 Fix compiler warnings for PPC systems. Update CHANGELOG.
52065
52066 Signed-off-by: Wolfgang Denk <wd@denx.de>
52067
52068 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
52069 Author: Stefan Roese <sr@denx.de>
52070 Date: Sun Nov 18 14:44:44 2007 +0100
52071
52072 ppc4xx: Correct 405EX PCIe UTL register mapping
52073
52074 Map 4k mem space for UTL registers for each port.
52075
52076 Signed-off-by: Stefan Roese <sr@denx.de>
52077
52078 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
52079 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52080 Date: Sat Nov 17 11:31:10 2007 +0100
52081
52082 Fix warning differ in signedness in net/net.c and net/nfs.c
52083
52084 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
52085 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52086 Date: Sat Nov 17 20:42:45 2007 +0900
52087
52088 gth2.c: Fix a warning on gth2 build.
52089
52090 gth2.c: In function 'misc_init_r':
52091 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
52092
52093 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52094
52095 commit 2309c130aa4c84b91bd874a41269c923eb61b555
52096 Author: Stefan Roese <sr@denx.de>
52097 Date: Sat Nov 17 07:58:25 2007 +0100
52098
52099 Fix warning differ in signedness in common/cmd_scsi.c
52100
52101 Signed-off-by: Stefan Roese <sr@denx.de>
52102
52103 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
52104 Author: Stefan Roese <sr@denx.de>
52105 Date: Sat Nov 17 14:52:29 2007 +0100
52106
52107 ppc4xx: Update AMCC Kilauea config file
52108
52109 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
52110
52111 Signed-off-by: Stefan Roese <sr@denx.de>
52112
52113 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
52114 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52115 Date: Sat Nov 17 20:05:26 2007 +0900
52116
52117 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
52118
52119 Current trick to pick up GNU assembler minor version does not work with the
52120 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
52121 "(GNU Binutils) ".
52122
52123 $ sde-as --version |grep "GNU assembler"
52124 GNU assembler 2.15.94 mipssde-6.02.02-20050602
52125 $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
52126 2.15.94
52127 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
52128 15
52129 $
52130
52131 $ mips-linux-as --version |grep "GNU assembler"
52132 GNU assembler (GNU Binutils) 2.18
52133 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
52134 (GNU
52135 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
52136 (no output)
52137 $
52138
52139 As a result of above, you'll see many noises with such binutils:
52140
52141 make -C cpu/mips/
52142 /bin/sh: line 0: [: : integer expression expected
52143 /bin/sh: line 0: [: : integer expression expected
52144 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
52145 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
52146 /bin/sh: line 0: [: : integer expression expected
52147 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
52148 /bin/sh: line 0: [: : integer expression expected
52149 mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
52150 /bin/sh: line 0: [: : integer expression expected
52151
52152 This patch simplifies the trick and makes it work with both versions of gas.
52153 I also replace an expensive `awk (or gawk)' with `cut'.
52154
52155 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52156
52157 commit 16664f72850846e645616da1c0fa5afcd6d15f15
52158 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52159 Date: Sat Nov 17 20:05:26 2007 +0900
52160
52161 [MIPS] Remove useless instructions for initializing $gp.
52162
52163 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52164
52165 commit 03c031d5660ea946c39af6e2e16267da857c609f
52166 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52167 Date: Sat Oct 27 15:27:06 2007 +0900
52168
52169 [MIPS] MIPS 4K core: Coding style cleanups
52170
52171 No logical changes.
52172
52173 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52174
52175 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
52176 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52177 Date: Sat Nov 17 20:05:20 2007 +0900
52178
52179 [MIPS] gth2.c: Fix a warning on gth2 build.
52180
52181 gth2.c: In function 'misc_init_r':
52182 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
52183
52184 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52185
52186 commit 4fbd0741b2b6441da10be93e10267122581b7079
52187 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52188 Date: Sat Oct 27 15:22:33 2007 +0900
52189
52190 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
52191
52192 au1x00_eth.c: In function 'au1x00_miiphy_write':
52193 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
52194
52195 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52196
52197 commit f01320459736f156707425cf8112f98606301aa4
52198 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52199 Date: Sat Oct 27 15:00:25 2007 +0900
52200
52201 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
52202
52203 au1x00_eth.c: In function 'au1x00_enet_initialize':
52204 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
52205 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
52206 au1x00_eth.c:246: error: for each function it appears in.)
52207 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
52208 au1x00_eth.c: In function 'au1x00_miiphy_write':
52209 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
52210 make[1]: *** [au1x00_eth.o] Error 1
52211
52212 Fixed by moving these two functions forward.
52213
52214 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52215
52216 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
52217 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52218 Date: Sat Oct 27 15:00:25 2007 +0900
52219
52220 MAKEALL: Added missing pb1000 board
52221
52222 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52223
52224 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
52225 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52226 Date: Sat Oct 27 15:00:24 2007 +0900
52227
52228 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
52229
52230 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52231
52232 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
52233 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52234 Date: Sat Oct 27 15:00:24 2007 +0900
52235
52236 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
52237
52238 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52239
52240 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
52241 Author: Wolfgang Denk <wd@denx.de>
52242 Date: Sat Nov 17 02:34:38 2007 +0100
52243
52244 Update CHANGELOIG, prepare for -rc4
52245
52246 Signed-off-by: Wolfgang Denk <wd@denx.de>
52247
52248 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
52249 Author: Luotao Fu <l.fu@pengutronix.de>
52250 Date: Wed Nov 14 18:58:33 2007 +0100
52251
52252 Fix the i2c frequency and default address in rsdproto board
52253
52254 rsdproto board support has wrong I2C frequency and wrong return value
52255 handling.
52256
52257 Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
52258
52259 commit 429c180edad038f91c989cb14b478228092e7054
52260 Author: Wolfgang Denk <wd@denx.de>
52261 Date: Sat Nov 17 01:45:38 2007 +0100
52262
52263 powerpc: Backout relocation changes for MPC5121, too.
52264
52265 Apply Grant Likely's backout to MPC5121 code, too.
52266
52267 Pointed out by Rafal Jaworowski <raj@semihalf.com>
52268
52269 Signed-off-by: Wolfgang Denk <wd@denx.de>
52270
52271 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
52272 Author: Grant Likely <grant.likely@secretlab.ca>
52273 Date: Tue Nov 13 22:18:33 2007 -0700
52274
52275 powerpc: Backout relocation changes.
52276
52277 Ugh. I *hate* to back this change out, but these compiler flags don't
52278 work for relocation on all versions of GCC. I've not been able to
52279 reproduce the environment in my setup (and hence, not been able to
52280 find a combination that *does* work), so I've got no choice but to go
52281 back to the old gcc flags and linker script.
52282
52283 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52284
52285 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
52286 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52287 Date: Tue Nov 13 09:11:05 2007 +0100
52288
52289 Fixed mips_io_port_base build errors.
52290
52291 This patch has been sent on:
52292 - 29 Sep 2007
52293
52294 Although mips_io_port_base is currently a part of IDE command, it is quite
52295 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
52296 it to MIPS general part, and introduce `set_io_port_base()' from Linux.
52297
52298 This patch is triggered by multiple definition of `mips_io_port_base' build
52299 error on gth2 (and tb0229 also needs this fix.)
52300
52301 board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
52302 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
52303 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
52304 make: *** [u-boot] Error 1
52305
52306 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52307 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52308
52309 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
52310 Author: Wolfgang Denk <wd@denx.de>
52311 Date: Sat Nov 17 01:30:40 2007 +0100
52312
52313 Fix a bug in the slave serial programming mode for the Xilinx
52314 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
52315 the most significant bit was set, which did not work on any
52316 architecture where "char" defaulted to be an unsigned type.
52317
52318 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
52319
52320 Signed-off-by: Wolfgang Denk <wd@denx.de>
52321
52322 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
52323 Author: Jon Loeliger <jdl@freescale.com>
52324 Date: Thu Nov 1 12:23:29 2007 -0500
52325
52326 86xx: Fix broken variable reference when #def DEBUGing.
52327
52328 Sometimes you can't reference the DDR2 controller variables.
52329
52330 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52331
52332 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
52333 Author: Jason Jin <Jason.jin@freescale.com>
52334 Date: Fri Oct 26 18:32:00 2007 +0800
52335
52336 make 8610 board use pixis reset
52337
52338 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52339
52340 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
52341 Author: Jason Jin <Jason.jin@freescale.com>
52342 Date: Mon Oct 29 19:26:21 2007 +0800
52343
52344 Unify pixis_reset altbank across board families
52345
52346 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
52347 into the separate board config files.
52348
52349 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52350 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52351
52352 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
52353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52354 Date: Wed Nov 7 08:19:21 2007 +0100
52355
52356 Fix warning: pointer targets in assignment differ in signedness
52357
52358 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52359
52360 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
52361 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52362 Date: Wed Nov 7 08:19:19 2007 +0100
52363
52364 Fix warning differ in signedness in common/cmd_ide.c
52365
52366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52367
52368 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
52369 Author: Stefan Roese <sr@denx.de>
52370 Date: Fri Nov 16 14:16:54 2007 +0100
52371
52372 ppc4xx: Enable 405EX PCIe UTL register configuration
52373
52374 Till now the UTL registers on 405EX were not initialized but left with
52375 their default values. This patch new initializes some of the UTL
52376 registers on 405EX.
52377
52378 Signed-off-by: Stefan Roese <sr@denx.de>
52379
52380 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
52381 Author: Stefan Roese <sr@denx.de>
52382 Date: Fri Nov 16 14:00:59 2007 +0100
52383
52384 ppc4xx: Update AMCC Makalu for board rev 1.1
52385
52386 This patch adds changes needed for Makalu rev 1.1:
52387
52388 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
52389 - Enable 2nd ethernet port EMAC1
52390 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
52391 - Reset PCIe ports via GPIO upon bootup
52392
52393 Signed-off-by: Stefan Roese <sr@denx.de>
52394
52395 commit 4d4faae65e115e327425cd514c1a35146a85166b
52396 Author: Grant Likely <grant.likely@secretlab.ca>
52397 Date: Mon Sep 24 09:05:31 2007 -0600
52398
52399 Group PCI and PCMCIA drivers in drivers/Makefile
52400
52401 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52402
52403 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
52404 Author: Grant Likely <grant.likely@secretlab.ca>
52405 Date: Mon Sep 24 09:05:31 2007 -0600
52406
52407 Group block/flash drivers in drivers/Makefile
52408
52409 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52410
52411 commit df58c81551700f058b44cacf55a7997fa63bfe0a
52412 Author: Grant Likely <grant.likely@secretlab.ca>
52413 Date: Mon Sep 24 09:05:31 2007 -0600
52414
52415 Group USB drivers in drivers/Makefile
52416
52417 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52418
52419 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
52420 Author: Grant Likely <grant.likely@secretlab.ca>
52421 Date: Mon Sep 24 09:05:30 2007 -0600
52422
52423 Group i2c drivers in drivers/Makefile
52424
52425 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52426
52427 commit ec00c76de0e5971273905998d62d6bb119324218
52428 Author: Grant Likely <grant.likely@secretlab.ca>
52429 Date: Mon Sep 24 09:05:30 2007 -0600
52430
52431 Group console drivers in drivers/Makefile
52432
52433 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52434
52435 commit 754f230aa01b8c789fc31f8013c2487954073300
52436 Author: Grant Likely <grant.likely@secretlab.ca>
52437 Date: Mon Sep 24 09:05:30 2007 -0600
52438
52439 Group network drivers in drivers/Makefile
52440
52441 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52442
52443 commit f0037c56b0d12cd46215124667b9f83d60ef9391
52444 Author: Grant Likely <grant.likely@secretlab.ca>
52445 Date: Mon Sep 24 09:05:30 2007 -0600
52446
52447 Build: split COBJS value into multiple lines
52448
52449 This change is in preparation for condtitionial compile support in the
52450 build system. By spliting them all into seperate lines now, subsequent
52451 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
52452 be less invasive and easier to review
52453
52454 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52455
52456 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
52457 Author: Grant Likely <grant.likely@secretlab.ca>
52458 Date: Mon Sep 24 09:05:30 2007 -0600
52459
52460 Add .gitignore files
52461
52462 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52463 Acked-by: Kim Phillips <kim.phillips@freescale.com>
52464
52465 commit 955413f35f054a82e40042f1dbcf501c6a05719b
52466 Author: Grant Likely <grant.likely@secretlab.ca>
52467 Date: Thu Nov 15 08:27:52 2007 -0700
52468
52469 Revert "Correct relocation fixup for mpc5xx"
52470
52471 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
52472 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52473
52474 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
52475 Author: Grant Likely <grant.likely@secretlab.ca>
52476 Date: Thu Nov 15 08:24:32 2007 -0700
52477
52478 Revert "Correct fixup relocation for MPC5xxx"
52479
52480 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
52481 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52482
52483 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
52484 Author: Grant Likely <grant.likely@secretlab.ca>
52485 Date: Thu Nov 15 08:21:04 2007 -0700
52486
52487 Revert "Correct fixup relocation for mpc8220"
52488
52489 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
52490 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52491
52492 commit 70922342369e5e39b286fe21e768a239ca07a514
52493 Author: Grant Likely <grant.likely@secretlab.ca>
52494 Date: Thu Nov 15 08:20:57 2007 -0700
52495
52496 Revert "Correct fixup relocation for mpc824x"
52497
52498 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
52499 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52500
52501 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
52502 Author: Grant Likely <grant.likely@secretlab.ca>
52503 Date: Thu Nov 15 08:20:50 2007 -0700
52504
52505 Revert "Correct fixup relocation for mpc8260"
52506
52507 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
52508 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52509
52510 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
52511 Author: Grant Likely <grant.likely@secretlab.ca>
52512 Date: Thu Nov 15 08:20:43 2007 -0700
52513
52514 Revert "Correct fixup relocation for mpc83xx"
52515
52516 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
52517 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52518
52519 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
52520 Author: Grant Likely <grant.likely@secretlab.ca>
52521 Date: Thu Nov 15 08:20:25 2007 -0700
52522
52523 Revert "[MPC512x] Correct fixup relocation"
52524
52525 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
52526 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52527
52528 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
52529 Author: Stefan Roese <sr@denx.de>
52530 Date: Thu Nov 15 14:25:09 2007 +0100
52531
52532 ppc4xx: Small AMCC Kilauea cleanup
52533
52534 Remove not needed pci_target_init() function.
52535
52536 Signed-off-by: Stefan Roese <sr@denx.de>
52537
52538 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
52539 Author: Stefan Roese <sr@denx.de>
52540 Date: Thu Nov 15 14:23:55 2007 +0100
52541
52542 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
52543
52544 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
52545 - Cleanup of the 4xx GPIO functions
52546 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
52547
52548 Signed-off-by: Stefan Roese <sr@denx.de>
52549
52550 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
52551 Author: Stefan Roese <sr@denx.de>
52552 Date: Thu Nov 15 14:20:08 2007 +0100
52553
52554 ppc4xx: AMCC Taihu board config file cleanup
52555
52556 This patch makes the AMCC Taihu a little more compatible to the other
52557 AMCC eval boards.
52558
52559 Signed-off-by: Stefan Roese <sr@denx.de>
52560
52561 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
52562 Author: Marian Balakowicz <m8@semihalf.com>
52563 Date: Thu Nov 15 13:37:28 2007 +0100
52564
52565 [INKA4x0] NG hardware: flash support
52566
52567 Disabled and remove inka4x0 custom flash driver, use CFI flash
52568 driver instead.
52569
52570 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52571
52572 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
52573 Author: Marian Balakowicz <m8@semihalf.com>
52574 Date: Thu Nov 15 13:29:55 2007 +0100
52575
52576 [INKA4x0] NG hardware: SDRAM support
52577
52578 Add support for three new DDR chips that may be present on a NG
52579 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
52580
52581 Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
52582
52583 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52584
52585 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
52586 Author: Marian Balakowicz <m8@semihalf.com>
52587 Date: Thu Nov 15 13:24:43 2007 +0100
52588
52589 [INKA4x0] NG hardware: platform code update
52590
52591 - Cleanup compile warnings.
52592 - Add missing '\0' in default environment.
52593 - Increase CFG_MONITOR_LEN to 256 KiB.
52594 - Add required CFG_USE_PPCENV.
52595
52596 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
52597
52598 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
52599 Author: Peter Pearse <peter.pearse@arm.com>
52600 Date: Thu Nov 15 08:58:00 2007 +0000
52601
52602 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
52603 Remove warnings re onenand_read() & write()
52604
52605 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
52606 Author: Peter Pearse <peter.pearse@arm.com>
52607 Date: Thu Nov 15 08:45:13 2007 +0000
52608
52609 Correction patch
52610
52611 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
52612 Author: Roy Zang <tie-fei.zang@freescale.com>
52613 Date: Thu Sep 13 18:52:28 2007 +0800
52614
52615 Enable ULi1575 Ethernet support in 8610HPCD config
52616
52617 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52618 Acked-by: Jon Loeliger <jdl@freescale.com>
52619
52620 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
52621 Author: Stefan Roese <sr@denx.de>
52622 Date: Tue Nov 13 08:18:20 2007 +0100
52623
52624 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
52625
52626 Signed-off-by: Stefan Roese <sr@denx.de>
52627
52628 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
52629 Author: Stefan Roese <sr@denx.de>
52630 Date: Tue Nov 13 08:06:11 2007 +0100
52631
52632 ppc4xx: Fix 405EX PCIe UTLSET register setup
52633
52634 Signed-off-by: Stefan Roese <sr@denx.de>
52635
52636 commit 1ce55151c85d068f70317a8d65c61058b891afb4
52637 Author: Heiko Schocher <hs@denx.de>
52638 Date: Tue Nov 13 07:50:29 2007 +0100
52639
52640 [UC101] SRAM now with 2 MB working.
52641
52642 Signed-off-by: Heiko Schocher <hs@denx.de>
52643
52644 commit 2d14684341109a69616e4d6016cd61402d55086f
52645 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52646 Date: Fri Nov 9 15:37:53 2007 +0100
52647
52648 ppc4xx: Use generic usb-ohci driver for sequoia board
52649
52650 This patch makes the sequoia board use the generic usb-ohci driver
52651 instead of cpu/ppc4xx/usb_ohci.c.
52652
52653 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52654 Signed-off-by: Stefan Roese <sr@denx.de>
52655
52656 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
52657 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52658 Date: Fri Nov 9 15:37:23 2007 +0100
52659
52660 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
52661
52662 This patch disables the 44x d-cache on 'usb start' and
52663 reenables it on 'usb stop'. This should be seen as a
52664 temporary fix until the generic usb-ohci driver can
52665 life with d-cache enabled.
52666
52667 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52668 Signed-off-by: Stefan Roese <sr@denx.de>
52669
52670 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
52671 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52672 Date: Fri Nov 9 15:36:44 2007 +0100
52673
52674 ppc4xx: Remove redundant code from 4xx network driver
52675
52676 This patch removes some redundant code and decrements the end
52677 address of cache flush and invalidate by 1.
52678
52679 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
52680 Signed-off-by: Stefan Roese <sr@denx.de>
52681
52682 commit 5ca9881aad8c413ac2a82868a5e3719178254502
52683 Author: Peter Pearse <peter.pearse@arm.com>
52684 Date: Fri Nov 9 15:24:26 2007 +0000
52685
52686 Add apollon board support
52687 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
52688
52689 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
52690 Author: Stefan Roese <sr@denx.de>
52691 Date: Fri Nov 9 12:19:58 2007 +0100
52692
52693 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
52694
52695 Signed-off-by: Stefan Roese <sr@denx.de>
52696
52697 commit c7f69c340277935a6c19a956421852da944a365f
52698 Author: Stefan Roese <sr@denx.de>
52699 Date: Fri Nov 9 12:18:54 2007 +0100
52700
52701 ppc4xx: Make output a little shorter on I2C bootrom detection
52702
52703 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
52704 already print a line with the information which I2C bootrom is
52705 used for bootstrap configuration. So we don't need this extra line
52706 with "I2C boot EEPROM en-/dis-abled".
52707
52708 This patch also has a little code cleanup integrated.
52709
52710 Signed-off-by: Stefan Roese <sr@denx.de>
52711
52712 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
52713 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52714 Date: Thu Nov 8 12:50:18 2007 -0600
52715
52716 ColdFire: MCF5329 - Remove reset registers from CCM
52717
52718 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52719
52720 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
52721 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52722 Date: Thu Nov 8 12:31:11 2007 -0600
52723
52724 ColdFire: MCF5329 - Add Reset structure to immap_5329.h
52725
52726 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52727
52728 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
52729 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52730 Date: Thu Nov 8 12:19:01 2007 -0600
52731
52732 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
52733
52734 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52735
52736 commit 225a24b5e062ad94627424508ae814f51dbe1a34
52737 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52738 Date: Wed Nov 7 18:00:54 2007 -0600
52739
52740 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
52741
52742 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52743
52744 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
52745 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52746 Date: Wed Nov 7 17:56:15 2007 -0600
52747
52748 ColdFire: MCF532x - Update do_reset() using core reset
52749
52750 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52751
52752 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
52753 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52754 Date: Wed Nov 7 17:51:00 2007 -0600
52755
52756 ColdFire: Update cpu flag for 4.2-xx compiler
52757
52758 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
52759
52760 commit 070ba56115b4da63b46e974287fa4550d4023386
52761 Author: York Sun <yorksun@freescale.com>
52762 Date: Wed Oct 31 14:59:04 2007 -0500
52763
52764 8610: Add console frame buffer support to FSL 8610 DIU driver.
52765
52766 Add cfb console support to FSL 8610 DIU driver.
52767 Inspect board version from PIXIS to obtain correct pixel format.
52768
52769 Use #define CONFIG_VIDEO in config file to enable fb console.
52770
52771 To switch monitor, set monitor variable to
52772 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
52773 followed by "diufb init".
52774
52775 Preserve logo bitmap at the top of the fb console.
52776
52777 Signed-off-by: York Sun <yorksun@freescale.com>
52778 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52779
52780 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
52781 Author: York Sun <yorksun@freescale.com>
52782 Date: Mon Oct 29 13:58:39 2007 -0500
52783
52784 8610: Add 8610 DIU display driver
52785
52786 1280x1024 and 1024x768 @ 32 bpp are supported now.
52787 DVI, Single-link LVDS, Double-link LVDS are all supported.
52788
52789 Environmental variable "monitor" is used to specify monitor port.
52790
52791 A new command "diufb" is introduced to reinitialize monitor
52792 and display a BMP file in the memory. So far, 1-bit, 4-bit,
52793 8-bit and 24-bit BMP formats are supported.
52794
52795 diufb init
52796 - initialize the diu driver
52797 Enable the port specified in the environmental variable "monitor"
52798
52799 diufb addr
52800 - display bmp file in memory.
52801 The bmp image should be no bigger than the resolution, 1280x1024
52802 for DVI and double-link LVDS, 1024x768 for single-link LVDS.
52803
52804 Note, this driver allocate memory but doesn't free it after use
52805 It is written on purpose -- to avoid a failure of reallocation
52806 due to memory fragement.
52807
52808 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
52809
52810 Signed-off-by: York Sun <yorksun@freescale.com>
52811 Signed-off-by: Jon loeliger <jdl@freescale.com>
52812
52813 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
52814 Author: York Sun <yorksun@freescale.com>
52815 Date: Wed Oct 31 10:43:59 2007 -0500
52816
52817 FSL: Add a freescale bitmap logo.
52818
52819 This Freescale logo is a 340 x 128 x 4bpp BMP file
52820 that can be displayed by the DIU Framebuffer driver.
52821
52822 Signed-off-by: York Sun <yorksun@freescale.com>
52823 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52824
52825 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
52826 Author: York Sun <yorksun@freescale.com>
52827 Date: Mon Oct 29 13:57:53 2007 -0500
52828
52829 8610: Make some extra debug environment variables conditional.
52830
52831 One may #define ENV_DEBUG to get them back again.
52832
52833 Signed-off-by: York Sun <yorksun@freescale.com>
52834
52835 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
52836 Author: Jason Jin <Jason.jin@freescale.com>
52837 Date: Mon Oct 29 19:26:21 2007 +0800
52838
52839 8610: Actually enable pixis_reset CONFIGs
52840
52841 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52842
52843 commit f3bceaab230b4748d0afc4109b6837308f018b40
52844 Author: Jason Jin <Jason.jin@freescale.com>
52845 Date: Fri Oct 26 18:31:59 2007 +0800
52846
52847 Fix the BAT definition of PCI IO on 8610 board
52848
52849 The address in the BAT register is aligned with the BAT size.
52850 The original definition actually did not define BAT for PCIE2 IO.
52851 This patch fix this.
52852
52853 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52854
52855 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
52856 Author: Jason Jin <Jason.jin@freescale.com>
52857 Date: Mon Oct 29 19:26:21 2007 +0800
52858
52859 Unify pixis_reset altbank across board families
52860
52861 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
52862 into the separate board config files.
52863
52864 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52865 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52866
52867 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
52868 Author: Jason Jin <Jason.jin@freescale.com>
52869 Date: Fri Oct 26 18:32:00 2007 +0800
52870
52871 make 8610 board use pixis reset
52872
52873 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
52874
52875 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
52876 Author: Jon Loeliger <jdl@freescale.com>
52877 Date: Thu Nov 1 12:23:29 2007 -0500
52878
52879 86xx: Fix broken variable reference when #def DEBUGing.
52880
52881 Sometimes you can't reference the DDR2 controller variables.
52882
52883 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52884
52885 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
52886 Author: Roy Zang <tie-fei.zang@freescale.com>
52887 Date: Mon Nov 5 17:39:24 2007 +0800
52888
52889 Implement general ULi 526x Ethernet driver support in U-boot
52890
52891 This patch implements general ULi 526x Ethernet driver.
52892 Until now, it is the only native Ethernet port on
52893 MPC8610HPCD board, but it could be used on other boards
52894 with ULi 526x Ethernet port as well.
52895
52896 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52897 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
52898 Acked-by: Jon Loeliger <jdl@freescale.com>
52899 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52900
52901 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
52902 Author: Larry Johnson <lrj@arlinx.com>
52903 Date: Thu Nov 1 08:46:50 2007 -0500
52904
52905 NET: Add Ethernet 1000BASE-X support for PPC4xx
52906
52907 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
52908 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
52909 returns non-zero iff the PHY registers are configured for 1000BASE-X. The
52910 "mii info" command is modified to distinguish between 1000BASE-T and -X.
52911
52912 Signed-off-by: Larry Johnson <lrj@acm.org>
52913 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52914
52915 commit 298035df4948b113d29ac0e694717d34b95bc5dc
52916 Author: Larry Johnson <lrj@arlinx.com>
52917 Date: Wed Oct 31 11:21:29 2007 -0500
52918
52919 NET: Cosmetic changes
52920
52921 Signed-off-by: Larry Johnson <lrj@acm.org>
52922 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52923
52924 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
52925 Author: Stefan Roese <sr@denx.de>
52926 Date: Mon Nov 5 07:43:05 2007 +0100
52927
52928 ppc4xx: Make output a little shorter on PCIe detection
52929
52930 Now not max 3 lines but 2 lines are printed per PCIe port.
52931
52932 Signed-off-by: Stefan Roese <sr@denx.de>
52933
52934 commit 992742a5b09d9040adbd156fb90756af66ade310
52935 Author: Wolfgang Denk <wd@denx.de>
52936 Date: Sat Nov 3 23:09:27 2007 +0100
52937
52938 Cleanup coding style; update CHANGELOG
52939
52940 Signed-off-by: Wolfgang Denk <wd@denx.de>
52941
52942 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
52943 Author: Bruce Adler <bruce.adler@ccpu.com>
52944 Date: Fri Nov 2 13:15:42 2007 -0700
52945
52946 fix wording in README
52947
52948 Changed the wording to properly describe the shadowing
52949 of the environment from ROM to RAM
52950
52951 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
52952
52953 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
52954 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52955 Date: Wed Oct 31 02:18:15 2007 +0900
52956
52957 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
52958
52959 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52960
52961 commit ec22755799466c8a103664bb3a5e647bf9c238f4
52962 Author: Vlad Lungu <vlad@comsys.ro>
52963 Date: Thu Oct 25 16:08:14 2007 +0300
52964
52965 Trimmed some variables in ne2000.c
52966
52967 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
52968
52969 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
52970 Author: Zhang Wei <wei.zhang@freescale.com>
52971 Date: Thu Oct 25 17:51:27 2007 +0800
52972
52973 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
52974
52975 The scan code of the key 'z' is 0x1d, which should be handled.
52976
52977 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
52978 controller.
52979
52980 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
52981
52982 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
52983 Author: Zhang Wei <wei.zhang@freescale.com>
52984 Date: Thu Oct 25 17:30:04 2007 +0800
52985
52986 Fix USB support issue for MPC8641HPCN board.
52987
52988 The configuration file has already enabled USB, but it
52989 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
52990 on MPC8641HPCN can not work because of the wrong USB
52991 register endian.
52992
52993 And add the USB command to U-Boot commands list.
52994
52995 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
52996
52997 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
52998 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52999 Date: Wed Oct 24 18:16:01 2007 +0200
53000
53001 Use config_cmd_default.h instead of config_cmd_all.h
53002
53003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53004
53005 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
53006 Author: Marian Balakowicz <m8@semihalf.com>
53007 Date: Wed Oct 24 01:37:36 2007 +0200
53008
53009 TQM5200: Call usb_cpu_init() during board init
53010
53011 usb_cpu_init() configures GPS USB pins, clocks, etc. and
53012 is required for proper operation of kernel USB subsystem.
53013 This setup was previously done in the kernel by the fixup
53014 code which is being removed, thus low level init must be
53015 done by U-boot now.
53016
53017 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53018
53019 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
53020 Author: Guennadi Liakhovetski <lg@denx.de>
53021 Date: Tue Oct 23 16:25:50 2007 +0200
53022
53023 Fix typo in nfs.c
53024
53025 An obvious typo. Originally fixed in linkstation u-boot port.
53026
53027 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
53028
53029 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
53030 Author: Guennadi Liakhovetski <lg@denx.de>
53031 Date: Tue Oct 23 14:35:05 2007 +0200
53032
53033 Fix a typo in cpu/mpc824x/interrupts.c
53034
53035 Since December 2003 the timer_interrupt_cpu() function in
53036 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
53037 parameter. Remove it.
53038
53039 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
53040
53041 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
53042 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
53043 Date: Wed Oct 17 11:13:51 2007 +0200
53044
53045 add ft_cpu_setup(..) on mpc8260
53046
53047 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
53048 based on code from mpc5xxx
53049
53050 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
53051 --
53052
53053 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
53054 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
53055 Date: Wed Oct 17 11:18:42 2007 +0200
53056
53057 changes for IDS8247 board support
53058
53059 To get the IDS8247 board working following are done:
53060 - FCC2 is deactivated
53061 - FCC1 is activated
53062 - I2C is activated
53063 - CFI driver is activated
53064 - Adapted for use with LIBFDT
53065
53066 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
53067 --
53068
53069 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
53070 Author: Stefan Roese <sr@denx.de>
53071 Date: Sat Nov 3 12:08:28 2007 +0100
53072
53073 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
53074
53075 This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
53076 Again, only one image supports both targets.
53077
53078 Signed-off-by: Stefan Roese <sr@denx.de>
53079
53080 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
53081 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53082 Date: Wed Oct 24 15:48:37 2007 +0200
53083
53084 ATSTK1002: Remove default ethernet addresses
53085
53086 Wolfgang is right: It's not a good idea to set up default initial
53087 ethernet addresses for a board, even though they belong to the local
53088 range.
53089
53090 This will change the failure mode from "IT manager screams at you for
53091 using duplicate ethernet addresses" to a nice error message explaining
53092 that the ethernet address hasn't been set properly.
53093
53094 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53095
53096 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
53097 Author: Justin Flammia <jflammia@savantav.com>
53098 Date: Mon Oct 29 17:40:35 2007 -0400
53099
53100 DHCP Client Fix
53101
53102 This is a multi-part message in MIME format.
53103
53104 commit e6e505eae94ed721e123e177489291fc4544b7b8
53105 Author: Justin Flammia <jflammia@savantav.com>
53106 Date: Mon Oct 29 17:19:03 2007 -0400
53107
53108 Found a bug in the way the DHCP Request packet is built, where the IP address
53109 that is offered by the server is bound to prematurely. This patch is a fix of
53110 that bug where the IP address offered by the DHCP server is not used until
53111 after the DHCP ACK from the server is received.
53112
53113 Signed-off-by: Justin Flammia <jflammia@savantav.com>
53114 Signed-off-by: Ben Warren <bwarren@qstreams.com>
53115
53116 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
53117 Author: Stefan Roese <sr@denx.de>
53118 Date: Wed Oct 31 20:58:34 2007 +0100
53119
53120 ppc4xx: Fix acadia_nand build problem
53121
53122 Since the cache handling functions were moved from start.S into cache.S
53123 the acadia NAND booting Makfile needs to be adapted accordingly.
53124
53125 Signed-off-by: Stefan Roese <sr@denx.de>
53126
53127 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
53128 Author: Stefan Roese <sr@denx.de>
53129 Date: Wed Oct 31 20:57:11 2007 +0100
53130
53131 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
53132
53133 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
53134 and to the Sequoia TLB init code. Now the cache can be enabled on 44x
53135 boards by defining CONFIG_4xx_DCACHE in the board config file. This
53136 option will disappear, when more boards use is successfully and no
53137 more known problems exist.
53138
53139 This is tested successfully on Sequoia and Katmai. The only problem that
53140 needs to be fixed is, that USB is not working on Sequoia right now, since
53141 it will need some cache handling code too, similar to the 4xx EMAC driver.
53142
53143 Signed-off-by: Stefan Roese <sr@denx.de>
53144
53145 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
53146 Author: Stefan Roese <sr@denx.de>
53147 Date: Wed Oct 31 20:51:10 2007 +0100
53148
53149 ppc4xx: Enable CPU POST test for 4xx with dcache enabled
53150
53151 Now with caches enabled (i- and d-cache) on 44x, we need a chance to
53152 disable the cache for the CPU POST tests, since these tests consist
53153 of self modifying code. This is done via the new change_tlb() function.
53154
53155 Signed-off-by: Stefan Roese <sr@denx.de>
53156
53157 commit f71b2888b4b3c870909a0341427b2a914246f81f
53158 Author: Stefan Roese <sr@denx.de>
53159 Date: Wed Oct 31 20:47:26 2007 +0100
53160
53161 ppc4xx: Change 4xx POST ethernet test to handle cached memory too
53162
53163 This patch enables the 4xx EMAC POST driver to work too, when dcache is
53164 enabled.
53165
53166 Signed-off-by: Stefan Roese <sr@denx.de>
53167
53168 commit a2685904061b35a17583d65fe47cdc2686a69eaa
53169 Author: Stefan Roese <sr@denx.de>
53170 Date: Wed Oct 31 20:45:53 2007 +0100
53171
53172 ppc4xx: Remove temporary TLB entry in POST cache test only for 440
53173
53174 Signed-off-by: Stefan Roese <sr@denx.de>
53175
53176 commit ff768cb168d8157c24a25016dbfbeb465e47f420
53177 Author: Stefan Roese <sr@denx.de>
53178 Date: Wed Oct 31 18:01:24 2007 +0100
53179
53180 ppc4xx: Change 4xx ethernet driver to handle cached memory too
53181
53182 This patch enables the 4xx EMAC driver to work too, when dcache is
53183 enabled.
53184
53185 Signed-off-by: Stefan Roese <sr@denx.de>
53186
53187 commit 483e09a223c666269ef81d3573a6591b1046b0ef
53188 Author: Stefan Roese <sr@denx.de>
53189 Date: Wed Oct 31 17:59:22 2007 +0100
53190
53191 ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
53192
53193 This function is used to either turn cache on or off in a specific
53194 memory area.
53195
53196 Signed-off-by: Stefan Roese <sr@denx.de>
53197
53198 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
53199 Author: Stefan Roese <sr@denx.de>
53200 Date: Wed Oct 31 17:57:52 2007 +0100
53201
53202 ppc4xx: Remove cache definition from 4xx board config files
53203
53204 All 4xx board config files don't need the cache definitions anymore.
53205 These are now defined in common headers.
53206
53207 Signed-off-by: Stefan Roese <sr@denx.de>
53208
53209 commit 9b94ac61d2176185c30adf0793e079ec30e68687
53210 Author: Stefan Roese <sr@denx.de>
53211 Date: Wed Oct 31 17:55:58 2007 +0100
53212
53213 ppc4xx: Rework 4xx cache support
53214
53215 New cache handling functions added and all existing functions
53216 moved from start.S into seperate cache.S.
53217
53218 Signed-off-by: Stefan Roese <sr@denx.de>
53219
53220 commit 06713773da4ac3d390c63d82641eb553224b27c2
53221 Author: Stefan Roese <sr@denx.de>
53222 Date: Tue Oct 23 18:03:12 2007 +0200
53223
53224 ppc4xx: Remove compiler warning from previous commit
53225
53226 Signed-off-by: Stefan Roese <sr@denx.de>
53227
53228 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
53229 Author: Stefan Roese <sr@denx.de>
53230 Date: Tue Oct 23 14:40:30 2007 +0200
53231
53232 ppc4xx: Remove temporary TLB entry in POST cache test
53233
53234 Signed-off-by: Stefan Roese <sr@denx.de>
53235
53236 commit 1338e6a81834099ba19733b69aafd8ef5f098094
53237 Author: Stefan Roese <sr@denx.de>
53238 Date: Tue Oct 23 14:05:08 2007 +0200
53239
53240 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
53241
53242 I lately noticed, that newer 4xx board with GBit support sometimes don't
53243 finish link autonegotiation in 4 seconds. Changing this timeout to 5
53244 seconds seems fine here.
53245
53246 Signed-off-by: Stefan Roese <sr@denx.de>
53247
53248 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
53249 Author: Stefan Roese <sr@denx.de>
53250 Date: Tue Oct 23 14:03:17 2007 +0200
53251
53252 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
53253
53254 This patch changes all in32/out32 calls to use the recommended in_be32/
53255 out_be32 macros instead.
53256
53257 Signed-off-by: Stefan Roese <sr@denx.de>
53258
53259 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
53260 Author: Stefan Roese <sr@denx.de>
53261 Date: Thu Oct 25 12:24:59 2007 +0200
53262
53263 ppc4xx: Fix POST ethernet test for Haleakala
53264
53265 The POST ethernet test needed to be changed to dynamically determine
53266 the count of ethernet devices. This code is cloned from the 4xx
53267 ethernet driver.
53268
53269 Signed-off-by: Stefan Roese <sr@denx.de>
53270
53271 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
53272 Author: Stefan Roese <sr@denx.de>
53273 Date: Tue Oct 23 11:31:05 2007 +0200
53274
53275 ppc4xx: Correct UART input clock calculation and passing to fdt
53276
53277 We now use a value in the gd (global data) structure for the UART input
53278 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
53279 in get_sys_info().
53280
53281 Signed-off-by: Stefan Roese <sr@denx.de>
53282
53283 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
53284 Author: Stefan Roese <sr@denx.de>
53285 Date: Tue Oct 23 10:10:08 2007 +0200
53286
53287 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
53288
53289 The Haleakala is nearly identical with the Kilauea eval board. The only
53290 difference is that the 405EXr only supports one EMAC and one PCIe
53291 interface. This patch adds support for the Haleakala board by using
53292 the identical image for Kilauea and Haleakala. The distinction is done
53293 by comparing the PVR.
53294
53295 Signed-off-by: Stefan Roese <sr@denx.de>
53296
53297 commit 9f798766aa85e62eb8fa8c721e148df609b78137
53298 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
53299 Date: Tue Oct 23 08:29:10 2007 +0200
53300
53301 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
53302
53303 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
53304
53305 Note:
53306 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
53307 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
53308 modules are still plugged in. So it is recommended to remove the DIMM
53309 modules while using the NAND booting code with the fixed SDRAM setup!
53310
53311 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
53312 Signed-off-by: Stefan Roese <sr@denx.de>
53313
53314 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
53315 Author: Stefan Roese <sr@denx.de>
53316 Date: Mon Oct 22 16:24:44 2007 +0200
53317
53318 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
53319
53320 Signed-off-by: Stefan Roese <sr@denx.de>
53321
53322 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
53323 Author: Stefan Roese <sr@denx.de>
53324 Date: Mon Oct 22 16:22:40 2007 +0200
53325
53326 ppc4xx: Rework of 4xx serial driver (4)
53327
53328 Change 4xx_uart.c:
53329
53330 - Use in_8/out_8 macros instead of in8/out8
53331 - No need for UART_BASE marco anymore, now really handled via function
53332 parameter
53333 - serial_init_common() introduced
53334 - Further coding style cleanup
53335
53336 Signed-off-by: Stefan Roese <sr@denx.de>
53337
53338 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
53339 Author: Stefan Roese <sr@denx.de>
53340 Date: Mon Oct 22 15:45:49 2007 +0200
53341
53342 ppc4xx: Rework of 4xx serial driver (3)
53343
53344 Change all linker scripts to reference the changed driver name iop480_uart.o.
53345
53346 Signed-off-by: Stefan Roese <sr@denx.de>
53347
53348 commit 882ae41274921f9016131806bdeb27e19606f47a
53349 Author: Stefan Roese <sr@denx.de>
53350 Date: Mon Oct 22 15:44:39 2007 +0200
53351
53352 ppc4xx: Rework of 4xx serial driver (2)
53353
53354 Change all linker scripts to reference the changed driver name 4xx_uart.o.
53355
53356 Note: In most cased all these explicit referencing of these object files
53357 in the linker scripts is not neccessary. Only for manually embedded
53358 environment into the U-Boot image, which is not done is most cases.
53359
53360 Signed-off-by: Stefan Roese <sr@denx.de>
53361
53362 commit ad31e40bed042cb670d0036fea96435007afb838
53363 Author: Stefan Roese <sr@denx.de>
53364 Date: Mon Oct 22 15:09:59 2007 +0200
53365
53366 ppc4xx: Rework of 4xx serial driver (1)
53367
53368 This patch starts the rework of the PPC4xx serial driver. First we split
53369 the file into two seperate files, one 4xx_uart.c with the 405/440 UART
53370 handling code and the other one iop480_uart.c with the UART code for the
53371 PLX-Tech IOP480 PPC (PPC403 based).
53372
53373 Signed-off-by: Stefan Roese <sr@denx.de>
53374
53375 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
53376 Author: Stefan Roese <sr@denx.de>
53377 Date: Mon Oct 22 10:30:38 2007 +0200
53378
53379 ppc4xx: Correct UART input clock calculation and passing to fdt
53380
53381 Signed-off-by: Stefan Roese <sr@denx.de>
53382
53383 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
53384 Author: Stefan Roese <sr@denx.de>
53385 Date: Mon Oct 22 07:34:34 2007 +0200
53386
53387 ppc4xx: Add initial AMCC Makalu 405EX support
53388
53389 Signed-off-by: Stefan Roese <sr@denx.de>
53390
53391 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
53392 Author: Stefan Roese <sr@denx.de>
53393 Date: Mon Oct 22 07:33:52 2007 +0200
53394
53395 ppc4xx: Add freqUART to CPU speed detection
53396
53397 This value is needed later for the device tree configuration of
53398 the uart clock.
53399
53400 Signed-off-by: Stefan Roese <sr@denx.de>
53401
53402 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
53403 Author: Stefan Roese <sr@denx.de>
53404 Date: Sun Oct 21 14:26:29 2007 +0200
53405
53406 ppc: Small Kilauea cleanup of config file
53407
53408 Signed-off-by: Stefan Roese <sr@denx.de>
53409
53410 commit 758c037aeead34b49631b8da3a90b1bba14c0410
53411 Author: Stefan Roese <sr@denx.de>
53412 Date: Sun Oct 21 08:16:12 2007 +0200
53413
53414 rtc: Add Xicor/Intersil X1205 RTC support
53415
53416 This patch adds support for the Xicor/Intersil X1205 RTC used on the
53417 AMCC Makalu eval board. This driver is basically cloned from the Linux
53418 driver version (2.6.23).
53419
53420 This patch also introduces the Linux bcd.h header for the BCD2BIN/
53421 BIN2BCD conversions. In the future some of the other U-Boot RTC driver
53422 should be converted to also use this header instead of implementing
53423 their own local copy of these functions/macros.
53424
53425 Signed-off-by: Stefan Roese <sr@denx.de>
53426
53427 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
53428 Author: Stefan Roese <sr@denx.de>
53429 Date: Sun Oct 21 08:12:41 2007 +0200
53430
53431 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
53432
53433 This patch moves some common 4xx macros and the PPC405_SYS_INFO/
53434 PPC440_SYS_INFO structure into the common ppc4xx.h header.
53435
53436 Lot's of other macros are good candidates to be consolidated this way
53437 in the future.
53438
53439 Signed-off-by: Stefan Roese <sr@denx.de>
53440
53441 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
53442 Author: Stefan Roese <sr@denx.de>
53443 Date: Sun Oct 21 08:05:18 2007 +0200
53444
53445 ppc4xx: Fix size setup in Kilauea DDR2 init routine
53446
53447 The size was initilized wrong. Instead of 256MB, the DDR2 controller
53448 was setup to 512MB. Now the correct values is used.
53449
53450 This patch also does a little cleanup and adds a comment here.
53451
53452 Signed-off-by: Stefan Roese <sr@denx.de>
53453
53454 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
53455 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
53456 Date: Thu Oct 18 17:29:04 2007 +0200
53457
53458 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
53459
53460 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
53461 number is used to access system registers.
53462
53463 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
53464 Signed-off-by: Stefan Roese <sr@denx.de>
53465
53466 commit c36c68160333ac5fe41ec3db12a728b7075b3912
53467 Author: Stefan Roese <sr@denx.de>
53468 Date: Thu Oct 18 07:42:27 2007 +0200
53469
53470 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
53471
53472 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
53473 is the internal SRAM. Since I now ported and tested this endpoint mode
53474 on Kilauea successfully to map to 0 (SDRAM), I also changed this for
53475 Katmai.
53476
53477 Yucca will stay at internal SRAM for now. Not sure if somebody relies on
53478 this setup.
53479
53480 Signed-off-by: Stefan Roese <sr@denx.de>
53481
53482 commit 5cb4af4791f61843432155142b6cfac901f66c10
53483 Author: Stefan Roese <sr@denx.de>
53484 Date: Thu Oct 18 07:39:38 2007 +0200
53485
53486 ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
53487
53488 This patch adds endpoint support for the AMCC Kilauea eval board. It can
53489 be tested by connecting a reworked PCIe cable (only 1x lane singles
53490 connected) to another root-complex.
53491
53492 In this test setup, a 64MB inbound window is configured at BAR0 which maps
53493 to 0 on the PLB side. So accessing this BAR0 from the root-complex will
53494 access the first 64MB of the SDRAM on the PPC side.
53495
53496 Signed-off-by: Stefan Roese <sr@denx.de>
53497
53498 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
53499 Author: Stefan Roese <sr@denx.de>
53500 Date: Sat Oct 13 16:43:23 2007 +0200
53501
53502 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
53503
53504 This patch adds support for dynamic configuration of PCIe ports for the
53505 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
53506 boards Yucca & Katmai and the 405EX board Kilauea.
53507
53508 This dynamic configuration is done via the "pcie_mode" environement
53509 variable. This variable can be set to "EP" or "RP" for endpoint or
53510 rootpoint mode. Multiple values can be joined via the ":" delimiter.
53511 Here an example:
53512
53513 pcie_mode=RP:EP:EP
53514
53515 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
53516 as endpoint.
53517
53518 Per default Yucca will be configured as:
53519 pcie_mode=RP:EP:EP
53520
53521 Per default Katmai will be configured as:
53522 pcie_mode=RP:RP:REP
53523
53524 Per default Kilauea will be configured as:
53525 pcie_mode=RP:RP
53526
53527 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
53528 Signed-off-by: Stefan Roese <sr@denx.de>
53529
53530 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
53531 Author: Stefan Roese <sr@denx.de>
53532 Date: Thu Oct 11 11:15:59 2007 +0200
53533
53534 ppc4xx: Enable device tree support (fdt) on Kilauea per default
53535
53536 This patch enables the fdt support on the AMCC Kilauea eval board.
53537 Additionally now EBC ranges fdt fixup is included to support NOR
53538 FLASH mapping via the Linux physmap_of driver.
53539
53540 This Kilauea port now support booting arch/ppc and arch/powerpc
53541 Linux kernels. The default environment "net_nfs" is for arch/ppc
53542 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
53543 support will be removed.
53544
53545 Signed-off-by: Stefan Roese <sr@denx.de>
53546
53547 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
53548 Author: Stefan Roese <sr@denx.de>
53549 Date: Thu Oct 11 11:11:45 2007 +0200
53550
53551 ppc4xx: Add additional debug info to 4xx fdt support
53552
53553 Signed-off-by: Stefan Roese <sr@denx.de>
53554
53555 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
53556 Author: Stefan Roese <sr@denx.de>
53557 Date: Fri Oct 5 21:28:58 2007 +0200
53558
53559 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
53560
53561 Signed-off-by: Stefan Roese <sr@denx.de>
53562
53563 commit 1941cce71b1ae975602854045061e82f94ecd012
53564 Author: Stefan Roese <sr@denx.de>
53565 Date: Fri Oct 5 17:35:10 2007 +0200
53566
53567 ppc4xx: Fix small merge problem in 4xx_enet.c
53568
53569 Signed-off-by: Stefan Roese <sr@denx.de>
53570
53571 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
53572 Author: Stefan Roese <sr@denx.de>
53573 Date: Fri Oct 5 17:11:30 2007 +0200
53574
53575 ppc4xx: Add initial AMCC Kilauea 405EX support
53576
53577 Signed-off-by: Stefan Roese <sr@denx.de>
53578
53579 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
53580 Author: Stefan Roese <sr@denx.de>
53581 Date: Fri Oct 5 17:10:59 2007 +0200
53582
53583 ppc4xx: Add PPC405EX support
53584
53585 Signed-off-by: Stefan Roese <sr@denx.de>
53586
53587 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
53588 Author: Stefan Roese <sr@denx.de>
53589 Date: Fri Oct 5 17:09:36 2007 +0200
53590
53591 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
53592
53593 Signed-off-by: Stefan Roese <sr@denx.de>
53594
53595 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
53596 Author: Stefan Roese <sr@denx.de>
53597 Date: Fri Oct 5 17:07:50 2007 +0200
53598
53599 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
53600
53601 Signed-off-by: Stefan Roese <sr@denx.de>
53602
53603 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
53604 Author: Stefan Roese <sr@denx.de>
53605 Date: Fri Oct 5 17:04:57 2007 +0200
53606
53607 POST: Add 405EX support to 4xx UART POST test
53608
53609 Signed-off-by: Stefan Roese <sr@denx.de>
53610
53611 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
53612 Author: Stefan Roese <sr@denx.de>
53613 Date: Fri Oct 5 15:10:02 2007 +0200
53614
53615 DTT: Prepare DS1775 driver for use of different I2C addresses
53616
53617 Signed-off-by: Stefan Roese <sr@denx.de>
53618
53619 commit 19e93b1e16d267220440d827b920fbad8abfa70f
53620 Author: Stefan Roese <sr@denx.de>
53621 Date: Fri Oct 5 14:23:43 2007 +0200
53622
53623 ppc4xx: 4xx_pcie: Change PCIe status output to match common style
53624
53625 Signed-off-by: Stefan Roese <sr@denx.de>
53626
53627 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
53628 Author: Stefan Roese <sr@denx.de>
53629 Date: Fri Oct 5 09:22:33 2007 +0200
53630
53631 ppc4xx: 4xx_pcie: Disable debug output as default
53632
53633 Signed-off-by: Stefan Roese <sr@denx.de>
53634
53635 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
53636 Author: Stefan Roese <sr@denx.de>
53637 Date: Fri Oct 5 09:18:23 2007 +0200
53638
53639 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
53640
53641 Signed-off-by: Stefan Roese <sr@denx.de>
53642
53643 commit 4dbee8a90df613eb517aadbecebd70f168913d30
53644 Author: Stefan Roese <sr@denx.de>
53645 Date: Fri Oct 5 07:57:20 2007 +0200
53646
53647 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
53648
53649 128MB seems to be the smallest possible value for the memory size
53650 for on PCIe port. With this change now the BAR's of the PCIe cards
53651 are accessible under U-Boot.
53652
53653 One big note: This only works for PCIe port 0 & 1. For port 2 this
53654 currently doesn't work, since the base address is now 0xc0000000
53655 (0xb0000000 + 2 * 0x08000000), and this is already occupied by
53656 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
53657 to change the base addresses completely and this change would have
53658 too much impact right now.
53659
53660 This patch adds debug output to the 4xx pcie driver too.
53661
53662 Signed-off-by: Stefan Roese <sr@denx.de>
53663
53664 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
53665 Author: Stefan Roese <sr@denx.de>
53666 Date: Wed Oct 3 21:16:32 2007 +0200
53667
53668 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
53669
53670 Signed-off-by: Stefan Roese <sr@denx.de>
53671
53672 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
53673 Author: Stefan Roese <sr@denx.de>
53674 Date: Wed Oct 3 15:01:02 2007 +0200
53675
53676 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
53677
53678 These files were introduced with the IBM 405GP but are currently used on all
53679 4xx PPC platforms. So the name doesn't match the content anymore. This patch
53680 renames the files to 4xx_pci.c/h.
53681
53682 Signed-off-by: Stefan Roese <sr@denx.de>
53683
53684 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
53685 Author: Stefan Roese <sr@denx.de>
53686 Date: Wed Oct 3 14:14:58 2007 +0200
53687
53688 ppc4xx: Add a comment for 405EX PCIe endpoint configuration
53689
53690 Signed-off-by: Stefan Roese <sr@denx.de>
53691
53692 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
53693 Author: Stefan Roese <sr@denx.de>
53694 Date: Wed Oct 3 10:38:09 2007 +0200
53695
53696 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
53697
53698 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
53699 the SDR registers of the PCIe ports. This makes the overall design
53700 clearer, since it removed a lot of switch statements which are not
53701 needed anymore.
53702
53703 Also, the functions ppc4xx_init_pcie_rootport() and
53704 ppc4xx_init_pcie_entport() are merged into a single function
53705 ppc4xx_init_pcie_port(), since most of the code was duplicated.
53706 This makes maintainance and porting to other 4xx platforms
53707 easier.
53708
53709 Signed-off-by: Stefan Roese <sr@denx.de>
53710
53711 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
53712 Author: Stefan Roese <sr@denx.de>
53713 Date: Wed Oct 3 07:48:09 2007 +0200
53714
53715 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
53716
53717 This patch is the first patch of a series to make the 440SPe PCIe code
53718 usable on different 4xx PPC platforms. In preperation for the new 405EX
53719 which is also equipped with PCIe interfaces.
53720
53721 (2) This patch renames the functions from 440spe_ to 4xx_ with a
53722 little additional cleanup
53723
53724 Signed-off-by: Stefan Roese <sr@denx.de>
53725
53726 commit c7c6da23028f146d912514b95aefa3da7cf37699
53727 Author: Stefan Roese <sr@denx.de>
53728 Date: Wed Oct 3 07:34:10 2007 +0200
53729
53730 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
53731
53732 This patch is the first patch of a series to make the 440SPe PCIe code
53733 usable on different 4xx PPC platforms. In preperation for the new 405EX
53734 which is also equipped with PCIe interfaces.
53735
53736 (1) This patch renames the files from 440spe_pcie to 4xx_pcie
53737
53738 Signed-off-by: Stefan Roese <sr@denx.de>
53739
53740 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
53741 Author: Marian Balakowicz <m8@semihalf.com>
53742 Date: Wed Oct 24 01:37:36 2007 +0200
53743
53744 TQM5200: Call usb_cpu_init() during board init
53745
53746 usb_cpu_init() configures GPS USB pins, clocks, etc. and
53747 is required for proper operation of kernel USB subsystem.
53748 This setup was previously done in the kernel by the fixup
53749 code which is being removed, thus low level init must be
53750 done by U-boot now.
53751
53752 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53753 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
53754
53755 commit b5af773f8d92677e06f3295b45557c9d0a487c24
53756 Author: Zhang Wei <wei.zhang@freescale.com>
53757 Date: Thu Oct 25 17:51:27 2007 +0800
53758
53759 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
53760
53761 The scan code of the key 'z' is 0x1d, which should be handled.
53762
53763 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
53764 controller.
53765
53766 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53767 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
53768
53769 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
53770 Author: Rodolfo Giometti <giometti@enneenne.com>
53771 Date: Mon Oct 15 11:59:17 2007 +0200
53772
53773 PXA USB OHCI: "usb stop" implementation.
53774
53775 Some USB keys need to be switched off before loading the kernel
53776 otherwise they can remain in an undefined status which prevents them
53777 to be correctly recognized by the kernel.
53778
53779 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
53780 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
53781
53782 commit 31548249decf18a6b877a18436b6139dd483fe4a
53783 Author: Justin Flammia <jflammia@savantav.com>
53784 Date: Mon Oct 29 17:40:35 2007 -0400
53785
53786 DHCP Client Fix
53787
53788 This is a multi-part message in MIME format.
53789
53790 commit e6e505eae94ed721e123e177489291fc4544b7b8
53791 Author: Justin Flammia <jflammia@savantav.com>
53792 Date: Mon Oct 29 17:19:03 2007 -0400
53793
53794 Found a bug in the way the DHCP Request packet is built, where the IP address
53795 that is offered by the server is bound to prematurely. This patch is a fix of
53796 that bug where the IP address offered by the DHCP server is not used until
53797 after the DHCP ACK from the server is received.
53798
53799 Signed-off-by: Justin Flammia <jflammia@savantav.com>
53800 Signed-off-by: Ben Warren <bwarren@qstreams.com>
53801
53802 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
53803 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53804 Date: Thu Oct 25 17:16:22 2007 -0500
53805
53806 ColdFire 54455: Fix correct boot location for atmel and intel
53807
53808 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53809
53810 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
53811 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53812 Date: Thu Oct 25 17:14:00 2007 -0500
53813
53814 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
53815
53816 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53817
53818 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
53819 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53820 Date: Thu Oct 25 17:12:36 2007 -0500
53821
53822 ColdFire 5329: Assign correct SDRAM size and fix cache
53823
53824 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53825
53826 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
53827 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53828 Date: Thu Oct 25 17:10:23 2007 -0500
53829
53830 ColdFire 5253: Assign correct SDRAM size
53831
53832 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53833
53834 commit 2acefa72ee0026f862ab65597ca687428f63a973
53835 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53836 Date: Thu Oct 25 17:09:17 2007 -0500
53837
53838 ColdFire 5282: Fix external flash boot and return dramsize
53839
53840 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
53841
53842 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
53843 Author: Bartlomiej Sieka <tur@semihalf.com>
53844 Date: Thu Oct 25 17:20:01 2007 +0200
53845
53846 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
53847
53848 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53849
53850 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
53851 Author: Martin Krause <martin.krause@tqs.de>
53852 Date: Wed Oct 24 08:42:25 2007 +0200
53853
53854 TQM5200: fix spurious characters on second serial interface
53855
53856 With this patch PSC3 is configured as UART. This is done, because if
53857 the pins of PSC3 are not configured at all (-> all pins are GPI),
53858 due to crosstalk, spurious characters may be send over the RX232_2_TXD
53859 signal line.
53860
53861 Signed-off-by: Martin Krause <martin.krause@tqs.de>
53862 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53863
53864 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
53865 Author: Martin Krause <martin.krause@tqs.de>
53866 Date: Wed Oct 24 08:41:27 2007 +0200
53867
53868 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
53869
53870 Some commands for the STK52xx base board try to access the SM501 grafic
53871 controller. But the TQM5200S has no grafic controller (only the TQM5200
53872 and the TQM5200B have). This patch deactivates the commands accessing
53873 the SM501 for the TQM5200S.
53874
53875 Signed-off-by: Martin Krause <martin.krause@tqs.de>
53876 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53877
53878 commit b31f64343ead9482cd439b1adbe4c34026a641b1
53879 Author: Martin Krause <martin.krause@tqs.de>
53880 Date: Mon Oct 22 16:45:53 2007 +0200
53881
53882 TQM5200: fix spurious characters on second serial interface
53883
53884 With this patch PSC3 is configured as UART. This is done, because if
53885 the pins of PSC3 are not configured at all (-> all pins are GPI),
53886 due to crosstalk, spurious characters may be send over the RX232_2_TXD
53887 signal line.
53888
53889 Signed-off-by: Martin Krause <martin.krause@tqs.de>
53890
53891 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
53892 Author: Martin Krause <martin.krause@tqs.de>
53893 Date: Mon Oct 22 16:40:06 2007 +0200
53894
53895 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
53896
53897 Some commands for the STK52xx base board try to access the SM501 grafic
53898 controller. But the TQM5200S has no grafic controller (only the TQM5200
53899 and the TQM5200B have). This patch deactivates the commands accessing
53900 the SM501 for the TQM5200S.
53901
53902 Signed-off-by: Martin Krause <martin.krause@tqs.de>
53903
53904 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
53905 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53906 Date: Sun Oct 21 09:14:28 2007 +0200
53907
53908 Mips: Fix string functions differ prototype declaration
53909
53910 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53911
53912 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
53913 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
53914 Date: Fri Oct 19 17:51:40 2007 -0500
53915
53916 fsl_pci_init enable COMMAND_MEMORY if inbound window
53917
53918 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
53919 to pciauto_setup_device has the side effect of not getting
53920 COMMAND_MEMORY set.
53921
53922 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
53923
53924 commit e9d0d527992566ebef9826962ff1745b2f082b92
53925 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53926 Date: Fri Oct 19 10:55:24 2007 +0200
53927
53928 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
53929
53930 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53931
53932 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
53933 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53934 Date: Fri Oct 19 08:10:15 2007 +0200
53935
53936 fix warning: no return statement in function returning non-void
53937
53938 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53939
53940 commit e78220f6e514206757acfe247297fc9a328a881f
53941 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53942 Date: Fri Oct 19 06:33:45 2007 +0200
53943
53944 xsengine: Fix no partition type specified, use DOS as default
53945
53946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53947
53948 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
53949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53950 Date: Fri Oct 19 00:24:59 2007 +0200
53951
53952 lubbock: Fix no partition type specified, use DOS as default
53953
53954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53955
53956 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
53957 Author: Wolfgang Denk <wd@denx.de>
53958 Date: Tue Oct 23 16:50:03 2007 +0200
53959
53960 Coding style: keep lists sorted; update CHANGELOG
53961
53962 Signed-off-by: Wolfgang Denk <wd@denx.de>
53963
53964 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
53965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53966 Date: Fri Oct 19 00:09:05 2007 +0200
53967
53968 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
53969
53970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53971
53972 commit 96455bfebc9887837095c9051d216f53c61b5f10
53973 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53974 Date: Fri Oct 19 00:07:39 2007 +0200
53975
53976 Fix warning differ in signedness in board/innokom/innokom.c
53977
53978 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53979
53980 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
53981 Author: Marcel Ziswiler <marcel@ziswiler.com>
53982 Date: Fri Oct 19 00:25:33 2007 +0200
53983
53984 fix pxa255_idp board
53985
53986 The pxa255_idp being an old unmaintained board showed several issues:
53987 1. CONFIG_INIT_CRITICAL was still defined.
53988 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
53989 3. Symbol flash_addr was undeclared.
53990 4. The boards lowlevel_init function was still called memsetup.
53991 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
53992 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
53993 'target CPU does not support interworking' warnings on recent compilers.
53994 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
53995 indexes rather than the register definitions from the pxa-regs header
53996 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
53997 avoid any ambiguities.
53998 8. There were several redefinition warnings concerning ICMR, OSMR3,
53999 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
54000 9. The board configuration file was rather outdated.
54001 10. The part header file defined the vendor, product and revision arrays
54002 as unsigned chars instead of just chars in the block_dev_desc_t
54003 structure.
54004
54005 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
54006
54007 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
54008 Author: Rune Torgersen <runet@innovsys.com>
54009 Date: Wed Oct 17 11:56:31 2007 -0500
54010
54011 Make MPC8266ADS command selection more robust
54012
54013 Fix MPC8266 command line definition so it won't break when new commands
54014 are added to u-boot.
54015 Signed-off-by Rune Torgersen <runet@innovsys.com>
54016
54017 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
54018 Author: Bartlomiej Sieka <tur@semihalf.com>
54019 Date: Tue Oct 23 13:14:10 2007 +0200
54020
54021 Motion-PRO: Update configuration to accomodate next generation board.
54022
54023 New board has faster oscillator and a different Flash chip. This affects:
54024 - CFG_MPC5XXX_CLKIN
54025 - SDRAM timings
54026 - Flash CS configuration (timings)
54027 - Flash sector size, and thus MTD partition layout
54028 - malloc() arena size (due to bigger Flash sectors)
54029 - smaller memory test range (due to bigger malloc() arena)
54030
54031 This patch also enables more extensive memory testing via "mtest".
54032
54033 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54034
54035 commit eff501904df2bf1724a750062628ba2c51dbb1f8
54036 Author: Bartlomiej Sieka <tur@semihalf.com>
54037 Date: Tue Oct 23 11:36:07 2007 +0200
54038
54039 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
54040
54041 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
54042 register must be written a value of 0x00000004 as the first step of the
54043 SDRAM contorller configuration.
54044
54045 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54046
54047 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
54048 Author: Peter Pearse <peter.pearse@arm.com>
54049 Date: Tue Oct 23 10:22:16 2007 +0100
54050
54051 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
54052
54053 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
54054 Author: Stefan Roese <sr@denx.de>
54055 Date: Tue Oct 23 10:17:42 2007 +0200
54056
54057 ppc4xx: lwmon5: Some further GPIO config changes
54058
54059 Signed-off-by: Stefan Roese <sr@denx.de>
54060
54061 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
54062 Author: Vlad Lungu <vlad@comsys.ro>
54063 Date: Sun Oct 21 22:10:10 2007 +0900
54064
54065 [MIPS] Fix UNCACHED_SDRAM
54066
54067 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
54068
54069 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
54070 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54071
54072 commit 00101dd7a32d12f698150123e47e4b3420279f86
54073 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54074 Date: Sun Oct 21 21:30:42 2007 +0900
54075
54076 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
54077
54078 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54079
54080 commit eb700636db017d310edaeb559b13d82588560674
54081 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54082 Date: Sun Oct 21 10:55:37 2007 +0900
54083
54084 [MIPS] u-boot.lds: Define _gp in a standard manner
54085
54086 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54087
54088 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
54089 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54090 Date: Sun Oct 21 10:55:36 2007 +0900
54091
54092 [MIPS] Fix $gp usage
54093
54094 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
54095 As a general principle, we should use _gp for $gp.
54096
54097 Thanks to linker script's help we fortunately have _gp which equals to
54098 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
54099 be able to access to GOT entires, global variables and procedure entry
54100 points. The right thing to do is to use _gp.
54101
54102 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
54103 which holds the offset from _gp. When updating GOT entries, we use this
54104 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
54105
54106 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
54107 I made some change to leave over num_got_entries.
54108
54109 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54110 Cc: Vlad Lungu <vlad@comsys.ro>
54111
54112 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
54113 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54114 Date: Sun Oct 21 10:55:36 2007 +0900
54115
54116 [MIPS] u-boot.lds: Fix __got_start and __got_end
54117
54118 Ensure that __got_start points to top of the `.got', and __got_end points
54119 to bottom as well, so that we never fail to count num_got_entries.
54120
54121 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54122
54123 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
54124 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54125 Date: Sun Oct 21 10:55:36 2007 +0900
54126
54127 [MIPS] u-boot.lds: Remove duplicated .sdata section
54128
54129 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
54130
54131 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
54132 Author: Wolfgang Denk <wd@denx.de>
54133 Date: Sun Oct 21 01:01:17 2007 +0200
54134
54135 Minor coding style cleanup; update CHANGELOG
54136
54137 Signed-off-by: Wolfgang Denk <wd@denx.de>
54138
54139 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
54140 Author: Vlad Lungu <vlad@comsys.ro>
54141 Date: Thu Oct 4 20:47:10 2007 +0300
54142
54143 Fix NE2000 driver:
54144
54145 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
54146 to do anything in eth_stop() if eth_init() was not called.
54147 Simplified RX path in order to avoid timeouts on really really
54148 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
54149 clever enough to cope with 1 packet per eth_rx().
54150
54151 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
54152
54153 commit df90968b48fb34fa9072fab150db2ac89678f537
54154 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
54155 Date: Mon Sep 24 13:32:13 2007 -0400
54156
54157 Setting MSR[DE] in do_reset
54158
54159 Hello,
54160 This patch ensures the soft reset of the board for the 85xx boards
54161 by setting the MSR[DE] in the do_reset function.
54162
54163 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
54164
54165 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
54166 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
54167 Date: Mon Sep 24 13:36:01 2007 -0400
54168
54169 MSR overwrite fix
54170
54171 Hello,
54172 This patch fixes the MSR overwrite in the start.S when moving out of
54173 the last 4K page.
54174
54175 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
54176
54177 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
54178 Author: Dan Wilson <dwilson@fulcrummicro.com>
54179 Date: Fri Oct 19 11:33:48 2007 -0500
54180
54181 tsec driver should clear RHALT on startup
54182
54183 This was causing problems for some people.
54184
54185 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
54186 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
54187 Signed-off-by: Andy Fleming <afleming@freescale.com>
54188
54189 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
54190 Author: Kumar Gala <galak@kernel.crashing.org>
54191 Date: Thu Oct 11 00:29:18 2007 -0500
54192
54193 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
54194
54195 On the MPC85xx CDS we have two issues:
54196
54197 1. The device tree fixup code did not check to see if the property we are
54198 trying to update is actually found. Its possible that it would update
54199 random memory starting at 0.
54200
54201 2. Newer Linux kernel's have moved the location of the PCI nodes to be
54202 sibilings of the soc node and not children. The explicit PATH to the PCI
54203 node would not be found for these device trees. Add the ability to handle
54204 both paths. In the future we shouldn't handle such fixups by explicit path.
54205
54206 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54207
54208 commit a3063eec775719b7e91023bbec3f64b3118791df
54209 Author: Kumar Gala <galak@kernel.crashing.org>
54210 Date: Thu Oct 11 00:18:48 2007 -0500
54211
54212 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
54213
54214 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
54215 console. Make it so we match that config what we tell Linux as the early
54216 STDOUT console.
54217
54218 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54219
54220 commit e1ce3cb617bb06f91f82f98915391175addf3e82
54221 Author: Kumar Gala <galak@kernel.crashing.org>
54222 Date: Tue Oct 2 11:12:27 2007 -0500
54223
54224 Remove magic numbers from cache related operations for mpc85xx
54225
54226 The mpc85xx start code uses some magic numbers that we actually
54227 have #defines for in <config.h> so use those instead.
54228
54229 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54230
54231 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
54232 Author: Detlev Zundel <dzu@denx.de>
54233 Date: Fri Oct 19 16:47:26 2007 +0200
54234
54235 Fix two typos.
54236
54237 Signed-off-by: Detlev Zundel <dzu@denx.de>
54238
54239 commit 281df457c1aa50d2752165d0c5c3282d4027b974
54240 Author: Tony Li <tony.li@freescale.com>
54241 Date: Thu Oct 18 17:47:19 2007 +0800
54242
54243 mpc83xx: Add configure entry for MPC83xx ATM support
54244
54245 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
54246 Makfile and MAKEALL
54247
54248 Signed-off-by: Tony Li <tony.li@freescale.com>
54249 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54250
54251 commit d2646554f529a9577515eceb0ec5eceee18244ba
54252 Author: Tony Li <tony.li@freescale.com>
54253 Date: Thu Oct 18 17:44:38 2007 +0800
54254
54255 mpc83xx: pq-mds-pib.c typo error
54256
54257 Correct to val8 from val.
54258
54259 Signed-off-by: Tony Li <tony.li@freescale.com>
54260 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54261
54262 commit 3e11ae80fec1ee12194940955431186abf6009c2
54263 Author: Stefan Roese <sr@denx.de>
54264 Date: Wed Oct 17 15:40:19 2007 +0200
54265
54266 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
54267
54268 Signed-off-by: Stefan Roese <sr@denx.de>
54269
54270 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
54271 Author: Jon Loeliger <jdl@freescale.com>
54272 Date: Tue Oct 16 15:27:43 2007 -0500
54273
54274 Initial mpc8610hpcd Makefile files.
54275
54276 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54277 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
54278 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54279 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54280
54281 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
54282 Author: Jon Loeliger <jdl@freescale.com>
54283 Date: Tue Oct 16 15:26:51 2007 -0500
54284
54285 Initial mpc8610hpcd cpu/, README and include/ files.
54286
54287 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54288 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
54289 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54290 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54291
54292 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
54293 Author: Jon Loeliger <jdl@freescale.com>
54294 Date: Tue Oct 16 13:54:01 2007 -0500
54295
54296 Initial mpc8610hpcd board files.
54297
54298 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54299 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
54300 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
54301 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54302
54303 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
54304 Author: runet@innovsys.com <runet@innovsys.com>
54305 Date: Tue Oct 16 14:50:40 2007 -0500
54306
54307 Make MPC8266ADS board compile again.
54308
54309 Signed-off-by: Runet Torgersen <runet@innovsys.com>
54310
54311 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
54312 Author: Jon Loeliger <jdl@freescale.com>
54313 Date: Mon Aug 27 12:41:03 2007 -0500
54314
54315 86xx: Allow for fewer DDR slots per memory controller.
54316
54317 As a direct correlation exists between DDR DIMM slots
54318 and SPD EEPROM addresses used to configure them, use
54319 the individually defined SPD_EEPROM_ADDRESS* values to
54320 determine if a DDR DIMM slot should have its SPD
54321 configuration read or not.
54322
54323 Effectively, this now allows for 1 or 2 DIMM slots
54324 per memory controller.
54325
54326 Signed-off-by: Jon Loeliger <jdl@freescale.com>
54327
54328 commit 4d4a945e189a2f384c66432316da2788a0ac1607
54329 Author: Rodolfo Giometti <giometti@enneenne.com>
54330 Date: Mon Oct 15 11:59:17 2007 +0200
54331
54332 PXA USB OHCI: "usb stop" implementation.
54333
54334 Some USB keys need to be switched off before loading the kernel
54335 otherwise they can remain in an undefined status which prevents them
54336 to be correctly recognized by the kernel.
54337
54338 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
54339
54340 commit e2e93442e558cf1500e92861f99713b2f045ea22
54341 Author: Stefan Roese <sr@denx.de>
54342 Date: Mon Oct 15 11:39:00 2007 +0200
54343
54344 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
54345
54346 The I2C bootstrap values that can be setup via the "bootstrap" command,
54347 were setup incorrect regarding the generation of the internal sync PCI
54348 clock. The values for PLB clock == 133MHz were slighly incorrect and the
54349 values for PLB clock == 166MHz were totally incorrect. This could
54350 lead to a hangup upon booting while PCI configuration scan.
54351
54352 This patch fixes this issue and configures valid PCI divisor values
54353 for the sync PCI clock, with respect to the provided external async
54354 PCI frequency.
54355
54356 Here the values of the formula in the chapter 14.2 "PCI clocking"
54357 from the 440EPx users manual:
54358
54359 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
54360
54361 33MHz async PCI frequency:
54362 PLB = 133:
54363 => 32 <= 44.3 <= 65 (div = 3)
54364
54365 PLB = 166:
54366 => 32 <= 55.3 <= 65 (div = 3)
54367
54368 66MHz async PCI frequency:
54369 PLB = 133:
54370 => 65 <= 66.5 <= 132 (div = 2)
54371
54372 PLB = 166:
54373 => 65 <= 83 <= 132 (div = 2)
54374
54375 Signed-off-by: Stefan Roese <sr@denx.de>
54376
54377 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
54378 Author: Stefan Roese <sr@denx.de>
54379 Date: Mon Oct 15 11:29:33 2007 +0200
54380
54381 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
54382
54383 The BCSR status bit for the 66MHz PCI operation was correctly
54384 addressed (MSB/LSB problem). Now the correct currently setup
54385 PCI frequency is displayed upon bootup.
54386
54387 This patch also fixes this problem on Rainier & Yellowstone, since these
54388 boards use the same souce code as Sequoia & Yosemite do.
54389
54390 Signed-off-by: Stefan Roese <sr@denx.de>
54391
54392 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
54393 Author: Martin Krause <martin.krause@tqs.de>
54394 Date: Wed Sep 26 17:55:56 2007 +0200
54395
54396 TQM860M: adjust for doubled flash sector size.
54397
54398 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
54399 doubled sector size.
54400
54401 Signed-off-by: Martin Krause <martin.krause@tqs.de>
54402
54403 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
54404 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
54405 Date: Wed Sep 26 17:55:54 2007 +0200
54406
54407 TQM8xx: Fix CAN timing.
54408
54409 Signed-off-by: Martin Krause <martin.krause@tqs.de>
54410
54411 commit d43e489baf02afae49077791fb22332d240d8656
54412 Author: Martin Krause <martin.krause@tqs.de>
54413 Date: Thu Sep 27 14:54:36 2007 +0200
54414
54415 TQM866M: fix SDRAM refresh
54416
54417 At 133 MHz the current SDRAM refresh rate is too fast
54418 (measured 4 * 1.17 us).
54419 CFG_MAMR_PTA changes from 39 to 97. This result
54420 in a refresh rate of 4 * 7.8 us at the default clock
54421 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
54422 This is a compromise until a new method is found to
54423 adjust the refresh rate.
54424
54425 Signed-off-by: Martin Krause <martin.krause@tqs.de>
54426
54427 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
54428 Author: Martin Krause <martin.krause@tqs.de>
54429 Date: Wed Sep 26 17:55:55 2007 +0200
54430
54431 TQM866M: adjust for doubled flash sector size.
54432
54433 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
54434 doubled sector size.
54435
54436 Signed-off-by: Martin Krause <martin.krause@tqs.de>
54437
54438 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
54439 Author: Michal Simek <monstr@monstr.eu>
54440 Date: Sun Oct 14 16:12:29 2007 +0200
54441
54442 [FIX] XUPV2P change command handling
54443 and remove code violation
54444
54445 commit 636400198228d96983c06657b17f760f5989958e
54446 Author: Wolfgang Denk <wd@denx.de>
54447 Date: Sun Oct 14 00:13:19 2007 +0200
54448
54449 Prepare for 1.3.0-rc3 release
54450
54451 Signed-off-by: Wolfgang Denk <wd@denx.de>
54452
54453 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
54454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54455 Date: Sat Sep 29 13:41:37 2007 +0200
54456
54457 Fix warning differ in signedness in cpu/pxa/mmc.c
54458
54459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54460
54461 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
54462 Author: Wolfgang Denk <wd@denx.de>
54463 Date: Sat Oct 13 23:51:14 2007 +0200
54464
54465 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
54466
54467 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54468 Signed-off-by: Wolfgang Denk <wd@denx.de>
54469
54470 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
54471 Author: Wolfgang Denk <wd@denx.de>
54472 Date: Sat Oct 13 21:15:39 2007 +0200
54473
54474 Coding Style cleanup.
54475
54476 Signed-off-by: Wolfgang Denk <wd@denx.de>
54477
54478 commit e1893815b0999410d7a327589611c7b38e95299e
54479 Author: Wolfgang Denk <wd@denx.de>
54480 Date: Fri Oct 12 15:49:39 2007 +0200
54481
54482 GP3 SSA: enable RTC
54483
54484 Signed-off-by: Wolfgang Denk <wd@denx.de>
54485
54486 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
54487 Author: Grzegorz Bernacki <gjb@semihalf.com>
54488 Date: Tue Oct 9 13:58:24 2007 +0200
54489
54490 [ads5121] EEPROM support added.
54491
54492 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
54493
54494 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
54495 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
54496 Date: Sat Oct 6 18:55:35 2007 +0200
54497
54498 AVR32: Initialize bi_flash* in board_init_r
54499
54500 The ATSTK1000-specific flash driver intializes bi_flashstart,
54501 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
54502 driver, don't.
54503
54504 Initialize these in board_init_r instead so that things will still be
54505 set up correctly when we switch to the CFI driver.
54506
54507 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54508
54509 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
54510 Author: Marian Balakowicz <m8@semihalf.com>
54511 Date: Fri Oct 5 10:40:54 2007 +0200
54512
54513 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
54514
54515 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54516
54517 commit 92869195ef8210758d2176230c0a36897afd50ed
54518 Author: Bartlomiej Sieka <tur@semihalf.com>
54519 Date: Fri Oct 5 09:46:06 2007 +0200
54520
54521 CM5200: Fix missing null-termination in hostname manipulation code
54522
54523 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54524
54525 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
54526 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
54527 Date: Tue Oct 2 19:09:01 2007 +0200
54528
54529 Fix memtest breakage
54530
54531 CFG_MEMTEST_START uses weird magic involving gd, which fails to
54532 compile. Use hardcoded values instead (we actually know how much RAM
54533 we have on board.)
54534
54535 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54536
54537 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
54538 Author: Stefan Roese <sr@denx.de>
54539 Date: Tue Oct 2 11:44:46 2007 +0200
54540
54541 ppc4xx: Coding style cleanup
54542
54543 Signed-off-by: Stefan Roese <sr@denx.de>
54544
54545 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
54546 Author: Stefan Roese <sr@denx.de>
54547 Date: Tue Oct 2 11:44:19 2007 +0200
54548
54549 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
54550
54551 Signed-off-by: Stefan Roese <sr@denx.de>
54552
54553 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
54554 Author: Grzegorz Bernacki <gjb@semihalf.com>
54555 Date: Mon Oct 1 09:51:50 2007 +0200
54556
54557 Program EPLD to force full duplex mode for PHY.
54558
54559 EPLD forces modes of PHY operation. By default full duplex is turned off.
54560 This fix turns it on.
54561
54562 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
54563
54564 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
54565 Author: Timo Ketola <timo.ketola@exertus.fi>
54566 Date: Mon Sep 24 14:50:32 2007 +0300
54567
54568 Bugfix: Use only one PTD for one endpoint
54569
54570 Original isp116x-hcd code prepared multiple PTDs for longer than 16
54571 byte transfers for one endpoint. That is unnecessary because the
54572 ISP116x is able to split long data from one PTD into multiple
54573 transactions based on the buffer size of the endpoint. It also caused
54574 serious problems if the endpoint NAKed some of the transactions. In
54575 that case ISP116x wouldn't notice that the other PTDs were for the same
54576 endpoint and would try the other PTDs possibly out of order. That would
54577 break the whole transfer.
54578
54579 This patch makes isp116x_submit_job to use one PTD for one transfer.
54580
54581 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
54582 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
54583
54584 commit 86ec86c04326c3913178a7679aa910de071da75d
54585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54586 Date: Thu Sep 27 23:27:47 2007 +0200
54587
54588 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
54589
54590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54591
54592 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
54593 Author: Stefan Roese <sr@denx.de>
54594 Date: Tue Sep 11 14:12:55 2007 +0200
54595
54596 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
54597
54598 Signed-off-by: Stefan Roese <sr@denx.de>
54599
54600 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
54601 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
54602 Date: Wed Sep 26 16:35:54 2007 -0500
54603
54604 85xx io out functions need sync after write.
54605
54606 This fixes the mc146818 rtc_read/write functions for 85xx.
54607
54608 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
54609
54610 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
54611 Author: Grant Likely <grant.likely@secretlab.ca>
54612 Date: Tue Sep 25 15:48:05 2007 -0600
54613
54614 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
54615
54616 CFG_FPGA_XILINX is a bit value used to test against the value in
54617 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
54618 think that is the intention in this code.
54619
54620 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54621
54622 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
54623 Author: Michal Simek <monstr@monstr.eu>
54624 Date: Mon Sep 24 00:41:30 2007 +0200
54625
54626 [FIX] change command handling and removing code violation
54627
54628 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
54629 Author: Michal Simek <monstr@monstr.eu>
54630 Date: Mon Sep 24 00:36:06 2007 +0200
54631
54632 [FIX] change sets of commands
54633 because changing of command handling brings
54634 compilation problems
54635
54636 commit cb1bc63b75a232571eb69aa2c8aa919321655845
54637 Author: Michal Simek <monstr@monstr.eu>
54638 Date: Mon Sep 24 00:30:42 2007 +0200
54639
54640 [FIX] Email reparation & Copyright
54641 Both codes are written by myself without any
54642 support from CTU
54643
54644 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
54645 Author: Michal Simek <monstr@monstr.eu>
54646 Date: Mon Sep 24 00:25:11 2007 +0200
54647
54648 [PATCH] Change macro name for UartLite
54649 because PowerPC 405 can use UartLite as console
54650
54651 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
54652 Author: Michal Simek <monstr@monstr.eu>
54653 Date: Mon Sep 24 00:21:19 2007 +0200
54654
54655 [PATCH] Add support for design without interrupt controller
54656 Polling timer
54657
54658 commit 0731933ec8ec45d02ba89b52df673d526873cdde
54659 Author: Michal Simek <monstr@monstr.eu>
54660 Date: Mon Sep 24 00:19:48 2007 +0200
54661
54662 [FIX] resolve problem with cpu without barrel shifter
54663
54664 commit db14d77995ce515b728b178b63f82babe60e3d56
54665 Author: Michal Simek <monstr@monstr.eu>
54666 Date: Mon Sep 24 00:18:46 2007 +0200
54667
54668 [FIX] repair email address
54669
54670 commit 481d4328618804add1f818a6c96296121cd0528e
54671 Author: Michal Simek <monstr@monstr.eu>
54672 Date: Mon Sep 24 00:17:42 2007 +0200
54673
54674 [FIX] repair MFSL commands
54675
54676 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
54677 Author: Michal Simek <monstr@monstr.eu>
54678 Date: Mon Sep 24 00:08:37 2007 +0200
54679
54680 synchronizition with mainline
54681
54682 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
54683 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54684 Date: Sun Sep 23 02:42:38 2007 +0900
54685
54686 sh: Add support command of ide with sh
54687
54688 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54689
54690 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
54691 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54692 Date: Sun Sep 23 02:38:42 2007 +0900
54693
54694 sh: Update Makefile
54695
54696 Add support MS7722SE01 to Makefile.
54697
54698 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54699
54700 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
54701 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54702 Date: Sun Sep 23 02:31:13 2007 +0900
54703
54704 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
54705
54706 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54707
54708 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
54709 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54710 Date: Sun Sep 23 02:19:24 2007 +0900
54711
54712 sh: Update MS7750SE01 platform
54713
54714 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54715
54716 commit 516ad760db3553766267ada01b7d5d727faa4bbd
54717 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54718 Date: Sun Sep 23 02:17:08 2007 +0900
54719
54720 sh: Remove comment out code from include/asm-sh/cpu_sh4.h
54721
54722 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54723
54724 commit b02bad128669e567fce87d8df823b06a0144b8db
54725 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54726 Date: Sun Sep 23 02:12:30 2007 +0900
54727
54728 sh: Update core code of SuperH.
54729
54730 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54731
54732 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
54733 Author: Wolfgang Denk <wd@denx.de>
54734 Date: Thu Sep 20 00:04:14 2007 +0200
54735
54736 v1.3.0-rc2
54737
54738 Signed-off-by: Wolfgang Denk <wd@denx.de>
54739
54740 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
54741 Author: Wolfgang Denk <wd@denx.de>
54742 Date: Tue Sep 18 21:36:35 2007 +0200
54743
54744 Avoid compiler warning.
54745
54746 Signed-off-by: Wolfgang Denk <wd@denx.de>
54747
54748 commit 8a783a65851bc7421ab69f442261215e21b8891a
54749 Author: Grant Likely <grant.likely@secretlab.ca>
54750 Date: Tue Sep 18 12:24:57 2007 -0600
54751
54752 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
54753
54754 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
54755 nulls in a string differently. For example, the following statement:
54756 echo "this is a string\0" > afile
54757 Will produce the following with /bin/bash:
54758 "this is a string\0"
54759 But with /bin/dash, will produce:
54760 "this is a string
54761
54762 Bug fixed by moving the embedded null out of the makefile and into the
54763 config header. Also renamed the macro to avoid usage colision with the same
54764 macro used by other board ports.
54765
54766 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54767
54768 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
54769 Author: Wolfgang Denk <wd@denx.de>
54770 Date: Tue Sep 18 17:40:27 2007 +0200
54771
54772 MCC200: fix build warning
54773
54774 The MCC200 board config file includes version.h for some customer-
54775 specific setting, which causes warnings with "make depend"; build
54776 version.h before depend.
54777
54778 Signed-off-by: Wolfgang Denk <wd@denx.de>
54779
54780 commit bd86220f58b99d6896198c385fda132f0c980915
54781 Author: Peter Pearse <peter.pearse@arm.com>
54782 Date: Tue Sep 18 13:07:54 2007 +0100
54783
54784 Move coloured led API to status_led.h
54785 Improve indentation in drivers/at45.c
54786
54787 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
54788 Author: Eirik Aanonsen <eaa@wprmedical.com>
54789 Date: Tue Sep 18 08:47:20 2007 +0200
54790
54791 Update atstk1002 bootargs.
54792
54793 Updates to atstk1002 U-Boot header file:
54794 - Changed bootargs:
54795 * Set the bootargs for at1002 to point to the SD-card partition instead
54796 * ... of the boot flash.
54797 * Removing the rootfstype since that argument are not needed.
54798
54799 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
54800 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54801
54802 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
54803 Author: Eirik Aanonsen <eaa@wprmedical.com>
54804 Date: Wed Sep 12 13:32:37 2007 +0200
54805
54806 Add some comments to clocks in atstk1002.h
54807
54808 This patch applies some clarifying comments to how the different
54809 clocks are setup according to atstk1002.h Some of the previous
54810 comments where stating wrongful information.
54811
54812 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54813
54814 commit 97213f32416ead885deafea86774e912ffd60ad0
54815 Author: David Saada <David.Saada@ecitele.com>
54816 Date: Mon Sep 17 17:04:47 2007 +0200
54817
54818 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
54819
54820 Signed-off-by: David Saada <david.saada@ecitele.com>
54821
54822 commit 30363e98fa470fbecea5e8bc0f1443352754f303
54823 Author: Stefan Roese <sr@denx.de>
54824 Date: Mon Sep 17 08:20:47 2007 +0200
54825
54826 Small whitespace cleanup of OneNAND patch
54827
54828 Signed-off-by: Stefan Roese <sr@denx.de>
54829
54830 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
54831 Author: Kyungmin Park <kmpark@infradead.org>
54832 Date: Mon Sep 10 17:15:14 2007 +0900
54833
54834 OneNAND support (take #2)
54835
54836 [PATCH 3/3] OneNAND support (take #2)
54837
54838 OneNAND support at U-Boot
54839
54840 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
54841
54842 commit 17aa2800457df0c06b41516f46f126712c196219
54843 Author: Kyungmin Park <kmpark@infradead.org>
54844 Date: Mon Sep 10 17:14:34 2007 +0900
54845
54846 OneNAND support (take #2)
54847
54848 [PATCH 2/3] OneNAND support (take #2)
54849
54850 OneNAND support at U-Boot
54851
54852 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
54853
54854 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
54855 Author: Kyungmin Park <kmpark@infradead.org>
54856 Date: Mon Sep 10 17:13:49 2007 +0900
54857
54858 OneNAND support (take #2)
54859
54860 [PATCH 1/3] OneNAND support (take #2)
54861
54862 OneNAND support at U-Boot
54863
54864 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
54865
54866 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
54867 Author: Michal Simek <monstr@monstr.eu>
54868 Date: Sun Sep 16 20:51:57 2007 +0200
54869
54870 [FIX] remove files form repository
54871
54872 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
54873 Author: Wolfgang Denk <wd@denx.de>
54874 Date: Sun Sep 16 17:10:04 2007 +0200
54875
54876 TQM8xx[LM]: Fix broken environment alignment.
54877
54878 With recent toolchains, the environment sectors were no longer aligned to
54879 sector boundaries. The reason was a combination of two bugs:
54880
54881 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
54882 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
54883 this gets defined, is not included here (and cannot be included
54884 without causing lots of problems).
54885
54886 Added a new #define CFG_USE_PPCENV for all boards which really
54887 want to put the environment is a ".ppcenv" section.
54888
54889 2) The linker scripts just include environment.o, silently assuming
54890 that the objects in that file are really in the order in which
54891 they are coded in the C file, i. e. "environment" first, then
54892 "redundand_environment", and "env_size" last. However, current
54893 toolchains (GCC-4.x) reorder the objects, causing the environment
54894 data not to start on a flash sector boundary:
54895
54896 Instead of: we got:
54897
54898 40008000 T environment 40008000 T env_size
54899 4000c000 T redundand_environment 40008004 T redundand_environment
54900 40010000 T env_size 4000c004 T environment
54901
54902 Note: this patch fixes just the first part, and cures the alignment
54903 problem by making sure that "env_size" gets placed correctly. However,
54904 we still have a potential issue because primary and redundant
54905 environment sectors are actually swapped, i. e. we have now:
54906
54907 40008000 T redundand_environment
54908 4000c000 T environment
54909 40010000 T env_size
54910
54911 This shall be fixed in the next version.
54912
54913 Signed-off-by: Wolfgang Denk <wd@denx.de>
54914
54915 commit eb6da8050797c204c9d010548424186c7ce32fc1
54916 Author: Wolfgang Denk <wd@denx.de>
54917 Date: Sun Sep 16 02:39:35 2007 +0200
54918
54919 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
54920
54921 Signed-off-by: Wolfgang Denk <wd@denx.de>
54922
54923 commit cd2d1602c54cc6957bdef3872272a4b264893960
54924 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
54925 Date: Mon Sep 10 14:54:56 2007 -0400
54926
54927 Typo fix in tsec.c
54928
54929 Fixup for the break statement in wrong place.
54930
54931 [Patch by urwithsughosh@gmail.com]
54932 Acked-by: Andy Fleming <afleming@freescale.com>
54933 Signed-off-by: Wolfgang Denk <wd@denx.de>
54934
54935 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
54936 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54937 Date: Tue Sep 11 17:04:00 2007 +0200
54938
54939 Fix do_div() usage in nand process output
54940
54941 Fix usage of do_div() in nand erase|read|write process output.
54942
54943 The last patch to nand_util.c introduced do_div() instead of libgcc's
54944 implementation. But do_div() returns the quotient in its first
54945 macro parameter and not as result.
54946
54947 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54948
54949 commit c750d2e6692a000a82f29de7bf24e3dc21239161
54950 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54951 Date: Wed Sep 12 12:36:53 2007 +0200
54952
54953 NAND: Add CFG_NAND_QUIET option
54954
54955 This config option sets the default for the progress information
54956 output behavior that can also be configured through the 'quiet'
54957 environment variable.
54958
54959 The legacy NAND code does not print the current progress info
54960 on the console. So this option is for backward compatibility for
54961 units that are in the field and where setting the quiet variable
54962 is not an option. With CFG_NAND_QUIET set to '1' the console
54963 progress info is turned off. This can still be overwritten
54964 through the environment variable.
54965
54966 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
54967
54968 commit dcb88630290d2bcd803386dd4c2be73142994c4f
54969 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
54970 Date: Thu Sep 13 16:06:05 2007 -0700
54971
54972 ColdFire: fix build error becasue of bad type of mii_init()
54973
54974 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54975
54976 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
54977 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
54978 Date: Thu Sep 13 16:04:05 2007 -0700
54979
54980 ColdFire: Fix build error caused by pixis.c
54981
54982 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
54983
54984 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54985
54986 commit e21659e30660a1377c42af135a6114efe39801d9
54987 Author: Sam Sparks <SSparks@twacs.com>
54988 Date: Fri Sep 14 11:14:42 2007 -0600
54989
54990 Update MPC8349ITX*_config to place config.tmp in right place.
54991
54992 MPC834ITX*_config does not store config.tmp at the correct locatation,
54993 causing MPC8349ITXGP to have the wrong TEXT_BASE.
54994
54995 Signed-off-by: Sam Sparks <SSparks@twacs.com>
54996 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54997
54998 commit 1218abf1b5817a39a82399b4b928b00750575bda
54999 Author: Wolfgang Denk <wd@denx.de>
55000 Date: Sat Sep 15 20:48:41 2007 +0200
55001
55002 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
55003
55004 Signed-off-by: Wolfgang Denk <wd@denx.de>
55005
55006 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
55007 Author: Dirk Behme <dirk.behme@googlemail.com>
55008 Date: Sat Sep 15 11:55:42 2007 +0200
55009
55010 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
55011
55012 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
55013 function local.
55014
55015 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
55016
55017 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
55018
55019 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
55020 Author: Michal Simek <monstr@monstr.eu>
55021 Date: Sat Sep 15 00:03:35 2007 +0200
55022
55023 Synchronize with U-BOOT mainline
55024
55025 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
55026 Author: Sam Sparks <SSparks@twacs.com>
55027 Date: Fri Sep 14 11:14:42 2007 -0600
55028
55029 Update MPC8349ITX*_config to place config.tmp in right place.
55030
55031 MPC834ITX*_config does not store config.tmp at the correct locatation,
55032 causing MPC8349ITXGP to have the wrong TEXT_BASE.
55033
55034 Signed-off-by: Sam Sparks <SSparks@twacs.com>
55035 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55036 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55037
55038 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
55039 Author: Bartlomiej Sieka <tur@semihalf.com>
55040 Date: Thu Sep 13 18:21:48 2007 +0200
55041
55042 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
55043
55044 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55045
55046 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
55047 Author: Bartlomiej Sieka <tur@semihalf.com>
55048 Date: Thu Sep 13 16:33:59 2007 +0200
55049
55050 tqm5200: Restore customary env. variable boot commands for powerpc kernels
55051
55052 - update default definitions of kernel_addr and fdt_addr env. variables
55053 - make arch/powerpc booting the default scenario
55054 - update MTD partition layout to match the above
55055
55056 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55057
55058 commit f34024d4a328e6edd906456da98d2c537155c4f7
55059 Author: Wolfgang Denk <wd@denx.de>
55060 Date: Wed Sep 12 00:48:57 2007 +0200
55061
55062 Fix memory corruption problem on STX GP3 SSA Board.
55063
55064 Signed-off-by: Wolfgang Denk <wd@denx.de>
55065
55066 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
55067 Author: Peter Pearse <peter.pearse@arm.com>
55068 Date: Tue Sep 11 15:35:01 2007 +0100
55069
55070 Final tidy
55071
55072 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
55073 Author: Grzegorz Bernacki <gjb@semihalf.com>
55074 Date: Tue Sep 11 15:42:11 2007 +0200
55075
55076 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
55077 scan on second pci bus.
55078
55079 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55080
55081 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
55082 Author: Grzegorz Bernacki <gjb@semihalf.com>
55083 Date: Tue Sep 11 12:57:52 2007 +0200
55084
55085 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
55086
55087 Bamboo has a file sdram.c which needs special treatment when building in
55088 separate directory. It has to be linked to build directory otherwise it is
55089 not seen.
55090
55091 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55092
55093 commit d45963854eff39d575124d859419bb4953ce2c87
55094 Author: Michal Simek <monstr@monstr.eu>
55095 Date: Tue Sep 11 00:37:04 2007 +0200
55096
55097 [FIX] Microblaze ML401 - repare FLASH handling
55098
55099 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
55100 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
55101 Date: Mon Sep 10 16:55:59 2007 +0100
55102
55103 Allocate CPU Architecture Code for STMicroelectronics' ST200.
55104
55105 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
55106 ---------------------------------------------------
55107
55108 commit 754bac48156f8958d8f6a53a51eda88ab5758929
55109 Author: Wolfgang Denk <wd@denx.de>
55110 Date: Mon Sep 10 20:42:31 2007 +0200
55111
55112 Update version to match current state.
55113
55114 Signed-off-by: Wolfgang Denk <wd@denx.de>
55115
55116 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
55117 Author: Grzegorz Bernacki <gjb@semihalf.com>
55118 Date: Mon Sep 10 17:39:08 2007 +0200
55119
55120 [MPC512x] Streamline frame handling in the FEC driver
55121
55122 - convert frame size settings to be derived from a single base
55123 - set frame size to the recommended default value
55124
55125 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55126
55127 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
55128 Author: Kyungmin Park <kmpark@infradead.org>
55129 Date: Mon Sep 10 11:34:00 2007 +0900
55130
55131 Remove compiler warning: target CPU does not support interworking
55132
55133 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55134
55135 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
55136 Author: Wolfgang Denk <wd@denx.de>
55137 Date: Sun Sep 9 21:21:33 2007 +0200
55138
55139 Fix compile error in spc1920 config.
55140
55141 Signed-off-by: Markus KlotzbĂ¼cher <mk@denx.de>
55142 Signed-off-by: Wolfgang Denk <wd@denx.de>
55143
55144 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
55145 Author: Grant Likely <grant.likely@secretlab.ca>
55146 Date: Fri Sep 7 09:25:07 2007 -0600
55147
55148 Bugfix: make bootm+libfdt compile on boards with no flash
55149
55150 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55151
55152 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
55153 Author: Grzegorz Bernacki <gjb@semihalf.com>
55154 Date: Fri Sep 7 18:35:37 2007 +0200
55155
55156 [PPC440SPe] PCIe environment settings for Katmai and Yucca
55157
55158 - 'pciconfighost' is set by default in order to be able to scan bridges
55159 behind the primary host/PCIe
55160
55161 - 'pciscandelay' env variable is recognized to allow for user-controlled
55162 delay before the PCIe bus enumeration; some peripheral devices require a
55163 significant delay before they can be scanned (e.g. LSI8408E); without the
55164 delay they are not detected
55165
55166 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55167
55168 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
55169 Author: Grzegorz Bernacki <gjb@semihalf.com>
55170 Date: Fri Sep 7 18:20:23 2007 +0200
55171
55172 [PPC440SPe] Improve PCIe configuration space access
55173
55174 - correct configuration space mapping
55175 - correct bus numbering
55176 - better access to config space
55177
55178 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
55179 first device on the first bus. We now allow to configure up to 16 buses;
55180 also, scanning for devices behind the PCIe-PCIe bridge is supported, so
55181 peripheral devices farther in hierarchy can be identified.
55182
55183 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55184
55185 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
55186 Author: Grzegorz Bernacki <gjb@semihalf.com>
55187 Date: Fri Sep 7 17:46:18 2007 +0200
55188
55189 [PPC440SPe] Convert machine check exceptions handling
55190
55191 Convert using fixup mechanism to suppressing MCK for the duration of config
55192 read/write transaction: while fixups work fine with the case of a precise
55193 exception, we identified a major drawback with this approach when there's
55194 an imprecise case. In this scenario there is the following race condition:
55195 the fixup is (by design) set to catch the instruction following the one
55196 actually causing the exception; if an interrupt (e.g. decrementer) happens
55197 between those two instructions, the ISR code is executed before the fixup
55198 handler the machine check is no longer protected by the fixup handler as it
55199 appears as within the ISR code. In consequence the fixup approach is being
55200 phased out and replaced with explicit suppressing of MCK during a PCIe
55201 config read/write cycle.
55202
55203 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55204
55205 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
55206 Author: Wolfgang Denk <wd@denx.de>
55207 Date: Fri Sep 7 17:43:36 2007 +0200
55208
55209 Fix typo in MAKEALL script.
55210
55211 Signed-off-by: Wolfgang Denk <wd@denx.de>
55212
55213 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
55214 Author: Grzegorz Bernacki <gjb@semihalf.com>
55215 Date: Fri Sep 7 17:09:21 2007 +0200
55216
55217 [MPC512x] Proper handling of larger frames in the FEC driver
55218
55219 When frame larger than local RX buffer is received, it is split and handled
55220 by two buffer descriptors. Prior to this patch the FEC driver discarded
55221 contents of a buffer descriptor without the 'LAST' bit set, so the first
55222 part of the frame was lost in case of larger frames. This fix allows to
55223 safely combine the two pieces into the whole frame.
55224
55225 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
55226
55227 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
55228 Author: Rafal Jaworowski <raj@semihalf.com>
55229 Date: Fri Sep 7 17:05:36 2007 +0200
55230
55231 [MPC512x] Correct fixup relocation
55232
55233 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55234
55235 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
55236 Author: Wolfgang Denk <wd@denx.de>
55237 Date: Fri Sep 7 01:21:25 2007 +0200
55238
55239 Update CHANGELOG, minor coding style cleanup.
55240
55241 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
55242 Author: stefano babic <sbabic@denx.de>
55243 Date: Thu Aug 30 23:01:49 2007 +0200
55244
55245 PXA270: Added support for TrizepsIV board.
55246
55247 This patch add support for the Trizeps IV module (520Mhz).
55248
55249 Signed-off-by: Stefano Babic <sbabic@denx.de>
55250
55251 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
55252 Author: stefano babic <sbabic@denx.de>
55253 Date: Thu Aug 30 22:57:04 2007 +0200
55254
55255 PXA270: Add support for multiple serial ports.
55256
55257 This patch adds support for multiple serial ports to the PXA target.
55258 FFUART, BTUART and STUART are supported.
55259
55260 Signed-off-by: Stefano Babic <sbabic@denx.de>
55261
55262 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
55263 Author: stefano babic <sbabic@denx.de>
55264 Date: Thu Aug 30 22:48:47 2007 +0200
55265
55266 PXA270: fix compile issue (invalid lvalue)
55267
55268 Code is broken for PXA270 due to "invalid lvalue in assignment".
55269
55270 This patch fix it in pxa-regs.h
55271
55272 Signed-off-by: Stefano Babic <sbabic@denx.de>
55273
55274 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
55275 Author: Jason Jin <Jason.jin@freescale.com>
55276 Date: Thu Aug 30 18:19:05 2007 +0800
55277
55278 Add BUILD_DIR support for bios emulator.
55279
55280 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55281
55282 commit b4d8a55145442f136982634862341a3e02002bda
55283 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55284 Date: Fri Aug 31 14:41:51 2007 +0900
55285
55286 [MIPS] Remove inline asm string functions
55287
55288 Stop using inline string functions on MIPS as other ARCHs do so,
55289 since the optimized inline asm versions are not small.
55290
55291 This change is triggered by a following MIPS build error:
55292 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
55293 common/exports.c:32: undefined reference to `strcmp'
55294 make: *** [u-boot] Error 1
55295
55296 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55297
55298 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
55299 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55300 Date: Fri Aug 31 14:41:45 2007 +0900
55301
55302 [MIPS] Update asm string header
55303
55304 This patches contains several bugfixes and cleanups in the latest upstream:
55305
55306 - Don't include linux/config.h
55307 - Remove buggy inline version of memscan.
55308 - Merge with Linux 2.6.11-rc3.
55309 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
55310 - Goodbye mips64. 31704 lines of code bite the dust.
55311 - Replace extern inline with static inline.
55312 - Fix return value of strncpy.
55313 - Remove a bunch more "$1" clobbers.
55314
55315 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55316
55317 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
55318 Author: Bartlomiej Sieka <tur@semihalf.com>
55319 Date: Tue Sep 4 17:31:22 2007 +0200
55320
55321 Fix do_bootm_linux() so that multi-file images with FDT blob boot.
55322
55323 Fix incorrect blob address calculation in do_bootm_linux() that prevents
55324 booting the kernel from a multi-file image (kernel + initrd + blob).
55325
55326 Also, make minor updates to the U-Boot's output and to the coding style.
55327
55328 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
55329
55330 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
55331 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
55332 Date: Fri Aug 31 14:29:04 2007 +0200
55333
55334 Add support for Sil680 IDE controller.
55335
55336 o add drivers/sil680.c to support the Sil680 IDE-controller.
55337 o drivers/Makefile: add sil680.o.
55338
55339 Signed-off-by: Gary Jennejohn <garyj@denx.de>
55340
55341 commit e79021223bc339df655e360645a52c457a74b067
55342 Author: Grant Likely <grant.likely@secretlab.ca>
55343 Date: Thu Sep 6 09:47:40 2007 -0600
55344
55345 bootm/fdt: Only process the fdt if an fdt address was provided
55346
55347 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
55348 kernels using the board info structure (instead of passing a device tree)
55349 This change allows the old style booting to be used if the fdt argument
55350 was not passed to 'bootm'.
55351
55352 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55353 Acked-by: Kim Phillips <kim.phillips@freescale.com>
55354
55355 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
55356 Author: Grant Likely <grant.likely@secretlab.ca>
55357 Date: Thu Sep 6 09:46:23 2007 -0600
55358
55359 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
55360
55361 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
55362
55363 Tested on: lite5200b
55364
55365 Note: the fixup functions have not been moved to a common place. This
55366 patch is targeted for immediate merging as in solves a build issue, but
55367 the final name/location of the fixups is still subject to debate. I
55368 propose to merge this now, and move the fixups in the next merge window
55369 to be usable by all targets.
55370
55371 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55372
55373 commit 41bb76e941929f54a73206fb132f7a4c275543a3
55374 Author: Grant Likely <grant.likely@secretlab.ca>
55375 Date: Thu Sep 6 09:46:17 2007 -0600
55376
55377 libfdt: add convenience function fdt_find_and_setprop()
55378
55379 Given the path to a node, fdt_find_and_setprop() allows a property value
55380 to be set directly.
55381
55382 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55383
55384 commit 80767a6cead9990d9e77e62be947843c2c72f469
55385 Author: Peter Pearse <peter.pearse@arm.com>
55386 Date: Wed Sep 5 16:04:41 2007 +0100
55387
55388 Changed API name to coloured_led.h
55389 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
55390 Tidied other cpu/arm920t/start.S code
55391
55392 commit 56a9270521baaa00e12639a978302a67f61ef060
55393 Author: Kumar Gala <galak@kernel.crashing.org>
55394 Date: Thu Aug 30 16:18:18 2007 -0500
55395
55396 Fix ULI RTC support on MPC8544 DS
55397
55398 The RTC on the M1575 ULI chipset requires a dummy read before
55399 we are able to talk to the RTC. We accomplish this by adding a
55400 second memory region to the PHB the ULI is on and read from it.
55401
55402 The second region is added to maintain compatiabilty with Linux's
55403 view of the PCI memory map.
55404
55405 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55406
55407 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
55408 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55409 Date: Thu Aug 30 01:58:48 2007 -0500
55410
55411 ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
55412
55413 pcie is now differentiated from pci. Add 8641 bus-range updates.
55414
55415 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55416
55417 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
55418 Author: Peter Pearse <peter.pearse@arm.com>
55419 Date: Tue Sep 4 16:18:38 2007 +0100
55420
55421 Add coloured led interface for ARM boards.
55422 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
55423
55424 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
55425 Author: Peter Pearse <peter.pearse@arm.com>
55426 Date: Tue Sep 4 14:49:28 2007 +0100
55427
55428 Move include/led.h to board/at91rm9200dk
55429
55430 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
55431 Author: Peter Pearse <peter.pearse@arm.com>
55432 Date: Tue Sep 4 14:25:51 2007 +0100
55433
55434 Ran Lindent on drivers/at45.c
55435
55436 commit 557ab89d294f08dd532f21d19861b40093200a33
55437 Author: Peter Pearse <peter.pearse@arm.com>
55438 Date: Tue Sep 4 14:23:50 2007 +0100
55439
55440 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
55441
55442 commit 81b73dec16fd1227369a191e725e10044a9d56b8
55443 Author: Gary Jennejohn <garyj@denx.de>
55444 Date: Fri Aug 31 15:21:46 2007 +0200
55445
55446 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
55447
55448 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
55449 set to non-zero, because it doesn't support MRM (memory-read-
55450 multiple) correctly. We now added the possibility to configure
55451 this register in the board config file, so that the default value
55452 of 8 can be overridden.
55453
55454 Here the details of this patch:
55455
55456 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
55457 board-specific settings. As an example the sequoia board requires 0.
55458 Idea from Stefan Roese <sr@denx.de>.
55459 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
55460 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
55461 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
55462 CFG_PCI_CACHE_LINE_SIZE to 0.
55463
55464 Signed-off-by: Gary Jennejohn <garyj@denx.de>
55465 Signed-off-by: Stefan Roese <sr@denx.de>
55466
55467 commit 60174746c668b309378a91488dded898e9553eae
55468 Author: Wolfgang Denk <wd@denx.de>
55469 Date: Fri Aug 31 10:01:51 2007 +0200
55470
55471 Fix TFTP OACK code for short packets.
55472
55473 The old code had a loop limit overflow bug which caused a semi-
55474 infinite loop for small packets, because in "i<len-8", "i" was signed,
55475 but "len" was unsigned, and "len-8" became a huge number for small
55476 values of "len".
55477
55478 This is a workaround which replaces broken commit 8f1bc284.
55479
55480 Signed-off-by: Wolfgang Denk <wd@denx.de>
55481
55482 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
55483 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
55484 Date: Thu Aug 30 15:03:05 2007 +0200
55485
55486 Reduce BOOTDELAY variable to 1 second by default for STK1002
55487
55488 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
55489 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55490
55491 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
55492 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
55493 Date: Thu Aug 30 15:03:04 2007 +0200
55494
55495 Remove double quotation marks around MAC address for STK1002
55496
55497 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
55498 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55499
55500 commit ff13ac8c7bbebb238e339592de765c546dba1073
55501 Author: Wolfgang Denk <wd@denx.de>
55502 Date: Thu Aug 30 14:42:15 2007 +0200
55503
55504 Backout commit 8f1bc284 as it causes TFTP to fail.
55505
55506 Signed-off-by: Wolfgang Denk <wd@denx.de>
55507
55508 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
55509 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55510 Date: Thu Aug 30 02:26:17 2007 -0500
55511
55512 Revert "Fix MPC8544DS PCIe3 scsi."
55513
55514 This reverts commit 9468e680.
55515 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
55516
55517 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55518
55519 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
55520 Author: Grant Likely <grant.likely@secretlab.ca>
55521 Date: Wed Aug 29 18:26:24 2007 -0600
55522
55523 tftp: don't implicity trust the format of recevied packets
55524
55525 The TFTP OACK code trusts that the incoming packet is formated as
55526 ASCII text and can be processed by string functions. It also has a
55527 loop limit overflow bug where if the packet length is less than 8, it
55528 ends up looping over *all* of memory to find the 'blksize' string.
55529
55530 This patch solves the problem by forcing the packet to be null
55531 terminated and using strstr() to search for the sub string.
55532
55533 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
55534
55535 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
55536 Author: Stefan Roese <sr@denx.de>
55537 Date: Wed Aug 29 16:31:18 2007 +0200
55538
55539 ppc4xx: Change lwmon5 default environment to support Linux RTC
55540
55541 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
55542 to supply the RTC I2C address as bootline parameter. This patch
55543 adds support for this rtc probing parameter to the bootargs:
55544
55545 "rtc-pcf8563.probe=0,0x51"
55546
55547 Signed-off-by: Stefan Roese <sr@denx.de>
55548
55549 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
55550 Author: Kim Phillips <kim.phillips@freescale.com>
55551 Date: Wed Aug 29 09:06:05 2007 -0500
55552
55553 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
55554
55555 this had slipped through the cracks, since the sbc board was added
55556 after I wrote the original patch to remove all these symbols, and
55557 before it was merged.
55558
55559 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55560
55561 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
55562 Author: Wolfgang Denk <wd@denx.de>
55563 Date: Wed Aug 29 14:05:30 2007 +0200
55564
55565 Add mii_init() prototype
55566
55567 to get rid of a *lot* of compiler warnings.
55568
55569 Signed-off-by: Wolfgang Denk <wd@denx.de>
55570
55571 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
55572 Author: Wolfgang Denk <wd@denx.de>
55573 Date: Wed Aug 29 13:35:03 2007 +0200
55574
55575 Disable network support on cmi_mpc5xx board
55576
55577 ..because it caused compiler errors and there seems to be no
55578 board maintainer to take care of this.
55579
55580 Signed-off-by: Wolfgang Denk <wd@denx.de>
55581
55582 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
55583 Author: Kumar Gala <galak@kernel.crashing.org>
55584 Date: Mon Aug 20 09:44:00 2007 -0500
55585
55586 Fix MPC8544DS PCIe3 scsi.
55587
55588 <ed.swarthout@freescale.com>
55589
55590 The problem is pciauto_setup_device() getting called from fsl_pci_init.c
55591 is allocating memory space it doesn't need.
55592
55593 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
55594 Signed-off-by: Andy Fleming <afleming@freescale.com>
55595
55596 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
55597 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55598 Date: Tue Aug 21 09:38:59 2007 -0500
55599
55600 8548cds fixes
55601
55602 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
55603 correct consoledev needed for linux boot.
55604 Standardize on fdt{file,addr} var to hold dtb file name.
55605
55606 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
55607
55608 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
55609
55610 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
55611 Author: Haiying Wang <Haiying.Wang@freescale.com>
55612 Date: Thu Aug 23 15:20:54 2007 -0400
55613
55614 Enable L2 cache for MPC8568MDS board
55615
55616 The L2 cache size is 512KB for 8568, print out the correct informaiton.
55617
55618 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
55619
55620 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
55621 Author: Jason Jin <Jason.jin@freescale.com>
55622 Date: Wed Aug 22 17:54:49 2007 +0800
55623
55624 Remove the bios emulator binary files from MAI board
55625
55626 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55627
55628 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
55629 Author: Kim Phillips <kim.phillips@freescale.com>
55630 Date: Tue Aug 21 17:00:17 2007 -0500
55631
55632 support board vendor-common makefiles
55633
55634 if a board/$(VENDOR)/common/Makefile exists, build it.
55635
55636 also add the first such case, board/freescale/common/Makefile, to
55637 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
55638 dictated by board configuration.
55639
55640 thusly get rid of alternate build dir errors such as:
55641
55642 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
55643
55644 by putting the common/ mkdir command in its proper place (the common
55645 Makefile). Common bits from existing individual board Makefiles have
55646 been removed.
55647
55648 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55649
55650 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
55651 Author: stefano babic <sbabic@denx.de>
55652 Date: Tue Aug 21 15:52:33 2007 +0200
55653
55654 Fix: TFTP is not working on little endian systems
55655
55656 TFTP does not work anymore after multicast tftp
55657 patch was applied on little endian systems.
55658 This patch fix it.
55659
55660 Signed-off-by: Stefano Babic <sbabic@denx.de>
55661
55662 commit 5f470948570526e9186f053a3003da7719604e90
55663 Author: stefano babic <sbabic@denx.de>
55664 Date: Tue Aug 21 15:50:33 2007 +0200
55665
55666 Fix MAC address setting in DM9000 driver.
55667
55668 The logic to check if there is a correct MAC address in the DM9000
55669 EEPROM, added in the last patch, is wrong. Now the MAC address is
55670 always taken from the environment, even if a suitable MAC is present
55671 in the EEPROM.
55672
55673 Signed-off-by: Stefano Babic <sbabic@denx.de>
55674
55675 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
55676 Author: Martin Krause <martin.krause@tqs.de>
55677 Date: Tue Aug 21 12:40:34 2007 +0200
55678
55679 MPC5xxx: fix some compiler warnings in USB code
55680
55681 Fix the following warnings:
55682 - usb.c:xx: warning: function declaration isn't a prototype
55683 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
55684 from pointer wihtout a cast
55685
55686 Signed-off-by: Martin Krause <martin.krase@tqs.de>
55687
55688 commit 16e23c3f5dab6937f5109365416808c7f15c122b
55689 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
55690 Date: Mon Aug 20 23:55:33 2007 -0500
55691
55692 fsl_pci_init - Remove self PCSRBAR allocation
55693
55694 CPU physical address space was being wasted by allocating a
55695 PCSRBAR PCI inbound region to it's memory space.
55696
55697 As a rule, PCSRBAR should be left alone since it does not affect
55698 transactions from self and other masters may have changed it.
55699
55700 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
55701
55702 commit 0e700ce03a23bb1921149bc77008ace7103d5289
55703 Author: Martin Krause <martin.krause@tqs.de>
55704 Date: Mon Aug 20 13:56:47 2007 +0200
55705
55706 Fix compiler warning in include/s3c2410.h
55707
55708 This patch fixes the "type qualifiers ignored on fuction return tpye"
55709 warning for include/s3c2410.h
55710
55711 Signed-off-by: Martin Krause <martin.krause@tqs.de>
55712
55713 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
55714 Author: Dirk Behme <dirk.behme@googlemail.com>
55715 Date: Mon Aug 20 07:09:05 2007 +0200
55716
55717 Fix compilation error for omap2420h4_config.
55718
55719 omap2420h4 switched to cfi, so remove old (already disabled) flash.c
55720 and flash_probe() calls in env_flash.c.
55721
55722 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
55723
55724 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
55725 Author: Kim Phillips <kim.phillips@freescale.com>
55726 Date: Fri Aug 10 14:34:14 2007 -0500
55727
55728 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
55729
55730 and make some minor corrections to the FDT part of the README.
55731
55732 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55733
55734 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
55735 Author: Wolfgang Denk <wd@denx.de>
55736 Date: Wed Aug 29 01:32:05 2007 +0200
55737
55738 Minor coding style cleanup.
55739
55740 Signed-off-by: Wolfgang Denk <wd@denx.de>
55741
55742 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
55743 Author: Heiko Schocher <hs@pollux.denx.de>
55744 Date: Tue Aug 28 17:40:33 2007 +0200
55745
55746 [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
55747
55748 Signed-off-by: Heiko Schocher <hs@denx.de>
55749
55750 commit f98984cb194bb34dbe1db9429d3b51133af30d07
55751 Author: Heiko Schocher <hs@pollux.denx.de>
55752 Date: Tue Aug 28 17:39:14 2007 +0200
55753
55754 IDE: - make ide_inb () and ide_outb () "weak", so boards can
55755 define there own I/O functions.
55756 (Needed for the pcs440ep board).
55757 - The default I/O Functions are again 8 Bit accesses.
55758 - Added CONFIG_CMD_IDE for the pcs440ep Board.
55759
55760 Signed-off-by: Heiko Schocher <hs@denx.de>
55761
55762 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
55763 Author: Semih Hazar <semih.hazar@indefia.com>
55764 Date: Mon Aug 20 19:00:01 2007 +0300
55765
55766 AVR32: Change prototype of memset
55767
55768 Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
55769 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55770
55771 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
55772 Author: Yuri Tikhonov <yur@emcraft.com>
55773 Date: Sat Aug 25 05:07:16 2007 +0200
55774
55775 POST: limit memory test area to not touch global data anymore
55776
55777 As experienced on lwmon5, on some boards the POST memory test can
55778 corrupt the global data buffer (bd). This patch fixes this issue
55779 by checking and limiting this area.
55780
55781 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
55782 Signed-off-by: Stefan Roese <sr@denx.de>
55783
55784 commit 75e1a84d483e36be10e206e539b028c4889e1158
55785 Author: Stefan Roese <sr@denx.de>
55786 Date: Fri Aug 24 15:41:42 2007 +0200
55787
55788 ppc4xx: Add RTC POST test to lwmon5 board configuration
55789
55790 Since this RTC POST test is taking quite a while to complete
55791 it's only initiated upon special keypress same as the complete
55792 memory POST.
55793
55794 Signed-off-by: Stefan Roese <sr@denx.de>
55795
55796 commit d7bfa620037a6d2210159387571bdf93aa32c162
55797 Author: Stefan Roese <sr@denx.de>
55798 Date: Fri Aug 24 15:19:10 2007 +0200
55799
55800 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
55801
55802 Signed-off-by: Stefan Roese <sr@denx.de>
55803
55804 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
55805 Author: Stefan Roese <sr@denx.de>
55806 Date: Thu Aug 23 11:02:37 2007 +0200
55807
55808 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
55809
55810 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
55811 board. Now the "eeprom" command can be used to read/write from/to this
55812 device. Additionally a new command was added "eepromwp" to en-/disable
55813 the write-protect of this 2nd EEPROM.
55814
55815 The 1st EEPROM is not affected by this write-protect command.
55816
55817 Signed-off-by: Stefan Roese <sr@denx.de>
55818
55819 commit c64fb30e4c5976007d56fc1789c7a0666082b536
55820 Author: Stefan Roese <sr@denx.de>
55821 Date: Wed Aug 22 08:56:09 2007 +0200
55822
55823 ppc4xx: Remove unused option CFG_INIT_RAM_OCM
55824
55825 Signed-off-by: Stefan Roese <sr@denx.de>
55826
55827 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
55828 Author: Stefan Roese <sr@denx.de>
55829 Date: Tue Aug 21 16:27:57 2007 +0200
55830
55831 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
55832
55833 This patch adds support for the matrix keyboard on the lwmon5 board.
55834 Since the implementation in the dsPCI is kind of compatible with the
55835 "old" lwmon board, most of the code is copied from the lwmon
55836 board directory.
55837
55838 Signed-off-by: Stefan Roese <sr@denx.de>
55839
55840 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
55841 Author: Wolfgang Denk <wd@denx.de>
55842 Date: Sun Aug 19 10:27:34 2007 +0200
55843
55844 Fix some build errors.
55845
55846 Signed-off-by: Wolfgang Denk <wd@denx.de>
55847
55848 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
55849 Author: Wolfgang Denk <wd@denx.de>
55850 Date: Sat Aug 18 22:00:38 2007 +0200
55851
55852 Update CHANGELOG.
55853
55854 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
55855 Author: Kim Phillips <kim.phillips@freescale.com>
55856 Date: Thu Aug 16 22:52:39 2007 -0500
55857
55858 lib_ppc: make board_add_ram_info weak
55859
55860 platforms wishing to display RAM diagnostics in addition to size,
55861 can do so, on one line, in their own board_add_ram_info()
55862 implementation.
55863
55864 this consequently eliminates CONFIG_ADD_RAM_INFO.
55865
55866 Thanks to Stefan for the hint.
55867
55868 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55869
55870 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
55871 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55872 Date: Fri Aug 17 12:43:44 2007 +0900
55873
55874 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
55875
55876 This patch has been sent on:
55877 - 6 Jun 2007
55878
55879 Many users of PCI config read routines tend to ignore the function
55880 ret value, and are only concerned about the contents of *val. Based
55881 on this, pci_hose_read_config_{byte,word}_via_dword should initialize
55882 the *val on dword read error.
55883
55884 Without this fix, for example, we'll go on scanning bus with vendor or
55885 header_type uninitialized. This brings many unnecessary config trials.
55886
55887 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
55888
55889 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
55890 Author: Stefan Roese <sr@denx.de>
55891 Date: Sat Aug 18 14:37:52 2007 +0200
55892
55893 ColdFire: Fix some remaining problems with CFG_CMD_
55894
55895 Signed-off-by: Stefan Roese <sr@denx.de>
55896
55897 commit 8280f6a1c43247616b68224675188e5ccd124650
55898 Author: Stefan Roese <sr@denx.de>
55899 Date: Sat Aug 18 14:33:02 2007 +0200
55900
55901 Coding style cleanup
55902
55903 Signed-off-by: Stefan Roese <sr@denx.de>
55904
55905 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
55906 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55907 Date: Thu Aug 16 19:23:50 2007 -0500
55908
55909 ColdFire: Add M5235EVB Platform for MCF523x
55910
55911 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55912
55913 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
55914 Author: Kim Phillips <kim.phillips@freescale.com>
55915 Date: Fri Aug 17 09:30:00 2007 -0500
55916
55917 mpc83xx: fix typo in DDR2 programming
55918
55919 introduced in the implement board_add_ram_info patch as I was cleaning out the
55920 magic numbers. sorry.
55921
55922 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55923
55924 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
55925 Author: Kim Phillips <kim.phillips@freescale.com>
55926 Date: Thu Aug 16 22:53:09 2007 -0500
55927
55928 mpc83xx: move freescale boards to boards/freescale
55929
55930 includes build fixes.
55931
55932 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55933
55934 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
55935 Author: Kim Phillips <kim.phillips@freescale.com>
55936 Date: Thu Aug 16 22:52:59 2007 -0500
55937
55938 mpc83xx: suppress unused variable 'val8' warning
55939
55940 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55941
55942 commit bbea46f76f767b919070b4829bf34c86bd223248
55943 Author: Kim Phillips <kim.phillips@freescale.com>
55944 Date: Thu Aug 16 22:52:48 2007 -0500
55945
55946 mpc83xx: implement board_add_ram_info
55947
55948 add board_add_ram_info, to make memory diagnostic output more
55949 consistent. u-boot banner output now looks like:
55950
55951 DRAM: 256 MB (DDR1, 64-bit, ECC on)
55952
55953 and for boards with SDRAM on the local bus, a line such as this is
55954 added:
55955
55956 SDRAM: 64 MB (local bus)
55957
55958 also replaced some magic numbers with their equivalent define names.
55959
55960 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
55961
55962 commit 14778585d1389d86d5846efec29e5fce892680ce
55963 Author: Tony Li <tony.li@freescale.com>
55964 Date: Fri Aug 17 10:35:59 2007 +0800
55965
55966 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
55967
55968 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
55969 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
55970
55971 Signed-off-by Tony Li <tony.li@freescale.com>
55972
55973 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
55974 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55975 Date: Thu Aug 16 15:05:11 2007 -0500
55976
55977 ColdFire: Add M54455EVB for MCF5445x
55978
55979 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55980
55981 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
55982 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55983 Date: Thu Aug 16 13:20:50 2007 -0500
55984
55985 ColdFire: Add M5253EVBE platform for MCF52x2
55986
55987 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55988
55989 commit a605aacd8324094199402816cc6d9124aba57b8d
55990 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55991 Date: Thu Aug 16 05:04:31 2007 -0500
55992
55993 ColdFire: Add M5249EVB platform for MCF52x2
55994
55995 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55996
55997 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
55998 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55999 Date: Wed Aug 15 20:32:06 2007 -0500
56000
56001 ColdFire: Update Freescale MCF52x2 platforms
56002
56003 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56004
56005 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
56006 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56007 Date: Wed Aug 15 19:55:10 2007 -0500
56008
56009 ColdFire: Update EB+MCF-EV123 platform
56010
56011 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56012
56013 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
56014 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56015 Date: Wed Aug 15 19:46:38 2007 -0500
56016
56017 ColdFire: update TASREG platform for MCF52x2
56018
56019 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56020
56021 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
56022 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56023 Date: Wed Aug 15 19:45:51 2007 -0500
56024
56025 ColdFire: update r5200 platform for MCF52x2
56026
56027 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56028
56029 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
56030 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56031 Date: Wed Aug 15 19:43:20 2007 -0500
56032
56033 ColdFire: idmr platform MCF52x2 update
56034
56035 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56036
56037 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
56038 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56039 Date: Wed Aug 15 19:41:06 2007 -0500
56040
56041 ColdFire: cobra5272 platform for MCF52x2 update
56042
56043 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56044
56045 commit 56115665b4a64c10c01440c57749b265e0908fa4
56046 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56047 Date: Wed Aug 15 19:38:15 2007 -0500
56048
56049 ColdFire: MCF52x2 Header files update
56050
56051 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56052
56053 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
56054 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56055 Date: Wed Aug 15 19:21:21 2007 -0500
56056
56057 ColdFire: MCF52x2 update
56058
56059 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56060
56061 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
56062 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56063 Date: Wed Aug 15 18:46:11 2007 -0500
56064
56065 ColdFire: MCF5329 update cache
56066
56067 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56068
56069 commit 7171977fb8fd77cfb6676953fa9a05789c450513
56070 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56071 Date: Wed Aug 15 15:40:20 2007 -0500
56072
56073 ColdFire: MCF5329 header file clean up
56074
56075 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56076
56077 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
56078 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56079 Date: Wed Aug 15 15:39:17 2007 -0500
56080
56081 ColdFire: MCF5329 Update and cleanup
56082
56083 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
56084
56085 commit 10327dc5541f947c0cf7e31fef86c4706169607a
56086 Author: Andy Fleming <afleming@freescale.com>
56087 Date: Thu Aug 16 16:35:02 2007 -0500
56088
56089 Add CONFIG_HAS_ETH0 to all boards with TSEC
56090
56091 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
56092 to update TSEC1's device-tree node, so we need to add it
56093 to all the boards with TSECs. Do this for 83xx and 86xx, too,
56094 since they will eventually do something similar.
56095
56096 Signed-off-by: Andy Fleming <afleming@freescale.com>
56097
56098 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
56099 Author: Kumar Gala <galak@kernel.crashing.org>
56100 Date: Thu Aug 16 15:05:04 2007 -0500
56101
56102 Update MPC8544 DS PCI memory map
56103
56104 The PCIe bus that the ULI M1575 is connected to has no possible way of
56105 needing more than the fixed amount of IO & Memory space needed by the ULI.
56106
56107 So make it use far less IO & memory space and have it use the shared LAW. This
56108 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed
56109 by each bus.
56110
56111 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56112
56113 commit ea5877e31ed63ade948fd1293895ec23fe01472e
56114 Author: Kumar Gala <galak@kernel.crashing.org>
56115 Date: Thu Aug 16 11:01:21 2007 -0500
56116
56117 Fix up some fdt issues on 8544DS
56118
56119 It looks like we had a merge issue that duplicated a bit of code
56120 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get
56121 the MAC address properly set in the device tree on boot for TSEC1
56122
56123 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56124
56125 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
56126 Author: Niklaus Giger <niklaus.giger@netstal.com>
56127 Date: Thu Aug 16 15:16:03 2007 +0200
56128
56129 PPC4xx:HCU4/5 cleanup
56130
56131 Minor cleanups to confirm to the u-boot coding style.
56132 Some german expressions -> english.
56133 HCU5 enforces a unique IP adress for a given slot in the rack.
56134
56135 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
56136
56137 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
56138 Author: Niklaus Giger <niklaus.giger@netstal.com>
56139 Date: Thu Aug 16 15:16:02 2007 +0200
56140
56141 PPC4xx:HCU4/5 cleanup ecc/sdram init
56142
56143 Make ecc initialisation robust, as DDR2-ECC errors may be generated
56144 while zeroing the RAM.
56145
56146 Return 16 bytes (a cacheline) less than the available memory, as the
56147 board and/or PPC440EPx might have problems accessing the last bytes.
56148
56149 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
56150
56151 commit d35b508a55508535b6e8445b718585d27df733d3
56152 Author: Kim Phillips <kim.phillips@freescale.com>
56153 Date: Wed Aug 15 22:29:56 2007 -0500
56154
56155 fdt: suppress unused variable 'bd' warning
56156
56157 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56158
56159 commit 82bd9ee77490588d4da785d75829ca63d0176baf
56160 Author: Andy Fleming <afleming@freescale.com>
56161 Date: Wed Aug 15 20:06:50 2007 -0500
56162
56163 Fix warnings from of_data copy fix
56164
56165 Forgot to cast of_flat_tree to ulong.
56166
56167 Signed-off-by: Andy Fleming <afleming@freescale.com>
56168
56169 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
56170 Author: Andy Fleming <afleming@freescale.com>
56171 Date: Wed Aug 15 20:03:44 2007 -0500
56172
56173 Don't wait for disconnected TSECs
56174
56175 The TSEC driver's PHY code waits a long time for autonegotiation to
56176 complete, even if the link is down. The PHY knows the link is
56177 down or up before autonegotiation completes, so we can short-circuit
56178 the process if the link is down.
56179
56180 Signed-off-by: Andy Fleming <afleming@freescale.com>
56181
56182 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
56183 Author: Andy Fleming <afleming@freescale.com>
56184 Date: Wed Aug 15 20:03:34 2007 -0500
56185
56186 Fix numerous bugs in the 8568 UEC support
56187
56188 Actually, fixed a large bug in the UEC for *all* platforms.
56189 How did this ever work?
56190
56191 uec_init() did not follow the spec for eth_init(), and returned
56192 0 on success. Switch it to return the link like tsec_init()
56193 (and 0 on error)
56194
56195 The immap for the 8568 was defined based on MPC8568, rather than
56196 CONFIG_MPC8568
56197
56198 CONFIG_QE was off
56199
56200 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0"
56201
56202 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
56203 enabled
56204
56205 Signed-off-by: Andy Fleming <afleming@freescale.com>
56206
56207 commit 3a79013e2adda53332dfd0b511066a805e929a9d
56208 Author: Andy Fleming <afleming@freescale.com>
56209 Date: Wed Aug 15 20:03:25 2007 -0500
56210
56211 Define tsec flag values in config files
56212
56213 The tsec_info structure and array has a "flags" field for each
56214 ethernet controller. This field is the only reason there are
56215 settings. Switch to defining TSECn_FLAGS for each controller
56216 in the config header, and we can greatly simplify the array, and
56217 also simplify the addition of future boards.
56218
56219 Signed-off-by: Andy Fleming <afleming@freescale.com>
56220
56221 commit ec7238229507e7f47533a611ea8c53319d234cf3
56222 Author: Andy Fleming <afleming@freescale.com>
56223 Date: Wed Aug 15 20:03:13 2007 -0500
56224
56225 Add support for building all boards with a TSEC
56226
56227 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
56228 Now we can do a MAKEALL test on all of them!
56229
56230 Signed-off-by: Andy Fleming <afleming@freescale.com>
56231
56232 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
56233 Author: Andy Fleming <afleming@freescale.com>
56234 Date: Wed Aug 15 17:30:56 2007 -0500
56235
56236 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
56237
56238 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
56239 neglected to *also* put the code inside the similar #ifdef
56240 for CONFIG_OF_FLAT_TREE.
56241
56242 Signed-off-by: Andy Fleming <afleming@freescale.com>
56243
56244 commit 78f9fef7f406078c8bf7191e665a73f795157746
56245 Author: Scott Wood <scottwood@freescale.com>
56246 Date: Wed Aug 15 15:46:46 2007 -0500
56247
56248 mpc885ads: Don't define CONFIG_BZIP2.
56249
56250 bzip2 requires a significant chunk of malloc space, and there isn't
56251 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
56252 and a downloaded image at 0x400000.
56253
56254 Signed-off-by: Scott Wood <scottwood@freescale.com>
56255
56256 commit 002275a3ed8b114885f6702d6d544d0780dfe689
56257 Author: Michal Simek <Monstr@seznam.cz>
56258 Date: Thu Aug 16 08:54:10 2007 +0200
56259
56260 Bios emulator - fix microblaze toolchain problem
56261
56262 microblaze CPU have problem with bios_emulator code.
56263 Microblaze toolchain doesn't support PRAGMA PACK.
56264
56265 Signed-off-by: Michal Simek <monstr@monstr.eu>
56266
56267 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
56268 Author: Wolfgang Denk <wd@denx.de>
56269 Date: Thu Aug 16 11:51:04 2007 +0200
56270
56271 Minor Coding Style fix; Update CHANGELOG file.
56272
56273 Signed-off-by: Wolfgang Denk <wd@denx.de>
56274
56275 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
56276 Author: Stefan Roese <sr@denx.de>
56277 Date: Thu Aug 16 11:21:49 2007 +0200
56278
56279 ppc4xx: Remove #warning in esd auto_update.c
56280
56281 Signed-off-by: Stefan Roese <sr@denx.de>
56282
56283 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
56284 Author: Stefan Roese <sr@denx.de>
56285 Date: Fri Jun 22 17:32:28 2007 +0200
56286
56287 ppc7xx: Update CPCI750 board
56288
56289 This small CPCI750 update extends the board specific command
56290 "show_config" to display the Marvell strapping registers and
56291 extends the PCI IDE controller.
56292
56293 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
56294 Signed-off-by: Stefan Roese <sr@denx.de>
56295
56296 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
56297 Author: Michal Simek <monstr@monstr.eu>
56298 Date: Thu Aug 16 10:46:28 2007 +0200
56299
56300 [FIX] Changes for bios_emulator code for others architecture
56301
56302 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
56303 Author: Michal Simek <monstr@monstr.eu>
56304 Date: Thu Aug 16 10:45:09 2007 +0200
56305
56306 [FIX] Remove unused include file
56307
56308 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
56309 Author: Stefan Roese <sr@denx.de>
56310 Date: Thu Aug 16 10:18:33 2007 +0200
56311
56312 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
56313
56314 Signed-off-by: Stefan Roese <sr@denx.de>
56315
56316 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
56317 Author: Stefan Roese <sr@denx.de>
56318 Date: Thu Aug 16 09:54:51 2007 +0200
56319
56320 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
56321
56322 Signed-off-by: Stefan Roese <sr@denx.de>
56323
56324 commit 02ba7022f62bb75908296c58c63866e1d294b69a
56325 Author: Stefan Roese <sr@denx.de>
56326 Date: Thu Aug 16 09:52:29 2007 +0200
56327
56328 ppc4xx: Update Sequoia/Rainier bootstrap command
56329
56330 As suggested by David Mitchell, here an update for the Sequoia/Rainier
56331 bootstrap command.
56332
56333 Signed-off-by: Stefan Roese <sr@denx.de>
56334
56335 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
56336 Author: Kim Phillips <kim.phillips@freescale.com>
56337 Date: Wed Aug 15 22:30:39 2007 -0500
56338
56339 mpc83xx: enable libfdt by default on freescale boards
56340
56341 this enables libfdt code by default for the
56342 freescale mpc8313erdb, mpc832xemds, mpc8349emds,
56343 mpc8349itx and gp boards.
56344
56345 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56346
56347 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
56348 Author: Kim Phillips <kim.phillips@freescale.com>
56349 Date: Wed Aug 15 22:30:33 2007 -0500
56350
56351 mpc83xx: migrate remaining freescale boards to libfdt
56352
56353 this adds libfdt support code for the freescale
56354 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
56355 and gp boards.
56356
56357 Boards remain compatible with OF_FLAT_TREE.
56358
56359 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56360
56361 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
56362 Author: Kim Phillips <kim.phillips@freescale.com>
56363 Date: Wed Aug 15 22:30:26 2007 -0500
56364
56365 mpc83xx: move common /memory node update mechanism to cpu.c
56366
56367 also adds common prototypes to include/common.h.
56368
56369 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56370
56371 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
56372 Author: Kim Phillips <kim.phillips@freescale.com>
56373 Date: Wed Aug 15 22:30:19 2007 -0500
56374
56375 mpc83xx: remaining 8360 libfdt fixes
56376
56377 PCI clocks and QE frequencies weren't being updated, and the core clock
56378 was being updated incorrectly. This patch also adds a /memory node if
56379 it doesn't already exist prior to update.
56380
56381 plus some cosmetic trimming to single line comments.
56382
56383 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56384
56385 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
56386 Author: Kim Phillips <kim.phillips@freescale.com>
56387 Date: Wed Aug 15 22:30:12 2007 -0500
56388
56389 mpc83xx: fix UEC2->1 typo in libfdt setup code
56390
56391 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56392
56393 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
56394 Author: Kim Phillips <kim.phillips@freescale.com>
56395 Date: Wed Aug 15 22:30:05 2007 -0500
56396
56397 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
56398
56399 and reorder the existing 83xx maintainers alpha.
56400
56401 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56402
56403 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
56404 Author: Michal Simek <monstr@monstr.eu>
56405 Date: Wed Aug 15 21:15:05 2007 +0200
56406
56407 [FIX] Resolve problem with warnings
56408 microblaze toolchain don't support PRAGMA PACK.
56409
56410 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
56411 Author: Michal Simek <monstr@monstr.eu>
56412 Date: Wed Aug 15 21:05:07 2007 +0200
56413
56414 [FIX] Correction command setting for Microblaze boards
56415
56416 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
56417 Author: Michal Simek <monstr@monstr.eu>
56418 Date: Wed Aug 15 21:03:41 2007 +0200
56419
56420 [FIX] Correction command definition
56421
56422 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
56423 Author: Jon Loeliger <jdl@freescale.com>
56424 Date: Wed Aug 15 11:55:35 2007 -0500
56425
56426 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
56427
56428 Remove a leftover in net/tftp.c while we're at it.
56429
56430 Signed-off-by: Jon Loeliger <jdl@freescale.com>
56431
56432 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
56433 Author: Jon Loeliger <jdl@freescale.com>
56434 Date: Wed Aug 15 12:20:40 2007 -0500
56435
56436 Move the MPC8641HPCN board under board/freescale.
56437
56438 Minor path corrections needed to ensure buildability.
56439
56440 Signed-off-by: Jon Loeliger <jdl@freescale.com>
56441
56442 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
56443 Author: Jon Loeliger <jdl@freescale.com>
56444 Date: Wed Aug 15 11:46:22 2007 -0500
56445
56446 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
56447
56448 Remove a leftover in net/tftp.c while we're at it.
56449
56450 Signed-off-by: Jon Loeliger <jdl@freescale.com>
56451
56452 commit 210f463c71917b7a4495c2103c228b9c179ae64d
56453 Author: Jerry Van Baren <gvb.uboot@gmail.com>
56454 Date: Wed Aug 15 11:13:15 2007 -0400
56455
56456 Fix where the #ifdef CFG_BOOTMAPSZ is placed.
56457
56458 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
56459 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
56460 when it should have gone inside of the conditional. As a result, it
56461 broke non-LIBFDT board builds.
56462
56463 Also added a missing "not." to the comment.
56464
56465 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
56466
56467 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
56468 Author: Niklaus Giger <niklaus.giger@netstal.com>
56469 Date: Wed Aug 15 12:14:23 2007 +0200
56470
56471 PPC4xx:HCU4/5-Board fix compile warning
56472
56473 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
56474
56475 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
56476 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56477 Date: Tue Aug 14 14:06:45 2007 -0500
56478
56479 Fix malloc size error in ahci_init_one.
56480
56481 Typically this causes scsi init to corrupt the
56482 devlist and break the coninfo command.
56483 Fix a compiler size warning.
56484
56485 Signed-off-by: Jason Jin <jason.jin@freescale.com>
56486 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56487 Acked-by: Andy Fleming <afleming@freescale.com>
56488
56489 commit b361acd64fd2525c081b9b288b0804efe209c0e9
56490 Author: ksi@koi8.net <ksi@koi8.net>
56491 Date: Tue Aug 14 10:02:16 2007 -0700
56492
56493 TI DaVinci - fix unsupported %hhx format
56494
56495 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
56496
56497 commit f01dbb5424a81453c81190dd30e945891466f621
56498 Author: Wolfgang Denk <wd@denx.de>
56499 Date: Tue Aug 14 18:42:36 2007 +0200
56500
56501 Coding style cleanup. Update CHANGELOG.
56502
56503 Signed-off-by: Wolfgang Denk <wd@denx.de>
56504
56505 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
56506 Author: Andy Fleming <afleming@freescale.com>
56507 Date: Tue Aug 14 10:32:59 2007 -0500
56508
56509 Fix initrd/dtb interaction
56510
56511 The original code would wrongly relocate the blob to be right before
56512 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ,
56513 if it is defined. So we make two changes:
56514
56515 1) flag the blob for relocation whenever its address is above BOOTMAPSZ
56516
56517 2) If the blob is being relocated, relocate it before kbd, not initrd
56518
56519 Signed-off-by: Andy Fleming <afleming@freescale.com>
56520
56521 commit e54b970173769307a116bd34028b6d0c2eea2a4e
56522 Author: Peter Pearse <peter.pearse@arm.com>
56523 Date: Tue Aug 14 15:40:00 2007 +0100
56524
56525 Supply spi interface in at45.c
56526
56527 commit 4ce846ec59f36b85d6644a769690ad3feb667575
56528 Author: Stefan Roese <sr@denx.de>
56529 Date: Tue Aug 14 15:12:01 2007 +0200
56530
56531 POST: Fix merge problem
56532
56533 Signed-off-by: Stefan Roese <sr@denx.de>
56534
56535 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
56536 Author: Stefan Roese <sr@denx.de>
56537 Date: Tue Aug 14 15:03:17 2007 +0200
56538
56539 Coding style cleanup
56540
56541 Signed-off-by: Stefan Roese <sr@denx.de>
56542
56543 commit 779e975117a75e91fcebe226a63104dbfb924ab1
56544 Author: Stefan Roese <sr@denx.de>
56545 Date: Tue Aug 14 14:44:41 2007 +0200
56546
56547 ppc4xx: Add initial Zeus (PPC405EP) board support
56548
56549 Signed-off-by: Stefan Roese <sr@denx.de>
56550
56551 commit c5a172a5fd636c12467429e3f7910e53773979c6
56552 Author: Stefan Roese <sr@denx.de>
56553 Date: Tue Aug 14 14:41:55 2007 +0200
56554
56555 POST: Add option for external ethernet loopback test
56556
56557 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
56558 is not done using an internal loopback connection, but by assuming
56559 that an external loopback connector is plugged into the board.
56560
56561 Signed-off-by: Stefan Roese <sr@denx.de>
56562
56563 commit eb2b4010ae426245172988804ee8d9193fb41038
56564 Author: Stefan Roese <sr@denx.de>
56565 Date: Tue Aug 14 14:39:44 2007 +0200
56566
56567 POST: Add ppc405 support to cache and UART POST
56568
56569 Signed-off-by: Stefan Roese <sr@denx.de>
56570
56571 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
56572 Author: Peter Pearse <peter.pearse@arm.com>
56573 Date: Tue Aug 14 10:46:32 2007 +0100
56574
56575 Replace lost end of at45.c.
56576
56577 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
56578 Author: Peter Pearse <peter.pearse@arm.com>
56579 Date: Tue Aug 14 10:30:06 2007 +0100
56580
56581 Update Makefiles for merged and split at45.c.
56582
56583 commit 3454cece2db57cb9eb7087995f7e73066a163f71
56584 Author: Peter Pearse <peter.pearse@arm.com>
56585 Date: Tue Aug 14 10:21:06 2007 +0100
56586
56587 Delete the merged files.
56588
56589 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
56590 Author: Peter Pearse <peter.pearse@arm.com>
56591 Date: Tue Aug 14 10:14:05 2007 +0100
56592
56593 Add the files.
56594
56595 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
56596 Author: Peter Pearse <peter.pearse@arm.com>
56597 Date: Tue Aug 14 10:10:52 2007 +0100
56598
56599 Add MACH_TYPE records for several AT91 boards.
56600 Merge to two at45.c files into a common file, split to at45.c and spi.c
56601 Fix spelling error in DM9161 PHY Support.
56602 Initialize at91rm9200 board (and set LED).
56603 Add PIO control for at91rm9200dk LEDs and Mux.
56604 Change dataflash partition boundaries to be compatible with Linux 2.6.
56605
56606 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
56607 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
56608
56609 commit 4ef35e53c693556c54b0c22d6f873de87bade253
56610 Author: Wolfgang Denk <wd@denx.de>
56611 Date: Tue Aug 14 09:54:46 2007 +0200
56612
56613 Coding style cleanup, update CHANGELOG
56614
56615 Signed-off-by: Wolfgang Denk <wd@denx.de>
56616
56617 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
56618 Author: Wolfgang Denk <wd@denx.de>
56619 Date: Tue Aug 14 09:47:27 2007 +0200
56620
56621 Coding style cleanup; rebuild CHANGELOG
56622
56623 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
56624 Author: Randy Vinson <rvinson@linuxbox.(none)>
56625 Date: Tue Feb 27 19:42:22 2007 -0700
56626
56627 85xxCDS: Add make targets for legacy systems.
56628
56629 The PCI ID select values on the Arcadia main board differ depending
56630 on the version of the hardware. The standard configuration supports
56631 Rev 3.1. The legacy target supports Rev 2.x.
56632
56633 Signed-off-by Randy Vinson <rvinson@mvista.com>
56634
56635 commit e41094c7e38177c755fbd9b182018069614f080d
56636 Author: Andy Fleming <afleming@freescale.com>
56637 Date: Tue Aug 14 01:50:09 2007 -0500
56638
56639 85xxCDS: Enable the VIA PCI-to-ISA bridge.
56640
56641 Author: Randy Vinson <rvinson@linuxbox.(none)>
56642
56643 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
56644 Arcadia main board.
56645
56646 Signed-off-by: Randy Vinson <rvinson@mvista.com>
56647 Signed-off-by: York Sun <yorksun@freescale.com>
56648
56649 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
56650 Author: Andy Fleming <afleming@freescale.com>
56651 Date: Tue Aug 14 00:14:25 2007 -0500
56652
56653 Add support for UEC to 8568
56654
56655 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
56656 Signed-off-by: Andy Fleming <afleming@freescale.com>
56657
56658 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
56659 Author: Haiying Wang <Haiying.Wang@freescale.com>
56660 Date: Tue Jun 19 14:18:34 2007 -0400
56661
56662 Add PCI support for MPC8568MDS board
56663
56664 This patch is against u-boot-mpc85xx.git of www.denx.com
56665
56666 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
56667 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
56668
56669 commit d111d6382c99fdea08c2312eeeae8786945e189a
56670 Author: Haiying Wang <Haiying.Wang@freescale.com>
56671 Date: Tue Jun 19 14:18:32 2007 -0400
56672
56673 Empirically set cpo and clk_adjust for mpc85xx DDR2 support
56674
56675 This patch is against u-boot-mpc85xx.git of www.denx.com
56676
56677 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
56678 both MPC8548CDS board and MPC8568MDS board, especially for supporting
56679 533MHz DDR2.
56680
56681 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
56682 DDR2 on all current board versions especially ver 1.92 or later to bring
56683 up.
56684
56685 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
56686
56687 commit 3db0bef59eab1155801618cef5c481e97553b597
56688 Author: Kumar Gala <galak@kernel.crashing.org>
56689 Date: Tue Aug 7 18:07:27 2007 -0500
56690
56691 Use an absolute address when jumping out of 4k boot page
56692
56693 On e500 when we leave the 4k boot page we should use an absolute address since
56694 we don't know where the board code may want us to be really running at.
56695
56696 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56697
56698 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
56699 Author: Andy Fleming <afleming@freescale.com>
56700 Date: Mon Aug 13 14:49:59 2007 -0500
56701
56702 MPC85xx BA bits not set for 3-bit bank address DIMM
56703
56704 The current implementation does not set the number of bank address bits
56705 (BA) in the processor. The default assumes 2 logical bank bits. This
56706 works fine for a DIMM that uses devices with 4 internal banks (SPD
56707 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
56708 devices with 8 internal banks (SPD byte17 = 0x8).
56709
56710 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
56711
56712 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
56713 Author: Andy Fleming <afleming@freescale.com>
56714 Date: Mon Aug 13 14:38:06 2007 -0500
56715
56716 Fix minor 85xx warnings
56717
56718 Some patches had inserted warnings into the build:
56719 * mpc8560ads declared data without using it
56720 * cpu_init declared ecm and immap without using it in all CONFIGs
56721 * MPC8548CDS.h had its default filenames changed so that they contained
56722 "\m" in the paths. Made the defaults not Windows-specific (or
56723 anything-specific)
56724
56725 Signed-off-by: Andy Fleming <afleming@freescale.com>
56726
56727 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
56728 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56729 Date: Fri Jul 27 01:50:52 2007 -0500
56730
56731 8548cds PCIE support.
56732
56733 Make the early L1 cache stack region guarded to prevent speculative
56734 fetches outside the locked range.
56735
56736 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
56737 init.S whitespace cleanup.
56738
56739 Allow TEXT_BASE value to be specified on command line. This allows it
56740 to be set to 0xfffc0000 which cuts the uboot binary in half.
56741
56742 Clear and enable lbc and ecm errors.
56743
56744 Update last_busno in device-tree for pci and pcie.
56745
56746 Remove load of obsolete cpu/mpc85xx/pci.0
56747
56748 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56749 Acked-by: Andy Fleming <afleming@freescale.com>
56750
56751 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
56752 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56753 Date: Fri Jul 27 01:50:51 2007 -0500
56754
56755 8544ds PCIE support
56756
56757 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
56758
56759 Enable LBC and ECM errors and clear error registers.
56760
56761 Add tftpflash env var to get uboot from tftp server and flash it.
56762
56763 Add pci/pcie convenience env vars to display register space:
56764 "run pcie3regs" to see all pcie3 ccsr registers
56765 "run pcie3cfg" to see all cfg registers
56766 Whitespace cleanup and MPC8544DS.h
56767
56768 Enable CONFIG_INTERRUPTS.
56769
56770 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56771 Acked-by: Andy Fleming <afleming@freescale.com>
56772
56773 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
56774 Author: Andy Fleming <afleming@freescale.com>
56775 Date: Tue Aug 14 01:34:21 2007 -0500
56776
56777 85xx start.S cleanup and exception support
56778
56779 From: Ed Swarthout <Ed.Swarthout@freescale.com>
56780
56781 Support external interrupts from platform to eliminate system hangs.
56782 Define CONFIG_INTERRUPTS board configure option to enable.
56783 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
56784
56785 Remove extra cpu initialization redundant with hardware initialization.
56786 Whitespace cleanup.
56787
56788 Define and use _START_OFFSET consistent with other processors using
56789 ppc_asm.tmpl
56790
56791 Move additional code from .text to boot page to make room for
56792 exception vectors at start of image.
56793
56794 Handle Machine Check, External and Critical exceptions.
56795
56796 Fix e500 machine check error determination in traps.c
56797
56798 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
56799
56800 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56801 Acked-by: Andy Fleming <afleming@freescale.com>
56802
56803 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
56804 Author: Andy Fleming <afleming@freescale.com>
56805 Date: Tue Aug 14 01:33:18 2007 -0500
56806
56807 Add MPC8544DS README
56808
56809 Signed-off-by: Andy Fleming <afleming@freescale.com>
56810
56811 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
56812 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56813 Date: Fri Jul 27 01:50:48 2007 -0500
56814
56815 85xx allow debugger to configure ddr.
56816
56817 Only check for mpc8548 rev 1 when compiled for 8548.
56818
56819 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56820 Acked-by: Andy Fleming <afleming@freescale.com>
56821
56822 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
56823 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56824 Date: Fri Jul 27 01:50:47 2007 -0500
56825
56826 mpc85xx L2 cache reporting and SRAM relocation option.
56827
56828 Allow debugger to override flash cs0/cs1 settings to enable alternate
56829 boot regions
56830
56831 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56832 Acked-by: Andy Fleming <afleming@freescale.com>
56833
56834 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
56835 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
56836 Date: Fri Jul 27 01:50:46 2007 -0500
56837
56838 e500 needs ppc_asm.tmp MCK_EXCEPTION
56839
56840 Always define MCK_EXCEPTION macro - so e500 can use it too.
56841
56842 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
56843 Acked-by: Andy Fleming <afleming@freescale.com>
56844
56845 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
56846 Author: David Updegraff <dave@cray.com>
56847 Date: Mon Jun 11 10:41:07 2007 -0500
56848
56849 multicast tftp: RFC2090
56850
56851 Implemented IETF RFC2090, Multicast TFTP. Initial implementation
56852 on Realtek RTL8139 and Freescale TSEC.
56853
56854 Signed-off-by: David Updegraff <dave@cray.com>
56855 Signed-off-by: Ben Warren <bwarren@qstreams.com>
56856
56857 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
56858 Author: Wilson Callan <wcallan@savantav.com>
56859 Date: Sat Jul 28 10:56:13 2007 -0400
56860
56861 New CONFIG_BOOTP_SERVERIP option
56862
56863 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
56864 from the bootp server
56865
56866 Signed-off-by: Wilson Callan <wcallan@savantav.com>
56867 Signed-off-by: Ben Warren <bwarren@qstreams.com>
56868
56869 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
56870 Author: Mike Rapoport <mike@compulab.co.il>
56871 Date: Sun Aug 12 08:48:27 2007 +0300
56872
56873 Add ability to take MAC address from the environment to DM9000 driver
56874
56875 Signed-off-by: Mike Rapoport <mike@compulab.co.il>
56876 Signed-off-by: Ben Warren <bwarren@qstreams.com>
56877
56878 commit be5d72d10d47609326226225181e301fb9a33b58
56879 Author: Wolfgang Denk <wd@denx.de>
56880 Date: Mon Aug 13 21:57:53 2007 +0200
56881
56882 Minor coding style cleanup. Update CHANGELOG.
56883
56884 Signed-off-by: Wolfgang Denk <wd@denx.de>
56885
56886 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
56887 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
56888 Date: Sat Aug 11 06:54:58 2007 -0500
56889
56890 Modify SBC8641D to use new Freescale PCI routines
56891
56892 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
56893 adapter.
56894
56895 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
56896 Signde-off-by: Jon Loeliger <jdl@freescale.com>
56897
56898 commit a08458303e7f9db67f296980036d3292c35cb45c
56899 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56900 Date: Fri Jun 29 18:38:51 2007 +0200
56901
56902 atmel_mci: Fix data timeout value
56903
56904 Calculate the data timeout based on values from the CSD instead of
56905 just using a hardcoded DTOR value. This is a backport of a similar fix
56906 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
56907 instead of down.
56908
56909 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56910
56911 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
56912 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56913 Date: Mon Aug 13 17:22:31 2007 +0200
56914
56915 AVR32: Include <div64.h> instead of <asm/div64.h>
56916
56917 include/asm-avr32/div64.h was recently moved to include/div64.h, but
56918 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
56919 the patch was merged perhaps?)
56920
56921 This patch updates cpu/at32ap/interrupts.c so that the avr32 port
56922 compiles again.
56923
56924 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56925
56926 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
56927 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56928 Date: Wed Jun 27 13:34:26 2007 +0200
56929
56930 atmel_mci: Use 512 byte blocksize if possible
56931
56932 Instead of always using the largest blocksize the card supports, check
56933 if it can support smaller block sizes and use 512 bytes if possible.
56934 Most cards do support this, and other parts of u-boot seem to have
56935 trouble with block sizes different from 512 bytes.
56936
56937 Also enable underrun/overrun protection.
56938
56939 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56940 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
56941
56942 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
56943 Author: Stefan Roese <sr@denx.de>
56944 Date: Mon Aug 13 09:05:33 2007 +0200
56945
56946 ppc4xx: Fix problem in PLL clock calculation
56947
56948 This patch was originall provided by David Mitchell <dmitchell@amcc.com>
56949 and fixes a bug in the PLL clock calculation.
56950
56951 Signed-off-by: Stefan Roese <sr@denx.de>
56952
56953 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
56954 Author: Wolfgang Denk <wd@denx.de>
56955 Date: Sun Aug 12 21:34:50 2007 +0200
56956
56957 Update CHANGELOG
56958
56959 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
56960 Author: Wolfgang Denk <wd@denx.de>
56961 Date: Sun Aug 12 21:34:34 2007 +0200
56962
56963 Minor alignment of output, 2nd try.
56964 Also update CHANGELOG
56965
56966 Signed-off-by: Wolfgang Denk <wd@denx.de>
56967
56968 commit 6b309f22a724fad8418e811751a0741b893419cf
56969 Author: Wolfgang Denk <wd@denx.de>
56970 Date: Sun Aug 12 20:35:49 2007 +0200
56971
56972 Minor alignment of output
56973
56974 Signed-off-by: Wolfgang Denk <wd@denx.de>
56975
56976 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
56977 Author: Wolfgang Denk <wd@denx.de>
56978 Date: Sun Aug 12 18:28:18 2007 +0200
56979
56980 Cleanup output on ADS5121 board
56981
56982 Signed-off-by: Wolfgang Denk
56983
56984 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
56985 Author: Wolfgang Denk <wd@denx.de>
56986 Date: Sun Aug 12 15:11:38 2007 +0200
56987
56988 Adapt board configuration and fix kernel crash on MCC200 board.
56989
56990 The update procedure was modified to turn off the USB subsystem
56991 before exit for MCC200 and TRAB. This is necessary as otherwise the
56992 USB controller continues to write periodically to system memory!
56993
56994 MCC200-specific notes:
56995 - the patch disables the magic key check for MCC200
56996 - the patch contains the configuration changes made
56997 for the new revision of the board.
56998
56999 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
57000 Signed-off-by: Wolfgang Denk <wd@denx.de>
57001
57002 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
57003 Author: Wolfgang Denk <wd@denx.de>
57004 Date: Sun Aug 12 14:47:54 2007 +0200
57005
57006 Adjust default configuration of ADS5121 board.
57007
57008 Signed-off-by: Wolfgang Denk <wd@denx.de>
57009
57010 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
57011 Author: Wolfgang Denk <wd@denx.de>
57012 Date: Sun Aug 12 14:27:39 2007 +0200
57013
57014 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
57015
57016 Signed-off-by: Wolfgang Denk <wd@denx.de>
57017
57018 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
57019 Author: Gerald Van Baren <vanbaren@cideas.com>
57020 Date: Tue Aug 7 21:14:22 2007 -0400
57021
57022 Improve error print messages.
57023
57024 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57025
57026 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
57027 Author: Kim Phillips <kim.phillips@freescale.com>
57028 Date: Tue Jul 17 13:57:04 2007 -0500
57029
57030 fdt: allow for builds that don't want env and bd_t nodes
57031
57032 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
57033 area.
57034
57035 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57036
57037 commit 91148bf7aeba142d6f348805db7625db7da64d6f
57038 Author: Kim Phillips <kim.phillips@freescale.com>
57039 Date: Tue Jul 17 13:56:53 2007 -0500
57040
57041 fdt: do board setup based on fdt address specified on bootm line
57042
57043 The last fdt patch to bootm did board setup based on the address
57044 specified by a prior fdt address command invocation. The bootm
57045 code, as its call to fdt_chosen does, should use the fdt specified
57046 by the user on the bootm command. Note this restores full
57047 functionality for the 8360's existing default boot environment
57048 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
57049 before booting a kernel).
57050
57051 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57052
57053 commit e125a2ffc209dd34794e326c7175658253beadf3
57054 Author: Gerald Van Baren <vanbaren@cideas.com>
57055 Date: Tue Jul 10 20:40:39 2007 -0400
57056
57057 Call ft_board_setup() from the bootm command.
57058
57059 In the patch titled "Create new fdt boardsetup command..." I removed the
57060 call to ft_board_setup() from the routine fdt_chosen(), but I forgot
57061 to add a direct call back into cmd_bootm.c
57062
57063 This fixes the oversight by adding the direct call to the bootm command.
57064
57065 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57066
57067 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
57068 Author: Gerald Van Baren <vanbaren@cideas.com>
57069 Date: Mon Jun 25 23:25:28 2007 -0400
57070
57071 Create new fdt boardsetup command, fix bug parsing [] form of set values.
57072
57073 Previously ft_board_setup() was called by fdt_chosen() which was not
57074 really correctly structured. This splits ft_board_setup() out by creating
57075 a new fdt boardsetup command.
57076
57077 Fix a bug when parsing fdt set command values which have the square
57078 bracket form [00 11 22 33] - the length was updated incorrectly in when
57079 parsing that form.
57080
57081 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57082
57083 commit 6f35ded9e85493595e0eb66a82b502a95326d049
57084 Author: Gerald Van Baren <vanbaren@cideas.com>
57085 Date: Mon Jun 25 20:55:58 2007 -0400
57086
57087 Tighten up the error messages.
57088
57089 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57090
57091 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
57092 Author: Gerald Van Baren <vanbaren@cideas.com>
57093 Date: Mon Jun 25 19:52:23 2007 -0400
57094
57095 Asthetic improvements: error messages and line lengths.
57096
57097 Tighten up the error messages, split overlength lines.
57098
57099 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57100
57101 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
57102 Author: Gerald Van Baren <vanbaren@cideas.com>
57103 Date: Fri May 25 22:08:57 2007 -0400
57104
57105 Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
57106
57107 The fdt_chosen() function was adding/seting some properties ad-hoc
57108 improperly and duplicated (poorly) what was done in ft_board_setup()
57109
57110 Clean up long lines (setting properties, printing errors).
57111
57112 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57113
57114 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
57115 Author: Gerald Van Baren <vanbaren@cideas.com>
57116 Date: Mon May 21 23:27:16 2007 -0400
57117
57118 For fdt_find_node_by_path(), handle the root path properly.
57119
57120 Also removes the special case root path detection in cmd_fdt.c since it
57121 is no longer necessary.
57122
57123 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57124
57125 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
57126 Author: Gerald Van Baren <vanbaren@cideas.com>
57127 Date: Thu May 17 23:54:36 2007 -0400
57128
57129 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
57130
57131 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
57132 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
57133
57134 commit 1a861169bc3758f9de3aead62b058736c6891246
57135 Author: Gerald Van Baren <vanbaren@cideas.com>
57136 Date: Wed Jun 6 22:47:58 2007 -0400
57137
57138 Replace fdt_node_offset() with fdt_find_node_by_path().
57139
57140 The new name matches more closely the kernel's name, which is also
57141 a much better description.
57142
57143 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
57144 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
57145
57146 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
57147 Author: Gerald Van Baren <vanbaren@cideas.com>
57148 Date: Wed May 16 22:39:59 2007 -0400
57149
57150 Fix cmd_fdt line lengths, refactor code.
57151
57152 Break lines that were greater than 80 characters in length.
57153 Move the fdt print and property parsing code to separate static functions
57154 to reduce coding clutter in the fdt_cmd handling body.
57155
57156 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57157
57158 commit 25114033ab21788810c48ba4df103b649da1223b
57159 Author: Gerald Van Baren <vanbaren@cideas.com>
57160 Date: Sat May 12 09:47:25 2007 -0400
57161
57162 FDT command improvements.
57163
57164 Fix "fdt set" so that it will create a non-existing property.
57165 Add "fdt mknode" to create nodes.
57166
57167 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57168
57169 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
57170 Author: Gerald Van Baren <vanbaren@cideas.com>
57171 Date: Sat May 12 09:45:46 2007 -0400
57172
57173 Reorganize and fix problems (returns) in the bootm command.
57174
57175 Do *NOT* return after the "point of no return" has been passed.
57176 If something goes wrong, the board must be reset after that point.
57177 Move the "Transferring control to Linux" debug message back to where it
57178 belongs: just before transferring control to linux.
57179
57180 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57181
57182 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
57183 Author: Gerald Van Baren <vanbaren@cideas.com>
57184 Date: Tue May 8 21:27:35 2007 -0400
57185
57186 Fix bugs in the CONFIG_OF_LIBFDT
57187
57188 Stupid coding mistakes (identified by Timur Tabi, thanks).
57189
57190 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57191
57192 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
57193 Author: Gerald Van Baren <vanbaren@cideas.com>
57194 Date: Wed Apr 25 22:47:15 2007 -0400
57195
57196 Improve fdt move length handling.
57197
57198 Make the length parameter optional: if not specified, do the move using
57199 the current size unchanged.
57200
57201 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57202
57203 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
57204 Author: Gerald Van Baren <vanbaren@cideas.com>
57205 Date: Wed Apr 25 22:23:36 2007 -0400
57206
57207 Minor code clean up.
57208
57209 Declare the variable fdt properly as extern.
57210 Call the "set_fn" function pointer the "short way" without the full
57211 dereferencing syntax.
57212
57213 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57214
57215 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
57216 Author: Gerald Van Baren <vanbaren@cideas.com>
57217 Date: Wed Apr 25 21:24:27 2007 -0400
57218
57219 Improve error messages, more informative.
57220
57221 Print more than the raw libfdt error message strings. This is especially
57222 useful for cluing in the user when the bootm command aborts due to
57223 blob problems.
57224
57225 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57226
57227 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
57228 Author: Gerald Van Baren <vanbaren@cideas.com>
57229 Date: Fri Apr 20 22:46:53 2007 -0400
57230
57231 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
57232
57233 This is the way u-boot reduces configured-out code. At Wolfgang
57234 Grandegger and Wolfgang Denk's request, make libfdt conform.
57235
57236 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57237
57238 commit 923efd286411ed052d9e074f59f8986d6081061c
57239 Author: Bruce Adler <bruce.adler@ccpu.com>
57240 Date: Fri Aug 10 14:54:47 2007 -0700
57241
57242 add image size and descriptors for Spartan 3E FPGA chips
57243
57244 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
57245
57246 Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
57247
57248 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
57249 Author: Kim Phillips <kim.phillips@freescale.com>
57250 Date: Fri Aug 10 15:34:48 2007 -0500
57251
57252 make MAKEALL more immune to merge conflicts
57253
57254 ..by placing board entries one per line, as suggested by jdl.
57255
57256 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57257
57258 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
57259 Author: Kim Phillips <kim.phillips@freescale.com>
57260 Date: Fri Aug 10 13:28:25 2007 -0500
57261
57262 README: Remove outdated cpu type, board type, and NAME_config lists
57263
57264 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57265
57266 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
57267 Author: Dave Liu <r63238@freescale.com>
57268 Date: Fri Aug 10 15:48:59 2007 +0800
57269
57270 mpc83xx: Suppress the warning 'burstlen'
57271
57272 suppress the warning 'burstlen' of spd_sdram.
57273
57274 Signed-off-by: Dave Liu <daveliu@freescale.com>
57275
57276 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
57277 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
57278 Date: Thu Aug 9 15:11:03 2007 -0500
57279
57280 Add support for SBC8641D. Config files.
57281
57282 Add support for Wind River's SBC8641D reference board.
57283
57284 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
57285 Acked-by: Wolfgang Denk <wd@denx.de>
57286 Acked-by: Jon Loeliger <jdl@freescale.com>
57287
57288 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
57289 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
57290 Date: Thu Aug 9 15:10:53 2007 -0500
57291
57292 Add support for SBC8641D. Board files.
57293
57294 Add support for Wind River's SBC8641D reference board.
57295
57296 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
57297 Acked-by: Wolfgang Denk <wd@denx.de>
57298 Acked-by: Jon Loeliger <jdl@freescale.com>
57299
57300 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
57301 Author: Stefan Roese <sr@denx.de>
57302 Date: Fri Aug 10 20:34:58 2007 +0200
57303
57304 Conding style cleanup
57305
57306 Signed-off-by: Stefan Roese <sr@denx.de>
57307
57308 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
57309 Author: Sergey Kubushyn <ksi@koi8.net>
57310 Date: Fri Aug 10 20:26:18 2007 +0200
57311
57312 [ARM] TI DaVinci support, hopefully final
57313
57314 Add support for the following DaVinci boards:
57315 - DV_EVM
57316 - SCHMOOGIE
57317 - SONATA
57318
57319 Changes:
57320
57321 - Split into separate board directories
57322 - Removed changes to MTD_DEBUG (or whatever it's called)
57323 - New CONFIG_CMD party line followed
57324 - Some cosmetic fixes, cleanup etc.
57325 - Patches against the latest U-Boot tree as of now.
57326 - Fixed CONFIG_CMD_NET in net files.
57327 - Fixed CONFIG_CMD_EEPROM for schmoogie.
57328 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
57329 DV_EVM. Can't check if it works on SONATA, don't have a board any more,
57330 but it at least compiles.
57331
57332 Here is an excerpt from session log on SCHMOOGIE...
57333
57334 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17)
57335
57336 DRAM: 128 MB
57337 NAND: 128 MiB
57338 In: serial
57339 Out: serial
57340 Err: serial
57341 ARM Clock : 297MHz
57342 DDR Clock : 162MHz
57343 ETH PHY : DP83848 @ 0x01
57344 U-Boot > iprobe
57345 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
57346 U-Boot > ping 192.168.253.10
57347 host 192.168.253.10 is alive
57348 U-Boot >
57349
57350 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
57351 Acked-by: Dirk Behme <dirk.behme@gmail.com>
57352 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
57353 Acked-by: Stefan Roese <sr@denx.de>
57354
57355 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
57356 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57357 Date: Fri Jul 27 01:50:45 2007 -0500
57358
57359 fsl_pci_init cleanup.
57360
57361 Do not enable normal errors created during probe (master abort, perr,
57362 and pcie Invalid Configuration access).
57363
57364 Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
57365
57366 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57367 Acked-by: Andy Fleming <afleming@freescale.com>
57368
57369 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
57370 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
57371 Date: Fri Jul 27 01:50:44 2007 -0500
57372
57373 pciauto_setup_device bars_num fix
57374
57375 Passing bars_num=0 to pciauto_setup_device should assign no bars.
57376
57377 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57378 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57379 Acked-by: Andy Fleming <afleming@freescale.com>
57380
57381 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
57382 Author: Jon Loeliger <jdl@freescale.com>
57383 Date: Mon Aug 6 17:39:44 2007 -0500
57384
57385 8641hpcn: Do correct sized pointer math.
57386
57387 When I rebased Ed's patch and cleaned up a few compilation
57388 problems, I apparently rebased my brain on crack first.
57389 Fix that by doing (char *) sized pointer math as needed.
57390
57391 Signed-off-by: Jon Loeliger <jdl@freescale.com>
57392
57393 commit cfc7a7f5bb3273c9951173c788001d45118f141f
57394 Author: Jon Loeliger <jdl@freescale.com>
57395 Date: Thu Aug 2 14:42:20 2007 -0500
57396
57397 cpu/86xx fixes.
57398
57399 Remove rev 1 fixes.
57400 Always set PICGCR_MODE.
57401 Enable machine check and provide board config option
57402 to set and handle SoC error interrupts.
57403
57404 Include MSSSR0 in error message.
57405
57406 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
57407
57408 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
57409 Signed-off-by: Jon Loeliger <jdl@freescale.com>
57410
57411 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
57412 Author: Stefan Roese <sr@denx.de>
57413 Date: Fri Aug 10 10:42:25 2007 +0200
57414
57415 Coding style cleanup
57416
57417 Signed-off-by: Stefan Roese <sr@denx.de>
57418
57419 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
57420 Author: Dirk Behme <dirk.behme@googlemail.com>
57421 Date: Thu Aug 2 17:42:08 2007 +0200
57422
57423 Make use of generic 64bit division in nand_util.c
57424
57425 Use generic 64bit division in nand_util.c. This makes nand_util.c
57426 independent of any toolchain 64bit division.
57427
57428 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
57429
57430 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
57431 Author: Dirk Behme <dirk.behme@googlemail.com>
57432 Date: Thu Aug 2 17:41:14 2007 +0200
57433
57434 Move 64bit division from avr32 to generic lib
57435
57436 Move the 64bit division from lib_avr32 to lib_generic. With this, all
57437 boards can do_div/__div64_32 if needed, not only avr one. Code is put
57438 to lib_generic, so no larger memory footprint if not used. No code
57439 modifications. Thanks for proposal by HĂ¥vard Skinnemoen.
57440
57441 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
57442
57443 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
57444 Author: Niklaus Giger <niklausgiger@gmx.ch>
57445 Date: Fri Jul 27 11:31:22 2007 +0200
57446
57447 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
57448
57449 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57450
57451 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
57452 Author: Niklaus Giger <niklausgiger@gmx.ch>
57453 Date: Fri Jul 27 11:30:33 2007 +0200
57454
57455 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
57456
57457 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57458
57459 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
57460 Author: Niklaus Giger <niklausgiger@gmx.ch>
57461 Date: Fri Jul 27 11:38:26 2007 +0200
57462
57463 Add PPC4xx-HCU4 and HCU5 boards: common files
57464
57465 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57466
57467 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
57468 Author: Niklaus Giger <niklausgiger@gmx.ch>
57469 Date: Fri Jul 27 11:28:44 2007 +0200
57470
57471 Add PPC4xx-HCU4 and HCU5 boards: make related
57472
57473 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57474
57475 commit 137fdd9f474ecb853efdace5200576308c67f18d
57476 Author: Niklaus Giger <niklausgiger@gmx.ch>
57477 Date: Fri Jul 27 11:28:03 2007 +0200
57478
57479 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
57480
57481 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57482
57483 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
57484 Author: Niklaus Giger <niklausgiger@gmx.ch>
57485 Date: Fri Jul 27 11:27:15 2007 +0200
57486
57487 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
57488
57489 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57490
57491 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
57492 Author: Niklaus Giger <niklausgiger@gmx.ch>
57493 Date: Fri Jul 27 11:25:31 2007 +0200
57494
57495 Add PPC4xx-HCU4 and HCU5 boards: READMEs
57496
57497 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57498
57499 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
57500 Author: Niklaus Giger <niklausgiger@gmx.ch>
57501 Date: Fri Jul 27 11:37:40 2007 +0200
57502
57503 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
57504
57505 This series of patches adds support for 2 boards from Netstal Maschinen.
57506
57507 The HCU4 has a PPC405Gpr and
57508 the HCU5 has a PPC440EPX.
57509
57510 The HCU4 has a somehow complicated flash setup, as the booteprom is
57511 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
57512 elegant solution.
57513
57514 The HCU5 has only a booteprom as the whole code will be downloaded from a
57515 different board which has HD, CD-ROM, etc and where all code is stored.
57516
57517 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
57518 Thanks them a lot.
57519
57520 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57521
57522 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
57523 Author: Stefan Roese <sr@denx.de>
57524 Date: Fri Aug 10 08:42:55 2007 +0200
57525
57526 ppc4xx: Update lwmon5 POST configuration
57527
57528 Signed-off-by: Stefan Roese <sr@denx.de>
57529
57530 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
57531 Author: Yuri Tikhonov <yur@emcraft.com>
57532 Date: Fri Aug 10 08:25:22 2007 +0200
57533
57534 POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
57535
57536 The patch adds support for UART POST on ppc44x-based boards with no
57537 external serial clocks installed.
57538
57539 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
57540 Acked-by: Stefan Roese <sr@denx.de>
57541
57542 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
57543 Author: Kim Phillips <kim.phillips@freescale.com>
57544 Date: Mon Aug 6 18:18:34 2007 -0500
57545
57546 mpc83xx: fix ITX[GP] O=builddir builds
57547
57548 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop.
57549
57550 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
57551 "BUILD_DIR=<some dir> ./MAKEALL ..."
57552
57553 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57554
57555 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
57556 Author: Dave Liu <r63238@freescale.com>
57557 Date: Wed Aug 1 15:00:59 2007 +0800
57558
57559 mpc83xx: Correct the README for DDR ECC
57560
57561 Update the README for DDR ECC, change the name
57562 to README.mpc83xx.ddrecc.
57563
57564 Signed-off-by: Dave Liu <daveliu@freescale.com>
57565 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57566
57567 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
57568 Author: Dave Liu <r63238@freescale.com>
57569 Date: Wed Aug 1 15:00:15 2007 +0800
57570
57571 mpc83xx: Consolidate the ECC support of 83xx
57572
57573 Remove the duplicated source code of ecc command on the <board>.c,
57574 for reused, move these code to cpu/mpc83xx directory.
57575
57576 Signed-off-by: Dave Liu <daveliu@freescale.com>
57577 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57578
57579 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
57580 Author: Dave Liu <r63238@freescale.com>
57581 Date: Sat Aug 4 13:37:39 2007 +0800
57582
57583 mpc83xx: Correct the burst length for DDR2 with 32 bits
57584
57585 The burst length should be 4 for DDR2 with 32 bits bus
57586
57587 Signed-off-by: Dave Liu <daveliu@freescale.com>
57588
57589 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
57590 Author: Kim Phillips <kim.phillips@freescale.com>
57591 Date: Wed Jul 25 19:25:33 2007 -0500
57592
57593 mpc83xx: add support for the MPC8323E RDB
57594
57595 MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
57596 five 10/100 ethernet ports connected via an ICPlus IP175C
57597 switch, one PCI slot, and serial. Features not supported
57598 in this patch are SD card interface, 2 USB ports, and the
57599 two phone ports.
57600
57601 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
57602 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57603
57604 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
57605 Author: Kim Phillips <kim.phillips@freescale.com>
57606 Date: Wed Jul 25 19:25:28 2007 -0500
57607
57608 mpc83xx: fixup generic pci for libfdt
57609
57610 add libfdt support to the generic 83xx pci code
57611
57612 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57613
57614 commit f57ac7a7b37109245b69db80839ebee26179966a
57615 Author: Kim Phillips <kim.phillips@freescale.com>
57616 Date: Wed Jul 25 19:25:22 2007 -0500
57617
57618 mpc83xx: fix 8360 and cpu functions to update fdt being passed
57619
57620 ..and not the global fdt. Rename local fdt vars to blob so as not to
57621 be confused with the global var with the same three-letter name.
57622
57623 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57624
57625 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
57626 Author: Jerry Van Baren <gvb.uboot@gmail.com>
57627 Date: Wed Jul 4 21:34:24 2007 -0400
57628
57629 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
57630
57631 Several node strings were not correct (trailing slashes and properties
57632 in the strings)
57633 Added setting of the timebase-frequency.
57634 Improved error messages and use debug() instead of printf().
57635
57636 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
57637 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57638
57639 commit 26d02c9bbac1751c5e19294f000100b48d43a920
57640 Author: Jerry Van Baren <gvb.uboot@gmail.com>
57641 Date: Wed Jul 4 21:27:30 2007 -0400
57642
57643 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
57644
57645 The new name matches more closely the kernel's name, which is also
57646 a much better description.
57647
57648 These are the mpc83xx changes made necessary by the function name change.
57649
57650 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
57651 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
57652 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57653
57654 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
57655 Author: Dave Liu <daveliu@freescale.com>
57656 Date: Mon Jun 25 10:41:56 2007 +0800
57657
57658 mpc83xx: Add support for the display of reset status
57659
57660 83xx processor family has many reset sources, such as
57661 power on reset, software hard reset, software soft reset,
57662 JTAG, bus monitor, software watchdog, check stop reset,
57663 external hard reset, external software reset.
57664 sometimes, to figure out the fault of system, we need to
57665 know the cause of reset early before the prompt of
57666 u-boot present.
57667
57668 Signed-off-by: Dave Liu <daveliu@freescale.com>
57669 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57670
57671 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
57672 Author: Dave Liu <daveliu@freescale.com>
57673 Date: Mon Jun 25 10:41:04 2007 +0800
57674
57675 mpc83xx: Fix the align bug of SDMA buffer
57676
57677 According to the latest user manual, the SDMA temporary
57678 buffer base address must be 4KB aligned.
57679
57680 Signed-off-by: Dave Liu <daveliu@freescale.com>
57681 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57682
57683 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
57684 Author: Dave Liu <daveliu@freescale.com>
57685 Date: Mon Jun 25 13:21:12 2007 +0800
57686
57687 mpc83xx: Revise the MPC8360EMDS readme doc
57688
57689 When the rev2.x silicon mount on the MPC8360EMDS baord,
57690 and if you are using the u-boot version after the commit
57691 3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
57692 to make the ethernet interface usable, we have to setup
57693 the jumpers correctly.
57694
57695 Signed-off-by: Dave Liu <daveliu@freescale.com>
57696 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57697
57698 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
57699 Author: Timur Tabi <timur@freescale.com>
57700 Date: Tue Jul 3 13:46:32 2007 -0500
57701
57702 FSL I2C driver programs the two I2C busses differently
57703
57704 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
57705 The second I2C bus has its slave address programmed incorrectly and is
57706 missing a 5-us delay.
57707
57708 Signed-off-by: Timur Tabi <timur@freescale.com>
57709 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57710
57711 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
57712 Author: Timur Tabi <timur@freescale.com>
57713 Date: Tue Jul 3 13:04:34 2007 -0500
57714
57715 Update SCCR programming in cpu_init_f() to support all 83xx processors
57716
57717 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
57718 bitfields for all 83xx processors. The code to update some bitfields was
57719 compiled only on some processors. Now, the bitfields are programmed as long
57720 as the corresponding CFG_SCCR option is defined in the board header file.
57721 This means that the board header file should not define any CFG_SCCR macros
57722 for bitfields that don't exist on that processor, otherwise the SCCR will be
57723 programmed incorrectly.
57724
57725 Signed-off-by: Timur Tabi <timur@freescale.com>
57726 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57727
57728 commit 9546266999f0b9b51372636614211b88d90f0f25
57729 Author: Martin Krause <martin.krause@tqs.de>
57730 Date: Fri Jun 22 13:04:22 2007 +0200
57731
57732 TQM834x: cleanup configuraton
57733
57734 Remove irritating #undef DEBUG
57735
57736 Signed-off-by: Martin Krause <martin.krause@tqs.de>
57737 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57738
57739 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
57740 Author: david.saada <David.Saada@ecitele.com>
57741 Date: Mon Jun 18 09:09:53 2007 -0700
57742
57743 MPC83xx: Fix makefile to generate config.h file in the build directory
57744
57745 MPC83xx: Fix the Makefile config sections to generate the include/config.h
57746 file in the build directory instead of the source directory.
57747
57748 Signed-off-by: David Saada <david.saada@ecitele.com>
57749 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57750
57751 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
57752 Author: Lee Nipper <Lee.Nipper@freescale.com>
57753 Date: Thu Jun 14 20:07:33 2007 -0500
57754
57755 mpc83xx: Add support for 8360 silicon revision 2.1
57756
57757 This change adds 8360 silicon revision 2.1 support to u-boot.
57758
57759 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
57760 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57761
57762 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
57763 Author: Kumar Gala <galak@kernel.crashing.org>
57764 Date: Wed Aug 8 04:14:28 2007 -0500
57765
57766 Treat ppc64 host as ppc
57767
57768 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57769
57770 commit 0dc4279b08ff82472bec2e2c90858602459febe8
57771 Author: Jason Jin <Jason.jin@freescale.com>
57772 Date: Wed Aug 8 09:01:46 2007 +0800
57773
57774 Minor fix for bios emulator makefile
57775
57776 Add $(obj) to LIB avoiding objects be built in the source dir
57777
57778 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57779
57780 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
57781 Author: Jason Jin <Jason.jin@freescale.com>
57782 Date: Wed Aug 8 08:33:11 2007 +0800
57783
57784 Add CONFIG_BIOSEMU define to guard all the bios emulator code
57785
57786 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57787
57788 This patch fix the compile issue on the board that did not enable the bios emulator
57789
57790 commit ed8106433522f2ea8933e9808346860d061d7731
57791 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
57792 Date: Tue Jul 31 12:27:25 2007 -0500
57793
57794 tsec: fix multiple PHY support
57795
57796 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
57797 broke multiple PHY support in tsec.c. This fixes it.
57798
57799 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
57800 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57801
57802 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
57803 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
57804 Date: Thu Aug 9 09:08:18 2007 -0500
57805
57806 tsec: Allow Ten Bit Interface address to be configurable
57807
57808 Allow the address of the Ten Bit Interface (TBI) to be changed in the
57809 event of a conflict with another device.
57810
57811 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
57812
57813 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
57814 Author: Stefan Roese <sr@denx.de>
57815 Date: Wed Aug 8 09:54:26 2007 +0200
57816
57817 Coding style cleanup
57818
57819 Signed-off-by: Stefan Roese <sr@denx.de>
57820
57821 commit a41de1f0d373e09c782dea558385a06247111ba5
57822 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57823 Date: Sun Aug 5 05:15:18 2007 -0500
57824
57825 Port enabled for I2C signals and chipselects port configuration.
57826
57827 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57828
57829 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
57830 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57831 Date: Sun Aug 5 04:31:18 2007 -0500
57832
57833 Added NAND support
57834
57835 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57836
57837 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
57838 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57839 Date: Sun Aug 5 04:11:20 2007 -0500
57840
57841 Added I2C support
57842
57843 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57844
57845 commit 99c03c175d2689093176facf17c58ce2cb320001
57846 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57847 Date: Sun Aug 5 03:58:52 2007 -0500
57848
57849 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
57850
57851 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57852
57853 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
57854 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57855 Date: Sun Aug 5 03:55:21 2007 -0500
57856
57857 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
57858
57859 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57860
57861 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
57862 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57863 Date: Sun Aug 5 03:43:30 2007 -0500
57864
57865 Moved sync() from board file to include/asm-m68k/io.h
57866
57867 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57868
57869 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
57870 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57871 Date: Sun Aug 5 03:30:44 2007 -0500
57872
57873 Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
57874
57875 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57876
57877 commit 9998bd37ead85e93953559720710d3b0685c81e6
57878 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57879 Date: Sun Aug 5 03:19:10 2007 -0500
57880
57881 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
57882
57883 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57884
57885 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
57886 Author: Jason Jin <Jason.jin@freescale.com>
57887 Date: Tue Aug 7 16:17:06 2007 +0800
57888
57889 Add CONFIG_BIOSEMU define to guard all the bios emulator code
57890
57891 This patch fix the compile issue on the board that did not enable the bios emulator
57892
57893 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
57894 Author: Wolfgang Denk <wd@denx.de>
57895 Date: Tue Aug 7 16:02:13 2007 +0200
57896
57897 Fix missing brace error in fs/fat/fat.c
57898 [pointed out by Roderik Wildenburg]
57899
57900 Signed-off-by: Wolfgang Denk <wd@denx.de>
57901
57902 commit 706714d97a0d08d59eda4de2268c39f504688329
57903 Author: Michal Simek <monstr@monstr.eu>
57904 Date: Mon Aug 6 23:41:53 2007 +0200
57905
57906 [FIX] remove cute code
57907
57908 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
57909 Author: Michal Simek <monstr@monstr.eu>
57910 Date: Mon Aug 6 23:35:26 2007 +0200
57911
57912 [FIX] Fix romfs code
57913
57914 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
57915 Author: Michal Simek <monstr@monstr.eu>
57916 Date: Mon Aug 6 23:31:49 2007 +0200
57917
57918 [FIX] Coding style cleanup - Wolfgang's suggestions
57919
57920 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
57921 Author: Wolfgang Denk <wd@denx.de>
57922 Date: Mon Aug 6 23:21:05 2007 +0200
57923
57924 Fixed typo in README (pointed out by Martin Jost).
57925
57926 Signed-off-by: Wolfgang Denk <wd@denx.de>
57927
57928 commit 537223afa61f64480df31ce440a9cb386df4a814
57929 Author: Stefan Roese <sr@denx.de>
57930 Date: Mon Aug 6 21:10:17 2007 +0200
57931
57932 ppc4xx: Update AMCC Bamboo README doc/README.bamboo
57933
57934 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
57935 here an updated Bamboo README.
57936
57937 Signed-off-by: Stefan Roese <sr@denx.de>
57938
57939 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
57940 Author: Wolfgang Denk <wd@denx.de>
57941 Date: Mon Aug 6 02:17:36 2007 +0200
57942
57943 Coding style cleanup. Update CHANGELOG.
57944
57945 Signed-off-by: Wolfgang Denk <wd@denx.de>
57946
57947 commit 221838cc7eb178370ff62aa05920a582e12ac322
57948 Author: Jason Jin <Jason.jin@freescale.com>
57949 Date: Tue Jul 10 09:03:22 2007 +0800
57950
57951 Remove the bios emulator from MAI board.
57952
57953 The bios emulator in the MAI board can not pass compile
57954 and have a lot of crap in it. remove it and will have a
57955 clean and small bios emulator in the drivers directory
57956 which can be uesed for every board.
57957
57958 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57959
57960 commit 5618332409bb96f4448d1712899369fc80c0b489
57961 Author: Jason Jin <Jason.jin@freescale.com>
57962 Date: Fri Jul 13 12:14:59 2007 +0800
57963
57964 Fix some compile issues for MAI board.
57965
57966 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57967
57968 commit 0f460a1ee148b648ee242c3157650287d4296260
57969 Author: Jason Jin <Jason.jin@freescale.com>
57970 Date: Fri Jul 13 12:14:58 2007 +0800
57971
57972 Configurations for ATI video card BIOS emulator
57973
57974 This patch add definition of the BIOS emulator and the ATI framebuffer
57975 driver for MPC8641HPCN board.
57976
57977 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57978 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
57979
57980 commit ece92f85053b8df613edcf05b26a416cbc3d629c
57981 Author: Jason Jin <Jason.jin@freescale.com>
57982 Date: Fri Jul 6 08:34:56 2007 +0800
57983
57984 This is a BIOS emulator, porting from SciTech for u-boot, mainly for
57985 ATI video card BIOS. and can be used for x86 code emulation by some
57986 modifications.
57987
57988 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57989
57990 commit 5072188acabde3178fac7f5a597150e6e74fd40c
57991 Author: Jason Jin <Jason.jin@freescale.com>
57992 Date: Fri Jul 6 08:33:33 2007 +0800
57993
57994 This is a framebuffer driver for ATI video card, can work for PCI9200,
57995 X300, X700, X800 ATI video cards.
57996
57997 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
57998 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
57999
58000 commit 5728be389e65fd47f34b33c2596271eb4db751ae
58001 Author: Wolfgang Denk <wd@denx.de>
58002 Date: Mon Aug 6 01:01:49 2007 +0200
58003
58004 Coding style cleanup. Update CHANGELOG.
58005
58006 Signed-off-by: Wolfgang Denk <wd@denx.de>
58007
58008 commit 8092fef4c29b395958bb649647da7e3775731517
58009 Author: Martin Krause <Martin.Krause@tqs.de>
58010 Date: Tue Dec 12 14:26:01 2006 +0100
58011
58012 Add functions to list of exported functions
58013
58014 Additionally export the following fuctions (to make trab_config build again):
58015 - simple_strtol()
58016 - strcmp()
58017
58018 Also bump the ABI version to reflect this change
58019
58020 Signed-off-by: Martin Krause <martin.krause@tqs.de>
58021
58022 commit 63cec5814fab5d2b1c86982327433807a5ac0249
58023 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58024 Date: Thu Aug 2 14:09:49 2007 -0500
58025
58026 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
58027
58028 All of the PCI/PCI-Express driver and initialization code that
58029 was in the MPC8641HPCN port has now been moved into the common
58030 drivers/fsl_pci_init.c. In a subsequent patch, this will be
58031 utilized by the 85xx ports as well.
58032
58033 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
58034
58035 Also enable the second PCI-Express controller on 8641
58036 by getting its BATS and CFG_ setup right.
58037
58038 Fixed a u16 vendor compiler warning in AHCI driver too.
58039
58040 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58041 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
58042 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58043
58044 commit a274ca4f6d68830e7c916f897561cff8c4101c38
58045 Author: Michal Simek <monstr@monstr.eu>
58046 Date: Sun Aug 5 22:33:05 2007 +0200
58047
58048 [FIX] Coding style cleanup
58049
58050 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
58051 Author: Michal Simek <monstr@monstr.eu>
58052 Date: Sun Aug 5 16:13:31 2007 +0200
58053
58054 [FIX] Xilinx Uartlite driver
58055 Because PPC405 can use UARTLITE serial interface and
58056 Microblaze can use Uart16550 serial interface not only Uartlite.
58057
58058 commit 98889edd50aadf862071eb5664747ad0d568a20e
58059 Author: Michal Simek <monstr@monstr.eu>
58060 Date: Sun Aug 5 15:54:53 2007 +0200
58061
58062 [FIX] Change configuration for XUPV2P Microblaze board
58063
58064 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
58065 Author: Michal Simek <monstr@monstr.eu>
58066 Date: Sun Aug 5 15:53:50 2007 +0200
58067
58068 [PATCH] Added support for Xilinx Emac community driver
58069
58070 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
58071 Author: Bartlomiej Sieka <tur@semihalf.com>
58072 Date: Fri Aug 3 12:08:16 2007 +0200
58073
58074 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
58075
58076 Add the ability for modules from the Schindler cm5200 family to use a
58077 single U-Boot image:
58078 - rename cm1_qp1 to cm5200
58079 - add run-time module detection
58080 - parametrize SDRAM configuration according to the module we are running on
58081
58082 Few minor, board-specific fixes included in this patch:
58083 - better MAC address handling
58084 - updated default environment ('update' command uses +{filesize} now)
58085 - improved error messages in the auto-update code
58086 - allow booting U-Boot from RAM (CFG_RAMBOOT)
58087
58088 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58089 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58090 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58091
58092 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
58093 Author: Andy Fleming <afleming@freescale.com>
58094 Date: Fri Aug 3 04:05:25 2007 -0500
58095
58096 Add Marvell 1149 PHY support to the TSEC
58097
58098 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
58099 Author: Wolfgang Denk <wd@denx.de>
58100 Date: Thu Aug 2 21:27:46 2007 +0200
58101
58102 Coding style cleanup, update CHANGELOG
58103
58104 Signed-off-by: Wolfgang Denk <wd@denx.de>
58105
58106 commit 63e22764d2f8653f68888c667eb65b3996b52680
58107 Author: Wolfgang Denk <wd@denx.de>
58108 Date: Thu Aug 2 10:11:18 2007 +0200
58109
58110 Minor cleanup of <board>_nand build rules.
58111
58112 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
58113 Author: Stefan Roese <sr@denx.de>
58114 Date: Thu Aug 2 08:33:56 2007 +0200
58115
58116 ppc4xx: Code cleanup
58117
58118 Signed-off-by: Stefan Roese <sr@denx.de>
58119
58120 commit c92409812206ac67a7fa7aae298539a9c3804a46
58121 Author: Grzegorz Bernacki <gjb@semihalf.com>
58122 Date: Tue Jul 31 18:51:48 2007 +0200
58123
58124 [ppc440SPe] Graceful recovery from machine check during PCIe configuration
58125
58126 During config transactions on the PCIe bus an attempt to scan for a
58127 non-existent device can lead to a machine check exception with certain
58128 peripheral devices. In order to avoid crashing in such scenarios the
58129 instrumented versions of the config cycle read routines are introduced, so
58130 the exceptions fixups framework can gracefully recover.
58131
58132 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58133 Acked-by: Rafal Jaworowski <raj@semihalf.com>
58134
58135 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
58136 Author: Rafal Jaworowski <raj@semihalf.com>
58137 Date: Tue Jul 31 18:19:54 2007 +0200
58138
58139 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
58140
58141 This brings back separate settings for PCIe bus numbers depending on chip
58142 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
58143 commit. 440SPe rev. A does NOT work properly with the same settings as for
58144 the rev. B (no devices are seen on the bus during enumeration).
58145
58146 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
58147
58148 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
58149 Author: Wolfgang Denk <wd@denx.de>
58150 Date: Thu Aug 2 00:48:45 2007 +0200
58151
58152 Fix build errors and warnings / code cleanup.
58153
58154 Signed-off-by: Wolfgang Denk <wd@denx.de>
58155
58156 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
58157 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
58158 Date: Tue Jul 31 10:24:56 2007 +0200
58159
58160 ppc4xx: Update AMCC Bamboo 440EP support
58161
58162 Changed storage type of cfg_simulate_spd_eeprom to const
58163 Changed storage type of gpio_tab to stack storage
58164 (Cannot access global data declarations in .bss until afer code relocation)
58165
58166 Improved SDRAM tests to catch problems where data is not uniquely addressable
58167 (e.g. incorrectly programmed SDRAM row or columns)
58168
58169 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
58170 Fixed AM29LV320DT (OpCode Flash) sector map
58171
58172 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
58173 Signed-off-by: Stefan Roese <sr@denx.de>
58174
58175 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
58176 Author: Stefan Roese <sr@denx.de>
58177 Date: Tue Jul 31 08:37:01 2007 +0200
58178
58179 ppc4xx: Update 440EPx lwmon5 board support
58180
58181 - Clear ECC status regs after ECC POST test
58182 - Set dcbz for ECC generation with caches enabled as default
58183 - Code cleanup
58184
58185 Signed-off-by: Stefan Roese <sr@denx.de>
58186
58187 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
58188 Author: Stefan Roese <sr@denx.de>
58189 Date: Mon Jul 30 11:04:57 2007 +0200
58190
58191 ppc4xx: Only print ECC related info when the error bis are set
58192
58193 Signed-off-by: Stefan Roese <sr@denx.de>
58194
58195 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
58196 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58197 Date: Fri Jul 27 16:44:31 2007 +0200
58198
58199 new FPGA image for PLU405 board
58200
58201 new FPGA image for PLU405 board with improved CompactFlash timing
58202
58203 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58204
58205 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
58206 Author: Rafal Jaworowski <raj@semihalf.com>
58207 Date: Fri Jul 27 14:43:59 2007 +0200
58208
58209 [ADS5121] Support for the ADS5121 board
58210
58211 The following MPC5121e subsystems are supported:
58212
58213 - low-level CPU init
58214 - NOR Boot Flash (common CFI driver)
58215 - DDR SDRAM
58216 - FEC
58217 - I2C
58218 - Watchdog
58219
58220 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58221 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
58222 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
58223
58224 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
58225 Author: Rafal Jaworowski <raj@semihalf.com>
58226 Date: Fri Jul 27 14:22:04 2007 +0200
58227
58228 [PPC] Remove unused MSR_USER definition
58229
58230 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
58231
58232 commit d4024bb72dd81695ec099b2199eda0d27c623e62
58233 Author: John Otken <john@softadvances.com>
58234 Date: Thu Jul 26 17:49:11 2007 +0200
58235
58236 ppc4xx: Add support for AMCC 405EP Taihu board
58237
58238 Signed-off-by: John Otken <john@softadvances.com>
58239
58240 commit b66091de6c7390620312c2501db23d8391e7cabb
58241 Author: Anatolij Gustschin <agust@denx.de>
58242 Date: Thu Jul 26 15:08:01 2007 +0200
58243
58244 ppc4xx: lwmon5: Update Lime initialization
58245
58246 Change Lime SDRAM initialization to now support 100MHz and
58247 133MHz (if enabled). Also the framebuffer is initialized to
58248 display a blue rectangle with a white border.
58249
58250 Signed-off-by: Anatolij Gustschin <agust@denx.de>
58251 Signed-off-by: Stefan Roese <sr@denx.de>
58252
58253 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
58254 Author: Stefan Roese <sr@denx.de>
58255 Date: Tue Jul 24 09:52:52 2007 +0200
58256
58257 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
58258
58259 The used Intel NOR FLASH chips have internally two dies, and are now
58260 treated as two seperate chips.
58261
58262 Signed-off-by: Stefan Roese <sr@denx.de>
58263
58264 commit aedf5bde179ecfbd0a96130d18996a96518b785f
58265 Author: Stefan Roese <sr@denx.de>
58266 Date: Tue Jul 24 07:20:09 2007 +0200
58267
58268 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
58269
58270 As suggested by Hakan Eryigit, here an updated setup for the lwmon5
58271 interrupt controller.
58272
58273 Signed-off-by: Stefan Roese <sr@denx.de>
58274
58275 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
58276 Author: Stefan Roese <sr@denx.de>
58277 Date: Fri Jul 20 15:03:44 2007 +0200
58278
58279 ppc4xx: Fix bug with default GPIO output value
58280
58281 As spotted by Matthias Fuchs, the default output values for all GPIO1
58282 outputs were not setup correctly. This patch fixes this issue.
58283
58284 Signed-off-by: Stefan Roese <sr@denx.de>
58285
58286 commit 531e3e8b831f357056448fa573137d5fb37000fd
58287 Author: Pavel Kolesnikov <concord@emcraft.com>
58288 Date: Fri Jul 20 15:03:03 2007 +0200
58289
58290 POST: Add ECC POST for the lwmon5 board
58291
58292 This patch adds ECC Post test for the Lwmon5 board based
58293 on PPC440EPx to U-Boot.
58294
58295 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
58296 Acked-by: Yuri Tikhonov <yur@emcraft.com>
58297 Acked-by: Stefan Roese <sr@denx.de>
58298
58299 commit cc3023b9f95d7ac959a764471a65001062aecf41
58300 Author: Rafal Jaworowski <raj@semihalf.com>
58301 Date: Thu Jul 19 17:12:28 2007 +0200
58302
58303 Fix breakage of 8xx boards from recent commit.
58304
58305 This patch fixes the negative consequences for 8xx of the recent
58306 "ppc4xx: Clean up 440 exceptions handling" commit.
58307
58308 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
58309
58310 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
58311 Author: Stefan Roese <sr@denx.de>
58312 Date: Mon Jul 16 13:11:12 2007 +0200
58313
58314 Coding style cleanup
58315
58316 Signed-off-by: Stefan Roese <sr@denx.de>
58317
58318 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
58319 Author: Stefan Roese <sr@denx.de>
58320 Date: Mon Jul 16 10:02:12 2007 +0200
58321
58322 ppc4xx: Code cleanup
58323
58324 Signed-off-by: Stefan Roese <sr@denx.de>
58325
58326 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
58327 Author: Stefan Roese <sr@denx.de>
58328 Date: Mon Jul 16 10:01:38 2007 +0200
58329
58330 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
58331
58332 Signed-off-by: Stefan Roese <sr@denx.de>
58333
58334 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
58335 Author: Stefan Roese <sr@denx.de>
58336 Date: Mon Jul 16 10:00:43 2007 +0200
58337
58338 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
58339
58340 The new boardspecific DDR2 controller configuration is used for the Yucca
58341 board. Now the Yucca board with 440SPe Rev. A chips is also supported.
58342
58343 Signed-off-by: Stefan Roese <sr@denx.de>
58344
58345 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
58346 Author: Stefan Roese <sr@denx.de>
58347 Date: Mon Jul 16 09:57:00 2007 +0200
58348
58349 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
58350
58351 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
58352 support non default, boardspecific DDR(2) controller configuration.
58353
58354 Signed-off-by: Stefan Roese <sr@denx.de>
58355
58356 commit 5743a9207a370b90f09b20ebd61167c806b937f3
58357 Author: Stefan Roese <sr@denx.de>
58358 Date: Mon Jul 16 08:53:51 2007 +0200
58359
58360 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
58361
58362 The new function remove_tlb() can be used to remove the TLB's used to
58363 map a specific memory region. This is especially useful for the DDR(2)
58364 setup routines which configure the SDRAM area temporarily as a cached
58365 area (for speedup on auto-calibration and ECC generation) and later
58366 need this area uncached for normal usage.
58367
58368 Signed-off-by: Stefan Roese <sr@denx.de>
58369
58370 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
58371 Author: Michal Simek <monstr@monstr.eu>
58372 Date: Mon Jul 16 00:31:07 2007 +0200
58373
58374 [PATCH] Support for Xilinx EmacLite controller
58375
58376 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
58377 Author: Wolfgang Denk <wd@denx.de>
58378 Date: Sat Jul 14 22:51:02 2007 +0200
58379
58380 Update CHANGELOG
58381
58382 Signed-off-by: Wolfgang Denk <wd@denx.de>
58383
58384 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
58385 Author: Michal Simek <monstr@monstr.eu>
58386 Date: Sat Jul 14 13:11:28 2007 +0200
58387
58388 [FIX] support for simply measuring time
58389
58390 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
58391 Author: Michal Simek <monstr@monstr.eu>
58392 Date: Sat Jul 14 12:41:23 2007 +0200
58393
58394 [FS] Added support for ROMFS
58395
58396 commit 011595307731a7a67a7445d107c279d031e8ab97
58397 Author: Heiko Schocher <hs@pollux.denx.de>
58398 Date: Sat Jul 14 01:06:58 2007 +0200
58399
58400 [PCS440EP] - fix compile error, if BUILD_DIR is used
58401
58402 commit 5a2f1098d81ad58b309e5e558d0492643166a799
58403 Author: Michal Simek <monstr@monstr.eu>
58404 Date: Sat Jul 14 00:18:48 2007 +0200
58405
58406 [PATCH] Support time without timer
58407
58408 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
58409 Author: Michal Simek <monstr@monstr.eu>
58410 Date: Fri Jul 13 21:43:55 2007 +0200
58411
58412 [PATCH] Remove problem with disabled BARREL SHIFTER
58413
58414 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
58415 Author: Michal Simek <monstr@monstr.eu>
58416 Date: Fri Jul 13 21:41:44 2007 +0200
58417
58418 [FIX] correct help for rspr
58419
58420 commit fad63407154f46246ce80d53a9c669a44362ac67
58421 Author: Heiko Schocher <hs@pollux.denx.de>
58422 Date: Fri Jul 13 09:54:17 2007 +0200
58423
58424 make show_boot_progress () weak.
58425
58426 Signed-off-by: Heiko Schocher <hs@denx.de>
58427
58428 commit 907902472391b6ca1876ec300687562ecaf459b1
58429 Author: Heiko Schocher <hs@pollux.denx.de>
58430 Date: Fri Jul 13 08:26:05 2007 +0200
58431
58432 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur
58433 - fix compile error, if BUILD_DIR is used
58434
58435 Signed-off-by: Heiko Schocher <hs@denx.de>
58436
58437 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
58438 Author: Stefan Roese <sr@denx.de>
58439 Date: Thu Jul 12 16:32:08 2007 +0200
58440
58441 ppc4xx: Change receive buffer handling in the 4xx emac driver
58442
58443 This change fixes a bug in the receive buffer handling, that
58444 could lead to problems upon high network traffic (broadcasts...).
58445
58446 Signed-off-by: Stefan Roese <sr@denx.de>
58447
58448 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
58449 Author: Wolfgang Denk <wd@denx.de>
58450 Date: Thu Jul 12 01:45:34 2007 +0200
58451
58452 Update CHANGELOG, minor coding style cleanup.
58453
58454 Signed-off-by: Wolfgang Denk <wd@denx.de>
58455
58456 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
58457 Author: Andy Fleming <afleming@freescale.com>
58458 Date: Fri Jun 8 16:41:18 2007 -0500
58459
58460 Remove erroneous errata code from Marvel 88E1111S driver
58461
58462 The Marvel 88E1111S driver for the TSEC was copied from the
58463 88E1101 driver, and included a fix for an erratum which does not
58464 exist on that part. Now it is removed
58465
58466 Signed-off-by: Andy Fleming <afleming@freescale.com>
58467
58468 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
58469 Author: Andy Fleming <afleming@freescale.com>
58470 Date: Tue Jun 5 16:38:44 2007 -0500
58471
58472 From: eran liberty <eran.liberty@gmail.com>
58473
58474 adds the reset register to 85xx immap
58475
58476 Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
58477 Signed-off-by: Andy Fleming <afleming@freescale.com>
58478
58479 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
58480 Author: Andy Fleming <afleming@freescale.com>
58481 Date: Thu May 10 17:50:01 2007 -0500
58482
58483 Polished the 85xx ADS config files
58484
58485 Made the boot commands use device trees by default.
58486 Also moved the ramdisk to 1000000 (I think the previous address
58487 was getting overridden during boot).
58488
58489 Signed-off-by: Andy Fleming <afleming@freescale.com>
58490
58491 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
58492 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58493 Date: Wed May 9 11:03:32 2007 -0500
58494
58495 8544ds: Fix Makefile after moving pixis to board/freescale.
58496
58497 The OBJTREE != SRCTREE build scenario was broken.
58498 This fixes it.
58499
58500 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58501 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58502
58503 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
58504 Author: Andy Fleming <afleming@freescale.com>
58505 Date: Wed May 9 00:54:20 2007 -0500
58506
58507 tsec: Fix PHY code to match first driver
58508
58509 Jarrold Wen noticed that the generic PHY code always matches
58510 under the current implementation. Change it so the first match
58511 wins, and *only* unknown PHYs trigger the generic driver
58512
58513 Signed-off-by: Andy Fleming <afleming@freescale.com>
58514
58515 commit ccc091aac61a38cd998d575d92f7232e256d6312
58516 Author: Andy Fleming <afleming@freescale.com>
58517 Date: Tue May 8 17:27:43 2007 -0500
58518
58519 Add support for CPM device tree configuration to 8560 ADS
58520
58521 * Adds code to modify CPM frequencies
58522 * Cleans up the config file to #define TSEC and (for now) #undef FCC
58523 * Adds the MII command for all 8560 ADS configurations
58524 * Updates config file to provide convenience commands for booting
58525 with a device tree
58526
58527 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
58528 Signed-off-by: Andy Fleming <afleming@freescale.com>
58529
58530 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
58531 Author: Andy Fleming <afleming@freescale.com>
58532 Date: Tue May 8 17:23:02 2007 -0500
58533
58534 Fix Marvell 88e1145 PHY init code
58535
58536 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
58537 where the reset was being done after the errata code instead of
58538 before.
58539
58540 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
58541 Signed-off-by: Andy Fleming <afleming@freescale.com>
58542
58543 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
58544 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58545 Date: Wed Jul 11 14:52:16 2007 -0500
58546
58547 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
58548
58549 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58550
58551 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
58552 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58553 Date: Wed Jul 11 14:52:08 2007 -0500
58554
58555 pciauto setup bridge
58556
58557 The P2P bridge bus numbers programmed into the device are relative to
58558 hose->first_busno.
58559
58560 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58561
58562 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
58563 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58564 Date: Wed Jul 11 14:52:01 2007 -0500
58565
58566 Support PCIe extended config registers
58567
58568 FSL PCIe block has extended cfg registers in the 100 and 400 range.
58569 For example, to read the LTSSM register: pci display <busn>.0 404 1
58570
58571 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58572
58573 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
58574 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58575 Date: Wed Jul 11 14:51:48 2007 -0500
58576
58577 Minor improvements to drivers/pci_auto.c
58578
58579 - Make pciauto_{pre,post}scan_setup_bridge non-static
58580 - Added physical address display in debug messages.
58581
58582 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58583
58584 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
58585 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58586 Date: Wed Jul 11 14:51:35 2007 -0500
58587
58588 Start pci hose scan from hose->current_busno.
58589
58590 Ensure hose->current_busno is not less than first_busno. This fixes
58591 broken board code which leaves current_busno=0 when first_busno is
58592 greater than 0 for the cases with multiple controllers.
58593
58594 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58595
58596 commit 3865b1fb7843a08ad49a6319a36415752276ff48
58597 Author: Stefan Roese <sr@denx.de>
58598 Date: Wed Jul 11 12:13:53 2007 +0200
58599
58600 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
58601
58602 Signed-off-by: Stefan Roese <sr@denx.de>
58603
58604 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
58605 Author: Bartlomiej Sieka <tur@semihalf.com>
58606 Date: Wed Jul 11 20:11:07 2007 +0200
58607
58608 CM1.QP1: Support for the Schindler CM1.QP1 board.
58609
58610 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
58611 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58612
58613 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
58614 Author: Heiko Schocher <hs@pollux.denx.de>
58615 Date: Wed Jul 11 18:39:11 2007 +0200
58616
58617 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
58618 - now the Flash ST M29W040B is supported (not tested)
58619 - fix the "led" command
58620 - fix compile error, if BUILD_DIR is used
58621
58622 Signed-off-by: Heiko Schocher <hs@denx.de>
58623
58624 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
58625 Author: Stefan Roese <sr@denx.de>
58626 Date: Sun Jul 8 13:44:27 2007 +0200
58627
58628 Fix malloc problem introduced with the relocation fixup for the PPC platform
58629
58630 The relocation fixup didn't handle the malloc pointer initialization
58631 correctly. This patch fixes this problem. Tested successfully on 4xx.
58632 The relocation fixup patches for 4xx will follow soon.
58633
58634 Signed-off-by: Stefan Roese <sr@denx.de>
58635
58636 commit 0dca874db62718e41253659e60f3a1de7eb418ce
58637 Author: TsiChung <tcliew@Goku.(none)>
58638 Date: Tue Jul 10 15:45:43 2007 -0500
58639
58640 Cache update and added CFG_UNIFY_CACHE
58641
58642 Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
58643
58644 Signed-off-by: TsiChung <tcliew@Goku.(none)>
58645
58646 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
58647 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58648 Date: Thu Jul 5 23:36:16 2007 -0500
58649
58650 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
58651
58652 Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
58653
58654 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58655
58656 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
58657 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58658 Date: Thu Jul 5 23:31:25 2007 -0500
58659
58660 Update header files
58661
58662 Include immap.h and renamed mcfrtc.h to rtc.h
58663
58664 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58665
58666 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
58667 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58668 Date: Thu Jul 5 23:29:21 2007 -0500
58669
58670 Add mcffec_initialize()
58671
58672 Added mcffec_initialize() in eth_initialize()
58673
58674 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58675
58676 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
58677 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58678 Date: Thu Jul 5 23:27:40 2007 -0500
58679
58680 Update header file and clean up
58681
58682 Include immap.h
58683
58684 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58685
58686 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
58687 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58688 Date: Thu Jul 5 23:23:15 2007 -0500
58689
58690 New uart structure and defines
58691
58692 Seperated from mcfuart.h
58693
58694 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58695
58696 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
58697 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58698 Date: Thu Jul 5 23:22:31 2007 -0500
58699
58700 New timer structure and defines
58701
58702 Seperated from mcftimer.h
58703
58704 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58705
58706 commit e04acb2eba4782489417240eff76e20e176aec10
58707 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58708 Date: Thu Jul 5 23:21:09 2007 -0500
58709
58710 Rename mcfrtc to rtc
58711
58712 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
58713
58714 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58715
58716 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
58717 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58718 Date: Thu Jul 5 23:17:36 2007 -0500
58719
58720 Rename mcfserial.c. Update include header
58721
58722 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
58723
58724 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58725
58726 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
58727 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58728 Date: Thu Jul 5 23:13:58 2007 -0500
58729
58730 Header file update, clean up and cache handling
58731
58732 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
58733
58734 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58735
58736 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
58737 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58738 Date: Thu Jul 5 23:10:40 2007 -0500
58739
58740 Create interrupts.c and modify Makefile
58741
58742 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
58743
58744 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58745
58746 commit ddd104f1ed655eda50c06ba636237a83ed943f34
58747 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58748 Date: Thu Jul 5 23:06:55 2007 -0500
58749
58750 Enable Icache
58751
58752 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58753
58754 commit b9bf3de377b2bae70c983c9b97feae914999e735
58755 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58756 Date: Thu Jul 5 23:05:31 2007 -0500
58757
58758 Update header file and some clean up
58759
58760 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
58761
58762 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58763
58764 commit 84a015b52ec820a5ae173717d78516de731c89c2
58765 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58766 Date: Thu Jul 5 23:03:28 2007 -0500
58767
58768 Update header file and enable icache
58769
58770 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
58771
58772 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58773
58774 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
58775 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58776 Date: Thu Jul 5 23:01:22 2007 -0500
58777
58778 Update header file and removed interrupt_init()
58779
58780 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
58781
58782 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58783
58784 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
58785 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58786 Date: Thu Jul 5 22:57:46 2007 -0500
58787
58788 Update for flash.o and mii.o
58789
58790 Removed flash.o and added mii.o
58791
58792 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58793
58794 commit c5ded275d839e4ff79f41718d50a835d989f57bc
58795 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58796 Date: Thu Jul 5 22:56:19 2007 -0500
58797
58798 MII functions calls.
58799
58800 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58801
58802 commit 427c814104560e29bda14955c67703245aaaa5b4
58803 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58804 Date: Thu Jul 5 22:54:42 2007 -0500
58805
58806 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
58807
58808 The removed MII routines will be placed in mii.c.
58809
58810 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58811
58812 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
58813 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58814 Date: Thu Jul 5 22:51:05 2007 -0500
58815
58816 Duplicate code
58817
58818 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
58819
58820 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58821
58822 commit 2744354a8437b8f78db178e30660215688bff570
58823 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58824 Date: Thu Jul 5 22:46:38 2007 -0500
58825
58826 Seperate old structure defines and new structure defines
58827
58828 Removed new uart structure and defines to uart.h
58829
58830 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58831
58832 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
58833 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58834 Date: Thu Jul 5 22:45:01 2007 -0500
58835
58836 Seperate old structure defines and new structure defines
58837
58838 New timer structure and defines will move to new timer.h
58839
58840 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58841
58842 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
58843 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58844 Date: Thu Jul 5 22:42:23 2007 -0500
58845
58846 Clean up
58847
58848 Removed whitespace
58849
58850 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58851
58852 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
58853 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58854 Date: Thu Jul 5 22:41:24 2007 -0500
58855
58856 Clean up
58857
58858 Replaced whitespace with tabs
58859
58860 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58861
58862 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
58863 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58864 Date: Thu Jul 5 22:39:07 2007 -0500
58865
58866 Create new header file and move peripherals base address from configs file to new header file.
58867
58868 Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
58869
58870 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58871
58872 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
58873 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58874 Date: Thu Jul 5 22:24:58 2007 -0500
58875
58876 Revert file mode
58877
58878 Changed MAKEALL file mode to executable, removed executable file mode from Makefile
58879
58880 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58881
58882 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
58883 Author: Jon Loeliger <jdl@freescale.com>
58884 Date: Tue Jul 10 11:19:50 2007 -0500
58885
58886 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
58887
58888 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58889 Those always evaluated TRUE, and thus were always compiled
58890 even when IDE really wasn't defined/wanted.
58891
58892 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58893
58894 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
58895 Author: Jon Loeliger <jdl@freescale.com>
58896 Date: Tue Jul 10 11:13:21 2007 -0500
58897
58898 drivers/: Remove lingering references to CFG_CMD_* symbols.
58899
58900 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58901 Those always evaluated TRUE, and thus were always compiled
58902 even when IDE really wasn't defined/wanted.
58903
58904 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58905
58906 commit f40a7f3e3888b42a43674b099e5470022c8c544c
58907 Author: Jon Loeliger <jdl@freescale.com>
58908 Date: Tue Jul 10 11:07:56 2007 -0500
58909
58910 fs/: Remove lingering references to CFG_CMD_* symbols.
58911
58912 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58913 Those always evaluated TRUE, and thus were always compiled
58914 even when IDE really wasn't defined/wanted.
58915
58916 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58917
58918 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
58919 Author: Jon Loeliger <jdl@freescale.com>
58920 Date: Tue Jul 10 11:05:02 2007 -0500
58921
58922 net/: Remove lingering references to CFG_CMD_* symbols.
58923
58924 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58925 Those always evaluated TRUE, and thus were always compiled
58926 even when IDE really wasn't defined/wanted.
58927
58928 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58929
58930 commit 902531788376046da212afd1661cffb62f3daa1c
58931 Author: Jon Loeliger <jdl@freescale.com>
58932 Date: Tue Jul 10 11:02:44 2007 -0500
58933
58934 common/: Remove lingering references to CFG_CMD_* symbols.
58935
58936 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58937 Those always evaluated TRUE, and thus were always compiled
58938 even when IDE really wasn't defined/wanted.
58939
58940 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58941
58942 commit d39b57415838c73fb0a37eca84de3c68ba990586
58943 Author: Jon Loeliger <jdl@freescale.com>
58944 Date: Tue Jul 10 10:48:22 2007 -0500
58945
58946 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
58947
58948 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58949 Those always evaluated TRUE, and thus were always compiled
58950 even when IDE really wasn't defined/wanted.
58951
58952 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58953
58954 commit 77a318545d57aefa844752465b94c7e09a3f26d0
58955 Author: Jon Loeliger <jdl@freescale.com>
58956 Date: Tue Jul 10 10:39:10 2007 -0500
58957
58958 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
58959
58960 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
58961 Those always evaluated TRUE, and thus were always compiled
58962 even when IDE really wasn't defined/wanted.
58963
58964 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58965
58966 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
58967 Author: Jon Loeliger <jdl@freescale.com>
58968 Date: Tue Jul 10 10:27:39 2007 -0500
58969
58970 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
58971
58972 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58973
58974 commit 079a136c3588814784561d6e4856970ee82d6e2a
58975 Author: Jon Loeliger <jdl@freescale.com>
58976 Date: Tue Jul 10 10:12:10 2007 -0500
58977
58978 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
58979
58980 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
58981 used to be included but CONFIG_BOOTP_MASK was not defined.
58982
58983 Remove lingering references to CFG_CMD_* symbols.
58984
58985 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58986
58987 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
58988 Author: Jon Loeliger <jdl@freescale.com>
58989 Date: Tue Jul 10 09:38:02 2007 -0500
58990
58991 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
58992
58993 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
58994 used to be included but CONFIG_BOOTP_MASK was not defined.
58995
58996 Remove lingering references to CFG_CMD_* symbols.
58997
58998 Signed-off-by: Jon Loeliger <jdl@freescale.com>
58999
59000 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
59001 Author: Jon Loeliger <jdl@freescale.com>
59002 Date: Tue Jul 10 09:29:01 2007 -0500
59003
59004 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
59005
59006 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
59007 used to be included but CONFIG_BOOTP_MASK was not defined.
59008
59009 Remove lingering references to CFG_CMD_* symbols.
59010
59011 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59012
59013 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
59014 Author: Jon Loeliger <jdl@freescale.com>
59015 Date: Tue Jul 10 09:22:23 2007 -0500
59016
59017 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
59018
59019 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
59020 used to be included but CONFIG_BOOTP_MASK was not defined.
59021
59022 Remove lingering references to CFG_CMD_* symbols.
59023
59024 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59025
59026 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
59027 Author: Jon Loeliger <jdl@freescale.com>
59028 Date: Tue Jul 10 09:10:49 2007 -0500
59029
59030 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
59031
59032 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
59033 used to be included but CONFIG_BOOTP_MASK was not defined.
59034
59035 Remove lingering references to CFG_CMD_* symbols.
59036
59037 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59038
59039 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
59040 Author: Jon Loeliger <jdl@freescale.com>
59041 Date: Tue Jul 10 09:02:57 2007 -0500
59042
59043 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
59044
59045 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
59046 used to be included but CONFIG_BOOTP_MASK was not defined.
59047
59048 Remove lingering references to CFG_CMD_* symbols.
59049
59050 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59051
59052 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
59053 Author: Jon Loeliger <jdl@freescale.com>
59054 Date: Mon Jul 9 22:08:34 2007 -0500
59055
59056 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
59057
59058 All of the choices for CONFIG_BOOTP_ are now documented in
59059 the README file. You must now individually select exactly
59060 the set that you want using a series of
59061 #define CONFIG_BOOTP_<x>
59062 statements in the board port config files now.
59063
59064 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59065
59066 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
59067 Author: Jon Loeliger <jdl@freescale.com>
59068 Date: Mon Jul 9 21:57:31 2007 -0500
59069
59070 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
59071
59072 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59073
59074 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
59075 Author: Jon Loeliger <jdl@freescale.com>
59076 Date: Mon Jul 9 21:48:26 2007 -0500
59077
59078 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
59079
59080 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59081
59082 commit 37d4bb70586659dedef1658ce1bed071be098aec
59083 Author: Jon Loeliger <jdl@freescale.com>
59084 Date: Mon Jul 9 21:38:02 2007 -0500
59085
59086 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
59087
59088 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59089
59090 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
59091 Author: Jon Loeliger <jdl@freescale.com>
59092 Date: Mon Jul 9 21:31:24 2007 -0500
59093
59094 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
59095
59096 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59097
59098 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
59099 Author: Jon Loeliger <jdl@freescale.com>
59100 Date: Mon Jul 9 21:24:19 2007 -0500
59101
59102 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
59103
59104 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59105
59106 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
59107 Author: Jon Loeliger <jdl@freescale.com>
59108 Date: Mon Jul 9 21:16:53 2007 -0500
59109
59110 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
59111
59112 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59113
59114 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
59115 Author: Jon Loeliger <jdl@freescale.com>
59116 Date: Mon Jul 9 19:12:30 2007 -0500
59117
59118 Retire CONFIG_COMMANDS finally.
59119 Strip old CFG_CMD_* symbols out.
59120
59121 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59122
59123 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
59124 Author: Jon Loeliger <jdl@freescale.com>
59125 Date: Mon Jul 9 19:10:03 2007 -0500
59126
59127 Update README.* to reference new CONFIG_CMD_* names now.
59128
59129 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59130
59131 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
59132 Author: Jon Loeliger <jdl@freescale.com>
59133 Date: Mon Jul 9 19:06:00 2007 -0500
59134
59135 cpu/m*: Remove obsolete references to CONFIG_COMMANDS
59136
59137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59138
59139 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
59140 Author: Jon Loeliger <jdl@freescale.com>
59141 Date: Mon Jul 9 18:57:22 2007 -0500
59142
59143 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
59144
59145 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59146
59147 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
59148 Author: Jon Loeliger <jdl@freescale.com>
59149 Date: Mon Jul 9 18:45:16 2007 -0500
59150
59151 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
59152
59153 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59154
59155 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
59156 Author: Jon Loeliger <jdl@freescale.com>
59157 Date: Mon Jul 9 18:38:39 2007 -0500
59158
59159 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
59160
59161 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59162
59163 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
59164 Author: Jon Loeliger <jdl@freescale.com>
59165 Date: Mon Jul 9 18:31:28 2007 -0500
59166
59167 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
59168
59169 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59170
59171 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
59172 Author: Jon Loeliger <jdl@freescale.com>
59173 Date: Mon Jul 9 18:24:55 2007 -0500
59174
59175 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
59176
59177 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59178
59179 commit fcec2eb93e126400009729328e797f12bc94f1fd
59180 Author: Jon Loeliger <jdl@freescale.com>
59181 Date: Mon Jul 9 18:19:09 2007 -0500
59182
59183 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
59184
59185 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59186
59187 commit a593814f2be0c9cdc3133cd550b167b8a988328f
59188 Author: Jon Loeliger <jdl@freescale.com>
59189 Date: Mon Jul 9 18:10:50 2007 -0500
59190
59191 rtc/: Remove obsolete references to CONFIG_COMMANDS
59192
59193 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59194
59195 commit 67350568f9d46e66c21829f3513b3db0caeb948b
59196 Author: Jon Loeliger <jdl@freescale.com>
59197 Date: Mon Jul 9 18:05:38 2007 -0500
59198
59199 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
59200
59201 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59202
59203 commit 7def6b34f910f08d7ef0a14646da067719237ca2
59204 Author: Jon Loeliger <jdl@freescale.com>
59205 Date: Mon Jul 9 18:02:11 2007 -0500
59206
59207 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
59208
59209 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59210
59211 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
59212 Author: Jon Loeliger <jdl@freescale.com>
59213 Date: Mon Jul 9 17:56:50 2007 -0500
59214
59215 fs/: Remove obsolete references to CONFIG_COMMANDS
59216
59217 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59218
59219 commit c91898bbc505aff3e12a807af88e76da18efb7ee
59220 Author: Jon Loeliger <jdl@freescale.com>
59221 Date: Mon Jul 9 17:46:09 2007 -0500
59222
59223 tools/: Remove obsolete references to CONFIG_COMMANDS
59224
59225 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59226
59227 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
59228 Author: Jon Loeliger <jdl@freescale.com>
59229 Date: Mon Jul 9 17:45:14 2007 -0500
59230
59231 net/: Remove obsolete references to CONFIG_COMMANDS
59232
59233 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59234
59235 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
59236 Author: Jon Loeliger <jdl@freescale.com>
59237 Date: Mon Jul 9 17:39:42 2007 -0500
59238
59239 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
59240
59241 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59242
59243 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
59244 Author: Jon Loeliger <jdl@freescale.com>
59245 Date: Mon Jul 9 17:30:01 2007 -0500
59246
59247 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
59248
59249 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59250
59251 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
59252 Author: Jon Loeliger <jdl@freescale.com>
59253 Date: Mon Jul 9 17:22:37 2007 -0500
59254
59255 disk/: Remove obsolete references to CONFIG_COMMANDS
59256
59257 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59258
59259 commit 639221c76c88215bd55af83ad174fc30d1940f8f
59260 Author: Jon Loeliger <jdl@freescale.com>
59261 Date: Mon Jul 9 17:15:49 2007 -0500
59262
59263 include/: Remove obsolete references to CONFIG_COMMANDS
59264 Mostly removed from comments here.
59265
59266 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59267
59268 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
59269 Author: Wolfgang Denk <wd@denx.de>
59270 Date: Tue Jul 10 00:01:28 2007 +0200
59271
59272 Coding style cleanup; update CHANGELOG.
59273
59274 Signed-off-by: Wolfgang Denk <wd@denx.de>
59275
59276 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
59277 Author: Stefan Roese <sr@denx.de>
59278 Date: Mon Jul 9 11:00:24 2007 +0200
59279
59280 Small coding style cleanup
59281
59282 Signed-off-by: Stefan Roese <sr@denx.de>
59283
59284 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
59285 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59286 Date: Mon Jul 9 10:10:08 2007 +0200
59287
59288 Migrate esd 405EP boards to new NAND subsystem
59289
59290 Remove unused CFG_NAND_LEGACY define
59291
59292 These boards to not have NAND.
59293
59294 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59295
59296 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
59297 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59298 Date: Mon Jul 9 10:10:06 2007 +0200
59299
59300 Migrate esd 405EP boards to new NAND subsystem
59301
59302 Migrate esd 405EP boards to new NAND subsystem
59303
59304 -cleanup
59305 -use correct io accessors (in/out_be32())
59306
59307 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59308
59309 commit e09f7ab5749c345f924da272bea0521a73af5b11
59310 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59311 Date: Mon Jul 9 10:10:04 2007 +0200
59312
59313 Migrate esd 405EP boards to new NAND subsystem
59314
59315 This patch prepares the migration from the legacy NAND driver
59316 to U-Boot's new NAND subsystem for esd boards.
59317
59318 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59319
59320 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
59321 Author: Jon Loeliger <jdl@freescale.com>
59322 Date: Sun Jul 8 18:10:08 2007 -0500
59323
59324 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
59325
59326 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59327
59328 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
59329 Author: Jon Loeliger <jdl@freescale.com>
59330 Date: Sun Jul 8 18:05:39 2007 -0500
59331
59332 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
59333
59334 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59335
59336 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
59337 Author: Jon Loeliger <jdl@freescale.com>
59338 Date: Sun Jul 8 18:02:23 2007 -0500
59339
59340 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
59341
59342 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59343
59344 commit baa26db4113679b80970ff447d91cc10217742a6
59345 Author: Jon Loeliger <jdl@freescale.com>
59346 Date: Sun Jul 8 17:51:39 2007 -0500
59347
59348 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
59349
59350 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59351
59352 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
59353 Author: Jon Loeliger <jdl@freescale.com>
59354 Date: Sun Jul 8 17:02:01 2007 -0500
59355
59356 Clear up confusion over the CMD_POST and POST_DIAG mess.
59357
59358 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
59359 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST.
59360 Clear this mess up some.
59361
59362 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59363
59364 commit b3631487105a57ab7cbadfc26efbaf9676275018
59365 Author: Jon Loeliger <jdl@freescale.com>
59366 Date: Sun Jul 8 15:45:08 2007 -0500
59367
59368 Remove references to the old cmd_confdefs.h include file.
59369
59370 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59371
59372 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
59373 Author: Jon Loeliger <jdl@freescale.com>
59374 Date: Sun Jul 8 15:42:59 2007 -0500
59375
59376 include/configs: Catch some CONFIG_CMD_* conversion stragglers.
59377
59378 Use new CONFIG_CMD_* in lwmon5.h board config file.
59379 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
59380
59381 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59382
59383 commit a5562901661bd428f7e5feb333f796372cb81019
59384 Author: Jon Loeliger <jdl@freescale.com>
59385 Date: Sun Jul 8 15:31:57 2007 -0500
59386
59387 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
59388
59389 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59390
59391 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
59392 Author: Jon Loeliger <jdl@freescale.com>
59393 Date: Sun Jul 8 15:02:44 2007 -0500
59394
59395 include/configs: Use new CONFIG_CMD_* in various S* named board config files.
59396
59397 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59398
59399 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
59400 Author: Jon Loeliger <jdl@freescale.com>
59401 Date: Sun Jul 8 15:12:40 2007 -0500
59402
59403 include/configs: Use new CONFIG_CMD_* in various R* named board config files.
59404
59405 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59406
59407 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
59408 Author: Jon Loeliger <jdl@freescale.com>
59409 Date: Sun Jul 8 14:55:07 2007 -0500
59410
59411 include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
59412
59413 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59414
59415 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
59416 Author: Jon Loeliger <jdl@freescale.com>
59417 Date: Sun Jul 8 14:49:44 2007 -0500
59418
59419 include/configs: Use new CONFIG_CMD_* in various P* named board config files.
59420
59421 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59422
59423 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
59424 Author: Jon Loeliger <jdl@freescale.com>
59425 Date: Sun Jul 8 14:21:43 2007 -0500
59426
59427 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
59428
59429 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59430
59431 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
59432 Author: Jon Loeliger <jdl@freescale.com>
59433 Date: Sun Jul 8 14:14:17 2007 -0500
59434
59435 include/configs: Use new CONFIG_CMD_* in various M* named board config files.
59436
59437 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59438
59439 commit 348f258f24253433e4a2302a0bbceb6740a67246
59440 Author: Jon Loeliger <jdl@freescale.com>
59441 Date: Sun Jul 8 13:46:18 2007 -0500
59442
59443 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
59444
59445 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59446
59447 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
59448 Author: Jon Loeliger <jdl@freescale.com>
59449 Date: Sun Jul 8 10:09:35 2007 -0500
59450
59451 include/configs: Use new CONFIG_CMD_* in various H* named board config files.
59452
59453 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59454
59455 commit 60a0876b5106b34220e459c208bbf648073306c0
59456 Author: Jon Loeliger <jdl@freescale.com>
59457 Date: Sat Jul 7 21:04:26 2007 -0500
59458
59459 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
59460
59461 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59462
59463 commit dcaa71562826a2466e894c868d132509dcda8444
59464 Author: Jon Loeliger <jdl@freescale.com>
59465 Date: Sat Jul 7 20:56:05 2007 -0500
59466
59467 include/configs: Use new CONFIG_CMD_* in various E* named board config files.
59468
59469 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59470
59471 commit 3c3227f3c737502311b25b72084573901cbbf17d
59472 Author: Jon Loeliger <jdl@freescale.com>
59473 Date: Sat Jul 7 20:40:43 2007 -0500
59474
59475 include/configs: Use new CONFIG_CMD_* in various D* named board config files.
59476
59477 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59478
59479 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
59480 Author: Jon Loeliger <jdl@freescale.com>
59481 Date: Thu Jul 5 19:52:35 2007 -0500
59482
59483 include/configs: Use new CONFIG_CMD_* in various C* named board config files.
59484
59485 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59486
59487 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
59488 Author: Jon Loeliger <jdl@freescale.com>
59489 Date: Thu Jul 5 19:32:07 2007 -0500
59490
59491 include/configs: Use new CONFIG_CMD_* in various B* named board config files.
59492
59493 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59494
59495 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
59496 Author: Jon Loeliger <jdl@freescale.com>
59497 Date: Thu Jul 5 19:13:52 2007 -0500
59498
59499 include/configs: Use new CONFIG_CMD_* in various A* named board config files.
59500
59501 Since ADS860.h includes "board/fads/fads.h" with ramifications
59502 on the CONFIG_COMMAND treatment, it too has to be adjusted to
59503 exclude already configured commands in this same commit.
59504
59505 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59506
59507 commit 10e038932f22ee80ebd53de312531e70e6590a2f
59508 Author: Thomas Knobloch <knobloch@siemens.com>
59509 Date: Fri Jul 6 14:58:39 2007 +0200
59510
59511 [NAND] Bad block skipping for command nboot
59512
59513 The old implementation of command nboot does not support reading the image from
59514 NAND flash with skipping of bad blocks. The patch implements a new version of
59515 the nboot command: by calling nboot.jffs2 from the u-boot command line the
59516 command will load the image from NAND flash with respect to bad blocks (by using
59517 nand_read_opts()). This is similar to e.g. the NAND read command: "nand
59518 read.jffs2 ...".
59519
59520 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
59521 Signed-off-by: Stefan Roese <sr@denx.de>
59522
59523 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
59524 Author: Stefan Roese <sr@denx.de>
59525 Date: Fri Jul 6 12:26:51 2007 +0200
59526
59527 ppc4xx: Update lwmon5 default environment
59528
59529 Signed-off-by: Stefan Roese <sr@denx.de>
59530
59531 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
59532 Author: Stefan Roese <sr@denx.de>
59533 Date: Fri Jul 6 11:48:24 2007 +0200
59534
59535 ppc4xx: Update lwmon5 board
59536
59537 Add unlock=yes environment variable to default variables to unlock
59538 the CFI flash by default.
59539
59540 Signed-off-by: Stefan Roese <sr@denx.de>
59541
59542 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
59543 Author: Stefan Roese <sr@denx.de>
59544 Date: Fri Jul 6 09:45:47 2007 +0200
59545
59546 Fix problem with get/setdcr commands introduced by cfg patches
59547
59548 Signed-off-by: Stefan Roese <sr@denx.de>
59549
59550 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
59551 Author: Wolfgang Denk <wd@denx.de>
59552 Date: Fri Jul 6 02:50:19 2007 +0200
59553
59554 Code cleanup and default config update for STC GP3 SSA board.
59555
59556 Signed-off-by: Wolfgang Denk <wd@denx.de>
59557
59558 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
59559 Author: Wolfgang Denk <wd@denx.de>
59560 Date: Thu Jul 5 17:56:27 2007 +0200
59561
59562 Fixing some typos etc. introduced mainly by cfg patches.
59563
59564 Signed-off-by: Wolfgang Denk <wd@denx.de>
59565
59566 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
59567 Author: Wolfgang Denk <wd@denx.de>
59568 Date: Thu Jul 5 11:12:16 2007 +0200
59569
59570 Minor coding style cleanup. Update CHANGELOG.
59571
59572 commit dca3b3d6d6396b67e5e84af53452164923c73443
59573 Author: Jon Loeliger <jdl@jdl.com>
59574 Date: Wed Jul 4 22:33:46 2007 -0500
59575
59576 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
59577
59578 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59579
59580 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
59581 Author: Jon Loeliger <jdl@jdl.com>
59582 Date: Wed Jul 4 22:33:38 2007 -0500
59583
59584 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
59585
59586 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59587
59588 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
59589 Author: Jon Loeliger <jdl@jdl.com>
59590 Date: Wed Jul 4 22:33:30 2007 -0500
59591
59592 include/configs: Use new CONFIG_CMD_* in various s* named board config files.
59593
59594 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59595
59596 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
59597 Author: Jon Loeliger <jdl@jdl.com>
59598 Date: Wed Jul 4 22:33:23 2007 -0500
59599
59600 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
59601
59602 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59603
59604 commit 26a34560d56a9df5bc2ae23525d9229736134757
59605 Author: Jon Loeliger <jdl@jdl.com>
59606 Date: Wed Jul 4 22:33:17 2007 -0500
59607
59608 include/configs: Use new CONFIG_CMD_* in various p* named board config files.
59609
59610 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59611
59612 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
59613 Author: Jon Loeliger <jdl@jdl.com>
59614 Date: Wed Jul 4 22:33:13 2007 -0500
59615
59616 include/configs: Use new CONFIG_CMD_* in various o* named board config files.
59617
59618 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59619
59620 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
59621 Author: Jon Loeliger <jdl@jdl.com>
59622 Date: Wed Jul 4 22:33:07 2007 -0500
59623
59624 include/configs: Use new CONFIG_CMD_* in various n* named board config files.
59625
59626 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59627
59628 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
59629 Author: Jon Loeliger <jdl@jdl.com>
59630 Date: Wed Jul 4 22:33:01 2007 -0500
59631
59632 include/configs: Use new CONFIG_CMD_* in various m* named board config files.
59633
59634 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59635
59636 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
59637 Author: Jon Loeliger <jdl@jdl.com>
59638 Date: Wed Jul 4 22:32:57 2007 -0500
59639
59640 include/configs: Use new CONFIG_CMD_* in various l* named board config files.
59641
59642 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59643
59644 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
59645 Author: Jon Loeliger <jdl@jdl.com>
59646 Date: Wed Jul 4 22:32:51 2007 -0500
59647
59648 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
59649
59650 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59651
59652 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
59653 Author: Jon Loeliger <jdl@jdl.com>
59654 Date: Wed Jul 4 22:32:32 2007 -0500
59655
59656 include/configs: Use new CONFIG_CMD_* in various i* named board config files.
59657
59658 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59659
59660 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
59661 Author: Jon Loeliger <jdl@jdl.com>
59662 Date: Wed Jul 4 22:32:25 2007 -0500
59663
59664 include/configs: Use new CONFIG_CMD_* in various h* named board config files.
59665
59666 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59667
59668 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
59669 Author: Jon Loeliger <jdl@jdl.com>
59670 Date: Wed Jul 4 22:32:19 2007 -0500
59671
59672 include/configs: Use new CONFIG_CMD_* in various g* named board config files.
59673
59674 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59675
59676 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
59677 Author: Jon Loeliger <jdl@jdl.com>
59678 Date: Wed Jul 4 22:32:10 2007 -0500
59679
59680 include/configs: Use new CONFIG_CMD_* in various e* named board config files.
59681
59682 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59683
59684 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
59685 Author: Jon Loeliger <jdl@jdl.com>
59686 Date: Wed Jul 4 22:32:03 2007 -0500
59687
59688 include/configs: Use new CONFIG_CMD_* in various d* named board config files.
59689
59690 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59691
59692 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
59693 Author: Jon Loeliger <jdl@jdl.com>
59694 Date: Wed Jul 4 22:31:56 2007 -0500
59695
59696 include/configs: Use new CONFIG_CMD_* in various c* named board config files.
59697
59698 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59699
59700 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
59701 Author: Jon Loeliger <jdl@jdl.com>
59702 Date: Wed Jul 4 22:31:49 2007 -0500
59703
59704 include/configs: Use new CONFIG_CMD_* in various b* named board config files.
59705
59706 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59707
59708 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
59709 Author: Jon Loeliger <jdl@jdl.com>
59710 Date: Wed Jul 4 22:31:42 2007 -0500
59711
59712 include/configs: Use new CONFIG_CMD_* in various a* named board config files.
59713
59714 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59715
59716 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
59717 Author: Jon Loeliger <jdl@jdl.com>
59718 Date: Wed Jul 4 22:31:35 2007 -0500
59719
59720 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
59721
59722 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59723
59724 commit d794cfefead5fc177cf4f41164e80382e9c9484a
59725 Author: Jon Loeliger <jdl@jdl.com>
59726 Date: Wed Jul 4 22:31:15 2007 -0500
59727
59728 include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
59729
59730 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59731
59732 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
59733 Author: Jon Loeliger <jdl@jdl.com>
59734 Date: Wed Jul 4 22:31:07 2007 -0500
59735
59736 include/configs: Use new CONFIG_CMD_* in STx board config files.
59737
59738 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59739
59740 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
59741 Author: Jon Loeliger <jdl@jdl.com>
59742 Date: Wed Jul 4 22:30:58 2007 -0500
59743
59744 include/configs: Use new CONFIG_CMD_* in sbc* board config files.
59745
59746 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59747
59748 commit 2694690e285acaa34922f55f4b5ae030da60c55a
59749 Author: Jon Loeliger <jdl@jdl.com>
59750 Date: Wed Jul 4 22:30:50 2007 -0500
59751
59752 include/configs: Use new CONFIG_CMD_* in TQM board config files.
59753
59754 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59755
59756 commit 1cc4c458329765b58e584a19821e796b3c10e976
59757 Author: Jon Loeliger <jdl@jdl.com>
59758 Date: Wed Jul 4 22:30:28 2007 -0500
59759
59760 include/configs: Use new CONFIG_CMD_* in 82xx board config files.
59761
59762 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59763
59764 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
59765 Author: Jon Loeliger <jdl@jdl.com>
59766 Date: Wed Jul 4 22:30:06 2007 -0500
59767
59768 include/configs: Use new CONFIG_CMD_* in 83xx board config files.
59769
59770 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59771
59772 commit b44896215a09c60fa40cae906f7ed207bbc2c492
59773 Author: Sergei Poselenov <sposelenov@emcraft.com>
59774 Date: Thu Jul 5 08:17:37 2007 +0200
59775
59776 Merged POST framework with the current TOT.
59777
59778 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
59779
59780 commit b24629fa377214d63bb40d1360e354b6d3e4af56
59781 Author: Jon Loeliger <jdl@jdl.com>
59782 Date: Wed Jun 13 13:23:15 2007 -0500
59783
59784 mpc86xx: Remove old CFG_CMD_* references.
59785
59786 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59787
59788 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
59789 Author: Jon Loeliger <jdl@jdl.com>
59790 Date: Wed Jun 13 13:22:54 2007 -0500
59791
59792 Add MPC8568MDS to MAKEALL 85xx target.
59793
59794 It was missing from the original port submission.
59795
59796 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59797
59798 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
59799 Author: Jon Loeliger <jdl@jdl.com>
59800 Date: Wed Jun 13 13:22:08 2007 -0500
59801
59802 include/configs: Use new CONFIG_CMD_* in 85xx board config files.
59803
59804 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59805
59806 commit 56b304ac2091689506088a9ae67f63fd6300cf16
59807 Author: Jon Loeliger <jdl@jdl.com>
59808 Date: Wed Jun 13 13:21:37 2007 -0500
59809
59810 Fix #if typo in CONFIG_CMD_* changes.
59811
59812 Signed-off-by: Jon Loeliger <jdl@freescale.com>
59813
59814 commit f780b83316d9af1f61d71cc88b1917b387b9b995
59815 Author: Niklaus Giger <niklausgiger@gmx.ch>
59816 Date: Wed Jun 27 18:11:38 2007 +0200
59817
59818 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
59819
59820 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
59821
59822 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
59823 Author: Stefan Roese <sr@denx.de>
59824 Date: Wed Jul 4 10:06:30 2007 +0200
59825
59826 ppc4xx: Update lwmon5 board
59827
59828 - Add optional ECC generation routine to preserve existing
59829 RAM values. This is needed for the Linux log-buffer support
59830 - Add optional DDR2 setup with CL=4
59831 - GPIO50 not used anymore
59832 - Lime register setup added
59833
59834 Signed-off-by: Stefan Roese <sr@denx.de>
59835
59836 commit 6810a34677dbc446334f5e451f1682426dd33b49
59837 Author: Grant Likely <grant.likely@secretlab.ca>
59838 Date: Tue Jul 3 00:17:28 2007 -0600
59839
59840 Fix Makefile to use $(MKCONFIG) macro for all board ports
59841
59842 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59843
59844 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
59845 Author: Grant Likely <grant.likely@secretlab.ca>
59846 Date: Tue Jul 3 00:17:28 2007 -0600
59847
59848 Fix Makefile to use $(MKCONFIG) macro for all board ports
59849
59850 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59851
59852 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
59853 Author: Grant Likely <grant.likely@secretlab.ca>
59854 Date: Tue Jul 3 00:34:49 2007 -0600
59855
59856 Correct fixup relocation for mpc83xx
59857
59858 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59859
59860 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
59861 Author: Grant Likely <grant.likely@secretlab.ca>
59862 Date: Tue Jul 3 00:34:44 2007 -0600
59863
59864 Correct fixup relocation for mpc8260
59865
59866 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59867
59868 commit f3a52fe05923935db86985daf9438e2f70ac39aa
59869 Author: Grant Likely <grant.likely@secretlab.ca>
59870 Date: Tue Jul 3 00:34:39 2007 -0600
59871
59872 Correct fixup relocation for mpc824x
59873
59874 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59875
59876 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
59877 Author: Grant Likely <grant.likely@secretlab.ca>
59878 Date: Tue Jul 3 00:34:34 2007 -0600
59879
59880 Correct fixup relocation for mpc8220
59881
59882 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59883
59884 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
59885 Author: Grant Likely <grant.likely@secretlab.ca>
59886 Date: Tue Jul 3 00:34:29 2007 -0600
59887
59888 Correct fixup relocation for MPC5xxx
59889
59890 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59891
59892 commit 3649cd99ba815b6601868735765602f00ef3692b
59893 Author: Grant Likely <grant.likely@secretlab.ca>
59894 Date: Tue Jul 3 00:34:24 2007 -0600
59895
59896 Correct relocation fixup for mpc5xx
59897
59898 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59899
59900 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
59901 Author: Grant Likely <grant.likely@secretlab.ca>
59902 Date: Tue Jul 3 00:34:19 2007 -0600
59903
59904 Don't set gd->reloc_off if relocation of .fixup works correctly
59905
59906 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59907
59908 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
59909 Author: Grant Likely <grant.likely@secretlab.ca>
59910 Date: Tue Jul 3 00:34:14 2007 -0600
59911
59912 Remove obsolete mpc83xx linker scripts
59913
59914 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59915
59916 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
59917 Author: Grant Likely <grant.likely@secretlab.ca>
59918 Date: Tue Jul 3 00:34:09 2007 -0600
59919
59920 Consolidate mpc8260 linker scripts
59921
59922 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59923
59924 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
59925 Author: Grant Likely <grant.likely@secretlab.ca>
59926 Date: Tue Jul 3 00:34:04 2007 -0600
59927
59928 Remove obsolete mpc824x linker scripts
59929
59930 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59931
59932 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
59933 Author: Grant Likely <grant.likely@secretlab.ca>
59934 Date: Tue Jul 3 00:33:59 2007 -0600
59935
59936 Remove obsolete mpc824x linker scripts (3 of 4)
59937
59938 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59939
59940 commit a71c084f3ac7fedf144537db2b2da47323068833
59941 Author: Grant Likely <grant.likely@secretlab.ca>
59942 Date: Tue Jul 3 00:33:53 2007 -0600
59943
59944 Remove obsolete mpc824x linker scripts (2 of 4)
59945
59946 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59947
59948 commit f670a15468d1365241d40022b9408e1004181f5e
59949 Author: Grant Likely <grant.likely@secretlab.ca>
59950 Date: Tue Jul 3 00:33:48 2007 -0600
59951
59952 Remove obsolete mpc824x linker scripts (1 of 4)
59953
59954 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59955
59956 commit 09555bd45a04c0e54f172528d21bc18896550d28
59957 Author: Grant Likely <grant.likely@secretlab.ca>
59958 Date: Tue Jul 3 00:33:43 2007 -0600
59959
59960 Remove obsolete mpc8220 linker scripts
59961
59962 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59963
59964 commit 5efb992f046e51225c93d52f80fecbe433abd789
59965 Author: Grant Likely <grant.likely@secretlab.ca>
59966 Date: Tue Jul 3 00:33:38 2007 -0600
59967
59968 Remove obsolete mpc5xxx linker scripts (3 of 3)
59969
59970 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59971
59972 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
59973 Author: Grant Likely <grant.likely@secretlab.ca>
59974 Date: Tue Jul 3 00:33:33 2007 -0600
59975
59976 Remove obsolete mpc5xxx linker scripts (2 of 3)
59977
59978 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59979
59980 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
59981 Author: Grant Likely <grant.likely@secretlab.ca>
59982 Date: Tue Jul 3 00:33:28 2007 -0600
59983
59984 Remove obsolete mpc5xxx linker scripts (1 of 3)
59985
59986 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59987
59988 commit b7d8e05f8675249b5f208aa73babeed384a4519d
59989 Author: Grant Likely <grant.likely@secretlab.ca>
59990 Date: Tue Jul 3 00:33:23 2007 -0600
59991
59992 Remove obsolete mpc5xx linker scripts
59993
59994 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
59995
59996 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
59997 Author: Grant Likely <grant.likely@secretlab.ca>
59998 Date: Tue Jul 3 00:33:18 2007 -0600
59999
60000 Consolidate mpc83xx linker scripts
60001
60002 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60003
60004 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
60005 Author: Grant Likely <grant.likely@secretlab.ca>
60006 Date: Tue Jul 3 00:33:13 2007 -0600
60007
60008 Consolidate mpc8260 linker scripts
60009
60010 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60011
60012 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
60013 Author: Grant Likely <grant.likely@secretlab.ca>
60014 Date: Tue Jul 3 00:33:08 2007 -0600
60015
60016 Consolidate mpc824x linker scripts
60017
60018 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60019
60020 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
60021 Author: Grant Likely <grant.likely@secretlab.ca>
60022 Date: Tue Jul 3 00:33:03 2007 -0600
60023
60024 Consolidate mpc8220 linker scripts
60025
60026 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60027
60028 commit d181c9a15cd41863fe24840d17848429f27d3c8c
60029 Author: Grant Likely <grant.likely@secretlab.ca>
60030 Date: Tue Jul 3 00:32:58 2007 -0600
60031
60032 Consolidate mpc5xxx linker scripts
60033
60034 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60035
60036 commit 287ac924adb7291bebe5086652a362a30ab28b13
60037 Author: Grant Likely <grant.likely@secretlab.ca>
60038 Date: Tue Jul 3 00:32:53 2007 -0600
60039
60040 Consolidate mpc5xx linker scripts
60041
60042 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
60043
60044 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
60045 Author: Wolfgang Denk <wd@denx.de>
60046 Date: Wed Jul 4 00:43:53 2007 +0200
60047
60048 Fix a few file permission problems.
60049
60050 Signed-off-by: Wolfgang Denk <wd@denx.de>
60051
60052 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
60053 Author: Wolfgang Denk <wd@denx.de>
60054 Date: Wed Jul 4 00:38:38 2007 +0200
60055
60056 Minor coding style cleanup. Rebuild CHANGELOG file.
60057
60058 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
60059 Author: Jon Loeliger <jdl@jdl.com>
60060 Date: Mon Jun 11 19:03:44 2007 -0500
60061
60062 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
60063
60064 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60065
60066 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
60067 Author: Jon Loeliger <jdl@jdl.com>
60068 Date: Mon Jun 11 19:03:39 2007 -0500
60069
60070 README: Rewrite command line config to use CONFIG_CMD_* names.
60071
60072 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60073
60074 commit 72a074cec68e5bad60d63206c050974e08afd804
60075 Author: Jon Loeliger <jdl@jdl.com>
60076 Date: Mon Jun 11 19:03:34 2007 -0500
60077
60078 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60079
60080 This is a compatibility step that allows both the older form
60081 and the new form to co-exist for a while until the older can
60082 be removed entirely.
60083
60084 All transformations are of the form:
60085 Before:
60086 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60087 After:
60088 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60089
60090 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60091
60092 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
60093 Author: Jon Loeliger <jdl@jdl.com>
60094 Date: Mon Jun 11 19:03:28 2007 -0500
60095
60096 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60097
60098 This is a compatibility step that allows both the older form
60099 and the new form to co-exist for a while until the older can
60100 be removed entirely.
60101
60102 All transformations are of the form:
60103 Before:
60104 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60105 After:
60106 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60107
60108 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60109
60110 commit 9107ebe0d352420895ab69b715697bdebc8caf50
60111 Author: Jon Loeliger <jdl@jdl.com>
60112 Date: Mon Jun 11 19:03:23 2007 -0500
60113
60114 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60115
60116 This is a compatibility step that allows both the older form
60117 and the new form to co-exist for a while until the older can
60118 be removed entirely.
60119
60120 All transformations are of the form:
60121 Before:
60122 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60123 After:
60124 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60125
60126 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60127
60128 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
60129 Author: Jon Loeliger <jdl@jdl.com>
60130 Date: Mon Jun 11 19:03:19 2007 -0500
60131
60132 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60133
60134 This is a compatibility step that allows both the older form
60135 and the new form to co-exist for a while until the older can
60136 be removed entirely.
60137
60138 All transformations are of the form:
60139 Before:
60140 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60141 After:
60142 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60143
60144 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60145
60146 commit 737184114ec9c9e0ab94d6713536126073bd2472
60147 Author: Jon Loeliger <jdl@jdl.com>
60148 Date: Mon Jun 11 19:03:15 2007 -0500
60149
60150 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60151
60152 This is a compatibility step that allows both the older form
60153 and the new form to co-exist for a while until the older can
60154 be removed entirely.
60155
60156 All transformations are of the form:
60157 Before:
60158 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60159 After:
60160 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60161
60162 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60163
60164 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
60165 Author: Jon Loeliger <jdl@jdl.com>
60166 Date: Mon Jun 11 19:03:08 2007 -0500
60167
60168 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60169
60170 This is a compatibility step that allows both the older form
60171 and the new form to co-exist for a while until the older can
60172 be removed entirely.
60173
60174 All transformations are of the form:
60175 Before:
60176 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60177 After:
60178 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60179
60180 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60181
60182 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
60183 Author: Jon Loeliger <jdl@jdl.com>
60184 Date: Mon Jun 11 19:03:03 2007 -0500
60185
60186 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60187
60188 This is a compatibility step that allows both the older form
60189 and the new form to co-exist for a while until the older can
60190 be removed entirely.
60191
60192 All transformations are of the form:
60193 Before:
60194 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60195 After:
60196 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60197
60198 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60199
60200 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
60201 Author: Jon Loeliger <jdl@jdl.com>
60202 Date: Mon Jun 11 19:02:58 2007 -0500
60203
60204 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60205
60206 This is a compatibility step that allows both the older form
60207 and the new form to co-exist for a while until the older can
60208 be removed entirely.
60209
60210 All transformations are of the form:
60211 Before:
60212 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60213 After:
60214 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60215
60216 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60217
60218 commit 98b79003c21c2578206003256de4e781d6b36ca8
60219 Author: Jon Loeliger <jdl@jdl.com>
60220 Date: Mon Jun 11 19:02:53 2007 -0500
60221
60222 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60223
60224 This is a compatibility step that allows both the older form
60225 and the new form to co-exist for a while until the older can
60226 be removed entirely.
60227
60228 All transformations are of the form:
60229 Before:
60230 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60231 After:
60232 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60233
60234 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60235
60236 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
60237 Author: Jon Loeliger <jdl@jdl.com>
60238 Date: Mon Jun 11 19:02:49 2007 -0500
60239
60240 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60241
60242 This is a compatibility step that allows both the older form
60243 and the new form to co-exist for a while until the older can
60244 be removed entirely.
60245
60246 All transformations are of the form:
60247 Before:
60248 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60249 After:
60250 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60251
60252 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60253
60254 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
60255 Author: Jon Loeliger <jdl@jdl.com>
60256 Date: Mon Jun 11 19:02:34 2007 -0500
60257
60258 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60259
60260 This is a compatibility step that allows both the older form
60261 and the new form to co-exist for a while until the older can
60262 be removed entirely.
60263
60264 All transformations are of the form:
60265 Before:
60266 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60267 After:
60268 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60269
60270 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60271
60272 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
60273 Author: Jon Loeliger <jdl@jdl.com>
60274 Date: Mon Jun 11 19:02:20 2007 -0500
60275
60276 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60277
60278 This is a compatibility step that allows both the older form
60279 and the new form to co-exist for a while until the older can
60280 be removed entirely.
60281
60282 All transformations are of the form:
60283 Before:
60284 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60285 After:
60286 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60287
60288 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60289
60290 commit d5be43de93ff905c465e509d45a3164ef48d26e7
60291 Author: Jon Loeliger <jdl@jdl.com>
60292 Date: Mon Jun 11 19:02:10 2007 -0500
60293
60294 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60295
60296 This is a compatibility step that allows both the older form
60297 and the new form to co-exist for a while until the older can
60298 be removed entirely.
60299
60300 All transformations are of the form:
60301 Before:
60302 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60303 After:
60304 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60305
60306 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60307
60308 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
60309 Author: Jon Loeliger <jdl@jdl.com>
60310 Date: Mon Jun 11 19:02:05 2007 -0500
60311
60312 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60313
60314 This is a compatibility step that allows both the older form
60315 and the new form to co-exist for a while until the older can
60316 be removed entirely.
60317
60318 All transformations are of the form:
60319 Before:
60320 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60321 After:
60322 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60323
60324 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60325
60326 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
60327 Author: Jon Loeliger <jdl@jdl.com>
60328 Date: Mon Jun 11 19:01:54 2007 -0500
60329
60330 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60331
60332 This is a compatibility step that allows both the older form
60333 and the new form to co-exist for a while until the older can
60334 be removed entirely.
60335
60336 All transformations are of the form:
60337 Before:
60338 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60339 After:
60340 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60341
60342 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60343
60344 commit a76adc8142c1d956385a109e0b70f9319ede4d66
60345 Author: Jon Loeliger <jdl@jdl.com>
60346 Date: Mon Jun 11 19:01:43 2007 -0500
60347
60348 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
60349
60350 This is a compatibility step that allows both the older form
60351 and the new form to co-exist for a while until the older can
60352 be removed entirely.
60353
60354 All transformations are of the form:
60355 Before:
60356 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
60357 After:
60358 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
60359
60360 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60361
60362 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
60363 Author: Jon Loeliger <jdl@jdl.com>
60364 Date: Mon Jun 11 19:01:34 2007 -0500
60365
60366 Introduce initial versions of new Command Config files.
60367
60368 Derive three new files from cmd_confdefs.h:
60369 config_bootp.h - Has BOOTP related config options, not commands
60370 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
60371 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
60372
60373 For now, include "config_bootp.h" for compatability until all
60374 users of it directly include it properly.
60375
60376 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60377
60378 commit 1f2a05898658900dc5717761e27abf2052e67e13
60379 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
60380 Date: Sat Jun 30 18:50:48 2007 +0200
60381
60382 Fix S-ATA support.
60383
60384 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
60385
60386 commit a5d71e290f3673269be8eefb4ec44f53412f9461
60387 Author: Heiko Schocher <hs@pollux.denx.de>
60388 Date: Mon Jun 25 19:11:37 2007 +0200
60389
60390 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
60391
60392 Signed-off-by: Heiko Schocher <hs@denx.de>
60393
60394 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
60395 Author: Niklaus Giger <niklaus.giger@nestal.com>
60396 Date: Mon Jun 25 17:03:13 2007 +0200
60397
60398 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
60399
60400 This patch prints the DDR status registers upon machine check
60401 interrupt on the 440EPx/GRx. This can be useful especially when
60402 ECC support is enabled.
60403
60404 I added some small changes to the original patch from Niklaus to
60405 make it compile clean.
60406
60407 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
60408 Signed-off-by: Stefan Roese <sr@denx.de>
60409
60410 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
60411 Author: Niklaus Giger <niklaus.giger@nestal.com>
60412 Date: Mon Jun 25 16:50:55 2007 +0200
60413
60414 ppc4xx: Fix O=buildir builds
60415
60416 This patch fixes the problem to assemble cpu/ppc4xx/start.S
60417 experienced last week where building failed having specified
60418 O=../build.sequoia.
60419
60420 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
60421
60422 commit 466fff1a7bb5fe764a06450626f6098219f446b8
60423 Author: Stefan Roese <sr@denx.de>
60424 Date: Mon Jun 25 15:57:39 2007 +0200
60425
60426 ppc4xx: Add pci_pre_init() for 405 boards
60427
60428 This patch removes the CFG_PCI_PRE_INIT option completely, since
60429 it's not needed anymore with the patch from Matthias Fuchs with
60430 the "weak" pci_pre_init() implementation.
60431
60432 Signed-off-by: Stefan Roese <sr@denx.de>
60433
60434 commit 6f35c53166213c24a5a0e2390ed861136ff73870
60435 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60436 Date: Sun Jun 24 17:41:21 2007 +0200
60437
60438 ppc4xx: Maintenance patch for esd's CPCI405 derivats
60439
60440 -add pci_pre_init() for pci interrupt fixup code
60441 -disable phy sleep mode via reset_phy() function
60442 -use correct io accessors
60443 -cleanup
60444
60445 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60446
60447 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
60448 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60449 Date: Sun Jun 24 17:23:41 2007 +0200
60450
60451 ppc4xx: Add pci_pre_init() for 405 boards
60452
60453 This patch adds support for calling a plattform dependant
60454 pci_pre_init() function for 405 boards. This can be used to
60455 move the current pci_405gp_fixup_irq() function into the
60456 board code.
60457
60458 This patch also makes the CFG_PCI_PRE_INIT define obsolete.
60459 A default function with 'weak' attribute is used when
60460 a board specific pci_pre_init() is not implemented.
60461
60462 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60463
60464 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
60465 Author: Wolfgang Denk <wd@denx.de>
60466 Date: Fri Jun 22 23:59:00 2007 +0200
60467
60468 Coding stylke cleanup; rebuild CHANGELOG
60469
60470 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
60471 Author: Igor Lisitsin <igor@emcraft.com>
60472 Date: Wed Apr 18 14:55:19 2007 +0400
60473
60474 Adapt log buffer code to support Linux 2.6
60475
60476 A new environment variable, "logversion", selects the log buffer
60477 behaviour. If it is not set or set to a value other than 2, then the
60478 old, Linux 2.4.4, behaviour is selected.
60479
60480 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
60481 --
60482
60483 commit a11e06965ec91270c51853407ff1261d3c740386
60484 Author: Igor Lisitsin <igor@emcraft.com>
60485 Date: Wed Mar 28 19:06:19 2007 +0400
60486
60487 Extend POST support for PPC440
60488
60489 Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
60490
60491 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
60492 --
60493
60494 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
60495 Author: Heiko Schocher <hs@pollux.denx.de>
60496 Date: Fri Jun 22 19:11:54 2007 +0200
60497
60498 [PCS440EP] upgrade the PCS440EP board:
60499 - Show on the Status LEDs, some States of the board.
60500 - Get the MAC addresses from the EEProm
60501 - use PREBOOT
60502 - use the CF on the board.
60503 - check the U-Boot image in the Flash with a SHA1
60504 checksum.
60505 - use dynamic TLB entries generation for the SDRAM
60506
60507 Signed-off-by: Heiko Schocher <hs@denx.de>
60508
60509 commit 3a1f5c81b0b9557817a789bece839905581c2205
60510 Author: Stefan Roese <sr@denx.de>
60511 Date: Fri Jun 22 16:58:40 2007 +0200
60512
60513 ppc4xx: Fix problem with extended program_tlb() funtion
60514
60515 The recently extended program_tlb() function had a problem when
60516 multiple TLB's had to be setup (for example with 512MB of SDRAM). The
60517 virtual address was not incremented. This patch fixes this issue
60518 and is tested on Katmai with 512MB SDRAM.
60519
60520 Signed-off-by: Stefan Roese <sr@denx.de>
60521
60522 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
60523 Author: Rafal Jaworowski <raj@semihalf.com>
60524 Date: Fri Jun 22 14:58:04 2007 +0200
60525
60526 [ppc] Fix build breakage for all non-4xx PowerPC variants.
60527
60528 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
60529 - minor 4xx cleanup
60530
60531 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
60532 Author: Mike Frysinger <vapier@gentoo.org>
60533 Date: Fri Jun 22 10:34:12 2007 +0200
60534
60535 [patch] add nand_init() prototype to nand.h
60536
60537 since nand_init() is expected to be called by other parts of u-boot, there
60538 should be a prototype for it in nand.h
60539
60540 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60541 Signed-off-by: Stefan Roese <sr@denx.de>
60542
60543 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
60544 Author: Wolfgang Denk <wd@denx.de>
60545 Date: Wed Jun 20 18:14:24 2007 +0200
60546
60547 Coding style cleanup. Refresh CHANGELOG.
60548
60549 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
60550 Author: Stefan Roese <sr@denx.de>
60551 Date: Tue Jun 19 17:22:44 2007 +0200
60552
60553 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
60554
60555 This patch adds a board command to configure the I2C bootstrap EEPROM
60556 values. Right now 533 and 667MHz are supported for booting either via NOR
60557 or NAND FLASH. Here the usage:
60558
60559 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting
60560 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting
60561
60562 Signed-off-by: Stefan Roese <sr@denx.de>
60563
60564 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
60565 Author: Stefan Roese <sr@denx.de>
60566 Date: Tue Jun 19 16:42:31 2007 +0200
60567
60568 [ppc4xx] Fix problem with NAND booting on AMCC Acadia
60569
60570 The latest changes showed a problem with the location of the NAND-SPL
60571 image in the OCM and the init-data area (incl. cache). This patch
60572 fixes this problem.
60573
60574 Signed-off-by: Stefan Roese <sr@denx.de>
60575
60576 commit 86ba99e34194394052d24c04dc40d1263d29a26f
60577 Author: Stefan Roese <sr@denx.de>
60578 Date: Tue Jun 19 16:40:58 2007 +0200
60579
60580 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
60581
60582 Signed-off-by: Stefan Roese <sr@denx.de>
60583
60584 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
60585 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60586 Date: Mon Jun 18 13:50:13 2007 -0500
60587
60588 Added M5329AFEE and M5329BFEE Platforms
60589
60590 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
60591 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
60592 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
60593 rtc/mcfrtc.c
60594
60595 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
60596 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
60597 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
60598 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
60599 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
60600 lib_m68k/time.c, net/eth.c and rtc/Makefile
60601
60602 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60603
60604 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
60605 Author: Michal Simek <monstr@monstr.eu>
60606 Date: Sun Jun 17 19:04:11 2007 +0200
60607
60608 [fix] email reparation
60609
60610 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
60611 Author: Michal Simek <monstr@monstr.eu>
60612 Date: Sun Jun 17 19:03:21 2007 +0200
60613
60614 [FIX] fix microblaze file permitission
60615
60616 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
60617 Author: Stefan Roese <sr@denx.de>
60618 Date: Fri Jun 15 11:33:41 2007 +0200
60619
60620 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
60621
60622 Now CONFIG_440 has to be defined in all PPC440 board config files.
60623
60624 Signed-off-by: Stefan Roese <sr@denx.de>
60625
60626 commit efa35cf12d914d4caba942acd5a6c45f217de302
60627 Author: Grzegorz Bernacki <gjb@semihalf.com>
60628 Date: Fri Jun 15 11:19:28 2007 +0200
60629
60630 ppc4xx: Clean up 440 exceptions handling
60631
60632 - Introduced dedicated switches for building 440 and 405 images required
60633 for 440-specific machine instructions like 'rfmci' etc.
60634
60635 - Exception vectors moved to the proper location (_start moved away from
60636 the critical exception handler space, which it occupied)
60637
60638 - CriticalInput now serviced (with default handler)
60639
60640 - MachineCheck properly serviced (added a dedicated handler and return
60641 subroutine)
60642
60643 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
60644 unhandled and those not relevant for 4xx were eliminated)
60645
60646 - Eliminated Linux leftovers, removed dead code
60647
60648 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
60649 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60650 Signed-off-by: Stefan Roese <sr@denx.de>
60651
60652 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
60653 Author: Stefan Roese <sr@denx.de>
60654 Date: Fri Jun 15 08:18:01 2007 +0200
60655
60656 [ppc4xx] Add initial lwmon5 board support
60657
60658 This patch adds initial support for the Liebherr lwmon5 board euqipped
60659 with an AMCC 440EPx PowerPC.
60660
60661 Signed-off-by: Stefan Roese <sr@denx.de>
60662
60663 commit 85f737376d5ff3d5f0d45a8b657686326d175307
60664 Author: Stefan Roese <sr@denx.de>
60665 Date: Fri Jun 15 07:39:43 2007 +0200
60666
60667 [ppc4xx] Extend 44x GPIO setup with default output state
60668
60669 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
60670 is extended with the default GPIO output state (level).
60671
60672 Signed-off-by: Stefan Roese <sr@denx.de>
60673
60674 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
60675 Author: Stefan Roese <sr@denx.de>
60676 Date: Thu Jun 14 11:14:32 2007 +0200
60677
60678 [ppc4xx] Extend program_tlb() with virtual & physical addresses
60679
60680 Now program_tlb() allows to program a TLB (or multiple) with
60681 different virtual and physical addresses. With this change, now one
60682 physical region (e.g. SDRAM) can be mapped 2 times, once with caches
60683 diabled and once with caches enabled.
60684
60685 Signed-off-by: Stefan Roese <sr@denx.de>
60686
60687 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
60688 Author: Detlev Zundel <dzu@denx.de>
60689 Date: Wed May 23 19:02:41 2007 +0200
60690
60691 Change 'repeatable' attribute of some commands to sensible values.
60692
60693 Most prominently this changes 'erase' to be non-repeatable.
60694
60695 Signed-off-by: Detlev Zundel <dzu@denx.de>
60696
60697 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
60698 Author: Detlev Zundel <dzu@denx.de>
60699 Date: Wed May 23 18:47:48 2007 +0200
60700
60701 Fix 'run' not to continue after interrupted command
60702
60703 Signed-off-by: Detlev Zundel <dzu@denx.de>
60704
60705 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
60706 Author: Jason Jin <Jason.jin@freescale.com>
60707 Date: Mon Jun 11 15:14:24 2007 +0200
60708
60709 USB: This patch fix readl in ohci swap reg access.
60710
60711 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
60712
60713 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
60714 Author: Bartlomiej Sieka <tur@semihalf.com>
60715 Date: Fri Jun 8 14:52:22 2007 +0200
60716
60717 TQM5200: Add Flat Device Tree support, update default env. accordingly.
60718
60719 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
60720 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
60721
60722 commit 9045f33c023f698660a2e45d1b2194c0711abebc
60723 Author: Wolfgang Denk <wd@denx.de>
60724 Date: Fri Jun 8 10:24:58 2007 +0200
60725
60726 Fix config problems on SC3 board; make ide_reset_timeout work.
60727
60728 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
60729 Author: Benoît Monin <bmonin@adeneo.eu>
60730 Date: Fri Jun 8 09:55:24 2007 +0200
60731
60732 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
60733
60734 Set the correct value in GPIOx_TCR when configuring the gpio
60735 with CFG_440_GPIO_TABLE.
60736
60737 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
60738 Signed-off-by: Stefan Roese <sr@denx.de>
60739
60740 commit f539edc076cfe52bff919dd512ba8d7af0e22092
60741 Author: Vadim Bendebury <vbendeb@google.com>
60742 Date: Thu May 24 15:52:25 2007 -0700
60743
60744 cosmetic changes to bcm570x driver
60745
60746 This is a cosmetic only changes submission.
60747 It affects files relevant to bcm570x driver.
60748 the commands used to generate this change was
60749
60750 cd drivers
60751 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h
60752
60753 The BMW target (the only one using this chip so far) builds cleanly, the
60754 `before and after' generated object files for drivers/bcm570x.c and
60755 drivers/tigon3.o are identical as reported by objdump -d
60756
60757 Signed-off-by: Vadim Bendebury <vbendeb@google.com>
60758 Signed-off-by: Ben Warren <bwarren@qstreams.com>
60759
60760 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
60761 Author: Wolfgang Denk <wd@denx.de>
60762 Date: Wed Jun 6 16:26:56 2007 +0200
60763
60764 Coding Style cleanup; generate new CHANGELOG file.
60765
60766 Signed-off-by: Wolfgang Denk <wd@denx.de>
60767
60768 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
60769 Author: Markus Klotzbuecher <mk@denx.de>
60770 Date: Wed Jun 6 11:49:44 2007 +0200
60771
60772 TRAB, USB: update trab board configuration for use of generic ohci driver
60773
60774 commit dace45acd1c1357daa9322099d07c9a9e08b0024
60775 Author: Markus Klotzbuecher <mk@denx.de>
60776 Date: Wed Jun 6 11:49:43 2007 +0200
60777
60778 USB: ohci fixes and cleanup for ppc4xx and yosemite board.
60779
60780 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
60781 Author: Markus Klotzbuecher <mk@denx.de>
60782 Date: Wed Jun 6 11:49:43 2007 +0200
60783
60784 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
60785
60786 commit fc43be478f2aa37ce38acd85355038866e4162af
60787 Author: Markus Klotzbuecher <mk@denx.de>
60788 Date: Wed Jun 6 11:49:35 2007 +0200
60789
60790 USB/OHCI: endianness cleanup in the generic ohci driver
60791
60792 commit c440bfe6d6d92d66478a7e84402b31f48413617b
60793 Author: Stefan Roese <sr@denx.de>
60794 Date: Wed Jun 6 11:42:13 2007 +0200
60795
60796 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
60797
60798 This patch adds NAND booting support for the AMCC Acadia eval board.
60799
60800 Please make sure to configure jumper J7 to position 2-3 when booting
60801 from NOR, and to position 1-2 when booting for NAND.
60802
60803 I also added a board command to configure the I2C bootstrap EEPROM
60804 values. Right now only 267MHz is support for booting either via NOR
60805 or NAND FLASH. Here the usage:
60806
60807 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting
60808 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting
60809
60810 Signed-off-by: Stefan Roese <sr@denx.de>
60811
60812 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
60813 Author: Rodolfo Giometti <giometti@linux.it>
60814 Date: Wed Jun 6 10:08:14 2007 +0200
60815
60816 Files include/linux/byteorder/{big,little}_endian.h define
60817 __BIG_ENDIAN and __LITTLE_ENDIAN.
60818
60819 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
60820
60821 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
60822 Author: Zhang Wei <wei.zhang@freescale.com>
60823 Date: Wed Jun 6 10:08:14 2007 +0200
60824
60825 Add USB PCI-OHCI, USB keyboard and event poll support to the
60826 MPC8641HPCN board config file.
60827
60828 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60829
60830 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
60831 Author: Zhang Wei <wei.zhang@freescale.com>
60832 Date: Wed Jun 6 10:08:14 2007 +0200
60833
60834 USB PCI-OHCI, interrupt pipe and usb event poll support
60835
60836 This patch added USB PCI-OHCI chips support, interrupt pipe support
60837 and usb event poll support. For supporting the USB interrupt pipe, the
60838 globe urb_priv is moved to purb in ed struct. Now, we can process
60839 several urbs at one time. The interrupt pipe support codes are ported
60840 from Linux kernel 2.4.
60841
60842 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
60843
60844 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
60845 Author: Zhang Wei <wei.zhang@freescale.com>
60846 Date: Wed Jun 6 10:08:13 2007 +0200
60847
60848 USB event poll support
60849
60850 This patch adds USB event poll support, which could be used in usbkbd
60851 and other usb devices driver when the asynchronous interrupt
60852 processing is supported.
60853
60854 Signed-off-by: Zhang Wei <wei.zhang@freescale.com
60855
60856 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
60857 Author: Rodolfo Giometti <giometti@linux.it>
60858 Date: Wed Jun 6 10:08:12 2007 +0200
60859
60860 ISP116x: delay for crappy USB keys
60861
60862 Using some (very) slow USB keys cause the USB host controller buffers
60863 are not ready to be read by the CPU so we need an extra delay before
60864 reading the USB storage data.
60865
60866 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
60867
60868 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
60869 Author: Markus Klotzbuecher <mk@denx.de>
60870 Date: Wed Jun 6 10:08:12 2007 +0200
60871
60872 Change duplicate usb_cpu_init_fail to usb_board_init_fail
60873
60874 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
60875 this out.
60876
60877 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
60878
60879 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
60880 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
60881 Date: Tue Jun 5 12:30:52 2007 -0500
60882
60883 mpc8641 image size cleanup
60884
60885 e600 does not have a bootpg restriction.
60886 Move the version string to beginning of image at fff00000.
60887 Resetvec.S is not needed.
60888 Update flash copy instructions.
60889 Add tftpflash env variable
60890
60891 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
60892 Signed-off-by: Jon Loeliger <jdl@freescale.com>
60893
60894 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
60895 Author: Benoît Monin <bmonin@adeneo.eu>
60896 Date: Mon Jun 4 08:36:05 2007 +0200
60897
60898 [PATCH] Fix ppc4xx bootstrap letter displayed on startup
60899
60900 The attached patch is mainly cosmetic, allowing u-boot to
60901 display the correct bootstrap option letter according to the
60902 datasheets.
60903
60904 The original patch was extended with 405EZ support by Stefan
60905 Roese.
60906
60907 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
60908 Signed-off-by: Stefan Roese <sr@denx.de>
60909
60910 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
60911 Author: Nikita V. Youshchenko <yoush@debian.org>
60912 Date: Wed May 23 12:45:19 2007 +0400
60913
60914 fix compilation problem for mpc8349itx CFG_RAMBOOT
60915
60916 Current include/configs/MPC8349ITX.h does contain some support for building
60917 image that will be started from memory (without putting in into flash).
60918 It could be triggered by building with TEXT_BASE set to a low value.
60919
60920 However, this support is incomplete: using of low TEXT_BASE causes
60921 defining configuration macros in inconsistent way, which later leads
60922 to compilation errors. In particular. flash support is being disabled,
60923 but then flash structures get referenced.
60924
60925 This patch fixes this, making it possible to build with low TEXT_BASE.
60926
60927 Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
60928
60929 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60930
60931 commit 8a364f0970de49949d635e60accf463c6443ef8c
60932 Author: Nikita V. Youshchenko <yoush@debian.org>
60933 Date: Wed May 23 12:45:25 2007 +0400
60934
60935 add missing 'console' var to default mpc8349itx config
60936
60937 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60938
60939 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
60940 Author: Stefan Roese <sr@denx.de>
60941 Date: Fri Jun 1 16:18:17 2007 +0200
60942
60943 ppc4xx: Add missing file for Bamboo NAND booting support
60944
60945 Signed-off-by: Stefan Roese <sr@denx.de>
60946
60947 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
60948 Author: Stefan Roese <sr@denx.de>
60949 Date: Fri Jun 1 15:58:19 2007 +0200
60950
60951 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
60952
60953 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
60954 suggested by AMCC it is not recommended to dynamically change the EBC
60955 speed after bootup. So we undo this change to be on the safe side.
60956
60957 Signed-off-by: Stefan Roese <sr@denx.de>
60958
60959 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
60960 Author: Stefan Roese <sr@denx.de>
60961 Date: Fri Jun 1 15:29:04 2007 +0200
60962
60963 ppc4xx: Update Sequoia NAND booting support with ECC
60964
60965 Signed-off-by: Stefan Roese <sr@denx.de>
60966
60967 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
60968 Author: Stefan Roese <sr@denx.de>
60969 Date: Fri Jun 1 15:27:11 2007 +0200
60970
60971 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
60972
60973 This patch adds NAND booting support for the AMCC Bamboo eval board.
60974 Since the NAND-SPL boot image is limited to 4kbytes, this version
60975 only supports the onboard 64MBytes of DDR. The DIMM modules can't be
60976 supported, since the setup code for I2C DIMM autodetection and
60977 configuration is too big for this NAND bootloader.
60978
60979 Signed-off-by: Stefan Roese <sr@denx.de>
60980
60981 commit 42be56f53c8b107868e6125c8524ae84293e95a7
60982 Author: Stefan Roese <sr@denx.de>
60983 Date: Fri Jun 1 15:23:04 2007 +0200
60984
60985 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
60986
60987 The U-Boot NAND booting support is now extended to support ECC
60988 upon loading of the NAND U-Boot image.
60989
60990 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
60991
60992 Signed-off-by: Stefan Roese <sr@denx.de>
60993
60994 commit a471db07fbb65a841ffc9f4f112562b945230f98
60995 Author: Stefan Roese <sr@denx.de>
60996 Date: Fri Jun 1 15:19:29 2007 +0200
60997
60998 ppc4xx: Prepare Bamboo port for NAND booting support
60999
61000 This patch updates the "normal" Bamboo NOR booting port, so
61001 that it is compatible with the coming soon NAND booting
61002 Bamboo port.
61003
61004 It also enables the 2nd NAND flash on the Bamboo.
61005
61006 Signed-off-by: Stefan Roese <sr@denx.de>
61007
61008 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
61009 Author: Stefan Roese <sr@denx.de>
61010 Date: Fri Jun 1 15:16:58 2007 +0200
61011
61012 ppc4xx: Update in_be32() functions and friends to latest Linux version
61013
61014 Signed-off-by: Stefan Roese <sr@denx.de>
61015
61016 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
61017 Author: Stefan Roese <sr@denx.de>
61018 Date: Fri Jun 1 15:15:12 2007 +0200
61019
61020 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
61021
61022 This patch adds hardware ECC support to the NDFC driver. It also
61023 changes the register access from using the "simple" in32/out32
61024 functions to the in_be32/out_be32 functions, which make sure
61025 that the access is correctly synced. This is the only recommended
61026 access to SoC registers in the current Linux kernel.
61027
61028 Signed-off-by: Stefan Roese <sr@denx.de>
61029
61030 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
61031 Author: Stefan Roese <sr@denx.de>
61032 Date: Fri Jun 1 15:12:15 2007 +0200
61033
61034 NAND: Update nand_ecc.c to latest Linux version
61035
61036 This patch updates the nand_ecc code to the latest Linux version.
61037 The main reason for this is the more compact code. This makes
61038 it possible to include the ECC code into the NAND bootloader
61039 image (NAND_SPL) for PPC4xx.
61040
61041 Signed-off-by: Stefan Roese <sr@denx.de>
61042
61043 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
61044 Author: Stefan Roese <sr@denx.de>
61045 Date: Fri Jun 1 15:09:50 2007 +0200
61046
61047 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
61048
61049 Signed-off-by: Stefan Roese <sr@denx.de>
61050
61051 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
61052 Author: Stefan Roese <sr@denx.de>
61053 Date: Fri Jun 1 13:45:24 2007 +0200
61054
61055 ppc4xx: Change Luan config file to support ECC
61056
61057 With the updated 44x DDR2 driver the Luan board now supports
61058 ECC generation and checking.
61059
61060 Signed-off-by: Stefan Roese <sr@denx.de>
61061
61062 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
61063 Author: Stefan Roese <sr@denx.de>
61064 Date: Fri Jun 1 13:45:00 2007 +0200
61065
61066 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
61067
61068 Add config option for 180 degree advance clock control as needed
61069 for the AMCC Luan eval board.
61070
61071 Signed-off-by: Stefan Roese <sr@denx.de>
61072
61073 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
61074 Author: Wolfgang Denk <wd@denx.de>
61075 Date: Thu May 31 17:20:09 2007 +0200
61076
61077 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
61078
61079 Signed-off-by: Wolfgang Denk <wd@denx.de>
61080
61081 commit 7049288fb1f16f1b317140226cdebd07bd416395
61082 Author: Bartlomiej Sieka <tur@semihalf.com>
61083 Date: Sun May 27 17:26:46 2007 +0200
61084
61085 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
61086
61087 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
61088
61089 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
61090 Author: Bartlomiej Sieka <tur@semihalf.com>
61091 Date: Sun May 27 17:06:36 2007 +0200
61092
61093 Motion-PRO: Add support for redundant environment.
61094
61095 Enable redundant environment, add a MTD partition for it; also add env.
61096 variable command for passing MTD partitions to the kernel command line.
61097
61098 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
61099 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61100
61101 commit a26eabeec31746f06d309103690892805696e344
61102 Author: Bartlomiej Sieka <tur@semihalf.com>
61103 Date: Sun May 27 17:05:11 2007 +0200
61104
61105 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
61106
61107 Allow passing longer command line to the kernel - useful especially
61108 for passing MTD partition layout.
61109
61110 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
61111 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61112
61113 commit 9160b96f71483a116de81c68985e8ee306d36764
61114 Author: Bartlomiej Sieka <tur@semihalf.com>
61115 Date: Sun May 27 17:04:18 2007 +0200
61116
61117 Fix: Add missing NULL termination in strings expanded by macros parser.
61118
61119 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
61120 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61121
61122 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
61123 Author: Bartlomiej Sieka <tur@semihalf.com>
61124 Date: Sun May 27 17:03:37 2007 +0200
61125
61126 Motion-PRO: Update EEPROM's page write bits and write delay.
61127
61128 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
61129 have a page write capability of two bytes", and "This device offers fast (1ms)
61130 byte write". Add 3ms of extra delay.
61131
61132 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
61133 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61134
61135 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
61136 Author: Bartlomiej Sieka <tur@semihalf.com>
61137 Date: Sun May 27 16:58:45 2007 +0200
61138
61139 MPC5XXX, Motion-PRO: Fix PHY initialization problem.
61140
61141 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
61142 networking does not function. This commit switches PHY to TX mode by clearing
61143 the FX_SEL bit of Mode Control Register. It also reverses commit
61144 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
61145
61146 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
61147 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61148
61149 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
61150 Author: Bartlomiej Sieka <tur@semihalf.com>
61151 Date: Sun May 27 16:57:15 2007 +0200
61152
61153 Motion-PRO: Add support for the temperature sensor.
61154
61155 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
61156 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61157
61158 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
61159 Author: Bartlomiej Sieka <tur@semihalf.com>
61160 Date: Sun May 27 16:55:23 2007 +0200
61161
61162 Motion-PRO: Add displaying of CPLD revision information during boot.
61163
61164 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
61165 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61166
61167 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
61168 Author: Bartlomiej Sieka <tur@semihalf.com>
61169 Date: Sun May 27 16:53:43 2007 +0200
61170
61171 MPC5xxx: Change names of defines related to IPB and PCI clocks.
61172
61173 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
61174 them does not cause PCI or IPB clocks to run at the specified speed.
61175 Instead, they configure divisors used to calculate said clocks. This
61176 patch renames the defines according to their real function.
61177
61178 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
61179 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61180
61181 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
61182 Author: Bartlomiej Sieka <tur@semihalf.com>
61183 Date: Sun May 27 16:51:48 2007 +0200
61184
61185 Motion-PRO: Add LED support.
61186
61187 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
61188 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
61189 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
61190
61191 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
61192 Author: Ulf Samuelsson <ulf@atmel.com>
61193 Date: Thu May 24 12:12:47 2007 +0200
61194
61195 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
61196
61197 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
61198 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
61199 Signed-off-by: Stefan Roese <sr@denx.de>
61200
61201 commit d756894722c888d09a9fa1df8323753772d3dcce
61202 Author: Stefan Roese <sr@denx.de>
61203 Date: Thu May 24 09:49:00 2007 +0200
61204
61205 ppc4xx: Fix small 405EZ OCM initilization bug in start.S
61206
61207 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
61208 fixes a small bug in the 405EZ OCM initialization. Thanks for
61209 spotting.
61210
61211 Signed-off-by: Stefan Roese <sr@denx.de>
61212
61213 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
61214 Author: Stefan Roese <sr@denx.de>
61215 Date: Thu May 24 08:22:09 2007 +0200
61216
61217 ppc4xx: Update AMCC Acadia support for board revision 1.1
61218
61219 This patch updates the Acadia (405EZ) support for the new 1.1 board
61220 revision. It also adds support for NAND FLASH via the 4xx NDFC.
61221
61222 Please note that the jumper J7 must be in position 2-3 for this
61223 NAND support. Position 1-2 is for NAND booting only. NAND booting
61224 support will follow later.
61225
61226 Signed-off-by: Stefan Roese <sr@denx.de>
61227
61228 commit 822d55365bb557e084d0e33625a6dedcc866110b
61229 Author: Jon Loeliger <jdl@freescale.com>
61230 Date: Wed May 23 14:09:46 2007 -0500
61231
61232 Add LIST_86xx MAKEALL target for PowerPC builds.
61233
61234 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61235
61236 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
61237 Author: Stefan Roese <sr@denx.de>
61238 Date: Tue May 22 12:48:09 2007 +0200
61239
61240 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
61241
61242 Signed-off-by: Stefan Roese <sr@denx.de>
61243
61244 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
61245 Author: Stefan Roese <sr@denx.de>
61246 Date: Tue May 22 12:46:10 2007 +0200
61247
61248 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
61249
61250 This patch adds support for 405 PPC's to the 4xx NAND driver
61251 ndfc.c. This is in preparation for the new AMCC 405EZ.
61252
61253 Signed-off-by: Stefan Roese <sr@denx.de>
61254
61255 commit 10603d76767426be803dadd4fb688b97eb69481c
61256 Author: Stefan Roese <sr@denx.de>
61257 Date: Mon May 21 07:41:22 2007 +0200
61258
61259 ppc4xx: Fix problem in 405EZ OCM initialization
61260
61261 As spotted by Bruce Adler this patch fixes an initialization problem
61262 for the 405EZ OCM.
61263
61264 Signed-off-by: Stefan Roese <sr@denx.de>
61265
61266 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
61267 Author: Peter Pearse <peter.pearse@arm.com>
61268 Date: Fri May 18 16:47:03 2007 +0100
61269
61270 Reduce line lengths to 80 characters max.
61271
61272 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
61273 Author: Peter Pearse <peter.pearse@arm.com>
61274 Date: Fri May 18 14:34:07 2007 +0100
61275
61276 Makefile permissions
61277
61278 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
61279 Author: Peter Pearse <peter.pearse@arm.com>
61280 Date: Fri May 18 14:33:11 2007 +0100
61281
61282 Makefile permissions
61283
61284 commit 255a3577c848706441daee0174543efe205a77f8
61285 Author: Kim Phillips <kim.phillips@freescale.com>
61286 Date: Wed May 16 16:52:19 2007 -0500
61287
61288 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
61289
61290 For all practical u-boot purposes, TSECs don't differ throughout the
61291 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
61292
61293 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61294
61295 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
61296 Author: Stefano Babic <sbabic@denx.de>
61297 Date: Wed May 16 14:49:12 2007 +0200
61298
61299 Fix compile problem cause my Microblaze merge
61300
61301 Signed-off-by: Stefano Babic <sbabic@denx.de>
61302
61303 commit ada4697d0230d6da552867777f98a67ec3ba2579
61304 Author: Jeffrey Mann <mannj@embeddedplanet.com>
61305 Date: Wed May 16 13:23:10 2007 +0200
61306
61307 [PATCH] Run new sequoia boards with an EBC speed of 83MHz
61308
61309 Because the Sequoia board does not boot with an EBC faster than 66MHz,
61310 the clock divider are changed after the initial boot process.
61311
61312 This allows for maximum clocking speeds to be achieved on newer boards.
61313 Sequoia boards with 666.66 MHz processors require that the EBC divider
61314 be set to 3 in order to start the initial boot process at a slower EBC
61315 speed. After the initial boot process, the divider can be set back to 2,
61316 which will cause the boards to run at 83.333MHz. This is backward
61317 compatible with boards with 533.33 MHz processors, as these boards will
61318 already be set with an EBC divider of 2.
61319
61320 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
61321
61322 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
61323 Author: Wolfgang Denk <wd@denx.de>
61324 Date: Wed May 16 01:16:53 2007 +0200
61325
61326 Minor Coding Style cleanup, update CHANGELOG.
61327
61328 Signed-off-by: Wolfgang Denk <wd@denx.de>
61329
61330 commit d62f64cc23a940eafe712c776b3249e4160753d1
61331 Author: Wolfgang Denk <wd@denx.de>
61332 Date: Wed May 16 00:13:33 2007 +0200
61333
61334 Coding Style Cleanup, new CHANGELOG
61335
61336 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
61337 Author: Wolfgang Denk <wd@denx.de>
61338 Date: Tue May 15 23:38:05 2007 +0200
61339
61340 Minor coding style cleanup.
61341
61342 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
61343 Author: mushtaq khan <mushtaq_k@procsys.com>
61344 Date: Fri Apr 20 14:23:02 2007 +0530
61345
61346 Add driver for S-ATA-controller on Intel processors with South
61347 Bridge, ICH-5, ICH-6 and ICH-7.
61348
61349 Implementation:
61350
61351 1. Code is divided in to two files. All functions, which are
61352 controller specific are kept in "drivers/ata_piix.c" file and
61353 functions, which are not controller specific, are kept in
61354 "common/cmd_sata.c" file.
61355
61356 2. Reading and Writing from the S-ATA drive is done using PIO method.
61357
61358 3. Driver can be configured for 48-bit addressing by defining macro
61359 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
61360 addressing.
61361
61362 4. S-ATA read function is hooked to the File system, commands like
61363 ext2ls and ext2load file can be used. This has been tested.
61364
61365 5. U-Boot command "SATA_init" is added, which initializes the S-ATA
61366 controller and identifies the S-ATA drives connected to it.
61367
61368 6. U-Boot command "sata" is added, which is used to read/write, print
61369 partition table and get info about the drives present. This I have
61370 implemented in same way as "ide" command is implemented in U-Boot.
61371
61372 7. This driver is for S-ATA in native mode.
61373
61374 8. This driver does not support the Native command queuing and
61375 Hot-plugging.
61376
61377 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
61378
61379 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
61380 Author: mushtaq khan <mushtaq_k@procsys.com>
61381 Date: Mon Apr 30 15:57:22 2007 +0530
61382
61383 Fixes bug clearing the bss section for i386
61384
61385 Hi,
61386 There is a bug in the code of clearing the bss section for processor
61387 i386.(File: cpu/i386/start.S)
61388 In the code, bss_start addr (starting addr of bss section) is put into
61389 the register %eax, but the code which clears the bss section refers to
61390 the addr pointed by %edi.
61391
61392 This patch fixes this bug by putting bss_start into %edi register.
61393
61394 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
61395
61396 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
61397 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
61398 Date: Mon Apr 30 16:47:28 2007 -0500
61399
61400 Add support for BCM5464 Quad Phy
61401
61402 Added support for Broadcom's BCM5464 Quad Phy
61403
61404 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
61405
61406 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
61407 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
61408 Date: Wed May 9 08:10:57 2007 +0800
61409
61410 Search the exception table with linear algorithm
61411
61412 Search the exception table with linear algorithm instead of
61413 bisecting algorithm.
61414 Because the exception table might be unsorted.
61415
61416 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
61417
61418 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
61419 Author: Aubrey.Li <aubrey.adi@gmail.com>
61420 Date: Mon May 14 11:47:35 2007 +0800
61421
61422 Fix compilation issues on MACOSX
61423
61424 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
61425 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
61426
61427 commit 56fd7162985c412317bbf763a225fba23c64fd31
61428 Author: Stephen Williams <steve@icarus.com>
61429 Date: Tue May 15 07:55:42 2007 -0700
61430
61431 Fix for compile of JSE target
61432
61433 The attached patch fixes the compile of the JSE board in the
61434 denx git as of 14 may 2007. It is an extremely simple patch,
61435 it just adds the missing define of CFG_SYSTEMACE_WIDTH.
61436
61437 Fix to compile JSE against 20070514 git of u-boot
61438
61439 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
61440 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
61441 Date: Sun May 13 21:01:03 2007 +0900
61442
61443 sh: MS7750SE support.
61444
61445 This adds support for the Hitachi MS7750SE.
61446
61447 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61448
61449 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
61450 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
61451 Date: Sun May 13 20:58:00 2007 +0900
61452
61453 sh: First support code of SuperH.
61454
61455 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61456
61457 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
61458 Author: Stefan Roese <sr@denx.de>
61459 Date: Fri May 11 12:01:49 2007 +0200
61460
61461 ppc4xx: Add mtcpr/mfcpr access macros
61462
61463 Signed-off-by: Stefan Roese <sr@denx.de>
61464
61465 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
61466 Author: Stefan Roese <sr@denx.de>
61467 Date: Fri May 11 12:01:06 2007 +0200
61468
61469 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
61470
61471 Signed-off-by: Stefan Roese <sr@denx.de>
61472
61473 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
61474 Author: Piotr Kruszynski <ppk@semihalf.com>
61475 Date: Thu May 10 16:55:52 2007 +0200
61476
61477 [Motion-PRO] Add MTD and JFFS2 support, also add default partition
61478 definition.
61479
61480 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
61481 Author: Peter Pearse <peter.pearse@arm.com>
61482 Date: Wed May 9 11:42:44 2007 +0100
61483
61484 Add the board directory for SMN42
61485
61486 commit 160131bf965785419626df6c388729fe0b597992
61487 Author: Peter Pearse <peter.pearse@arm.com>
61488 Date: Wed May 9 11:41:58 2007 +0100
61489
61490 Add the files for the SMN42 board
61491
61492 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
61493 Author: Peter Pearse <peter.pearse@arm.com>
61494 Date: Wed May 9 11:40:34 2007 +0100
61495
61496 Remove the deleted files for the SMN42 patch
61497
61498 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
61499 Author: Peter Pearse <peter.pearse@arm.com>
61500 Date: Wed May 9 11:37:56 2007 +0100
61501
61502 New board SMN42 branch
61503
61504 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
61505 Author: Peter Pearse <peter.pearse@arm.com>
61506 Date: Wed May 9 10:24:38 2007 +0100
61507
61508 Makefile permissions
61509
61510 commit b84289b595731e8851df46e893845cc1322c9b9b
61511 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
61512 Date: Tue May 8 14:17:07 2007 -0500
61513
61514 8641hpcn: Fix Makefile after moving pixis to board/freescale.
61515
61516 The OBJTREE != SRCTREE build scenario was broken.
61517 This fixes it.
61518
61519 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
61520 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61521
61522 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
61523 Author: Michal Simek <monstr@monstr.eu>
61524 Date: Tue May 8 15:57:43 2007 +0200
61525
61526 add: reading special purpose registers
61527
61528 commit 1a50f164beb065f360fbddb76029607d6b099698
61529 Author: Michal Simek <monstr@monstr.eu>
61530 Date: Tue May 8 14:52:52 2007 +0200
61531
61532 add: Microblaze V5 exception handling
61533
61534 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
61535 Author: Michal Simek <monstr@monstr.eu>
61536 Date: Tue May 8 14:39:11 2007 +0200
61537
61538 add: FSL control read and write
61539
61540 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
61541 Author: Piotr Kruszynski <ppk@semihalf.com>
61542 Date: Tue May 8 13:05:44 2007 +0200
61543
61544 [Motion-PRO] Add support for I2C, EEPROM and RTC.
61545
61546 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
61547 Author: Bartlomiej Sieka <tur@semihalf.com>
61548 Date: Tue May 8 10:23:56 2007 +0200
61549
61550 [Motion-PRO] Add ATA support. Add CF-booting commands to the default
61551 environment.
61552
61553 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
61554 Author: Bartlomiej Sieka <tur@semihalf.com>
61555 Date: Tue May 8 09:39:12 2007 +0200
61556
61557 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
61558 eliminates networking problems in Linux (timeouts).
61559
61560 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
61561 Author: Bartlomiej Sieka <tur@semihalf.com>
61562 Date: Tue May 8 09:21:57 2007 +0200
61563
61564 [Motion-PRO] Enable Flat Device Tree support and modify default environment
61565 to allow booting of FDT-expecting kernels.
61566
61567 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
61568 Author: Michal Simek <monstr@monstr.eu>
61569 Date: Mon May 7 23:58:31 2007 +0200
61570
61571 new: USE_MSR_INTR support
61572
61573 commit 008861a2f3ef2c062744d733787c7e530a1b8761
61574 Author: Bartlomiej Sieka <tur@semihalf.com>
61575 Date: Mon May 7 22:36:15 2007 +0200
61576
61577 [MPC5xxx] There are networking problems on the Motion-PRO board with
61578 current PHY initalization code (tftp timeouts all the time). This commit
61579 temporarily disables PHY initalization sequence to make the networking
61580 operational, until a fix is found.
61581
61582 commit abca901869c3760b6c5fecb825db6c1d91a78a93
61583 Author: Wolfgang Denk <wd@denx.de>
61584 Date: Mon May 7 22:10:36 2007 +0200
61585
61586 Get rid of duplicated file (see include/configs/sbc8560.h instead)
61587
61588 Signed-off-by: Wolfgang Denk <wd@denx.de>
61589
61590 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
61591 Author: Wolfgang Denk <wd@denx.de>
61592 Date: Mon May 7 22:07:08 2007 +0200
61593
61594 Get rid of duplicated file (see doc/README.SBC8560 instead)
61595
61596 Signed-off-by: Wolfgang Denk <wd@denx.de>
61597
61598 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
61599 Author: Michal Simek <monstr@monstr.eu>
61600 Date: Mon May 7 19:43:10 2007 +0200
61601
61602 fix: read and write MSR - repair number of parameters
61603
61604 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
61605 Author: Jeffrey Mann <mannj@embeddedplanet.com>
61606 Date: Mon May 7 19:42:49 2007 +0200
61607
61608 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
61609
61610 A '3' got cut off in the formatting of the last patch to automatically
61611 change the clock speed of the system clock on sequoia board.
61612
61613 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
61614 Signed-off-by: Stefan Roese <sr@denx.de>
61615
61616 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
61617 Author: Michal Simek <monstr@monstr.eu>
61618 Date: Mon May 7 19:33:51 2007 +0200
61619
61620 new: fsl interrupt support
61621 FSL_Has_data is connected to INTC.
61622
61623 commit 792032baa7d625e34c981ab6df521911bd8dc861
61624 Author: Michal Simek <monstr@monstr.eu>
61625 Date: Mon May 7 19:30:12 2007 +0200
61626
61627 fix: interrupt handler
61628 remove asm code
61629
61630 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
61631 Author: Michal Simek <monstr@monstr.eu>
61632 Date: Mon May 7 19:25:08 2007 +0200
61633
61634 fix: remove asm code
61635
61636 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
61637 Author: Michal Simek <monstr@monstr.eu>
61638 Date: Mon May 7 19:12:43 2007 +0200
61639
61640 fix: clean interrupt
61641
61642 commit 42efed6130c8fcf7da881385b5427065d2801757
61643 Author: Michal Simek <monstr@monstr.eu>
61644 Date: Mon May 7 17:22:25 2007 +0200
61645
61646 fix: interrupt handler for multiple sources
61647
61648 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
61649 Author: Michal Simek <monstr@monstr.eu>
61650 Date: Mon May 7 17:11:09 2007 +0200
61651
61652 new: add writing to msr register
61653
61654 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
61655 Author: Markus Klotzbuecher <mk@denx.de>
61656 Date: Mon May 7 16:43:56 2007 +0200
61657
61658 Fix an ancient CHANGELOG conflict
61659
61660 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
61661 Author: Timur Tabi <timur@freescale.com>
61662 Date: Sat May 5 08:12:30 2007 +0200
61663
61664 5xxx: write MAC address to mac-address and local-mac-address
61665
61666 Some device trees have a mac-address property, some have local-mac-address,
61667 and some have both. To support all of these device trees, ftp_cpu_setup()
61668 should write the MAC address to mac-address and local-mac-address, if they
61669 exist.
61670
61671 Signed-off-by: Timur Tabi <timur@freescale.com>
61672 Acked-by: Grant Likely <grant.likely@secretlab.ca>
61673
61674 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
61675 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
61676 Date: Sun Apr 29 14:01:54 2007 +0200
61677
61678 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
61679
61680 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
61681 message. Use PVR to distinguish between the two variants, and print proper CPU
61682 information.
61683
61684 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
61685 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
61686 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
61687
61688 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
61689 Author: Ladislav Michl <ladis@linux-mips.org>
61690 Date: Wed Apr 25 16:01:26 2007 +0200
61691
61692 [PATCH] simplify silent console
61693
61694 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
61695 Acked-by: Stefan Roese <sr@denx.de>
61696
61697 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
61698 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
61699 Date: Mon Apr 23 15:30:39 2007 +0200
61700
61701 [PATCH] Avoid assigning PCI resources from zero address
61702
61703 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
61704 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
61705 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
61706 sentence about "0" being considered an invalid address) -- so, use a reasonable
61707 starting value of 0x1000 (that's what the most Linux archs are using).
61708
61709 Alternatively, one might have fixed the calls to pci_set_region() individually
61710 (some code even seems to have taken care of this issue) but that would have
61711 been a lot more work. :-)
61712
61713 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
61714 Acked-by: Stefan Roese <sr@denx.de>
61715
61716 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
61717 Author: Jeffrey Mann <mannj@embeddedplanet.com>
61718 Date: Mon Apr 23 14:00:11 2007 +0200
61719
61720 [patch] setenv(...) can delete environmentalvariables
61721
61722 update setenv() function so that entering a NULL value for the
61723 variable's value will delete the environmental variable
61724
61725 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
61726 Acked-by: Stefan Roese <sr@denx.de>
61727
61728 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
61729 Author: Mike Frysinger <vapier@gentoo.org>
61730 Date: Mon Apr 23 13:54:24 2007 +0200
61731
61732 [patch] use unsigned char in smc91111 driver for mac
61733
61734 the v_mac variable in the smc91111 driver is declared as a signed char ...
61735 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
61736 because when it gets printed out, you get a display like:
61737 0xFFFFFFE0 and that's no good
61738
61739 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
61740
61741 commit ffc50f9bb194343c6303517a517708457a5eb6b8
61742 Author: Michal Simek <monstr@monstr.eu>
61743 Date: Sat May 5 18:54:42 2007 +0200
61744
61745 new: FSL and MSR support #2
61746
61747 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
61748 Author: Michal Simek <monstr@monstr.eu>
61749 Date: Sat May 5 18:27:16 2007 +0200
61750
61751 new: FSL and MSR support
61752
61753 commit 2f15278c2eb911c668b4fe562130b78cf554d139
61754 Author: Wolfgang Denk <wd@denx.de>
61755 Date: Sat May 5 18:23:11 2007 +0200
61756
61757 Coding stylke cleanup; update CHANGELOG.
61758
61759 Signed-off-by: Wolfgang Denk <wd@denx.de>
61760
61761 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
61762 Author: Wolfgang Denk <wd@denx.de>
61763 Date: Sat May 5 18:05:02 2007 +0200
61764
61765 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
61766
61767 Signed-off-by: Wolfgang Denk <wd@denx.de>
61768
61769 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
61770 Author: Wolfgang Denk <wd@denx.de>
61771 Date: Sat May 5 17:15:50 2007 +0200
61772
61773 Make "file" command happy with some config.mk files; update CHANGELOG
61774
61775 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
61776 Author: Jeffrey Mann <mannj@embeddedplanet.com>
61777 Date: Sat May 5 08:32:14 2007 +0200
61778
61779 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
61780
61781 The AMCC Secquoia board has been changed in a new revision from using a
61782 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
61783 indicates the difference. This patch reads that bit and uses the correct
61784 clock speed for the board. This code is backward compatable will all
61785 prior boards. All prior boards will be read as 33.000.
61786
61787 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
61788 Signed-off-by: Stefan Roese <sr@denx.de>
61789
61790 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
61791 Author: Stefan Roese <sr@denx.de>
61792 Date: Sat May 5 08:29:01 2007 +0200
61793
61794 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
61795
61796 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
61797 for the 4k NAND boot image so define bus_frequency to 133MHz here
61798 which is save for the refresh counter setup.
61799
61800 Signed-off-by: Stefan Roese <sr@denx.de>
61801
61802 commit 2f550ab976405300f5b07bf2890800840d0aa05f
61803 Author: Timur Tabi <timur@freescale.com>
61804 Date: Sat May 5 08:12:30 2007 +0200
61805
61806 5xxx: write MAC address to mac-address and local-mac-address
61807
61808 Some device trees have a mac-address property, some have local-mac-address,
61809 and some have both. To support all of these device trees, ftp_cpu_setup()
61810 should write the MAC address to mac-address and local-mac-address, if they
61811 exist.
61812
61813 Signed-off-by: Timur Tabi <timur@freescale.com>
61814 Acked-by: Grant Likely <grant.likely@secretlab.ca>
61815
61816 commit a79886590593ba1d667c840caa4940c61639f18f
61817 Author: Thomas Knobloch <knobloch@siemens.com>
61818 Date: Sat May 5 07:04:42 2007 +0200
61819
61820 NAND: Wrong calculation of page number in nand_block_bad()
61821
61822 In case that there is no memory based bad block table available the
61823 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
61824 nand_block_bad() directly. When parameter 'getchip' is set to zero,
61825 nand_block_bad() will not right shift the offset to calculate the
61826 correct page number.
61827
61828 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
61829 Signed-off-by: Stefan Roese <sr@denx.de>
61830
61831 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
61832 Author: Wolfgang Denk <wd@denx.de>
61833 Date: Fri May 4 10:02:33 2007 +0200
61834
61835 Fix initrd length corruption in bootm command.
61836
61837 When using FDT Images, the length of an inital ramdisk was
61838 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
61839
61840 Patches by Timur Tabi & Johns Daniel.
61841
61842 Signed-off-by: Wolfgang Denk <wd@denx.de>
61843
61844 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
61845 Author: Kim Phillips <kim.phillips@freescale.com>
61846 Date: Thu May 3 19:43:52 2007 -0500
61847
61848 mpc83xx: fix trivial error in MAKEALL
61849
61850 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61851
61852 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
61853 Author: Wolfgang Denk <wd@denx.de>
61854 Date: Thu May 3 16:34:41 2007 +0200
61855
61856 Update board configuration for STX GP3SSA board:
61857
61858 Enable hush shell, environment in flash rather in EEPROM,
61859 more user-friendly default environment, etc.
61860 The simple EEPROM environment can be selected easily in the board
61861 config file.
61862
61863 Signed-off-by: Wolfgang Denk <wd@denx.de>
61864
61865 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
61866 Author: Wolfgang Denk <wd@denx.de>
61867 Date: Tue Apr 24 14:37:49 2007 +0200
61868
61869 Cleanup STX GP3SSA code; fix build and compile problems.
61870
61871 commit 35171dc04e028ecacc23ad916a66295472555dbf
61872 Author: Dan Malek <dan@embeddedalley.com>
61873 Date: Fri Jan 5 09:15:34 2007 +0100
61874
61875 Add support for STX GP3SSA (stxssa) Board
61876
61877 Signed-off-by Dan Malek, <dan@embeddedalley.com>
61878
61879 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
61880 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61881 Date: Wed May 2 13:31:53 2007 +0200
61882
61883 macb: Don't restart autonegotiation if we already have link
61884
61885 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
61886 link is already up.
61887
61888 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61889
61890 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
61891 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61892 Date: Wed May 2 13:22:38 2007 +0200
61893
61894 macb: Introduce a few barriers when dealing with DMA descriptors
61895
61896 There were a few theoretical possibilities that the compiler might
61897 optimize away DMA descriptor reads and/or writes and thus cause
61898 synchronization problems with the hardware. Insert barriers where
61899 we depend on reads/writes actually hitting memory.
61900
61901 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61902
61903 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
61904 Author: Andy Fleming <afleming@freescale.com>
61905 Date: Sat Feb 24 01:08:13 2007 -0600
61906
61907 Cleaned up some 85xx PCI bugs
61908
61909 * Cleaned up the CDS PCI Config Tables and added NULL entries to
61910 the end
61911 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
61912 * Fixed 85xx PCI code to assign powar region sizes based on the
61913 config values (rather than hard-coding them)
61914 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
61915
61916 Signed-off-by: Andy Fleming <afleming@freescale.com>
61917
61918 commit 6743105988fc44d5b0d30388c790607835aae7a6
61919 Author: Andy Fleming <afleming@freescale.com>
61920 Date: Mon Apr 23 02:54:25 2007 -0500
61921
61922 Add support for the 8568 MDS board
61923
61924 This included some changes to common files:
61925 * Add 8568 processor SVR to various places
61926 * Add support for setting the qe bus-frequency value in the dts
61927 * Add the 8568MDS target to the Makefile
61928
61929 Signed-off-by: Andy Fleming <afleming@freescale.com>
61930
61931 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
61932 Author: David Updegraff <dave@cray.com>
61933 Date: Fri Apr 20 14:34:48 2007 -0500
61934
61935 Add support for treating unknown PHYs as generic PHYs.
61936
61937 When bringing up u-boot on new boards, PHY support sometimes gets
61938 neglected. Most PHYs don't really need any special support,
61939 though. By adding a generic entry that always matches if nothing
61940 else does, we can provide support for "unsupported" PHYs for the
61941 tsec.
61942
61943 The generic PHY driver supports most PHYs, including gigabit.
61944
61945 Signed-off-by: David Updegraff <dave@cray.com>
61946 Signed-off-by: Andy Fleming <afleming@freescale.com>
61947
61948 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
61949 Author: James Yang <James.Yang@freescale.com>
61950 Date: Wed Feb 7 15:28:04 2007 -0600
61951
61952 Conditionalize 8641 Rev1.0 MCM workarounds
61953
61954 Signed-off-by: James Yang <James.Yang@freescale.com>
61955 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61956
61957 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
61958 Author: Timur Tabi <timur@freescale.com>
61959 Date: Mon Apr 30 13:59:50 2007 -0500
61960
61961 Fix memory initialization on MPC8349E-mITX
61962
61963 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
61964 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary
61965 on some ITX boards, notably those with a revision 3.1 CPU.
61966
61967 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
61968 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
61969
61970 Signed-off-by: Timur Tabi <timur@freescale.com>
61971 Acked-by: Michael Benedict <MBenedict@twacs.com>
61972 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61973
61974 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
61975 Author: Kim Phillips <kim.phillips@freescale.com>
61976 Date: Mon Apr 30 15:26:21 2007 -0500
61977
61978 mpc83xx: replace elaborate boottime verbosity with 'clocks' command
61979
61980 and fix CPU: to align with Board: display text.
61981
61982 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61983
61984 commit c1ab82669d9525998c34e802a12cad662723f22a
61985 Author: James Yang <James.Yang@freescale.com>
61986 Date: Fri Mar 16 13:02:53 2007 -0500
61987
61988 Rewrote picos_to_clk() to avoid rounding errors.
61989 Clarified that conversion is to DRAM clocks rather than platform clocks.
61990 Made function static to spd_sdram.c.
61991
61992 Signed-off-by: James Yang <James.Yang@freescale.com>
61993 Signed-off-by: Jon Loeliger <jdl@freescale.com>
61994
61995 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
61996 Author: Stefan Roese <sr@denx.de>
61997 Date: Sun Apr 29 14:13:01 2007 +0200
61998
61999 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
62000
62001 Signed-off-by: Stefan Roese <sr@denx.de>
62002
62003 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
62004 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
62005 Date: Sun Apr 29 14:01:54 2007 +0200
62006
62007 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
62008
62009 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
62010 message. Use PVR to distinguish between the two variants, and print proper CPU
62011 information.
62012
62013 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
62014 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62015 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62016
62017 commit 5c5d3242935cf3543af01142627494434834cf98
62018 Author: Kim Phillips <kim.phillips@freescale.com>
62019 Date: Wed Apr 25 12:34:38 2007 -0500
62020
62021 mpc83xx: minor fixups for 8313rdb introduction
62022
62023 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
62024 Author: Ladislav Michl <ladis@linux-mips.org>
62025 Date: Wed Apr 25 16:01:26 2007 +0200
62026
62027 [PATCH] simplify silent console
62028
62029 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
62030 Acked-by: Stefan Roese <sr@denx.de>
62031
62032 commit 144876a380f5756f57412caf74c1d6dc201dd796
62033 Author: Michal Simek <monstr@monstr.eu>
62034 Date: Tue Apr 24 23:01:02 2007 +0200
62035
62036 [PATCH] MTD partition support, JFFS2 support
62037
62038 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
62039 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62040 Date: Tue Apr 24 14:03:45 2007 +0200
62041
62042 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
62043
62044 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62045
62046 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
62047 Author: Andy Fleming <afleming@freescale.com>
62048 Date: Mon Apr 23 02:37:47 2007 -0500
62049
62050 Reworked 85xx speed detection code
62051
62052 Changed the code to read the registers and calculate the clock
62053 rates, rather than using a "switch" statement.
62054
62055 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
62056
62057 Signed-off-by: Andy Fleming <afleming@freescale.com>
62058
62059 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
62060 Author: Andy Fleming <afleming@freescale.com>
62061 Date: Mon Apr 23 02:24:28 2007 -0500
62062
62063 Enable 8544 support
62064
62065 * Add support to the Makefile
62066 * Add 8544 configuration support to the tsec driver
62067 * Add 8544 SVR numbers to processor.h
62068
62069 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62070 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62071
62072 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
62073 Author: Andy Fleming <afleming@freescale.com>
62074 Date: Fri Feb 23 17:12:25 2007 -0600
62075
62076 Support 1G size on 8548
62077
62078 e500v2 and newer cores support 1G page sizes.
62079
62080 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62081 Signed-off-by: Andy Fleming <afleming@freescale.com>
62082
62083 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
62084 Author: Andy Fleming <afleming@freescale.com>
62085 Date: Fri Feb 23 17:11:16 2007 -0600
62086
62087 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
62088
62089 The other pagesz constants use one letter to specify order of
62090 magnitude. Also change the one reference to it in mpc8548cds/init.S
62091
62092 Signed-off-by: Andy Fleming <afleming@freescale.com>
62093
62094 commit 1f9a318cea14272edd10d63739e2d326c90f430e
62095 Author: Andy Fleming <afleming@freescale.com>
62096 Date: Fri Feb 23 16:28:46 2007 -0600
62097
62098 Only set ddrioovcr for 8548 rev1.
62099
62100 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62101 Signed-off-by: Andy Fleming <afleming@freescale.com>
62102
62103 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
62104 Author: Andy Fleming <afleming@freescale.com>
62105 Date: Sat Feb 24 01:16:45 2007 -0600
62106
62107 Tweak DDR ECC error counter
62108
62109 Enable single-bit error counter when memory was cleared by ddr controller.
62110
62111 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62112 Signed-off-by: Andy Fleming <afleming@freescale.com>
62113
62114 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
62115 Author: Timur Tabi <timur@freescale.com>
62116 Date: Mon Feb 12 13:34:55 2007 -0600
62117
62118 85xx: write MAC address to mac-address and local-mac-address
62119
62120 Some device trees have a mac-address property, some have local-mac-address,
62121 and some have both. To support all of these device trees, ftp_cpu_setup()
62122 should write the MAC address to mac-address and local-mac-address, if they
62123 exist.
62124
62125 Signed-off-by: Timur Tabi <timur@freescale.com>
62126
62127 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
62128 Author: Andy Fleming <afleming@freescale.com>
62129 Date: Mon Apr 23 01:44:44 2007 -0500
62130
62131 Some 85xx cpu cleanups
62132
62133 * Cleaned up the TSR[WIS] clearing
62134 * Cleaned up DMA initialization
62135
62136 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62138 Acked-by: Andy Fleming <afleming@freescale.com>
62139
62140 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
62141 Author: Andy Fleming <afleming@freescale.com>
62142 Date: Mon Apr 23 01:32:22 2007 -0500
62143
62144 Add cpu support for the 8544
62145
62146 Recognize new SVR values, and add a few register definitions
62147
62148 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62149 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62150 Acked-by: Andy Fleming <afleming@freescale.com>
62151
62152 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
62153 Author: Jon Loeliger <jdl@freescale.com>
62154 Date: Wed Apr 11 16:51:02 2007 -0500
62155
62156 Add MPC8544DS basic port board files.
62157
62158 Add board port under new board/freescale directory
62159 structure and reuse existing PIXIS FPGA support there.
62160
62161 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62162 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62163
62164 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
62165 Author: Jon Loeliger <jdl@freescale.com>
62166 Date: Wed Apr 11 16:50:57 2007 -0500
62167
62168 Add MPC8544DS main configuration file.
62169
62170 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62171 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62172
62173 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
62174 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
62175 Date: Wed Dec 27 22:07:15 2006 +0300
62176
62177 Fix PCI I/O space mapping on Freescale MPC85x0ADS
62178
62179 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
62180 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
62181 describing the local address window used for the PCI I/O space accesses -- fix
62182 this and carry over the necessary changes into the MPC8560ADS code since the
62183 PCI I/O space mapping was also broken for this board (by the earlier commit
62184 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how
62185 the PCI I/O space must be mapped to all the MPC85xx board config. headers.
62186
62187 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
62188
62189 board/mpc8540ads/init.S | 4 ++--
62190 board/mpc8560ads/init.S | 4 ++--
62191 include/configs/MPC8540ADS.h | 5 ++---
62192 include/configs/MPC8541CDS.h | 2 +-
62193 include/configs/MPC8548CDS.h | 2 +-
62194 include/configs/MPC8560ADS.h | 8 ++++----
62195 6 files changed, 12 insertions(+), 13 deletions(-)
62196
62197 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
62198 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
62199 Date: Tue Dec 5 16:42:30 2006 +0800
62200
62201 u-boot: Fix e500 v2 core reset bug
62202
62203 The following patch fixes the e500 v2 core reset bug.
62204 For e500 v2 core, a new reset control register is added to reset the
62205 processor.
62206
62207 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62208
62209 commit 63247a5acd58032e6cf33f525bc3923b467bac88
62210 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
62211 Date: Wed Dec 20 11:01:00 2006 +0800
62212
62213 u-boot: v2: Remove the fixed TLB and LAW entrynubmer
62214
62215 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
62216 entry number to control the loop. This can reduce the potential risk
62217 for the 85xx processor increasing its TLB adn LAW entry number.
62218
62219 Signed-off-by: Swarthout Edward <swarthout@freescale.com>
62220 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62221
62222 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
62223 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
62224 Date: Mon Dec 18 17:01:04 2006 +0800
62225
62226 u-boot: Fix the 85xxcds tsec bug
62227
62228 Fix the 85xxcds tsec bug.
62229 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
62230
62231 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62232
62233 commit 7337b237ffc4aaf1b9467024fe472a880d852598
62234 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
62235 Date: Fri Dec 15 14:43:31 2006 +0800
62236
62237 u-boot: Fix CPU2 errata on MPC8548CDS board
62238
62239 This patch apply workaround of CPU2 errata on MPC8548CDS board.
62240
62241 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
62242
62243 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
62244 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
62245 Date: Mon Dec 18 16:25:15 2006 +0800
62246
62247 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
62248
62249 This patch disables MPC8548CDS 2T_TIMING for DDR by default.
62250
62251 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
62252
62253 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
62254 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
62255 Date: Thu Dec 14 14:14:55 2006 +0800
62256
62257 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
62258
62259 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
62260 board.
62261 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62262
62263 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
62264 Author: Scott Wood <scottwood@freescale.com>
62265 Date: Mon Apr 16 14:54:15 2007 -0500
62266
62267 mpc83xx: Add MPC8313ERDB support.
62268
62269 Signed-off-by: Scott Wood <scottwood@freescale.com>
62270
62271 commit 49ea3b6eafe606285ae4d5c378026153dde53200
62272 Author: Scott Wood <scottwood@freescale.com>
62273 Date: Mon Apr 16 14:34:21 2007 -0500
62274
62275 mpc83xx: Add generic PCI setup code.
62276
62277 Board code can now request the generic setup code rather than having to
62278 copy-and-paste it for themselves. Boards should be converted to use this
62279 once they're tested with it.
62280
62281 Signed-off-by: Scott Wood <scottwood@freescale.com>
62282
62283 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
62284 Author: Scott Wood <scottwood@freescale.com>
62285 Date: Mon Apr 16 14:34:19 2007 -0500
62286
62287 mpc83xx: Add 831x support to speed.c.
62288
62289 Signed-off-by: Scott Wood <scottwood@freescale.com>
62290
62291 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
62292 Author: Scott Wood <scottwood@freescale.com>
62293 Date: Mon Apr 16 14:34:18 2007 -0500
62294
62295 mpc83xx: Add 831x support to global_data.h
62296
62297 Signed-off-by: Scott Wood <scottwood@freescale.com>
62298
62299 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
62300 Author: Scott Wood <scottwood@freescale.com>
62301 Date: Mon Apr 16 14:34:16 2007 -0500
62302
62303 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
62304
62305 Rather than misleadingly define PVR_83xx as the specific type of 83xx
62306 being built for, the PVR of each core revision is defined. checkcpu() now
62307 prints the core that it detects, rather than aborting if it doesn't find
62308 what it thinks it wants.
62309
62310 Signed-off-by: Scott Wood <scottwood@freescale.com>
62311
62312 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
62313 Author: Scott Wood <scottwood@freescale.com>
62314 Date: Mon Apr 16 14:34:15 2007 -0500
62315
62316 mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
62317
62318 Signed-off-by: Scott Wood <scottwood@freescale.com>
62319
62320 commit d87c57b201b4572d16f1b642998faa00c9912b16
62321 Author: Scott Wood <scottwood@freescale.com>
62322 Date: Mon Apr 16 14:31:55 2007 -0500
62323
62324 mpc83xx: Add register definitions for MPC831x.
62325
62326 Signed-off-by: Scott Wood <scottwood@freescale.com>
62327
62328 commit 7fc4c71a143be8666d70803fb25ae60379c95622
62329 Author: Stefan Roese <sr@denx.de>
62330 Date: Mon Apr 23 15:39:59 2007 +0200
62331
62332 Fix file mode
62333
62334 Signed-off-by: Stefan Roese <sr@denx.de>
62335
62336 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
62337 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
62338 Date: Mon Apr 23 15:30:39 2007 +0200
62339
62340 [PATCH] Avoid assigning PCI resources from zero address
62341
62342 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
62343 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
62344 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
62345 sentence about "0" being considered an invalid address) -- so, use a reasonable
62346 starting value of 0x1000 (that's what the most Linux archs are using).
62347
62348 Alternatively, one might have fixed the calls to pci_set_region() individually
62349 (some code even seems to have taken care of this issue) but that would have
62350 been a lot more work. :-)
62351
62352 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
62353 Acked-by: Stefan Roese <sr@denx.de>
62354
62355 commit afb903a2eb9436baa9270ccc0c27082d86497d89
62356 Author: Jeffrey Mann <mannj@embeddedplanet.com>
62357 Date: Mon Apr 23 14:00:11 2007 +0200
62358
62359 [patch] setenv(...) can delete environmentalvariables
62360
62361 update setenv() function so that entering a NULL value for the
62362 variable's value will delete the environmental variable
62363
62364 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
62365 Acked-by: Stefan Roese <sr@denx.de>
62366
62367 commit 36f104e5caa747d568eff26b369565af57c2ffa6
62368 Author: Mike Frysinger <vapier@gentoo.org>
62369 Date: Mon Apr 23 13:54:24 2007 +0200
62370
62371 [patch] use unsigned char in smc91111 driver for mac
62372
62373 the v_mac variable in the smc91111 driver is declared as a signed char ...
62374 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
62375 because when it gets printed out, you get a display like:
62376 0xFFFFFFE0 and that's no good
62377
62378 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62379
62380 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
62381 Author: Rodolfo Giometti <giometti@enneenne.com>
62382 Date: Mon Apr 23 13:10:52 2007 +0200
62383
62384 USB: (Another) delay for crappy USB keys.
62385
62386 Some USB keys are slow in giving back an answer when the Root HUB
62387 enables power lines.
62388
62389 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
62390
62391 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
62392 Author: Stefan Roese <sr@denx.de>
62393 Date: Mon Apr 23 12:00:22 2007 +0200
62394
62395 Remove BOARDLIBS usage completely
62396
62397 Signed-off-by: Stefan Roese <sr@denx.de>
62398
62399 commit 32556443840f127170e4baa8bdd5b567039f6c36
62400 Author: Michal Simek <monstr@monstr.eu>
62401 Date: Sat Apr 21 21:07:22 2007 +0200
62402
62403 [PATCH] SystemACE support for Microblaze
62404
62405 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
62406 Author: Michal Simek <monstr@monstr.eu>
62407 Date: Sat Apr 21 21:02:40 2007 +0200
62408
62409 16bit read/write little endian
62410
62411 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
62412 Author: Michal Simek <monstr@monstr.eu>
62413 Date: Sat Apr 21 20:53:31 2007 +0200
62414
62415 Change ML401 parameters - Xilinx BSP
62416
62417 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
62418 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
62419 Date: Wed Feb 28 05:37:29 2007 -0600
62420
62421 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
62422
62423 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
62424
62425 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
62426 Author: Zhang Wei <wei.zhang@freescale.com>
62427 Date: Fri Jan 19 10:42:37 2007 +0800
62428
62429 Enable LAWs for MPC8641 PCI-Ex2.
62430
62431 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
62432 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62433
62434 commit bd7851ce1e1f140665b520026abf1042968b1102
62435 Author: Jon Loeliger <jdl@freescale.com>
62436 Date: Fri Apr 20 14:12:26 2007 -0500
62437
62438 mpc86xx; Write MAC address to mac-address and local-mac-address
62439
62440 Some device trees have a mac-address property, some have local-mac-address,
62441 and some have both. To support all of these device trees, ftp_cpu_setup()
62442 should write the MAC address to mac-address and local-mac-address, if they
62443 exist.
62444
62445 Signed-off-by: Timur Tabi <timur@freescale.com>
62446 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62447
62448 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
62449 Author: Jon Loeliger <jdl@freescale.com>
62450 Date: Fri Apr 20 14:11:38 2007 -0500
62451
62452 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
62453
62454 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62455 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62456
62457 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
62458 Author: Wolfgang Denk <wd@denx.de>
62459 Date: Fri Apr 20 17:43:28 2007 +0200
62460
62461 Cleanup compiler warnings, update CHANGELOG
62462
62463 Signed-off-by: Wolfgang Denk <wd@denx.de>
62464
62465 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
62466 Author: Detlev Zundel <dzu@denx.de>
62467 Date: Fri Apr 20 12:01:47 2007 +0200
62468
62469 Fix breakage of NC650 board with respect to nand support.
62470
62471 Signed-off-by: Detlev Zundel <dzu@denx.de>
62472
62473 commit 39f23cd90947639ac278a18ff277ec786b5ac167
62474 Author: Domen Puncer <domen.puncer@telargo.com>
62475 Date: Fri Apr 20 11:13:16 2007 +0200
62476
62477 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
62478
62479 G2 core reference manual says decrementer and time base
62480 are decreasing/increasing once every 4 bus clock cycles.
62481 Lets fix it, so time in Linux won't run twice as fast
62482
62483 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
62484 Acked-by: Grant Likely <grant.likely@secretlab.ca>
62485
62486 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
62487 Author: Gerald Van Baren <vanbaren@cideas.com>
62488 Date: Thu Apr 19 23:14:39 2007 -0400
62489
62490 Fix serious pointer bug with bootm and reserve map.
62491
62492 What was suppose to be a stack variable was declared as a pointer,
62493 overwriting random memory.
62494 Also moved the libfdt.a requirement into the main Makefile. That is
62495 The U-Boot Way.
62496
62497 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
62498 Author: Stefan Roese <sr@denx.de>
62499 Date: Thu Apr 19 09:53:52 2007 +0200
62500
62501 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
62502
62503 Previous versions used full wait states for the chip select #1 which
62504 is connected to the Xilinix SystemACE controller on the AMCC Katmai
62505 evaluation board. This leads to really slow access and therefore low
62506 performance. This patch now sets up the chip select a lot faster
62507 resulting in much better read/write performance of the Linux driver.
62508
62509 Signed-off-by: Stefan Roese <sr@denx.de>
62510
62511 commit 37837828d89084879bee2f2b8c7c68d4695940df
62512 Author: Wolfgang Denk <wd@denx.de>
62513 Date: Wed Apr 18 17:49:29 2007 +0200
62514
62515 Clenaup, update CHANGELOG
62516
62517 Signed-off-by: Wolfgang Denk <wd@denx.de>
62518
62519 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
62520 Author: Wolfgang Denk <wd@denx.de>
62521 Date: Wed Apr 18 17:20:58 2007 +0200
62522
62523 Update CHANGELOG
62524
62525 Signed-off-by: Wolfgang Denk <wd@denx.de>
62526
62527 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
62528 Author: Wolfgang Denk <wd@denx.de>
62529 Date: Wed Apr 18 17:07:26 2007 +0200
62530
62531 Cleanup, update CHANGELOG
62532
62533 Sigend-off-by: Wolfgang Denk <wd@denx.de>
62534
62535 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
62536 Author: Wolfgang Denk <wd@denx.de>
62537 Date: Wed Apr 18 16:17:46 2007 +0200
62538
62539 Update CHANGELOG
62540
62541 commit ad4eb555671d97f96dc56eab55103b1f86874b01
62542 Author: Wolfgang Denk <wd@denx.de>
62543 Date: Wed Apr 18 14:30:39 2007 +0200
62544
62545 MCC200 board: remove warning which is obsolete after PSoC firmware changes
62546
62547 Signed-off-by: Wolfgang Denk <wd@denx.de>
62548
62549 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
62550 Author: Domen Puncer <domen.puncer@telargo.com>
62551 Date: Wed Apr 18 12:11:05 2007 +0200
62552
62553 [PATCH] icecube/lite5200b: document wakeup from low-power support
62554
62555 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
62556
62557 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
62558 Author: Stefan Roese <sr@denx.de>
62559 Date: Wed Apr 18 12:07:47 2007 +0200
62560
62561 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
62562
62563 Signed-off-by: Stefan Roese <sr@denx.de>
62564
62565 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
62566 Author: Stefan Roese <sr@denx.de>
62567 Date: Wed Apr 18 12:05:59 2007 +0200
62568
62569 ppc4xx: Add output for bootrom location to 405EZ ports
62570
62571 Now 405EZ ports also show upon bootup from which boot device
62572 they are configured to boot:
62573
62574 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
62575
62576 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
62577 Bootstrap Option E - Boot ROM Location EBC (32 bits)
62578 16 kB I-Cache 16 kB D-Cache
62579 Board: Acadia - AMCC PPC405EZ Evaluation Board
62580
62581 Signed-off-by: Stefan Roese <sr@denx.de>
62582
62583 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
62584 Author: Peter Pearse <peter.pearse@arm.com>
62585 Date: Tue Apr 17 13:30:33 2007 +0100
62586
62587 Move ppearse to ARM board list
62588 Add Konstantin Kletschke for scb9328.
62589 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
62590
62591 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
62592 Author: Domen Puncer <domen.puncer@telargo.com>
62593 Date: Mon Apr 16 14:00:13 2007 +0200
62594
62595 [PATCH] icecube/lite5200b: wakeup from low-power support
62596
62597 U-Boot part of Lite5200b low power mode support.
62598 Puts SDRAM out of self-refresh and transfers control to
62599 address saved at physical 0x0.
62600
62601 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
62602 Acked-by: Grant Likely <grant.likely@secretlab.ca>
62603
62604 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
62605 Author: Gerald Van Baren <vanbaren@cideas.com>
62606 Date: Sun Apr 15 13:54:26 2007 -0400
62607
62608 Fix the ft_cpu_setup() property settings.
62609
62610 Use "setter" functions instead of flags, cleaner and more flexible.
62611 It also fixes the problem noted by Timur Tabi that the ethernet MAC
62612 addresses were all being set incorrectly to the same MAC address.
62613
62614 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
62615 Author: Gerald Van Baren <vanbaren@cideas.com>
62616 Date: Sat Apr 14 22:51:24 2007 -0400
62617
62618 Improve the bootm command for CONFIG_OF_LIBFDT
62619
62620 In bootm, create the "/chosen" node only if it doesn't already exist
62621 (better matches the previous behavior).
62622 Update for proper reserved memory map handling for initrd.
62623
62624 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
62625 Author: Gerald Van Baren <vanbaren@cideas.com>
62626 Date: Sat Apr 14 22:46:41 2007 -0400
62627
62628 Add some utilities to manipulate the reserved memory map.
62629
62630 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
62631 Author: Wolfgang Denk <wd@denx.de>
62632 Date: Sat Apr 14 21:16:54 2007 +0200
62633
62634 Update CHANGELOG
62635
62636 commit 8e6875183cdca91c134408d119d4abcd48ef6856
62637 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62638 Date: Sun Dec 17 18:56:46 2006 +0100
62639
62640 AVR32: Enable MMC support
62641
62642 Set up the portmux for the MMC interface and enable the MMC driver
62643 along with support for DOS partitions, ext2 and FAT filesystems.
62644
62645 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62646
62647 commit fc26c97bb6df41b4a95662c34054fe912387bf38
62648 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62649 Date: Fri Jan 20 10:03:53 2006 +0100
62650
62651 Atmel MCI driver
62652
62653 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
62654
62655 The AT91 ARM-based CPUs use basically the same hardware, so it should
62656 be possible to share this driver, but no effort has been made so far.
62657
62658 Hardware documentation can be found in the AT32AP7000 data sheet,
62659 which can be downloaded from
62660
62661 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
62662
62663 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62664
62665 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
62666 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62667 Date: Sun Dec 17 18:55:37 2006 +0100
62668
62669 AVR32: Add clk and gpio infrastructure for mmci
62670
62671 Implement functions for configuring the mmci pins, as well as
62672 functions for getting the clock rate of the mmci controller.
62673
62674 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62675
62676 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
62677 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62678 Date: Sun Dec 17 18:53:56 2006 +0100
62679
62680 Enable partition support with MMC
62681
62682 Include implementations of init_part() and get_partition_info() when
62683 CONFIG_MMC is set.
62684
62685 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62686
62687 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
62688 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62689 Date: Sun Dec 17 17:14:30 2006 +0100
62690
62691 AVR32: Enable networking
62692
62693 Implement MACB initialization for AVR32 and ATSTK1000, and turn
62694 everything on, including the MACB driver.
62695
62696 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62697
62698 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
62699 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62700 Date: Fri Jan 20 10:03:34 2006 +0100
62701
62702 Atmel MACB ethernet driver
62703
62704 Driver for the Atmel MACB on-chip ethernet controller.
62705
62706 This driver has been tested on the ATSTK1000 board with a AT32AP7000
62707 CPU. It should probably work on AT91SAM926x as well with some minor
62708 modifications.
62709
62710 Hardware documentation can be found in the AT32AP7000 data sheet,
62711 which can be downloaded from
62712
62713 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
62714
62715 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62716
62717 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
62718 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62719 Date: Sun Dec 17 16:56:14 2006 +0100
62720
62721 AVR32: Add clk and gpio infrastructure for macb0 and macb1
62722
62723 Implement functions for configuring the macb0 and macb1 pins, as
62724 well as functions for getting the clock rate of the various
62725 busses the macb ethernet controllers are connected to.
62726
62727 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62728
62729 commit d5acb95b16a0a74c643524342c3437e765426d05
62730 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62731 Date: Sun Dec 17 15:39:15 2006 +0100
62732
62733 AVR32: Implement simple DMA memory allocator
62734
62735 Implement dma_alloc_coherent() which returns cache-aligned
62736 uncacheable memory.
62737
62738 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62739
62740 commit 91975b0fea773c9e681fea8cf3349669f27685ee
62741 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62742 Date: Sun Dec 17 15:46:02 2006 +0100
62743
62744 Import <linux/mii.h> from the Linux kernel
62745
62746 Instead of creating yet another set of MII register definitions
62747 in the macb driver, here's a complete set of definitions for everyone
62748 to use.
62749
62750 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62751
62752 commit 1b804b229556a4d862da93c0ec94e79419364b2c
62753 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62754 Date: Wed Mar 21 19:47:36 2007 +0100
62755
62756 AVR32: Include more commands for ATSTK1000
62757
62758 Include the imi, imls and jffs commands sets by default on ATSTK1000.
62759 Also define CONFIG_BOOTARGS to something more useful, define
62760 CONFIG_BOOTCOMMAND and enable autoboot by default.
62761
62762 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62763
62764 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
62765 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62766 Date: Wed Mar 21 19:44:48 2007 +0100
62767
62768 AVR32: Provide a definition of struct stat
62769
62770 Copy the definition of struct stat from the Linux kernel.
62771
62772 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62773
62774 commit 12f099c08167a7a51aeee623bc16dafd0841271c
62775 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62776 Date: Sun Dec 17 14:46:06 2006 +0100
62777
62778 AVR32: Use initdram() instead of board_init_memories()
62779
62780 Conform to the "standard" interface and use initdram() instead of
62781 board_init_memories() on AVR32. This enables us to get rid of the
62782 sdram_size member of the global_data struct as well.
62783
62784 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62785
62786 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
62787 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62788 Date: Mon Nov 20 15:53:10 2006 +0100
62789
62790 AVR32: Relocate u-boot to SDRAM
62791
62792 Relocate the u-boot image into SDRAM like everyone else does. This
62793 means that we can handle much larger .data and .bss than we used to.
62794
62795 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62796
62797 commit df548d3c3e2bbc40258713167859ffc2ce99a900
62798 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62799 Date: Sun Nov 19 18:06:53 2006 +0100
62800
62801 AVR32: Resource management rewrite
62802
62803 Rewrite the resource management code (i.e. I/O memory, clock gating,
62804 gpio) so it doesn't depend on any global state. This is necessary
62805 because this code is heavily used before relocation to RAM, so we
62806 can't write to any global variables.
62807
62808 As an added bonus, this makes u-boot's memory footprint a bit smaller,
62809 although some functionality has been left out; all clocks are enabled
62810 all the time, and there's no checking for gpio line conflicts.
62811
62812 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62813
62814 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
62815 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62816 Date: Sat Nov 18 18:01:13 2006 +0100
62817
62818 AVR32: Clean up memory-map.h for at32ap7000
62819
62820 Convert spaces to tabs (must have missed this one last time around),
62821 sort the entries by address and group them together by bus
62822 connectivity.
62823
62824 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62825
62826 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
62827 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62828 Date: Sat Nov 18 17:32:31 2006 +0100
62829
62830 AVR32: Build position-independent u-boot
62831
62832 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
62833 position independent. This will make relocation a lot easier.
62834
62835 -mno-init-got means that gcc shouldn't emit code to load the GOT
62836 address into r6 in every function prologue. We do it once and for
62837 all in the early startup assembly code, so enabling this option
62838 makes u-boot a bit faster and smaller.
62839
62840 The assembly parts have always been position-independent, so no code
62841 changes should be necessary.
62842
62843 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62844
62845 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
62846 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62847 Date: Sat Nov 18 17:24:31 2006 +0100
62848
62849 AVR32: Use avr32-linux- cross-compilation prefix by default
62850
62851 It doesn't really matter which toolchain you use to compile u-boot,
62852 but the avr32-linux one is probably what most people have installed.
62853
62854 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62855
62856 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
62857 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
62858 Date: Sat Nov 18 17:15:30 2006 +0100
62859
62860 AVR32: Split start_u_boot into board_init_f and board_init_r
62861
62862 Split the avr32 initialization code into a function to run before
62863 relocation, board_init_f and a function to run after relocation,
62864 board_init_r. For now, board_init_f simply calls board_init_r
62865 at the end.
62866
62867 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
62868
62869 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
62870 Author: Heiko Schocher <hs@pollux.denx.de>
62871 Date: Sat Apr 14 05:26:48 2007 +0200
62872
62873 [Fix] Set the LED status register on the UC101 for the LXT971 PHY.
62874 clear the Display after reset.
62875
62876 Signed-off-by: Heiko Schocher <hs@denx.de>
62877
62878 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
62879 Author: Denis Peter <d.peter@mpl.ch>
62880 Date: Fri Apr 13 09:13:33 2007 +0200
62881
62882 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
62883
62884 Fix bug introduced by "Fix get_partition_info() parameter error in all
62885 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
62886 to use diskboot or scsiboot form another device than 0.
62887
62888 Signed-off-by: Denis Peter <d.peter@mpl.ch>
62889
62890 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
62891 Author: Greg Lopp <lopp@pobox.com>
62892 Date: Fri Apr 13 08:02:24 2007 +0200
62893
62894 [PATCH] Fix use of "void *" for block dev read/write buffer pointers
62895
62896 Signed-of-by: Greg Lopp <lopp@pobox.com>
62897 Acked-by: Grant Likely <grant.likely@secretlab.ca>
62898
62899 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
62900 Author: Xie Xiaobo <r63061@freescale.com>
62901 Date: Fri Mar 9 19:08:25 2007 +0800
62902
62903 Fix two bugs for MPC83xx DDR2 controller SPD Init
62904
62905 There are a few bugs in the cpu/mpc83xx/spd_sdram.c
62906 the first bug is that the picos_to_clk routine introduces a huge
62907 rounding error in 83xx.
62908 the second bug is that the mode register write recovery field is
62909 tWR-1, not tWR >> 1.
62910
62911 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
62912 Author: Jeffrey Mann <mannj@embeddedplanet.com>
62913 Date: Thu Apr 12 14:15:59 2007 +0200
62914
62915 ppc4xx: Fix i2c divisor calcularion for PPC4xx
62916
62917 This patch fixes changes the i2c_init(...) function to use the function
62918 get_OPB_freq() rather than calculating the OPB speed by
62919 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
62920 specific per processor. The prior method was not and so was calculating
62921 the wrong speed for some PPC4xx processors.
62922
62923 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
62924 Signed-off-by: Stefan Roese <sr@denx.de>
62925
62926 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
62927 Author: Wolfgang Denk <wd@denx.de>
62928 Date: Wed Apr 11 17:25:01 2007 +0200
62929
62930 Update CHANGELOG
62931
62932 Signed-off-by: Wolfgang Denk <wd@denx.de>
62933
62934 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
62935 Author: Wolfgang Denk <wd@denx.de>
62936 Date: Wed Apr 11 17:22:55 2007 +0200
62937
62938 Update for SC3 board
62939
62940 * Make IDE timeout configurable through ide_reset_timeout variable.
62941 * Use Newline as "password" string
62942 * Use just a single partition in NAND flash
62943
62944 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
62945 Author: Haiying Wang <haiying.wang@freescale.com>
62946 Date: Mon Jan 22 12:37:30 2007 -0600
62947
62948 Add PIXIS FPGA support for MPC8641HPCN board.
62949
62950 Move the 8641HPCN's PIXIS code to the new directory
62951 board/freescale/common/ as it will be shared by
62952 future boards not in the same processor family.
62953
62954 Write a "pixis_reset" command that utilizes the FPGA
62955 reset sequencer to support alternate soft-reset options
62956 such as using the "alternate" flash bank, enabling
62957 the watch dog, or choosing different CPU frequencies.
62958
62959 Add documentation for the pixis_reset to README.mpc8641hpcn.
62960
62961 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
62962 Signed-off-by: Jon Loeliger <jdl@freescale.com>
62963
62964 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
62965 Author: Gerald Van Baren <vanbaren@cideas.com>
62966 Date: Fri Apr 6 14:19:43 2007 -0400
62967
62968 Moved fdt command support code to fdt_support.c
62969
62970 ...in preparation for improving the bootm command's handling of fdt blobs.
62971 Also cleaned up some coding sloppiness.
62972
62973 commit 6679f9299534e488a171a9bb8f9bb891de247aab
62974 Author: Gerald Van Baren <vanbaren@cideas.com>
62975 Date: Fri Apr 6 14:17:14 2007 -0400
62976
62977 libfdt: Make fdt_check_header() public
62978
62979 Changed _fdt_check_header() to fdt_check_header() and made it part of
62980 the interface - it is a useful routine.
62981
62982 Also did some asthetics cleanup to the include files (headers).
62983
62984 commit c0707ce65677650b5ceab0500ee50ae5168afef2
62985 Author: Aubrey Li <aubrey.adi@gmail.com>
62986 Date: Thu Apr 5 18:34:06 2007 +0800
62987
62988 [Blackfin][PATCH] Kill off a bunch of common local prototypes
62989
62990 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
62991 Author: Aubrey Li <aubrey.adi@gmail.com>
62992 Date: Thu Apr 5 18:33:04 2007 +0800
62993
62994 [Blackfin][PATCH] Fix dynamic CPLB generation issue
62995
62996 commit 0445e3a264251d75b1be45ef713c70726a2952f0
62997 Author: Aubrey Li <aubrey.adi@gmail.com>
62998 Date: Thu Apr 5 18:31:47 2007 +0800
62999
63000 [Blackfin][PATCH] minior cleanup
63001
63002 commit 155fd766573981090e638b493d5857562151862e
63003 Author: Aubrey Li <aubrey.adi@gmail.com>
63004 Date: Thu Apr 5 18:31:18 2007 +0800
63005
63006 [Blackfin][PATCH] Fix copyright and update license
63007
63008 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
63009 Author: Aubrey Li <aubrey.adi@gmail.com>
63010 Date: Thu Apr 5 18:30:25 2007 +0800
63011
63012 [Blackfin][PATCH] Add BF537 EMAC driver initialization
63013
63014 commit 889256e8604e0c68db1d866d720894dffede9df6
63015 Author: Aubrey Li <aubrey.adi@gmail.com>
63016 Date: Thu Apr 5 18:29:55 2007 +0800
63017
63018 [Blackfin][PATCH] call real the system synchronize instruction
63019
63020 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
63021 Author: Aubrey Li <aubrey.adi@gmail.com>
63022 Date: Thu Apr 5 18:29:17 2007 +0800
63023
63024 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
63025
63026 commit dfeeab2cd680df047e68e723b246adf6f33bb556
63027 Author: Aubrey Li <aubrey.adi@gmail.com>
63028 Date: Thu Apr 5 18:28:34 2007 +0800
63029
63030 [Blackfin][PATCH]: fix flash unaligned copy issue
63031
63032 commit 443feb740584e406efa203af909fe2926608e8d5
63033 Author: Igor Marnat <marny@rambler.ru>
63034 Date: Wed Mar 21 09:55:01 2007 +0300
63035
63036 Update usage of 'nc' in README.NetConsole
63037
63038 Added information about usage of NetConsole on systems where the -l and -p
63039 switches are mutually exclusive.
63040
63041 Signed-off-by: Igor Marnat <marny@rambler.ru>
63042 Signed-off-by: Ben Warren <bwarren@qstreams.com>
63043
63044 commit 31c98a88228021b314c89ebb8104fb6473da4471
63045 Author: Wolfgang Denk <wd@denx.de>
63046 Date: Wed Apr 4 02:09:30 2007 +0200
63047
63048 Minor coding style cleanup.
63049
63050 commit 94abd7c0583ebe01e799b25f451201deeaab550d
63051 Author: Wolfgang Denk <wd@denx.de>
63052 Date: Wed Apr 4 01:49:15 2007 +0200
63053
63054 Minor cleanup.
63055
63056 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
63057 Author: Rodolfo Giometti <giometti@enneenne.com>
63058 Date: Tue Apr 3 14:27:18 2007 +0200
63059
63060 Support for the Philips ISP116x HCD (Host Controller Driver)
63061
63062 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
63063
63064 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
63065 Author: Markus Klotzbuecher <mk@denx.de>
63066 Date: Tue Apr 3 14:27:08 2007 +0200
63067
63068 USB: cleanup monahans usb support. Remove dead code.
63069
63070 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63071
63072 commit a65c5768e5537530bd1780af3d3fddc3113a163c
63073 Author: Stefan Roese <sr@denx.de>
63074 Date: Mon Apr 2 10:09:30 2007 +0200
63075
63076 ppc4xx: Change SysACE address on Katmai
63077
63078 With this new base address of the Xilinx SystemACE controller
63079 the Linux driver will be easier to adapt, since it can now be
63080 mapped via the "normal" ioremap() call.
63081
63082 Signed-off-by: Stefan Roese <sr@denx.de>
63083
63084 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
63085 Author: Gerald Van Baren <vanbaren@cideas.com>
63086 Date: Sat Mar 31 14:30:53 2007 -0400
63087
63088 Fix some minor whitespace violations.
63089
63090 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
63091 Author: Gerald Van Baren <vanbaren@cideas.com>
63092 Date: Sat Mar 31 12:23:51 2007 -0400
63093
63094 Add a flattened device tree (fdt) command (2 of 2)
63095
63096 Modifications to the existing code to support the new fdt command.
63097
63098 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
63099 Author: Gerald Van Baren <vanbaren@cideas.com>
63100 Date: Sat Mar 31 12:22:10 2007 -0400
63101
63102 Add a flattened device tree (fdt) command (1 of 2)
63103
63104 The fdt command uses David Gibson's libfdt library to manipulate as well
63105 as print the flattened device tree. This patch is the new command,
63106 the second part is the modifications to the existing code.
63107
63108 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
63109 Author: Gerald Van Baren <vanbaren@cideas.com>
63110 Date: Sat Mar 31 12:13:43 2007 -0400
63111
63112 libfdt: Enhanced and published fdt_next_tag()
63113
63114 Enhanced the formerly private function _fdt_next_tag() to allow stepping
63115 through the tree, used to produce a human-readable dump, and made
63116 it part of the published interface.
63117 Also added some comments.
63118
63119 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
63120 Author: Gerald Van Baren <vanbaren@cideas.com>
63121 Date: Sat Mar 31 12:05:39 2007 -0400
63122
63123 libfdt: Customizations for use by u-boot.
63124
63125 Changes to David Gibson's original source to fit into u-boot's
63126 environment. No functionality changes.
63127
63128 commit 35748177c64a4a83a00057e93bb33e40278a2a96
63129 Author: Gerald Van Baren <vanbaren@cideas.com>
63130 Date: Sat Mar 31 12:00:56 2007 -0400
63131
63132 libfdt: Import libfdt source (2 of 2)
63133
63134 This adds the applicable libfdt source files (unmodified) and a README
63135 to explain where the source came from.
63136
63137 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
63138 Author: Gerald Van Baren <vanbaren@cideas.com>
63139 Date: Sat Mar 31 11:59:59 2007 -0400
63140
63141 libfdt: Import libfdt source (1 of 2)
63142
63143 This adds the applicable libfdt source files (unmodified) and a README
63144 to explain where the source came from.
63145
63146 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
63147 Author: Stefan Roese <sr@denx.de>
63148 Date: Sat Mar 31 13:16:23 2007 +0200
63149
63150 ppc4xx: Update Katmai bootstrap command
63151
63152 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
63153 is selected.
63154
63155 Signed-off-by: Stefan Roese <sr@denx.de>
63156
63157 commit cabee756a6532986729477c3cc1ea16ef8517ad2
63158 Author: Stefan Roese <sr@denx.de>
63159 Date: Sat Mar 31 13:15:06 2007 +0200
63160
63161 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
63162
63163 Additional RAM information is now printed upon powerup, like
63164 DDR2 frequency and CAS latency.
63165
63166 Signed-off-by: Stefan Roese <sr@denx.de>
63167
63168 commit 60723803431ac75cad085690789e433d5ab9174e
63169 Author: Stefan Roese <sr@denx.de>
63170 Date: Sat Mar 31 08:48:36 2007 +0200
63171
63172 ppc4xx: Change Yucca config file to support ECC
63173
63174 With the updated 44x DDR2 driver the Yucca board now supports
63175 ECC generation and checking.
63176
63177 Signed-off-by: Stefan Roese <sr@denx.de>
63178
63179 commit 490e5730c674b20d708b783a2c5ffd7208f83873
63180 Author: Stefan Roese <sr@denx.de>
63181 Date: Sat Mar 31 08:47:34 2007 +0200
63182
63183 ppc4xx: Fix "bootstrap" command for Katmai board
63184
63185 The board specific "bootstrap" command is now fixed and can
63186 be used for the AMCC Katmai board to configure different
63187 CPU/PLB/OPB frequencies.
63188
63189 Signed-off-by: Stefan Roese <sr@denx.de>
63190
63191 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
63192 Author: Stefan Roese <sr@denx.de>
63193 Date: Sat Mar 31 08:46:08 2007 +0200
63194
63195 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
63196
63197 Fix a bug in the auto calibration routine. This driver now runs
63198 more reliable with the tested modules. It's also tested with
63199 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
63200
63201 Signed-off-by: Stefan Roese <sr@denx.de>
63202
63203 commit 342cd097be1e7affe82f42ab3da220959a699e64
63204 Author: Michal Simek <monstr@monstr.eu>
63205 Date: Fri Mar 30 22:52:09 2007 +0200
63206
63207 [PATCH] Clean include dependence
63208
63209 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
63210 Author: Michal Simek <monstr@monstr.eu>
63211 Date: Fri Mar 30 22:42:45 2007 +0200
63212
63213 [CLEAN] Remove inefficient Suzaku code
63214
63215 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
63216 Author: Stefan Roese <sr@denx.de>
63217 Date: Wed Mar 28 15:03:16 2007 +0200
63218
63219 Merge some AMCC make targets to keep the top-level Makefile smaller
63220
63221 Signed-off-by: Stefan Roese <sr@denx.de>
63222
63223 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
63224 Author: Stefan Roese <sr@denx.de>
63225 Date: Wed Mar 28 14:52:12 2007 +0200
63226
63227 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
63228
63229 The "old" i2c commands (iprobe, imd...) are now compiled in again,
63230 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
63231 config option.
63232
63233 Signed-off-by: Stefan Roese <sr@denx.de>
63234
63235 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
63236 Author: Michal Simek <monstr@monstr.eu>
63237 Date: Tue Mar 27 00:32:16 2007 +0200
63238
63239 PATCH: Resolve GPL license problem
63240
63241 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
63242 Author: Rodolfo Giometti <giometti@enneenne.com>
63243 Date: Mon Mar 26 12:03:36 2007 +0200
63244
63245 PXA: pxa27x USB OHCI support
63246
63247 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
63248
63249 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
63250 Author: Markus Klotzbuecher <mk@denx.de>
63251 Date: Mon Mar 26 11:21:05 2007 +0200
63252
63253 USB: remove the S3C24X0_merge #define, which was introduced while
63254 merging OHCI drivers.
63255
63256 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63257
63258 commit 1798049522f594013aea29457d46794298c6ae15
63259 Author: Michal Simek <root@monstr.eu>
63260 Date: Mon Mar 26 01:39:07 2007 +0200
63261
63262 Support for XUPV2P board
63263 Reset support
63264 BSP autoconfig support
63265
63266 commit 0d974d5297349504a2ddfa09314be573b5df320a
63267 Author: Stefan Roese <sr@denx.de>
63268 Date: Sat Mar 24 15:57:09 2007 +0100
63269
63270 [PATCH] Add 4xx GPIO functions
63271
63272 This patch adds some 4xx GPIO functions. It also moves some of the
63273 common code and defines into a common 4xx GPIO header file.
63274
63275 Signed-off-by: Stefan Roese <sr@denx.de>
63276
63277 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
63278 Author: Stefan Roese <sr@denx.de>
63279 Date: Sat Mar 24 15:55:58 2007 +0100
63280
63281 [PATCH] Small Sequoia cleanup
63282
63283 Signed-off-by: Stefan Roese <sr@denx.de>
63284
63285 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
63286 Author: Stefan Roese <sr@denx.de>
63287 Date: Sat Mar 24 15:45:34 2007 +0100
63288
63289 [PATCH] Clean up 40EZ/Acadia support
63290
63291 This patch cleans up all the open issue of the preliminary
63292 Acadia support.
63293
63294 Signed-off-by: Stefan Roese <sr@denx.de>
63295
63296 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
63297 Author: Jon Loeliger <jdl@freescale.com>
63298 Date: Tue Dec 12 11:02:20 2006 -0600
63299
63300 Fix 8641HPCN problem with ld version 2.16
63301
63302 (Dot outside sections problem).
63303
63304 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
63305
63306 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63307
63308 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
63309 Author: Haiying Wang <haiying.wang@freescale.com>
63310 Date: Thu Dec 7 10:35:55 2006 -0600
63311
63312 Set Rev 2.x 86xx PIC in mixed mode.
63313
63314 Prevent false interrupt from hanging Linux as MSR[EE] is set
63315 to enable interrupts by changing the PIC out of the default
63316 pass through mode into mixed mode.
63317
63318 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
63319 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63320
63321 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
63322 Author: Jason Jin <jason.jin@freescale.com>
63323 Date: Thu Dec 7 10:32:35 2006 -0600
63324
63325 Add flash cmd function to 8641HPCN ramboot
63326
63327 Also fixes some commmand for 8641 HPCN ramboot case.
63328
63329 Signed-off-by: Jason Jin <jason.jin@freescale.com>
63330 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63331
63332 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
63333 Author: Ed Swarthout <ed.swarthout@freescale.com>
63334 Date: Thu Dec 7 10:34:14 2006 -0600
63335
63336 Add support for 8641 Rev 2 silicon.
63337
63338 Without this patch, I am unable to get to the prompt on rev 2 silicon.
63339 Only set ddrioovcr for rev1.
63340
63341 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
63342 Signed-off-by: Jon Loeliger <jdl@freescale.com>
63343
63344 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
63345 Author: Wolfgang Denk <wd@denx.de>
63346 Date: Thu Mar 22 00:13:12 2007 +0100
63347
63348 Code cleanup / re-insert previous Copyright entries.
63349
63350 Signed-off-by: Wolfgang Denk <wd@denx.de>
63351
63352 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
63353 Author: Wolfgang Denk <wd@denx.de>
63354 Date: Wed Mar 21 23:26:15 2007 +0100
63355
63356 Code cleanup. Update CHANGELOG
63357
63358 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
63359 Author: Stefan Roese <sr@denx.de>
63360 Date: Wed Mar 21 14:54:29 2007 +0100
63361
63362 ppc4xx: Fix file mode of include/configs/acadia.h
63363
63364 Signed-off-by: Stefan Roese <sr@denx.de>
63365
63366 commit d5f4614c9350d9333e575100fb250aab774d0258
63367 Author: Markus Klotzbuecher <mk@denx.de>
63368 Date: Wed Mar 21 14:41:46 2007 +0100
63369
63370 SPC1920: fix small clock routing bug
63371
63372 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63373
63374 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
63375 Author: Stefan Roese <sr@denx.de>
63376 Date: Wed Mar 21 13:39:57 2007 +0100
63377
63378 [PATCH] Add AMCC Acadia (405EZ) eval board support
63379
63380 This patch adds support for the new AMCC Acadia eval board.
63381
63382 Please note that this Acadia/405EZ support is still in a beta stage.
63383 Still lot's of cleanup needed but we need a preliminary release now.
63384
63385 Signed-off-by: Stefan Roese <sr@denx.de>
63386
63387 commit e01bd218b00af73499331a1a701625a852cd286f
63388 Author: Stefan Roese <sr@denx.de>
63389 Date: Wed Mar 21 13:38:59 2007 +0100
63390
63391 [PATCH] Add AMCC PPC405EZ support
63392
63393 This patch adds support for the new AMCC 405EZ PPC. It is in
63394 preparation for the AMCC Acadia board support.
63395
63396 Please note that this Acadia/405EZ support is still in a beta stage.
63397 Still lot's of cleanup needed but we need a preliminary release now.
63398
63399 Signed-off-by: Stefan Roese <sr@denx.de>
63400
63401 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
63402 Author: Heiko Schocher <hs@pollux.denx.de>
63403 Date: Wed Mar 21 08:45:17 2007 +0100
63404
63405 [PATCH] TQM8272: dont change the bits given from the HRCW
63406 for the SIUMCR and BCR Register.
63407 Fix the calculation for the EEprom Size
63408
63409 Signed-off-by: Heiko Schocher <hs@denx.de>
63410
63411 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
63412 Author: Aubrey Li <aubrey.adi@gmail.com>
63413 Date: Tue Mar 20 18:16:24 2007 +0800
63414
63415 [Blackfin][PATCH] Add BF561 EZKIT board support
63416
63417 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
63418 Author: Aubrey Li <aubrey.adi@gmail.com>
63419 Date: Mon Mar 19 22:55:58 2007 +0800
63420
63421 [Blackfin][PATCH] minor cleanup
63422
63423 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
63424 Author: Wolfgang Denk <wd@denx.de>
63425 Date: Mon Mar 19 13:10:08 2007 +0100
63426
63427 Remove obsoleted POST files.
63428
63429 Signed-off-by: Wolfgang Denk <wd@denx.de>
63430
63431 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
63432 Author: Aubrey Li <aubrey.adi@gmail.com>
63433 Date: Mon Mar 19 01:26:11 2007 +0800
63434
63435 [PATCH] Add flash chip M29W320ET/B support
63436
63437 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
63438 Author: Aubrey Li <aubrey.adi@gmail.com>
63439 Date: Mon Mar 19 01:24:52 2007 +0800
63440
63441 [Blackfin][PATCH] Add BF537 stamp board support
63442
63443 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
63444 Author: Stefan Roese <sr@denx.de>
63445 Date: Fri Mar 16 21:11:42 2007 +0100
63446
63447 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
63448
63449 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
63450 DDR memory are dynamically programmed matching the total size
63451 of the equipped memory (DIMM modules).
63452
63453 Signed-off-by: Stefan Roese <sr@denx.de>
63454
63455 commit 76d1466f918b881cda2d259254761e73885093c2
63456 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63457 Date: Tue Mar 13 13:38:05 2007 +0100
63458
63459 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
63460 boards in terms of unification.
63461
63462 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63463
63464 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
63465 Author: Wolfgang Denk <wd@denx.de>
63466 Date: Tue Mar 13 16:05:55 2007 +0100
63467
63468 Make SC3 board build with 'make O='; use 'addcons' consistently
63469 (SC3 and Jupiter used to use 'addcon' instead).
63470
63471 Signed-off-by: Wolfgang Denk wd@denx.de
63472
63473 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
63474 Author: Heiko Schocher <hs@pollux.denx.de>
63475 Date: Tue Mar 13 09:40:59 2007 +0100
63476
63477 [PATCH] update board config for jupiter Board:
63478 added Hush Shell,
63479 CONFIG_CMDLINE_EDITING,
63480 CFG_ENV_ADDR_REDUND activated
63481
63482 Signed-off-by: Heiko Schocher <hs@denx.de>
63483
63484 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
63485 Author: Aubrey Li <aubrey.adi@gmail.com>
63486 Date: Mon Mar 12 12:11:55 2007 +0800
63487
63488 [Blackfin][PATCH] minor cleanup
63489
63490 commit bfa5754a58477ac917d21527cd0f079d87cf188e
63491 Author: Aubrey Li <aubrey.adi@gmail.com>
63492 Date: Mon Mar 12 01:42:06 2007 +0800
63493
63494 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
63495
63496 commit 8440bb14581a294375c34b91b42512f9753d1130
63497 Author: Aubrey Li <aubrey.adi@gmail.com>
63498 Date: Mon Mar 12 00:25:14 2007 +0800
63499
63500 [Blackfin][PATCH] code cleanup
63501
63502 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
63503 Author: Michal Simek <monstr@monstr.eu>
63504 Date: Sun Mar 11 13:48:24 2007 +0100
63505
63506 [Microblaze][PATCH] part 2
63507 timer support
63508 interrupt controller support
63509 flash support
63510 ethernet support
63511 cache support
63512 board information support
63513 env support
63514 booting image support
63515
63516 adding support for Xilinx ML401
63517
63518 commit 76316a318de91f6184e7c22a10e02d275ade2441
63519 Author: Michal Simek <monstr@monstr.eu>
63520 Date: Sun Mar 11 13:42:58 2007 +0100
63521
63522 [Microblaze][PATCH]
63523 timer support
63524 interrupt controller support
63525 flash support
63526 ethernet support
63527 cache support
63528 board information support
63529 env support
63530 booting image support
63531
63532 adding support for Xilinx ML401
63533
63534 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
63535 Author: Aubrey Li <aubrey.adi@gmail.com>
63536 Date: Sat Mar 10 23:49:29 2007 +0800
63537
63538 [Blackfin][PATCH] code cleanup
63539
63540 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
63541 Author: Aubrey.Li <aubrey.adi@gmail.com>
63542 Date: Fri Mar 9 13:40:56 2007 +0800
63543
63544 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
63545
63546 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
63547 Author: Aubrey.Li <aubrey.adi@gmail.com>
63548 Date: Fri Mar 9 13:38:44 2007 +0800
63549
63550 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
63551
63552 commit 992423ab43c2bcf6b704853bd00af77450915e20
63553 Author: Stefan Roese <sr@denx.de>
63554 Date: Thu Mar 8 23:00:08 2007 +0100
63555
63556 ppc4xx: Fix file mode of sequoia.c
63557
63558 Signed-off-by: Stefan Roese <sr@denx.de>
63559
63560 commit eb92f613556800f7483666db09d9a237ad911d4a
63561 Author: Wolfgang Denk <wd@pollux.denx.de>
63562 Date: Thu Mar 8 22:52:51 2007 +0100
63563
63564 Minor cleanup.
63565
63566 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
63567 Author: John Otken john@softadvances.com <john@softadvances.com>
63568 Date: Thu Mar 8 09:39:48 2007 -0600
63569
63570 ppc4xx: Clear Sequoia/Rainier security engine reset bits
63571
63572 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
63573
63574 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
63575 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63576 Date: Thu Mar 8 16:26:52 2007 +0100
63577
63578 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
63579
63580 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63581
63582 commit d9fc703246840c4b268debf48c334ba55c597dc0
63583 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63584 Date: Thu Mar 8 16:25:47 2007 +0100
63585
63586 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
63587
63588 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63589
63590 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
63591 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63592 Date: Thu Mar 8 16:23:11 2007 +0100
63593
63594 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
63595
63596 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63597
63598 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
63599 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63600 Date: Thu Mar 8 16:20:32 2007 +0100
63601
63602 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
63603
63604 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63605
63606 commit f9fc6a5852a6335840882fa2111925010eea1abe
63607 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63608 Date: Wed Mar 7 15:32:01 2007 +0100
63609
63610 fixed ethernet phy configuration for plu405 board
63611
63612 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
63613
63614 commit 769104c9356594deb2092e204a39c05b33202d6c
63615 Author: Wolfgang Denk <wd@pollux.denx.de>
63616 Date: Thu Mar 8 21:49:27 2007 +0100
63617
63618 Minor cleanup
63619
63620 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
63621 Author: Stefan Roese <sr@denx.de>
63622 Date: Thu Mar 8 10:13:16 2007 +0100
63623
63624 [PATCH] Update AMCC Luan 440SP eval board support
63625
63626 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
63627 inititializition. This includes DDR auto calibration and support
63628 for different DIMM modules, instead of the fixed setup used in
63629 the earlier version.
63630
63631 This patch also enables the cache in FLASH for the startup
63632 phase of U-Boot (while running from FLASH). After relocating to
63633 SDRAM the cache is disabled again. This will speed up the boot
63634 process, especially the SDRAM setup, since there are some loops
63635 for memory testing (auto calibration).
63636
63637 Signed-off-by: Stefan Roese <sr@denx.de>
63638
63639 commit 2f5df47351910a2936c7741cf111855829200943
63640 Author: Stefan Roese <sr@denx.de>
63641 Date: Thu Mar 8 10:10:18 2007 +0100
63642
63643 [PATCH] Update AMCC Yucca 440SPe eval board support
63644
63645 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
63646 inititializition. This includes DDR auto calibration and support
63647 for different DIMM modules, instead of the fixed setup used in
63648 the earlier version.
63649
63650 Signed-off-by: Stefan Roese <sr@denx.de>
63651
63652 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
63653 Author: Stefan Roese <sr@denx.de>
63654 Date: Thu Mar 8 10:07:18 2007 +0100
63655
63656 ppc4xx: Small AMCC Katmai 440SPe update
63657
63658 Signed-off-by: Stefan Roese <sr@denx.de>
63659
63660 commit df294497479b1dca6dd86318b2a912f72fede0df
63661 Author: Stefan Roese <sr@denx.de>
63662 Date: Thu Mar 8 10:06:09 2007 +0100
63663
63664 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
63665
63666 Signed-off-by: Stefan Roese <sr@denx.de>
63667
63668 commit 83853178bd36bca6f0f8f1331476620c84a587fc
63669 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
63670 Date: Wed Mar 7 12:14:50 2007 -0600
63671
63672 net - Support ping reply when processing net-loop
63673
63674 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
63675
63676 This permits the ping command to test the phy interface when the phy
63677 is put in loopback mode (typically by setting register 0 bit 14).
63678
63679 It also allows the port to respond to an external ping when u-boot is
63680 processing some other net command (such as tftp). This is useful when
63681 tftp appears to hang.
63682
63683 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
63684 Signed-off-by: Ben Warren <bwarren@qstreams.com>
63685
63686 commit fa1aef15bcd47736687be1af544506e90fba545d
63687 Author: Stefan Roese <sr@denx.de>
63688 Date: Wed Mar 7 16:43:00 2007 +0100
63689
63690 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
63691
63692 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
63693 DDR memory are dynamically programmed matching the total size
63694 of the equipped memory (DIMM modules).
63695
63696 Signed-off-by: Stefan Roese <sr@denx.de>
63697
63698 commit e2ebe696818939e2b974628be9c921ea3fe9de13
63699 Author: Stefan Roese <sr@denx.de>
63700 Date: Wed Mar 7 16:39:36 2007 +0100
63701
63702 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
63703
63704 This patch fixes a problem that occurs when 2 DIMM's are
63705 used. This problem was first spotted and fixed by Gerald Jackson
63706 <gerald.jackson@reaonixsecurity.com> but this patch fixes the
63707 problem in a little more clever way.
63708
63709 This patch also adds the nice functionality to dynamically
63710 create the TLB entries for the SDRAM (tlb.c). So we should
63711 never run into such problems with wrong (too short) TLB
63712 initialization again on these platforms.
63713
63714 As this feature is new to the "old" 44x SPD DDR driver, it
63715 has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
63716
63717 Signed-off-by: Stefan Roese <sr@denx.de>
63718
63719 commit 39218433983417b9df087976a79e3f80dd5e83d6
63720 Author: Wolfgang Denk <wd@denx.de>
63721 Date: Wed Mar 7 16:33:44 2007 +0100
63722
63723 UC101: fix compiler warnings
63724
63725 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
63726 Author: Wolfgang Denk <wd@pollux.denx.de>
63727 Date: Wed Mar 7 16:19:46 2007 +0100
63728
63729 HMI1001: fix build error, cleanup compiler warnings.
63730
63731 commit ad5bb451ade552c44bef9119d907929ebc2c126f
63732 Author: Wolfgang Denk <wd@pollux.denx.de>
63733 Date: Tue Mar 6 18:08:43 2007 +0100
63734
63735 Restructure POST directory to support of other CPUs, boards, etc.
63736
63737 commit a5284efd125967675b2e9c6ef7b95832268ad360
63738 Author: Wolfgang Denk <wd@pollux.denx.de>
63739 Date: Tue Mar 6 18:01:47 2007 +0100
63740
63741 Fix HOSTARCH handling.
63742 Patch by Mike Frysinger, Mar 05 2007
63743
63744 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
63745 Author: Stefan Roese <sr@denx.de>
63746 Date: Tue Mar 6 07:47:04 2007 +0100
63747
63748 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
63749
63750 As provided by the AMCC applications team, this patch optimizes the
63751 DDR2 setup for 166MHz bus speed. The values provided are also save
63752 to use on a "normal" 133MHz PLB bus system. Only the refresh counter
63753 setup has to be adjusted as done in this patch.
63754
63755 For this the NAND booting version had to include the "speed.c" file
63756 from the cpu/ppc4xx directory. With this addition the NAND SPL image
63757 will just fit into the 4kbytes of program space. gcc version 4.x as
63758 provided with ELDK 4.x is needed to generate this optimized code.
63759
63760 Signed-off-by: Stefan Roese <sr@denx.de>
63761
63762 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
63763 Author: Wolfgang Denk <wd@pollux.denx.de>
63764 Date: Sun Mar 4 01:36:05 2007 +0100
63765
63766 Some code cleanup.
63767
63768 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
63769 Author: Kim Phillips <kim.phillips@freescale.com>
63770 Date: Wed Feb 28 00:02:04 2007 -0600
63771
63772 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
63773
63774 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
63775
63776 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
63777 Author: Kumar Gala <galak@kernel.crashing.org>
63778 Date: Tue Feb 27 23:51:42 2007 -0600
63779
63780 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
63781
63782 The config value for:
63783 * CFG_ACR_PIPE_DEP
63784 * CFG_ACR_RPTCNT
63785 * CFG_SPCR_TSEC1EP
63786 * CFG_SPCR_TSEC2EP
63787 * CFG_SCCR_TSEC1CM
63788 * CFG_SCCR_TSEC2CM
63789
63790 Were not being used when setting the appropriate register
63791
63792 Added:
63793 * CFG_SCCR_USBMPHCM
63794 * CFG_SCCR_USBDRCM
63795 * CFG_SCCR_PCICM
63796 * CFG_SCCR_ENCCM
63797
63798 To allow full config of the SCCR.
63799
63800 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
63801 that were just bogus.
63802
63803 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63804
63805 commit d51b3cf371cd441030460ef19d36b2924c361b1a
63806 Author: Kim Phillips <kim.phillips@freescale.com>
63807 Date: Thu Feb 22 20:06:57 2007 -0600
63808
63809 mpc83xx: update [local-]mac-address properties on UEC based devices
63810
63811 8360 and 832x weren't updating their [local-]mac-address
63812 properties. This patch fixes that.
63813
63814 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63815
63816 commit 61f4f912acbe60776c5e00df1ec94094ce672957
63817 Author: Timur Tabi <timur@freescale.com>
63818 Date: Tue Feb 13 10:41:42 2007 -0600
63819
63820 mpc83xx: write MAC address to mac-address and local-mac-address
63821
63822 Some device trees have a mac-address property, some have local-mac-address,
63823 and some have both. To support all of these device trees, this patch
63824 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
63825 This function already updates local-mac-address.
63826
63827 Signed-off-by: Timur Tabi <timur@freescale.com>
63828
63829 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
63830 Author: Kim Phillips <kim.phillips@freescale.com>
63831 Date: Tue Feb 27 18:41:08 2007 -0600
63832
63833 mpc83xx: add command line editing by default
63834
63835 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
63836 Author: Kim Phillips <kim.phillips@freescale.com>
63837 Date: Wed Feb 14 19:50:53 2007 -0600
63838
63839 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
63840
63841 Disable G1TXCLK, G2TXCLK h/w buffers. This patch
63842 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
63843
63844 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
63845
63846 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
63847 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
63848
63849 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
63850 Author: Xie Xiaobo <r63061@freescale.com>
63851 Date: Wed Feb 14 18:27:17 2007 +0800
63852
63853 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
63854
63855 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
63856 it pass DDR/DDR2 compliance tests.
63857
63858 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
63859
63860 commit b110f40bd180c6b560276589beedf753e97c46ce
63861 Author: Xie Xiaobo <r63061@freescale.com>
63862 Date: Wed Feb 14 18:27:06 2007 +0800
63863
63864 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
63865
63866 MPC8360E rev2.0 have new spridr,and PVR value,
63867 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
63868
63869 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
63870
63871 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
63872 Author: Xie Xiaobo <r63061@freescale.com>
63873 Date: Wed Feb 14 18:26:44 2007 +0800
63874
63875 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
63876
63877 MPC8349E rev3.1 have new spridr,and PVR value,
63878 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
63879
63880 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
63881
63882 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
63883 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
63884 Date: Wed Jan 31 11:04:19 2007 +0100
63885
63886 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
63887
63888 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
63889 which is used to se if an slave will ACK after receiving its address.
63890
63891 Correct i2c probing to use this method as the old method could upset
63892 a slave as it wrote a data byte to it.
63893
63894 Add a small delay in i2c_init() to let the controller
63895 shutdown any ongoing I2C activity.
63896
63897 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
63898
63899 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
63900 Author: Timur Tabi <timur@freescale.com>
63901 Date: Wed Jan 31 15:54:29 2007 -0600
63902
63903 mpc83xx: Add support for the MPC8349E-mITX-GP
63904
63905 Add support for the MPC8349E-mITX-GP, a stripped-down version of the
63906 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in
63907 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
63908
63909 Signed-off-by: Timur Tabi <timur@freescale.com>
63910
63911 commit fab16807adad350f618024350c6950165c247c72
63912 Author: Timur Tabi <timur@freescale.com>
63913 Date: Wed Jan 31 15:54:20 2007 -0600
63914
63915 mpc83xx: Delete sdram_init() for MPC8349E-mITX
63916
63917 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
63918 never does anything. This patch deletes it.
63919
63920 Signed-off-by: Timur Tabi <timur@freescale.com>
63921
63922 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
63923 Author: Dave Liu <daveliu@freescale.com>
63924 Date: Fri Jan 19 10:43:26 2007 +0800
63925
63926 mpc83xx: Fix the LAW1/3 bug
63927
63928 The patch solves the alignment problem of the local bus access windows to
63929 render accessible the memory bank and PHY registers of UPC 1 (starting at
63930 0xf801 0000). What we actually did was to adjust the sizes of the bus
63931 access windows so that the base address alignment requirement would be met.
63932
63933 Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
63934 Signed-off-by: Gridish Shlomi <gridish@freescale.com>
63935 Signed-off-by: Dave Liu <daveliu@freescale.com>
63936
63937 commit 97c4b397dce236a7318b304667bf89e59d08b17c
63938 Author: Kim Phillips <kim.phillips@freescale.com>
63939 Date: Tue Jan 30 16:15:31 2007 -0600
63940
63941 mpc83xx: don't hang if watchdog configured on 8360, 832x
63942
63943 don't hang if watchdog configured on 8360, 832x
63944
63945 The watchdog programming model is the same across all 83xx devices;
63946 make the code reflect that.
63947
63948 commit b70047478570e371ce7223be342ce98afea0f7d6
63949 Author: Kim Phillips <kim.phillips@freescale.com>
63950 Date: Tue Jan 30 16:15:21 2007 -0600
63951
63952 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
63953
63954 protect memcpy to bad address if a local-mac-address is missing from dt
63955
63956 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
63957 Author: Kim Phillips <kim.phillips@freescale.com>
63958 Date: Tue Jan 30 16:15:04 2007 -0600
63959
63960 mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
63961
63962 make 8360 default environment fdt be 8360 (not 8349)
63963
63964 commit a28899c910024a0226331df07207b1038c300c93
63965 Author: Emilian Medve <Emilian.Medve@freescale.com>
63966 Date: Tue Jan 30 16:14:50 2007 -0600
63967
63968 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
63969
63970 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
63971 be used for busy-waiting since it strips the 'volatile' property from
63972 the bd variable. gcc3 was working by pure luck.
63973
63974 This is a follow on patch to "Fix the UEC driver bug of QE"
63975
63976 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
63977 Author: Kumar Gala <galak@kernel.crashing.org>
63978 Date: Tue Jan 30 14:08:30 2007 -0600
63979
63980 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
63981
63982 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
63983 MPC834X class processors. Change the protections from CONFIG_MPC8349 to
63984 CONFIG_MPC834X so they are more generic.
63985
63986 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63987
63988 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
63989 Author: Kim Phillips <kim.phillips@freescale.com>
63990 Date: Thu Jan 25 13:40:55 2007 -0600
63991
63992 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
63993
63994 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
63995 Author: Kim Phillips <kim.phillips@freescale.com>
63996 Date: Wed Jan 24 17:18:37 2007 -0600
63997
63998 mpc83xx: sort Makefile targets
63999
64000 reordered targets alphabetically
64001
64002 commit 91e25769771c1164ed63ffca0add49f934ae3343
64003 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
64004 Date: Tue Jan 16 11:38:14 2007 -0500
64005
64006 mpc83xx: U-Boot support for Wind River SBC8349
64007
64008 I've redone the SBC8349 support to match git-current, which
64009 incorporates all the MPC834x updates from Freescale since the 1.1.6
64010 release, including the DDR changes.
64011
64012 I've kept all the SBC8349 files as parallel as possible to the
64013 MPC8349EMDS ones for ease of maintenance and to allow for easy
64014 inspection of what was changed to support this board. Hence the SBC8349
64015 U-Boot has FDT support and everything else that the MPC8349EMDS has.
64016
64017 Fortunately the Freescale updates added support for boards using CS0,
64018 but I had to change spd_sdram.c to allow for board specific settings for
64019 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
64020 default if the board doesn't specify a value.)
64021
64022 Hopefully this should be mergeable as-is and require no whitespace
64023 cleanups or similar, but if something doesn't measure up then let me
64024 know and I'll fix it.
64025
64026 Thanks,
64027 Paul.
64028
64029 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
64030 Author: Sam Song <samsongshu@yahoo.com.cn>
64031 Date: Thu Dec 14 19:03:21 2006 +0800
64032
64033 mpc83xx: Remove a redundant semicolon in mpc8349itx.c
64034
64035 A redundant semicolon existed in mpc8349itx.c
64036 should be removed.
64037
64038 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
64039
64040 commit f35f358241c549be3f75cfe2eaa642914275b7ba
64041 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
64042 Date: Wed Dec 6 21:23:55 2006 -0500
64043
64044 mpc83xx: Put the version (and magic) after the HRCW.
64045
64046 Put the version (and magic) after the HRCW. This puts it in a fixed
64047 location in flash, not at the start of flash but as close as we can get.
64048
64049 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
64050
64051 commit 48aecd969171a6e99a55fae04933857787f9a5bd
64052 Author: Dave Liu <r63238@freescale.com>
64053 Date: Thu Dec 7 21:14:51 2006 +0800
64054
64055 mpc83xx: Add the MPC832XEMDS board readme
64056
64057 Add the MPC832XEMDS board readme
64058
64059 Signed-off-by: Dave Liu <daveliu@freescale.com>
64060
64061 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
64062 Author: Dave Liu <r63238@freescale.com>
64063 Date: Thu Dec 7 21:13:15 2006 +0800
64064
64065 mpc83xx: Add support for the MPC832XEMDS board
64066
64067 This patch supports DUART, ETH3/4 and PCI etc.
64068
64069 Signed-off-by: Dave Liu <daveliu@freescale.com>
64070
64071 commit e080313c32322e15ab5a18eb896a252858c57284
64072 Author: Dave Liu <r63238@freescale.com>
64073 Date: Thu Dec 7 21:11:58 2006 +0800
64074
64075 mpc83xx: streamline the 83xx immr head file
64076
64077 For better format and style, I streamlined the 83xx head files,
64078 including immap_83xx.h and mpc83xx.h. In the old head files, 1)
64079 duplicated macro definition appear in the both files; 2) the structure
64080 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
64081 macro definition put inside the each structure. So, I cleaned up the
64082 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
64083 moved the macro definition to mpc83xx.h, Just like MPC8260.
64084
64085 CHANGELOG
64086
64087 *streamline the 83xx immr head file
64088
64089 Signed-off-by: Dave Liu <daveliu@freescale.com>
64090
64091 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
64092 Author: Dave Liu <r63238@freescale.com>
64093 Date: Wed Dec 6 11:38:17 2006 +0800
64094
64095 mpc83xx: Fix the UEC driver bug of QE
64096
64097 The patch prevents the GCC tool chain from striping useful code for
64098 optimization. It will make UEC ethernet driver workable, Otherwise the
64099 UEC will fail in tx when you are using gcc4.x. but the driver can work
64100 when using gcc3.4.3.
64101
64102 CHANGELOG
64103
64104 *Prevent the GCC from striping code for optimization, Otherwise the UEC
64105 will tx failed when you are using gcc4.x.
64106
64107 Signed-off-by: Dave Liu <daveliu@freescale.com>
64108
64109 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
64110 Author: Stefan Roese <sr@denx.de>
64111 Date: Thu Mar 1 21:11:36 2007 +0100
64112
64113 [PATCH] Update AMCC Katmai 440SPe eval board support
64114
64115 This patch updates the recently added Katmai board support. The biggest
64116 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
64117 driver.
64118
64119 Please note, that still some problems are left with some memory
64120 configurations. See the driver for more details.
64121
64122 Signed-off-by: Stefan Roese <sr@denx.de>
64123
64124 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
64125 Author: Stefan Roese <sr@denx.de>
64126 Date: Thu Mar 1 07:03:25 2007 +0100
64127
64128 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
64129
64130 Signed-off-by: Stefan Roese <sr@denx.de>
64131
64132 commit ccbc7036648e465697ca298ba51e0e76dda352a0
64133 Author: Wolfgang Denk <wd@pollux.denx.de>
64134 Date: Wed Feb 28 01:28:53 2007 +0100
64135
64136 SC3: fix typo in default environment
64137
64138 commit e344568b1b46af85ec32d815586f91bc115d6223
64139 Author: Sergei Poselenov <sposelenov@emcraft.com>
64140 Date: Tue Feb 27 20:15:30 2007 +0300
64141
64142 MCC200: Fixes for update procedure
64143
64144 - fix logic error in image type handling
64145 - make sure file system images (cramfs etc.) get stored in flash
64146 with image header stripped so they can be mounted through MTD
64147
64148 commit 743571145b37182757d4e688a77860b36ee77573
64149 Author: Wolfgang Denk <wd@pollux.denx.de>
64150 Date: Tue Feb 27 14:26:04 2007 +0100
64151
64152 Minor code cleanup.
64153
64154 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
64155 Author: Sergei Poselenov <sposelenov@emcraft.com>
64156 Date: Tue Feb 27 12:40:16 2007 +0300
64157
64158 MCC200 update - add LCD Progress Indicator
64159
64160 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
64161 Author: Stefan Roese <sr@denx.de>
64162 Date: Thu Feb 22 07:43:34 2007 +0100
64163
64164 [PATCH] get_dev() now unconditionally uses manual relocation
64165
64166 Since the relocation fix is not included yet and we're not sure how
64167 it will be added, this patch removes code that required relocation
64168 to be fixed for now.
64169
64170 Signed-off-by: Stefan Roese <sr@denx.de>
64171
64172 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
64173 Author: Stefan Roese <sr@denx.de>
64174 Date: Thu Feb 22 07:40:23 2007 +0100
64175
64176 [PATCH] Change systemace driver to select 8 & 16bit mode
64177
64178 As suggested by Grant Likely this patch enables the Xilinx SystemACE
64179 driver to select 8 or 16bit mode upon startup.
64180
64181 Signed-off-by: Stefan Roese <sr@denx.de>
64182
64183 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
64184 Author: Haiying Wang <Haiying.Wang@freescale.com>
64185 Date: Wed Feb 21 16:52:31 2007 +0100
64186
64187 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
64188
64189 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
64190 is fully finished. The sync() is defined in each CPU's io.h file. For
64191 those CPUs which do not need sync for now, a dummy sync() is defined in
64192 their io.h as well.
64193
64194 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
64195
64196 commit da04995c7dc6772013a9a0dc5c767f190c402478
64197 Author: Stefan Roese <sr@denx.de>
64198 Date: Wed Feb 21 13:44:34 2007 +0100
64199
64200 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
64201
64202 Signed-off-by: Stefan Roese <sr@denx.de>
64203
64204 commit 751bb57107d78978ae08e697c3deba816f5be091
64205 Author: Stefan Roese <sr@denx.de>
64206 Date: Tue Feb 20 13:21:57 2007 +0100
64207
64208 [PATCH] Fix relocation problem with "new" get_dev() function
64209
64210 This patch enables the "new" get_dev() function for block devices
64211 introduced by Grant Likely to be used on systems that still suffer
64212 from the relocation problems (manual relocation neede because of
64213 problems with linker script).
64214
64215 Hopefully we can resolve this relocation issue soon for all platform
64216 so we don't need this additional code anymore.
64217
64218 Signed-off-by: Stefan Roese <sr@denx.de>
64219
64220 commit d93e2212f962668b3dce091ff5edc33f2347fe37
64221 Author: Stefan Roese <sr@denx.de>
64222 Date: Tue Feb 20 13:17:42 2007 +0100
64223
64224 [PATCH] Update SystemACE driver for 16bit access
64225
64226 This patch removes some problems when the Xilinx SystemACE driver
64227 is used with 16bit access on an big endian platform (like the
64228 AMCC Katmai).
64229
64230 Signed-off-by: Stefan Roese <sr@denx.de>
64231
64232 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
64233 Author: Stefan Roese <sr@denx.de>
64234 Date: Tue Feb 20 13:15:40 2007 +0100
64235
64236 [PATCH] Clean up Katmai (440SPe) linker script
64237
64238 Signed-off-by: Stefan Roese <sr@denx.de>
64239
64240 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
64241 Author: Stefan Roese <sr@denx.de>
64242 Date: Tue Feb 20 10:57:08 2007 +0100
64243
64244 [PATCH] Add support for the AMCC Katmai (440SPe) eval board
64245
64246 Signed-off-by: Stefan Roese <sr@denx.de>
64247
64248 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
64249 Author: Stefan Roese <sr@denx.de>
64250 Date: Tue Feb 20 10:51:26 2007 +0100
64251
64252 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
64253
64254 This patch switches to the desired I2C bus when the date/dtt
64255 commands are called. This can be configured using the
64256 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
64257
64258 Signed-off-by: Stefan Roese <sr@denx.de>
64259
64260 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
64261 Author: Stefan Roese <sr@denx.de>
64262 Date: Tue Feb 20 10:43:34 2007 +0100
64263
64264 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
64265
64266 This patch adds support for the DDR2 controller used on the
64267 440SP and 440SPe. It is tested on the Katmai (440SPe) eval
64268 board and works fine with the following DIMM modules:
64269
64270 - Corsair CM2X512-5400C4 (512MByte per DIMM)
64271 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
64272 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
64273
64274 This patch also adds the nice functionality to dynamically
64275 create the TLB entries for the SDRAM (tlb.c). So we should
64276 never run into such problems with wrong (too short) TLB
64277 initialization again on these platforms.
64278
64279 Signed-off-by: Stefan Roese <sr@denx.de>
64280
64281 commit 36d830c9830379045f5daa9f542ac1c990c70068
64282 Author: Stefan Roese <sr@denx.de>
64283 Date: Tue Feb 20 10:35:42 2007 +0100
64284
64285 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
64286
64287 Since the existing 4xx SPD SDRAM initialization routines for the
64288 405 SDRAM controller and the 440 DDR controller don't have much in
64289 common this patch splits both drivers into different files.
64290
64291 This is in preparation for the 440 DDR2 controller support (440SP/e).
64292
64293 Signed-off-by: Stefan Roese <sr@denx.de>
64294
64295 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
64296 Author: Stefan Roese <sr@denx.de>
64297 Date: Tue Feb 20 10:27:08 2007 +0100
64298
64299 [PATCH] PPC4xx: Add support for multiple I2C busses
64300
64301 This patch adds support for multiple I2C busses on the PPC4xx
64302 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
64303 to make use of this feature.
64304
64305 It also merges the 405 and 440 i2c header files into one common
64306 file 4xx_i2c.h.
64307
64308 Also the 4xx i2c reset procedure is reworked since I experienced
64309 some problems with the first access on the 440SPe Katmai board.
64310
64311 Signed-off-by: Stefan Roese <sr@denx.de>
64312
64313 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
64314 Author: Grant Likely <grant.likely@secretlab.ca>
64315 Date: Tue Feb 20 09:05:45 2007 +0100
64316
64317 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
64318
64319 Block device read/write is anonymous data; there is no need to use a
64320 typed pointer. void * is fine. Also add a hook for block_read functions
64321
64322 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64323
64324 commit 53758fa20e935cc87eeb0519ed365df753a6f289
64325 Author: Grant Likely <grant.likely@secretlab.ca>
64326 Date: Tue Feb 20 09:05:38 2007 +0100
64327
64328 [PATCH 8_9] Add block_write hook to block_dev_desc_t
64329
64330 Preparation for future patches which support block device writing
64331
64332 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64333
64334 commit f4852ebe6ca946a509667eb68be42026f837be76
64335 Author: Grant Likely <grant.likely@secretlab.ca>
64336 Date: Tue Feb 20 09:05:31 2007 +0100
64337
64338 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
64339
64340 Register read/write does not need to be wrapped in a full function. The
64341 patch replaces them with macros.
64342
64343 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64344
64345 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
64346 Author: Grant Likely <grant.likely@secretlab.ca>
64347 Date: Tue Feb 20 09:05:23 2007 +0100
64348
64349 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
64350
64351 The code in this file is not a command; it is a device driver. Put it in
64352 the correct place. There are zero functional changes in this patch, it
64353 only moves the file.
64354
64355 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64356
64357 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
64358 Author: Grant Likely <grant.likely@secretlab.ca>
64359 Date: Tue Feb 20 09:05:16 2007 +0100
64360
64361 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
64362
64363 This patch is in preparation of additional changes to the sysace driver.
64364 May as well take this opportunity to fixup the inconsistent whitespace since
64365 this file is about to undergo major changes anyway.
64366
64367 There are zero functional changes in this patch. It only cleans up the
64368 the whitespace.
64369
64370 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64371
64372 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
64373 Author: Grant Likely <grant.likely@secretlab.ca>
64374 Date: Tue Feb 20 09:05:07 2007 +0100
64375
64376 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
64377
64378 isprint is already defined in ctype.c
64379
64380 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64381
64382 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
64383 Author: Grant Likely <grant.likely@secretlab.ca>
64384 Date: Tue Feb 20 09:05:00 2007 +0100
64385
64386 [PATCH 3_9] Move buffer print code from md command to common function
64387
64388 Printing a buffer is a darn useful thing. Move the buffer print code
64389 into print_buffer() in lib_generic/
64390
64391 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64392
64393 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
64394 Author: Grant Likely <grant.likely@secretlab.ca>
64395 Date: Tue Feb 20 09:04:52 2007 +0100
64396
64397 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
64398
64399 Change the xilinx device drivers and board code to include config.h
64400 instead of xparameters.h directly. config.h always includes the
64401 correct xparameters file. This change reduces the posibility of
64402 including the wrong file when adding a new xilinx board port
64403
64404 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64405
64406 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
64407 Author: Grant Likely <grant.likely@secretlab.ca>
64408 Date: Tue Feb 20 09:04:34 2007 +0100
64409
64410 [PATCH 1_4] Merge common get_dev() routines for block devices
64411
64412 Each of the filesystem drivers duplicate the get_dev routine. This change
64413 merges them into a single function in part.c
64414
64415 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64416
64417 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
64418 Author: Wolfgang Denk <wd@pollux.denx.de>
64419 Date: Mon Feb 19 23:09:51 2007 +0100
64420
64421 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
64422 as root file system images.
64423
64424 commit 489c696ae7211218961d159e43e722d74c36fcbc
64425 Author: Sergei Poselenov <sposelenov@emcraft.com>
64426 Date: Wed Feb 14 14:30:28 2007 +0300
64427
64428 MCC200: Extensions to Software Update Mechanism
64429
64430 Update / extend Software Update Mechanism for MCC200 board:
64431
64432 - Add support for rootfs image added. The environment variables
64433 "rootfs_st" and "rootfs_nd" can be used to override the default
64434 values of the image start and end.
64435 - Remove excessive key check code.
64436 - Code cleanup.
64437
64438 commit 4be23a12f23f1372634edc3215137b09768b7949
64439 Author: Stefan Roese <sr@denx.de>
64440 Date: Mon Feb 19 08:23:15 2007 +0100
64441
64442 [PATCH] Update Sequoia EBC configuration (NOR FLASH)
64443
64444 As spotted by Matthias Fuchs, the READY input should not be
64445 enabled for the NOR FLASH on the Sequoia board.
64446
64447 Signed-off-by: Stefan Roese <sr@denx.de>
64448
64449 commit 2605e90bf676d48123afe5719a846d2b52b24aac
64450 Author: Heiko Schocher <hs@pollux.denx.de>
64451 Date: Fri Feb 16 07:57:42 2007 +0100
64452
64453 [PATCH] Added support for the jupiter board.
64454
64455 Signed-off-by: Heiko Schocher <hs@denx.de>
64456
64457 commit 497d012e5be0194e1084073d0081eb1a844796b2
64458 Author: Gary Jennejohn <garyj@pollux.denx.de>
64459 Date: Mon Feb 12 13:11:50 2007 +0100
64460
64461 LPC2292: patch from Siemens.
64462
64463 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
64464 Author: Stefan Roese <sr@denx.de>
64465 Date: Sat Feb 10 08:49:31 2007 +0100
64466
64467 [PATCH] Add missing p3mx.h file to repository (ups)
64468
64469 Signed-off-by: Stefan Roese <sr@denx.de>
64470
64471 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
64472 Author: Bartlomiej Sieka <tur@semihalf.com>
64473 Date: Fri Feb 9 10:45:42 2007 +0100
64474
64475 [Motion-PRO] Preliminary support for the Motion-PRO board.
64476
64477 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
64478 Author: Stefan Roese <sr@denx.de>
64479 Date: Wed Feb 7 16:51:08 2007 +0100
64480
64481 [PATCH] Update some AMCC 4xx board config files (set initrd_high)
64482
64483 Some boards that can have more than 768MBytes of SDRAM need to
64484 set "initrd_high", so that the initrd can be accessed by the
64485 Linux kernel.
64486
64487 Signed-off-by: Stefan Roese <sr@denx.de>
64488
64489 commit 7372ca68227930d03cffa548310524cad5b96733
64490 Author: Stefan Roese <sr@denx.de>
64491 Date: Fri Feb 2 12:44:22 2007 +0100
64492
64493 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
64494
64495 Previously the strapping DCR/SDR was read to determine if the internal PCI
64496 arbiter is enabled or not. This strapping bit can be overridden, so now
64497 the current status is read from the correct DCR/SDR register.
64498
64499 Signed-off-by: Stefan Roese <sr@denx.de>
64500
64501 commit 2aa54f651a42d198673318f07a20c89a43e4d197
64502 Author: Stefan Roese <sr@denx.de>
64503 Date: Fri Feb 2 12:42:08 2007 +0100
64504
64505 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
64506
64507 Signed-off-by: Stefan Roese <sr@denx.de>
64508
64509 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
64510 Author: Stefan Roese <sr@denx.de>
64511 Date: Thu Feb 1 13:22:41 2007 +0100
64512
64513 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
64514
64515 When PCI PNP is enabled the pci pnp configuration routine is called
64516 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
64517 problems with some PCI cards. For now disable the PCI PNP configuration.
64518
64519 Signed-off-by: Stefan Roese <sr@denx.de>
64520
64521 commit 2902fadade3be7659467e8d074048c6b7068f5c0
64522 Author: Stefan Roese <sr@denx.de>
64523 Date: Wed Jan 31 16:56:10 2007 +0100
64524
64525 [PATCH] Update 440EPx/440GRx cpu detection
64526
64527 Signed-off-by: Stefan Roese <sr@denx.de>
64528
64529 commit d5ea287b02a6945c3977410e364a879dd1a555c8
64530 Author: Stefan Roese <sr@denx.de>
64531 Date: Wed Jan 31 16:38:04 2007 +0100
64532
64533 [PATCH] Update esd cpci5200 files
64534
64535 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
64536
64537 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
64538 Author: Stefan Roese <sr@denx.de>
64539 Date: Wed Jan 31 16:37:34 2007 +0100
64540
64541 [PATCH] Add support for esd mecp5200 board
64542
64543 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
64544
64545 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
64546 Author: Stefan Roese <sr@denx.de>
64547 Date: Wed Jan 31 12:38:50 2007 +0100
64548
64549 [PATCH] Remove unneccessary yellowstone board config file
64550
64551 Signed-off-by: Stefan Roese <sr@denx.de>
64552
64553 commit e802594b6fa1b166308820c276b96dc0d7cc731c
64554 Author: Stefan Roese <sr@denx.de>
64555 Date: Tue Jan 30 17:06:10 2007 +0100
64556
64557 [PATCH] Update Sequoia (440EPx) config file
64558
64559 The config file now handles the 2nd target, the Rainier (440GRx)
64560 evaluation board better. Additionally the PPC input clock was
64561 adjusted to match the correct value of 33.0 MHz.
64562
64563 Signed-off-by: Stefan Roese <sr@denx.de>
64564
64565 commit 700200c67e73b83751418abe7815840dca8fd6cb
64566 Author: Stefan Roese <sr@denx.de>
64567 Date: Tue Jan 30 17:04:19 2007 +0100
64568
64569 [PATCH] Merge Yosemite & Yellowstone board ports
64570
64571 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
64572 share one config file and all board specific files. This way we
64573 don't have to maintain two different sets of files for nearly
64574 identical boards.
64575
64576 Signed-off-by: Stefan Roese <sr@denx.de>
64577
64578 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
64579 Author: Stefan Roese <sr@denx.de>
64580 Date: Tue Jan 30 15:01:49 2007 +0100
64581
64582 [PATCH] Update Prodrive SCPU (PDNB3 variant) board
64583
64584 SCPU doesn't use redundant environment in flash.
64585
64586 Signed-off-by: Stefan Roese <sr@denx.de>
64587
64588 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
64589 Author: Stefan Roese <sr@denx.de>
64590 Date: Tue Jan 30 12:51:07 2007 +0100
64591
64592 [PATCH] alpr: Update alpr board config file
64593
64594 Signed-off-by: Stefan Roese <sr@denx.de>
64595
64596 commit f8db84f132b1e335f20f96138a1f09ed97b08664
64597 Author: Wolfgang Denk <wd@pollux.denx.de>
64598 Date: Tue Jan 30 00:50:40 2007 +0100
64599
64600 LPC2292 SODIMM port coding style cleanup.
64601
64602 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
64603 Author: Gary Jennejohn <garyj@pollux.denx.de>
64604 Date: Wed Jan 24 12:16:56 2007 +0100
64605
64606 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
64607
64608 commit 2daf046ba627f85f44195815778140039636244e
64609 Author: Bartlomiej Sieka <tur@semihalf.com>
64610 Date: Tue Jan 23 17:22:06 2007 +0100
64611
64612 [iDMR] Add MTD and JFFS2 support, also add default partition definition.
64613
64614 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
64615 Author: Bartlomiej Sieka <tur@semihalf.com>
64616 Date: Tue Jan 23 14:21:14 2007 +0100
64617
64618 [iDMR] Flash driver on initialisation write-protects some sectors,
64619 currently sectors 0-3. Sector 3 does not need to be protected, though
64620 (U-boot occupies sectors 0-1 and the environment sector 2). This commit
64621 fixes this, i.e., only sectors 0-2 are protected.
64622
64623 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
64624 Author: Bartlomiej Sieka <tur@semihalf.com>
64625 Date: Tue Jan 23 14:11:22 2007 +0100
64626
64627 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
64628 "mii device" results in "Unexpected exception"). Fixing this properly
64629 requires some clean-up in the FEC drivers infrastructure for ColdFire, so
64630 this commit disables MII commads for now.
64631
64632 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
64633 Author: Bartlomiej Sieka <tur@semihalf.com>
64634 Date: Tue Jan 23 13:25:22 2007 +0100
64635
64636 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
64637 Identification Register (CIR).
64638
64639 commit fdef388758506765d4d6a7155c8f1584c63ff581
64640 Author: roy zang <tie-fei.zang@freescale.com>
64641 Date: Mon Jan 22 13:19:21 2007 +0800
64642
64643 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
64644 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
64645 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
64646 mpc7448hpc2 board.
64647
64648 commit a4012396645533aef218354eeba754dff0deace8
64649 Author: Wolfgang Denk <wd@pollux.denx.de>
64650 Date: Fri Jan 19 23:08:39 2007 +0100
64651
64652 Minor code cleanup.
64653
64654 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
64655 Author: Heiko Schocher <hs@pollux.denx.de>
64656 Date: Fri Jan 19 19:57:10 2007 +0100
64657
64658 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
64659
64660 Signed-off-by: Heiko Schocher <hs@denx.de>
64661
64662 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
64663 Author: Heiko Schocher <hs@pollux.denx.de>
64664 Date: Fri Jan 19 18:05:26 2007 +0100
64665
64666 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
64667 if you must swap the bytes between reading/writing.
64668 (Needed for the SC3 board)
64669
64670 Signed-off-by: Heiko Schocher <hs@denx.de>
64671
64672 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
64673 Author: Stefan Roese <sr@denx.de>
64674 Date: Thu Jan 18 16:05:47 2007 +0100
64675
64676 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
64677
64678 Signed-off-by: Stefan Roese <sr@denx.de>
64679
64680 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
64681 Author: Stefan Roese <sr@denx.de>
64682 Date: Thu Jan 18 11:54:52 2007 +0100
64683
64684 [PATCH] Update Prodrive P3Mx support
64685
64686 Signed-off-by: Stefan Roese <sr@denx.de>
64687
64688 commit 34167a36c29ee946b727465db5c014746a08e978
64689 Author: Stefan Roese <sr@denx.de>
64690 Date: Thu Jan 18 11:48:10 2007 +0100
64691
64692 [PATCH] Add missing Taishan config file
64693
64694 Signed-off-by: Stefan Roese <sr@denx.de>
64695
64696 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
64697 Author: Heiko Schocher <hs@pollux.denx.de>
64698 Date: Thu Jan 18 11:28:51 2007 +0100
64699
64700 [PATCH] Fix: Compilerwarnings for SC3 board.
64701 The EBC Configuration Register is now by CFG_EBC_CFG definable
64702 Added JFFS2 support for the SC3 board.
64703
64704 Signed-off-by: Heiko Schocher <hs@denx.de>
64705
64706 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
64707 Author: Stefan Roese <sr@denx.de>
64708 Date: Thu Jan 18 10:25:34 2007 +0100
64709
64710 [PATCH] Add support for AMCC Taishan PPC440GX eval board
64711
64712 Signed-off-by: Stefan Roese <sr@denx.de>
64713
64714 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
64715 Author: Wolfgang Denk <wd@pollux.denx.de>
64716 Date: Tue Jan 16 18:30:50 2007 +0100
64717
64718 Raname solidcard3 into sc3; add redundant env for sc3
64719
64720 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
64721 Author: Wolfgang Denk <wd@pollux.denx.de>
64722 Date: Tue Jan 16 12:46:35 2007 +0100
64723
64724 Update default environment for Solidcard3
64725
64726 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
64727 Author: Stefan Roese <sr@denx.de>
64728 Date: Mon Jan 15 09:46:29 2007 +0100
64729
64730 [PATCH] Fix 440SPe rev B detection from previous patch
64731
64732 Signed-off-by: Stefan Roese <sr@denx.de>
64733
64734 commit a443d31410c571ee8f970da819a44d698fdd6b1f
64735 Author: Heiko Schocher <hs@pollux.denx.de>
64736 Date: Sun Jan 14 13:35:31 2007 +0100
64737
64738 [FIX] correct I2C Writes for the LM81 Sensor.
64739
64740 Signed-off-by: Heiko Schocher <hs@denx.de>
64741
64742 commit 0bba5452835f19a61204edcda3a58112fd8e2208
64743 Author: Wolfgang Denk <wd@pollux.denx.de>
64744 Date: Sat Jan 13 11:17:10 2007 +0100
64745
64746 Undo commit 3033ebb2: reset command does not take any arguments
64747
64748 Haiying Wang's modification to the reset command was broken, undo it.
64749
64750 Signed-off-by: Wolfgang Denk <wd@denx.de>
64751
64752 commit 95981778cff0038fd9941044d6a3eda810e33258
64753 Author: Stefan Roese <sr@denx.de>
64754 Date: Sat Jan 13 08:01:03 2007 +0100
64755
64756 [PATCH] Update 440SP(e) cpu revisions
64757
64758 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
64759
64760 Signed-off-by: Stefan Roese <sr@denx.de>
64761
64762 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
64763 Author: Stefan Roese <sr@denx.de>
64764 Date: Sat Jan 13 07:59:56 2007 +0100
64765
64766 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
64767
64768 Now the board revision and the current PCI bus speed are printed after
64769 the board message.
64770
64771 Also the EBC initialising is now done via defines in the board config
64772 file.
64773
64774 Signed-off-by: Stefan Roese <sr@denx.de>
64775
64776 commit 36adff362c2c0141ff8a810d42a7e478f779130f
64777 Author: Stefan Roese <sr@denx.de>
64778 Date: Sat Jan 13 07:59:19 2007 +0100
64779
64780 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
64781
64782 Now the board revision and the current PCI bus speed are printed after
64783 the board message.
64784
64785 Also the EBC initialising is now done via defines in the board config
64786 file.
64787
64788 Signed-off-by: Stefan Roese <sr@denx.de>
64789
64790 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
64791 Author: Stefan Roese <sr@denx.de>
64792 Date: Sat Jan 13 07:57:51 2007 +0100
64793
64794 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
64795
64796 Now the board revision and the current PCI bus speed are printed after
64797 the board message.
64798
64799 Signed-off-by: Stefan Roese <sr@denx.de>
64800
64801 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
64802 Author: Heiko Schocher <hs@pollux.denx.de>
64803 Date: Thu Jan 11 15:44:44 2007 +0100
64804
64805 Added support for the SOLIDCARD III board from Eurodesign
64806
64807 Signed-off-by: Heiko Schocher <hs@denx.de>
64808
64809 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
64810 Author: Reinhard Thies <Reinhard.Thies@web.de>
64811 Date: Wed Jan 10 14:41:14 2007 +0100
64812
64813 Adjusted default environment for cam5200 board.
64814
64815 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
64816 Author: Wolfgang Denk <wd@pollux.denx.de>
64817 Date: Wed Jan 10 15:35:52 2007 +0100
64818
64819 Update CHANGELOG
64820
64821 commit 787fa15860a57833e50bd30555079a9cd4e519b8
64822 Author: Wolfgang Denk <wd@pollux.denx.de>
64823 Date: Wed Jan 10 01:28:39 2007 +0100
64824
64825 Fix auto_update for MCC200 board.
64826
64827 The invocation of do_auto_update() is moved to the end of the
64828 misc_init_r() function, after the flash mappings have been
64829 initialized. Please find attached a patch that implements that
64830 change.
64831
64832 Also correct the decoding of the keypad status. With this update, the
64833 key that will trigger the update is Column 2, Row 2.
64834
64835 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
64836 Author: Marian Balakowicz <m8@semihalf.com>
64837 Date: Wed Jan 10 00:26:15 2007 +0100
64838
64839 CAM5200 flash driver modifications:
64840 - use CFI driver (replaces custom flash driver) for main 'cam5200' target
64841 - add second build target 'cam5200_niosflash' which still uses custom driver
64842
64843 commit 67fea022fa957f59653b5238c7496f80a6b70432
64844 Author: Markus Klotzbuecher <mk@denx.de>
64845 Date: Tue Jan 9 16:02:48 2007 +0100
64846
64847 SPC1920: cleanup memory contoller setup
64848
64849 commit 8fc2102faa23593c80381437c09f7745a14deb40
64850 Author: Markus Klotzbuecher <mk@denx.de>
64851 Date: Tue Jan 9 14:57:14 2007 +0100
64852
64853 Fix the cpu speed setup to work with all boards.
64854
64855 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
64856 Author: Markus Klotzbuecher <mk@denx.de>
64857 Date: Tue Jan 9 14:57:13 2007 +0100
64858
64859 SPC1920: add support for the FM18L08 Ramtron FRAM
64860
64861 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
64862 Author: Markus Klotzbuecher <mk@denx.de>
64863 Date: Tue Jan 9 14:57:13 2007 +0100
64864
64865 SPC1920: update the HPI register addresses to work with the second
64866 generation of hardware
64867
64868 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
64869 Author: Markus Klotzbuecher <mk@creamnet.de>
64870 Date: Tue Jan 9 14:57:13 2007 +0100
64871
64872 Miscellanious spc1920 related cleanups
64873
64874 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
64875 Author: Markus Klotzbuecher <mk@denx.de>
64876 Date: Tue Jan 9 14:57:12 2007 +0100
64877
64878 SPC1920 GO/NOGO led should be set to color red in U-Boot
64879
64880 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
64881 Author: Markus Klotzbuecher <mk@creamnet.de>
64882 Date: Tue Jan 9 14:57:12 2007 +0100
64883
64884 Add support for the DS3231 RTC
64885
64886 commit 8139567b60d678584b05f0718a681f2047c5e14f
64887 Author: Markus Klotzbuecher <mk@creamnet.de>
64888 Date: Tue Jan 9 14:57:11 2007 +0100
64889
64890 SMC1 uses external CLK4 instead of BRG on spc1920
64891
64892 commit d8d9de1a02fbd880b613d607143d1f57342affc7
64893 Author: Markus Klotzbuecher <mk@creamnet.de>
64894 Date: Tue Jan 9 14:57:10 2007 +0100
64895
64896 Update the SPC1920 CMB PLD driver
64897
64898 commit 3f34f869162750e5e999fd140f884f5de952bcfe
64899 Author: Markus Klotzbuecher <mk@creamnet.de>
64900 Date: Tue Jan 9 14:57:10 2007 +0100
64901
64902 Add / enable I2C support on the spc1920 board
64903
64904 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
64905 Author: Markus Klotzbuecher <mk@creamnet.de>
64906 Date: Tue Jan 9 14:57:10 2007 +0100
64907
64908 Add support for the tms320671x host port interface (HPI)
64909
64910 commit f4eb54529bb3664c3a562e488b460fe075f79d67
64911 Author: Wolfgang Denk <wd@pollux.denx.de>
64912 Date: Sun Jan 7 00:13:11 2007 +0100
64913
64914 Prepare for release 1.2.0
64915
64916 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
64917 Author: Stefan Roese <sr@denx.de>
64918 Date: Sat Jan 6 15:58:09 2007 +0100
64919
64920 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
64921
64922 This patch fixes a problem with an incorrect setup for the refresh
64923 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
64924
64925 Signed-off-by: Stefan Roese <sr@denx.de>
64926
64927 commit f16c1da9577f06c5fc08651a4065537407de4635
64928 Author: Stefan Roese <sr@denx.de>
64929 Date: Sat Jan 6 15:56:13 2007 +0100
64930
64931 [PATCH] Update ALPR board files
64932
64933 This update brings the ALPR board support to the newest version.
64934 It also fixes a problem with the NAND driver.
64935
64936 Signed-off-by: Stefan Roese <sr@denx.de>
64937
64938 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
64939 Author: Stefan Roese <sr@denx.de>
64940 Date: Fri Jan 5 11:46:05 2007 +0100
64941
64942 [PATCH] nand: Fix problem with oobsize calculation
64943
64944 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
64945
64946 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
64947 returns a 0x15. In the code fragment below bits [1:0] determine the
64948 page size, it is ANDed via "(extid & 0x3)" then shifted out. The
64949 next field is also ANDed with 0x3. However this is a one bit field
64950 as defined in the Hynix and Samsung parts in the 4th ID byte that
64951 determins the oobsize, not a two bit field. It works on Samsung as
64952 bits[3:2] are 01. However for the Hynix there is a 11 in these two
64953 bits, so the oob size gets messed up.
64954
64955 I checked the correct linux code and the suggested fix from Brian is
64956 also available in the linux nand mtd driver.
64957
64958 Signed-off-by: Stefan Roese <sr@denx.de>
64959
64960 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
64961 Author: Stefan Roese <sr@denx.de>
64962 Date: Fri Jan 5 10:40:36 2007 +0100
64963
64964 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
64965
64966 This fix will make the MAL burst disabling patch for the Linux
64967 EMAC driver obsolete.
64968
64969 Signed-off-by: Stefan Roese <sr@denx.de>
64970
64971 commit 023889838282b6237b401664f22dd22dfba2c066
64972 Author: Stefan Roese <sr@denx.de>
64973 Date: Fri Jan 5 10:38:05 2007 +0100
64974
64975 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
64976
64977 This code will optimize the DDR2 controller setup on a board specific
64978 basis.
64979
64980 Note: This code doesn't work right now on the NAND booting image for the
64981 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
64982
64983 Signed-off-by: Stefan Roese <sr@denx.de>
64984
64985 commit cce4acbb68398634b8d011ed7bb0d12269c84230
64986 Author: Bartlomiej Sieka <tur@semihalf.com>
64987 Date: Thu Dec 28 19:08:21 2006 +0100
64988
64989 Few V38B changes:
64990 - fix a typo in V38B config file
64991 - move watchdog initialisation earlier in the boot process
64992 - add "wdt=off" to default kernel command line (disables kernel watchdog)
64993
64994 commit 92eb729bad876725aeea908d2addba0800620840
64995 Author: Wolfgang Denk <wd@pollux.denx.de>
64996 Date: Wed Dec 27 01:26:13 2006 +0100
64997
64998 Fix bug in adaption of Stefano Babic's CFI driver patch.
64999
65000 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
65001 Author: Wolfgang Denk <wd@pollux.denx.de>
65002 Date: Sun Dec 24 01:42:57 2006 +0100
65003
65004 Minor code cleanup.
65005
65006 commit d784fdb05900ada3686d5778783e1fb328e9fb66
65007 Author: Stefano Babic <sbabic@denx.de>
65008 Date: Tue Dec 12 00:22:42 2006 +0100
65009
65010 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
65011
65012 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
65013 Author: Stefan Roese <sr@denx.de>
65014 Date: Fri Dec 22 14:29:40 2006 +0100
65015
65016 [PATCH] Fix sequoia flash autodetection (finally correct)
65017
65018 Now 32MByte and 64MByte FLASH is know to work and other
65019 configurations should work too.
65020
65021 Signed-off-by: Stefan Roese <sr@denx.de>
65022
65023 commit 82e5236a8b719543643fd26d5827938ab2b94818
65024 Author: Wolfgang Denk <wd@pollux.denx.de>
65025 Date: Fri Dec 22 10:30:26 2006 +0100
65026
65027 Minor code cleanup; update CHANGELOG.
65028
65029 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
65030 Author: Heiko Schocher <hs@pollux.denx.de>
65031 Date: Thu Dec 21 17:17:02 2006 +0100
65032
65033 Added support for the TQM8272 board from TQ
65034
65035 Signed-off-by: Heiko Schocher <hs@denx.de>
65036
65037 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
65038 Author: Heiko Schocher <hs@pollux.denx.de>
65039 Date: Thu Dec 21 16:14:48 2006 +0100
65040
65041 [PATCH] Add support for the UC101 board from MAN.
65042
65043 Signed-off-by: Heiko Schocher <hs@denx.de>
65044
65045 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
65046 Author: Bartlomiej Sieka <tur@semihalf.com>
65047 Date: Wed Dec 20 00:29:43 2006 +0100
65048
65049 Fix to make the baudrate changes immediate for the MCF52x2 family.
65050
65051 commit daa6e418bcc0c717752e8de939c213c790286096
65052 Author: Bartlomiej Sieka <tur@semihalf.com>
65053 Date: Wed Dec 20 00:27:32 2006 +0100
65054
65055 Preliminary support for the iDMR board (ColdFire).
65056
65057 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
65058 Author: Andrei Safronov <safronov@pollux.denx.de>
65059 Date: Fri Dec 8 16:23:08 2006 +0100
65060
65061 automatic update mechanism
65062
65063 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
65064 Author: roy zang <tie-fei.zang@freescale.com>
65065 Date: Mon Dec 4 17:56:59 2006 +0800
65066
65067 Slight code clean up.
65068 Add comments, delete duplicate define and remove spaces.
65069 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65070
65071 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
65072 Author: roy zang <tie-fei.zang@freescale.com>
65073 Date: Mon Dec 4 17:54:21 2006 +0800
65074
65075 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
65076 multiplier table can not refect the real PLL clock behavior of these
65077 processors. Please refer to the hardware specification for detailed
65078 information of the corresponding processors.
65079 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65080
65081 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
65082 Author: roy zang <tie-fei.zang@freescale.com>
65083 Date: Mon Dec 4 14:46:23 2006 +0800
65084
65085 Remove the static MAC address, ip address, server ip, netmask and
65086 gateway ip for network setting.
65087 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65088
65089 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
65090 Author: roy zang <tie-fei.zang@freescale.com>
65091 Date: Mon Dec 4 14:33:08 2006 +0800
65092
65093 Remove the duplicate memory test code for mpc744ihpc2 board.
65094 If a memory test is needed, please use the functions in
65095 post/memory.c or memtest command.
65096 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65097
65098 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
65099 Author: roy zang <tie-fei.zang@freescale.com>
65100 Date: Fri Dec 1 19:01:25 2006 +0800
65101
65102 Fix the exception occuring in RAM table search issue.
65103 The original search_one_table() function code can only processes the search
65104 for the exception occurring in FLASH/ROM, because the exception and fixup
65105 table usually locate in FLASH. If the exception address is also in
65106 FLASH, it will be OK.
65107 If the exception occurs in RAM, after the u-boot relocation, a
65108 relocation offset should be added.
65109
65110 clean up the code in cpu/74xx_7xx/cpu.c
65111
65112 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65113
65114 commit ee311214e0d216f904feea269599d0934bf71f23
65115 Author: roy zang <tie-fei.zang@freescale.com>
65116 Date: Fri Dec 1 11:47:36 2006 +0800
65117
65118 Clean up the code according to codestyle:
65119 (1) remove some C++ comments.
65120 (2) remove trailing white space.
65121 (3) remove trailing empty line.
65122 (4) Indentation by table.
65123 (5) remove {} in one line condition.
65124 (6) add space before '(' in function call.
65125 Remove some weird printf () output.
65126 Add necessary comments.
65127 Modified Makefile to support building in a separate directory.
65128
65129 commit dd520bf314c7add4183c5191692180f576f96b60
65130 Author: Wolfgang Denk <wd@pollux.denx.de>
65131 Date: Thu Nov 30 18:02:20 2006 +0100
65132
65133 Code cleanup.
65134
65135 commit 8d9a8610b8256331132227e9e6585c6bd5742787
65136 Author: Wolfgang Denk <wd@pollux.denx.de>
65137 Date: Thu Nov 30 01:54:07 2006 +0100
65138
65139 Code cleanup. Update CHANGELOG.
65140
65141 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
65142 Author: Grant Likely <grant.likely@secretlab.ca>
65143 Date: Wed Nov 29 16:23:42 2006 +0100
65144
65145 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
65146
65147 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
65148 not the XLB frequency.
65149
65150 This patch depends on the previous patches for MPC52xx device tree support
65151
65152 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65153 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
65154
65155 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
65156 Author: Stefan Roese <sr@denx.de>
65157 Date: Wed Nov 29 15:42:37 2006 +0100
65158
65159 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
65160
65161 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
65162 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
65163 quite similar and share the same board directory "prodrive/p3mx"
65164 and the same config file "p3mx.h".
65165
65166 Signed-off-by: Stefan Roese <sr@denx.de>
65167
65168 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
65169 Author: Stefan Roese <sr@denx.de>
65170 Date: Wed Nov 29 12:53:15 2006 +0100
65171
65172 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
65173
65174 In the bootvx command the load address was only read from the env
65175 variable "loadaddr" and not optionally passed as paramter as described
65176 in the help. This is fixed with this patch. The behaviour is now the
65177 same as in the bootelf command.
65178
65179 Signed-off-by: Stefan Roese <sr@denx.de>
65180
65181 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
65182 Author: Stefan Roese <sr@denx.de>
65183 Date: Wed Nov 29 12:03:57 2006 +0100
65184
65185 [PATCH] include/ppc440.h minor error affecting interrupts
65186
65187 Fixed include/ppc440.c for UIC address Bug
65188
65189 Corrects bug affecting the addresses for the universal interrupt
65190 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
65191
65192 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
65193 Signed-off-by: Stefan Roese <sr@denx.de>
65194
65195 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
65196 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
65197 Date: Tue Nov 28 16:17:27 2006 -0600
65198
65199 Make fsl-i2c not conflict with SOFT I2C
65200
65201 Signed-off-by: Timur Tabi <timur@freescale.com>
65202
65203 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
65204 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
65205 Date: Tue Nov 28 16:17:18 2006 -0600
65206
65207 Fix I2C master address initialization.
65208
65209 Signed-off-by: Timur Tabi <timur@freescale.com>
65210
65211 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
65212 Author: Kim Phillips <kim.phillips@freescale.com>
65213 Date: Tue Nov 28 23:31:19 2006 -0600
65214
65215 Assign maintainers for mpc8349emds and mpc8360emds
65216
65217 Dave for mpc8360emds, and me for mpc8349emds.
65218
65219 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
65220 Author: Kim Phillips <kim.phillips@freescale.com>
65221 Date: Tue Nov 28 23:28:33 2006 -0600
65222
65223 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
65224
65225 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
65226 since they are passed by reference to ucc_get_cmxucr_reg and assigned.
65227
65228 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
65229 Author: Timur Tabi <timur@freescale.com>
65230 Date: Tue Nov 28 12:09:35 2006 -0600
65231
65232 mpc83xx: Miscellaneous code style fixes
65233
65234 Implement various code style fixes and similar changes.
65235
65236 Signed-off-by: Timur Tabi <timur@freescale.com>
65237
65238 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
65239 Author: Stefan Roese <sr@denx.de>
65240 Date: Tue Nov 28 17:55:49 2006 +0100
65241
65242 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
65243
65244 This patch adds the code and configuration necessary to boot with an
65245 arch/powerpc Linux kernel.
65246
65247 Signed-off-by: Grant Likely <grant.likely@gmail.com>
65248 Acked-by: Jon Loeliger <jdl@freescale.com>
65249
65250 commit e732faec95a83cb468b4850ae807c8301dde8f6a
65251 Author: Stefan Roese <sr@denx.de>
65252 Date: Tue Nov 28 16:09:24 2006 +0100
65253
65254 [PATCH] PPC4xx: 440SP Rev. C detection added
65255
65256 Signed-off-by: Stefan Roese <sr@denx.de>
65257
65258 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
65259 Author: Stefan Roese <sr@denx.de>
65260 Date: Tue Nov 28 11:04:45 2006 +0100
65261
65262 [PATCH] nand: Fix patch merge problem
65263
65264 Signed-off-by: Stefan Roese <sr@denx.de>
65265
65266 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
65267 Author: Stefan Roese <sr@denx.de>
65268 Date: Tue Nov 28 11:04:45 2006 +0100
65269
65270 [PATCH] nand: Fix patch merge problem
65271
65272 Signed-off-by: Stefan Roese <sr@denx.de>
65273
65274 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
65275 Author: Wolfgang Denk <wd@pollux.denx.de>
65276 Date: Mon Nov 27 22:53:53 2006 +0100
65277
65278 Update CHANGELOG
65279
65280 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
65281 Author: Stefan Roese <sr@denx.de>
65282 Date: Mon Nov 27 17:43:25 2006 +0100
65283
65284 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
65285
65286 Patch below corrects the setting of the zmiifer register, it was
65287 overwritting the register rather than ORing the settings.
65288
65289 Signed-off-by: Neil Wilson <NWilson@airspan.com>
65290 Signed-off-by: Stefan Roese <sr@denx.de>
65291
65292 commit d1a72545296800b7e219f93104ad5836f0003d66
65293 Author: Stefan Roese <sr@denx.de>
65294 Date: Mon Nov 27 17:34:10 2006 +0100
65295
65296 [PATCH] Select NAND embedded environment from board configuration
65297
65298 The current NAND Bootloader setup forces the environment
65299 variables to be in line with the bootloader. This change
65300 enables the configuration to be made in the board include
65301 file instead so that it can be individually enabled.
65302
65303 Signed-off-by: Nick Spence <nick.spence@freescale.com>
65304 Signed-off-by: Stefan Roese <sr@denx.de>
65305
65306 commit 15784862857c3c2214498defcfed84ff137fb81e
65307 Author: Stefan Roese <sr@denx.de>
65308 Date: Mon Nov 27 17:22:19 2006 +0100
65309
65310 [PATCH] nand_wait() timeout fixes
65311
65312 Two fixes for the nand_wait() function in
65313 drivers/nand/nand_base.c:
65314
65315 1. Use correct timeouts. The original timeouts in Linux
65316 source are 400ms and 20ms not 40s and 20s
65317
65318 2. Return correct error value in case of timeout. 0 is
65319 interpreted as OK.
65320
65321 Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
65322 Signed-off-by: Stefan Roese <sr@denx.de>
65323
65324 commit da5553b095bf04f4f109ad7e565dae3aba47b230
65325 Author: Stefan Roese <sr@denx.de>
65326 Date: Mon Nov 27 17:04:06 2006 +0100
65327
65328 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
65329
65330 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
65331 arguments to bootm. It removes the getenv("disable_of") test that used
65332 to be used for this purpose.
65333
65334 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65335 Acked-by: Jon Loeliger <jdl@freescale.com>
65336
65337 commit a9398e018593782c5fa7d0741955fc1256b34c1e
65338 Author: Wolfgang Denk <wd@pollux.denx.de>
65339 Date: Mon Nov 27 15:32:42 2006 +0100
65340
65341 Minor code cleanup. Update CHANGELOG.
65342
65343 commit 1729b92cde575476684bffe819d0b7791b57bff2
65344 Author: Stefan Roese <sr@denx.de>
65345 Date: Mon Nov 27 14:52:04 2006 +0100
65346
65347 [PATCH] 4xx: Fix problem with board specific reset code (now for real)
65348
65349 Signed-off-by: Stefan Roese <sr@denx.de>
65350
65351 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
65352 Author: Stefan Roese <sr@denx.de>
65353 Date: Mon Nov 27 14:49:51 2006 +0100
65354
65355 [PATCH] alpr: remove unused board specific flash driver
65356
65357 Signed-off-by: Stefan Roese <sr@denx.de>
65358
65359 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
65360 Author: Stefan Roese <sr@denx.de>
65361 Date: Mon Nov 27 14:48:41 2006 +0100
65362
65363 [PATCH] 4xx: Fix problem with board specific reset code
65364
65365 Signed-off-by: Stefan Roese <sr@denx.de>
65366
65367 commit ec0c2ec725aec9524a177a77ce75559e644a931a
65368 Author: Stefan Roese <sr@denx.de>
65369 Date: Mon Nov 27 14:46:06 2006 +0100
65370
65371 [PATCH] Remove testing 4xx enet PHY setup
65372
65373 Signed-off-by: Stefan Roese <sr@denx.de>
65374
65375 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
65376 Author: Stefan Roese <sr@denx.de>
65377 Date: Mon Nov 27 14:12:17 2006 +0100
65378
65379 [PATCH] Update Prodrive ALPR board support (440GX)
65380
65381 Signed-off-by: Stefan Roese <sr@denx.de>
65382
65383 commit 58b485776698c3d71ec5a215e392123b4c15afa3
65384 Author: Markus Klotzbuecher <mk@denx.de>
65385 Date: Mon Nov 27 11:51:21 2006 +0100
65386
65387 Add a small README with information on the generic ohci driver.
65388
65389 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
65390 Author: Markus Klotzbuecher <mk@denx.de>
65391 Date: Mon Nov 27 11:46:46 2006 +0100
65392
65393 Fix some endianness issues related to the generic ohci driver
65394
65395 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
65396 Author: Markus Klotzbuecher <mk@denx.de>
65397 Date: Mon Nov 27 11:44:58 2006 +0100
65398
65399 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
65400 to choose between the old and the generic OHCI drivers.
65401
65402 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
65403 Author: Markus Klotzbuecher <mk@denx.de>
65404 Date: Mon Nov 27 11:43:09 2006 +0100
65405
65406 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
65407 and adapted board configs TQM5200 and yosemite accordingly. This commit
65408 also makes the maximum number of root hub ports configurable
65409 (CFG_USB_OHCI_MAX_ROOT_PORTS).
65410
65411 commit 78d620ebb5871d252270dedfad60c6568993b780
65412 Author: Wolfgang Denk <wd@atlas.denx.de>
65413 Date: Thu Nov 23 22:58:58 2006 +0100
65414
65415 Updates for TQM5200 modules:
65416 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
65417 - simplify "udate" definitions
65418
65419 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
65420 Author: Stefan Roese <sr@denx.de>
65421 Date: Wed Nov 22 13:20:50 2006 +0100
65422
65423 [PATCH] PPC4xx start.S: Fix for processor errata
65424
65425 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
65426 errata 1.12: 440_33 by moving patch up in code.
65427
65428 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
65429 Signed-off-by: Stefan Roese <sr@denx.de>
65430
65431 commit 4ef6251403f637841000e0fef9e832aa01339822
65432 Author: Stefan Roese <sr@denx.de>
65433 Date: Mon Nov 20 20:39:52 2006 +0100
65434
65435 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
65436
65437 Signed-off-by: Stefan Roese <sr@denx.de>
65438
65439 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
65440 Author: Wolfgang Denk <wd@pollux.denx.de>
65441 Date: Mon Nov 20 10:28:30 2006 +0100
65442
65443 Update CHANGELOG
65444
65445 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
65446 Author: Stefan Roese <sr@denx.de>
65447 Date: Mon Nov 13 13:55:24 2006 +0100
65448
65449 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
65450
65451 * Adds support for AMD command set Top Boot flash geometry reversal
65452 * Adds support for reading JEDEC Manufacturer ID and Device ID
65453 * Adds support for displaying command set, manufacturer id and
65454 device ids (flinfo)
65455 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
65456 * Removes outdated change history (refer to git log instead)
65457
65458 Signed-off-by: Tolunay Orkun <listmember@orkun.us>
65459 Signed-off-by: Stefan Roese <sr@denx.de>
65460
65461 commit b21b511d4c50408f4853f46f06b601272196223f
65462 Author: Wolfgang Denk <wd@pollux.denx.de>
65463 Date: Sun Nov 12 21:13:23 2006 +0100
65464
65465 Update CHANGELOG
65466
65467 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
65468 Author: Bartlomiej Sieka <tur@semihalf.com>
65469 Date: Sat Nov 11 22:48:22 2006 +0100
65470
65471 Disable the watchdog in the default config for the V38B board.
65472
65473 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
65474 Author: Bartlomiej Sieka <tur@semihalf.com>
65475 Date: Sat Nov 11 22:43:00 2006 +0100
65476
65477 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
65478 group is enabled for USB earlier (in cpu_init_f() instead of
65479 usb_lowlevel_init()).
65480
65481 commit 91650b3e4de688038d4f71279c44858e3e2c6870
65482 Author: Wolfgang Denk <wd@pollux.denx.de>
65483 Date: Mon Nov 6 17:06:36 2006 +0100
65484
65485 Sequential accesses to non-existent memory must be synchronized,
65486 at least on G2 cores.
65487
65488 This fixes get_ram_size() problems on MPC5200 Rev. B boards.
65489
65490 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
65491 Author: Timur Tabi <timur@freescale.com>
65492 Date: Fri Nov 3 19:15:00 2006 -0600
65493
65494 mpc83xx: Update 83xx to use fsl_i2c.c
65495
65496 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete
65497 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
65498 Added multiple I2C bus support to fsl_i2c.c.
65499
65500 Signed-off-by: Timur Tabi <timur@freescale.com>
65501
65502 commit d239d74b1c937984bc519083a8e7de373a390f06
65503 Author: Timur Tabi <timur@freescale.com>
65504 Date: Fri Nov 3 12:00:28 2006 -0600
65505
65506 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
65507
65508 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
65509 tree matches the other 8xxx trees.
65510
65511 Signed-off-by: Timur Tabi <timur@freescale.com>
65512
65513 commit f7fb2e703ec9688541416962724adff70a7322cb
65514 Author: Kim Phillips <kim.phillips@freescale.com>
65515 Date: Thu Nov 2 19:47:11 2006 -0600
65516
65517 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
65518
65519 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
65520 Author: Dave Liu <daveliu@freescale.com>
65521 Date: Thu Nov 2 18:05:50 2006 -0600
65522
65523 mpc83xx: Fix the incorrect dcbz operation
65524
65525 The 834x rev1.x silicon has one CPU5 errata.
65526
65527 The issue is when the data cache locked with
65528 HID0[DLOCK], the dcbz instruction looks like no-op inst.
65529
65530 The right behavior of the data cache is when the data cache
65531 Locked with HID0[DLOCK], the dcbz instruction allocates
65532 new tags in cache.
65533
65534 The 834x rev3.0 and later and 8360 have not this bug inside.
65535
65536 So, when 834x rev3.0/8360 are working with ECC, the dcbz
65537 instruction will corrupt the stack in cache, the processor will
65538 checkstop reset.
65539
65540 However, the 834x rev1.x can work with ECC with these code,
65541 because the sillicon has this cache bug. The dcbz will not
65542 corrupt the stack in cache.
65543 Really, it is the fault code running on fault sillicon.
65544
65545 This patch fix the incorrect dcbz operation. Instead of
65546 CPU FP writing to initialise the ECC.
65547
65548 CHANGELOG:
65549 * Fix the incorrect dcbz operation instead of CPU FP
65550 writing to initialise the ECC memory. Otherwise, it
65551 will corrupt the stack in cache, The processor will checkstop
65552 reset.
65553
65554 Signed-off-by: Dave Liu <daveliu@freescale.com>
65555
65556 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
65557 Author: Kim Phillips <kim.phillips@freescale.com>
65558 Date: Wed Nov 1 00:10:40 2006 -0600
65559
65560 mpc83xx: add OF_FLAT_TREE bits to 83xx boards
65561
65562 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
65563 STDOUT_PATH configuration bits to mpc8349emds,
65564 mpc8349itx, and mpc8360emds board code.
65565
65566 redo environment to use bootm with the fdtaddr
65567 for booting ARCH=powerpc kernels by default,
65568 and provide default fdtaddr values.
65569
65570 commit 48041365b3420589ad464ebc7752e0053538b729
65571 Author: Kim Phillips <kim.phillips@freescale.com>
65572 Date: Wed Nov 1 00:07:25 2006 -0600
65573
65574 mpc83xx: change ft code to modify local-mac-address property
65575
65576 Update 83xx OF code to update local-mac-address properties
65577 for ethernet instead of the obsolete 'address' property.
65578
65579 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
65580 Author: Timur Tabi <timur@freescale.com>
65581 Date: Tue Oct 31 21:23:16 2006 -0600
65582
65583 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
65584
65585 This patch also adds an improved I2C set_speed(), which handles all clock
65586 frequencies.
65587
65588 Signed-off-by: Timur Tabi <timur@freescale.com>
65589
65590 commit ac4b5622ce050b5ee1e154b98df630d778661632
65591 Author: Dave Liu <daveliu@freescale.com>
65592 Date: Tue Oct 31 19:54:59 2006 -0600
65593
65594 mpc83xx: add the README.mpc8360emds
65595
65596 add doc/README.mpc8360emds to accompany the new board support
65597
65598 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
65599 Author: Dave Liu <daveliu@freescale.com>
65600 Date: Fri Nov 3 12:11:15 2006 -0600
65601
65602 mpc83xx: add QE ethernet support
65603
65604 this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
65605
65606 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
65607 Author: Dave Liu <daveliu@freescale.com>
65608 Date: Fri Nov 3 19:33:44 2006 -0600
65609
65610 mpc83xx: Add MPC8360EMDS basic board support
65611
65612 Add support for the Freescale MPC8360EMDS board.
65613 Includes DDR, DUART, Local Bus, PCI.
65614
65615 commit 23892e49352de74f7fac36ff90bb1be143d195e3
65616 Author: Dave Liu <daveliu@freescale.com>
65617 Date: Tue Oct 31 19:30:40 2006 -0600
65618
65619 mpc83xx: add the QUICC Engine (QE) immap file
65620
65621 common QE immap file. Also required for 8360.
65622
65623 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
65624 Author: Dave Liu <daveliu@freescale.com>
65625 Date: Tue Oct 31 19:25:38 2006 -0600
65626
65627 mpc83xx: Add 8360 specifics to 83xx immap
65628
65629 Mainly add QE device dependencies, with appropriate 8360 protection.
65630 Lindent also run.
65631
65632 commit 988833324a7fda482c8ac3ca23eb539f8232e404
65633 Author: Timur Tabi <timur@freescale.com>
65634 Date: Tue Oct 31 19:14:41 2006 -0600
65635
65636 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
65637
65638 PREREQUISITE PATCHES:
65639
65640 * This patch can only be applied after the following patches have been applied:
65641
65642 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2"
65643 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2"
65644
65645 CHANGELOG:
65646
65647 * For the 8349E-mITX, fix some size values in pci_init_board(), enable
65648 the clock for the 2nd USB board (Linux kernel will hang otherwise),
65649 and fix the CONFIG_BOOTARGS macro.
65650
65651 Signed-off-by: Timur Tabi <timur@freescale.com>
65652
65653 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
65654 Author: Timur Tabi <timur@freescale.com>
65655 Date: Tue Oct 31 18:44:42 2006 -0600
65656
65657 mpc83xx: Add support for the MPC8349E-mITX
65658
65659 PREREQUISITE PATCHES:
65660
65661 * This patch can only be applied after the following patches have been applied:
65662
65663 1) DNX#2006090742000024 "Add support for multiple I2C buses"
65664 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
65665 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
65666 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
65667 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
65668
65669 CHANGELOG:
65670
65671 * Add support for the Freescale MPC8349E-mITX reference design platform.
65672 The second TSEC (Vitesse 7385 switch) is not supported at this time.
65673
65674 Signed-off-by: Timur Tabi <timur@freescale.com>
65675
65676 commit 183da6d9b446cc12123455844ad1187e2375626f
65677 Author: Ben Warren <bwarren@qstreams.com>
65678 Date: Tue Sep 12 10:15:53 2006 -0400
65679
65680 Additional MPC8349 support for multibus i2c
65681
65682 Hello,
65683
65684 Here is a patch for a file that was accidentally left out of a previous
65685 attempt.
65686
65687 It accompanies the patch with ticket DNX#2006090742000024
65688
65689 CHANGELOG:
65690 Change PCI initialization to use new multi-bus I2C API.
65691
65692 regards,
65693 Ben
65694
65695 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
65696 Author: Ben Warren <bwarren@qstreams.com>
65697 Date: Thu Sep 7 16:51:04 2006 -0400
65698
65699 Multi-bus I2C implementation of MPC834x
65700
65701 Hello,
65702
65703 Attached is a patch implementing multiple I2C buses on the MPC834x CPU
65704 family and the MPC8349EMDS board in particular.
65705 This patch requires Patch 1 (Add support for multiple I2C buses).
65706 Testing was performed on a 533MHz board.
65707
65708 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
65709
65710 Signed-off-by: Ben Warren <bwarren@qstreams.com>
65711
65712 CHANGELOG:
65713 Implemented driver-level code to support two I2C buses on the
65714 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds
65715 are 50kHz, 100kHz and 400kHz on each bus.
65716
65717 regards,
65718 Ben
65719
65720 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
65721 Author: Ben Warren <bwarren@qstreams.com>
65722 Date: Thu Sep 7 16:50:54 2006 -0400
65723
65724 Add support for multiple I2C buses
65725
65726 Hello,
65727
65728 Attached is a patch providing support for multiple I2C buses at the
65729 command level. The second part of the patch includes an implementation
65730 for the MPC834x CPU and MPC8349EMDS board.
65731
65732 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
65733
65734 Signed-off-by: Ben Warren <bwarren@qstreams.com>
65735
65736 Overview:
65737
65738 1. Include new 'i2c' command (based on USB implementation) using
65739 CONFIG_I2C_CMD_TREE.
65740
65741 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that
65742 the commands to change bus number and speed are only available under the
65743 new 'i2c' command mentioned in the first bullet.
65744
65745 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
65746 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form
65747 of an array of bus-device pairs. Otherwise, it is an array of uchar.
65748
65749 CHANGELOG:
65750 Added new 'i2c' master command for all I2C interaction. This is
65751 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for
65752 setting I2C bus speed as well as changing the active bus if the board
65753 has more than one (conditionally compiled with
65754 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses.
65755 Updated README.
65756
65757 regards,
65758 Ben
65759
65760 commit bed85caf872714ebf53013967a695c9d63acfc68
65761 Author: Timur Tabi <timur@freescale.com>
65762 Date: Tue Oct 31 18:13:36 2006 -0600
65763
65764 mpc83xx: Add support for Errata DDR6 on MPC 834x systems
65765
65766 CHANGELOG:
65767
65768 * Errata DDR6, which affects all current MPC 834x processors, lists changes
65769 required to maintain compatibility with various types of DDR memory. This
65770 patch implements those changes.
65771
65772 Signed-off-by: Timur Tabi <timur@freescale.com>
65773
65774 commit afd6e470f639883002c7c59d562690a5cb0f4865
65775 Author: Timur Tabi <timur@freescale.com>
65776 Date: Wed Oct 25 18:45:23 2006 -0500
65777
65778 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
65779
65780 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
65781 Author: Timur Tabi <timur@freescale.com>
65782 Date: Tue Aug 22 17:07:00 2006 -0500
65783
65784 mpc83xx: Add support for variable flash memory sizes on 83xx systems
65785
65786 CHANGELOG:
65787
65788 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
65789 window registers, instead of using a hard-coded value of 8MB.
65790
65791 Signed-off-by: Timur Tabi <timur@freescale.com>
65792
65793 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
65794 Author: Tanya Jiang <tanya.jiang@freescale.com>
65795 Date: Thu Aug 3 18:38:13 2006 +0800
65796
65797 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
65798
65799 Unified TQM834x variable names with 83xx and consolidated macro
65800 in preparation for the 8360 and other upcoming 83xx devices.
65801
65802 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
65803
65804 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
65805 Author: Dave Liu <daveliu@freescale.com>
65806 Date: Wed Oct 25 14:41:21 2006 -0500
65807
65808 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
65809
65810 Incorporated the common unified variable names and the changes in preparation
65811 for releasing mpc8360 patches.
65812
65813 Signed-off-by: Dave Liu <daveliu@freescale.com>
65814
65815 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
65816 Author: Tanya Jiang <tanya.jiang@freescale.com>
65817 Date: Thu Aug 3 18:36:02 2006 +0800
65818
65819 mpc83xx: Fix missing build for mpc8349emds pci.c
65820
65821 Make pci build for mpc8349emds
65822
65823 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
65824
65825 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
65826 Author: Tanya Jiang <tanya.jiang@freescale.com>
65827 Date: Thu Aug 3 18:39:49 2006 +0800
65828
65829 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
65830
65831 Removed unused file resetvec.S for mpc83xx cpu
65832
65833 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
65834
65835 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
65836 Author: Nick Spence <Nick.Spence@freescale.com>
65837 Date: Sat Sep 30 00:32:59 2006 -0700
65838
65839 NAND Flash verify across block boundaries
65840
65841 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
65842 defined
65843 and the write crosses a block boundary. The pointer to the verification
65844 buffer (bufstart) is not being updated to reflect the starting of the
65845 new
65846 block so the verification of the second block fails.
65847
65848 CHANGELOG:
65849
65850 * Fix NAND FLASH page verification across block boundaries
65851
65852 commit f484dc791a3932537213c43c654cc1295c64b84c
65853 Author: Nick Spence <nick.spence@freescale.com>
65854 Date: Thu Sep 7 07:39:46 2006 -0700
65855
65856 Added RGMII support to the TSECs and Marvell 881111 Phy
65857
65858 Added a phy initialization to adjust the RGMII RX and TX timing
65859 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
65860
65861 Signed-off-by: Nick Spence <nick.spence@freescale.com>
65862
65863 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
65864 Author: roy zang <tie-fei.zang@freescale.com>
65865 Date: Fri Nov 3 13:10:00 2006 +0800
65866
65867 Remove some unused CFG define.
65868 undef CFG_DRAM_TEST
65869
65870 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
65871 Author: roy zang <tie-fei.zang@freescale.com>
65872 Date: Fri Nov 3 13:07:36 2006 +0800
65873
65874 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
65875 Both work. 0xFF000000 seems more reasonable.
65876
65877 commit c59200443072353044aa4bf737a5a60f9a9af231
65878 Author: Wolfgang Denk <wd@pollux.denx.de>
65879 Date: Thu Nov 2 15:15:01 2006 +0100
65880
65881 Release U-Boot 1.1.6
65882
65883 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
65884 Author: roy zang <tie-fei.zang@freescale.com>
65885 Date: Thu Nov 2 19:14:48 2006 +0800
65886
65887 This patch comes from Yuli's posted patch on 8/8/2006
65888 titled "CFI Driver Little-Endian write Issue".
65889
65890 http://sourceforge.net/mailarchive/message.php?msg_id=36311999
65891
65892 If that patch applied, please discard this one.
65893 Until now , I do not see his patch is applied. So please apply this one.
65894
65895 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
65896 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65897
65898 commit b825f158e449e1e9cf74c08e572955e122394c96
65899 Author: roy zang <tie-fei.zang@freescale.com>
65900 Date: Thu Nov 2 19:12:31 2006 +0800
65901
65902 Tsi108 on chip i2c support.
65903
65904 The i2c Interface provides a master-only, serial interface that can be
65905 used for initializing Tsi108/Tsi109 registers from an EEPROM after a
65906 device reset.
65907
65908 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
65909 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65910
65911 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
65912 Author: roy zang <tie-fei.zang@freescale.com>
65913 Date: Thu Nov 2 19:11:06 2006 +0800
65914
65915 Tsi108 on chip pci controller support.
65916
65917 If there is no pci card, the tsi108/109 pci configure read will
65918 cause a machine check exception to the processor. PCI error should
65919 also be cleared after the read.
65920
65921 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
65922 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65923
65924 commit d1927cee977126e547ceeba23e4f978f377cfb8f
65925 Author: roy zang <tie-fei.zang@freescale.com>
65926 Date: Thu Nov 2 19:08:55 2006 +0800
65927
65928 Tundra tsi108 on chip Ethernet controller support.
65929
65930 The following is a brief description of the Ethernet controller:
65931 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
65932 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface
65933 to manage the two physical connection devices (PHYs). Each Ethernet port
65934 has its own statistics monitor that tracks and reports key interface
65935 statistics. Each port supports a 256-entry hash table for address
65936 filtering. In addition, each port is bridged to the Switch Fabric
65937 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
65938
65939 Each Ethernet port also has a pair of internal Ethernet DMA channels to
65940 support the transmit and receive data flows. The Ethernet DMA channels
65941 use descriptors set up in memory, the memory map of the device, and
65942 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter
65943 handles arbitration for the Switch Fabric. The Controller also
65944 has a register businterface for register accesses and status monitor
65945 control.
65946
65947 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
65948 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
65949 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal
65950 data flows to and from the Ethernet Controller through the Switch Fabric.
65951
65952 Each Ethernet port uses its transmit and receive DMA channels to manage
65953 data flows through buffer descriptors that are predefined by the
65954 system (the descriptors can exist anywhere in the system memory map).
65955 These descriptors are data structures that point to buffers filled
65956 with data ready to transmit over Ethernet, or they point to empty
65957 buffers ready to receive data from Ethernet.
65958
65959 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
65960 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65961
65962 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
65963 Author: roy zang <tie-fei.zang@freescale.com>
65964 Date: Thu Nov 2 19:01:33 2006 +0800
65965
65966 Tundra tsi108 header file.
65967
65968 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
65969 PowerPC processors that offers numerous system interconnect options for
65970 embedded application designers. The Tsi108 can interconnect 60x or
65971 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
65972 and Flash. Provided the macro define for tsi108 chip.
65973
65974 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
65975 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65976
65977 commit 87c4db09699c6b89176b31004afcb83eb1585d47
65978 Author: roy zang <tie-fei.zang@freescale.com>
65979 Date: Thu Nov 2 18:59:15 2006 +0800
65980
65981 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
65982 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
65983
65984 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
65985 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65986
65987 commit 27801b8ab11c61b577e45742a515bb3b23b80241
65988 Author: roy zang <tie-fei.zang@freescale.com>
65989 Date: Thu Nov 2 18:57:21 2006 +0800
65990
65991 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
65992 Make ,config.mk and link file for the mpc7448hpc2 board.
65993
65994 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
65995 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
65996
65997 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
65998 Author: roy zang <tie-fei.zang@freescale.com>
65999 Date: Thu Nov 2 18:55:04 2006 +0800
66000
66001 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
66002 The mpc7448hpc2 board support header file.
66003
66004 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
66005 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66006
66007 commit 625bb5ddb50b243f931262ca8c46956409471917
66008 Author: roy zang <tie-fei.zang@freescale.com>
66009 Date: Thu Nov 2 18:52:21 2006 +0800
66010
66011 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
66012 The mpc7448hpc2 board support low level assemble language init code.
66013
66014 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
66015 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66016
66017 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
66018 Author: roy zang <tie-fei.zang@freescale.com>
66019 Date: Thu Nov 2 18:49:51 2006 +0800
66020
66021 General code modification for mpc7448hpc2 board support.
66022 1. Add 7447A and 7448 processor support.
66023 2. Add the following flags.
66024
66025 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
66026 (such as by switch on board), this flag should be set.
66027
66028 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
66029 relocates to RAM, this flag should be set.
66030
66031 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
66032 system hang in exception, this flag should be set.
66033
66034 There is a design issue for tsi108/109 pci configure read. When pci scan
66035 the slots, if there is no pci card, the tsi108/9 will cause a machine
66036 check exception for mpc7448 processor.
66037
66038 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
66039 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66040
66041 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
66042 Author: roy zang <tie-fei.zang@freescale.com>
66043 Date: Thu Nov 2 18:34:47 2006 +0800
66044
66045 Add README file for mpc7448hpc2 board.
66046 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
66047
66048 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
66049 Author: Bartlomiej Sieka <tur@semihalf.com>
66050 Date: Wed Nov 1 02:04:38 2006 +0100
66051
66052 Finish up support for MarelV38B board
66053 - add watchdog support
66054 - enable GPIO_WKUP_7 pin for input
66055 - code cleanup
66056
66057 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
66058 Author: Bartlomiej Sieka <tur@semihalf.com>
66059 Date: Wed Nov 1 01:45:46 2006 +0100
66060
66061 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
66062 * remove warnings when compiling ethaddr.c
66063 * adjust linker script (fixes a crash resulting from incorrect
66064 definition of __u_boot_cmd_start)
66065 - Some MarelV38B code cleanup.
66066
66067 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
66068 Author: Bartlomiej Sieka <tur@semihalf.com>
66069 Date: Wed Nov 1 01:38:16 2006 +0100
66070
66071 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
66072 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
66073 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
66074 MPC5XXX_WU_GPIO_DATA_O for affected boards.
66075
66076 - Add defintions for some MPC5XXX GPIO pins.
66077
66078 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
66079 Author: Bartlomiej Sieka <tur@semihalf.com>
66080 Date: Wed Nov 1 01:34:29 2006 +0100
66081
66082 Changed MarelV38B board make target to lowercase. Config file cleanup.
66083
66084 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
66085 Author: Wolfgang Denk <wd@pollux.denx.de>
66086 Date: Sun Oct 29 01:03:51 2006 +0200
66087
66088 Automatically adjust ARFLAGS so "make -s" is really silent.
66089
66090 commit fae684e89844856383bdf101440889557df3e6b1
66091 Author: Stefan Roese <sr@denx.de>
66092 Date: Sat Oct 28 16:45:00 2006 +0200
66093
66094 [PATCH] omap925.c: Remove unused functions
66095
66096 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66097 Signed-off-by: Stefan Roese <sr@denx.de>
66098
66099 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
66100 Author: Stefan Roese <sr@denx.de>
66101 Date: Sat Oct 28 17:12:58 2006 +0200
66102
66103 [PATCH] Add some missing machtypes for netstar & voiceblue boards
66104
66105 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
66106 numbers in code.
66107
66108 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66109 Signed-off-by: Stefan Roese <sr@denx.de>
66110
66111 commit 856f054410cef52d868feb330168b2a4c4091328
66112 Author: Stefan Roese <sr@denx.de>
66113 Date: Sat Oct 28 15:55:52 2006 +0200
66114
66115 [PATCH] NAND: Partition name support added to NAND subsystem
66116
66117 chpart, nboot and NAND subsystem related commands now accept also partition
66118 name to specify offset.
66119
66120 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66121 Signed-off-by: Stefan Roese <sr@denx.de>
66122
66123 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
66124 Author: Wolfgang Denk <wd@pollux.denx.de>
66125 Date: Sat Oct 28 02:29:44 2006 +0200
66126
66127 Update CHANGELOG.
66128
66129 commit 2751a95abd1b96911081c357e96a12fa97b40dee
66130 Author: Wolfgang Denk <wd@pollux.denx.de>
66131 Date: Sat Oct 28 02:29:14 2006 +0200
66132
66133 Enable commandline editing and hush shell on all TQM boards.
66134
66135 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
66136 Author: Wolfgang Denk <wd@pollux.denx.de>
66137 Date: Sat Oct 28 02:28:02 2006 +0200
66138
66139 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
66140
66141 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
66142 Author: Wolfgang Denk <wd@denx.de>
66143 Date: Sat Oct 28 01:14:32 2006 +0200
66144
66145 Check for illegal character '=' in environment variable names.
66146
66147 Make sure the string passed as variable name does not contain a '='
66148 character. This not only prevents the common error or typing
66149 "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
66150 also closes a backdoor which allowed to delete write-protected
66151 environment variables, for example by using "setenv ethaddr=".
66152
66153 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
66154 Author: Wolfgang Denk <wd@pollux.denx.de>
66155 Date: Sat Oct 28 00:38:39 2006 +0200
66156
66157 Minor code cleanup.
66158
66159 commit e11887a77d81077416a2d1c5e0354916fee8c034
66160 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66161 Date: Thu Oct 26 17:55:31 2006 +0200
66162
66163 Don't pass any debug options directly to the assembler
66164
66165 When passing the -g option to gcc, gcc automatically selects a
66166 suitable --g<format> option to pass on to the assembler.
66167 Thus, there's no point in forcing a specific debug option on the
66168 assembler using the -Wa mechanism.
66169
66170 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66171
66172 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
66173 Author: Jon Loeliger <jdl@freescale.com>
66174 Date: Fri Oct 27 07:47:22 2006 -0500
66175
66176 MPC86xx: Cleaned up unused and conditionally used local variables.
66177
66178 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66179
66180 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
66181 Author: Wolfgang Denk <wd@pollux.denx.de>
66182 Date: Fri Oct 27 11:55:21 2006 +0200
66183
66184 Fix "ar" flags in some Makefiles to allow for silent "make -s"
66185
66186 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
66187 Author: Ben Warren <bwarren@qstreams.com>
66188 Date: Thu Oct 26 14:38:25 2006 -0400
66189
66190 Fix TSEC driver (now for real): avoid crashes if PHY is not attached
66191 to a TSEC (e.g. a switch is connected via RMII) or
66192 if the PHY is defective/incorrectly configured.
66193
66194 Signed-off-by: Ben Warren <bwarren@qstreams.com>
66195
66196 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
66197 Author: Ben Warren <bwarren@qstreams.com>
66198 Date: Thu Oct 26 14:38:25 2006 -0400
66199
66200 Fix TSEC driver: avoid crashes if PHY is not attached
66201 to a TSEC (e.g. a switch is connected via RMII) or
66202 if the PHY is defective/incorrectly configured.
66203
66204 Signed-off-by: Ben Warren <bwarren@qstreams.com>
66205
66206 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
66207 Author: Wolfgang Denk <wd@pollux.denx.de>
66208 Date: Thu Oct 26 16:24:31 2006 +0200
66209
66210 Code cleanup.
66211
66212 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
66213 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66214 Date: Wed Oct 25 15:48:59 2006 +0200
66215
66216 Finish up support for the ATSTK1000/ATSTK1002 boards
66217
66218 Add atstk1002_config target to Makefile and move the AVR32 section
66219 down below Blackfin so that it doesn't end up in the middle of
66220 MIPS.
66221
66222 Drop the autogenerated linker script thing for now. Will have to
66223 revisit how to handle chips with different flash and RAM layout
66224 later.
66225
66226 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66227
66228 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
66229 Author: Kumar Gala <galak@kernel.crashing.org>
66230 Date: Tue Oct 24 23:47:37 2006 -0500
66231
66232 Added support for Multi-Image files that contain a device tree
66233
66234 If a Multi-Image file contains a third image we try to use it as a
66235 device tree. The device tree image is assumed to be uncompressed in the
66236 image file. We automatically allocate space for the device tree in memory
66237 and provide an 8k pad to allow more than a reasonable amount of growth.
66238
66239 Additionally, a device tree that was contained in flash will now automatically
66240 get copied to system memory as part of boot. Previously an error was
66241 reported if one tried to boot a device tree that was in flash.
66242
66243 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66244
66245 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
66246 Author: Wolfgang Denk <wd@denx.de>
66247 Date: Tue Oct 24 21:35:55 2006 +0200
66248
66249 Switch to automatically generated CHANGELOG file.
66250 (use "make CHANGELOG" to update it from time to time)
66251
66252 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
66253 Author: Stefan Roese <sr@denx.de>
66254 Date: Tue Oct 24 18:06:48 2006 +0200
66255
66256 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
66257 Patch by Stefan Roese, 24 Oct 2006
66258
66259 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
66260 Author: Wolfgang Denk <wd@pollux.denx.de>
66261 Date: Tue Oct 24 17:24:55 2006 +0200
66262
66263 Merge with /home/wd/git/u-boot/master
66264
66265 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
66266 Author: Wolfgang Denk <wd@pollux.denx.de>
66267 Date: Tue Oct 24 15:32:57 2006 +0200
66268
66269 Code cleanup
66270
66271 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
66272 Author: Wolfgang Denk <wd@pollux.denx.de>
66273 Date: Tue Oct 24 14:51:36 2006 +0200
66274
66275 Move atstk1000 files into vendor specific directory.
66276 Patch by Haavard Skinnemoen, 12 Sep 2006
66277
66278 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
66279 Author: Wolfgang Denk <wd@pollux.denx.de>
66280 Date: Tue Oct 24 14:42:37 2006 +0200
66281
66282 Add ATSTK1000 and ATSTK1002 board support
66283 Patch by Haavard Skinnemoen, 06 Sep 2006
66284
66285 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
66286 daughterboard.
66287
66288 ATSTK1000 is a full-featured development board for AT32AP CPUs. It
66289 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
66290 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
66291 CompactFlash cards. For more information, please see this page:
66292
66293 http://www.atmel.com/dyn/products/tools.asp?family_id=682
66294
66295 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
66296 AT32AP7000 chip.
66297
66298 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66299
66300 commit f93ae788c3640fcde5db383471d45548ff4060d0
66301 Author: Wolfgang Denk <wd@pollux.denx.de>
66302 Date: Tue Oct 24 14:31:24 2006 +0200
66303
66304 Add common serial driver for Atmel AT32 and AT91 chips
66305 Patch by Haavard Skinnemoen, 06 Sep 2006
66306
66307 This is a first attempt at creating a common serial driver for Atmel
66308 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
66309 be possible to support AT91RM9200 and other ARM-based chips with some
66310 minor modifications.
66311
66312 There's nothing fundamentally AVR32-specific in this driver, but it
66313 does use some features which are currently only defined for the
66314 AT32AP CPU port:
66315 * pm_get_clock_freq: Obtain the clock frequency of a given domain
66316 * gd->console_uart: A "struct device" containing information about
66317 register mappings, gpio resources and clocks associated with the
66318 UART device.
66319
66320 For more information about these features, please see the "AT32AP
66321 CPU" patch.
66322
66323 commit 72a087e04705c26cad982879ebd06b5281bf825a
66324 Author: Wolfgang Denk <wd@pollux.denx.de>
66325 Date: Tue Oct 24 14:27:35 2006 +0200
66326
66327 Add AT32AP CPU and AT32AP7000 SoC support
66328 Patch by Haavard Skinnemoen, 06 Sep 2006
66329
66330 This patch adds support for the AT32AP CPU family and the AT32AP7000
66331 chip, which is the first chip implementing the AVR32 architecture.
66332
66333 The AT32AP CPU core is a high-performance implementation featuring a
66334 7-stage pipeline, separate instruction- and data caches, and a MMU.
66335 For more information, please see the "AVR32 AP Technical Reference":
66336
66337 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
66338
66339 In addition to this, the AT32AP7000 chip comes with a large set of
66340 integrated peripherals, many of which are shared with the AT91 series
66341 of ARM-based microcontrollers from Atmel. Full data sheet is
66342 available here:
66343
66344 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
66345
66346 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66347
66348 commit 7b64fef33c66be648826c0ff9758298ef13d0604
66349 Author: Wolfgang Denk <wd@pollux.denx.de>
66350 Date: Tue Oct 24 14:21:16 2006 +0200
66351
66352 Add AVR32 architecture support
66353 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
66354
66355 This patch adds common infrastructure code for the Atmel AVR32
66356 architecture. See doc/README.AVR32 for details.
66357
66358 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66359
66360 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
66361 Author: Wolfgang Denk <wd@pollux.denx.de>
66362 Date: Tue Oct 24 13:57:33 2006 +0200
66363
66364 Use -g instead of -gstabs in AFLAGS_DEBUG
66365 Patch by Haavard Skinnemoen, 30 Aug 2006
66366
66367 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
66368 matter what the target's preferred debugging format is. This patch
66369 simply replaces -gstabs with -g, so that the default debugging format
66370 for the architecture is used.
66371
66372 commit 965829872169c2996023840d98e1d85ad148d629
66373 Author: Wolfgang Denk <wd@pollux.denx.de>
66374 Date: Tue Oct 24 13:55:18 2006 +0200
66375
66376 Fix/workaround broken dependency handling with make 3.81
66377 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
66378
66379 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
66380 Author: Marian Balakowicz <m8@semihalf.com>
66381 Date: Mon Oct 23 22:17:05 2006 +0200
66382
66383 Fix sequoia separate object direcory building problems.
66384
66385 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
66386 Author: Jon Loeliger <jdl@freescale.com>
66387 Date: Fri Oct 20 17:16:35 2006 -0500
66388
66389 Use generic I2C register block on 85xx and 86xx.
66390
66391 Replace private IMMAP I2C structures with generic reg block
66392 and allow 86xx to have multiple I2C device busses.
66393
66394 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66395
66396 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
66397 Author: Jon Loeliger <jdl@freescale.com>
66398 Date: Fri Oct 20 15:54:34 2006 -0500
66399
66400 Fix compilation warnings on a few 85xx boards.
66401
66402 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66403
66404 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
66405 Author: Jon Loeliger <jdl@freescale.com>
66406 Date: Fri Oct 20 15:50:15 2006 -0500
66407
66408 Converted all 85xx boards to use a common FSL I2C driver.
66409 Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
66410 And removed hard i2c path from a few u-boot.lds scipts too.
66411 Minor whitespace cleanups along the way.
66412
66413 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66414
66415 commit 4d45f69e362b05892c9e92a7907e5820995612aa
66416 Author: Jon Loeliger <jdl@freescale.com>
66417 Date: Thu Oct 19 12:02:24 2006 -0500
66418
66419 Rewrite a series of goto statements as a sequences of
66420 conditional expressions instead.
66421
66422 Use consistent return code 0/-1 for good/bad indicators.
66423
66424 Include one fewer file if the driver isn't used at all.
66425
66426 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66427
66428 commit 7237c033b02fe295880435f1eb80819a0c987532
66429 Author: Jon Loeliger <jdl@freescale.com>
66430 Date: Thu Oct 19 11:02:16 2006 -0500
66431
66432 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
66433
66434 in an effort to begin to unify the umpteen FSL I2C drivers that
66435 are all otherwise very similar.
66436
66437 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66438
66439 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
66440 Author: Jon Loeliger <jdl@freescale.com>
66441 Date: Thu Oct 19 11:33:52 2006 -0500
66442
66443 * Fix a bunch of compiler warnings for gcc 4.0
66444
66445 Signed-off-by: Matthew McClintock <msm@freescale.com>
66446
66447 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
66448 Author: Stefan Roese <sr@denx.de>
66449 Date: Tue Oct 17 06:14:31 2006 +0200
66450
66451 Add monitor functions for indirect access to PPC440 DCR's
66452 Patch by Leonid Baryudin, 12 Oct 2006
66453
66454 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
66455 Author: Jon Loeliger <jdl@freescale.com>
66456 Date: Fri Oct 13 16:47:53 2006 -0500
66457
66458 Fixed leading whitespace issues.
66459 Removed spurious LAWAR thing.
66460
66461 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66462
66463 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
66464 Author: Jon Loeliger <jdl@freescale.com>
66465 Date: Thu Oct 12 10:42:36 2006 -0500
66466
66467 Remove unneeded include files and local variable.
66468
66469 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66470
66471 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
66472 Author: Grant Likely <grant.likely@secretlab.ca>
66473 Date: Tue Oct 10 00:23:32 2006 -0600
66474
66475 Fix possible uninitialized variable compiler warning.
66476
66477 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
66478 do_bootm_linux() may be uninitialized. There is no possibility in the
66479 current code that len will get used uninitialized, but this fix follows
66480 the existing convention of setting both len and data to zero at the same
66481 time.
66482
66483 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
66484
66485 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
66486 Author: Matthew McClintock <msm@freescale.com>
66487 Date: Wed Oct 11 15:13:01 2006 -0500
66488
66489 * Fix a bunch of compiler warnings for gcc 4.0
66490
66491 Signed-off-by: Matthew McClintock <msm@freescale.com>
66492
66493 commit bf651baa365e5447246aad6a633ccd667cf24a39
66494 Author: Jon Loeliger <jdl@freescale.com>
66495 Date: Wed Oct 11 10:10:43 2006 -0500
66496
66497 Move "ar" flags to config.mk to allow for silent "make -s"
66498
66499 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
66500 Author: Jon Loeliger <jdl@freescale.com>
66501 Date: Tue Oct 10 17:19:03 2006 -0500
66502
66503 Coding style changes to remove local varible blocks
66504 and reformat a bit nicer.
66505
66506 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
66507 Author: Jon Loeliger <jdl@freescale.com>
66508 Date: Tue Oct 10 17:16:04 2006 -0500
66509
66510 Fix whitespace issues.
66511
66512 commit 7b382b7125f2397cce63253df62f183e3dfa2770
66513 Author: Jon Loeliger <jdl@freescale.com>
66514 Date: Tue Oct 10 17:14:45 2006 -0500
66515
66516 Fix whitespace issues.
66517
66518 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
66519 Author: Jon Loeliger <jdl@freescale.com>
66520 Date: Tue Oct 10 17:06:53 2006 -0500
66521
66522 Fix whitespace issues.
66523
66524 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
66525 Author: Jon Loeliger <jdl@freescale.com>
66526 Date: Tue Oct 10 17:03:43 2006 -0500
66527
66528 Ran lindent and cleaned up whitespace issues.
66529 Format for 80-columns too.
66530
66531 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
66532 Author: Jon Loeliger <jdl@freescale.com>
66533 Date: Tue Oct 10 17:02:22 2006 -0500
66534
66535 Fix whitespace and 80-col issues.
66536
66537 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
66538 Author: Stefan Roese <sr@denx.de>
66539 Date: Sat Oct 7 11:36:51 2006 +0200
66540
66541 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
66542 Patch by Stefan Roese, 07 Oct 2006
66543
66544 commit 5bc528fa4da751d472397b308137238a6465afd2
66545 Author: Stefan Roese <sr@denx.de>
66546 Date: Sat Oct 7 11:35:25 2006 +0200
66547
66548 Update ALPR code (NAND support working now)
66549 Patch by Stefan Roese, 07 Oct 2006
66550
66551 commit 77d5034847d328753b80c46b83f960a14a26f40e
66552 Author: Stefan Roese <sr@denx.de>
66553 Date: Sat Oct 7 11:33:03 2006 +0200
66554
66555 Remove compile warnings in fpga code
66556 Patch by Stefan Roese, 07 Oct 2006
66557
66558 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
66559 Author: Stefan Roese <sr@denx.de>
66560 Date: Sat Oct 7 11:30:52 2006 +0200
66561
66562 Add CONFIG_BOARD_RESET to configure board specific reset function
66563 Patch by Stefan Roese, 07 Oct 2006
66564
66565 commit f55df18187e7a45cb73fec4370d12135e6691ae1
66566 Author: John Traill <john.traill@freescale.com>
66567 Date: Fri Sep 29 08:23:12 2006 +0100
66568
66569 Fix missing tCycle/modfreq calculation.
66570
66571 Signed-off-by: John Traill <john.traill@freescale.com>
66572
66573 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
66574 Author: Andy Fleming <afleming@freescale.com>
66575 Date: Wed Sep 13 10:33:35 2006 -0500
66576
66577 Updated config headers to add default FDT-based booting
66578
66579 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
66580 Author: Andy Fleming <afleming@freescale.com>
66581 Date: Wed Sep 13 10:34:18 2006 -0500
66582
66583 Add support for eTSEC 3 & 4 on 8548 CDS
66584
66585 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
66586 This will only work on rev 1.3 boards (but doesn't break older boards)
66587 * Cleaned up some comments to reflect the expanded role of tsec
66588 in other systems
66589
66590 commit 084d648b109c8984f83674043c1a7fa3885ef801
66591 Author: Andy Fleming <afleming@freescale.com>
66592 Date: Wed Sep 13 10:33:56 2006 -0500
66593
66594 Added code to support 2.6.18 PCI changes in u-boot
66595
66596 * Added code to swizzle the IRQ map for the PCI
66597
66598 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
66599 Author: Jon Loeliger <jdl@freescale.com>
66600 Date: Tue Sep 19 09:34:10 2006 -0500
66601
66602 Modified makefile for new build mechanism.
66603
66604 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66605
66606 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
66607 Author: Jon Loeliger <jdl@freescale.com>
66608 Date: Thu Sep 14 08:40:36 2006 -0500
66609
66610 Handle 86xx SVR values according to the new Reference Manual.
66611 Both 8641 and 8641D have SVR == 0x8090, and are distinguished
66612 by the byte in bits 16-23 instead.
66613 Thanks to Jason Jin for noticing.
66614
66615 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66616
66617 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
66618 Author: Zhang Wei <wei.zhang@freescale.com>
66619 Date: Mon Aug 28 14:25:31 2006 +0800
66620
66621 Fixed an OF-tree off-by-one bug when adding a new property name.
66622 This bug will cause the kernel booting to pause a long time.
66623
66624 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
66625 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
66626
66627 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
66628 Author: Jon Loeliger <jdl@freescale.com>
66629 Date: Tue Aug 29 11:05:09 2006 -0500
66630
66631 Remove trailing empty lines.
66632
66633 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
66634 Author: Jon Loeliger <jdl@freescale.com>
66635 Date: Tue Aug 29 09:48:49 2006 -0500
66636
66637 Remove bogus msync and use volatile asm.
66638
66639 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
66640 Author: Jon Loeliger <jdl@freescale.com>
66641 Date: Tue Aug 29 08:17:14 2006 -0500
66642
66643 Add myself as maintainer for MPC8641HPCN.
66644
66645 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
66646 Author: Zhang Wei <wei.zhang@freescale.com>
66647 Date: Mon Aug 28 14:25:31 2006 +0800
66648
66649 Fixed an OF-tree off-by-one bug when adding a new property name.
66650 This bug will cause the kernel booting to pause a long time.
66651
66652 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
66653
66654 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
66655 Author: Haiying Wang <haiying.wang@freescale.com>
66656 Date: Fri Aug 25 14:38:34 2006 -0400
66657
66658 Change ramdiskaddr and dtbaddr
66659 Remove PEX fluff commands.
66660
66661 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
66662 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66663
66664 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
66665 Author: Matthew McClintock <msm@freescale.com>
66666 Date: Wed Aug 23 13:32:45 2006 -0500
66667
66668 * Another small fix for booting with disable_of
66669
66670 Signed-off-by: Matthew McClintock <msm@freescale.com>
66671
66672 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
66673 Author: Jon Loeliger <jdl@freescale.com>
66674 Date: Wed Aug 23 11:04:43 2006 -0500
66675
66676 Cleanup and lindent new AHCI driver.
66677
66678 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
66679 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
66680 Date: Wed Aug 23 19:15:12 2006 +0800
66681
66682 Add AHCI define and sata support for MPC8641HPCN board.
66683
66684 Signed-off-by:Jason Jin<jason.jin@freescale.com>
66685
66686 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
66687 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
66688 Date: Wed Aug 23 19:10:44 2006 +0800
66689
66690 Add AHCI support to u-boot
66691
66692 Add AHCI support in u-boot, enable the sata disk controllers which
66693 following the AHCI protocol.
66694
66695 Signed-off-by:Jason Jin<jason.jin@freescale.com>
66696
66697 commit d8ea2acf5f137cae99417df4f573d036ee384668
66698 Author: Zhang Wei <wei.zhang@freescale.com>
66699 Date: Wed Aug 23 17:54:32 2006 +0800
66700
66701 Add dtb boot-up parameter to default boot commands.
66702
66703 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
66704
66705 commit b93775c2036b99baa390ea425c4771895bbc63c4
66706 Author: Jon Loeliger <jdl@freescale.com>
66707 Date: Tue Aug 22 18:26:08 2006 -0500
66708
66709 Cleanup even more poorly introduced whitespace.
66710
66711 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
66712 Author: Jon Loeliger <jdl@freescale.com>
66713 Date: Tue Aug 22 18:07:00 2006 -0500
66714
66715 Cleanup more poorly introduced whitespace.
66716
66717 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
66718 Author: Jon Loeliger <jdl@freescale.com>
66719 Date: Tue Aug 22 17:54:05 2006 -0500
66720
66721 Cleanup poorly introduced whitespace.
66722
66723 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
66724 Author: Jon Loeliger <jdl@freescale.com>
66725 Date: Tue Aug 22 12:25:27 2006 -0500
66726
66727 General indent and whitespace cleanups.
66728
66729 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
66730 Author: Jon Loeliger <jdl@freescale.com>
66731 Date: Tue Aug 22 12:06:18 2006 -0500
66732
66733 General indent and whitespace cleanups.
66734
66735 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
66736 Author: Jon Loeliger <jdl@freescale.com>
66737 Date: Tue Aug 22 10:42:21 2006 -0500
66738
66739 Cleanup compiler warnings.
66740
66741 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
66742 Author: Matthew McClintock <msm@freescale.com>
66743 Date: Tue Aug 22 09:31:59 2006 -0500
66744
66745 Fix disable_of booting
66746
66747 Signed-off-by: Matthew McClintock <msm@freescale.com>
66748
66749 commit 87a449c8ac396420cb24260f717ea9e6faa82047
66750 Author: Matthew McClintock <msm@freescale.com>
66751 Date: Tue Aug 22 09:23:55 2006 -0500
66752
66753 Support for FDT in uImage format, error when using FDT from flash
66754
66755 Signed-off-by: Matthew McClintock <msm@freescale.com>
66756
66757 commit 75c299c38369d01addd5e054b8a16217b70f4a86
66758 Author: Haiying Wang <haiying.wang@freescale.com>
66759 Date: Tue Aug 15 15:12:55 2006 -0400
66760
66761 Unlock cache before kernel starts up for MPC86xx
66762
66763 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
66764 Author: Haiying Wang <haiying.wang@freescale.com>
66765 Date: Tue Aug 15 15:13:15 2006 -0400
66766
66767 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
66768
66769 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
66770 Author: Haiying Wang <haiying.wang@freescale.com>
66771 Date: Tue Aug 15 15:12:55 2006 -0400
66772
66773 Unlock cache before kernel starts up for MPC86xx
66774
66775 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
66776 Author: Haiying Wang <haiying.wang@freescale.com>
66777 Date: Tue Aug 15 15:13:15 2006 -0400
66778
66779 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
66780
66781 commit 86c8e17f25e972a7e272950a0735fad84e082b88
66782 Author: Matthew McClintock <msm@freescale.com>
66783 Date: Wed Aug 16 13:59:47 2006 -0500
66784
66785 * Fix disable_of booting
66786
66787 Signed-off-by: Matthew McClintock <msm@freescale.com>
66788
66789 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
66790 Author: Matthew McClintock <msm@freescale.com>
66791 Date: Wed Aug 16 10:54:09 2006 -0500
66792
66793 * Support for FDT in uImage format, error when using FDT from flash
66794
66795 Signed-off-by: Matthew McClintock <msm@freescale.com>
66796
66797 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
66798 Author: Stefan Roese <sr@denx.de>
66799 Date: Tue Aug 15 14:22:35 2006 +0200
66800
66801 Add initial support for the ALPR board from Prodrive
66802 NAND needs some additional testing
66803 Patch by Heiko Schocher, 15 Aug 2006
66804
66805 commit f0ff4692ff3372dec55074a8eb444943ab095abb
66806 Author: Stefan Roese <sr@denx.de>
66807 Date: Tue Aug 15 14:15:51 2006 +0200
66808
66809 Add FPGA Altera Cyclone 2 support
66810 Patch by Heiko Schocher, 15 Aug 2006
66811
66812 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
66813 Author: Jon Loeliger <jdl@freescale.com>
66814 Date: Mon Aug 14 15:33:38 2006 -0500
66815
66816 Fix BAT0 to actually be cacheable, non-guarded as documented.
66817
66818 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66819
66820 commit 40bc83559db5745681909fd7382ae509567e116d
66821 Author: Jon Loeliger <jdl@freescale.com>
66822 Date: Wed Aug 9 15:32:16 2006 -0500
66823
66824 Removed MPC8641HPCN DTS source file from build.
66825 It is no longer linked into U-Boot; its sources are
66826 now located in the kernel tree.
66827
66828 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66829
66830 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
66831 Author: Matthew McClintock <msm@freescale.com>
66832 Date: Wed Jun 28 10:47:03 2006 -0500
66833
66834 * Switched default PCI speed for 8540 ADS back to 33MHz
66835
66836 * Added comments and a printf to warn that PCI-X won't
66837 work at 33MHz
66838 Patch by Andy Fleming 17-Mar-2006
66839
66840 Signed-off-by: Andy Fleming <afleming@freescale.com>
66841
66842 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
66843 Author: Matthew McClintock <msm@freescale.com>
66844 Date: Wed Jun 28 10:46:35 2006 -0500
66845
66846 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
66847
66848 Signed-off-by: Andy Fleming <afleming@freescale.com>
66849
66850 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
66851 Author: Matthew McClintock <msm@freescale.com>
66852 Date: Wed Jun 28 10:46:13 2006 -0500
66853
66854 * Added VIA configuration table
66855
66856 * Added support for PCI2 on CDS
66857 Patch by Andy Fleming 17-Mar-2006
66858
66859 Signed-off-by: Andy Fleming <afleming@freescale.com>
66860
66861 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
66862 Author: Matthew McClintock <msm@freescale.com>
66863 Date: Wed Jun 28 10:45:41 2006 -0500
66864
66865 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
66866
66867 Signed-off-by: Andy Fleming <afleming@freescale.com>
66868
66869 commit 97074ed9655309b64231bc2cee69fe85399f8055
66870 Author: Matthew McClintock <msm@freescale.com>
66871 Date: Wed Jun 28 10:45:17 2006 -0500
66872
66873 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
66874
66875 Signed-off-by: Andy Fleming <afleming@freescale.com>
66876
66877 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
66878 Author: Matthew McClintock <msm@freescale.com>
66879 Date: Wed Jun 28 10:44:49 2006 -0500
66880
66881 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
66882
66883 Signed-off-by: Andy Fleming <afleming@freescale.com>
66884
66885 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
66886 Author: Matthew McClintock <msm@freescale.com>
66887 Date: Wed Jun 28 10:44:23 2006 -0500
66888
66889 * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006
66890
66891 Signed-off-by: Andy Fleming <afleming@freescale.com>
66892
66893 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
66894 Author: Matthew McClintock <msm@freescale.com>
66895 Date: Wed Jun 28 10:43:36 2006 -0500
66896
66897 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
66898
66899 Signed-off-by: Jon Loeliger <jdl@freescale.com>
66900
66901 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
66902 Author: Matthew McClintock <msm@freescale.com>
66903 Date: Wed Jun 28 10:43:00 2006 -0500
66904
66905 * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
66906
66907 commit 5498d90312aad9f6bdbf047986027c35b03cd163
66908 Author: Matthew McClintock <msm@freescale.com>
66909 Date: Wed Jun 28 10:42:24 2006 -0500
66910
66911 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
66912
66913 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
66914 Author: Matthew McClintock <msm@freescale.com>
66915 Date: Wed Jun 28 10:41:37 2006 -0500
66916
66917 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
66918
66919 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
66920 Author: John Traill <john.traill@freescale.com>
66921 Date: Wed Aug 9 14:33:50 2006 +0100
66922
66923 Add Rapidio support for the MPC8641HPCN
66924
66925 Signed-off-by: John Traill <john.traill@freescale.com>
66926
66927 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
66928 Author: John Traill <john.traill@freescale.com>
66929 Date: Tue Aug 8 11:32:43 2006 +0100
66930
66931 Fix caslat calculation
66932
66933 Signed-off-by: John Traill <john.traill@freescale.com>
66934
66935 commit 709d3073e74153278e7904a70819bbef7df50e1a
66936 Author: Jon Loeliger <jdl@freescale.com>
66937 Date: Thu Aug 3 16:17:56 2006 -0500
66938
66939 Convert to mac-address in ethernet nodes.
66940
66941 commit 71748af833ca1017edf1415be376366ff2937d17
66942 Author: Haiying Wang <haiying.wang@freescale.com>
66943 Date: Fri Jul 28 12:41:35 2006 -0400
66944
66945 Correct the irq value of DUART2
66946
66947 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
66948 Author: Haiying Wang <haiying.wang@freescale.com>
66949 Date: Fri Jul 28 12:41:41 2006 -0400
66950
66951 Change the space size of PEX IO in README
66952
66953 commit 239db37c94f7a92941c4465feceb867c609241c5
66954 Author: Haiying Wang <haiying.wang@freescale.com>
66955 Date: Fri Jul 28 12:41:18 2006 -0400
66956
66957 Move get_board_sys_clk to board directory
66958
66959 commit 492900b985439fbce1a118afde1e35def870db03
66960 Author: John Traill <john.traill@freescale.com>
66961 Date: Fri Jul 28 09:03:54 2006 +0100
66962
66963 Fix 8641HPCN pollution
66964
66965 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
66966 Author: John Traill <john.traill@freescale.com>
66967 Date: Fri Jul 28 08:16:06 2006 +0100
66968
66969 Fix 8641HPCN timebase
66970
66971 commit c86360b830f1eecd7a72208575dde4f57879faea
66972 Author: Zhang Wei <wei.zhang@freescale.com>
66973 Date: Fri Jul 28 00:01:34 2006 +0800
66974
66975 Fixed OF device tree of mpc86xxhpcn board.
66976
66977 The changes works in with kernel irq mapping rework.
66978
66979 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
66980
66981 commit bea3f28d285942bf3f7ab339ce85178ded544225
66982 Author: Haiying Wang <haiying.wang@freescale.com>
66983 Date: Wed Jul 12 10:48:05 2006 -0400
66984
66985 Add support for reading and writing mac addresses to or from ID EEPROM.
66986
66987 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
66988 With attached patch, we can use command "mac/mac read/mac save/"
66989 to read and write EEPROM under u-boot prompt.
66990
66991 U-boot will calculate the checksum of EEPROM while bootup,
66992 if it is right, then u-boot will check whether the mac address
66993 of eTSEC0/1/2/3 is availalbe (non-zero).
66994
66995 If there is mac address availabe in EEPROM, u-boot will use it,
66996 otherewise, u-boot will use the mac address defined in
66997 MPC8641HPCN.h. This matches the requirement to set unique mac address
66998 for each TSEC port.
66999
67000 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
67001 Signed-off-by: York Sun <yorksun@freescale.com>
67002
67003 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
67004 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
67005 Date: Thu Jul 13 10:35:10 2006 -0500
67006
67007 Fixed initrd issue by define big RAM
67008
67009 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
67010
67011 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
67012 Author: Jason Jin <Jason.jin@freescale.com>
67013 Date: Fri Jul 7 10:01:45 2006 -0500
67014
67015 We made a u-boot patch to fix the hang up issue
67016 when booting filesystem from ramdisk.
67017
67018 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
67019
67020 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
67021 Author: Matthew McClintock <msm@freescale.com>
67022 Date: Wed Jun 28 10:47:03 2006 -0500
67023
67024 * Switched default PCI speed for 8540 ADS back to 33MHz
67025 * Added comments and a printf to warn that PCI-X won't
67026 work at 33MHz
67027 Patch by Andy Fleming 17-Mar-2006
67028
67029 Signed-off-by: Andy Fleming <afleming@freescale.com>
67030
67031 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
67032 Author: Matthew McClintock <msm@freescale.com>
67033 Date: Wed Jun 28 10:46:35 2006 -0500
67034
67035 * Fixed a bug where 8555 PCI code used the old variable and
67036 function names
67037 Patch by Andy Fleming 17-Mar-2006
67038
67039 Signed-off-by: Andy Fleming <afleming@freescale.com>
67040
67041 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
67042 Author: Matthew McClintock <msm@freescale.com>
67043 Date: Wed Jun 28 10:46:13 2006 -0500
67044
67045 * Added VIA configuration table
67046 * Added support for PCI2 on CDS
67047 Patch by Andy Fleming 17-Mar-2006
67048
67049 Signed-off-by: Andy Fleming <afleming@freescale.com>
67050
67051 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
67052 Author: Matthew McClintock <msm@freescale.com>
67053 Date: Wed Jun 28 10:45:41 2006 -0500
67054
67055 * Fixed PCI memory definitions
67056 Patch by Andy Fleming 17-Mar-2006
67057
67058 Signed-off-by: Andy Fleming <afleming@freescale.com>
67059
67060 commit 087454609e47295443af793a282cddcd91a5f49c
67061 Author: Matthew McClintock <msm@freescale.com>
67062 Date: Wed Jun 28 10:45:17 2006 -0500
67063
67064 * Added support for initializing second PCI bus on 85xx
67065 Patch by Andy Fleming 17-Mar-2006
67066
67067 Signed-off-by: Andy Fleming <afleming@freescale.com>
67068
67069 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
67070 Author: Matthew McClintock <msm@freescale.com>
67071 Date: Wed Jun 28 10:44:49 2006 -0500
67072
67073 * Added PCI-X #defines for PCI-X initialization
67074 Patch by Andy Fleming on 17-Mar-2006
67075
67076 Signed-off-by: Andy Fleming <afleming@freescale.com>
67077
67078 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
67079 Author: Matthew McClintock <msm@freescale.com>
67080 Date: Wed Jun 28 10:44:23 2006 -0500
67081
67082 * Made sure the code which disables prefetch for PCI devices
67083 sets the size of the prefetch region to 0
67084 Patch by Andy Fleming on 17-Mar-2006
67085
67086 Signed-off-by: Andy Fleming <afleming@freescale.com>
67087
67088 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
67089 Author: Matthew McClintock <msm@freescale.com>
67090 Date: Wed Jun 28 10:43:36 2006 -0500
67091
67092 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
67093 Patch by Jon Loeliger 17-Jan-2006
67094
67095 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67096
67097 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
67098 Author: Matthew McClintock <msm@freescale.com>
67099 Date: Wed Jun 28 10:43:00 2006 -0500
67100
67101 * Removed the oftree.dts for stxxtx in light of the changes
67102 to the flat device tree handling code
67103 Patch by Matthew McClintock 26-June-2006
67104
67105 commit 1b380ec225665e73959677f3893dc658c5925e05
67106 Author: Matthew McClintock <msm@freescale.com>
67107 Date: Wed Jun 28 10:42:24 2006 -0500
67108
67109 * Patch to modify ft_build.c to update flat device trees in place
67110 Patch by Matthew McClintock 26-June-2006
67111
67112 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
67113 Author: Matthew McClintock <msm@freescale.com>
67114 Date: Wed Jun 28 10:41:37 2006 -0500
67115
67116 * Modify bootm command to support booting with flat device trees
67117 Patch by Matthew McClintock 26-June-2006
67118
67119 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
67120 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
67121 Date: Wed Jun 28 08:43:56 2006 -0500
67122
67123 Change Id to symbolic name for RTL8139
67124
67125 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
67126
67127 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
67128 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
67129 Date: Tue Jun 27 18:12:10 2006 +0800
67130
67131 Fix RTL8139 in big endian
67132
67133 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
67134 signed-off-by: Wei Zhang <wei.zhang@freescale.com>
67135
67136 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
67137 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
67138 Date: Tue Jun 27 18:12:23 2006 +0800
67139
67140 Fix Tsec bug when no link
67141
67142 When tftp a non-exist file from the tftp server, u-boot will check
67143 the link of all eth port. The original file will return wrong link
67144 state on the no link ports.
67145
67146 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
67147
67148 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
67149 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
67150 Date: Tue Jun 27 18:12:02 2006 +0800
67151
67152 Fix bug for io_bar size during pci scan
67153
67154 During the pci scan process, Some devices return bar_reponse with the
67155 highest bytes 0, such as the pci bridge in uli1575 return bar_response
67156 with 0xffffff, So the bar_size should be manually set under 64K.
67157
67158 Signed-off-by: Jason Jin <jason.jin@freescale.com>
67159
67160 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
67161 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
67162 Date: Tue Jun 27 18:11:54 2006 +0800
67163
67164 Enable PCIE1 for MPC8641HPCN board
67165
67166 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
67167
67168 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
67169 Author: Wolfgang Denk <wd@pollux.denx.de>
67170 Date: Mon Jun 26 11:06:00 2006 +0200
67171
67172 More code cleanup
67173
67174 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
67175 Author: Jon Loeliger <jdl@freescale.com>
67176 Date: Thu Jun 22 08:51:46 2006 -0500
67177
67178 Fix bug in 8641hpcn reset command with no args.
67179
67180 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
67181 Acked-by: Jon Loeliger <jdl@freescale.com>
67182
67183 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
67184 Author: Zhang Wei <wei.zhang@freescale.com>
67185 Date: Tue Jun 20 17:47:15 2006 +0800
67186
67187 Reworked IRQ mapping in OF-tree.
67188
67189 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
67190 Author: Jon Loeliger <jdl@freescale.com>
67191 Date: Thu Jun 15 21:33:37 2006 -0500
67192
67193 Do not enable address translation on secondary CPUs.
67194 Do not set up BATs on secondary CPUs. Let Linux do the nasty.
67195
67196 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67197
67198 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
67199 Author: Wolfgang Denk <wd@pollux.denx.de>
67200 Date: Wed Jun 14 18:14:56 2006 +0200
67201
67202 Code cleanup
67203
67204 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
67205 Author: Wolfgang Denk <wd@pollux.denx.de>
67206 Date: Wed Jun 14 17:45:53 2006 +0200
67207
67208 Various USB related patches
67209 - Add support for mpc8xx USB device.
67210 - Add support for Common Device Class - Abstract Control Model USB console.
67211 - Add support for flow control in USB slave devices.
67212 - Add support for switching between gserial and cdc_acm using environment.
67213 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
67214 - Update usbcore slightly to ease host enumeration.
67215 - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
67216 - Add AdderUSB_config as a defconfig to enable usage of the USB console
67217 by default with the Adder87x U-Boot port.
67218 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
67219
67220 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
67221 Author: Jon Loeliger <jdl@jdl.com>
67222 Date: Wed Jun 7 10:53:55 2006 -0500
67223
67224 Fix a get_board_sys_clk() use-before-def warning.
67225
67226 Signed-off-by: Jon Loeliger <jdl@jdl.com>
67227
67228 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
67229 Author: Jon Loeliger <jdl@jdl.com>
67230 Date: Wed Jun 7 10:52:49 2006 -0500
67231
67232 Allow DTC path to be passed in.
67233
67234 Signed-off-by: Jon Loeliger <jdl@jdl.com>
67235
67236 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
67237 Author: Haiying Wang <haiying.wang@freescale.com>
67238 Date: Tue Jun 6 16:54:29 2006 -0400
67239
67240 Modify the IRQ of DUART2
67241
67242 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
67243 Author: Jon Loeliger <jdl@jdl.com>
67244 Date: Wed May 31 13:55:35 2006 -0500
67245
67246 Review cleanups.
67247
67248 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67249
67250 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
67251 Author: Jon Loeliger <jdl@jdl.com>
67252 Date: Wed May 31 12:44:44 2006 -0500
67253
67254 White space cleanup.
67255 Some 80-column cleanups.
67256 Convert printf() to puts() where possible.
67257 Use #include "spd_sdram.h" as needed.
67258 Enhanced reset command usage message a bit.
67259
67260 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67261
67262 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
67263 Author: Jon Loeliger <jdl@jdl.com>
67264 Date: Wed May 31 11:39:34 2006 -0500
67265
67266 Removed unneeded local_bus_init() from 8641HPCN board.
67267
67268 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67269
67270 commit 4d3d729c16c392d2982d3266b659d333c927697d
67271 Author: Jon Loeliger <jdl@jdl.com>
67272 Date: Wed May 31 11:24:28 2006 -0500
67273
67274 Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
67275
67276 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67277
67278 commit b2a941de060350ad15878d8219825f4950e9bb8e
67279 Author: Jon Loeliger <jdl@jdl.com>
67280 Date: Wed May 31 10:07:28 2006 -0500
67281
67282 Remove dead debug code.
67283
67284 Signed-off-by: Jon Loeliger <jdl@jdl.com>
67285
67286 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
67287 Author: Jon Loeliger <jdl@freescale.com>
67288 Date: Tue May 30 17:47:00 2006 -0500
67289
67290 Move mpc86xx PIXIS code to board directory
67291
67292 First cut at moving the PIXIS platform code out of
67293 the 86xx cpu directory and into board/mpc8641hpcn
67294 where it belongs.
67295
67296 Signed-off-by: Jon Loeliger <jdl@freescale.com>
67297
67298 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
67299 Author: Markus Klotzbuecher <mk@denx.de>
67300 Date: Tue May 30 16:56:14 2006 +0200
67301
67302 Support generic OHCI support for the s3c24x0 cpu.
67303
67304 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
67305 Author: Haiying Wang <Haiying.Wang@freescale.com>
67306 Date: Tue May 30 09:10:32 2006 -0500
67307
67308 Improve "reset" command's interaction with watchdog.
67309
67310 "reset altbank" will reset another bank WITHOUT watch dog timer enabled
67311 "reset altbank wd" will reset another bank WITH watch dog enabled
67312 "diswd" will disable watch dog after u-boot boots up successfully
67313
67314 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67315
67316 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
67317 Author: Haiying Wang <Haiying.Wang@freescale.com>
67318 Date: Tue May 30 08:51:19 2006 -0500
67319
67320 Fix two SDRAM setup bugs.
67321
67322 Fix ECC setup bug.
67323 Enable 1T/2T based on number of DIMMs present.
67324
67325 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67326
67327 commit d11fec5015334deb2010e36ce00bb118cc5429a5
67328 Author: Haiying Wang <Haiying.Wang@freescale.com>
67329 Date: Fri May 26 10:24:48 2006 -0500
67330
67331 Add first draft of the MPC8641HPCN doc/README.
67332
67333 Signed-off-by: Jon Loeliger <jdl@jdl.com>
67334
67335 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
67336 Author: Haiying Wang <Haiying.Wang@freescale.com>
67337 Date: Fri May 26 10:13:04 2006 -0500
67338
67339 Added pci@8000 block.
67340 Updated ethernet interrupt mappings (moved up 48).
67341 Cleaned up a few comments.
67342
67343 Signed-off-by: Jon Loeliger <jdl@jdl.com>
67344
67345 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
67346 Author: Haiying Wang <Haiying.Wang@freescale.com>
67347 Date: Fri May 26 10:01:16 2006 -0500
67348
67349 Allow args on reset command.
67350
67351 Signed-off-by: Jon Loeliger <jdl@jdl.com>
67352
67353 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
67354 Author: Markus Klotzbuecher <mk@denx.de>
67355 Date: Tue May 23 13:38:35 2006 +0200
67356
67357 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
67358 fixes to the latter.
67359
67360 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
67361 Author: Markus Klotzbuecher <mk@denx.de>
67362 Date: Tue May 23 10:33:11 2006 +0200
67363
67364 More cleanup for the delta board and the generic usb_ohci driver. Added
67365 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
67366 initialization and cleanup hooks respectively.
67367
67368 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
67369 Author: Markus Klotzbuecher <mk@denx.de>
67370 Date: Mon May 22 16:33:54 2006 +0200
67371
67372 This patch adds USB storage support for the delta board. This is the first
67373 board to make use of a generic OHCI driver, that calls hooks for board
67374 dependant initialization.
67375
67376 commit 14e37081ff3cac7ebe6e93836523429853b6b292
67377 Author: Jon Loeliger <jdl@jdl.com>
67378 Date: Fri May 19 13:28:39 2006 -0500
67379
67380 Change arbitration to round-robin for SMP linux.
67381
67382 commit 9a655876e5995be80f49054e2509500e871e4d3a
67383 Author: Jon Loeliger <jdl@jdl.com>
67384 Date: Fri May 19 13:26:34 2006 -0500
67385
67386 Enable dual DDR controllers and interleaving.
67387
67388 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
67389 Author: Jon Loeliger <jdl@jdl.com>
67390 Date: Fri May 19 13:22:44 2006 -0500
67391
67392 Update 86xx address map and LAWBARs.
67393
67394 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
67395 Author: Jon Loeliger <jdl@jdl.com>
67396 Date: Fri May 19 13:14:15 2006 -0500
67397
67398 Remove L2 Cache invalidate polling.
67399
67400 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
67401 Author: Jon Loeliger <jdl@jdl.com>
67402 Date: Fri May 19 12:33:09 2006 -0500
67403
67404 Enable 2nd CPU and I2C.
67405
67406 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
67407 Author: Jon Loeliger <jdl@freescale.com>
67408 Date: Mon May 15 07:26:56 2006 -0500
67409
67410 Update interrupt mapping.
67411
67412 commit 6cfea33477b04b63ed47386ed1629529484c33ba
67413 Author: Haiying Wang <Haiying.Wang@freescale.com>
67414 Date: Wed May 10 09:38:06 2006 -0500
67415
67416 Remove unneeded INIT_RAM_LOCK cache twiddling.
67417 Correctly tracks r29 as global data pointer now.
67418
67419 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67420
67421 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
67422 Author: Jon Loeliger <jdl@freescale.com>
67423 Date: Wed May 10 09:33:07 2006 -0500
67424
67425 Remove unnecessary flash.c file.
67426
67427 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
67428 Author: Jon Loeliger <jdl@freescale.com>
67429 Date: Tue May 9 08:23:49 2006 -0500
67430
67431 Get MPC8641HPCN flash images working.
67432
67433 Enable the CFI driver.
67434 Remove bogus LAWBAR7 cruft.
67435 Use correct TEXT_BASE, Fixup load script.
67436 Enable SPD EEPROM during DDR setup.
67437 Use generic RFC 1918 IP addresses by default.
67438
67439 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
67440 Author: Jon Loeliger <jdl@freescale.com>
67441 Date: Thu Apr 27 10:15:16 2006 -0500
67442
67443 Cleanup whitespaces and style issues.
67444 Removed //-style comments.
67445 Use 80-column lines.
67446 Remove trailing whitespace.
67447 Remove dead code and debug cruft.
67448
67449 commit a2320a6bf8113a09544c42d160d10ac69d049a03
67450 Author: Jon Loeliger <jdl@freescale.com>
67451 Date: Thu Apr 27 08:22:39 2006 -0500
67452
67453 Revert bad PCI prefetch limit change.
67454
67455 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
67456 Author: Jon Loeliger <jdl@freescale.com>
67457 Date: Wed Apr 26 17:58:56 2006 -0500
67458
67459 Initial support for MPC8641 HPCN board.