X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGELOG;h=b9676604e3d5b56fb101659d898c5e465cf8fa0c;hb=0a371ca08908c9b2a58171223a79bffea1f7c6f5;hp=333c60e39a947f5a03cd8de24262a56aee71527d;hpb=6b1f78ae6ad037382ad430b07064105c88f7ac02;p=oweals%2Fu-boot.git diff --git a/CHANGELOG b/CHANGELOG index 333c60e39a..b9676604e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,18 +1,6318 @@ -commit c3147c1762f8caf99649051116a2411bdf887c10 +commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 +Author: Mike Frysinger +Date: Tue Jul 21 22:59:36 2009 -0400 + + autoconf.mk: include before config.mk for top level files + + By including autoconf.mk before config.mk, all top level files can use any + config options it sets up (like _config.mk) or the Makefile itself + without being forced to use lazy evaluation. + +commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c +Author: Mark Jackson +Date: Tue Jul 21 11:30:53 2009 +0100 + + Remove static declaration from gunzip_bmp() + + This patch removes the static declaration from gunzip_bmp() + + Without it, the gunzip_bmp() function is not visible to + common/lcd.c and fails to compile with an error. + + Signed-off-by: Mark Jackson + +commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b +Author: Peter Tyser +Date: Mon Jul 20 21:51:38 2009 -0500 + + cmd_tsi148: General cleanup + + - Fix command help message + - Disable DEBUG by default + - Fix whitespace issues + - Fix lines > 80 characters + + Signed-off-by: Peter Tyser + Acked-by: Stefan Roese + +commit 9aef73888509d10193615ee5cd9cf439ca44e937 +Author: Mike Frysinger +Date: Sun Jul 19 15:17:03 2009 -0400 + + unify HOST_CFLAGS and HOSTCFLAGS + + The top build system sets up HOSTCFLAGS a bit and exports it, but other + places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the + values stay in sync. + + Signed-off-by: Mike Frysinger + +commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936 Author: Wolfgang Denk -Date: Sun Jun 14 20:31:36 2009 +0200 +Date: Thu Jul 23 21:16:59 2009 +0200 - Revert "SMC911x driver fixed for NFS boot" + Update CHANGELOG - This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43, - which causes compile warnings ("large integer implicitly truncated - to unsigned type") on all systems that use this driver. The warning - results from passing long constants (TX_CFG, RX_CFG) into - smc911x_set_mac_csr() which is declared to accept "unsigned - character" arguments only. + Signed-off-by: Wolfgang Denk - Being close to a release, with nobody available to actually test the - code or the suggested fixes, it seems better to revert the patch. +commit e3b39f84e974df70065fa248f0f63993b1708c9d +Author: André Schwarz +Date: Fri Jul 17 14:50:24 2009 +0200 + + update config for mvBC-P (MPC5200) + + This patch adds I2C support for mvBC-P and defines flash layout + matching the shipped product. + + Signed-off-by: André Schwarz + +commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311 +Author: Kumar Gala +Date: Mon Jul 13 09:24:00 2009 -0500 + + ahci: Fix gcc 4.4 compiler warning + + ahci.c: In function 'ata_scsiop_read_capacity10': + ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kumar Gala + +commit 51d91e1a253c97713c7f3e5c0b910a4db4979283 +Author: Kumar Gala +Date: Mon Jul 13 09:23:59 2009 -0500 + + drivers/bios_emulator: Fix gcc 4.4 compiler warning + + biosemu.c: In function 'BE_setVGA': + biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kumar Gala + +commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a +Author: Detlev Zundel +Date: Mon Jul 13 16:01:19 2009 +0200 + + Re-add support for image type 'Standalone Program' + + Support for this type was lost during the bootm refactoring. + + Signed-off-by: Detlev Zundel + +commit ca95c9df0280f40e8e4befadbaae21fa67d92331 +Author: Detlev Zundel +Date: Mon Jul 13 16:01:18 2009 +0200 + + Add error checking for unsupported OS types. + + Signed-off-by: Detlev Zundel + +commit 982adfc610669482a32127282fe489857a92cfe3 +Author: Peter Tyser +Date: Fri Jul 10 18:46:10 2009 -0500 + + ppc: Unlock cache-as-ram in a consistent manner + + Previously, non-e500 architectures only unlocked their data cache which + was used as early RAM when booting to Linux using the "bootm" command. + This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined + to unlock their data cache during U-Boot's initialization. This + improves U-Boot performance and provides a common cache state when + booting to different OSes. + + Signed-off-by: Peter Tyser + +commit b201171f2b4d509f3ad510b214bee70ff902e3d6 +Author: Giuseppe CONDORELLI +Date: Thu Jul 23 04:54:45 2009 -0400 + + zlib: updated to v.1.2.3 + + This patch updates zlib to the latest stable version. + + Only relevant zlib parts were ported to u-boot tree, as was done for + the previously used version of zlib (0.95). New zlib gives faster + inflate performance and other improvements, see www.zlib.net + + Signed-off-by: Giuseppe Condorelli + Reviewed-by: Angelo Castello + + Edited commit message + + Signed-off-by: Wolfgang Denk + +commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57 +Author: Robin Getz +Date: Tue Jul 21 12:15:28 2009 -0400 + + Save server's MAC address in environment + + Linux's netconsole works much better when you can pass it the MAC address of + the server. (otherwise it just uses broadcast, which everyone else on my + network complains about :) + + This sets the env var "serveraddr" (to match ethaddr), so that you can pass + it to linux with whatever bootargs you want to.... + + addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr) + + Signed-of-by: Robin Getz + + Signed-off-by: Ben Warren + +commit 0b23fb368d08c9669fac647971ff249c3f9fee8f +Author: Ilya Yanok +Date: Tue Jul 21 19:32:21 2009 +0400 + + fec_mxc: driver for FEC ethernet controller on i.MX27 + + Signed-off-by: Ilya Yanok + Signed-off-by: Ben Warren + +commit 0544c63681d2ea3607faf374e9c56f101e365b42 +Author: Alessio Centazzo +Date: Sat Jul 11 11:56:06 2009 -0700 + + ppc4xx: Fixed compilation warning in 4xx_enet.c + + This patch fixes a compilation warning for some Ethernet PHY-less + PPC4xx platforms (440SPE based ones) and a potential compilation + error for 440SP platforms (use of undefined 'ethgroup' variable). + In the original code and in case of 440SPE platforms, 'ethgroup' + is initialized to -1 and never modified. Later in the function, + within an #ifdef statement, an 'if statement' executes code only + if 'ethgroup' is set to 4, therefore it is harmless to avoid + executing the 'if statement' by removing the CONFIG_440SPE from + the affected #ifdefs. In case of 440SP platforms with on-board + Ethernet PHY, 'ethgroup' is undefined but used (there are not such + platforms in the repository yet). All other architectures are not + affected by this change. + + Signed-off-by: Alessio Centazzo acpatin@yahoo.com + Acked-by: Stefan Roese + Signed-off-by: Ben Warren + +commit 09133f8580f0106429ba3600f1855bd3577ae58b +Author: Michael Zaidman +Date: Tue Jul 14 23:37:12 2009 +0300 + + DHCP regression on 2009-06 + + Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06 + by initializing our IP addr to 0 in order to accept any IP addr + assigned to us by the DHCP/BOOTP/RARP server. + + Ack-by: Robin Getz + Signed-off-by: Michael Zaidman + Signed-off-by: Ben Warren + +commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523 +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:58:02 2009 +0530 + + net: phy: bugfixes: mv88E61xx multichip addressing support + + With these fixes, this driver works properly for multi chip + addressging mode + + Bugfixes: + 1. Build error fixed for function mv88e61xx_busychk_multic-fixed + 2. PHY dev address error detection- fixed + 3. wrong busy bit was refered in function mv88e61xx_busychk -fixed + 4. invalid data read ptr was refered for RD_PHY in case of + multichip addressing mode -fixed + + The Multichip Address mode is tested with RD6281A board having + MV88E6165 switch on it + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 16025ea45539219f2a7c750c6f0ae983ea5c2737 +Author: Simon Kagstrom +Date: Wed Jul 8 13:05:11 2009 +0200 + + arm: Kirkwood: Check the error summary bit for error detection + + The Marvell documentation for the 88f6281 states that the error coding + is only valid if the error summary and last frame bits in the transmit + descriptor status field are set. This patch adds checks for these for + transmit (I would get transmit errors on bootp with the current check, + which I believe are spurious). + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6 +Author: Simon Kagstrom +Date: Wed Jul 8 13:03:18 2009 +0200 + + arm: Kirkwood: Fix compiler optimization bug for kwgbe_send + + kwgbe_send/recv both have loops waiting for the hardware to set a bit. + GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This + patch uses readl to force a read from device memory. Other volatile + accesses have also been replaced with readl/writel where appropriate + (as per suggestions on the U-boot mailing list). + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit 3f6b18ffd94621625de961bc566022b0266790f5 +Author: Richard Retanubun +Date: Thu Jul 2 13:21:22 2009 -0400 + + MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA. + + This patch sets the returned value to 0xFFFF if the PHY does not exist + and does not assert Transfer Acknowledge. A NULL check for the value + pointer is also added for buffer overflow protection. + + Without this patch 'mii info' will show 'phantom' devices because the + value will be not be initialized and return with some random value. + + Signed-off-by: Richard Retanubun + Signed-off-by: Ben Warren + +commit 736fead8fdbf8a8407048bebc373cd551d01ec98 +Author: Ben Warren +Date: Mon Jul 20 22:01:11 2009 -0700 + + Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API + + All in-tree boards that use this controller have CONFIG_NET_MULTI added + Also: + - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X* + - cleaned up line lengths + - modified all boards that override weak function in this driver + - added + + Signed-off-by: Ben Warren + Tested-by: Mike Frysinger + +commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20 +Author: Ben Warren +Date: Fri Jul 17 00:50:15 2009 -0700 + + Add warning about upcoming removal of old Ethernet API + + Signed-off-by: Ben Warren + +commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1 +Author: Poonam Aggrwal +Date: Thu Jul 2 16:15:13 2009 +0530 + + P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) + + These PHYs are on P2020RDB platform. + + Also revamped Freescale copyright message in drivers/net/tsec.c. + + Signed-off-by: Poonam Aggrwal + Signed-off-by: Ben Warren + +commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf +Author: Robin Getz +Date: Mon Jul 20 14:53:54 2009 -0400 + + Add DNS support + + On 04 Oct 2008 Pieter posted a dns implementation for U-Boot. + + http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html + > + > DNS can be enabled by setting CFG_CMD_DNS. After performing a query, + > the serverip environment var is updated. + > + > Probably there are some cosmetic issues with the patch. Unfortunatly I + > do not have the time to correct these. So if anybody else likes DNS + > support in U-Boot and has the time, feel free to patch it in the main tree. + + Here it is again - slightly modified & smaller: + - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0) + - README.dns is added + - syntax is changed (now takes a third option, the env var to store + the result in) + - add a random port() function in net.c + - sort Makefile in ./net/Makefile + - dns just returns unless a env var is given + - run through checkpatch, and clean up style issues + - remove packet from stack + - cleaned up some comments + - failure returns much faster (if server responds, don't wait for + timeout) + - use built in functions (memcpy) rather than byte copy. + + Signed-off-by: Robin Getz + Signed-off-by: Pieter Voorthuijsen + Signed-off-by: Ben Warren + +commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f +Author: Kim Phillips +Date: Fri Jul 17 12:17:00 2009 -0500 + + net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning + + fix this gcc 4.4 warning: + + tsec.c: In function 'tsec_init': + tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kim Phillips + Signed-off-by: Ben Warren + +commit d9bec9f42ab34383737c8a94429aa02fe76d7946 +Author: Mike Frysinger +Date: Sat Jul 18 21:04:08 2009 -0400 + + net: rename NetRxPkt to NetRxPacket + + The net code is mostly consistent in using 'Packet' rather than 'Pkt', so + rename the minor detractor to follow suite. + + Signed-off-by: Mike Frysinger + Signed-off-by: Ben Warren + +commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c +Author: Nobuhiro Iwamatsu +Date: Thu Jun 25 16:33:04 2009 +0900 + + sh: sh_eth: Remove garbage from printf + + Signed-off-by: Nobuhiro Iwamatsu + CC: Nobuhiro Iwamatsu + Signed-off-by: Ben Warren + +commit 2ea20efa47da9d98ff38223ff51dea5439ad8708 +Author: Andreas Pretzsch +Date: Thu Jul 9 21:50:05 2009 +0200 + + smc911x: add support for LAN9221 + + Signed-off-by: Andreas Pretzsch + Signed-off-by: Ben Warren + +commit 7168eba729b9e6d730db7cd1028767f7b1a6128b +Author: David Brownell +Date: Tue Jun 9 11:14:24 2009 -0700 + + rm9200 ethernet driver: board-specific quirk (csb337) + + CSB337 boards originally shipped with MicroMonitor, not U-Boot; + and with a version using a different convention for recording + Ethernet addresses than anyone else. To avoid breaking Linux + when it uses U-Boot, have it use the same convention on that + hardware. + + Signed-off-by: David Brownell + Signed-off-by: Ben Warren + +commit 57215cd2e59fd403248df8f2f195e382900d5fc2 +Author: Heiko Schocher +Date: Thu Jul 16 09:58:31 2009 +0200 + + arm, kirkwood: added kw_gpio_set_valid() in gpio.h + + Signed-off-by: Heiko Schocher + +commit ec16441085f471c03a8c0909579463e31e5b947a +Author: Dieter Kiermaier +Date: Mon Jun 29 14:45:08 2009 +0200 + + Kirkwood: add Marvell Kirkwood gpio driver + + Signed-off-by: Dieter Kiermaier + Acked-by: Prafulla Wadaskar + Tested-by: Heiko Schocher + +commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f +Author: Heiko Schocher +Date: Thu Jul 16 09:59:10 2009 +0200 + + arm, kirkwood: added KW_TWSI_BASE in kirkwood.h + + Signed-off-by: Heiko Schocher + +commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f +Author: Prafulla Wadaskar +Date: Thu Jul 16 21:02:24 2009 +0530 + + Marvell RD6281A Board support + + This is Marvell's 88F6281_A0 based reference design board + + This patch is tested for- + 1. Boot from DRAM/NAND flash/NFS + 2. File transfer using tftp and loadb + 3. NAND flash read/write/erase + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f +Author: Piotr Ziecik +Date: Fri Jul 17 16:35:19 2009 +0200 + + api: Fix broken build on ARM. + + This patch fixes broken build introduced by commit + 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed + ifdef CONFIG_API already handle by the Makefile). + + Signed-off-by: Piotr Ziecik + +commit 48677a1ef5f82adca49145a7baf11ece77f51945 +Author: Wolfgang Denk +Date: Wed Jul 22 23:53:23 2009 +0200 + + Fix "ld: cannot find -lstubs" build error + + Commit 1bc15386 moved the examples/ to examples/standalone but failed + to adapt the Makefiles that need to link against libstubs.a + + Signed-off-by: Wolfgang Denk + Cc: Signed-off-by: Peter Tyser + +commit ae71121a111ddf9dd057cacbbdd0f51054be428a +Author: Wolfgang Denk +Date: Sat Jul 18 20:47:36 2009 +0200 + + at91cap9adk: fix #ifdef/#endif pairing + + The #ifdef/#endif pairing in this file was obviously messed up. + + Signed-off-by: Wolfgang Denk + +commit 6b96a20d512b04a808438553874c00cf40812c44 +Author: Minkyu Kang +Date: Mon Jul 20 11:40:01 2009 +0900 + + ARM Cortex A8: Move OMAP3 specific reset handler + + Because of the reset_cpu is soc specific, should be move to soc + + Cc: Dirk Behme + Signed-off-by: Minkyu Kang + +commit 048e7efe91f66094f868281c12e488ce2bae8976 +Author: Kumar Gala +Date: Wed Jul 22 10:12:39 2009 -0500 + + 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards + + The pixis code used in8/out8 all over the place. Replace it with + in_8/out_8 macros. + + Signed-off-by: Kumar Gala + +commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100 +Author: Peter Tyser +Date: Tue Jul 21 13:51:08 2009 -0500 + + xpedite5370: Enable NAND command support + + Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash + via the 'nand' command. + + Previously, the XPedite5370's NAND chip selects were properly + configured, but NAND support was not enabled. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 39121c0896a6760bd436d88c17892f49a97902d0 +Author: Peter Tyser +Date: Tue Jul 21 13:51:07 2009 -0500 + + xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB + + Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to + support uncompressing images larger than 8 MB when using the bootm + command. + + Note that recent Linux kernels for the 85xx and 86xx map greater than + 16MB of memory on bootup, but we use 16MB to maintain compatibility with + older Linux kernels for now. + + Signed-off-by: Nate Case + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 58f31b602dfd52eb7836ab82caa587514e046f02 +Author: Peter Tyser +Date: Sun Jul 19 19:17:41 2009 -0500 + + xpedite5370: Fix I2C GPIO initialization typo + + Signed-off-by: Peter Tyser + Acked-by: Heiko Schocher + Signed-off-by: Kumar Gala + +commit 5ff821006c6e7647d183ea95817044943bb22e7e +Author: Peter Tyser +Date: Sun Jul 19 19:17:40 2009 -0500 + + xpedite5200,5370: Use buffered NOR flash writes + + Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly + improve NOR flash write speeds + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit d9c147f371800a479a507a816b2fe572c97da197 +Author: Peter Tyser +Date: Fri Jul 17 10:14:48 2009 -0500 + + 85xx, 86xx: Add common board_add_ram_info() + + Previously, 85xx and 86xx boards would display DRAM information on + bootup such as: + + ... + I2C: ready + DRAM: + Memory controller interleaving enabled: Bank interleaving! + 2 GB + FLASH: 256 MB + ... + + This patch moves the printing of the DRAM controller configuration to a + common board_add_ram_info() function which prints out DDR type, width, + CAS latency, and ECC mode. It also makes the DDR interleaving + information print out in a more sane manner: + + ... + I2C: ready + DRAM: 2 GB (DDR2, 64-bit, CL=4, ECC on) + DDR Controller Interleaving Mode: bank + FLASH: 256 MB + ... + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 12a440ae6d09445140f1a0c2023dba76a9f1a617 +Author: Peter Tyser +Date: Fri Jul 17 10:14:47 2009 -0500 + + tqm85xx: Remove board_add_ram_info() + + This is in preparation for adding one common 8xxx board_add_ram_info() + function for all 8xxx boards + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit ed2c9488bbe389b7b25cada1e42bdae5d0976327 +Author: Peter Tyser +Date: Fri Jul 17 10:14:46 2009 -0500 + + xes: Remove 8xxx board_add_ram_info() function + + This is in preparation for adding one common 8xxx board_add_ram_info() + fuction for all 8xxx boards + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592 +Author: Peter Tyser +Date: Fri Jul 17 10:14:45 2009 -0500 + + 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields + + Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match + the 86xx user's manual and other Freescale architectures + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit f6155c6fbb1d85f517b7c160570f0995ef14c43f +Author: Roy Zang +Date: Thu Jul 9 10:05:48 2009 +0800 + + 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards + + Signed-off-by: Roy Zang + Signed-off-by: Kumar Gala + +commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f +Author: Kumar Gala +Date: Tue Jul 14 22:42:01 2009 -0500 + + 85xx: Report which "bank" of NOR flash we are booting from on FSL boards + + The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of + swizzling the upper address bits of the NOR flash we boot out of which + creates the concept of "virtual" banks. This is useful in that we can + flash a test of image of u-boot and reset to one of the virtual banks + while still maintaining a working image in "bank 0". + + The PIXIS FPGA exposes registers on LBC which we can use to determine + which "bank" we are booting out of (as well as setting which bank to + boot out of). + + Signed-off-by: Kumar Gala + +commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6 +Author: Kumar Gala +Date: Wed Jul 15 13:45:00 2009 -0500 + + 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN + + The MPC8641HPCN board is capable of swizzling the upper address bit of + the NOR flash we boot out of which creates the concept of "virtual" + banks. This is useful in that we can flash a test of image of u-boot + and reset to one of the virtual banks while still maintaining a + working image in "bank 0". + + The PIXIS FPGA exposes registers on LBC which we can use to determine + which "bank" we are booting out of (as well as setting which bank to + boot out of). + + Signed-off-by: Kumar Gala + +commit caf72ff329759b4da71352ab098537c7698c0e9f +Author: Luigi 'Comio' Mantellini +Date: Tue Jul 21 10:45:49 2009 +0200 + + Refresh LZMA-lib to v4.65 + + Signed-off-by: Luigi 'Comio' Mantellini + +commit 70ebf31633f372a24505e47846b2628e8435ea37 +Author: Wolfgang Denk +Date: Fri Jul 17 23:35:29 2009 +0200 + + AT91: factor out ROUND() macro + + A large number of boards (all AT91 based) duplicated the ROUND() + macro in their board specific config files. Add the definition to + include/common.h and clean up the board config files. + + Signed-off-by: Wolfgang Denk + +commit 89188a62333c0841a7166783d2ebdd39d7044eb2 +Author: Kumar Gala +Date: Wed Jul 15 08:54:50 2009 -0500 + + 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards + + We have always mapped at least 16M in the kernel and we have seen cases + with new kernel features that a kernel image needs more than 8M of + memory. + + Signed-off-by: Kumar Gala + +commit d4abc757c26c531293f5bbc4262ade44a317eec9 +Author: Peter Tyser +Date: Mon Jul 20 19:02:21 2009 -0500 + + Move api_examples to examples/api + + Also add a rule to remove demo.bin which was previously leftover + after a "make clean" + + Signed-off-by: Peter Tyser + +commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1 +Author: Heiko Schocher +Date: Tue Jul 21 06:37:28 2009 +0200 + + 83xx, kmeter: fix compile error + + CONFIG_SYS_MALLOC_LEN is defined in the board config, and + the keymile-common.h, which collects common options used + by all keymile-boards. This results in a compile error + when compiling the kmeter1 board. So remove this define + in the board config file. + + Signed-off-by: Heiko Schocher + +commit 39df00d9aecfb465b9eec9af593f9b763fb5209a +Author: Heiko Schocher +Date: Thu Jul 9 12:04:26 2009 +0200 + + i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c + + This patch adds the possibility to call a board specific + i2c bus reset routine for the fsl_i2c bus driver, and adds + this option for the keymile kmeter1 board. + + The deblock sequence for this board is implemented and + tested in the following way: + + CR = 0x20 (release SDA and SCL pin) + CR = 0xa0 (start read) + dummy read + dummy read + if 2. dummy read == 0x00 + 3. dummy read + + CR = 0x80 (SDA and SCL now 1 SR = 0x86) + CR = 0x00 (Modul reset SR=0x81) + CR = 0x80 (SDA and SCL = 1, SR = 0x81) + + Signed-off-by: Heiko Schocher + +commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0 +Author: Peter Tyser +Date: Fri Jul 10 11:03:19 2009 -0500 + + Move examples/ to examples/standalone + + The current files in examples are all standalone application examples, + so put them in their own subdirectory for organizational purposes + + Signed-off-by: Peter Tyser + +commit b220c64d86f7c705a183302c3b50076d7e5d876c +Author: Peter Tyser +Date: Fri Jul 10 11:03:15 2009 -0500 + + Move architecture specific config.mk files into subdirs + + This cleans up U-Boot's toplevel directory a bit and makes the + architecture 'config.mk' file naming and location similar to board + and cpu 'config.mk' files + + Signed-off-by: Peter Tyser + +commit 082becd0d546399637fa94fdf9f1730a0f7bf348 +Author: Po-Yu Chuang +Date: Fri Jul 10 18:25:34 2009 +0800 + + Add "tags" to .gitignore file. + + Signed-off-by: Po-Yu Chuang + Signed-off-by: Wolfgang Denk + +commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9 +Author: Heiko Schocher +Date: Thu Jul 9 12:04:18 2009 +0200 + + powerpc: updates for the keymile boards + + - CONFIG_SYS_MAX_I2C_BUS changed to 1 + We use only one I2C hardwarecontroller on this boards, so + change the CONFIG_SYS_MAX_I2C_BUS to 1. + - common: dont print errormsg if second IVM Block lacks. + - 82xx, mgcoge: fix double mtdpart entry in environment + - 82xx, mgcoge: activate on second Flash the second bank. + - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards + - common: Change malloc size to 1MByte for all Keymile boards + We need a bigger malloc area for the environment support (128k) + on some Keymile boards (kmeter1) and the upcoming UBI support. + Change it to 1MB for all Keymile boards to be on the save side. + Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for + UBI/UBIFS support. + - Add UBI support to all Keymile boards + - change manner of writing "/localbus/ranges" node + instead of writting the complete "/localbus/ranges" node + before booting Linux, only update the ranges entries + which gets dynamical detected (size of flashes). + This is needed, because keymile adds in the DTS + "/localbus/ranges" node entries, which u-boot must + not overwrite/delete. + - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips + The Intel P30 chip has 2 non-identical chips on + one die, so we need to define 2 seperate regions + that are scanned by physmap_of independantly. + - kmeter1: Add MTD concat support to Keymile boards + - 82xx, mgcoge: add "unlock=yes" to default environment + - added CONFIG_MTD_DEVICE to get in sync with mainline code + + Signed-off-by: Heiko Schocher + Signed-off-by: Stefan Roese + +commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f +Author: galak +Date: Tue Jul 7 15:53:21 2009 -0500 + + fsl_sata: Fix compiler warnings shown by gcc-4.4 + + Update fsl_sata to use common structures instead of casting + back and forth between the fsl specific ones and the common ones + (which are identical). + + fsl_sata.c: In function 'scan_sata': + fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:545: note: initialized from here + fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + ... + + Signed-off-by: Kumar Gala + +commit 20938e54a207472a090f04f20f30c9e32b14137e +Author: Simon Kagstrom +Date: Tue Jul 7 15:58:51 2009 +0200 + + Add unaligned.h for arm + + This patch adds unaligned.h for ARM (needed to build with LZO + compression). The file is taken from the linux kernel, but includes + u-boot headers instead. + + Signed-off-by: Simon Kagstrom + Acked-by: Stefan Roese + +commit 433ea8abd6adfae3138dd4ce238237a037e1e537 +Author: Peter Tyser +Date: Sun Jul 19 19:17:42 2009 -0500 + + Remove last remanants of unused CONFIG_I2C_CMD_TREE + + Signed-off-by: Peter Tyser + +commit f6ca3b70949790ab5438d6c9a592216cc3616110 +Author: Andrzej Wolski +Date: Fri Jul 17 22:26:54 2009 +0200 + + ubi: help message correction + + Fix incorrect information about size units and correct typo. + + Signed-off-by: Andrzej Wolski + Signed-off-by: Stefan Roese + +commit 22f2017c31bc682e9b15612a5c2580ab5b84418e +Author: Peter Tyser +Date: Sun Jul 19 19:17:42 2009 -0500 + + Remove last remanants of unused CONFIG_I2C_CMD_TREE + + Signed-off-by: Peter Tyser + +commit f99a292aa6083057f5db8283d2ce4a2be22b8856 +Author: Andrzej Wolski +Date: Fri Jul 17 22:26:54 2009 +0200 + + ubi: help message correction + + Fix incorrect information about size units and correct typo. + + Signed-off-by: Andrzej Wolski + Signed-off-by: Stefan Roese + +commit b86b85e2611d57d834795a92453431a1a340c3c9 +Author: Ilya Yanok +Date: Mon Jun 29 17:53:16 2009 +0400 + + mmc: set bus width to 1 and clock to minimum early during initialization + + We need to switch back to 1-bit before initialization or SD 2.0 cards + will fail to send SCR if we've switched to 4-bit already. + + Signed-off-by: Ilya Yanok + +commit cff80f2cd12bf9767509b5334ecfc90cd7de5502 +Author: Shinya Kuribayashi +Date: Sat Jun 20 19:14:33 2009 +0900 + + config.mk: Remove unused HPATH + + This variable is not unused anywhere. + + Signed-off-by: Shinya Kuribayashi + +commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154 +Author: Grzegorz Bernacki +Date: Wed Jun 17 16:20:14 2009 +0200 + + digsy mtc: Enable command line history. + + Signed-off-by: Grzegorz Bernacki + +commit 37566090766d61beef70c62986b90749920255d8 +Author: Mike Frysinger +Date: Thu Jul 2 19:23:25 2009 -0400 + + compiler.h: unify system ifdef cruft here + + Shove a lot of the HOSTCC and related #ifdef checking crap into the new + compiler.h header so that we can keep all other headers nice and clean. + + Also introduce custom uswap functions so we don't have to rely on the non + standard implementations that a host may (or may not in the case of OS X) + provide. This allows mkimage to finally build cleanly on an OS X system. + + Signed-off-by: Mike Frysinger + +commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0 +Author: Kim Phillips +Date: Mon Jun 15 11:50:40 2009 -0500 + + common: fix 'dummy' is used uninitialized in this function warning + + fix this gcc 4.4 warning: + + xyzModem.c: In function 'xyzModem_stream_open': + xyzModem.c:564: warning: 'dummy' is used uninitialized in this function + + Signed-off-by: Kim Phillips + +commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460 +Author: Mike Frysinger +Date: Sun Jun 14 23:33:14 2009 -0400 + + push CROSS_COMPILE out to $(ARCH)_config.mk + + Each arch should handle setting a proper default CROSS_COMPILE value in + their own config.mk file rather than having to maintain a large ugly list + in the Makefile. By using conditional assignment, we don't have to worry + about the variable already being set (env/cmdline/etc...). + + The common config.mk file takes care of exporting CROSS_COMPILE already, + and while a few variables (toolchain ones) utilize CROSS_COMPILE before + including the arch config.mk, they do so with deferred assignment. + + Signed-off-by: Mike Frysinger + +commit 60a3f404acbf8238a3138fe1f80a6bac75da4582 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 12:55:37 2009 +0200 + + malloc.h: protect it against multiple include + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984 +Author: Wolfgang Denk +Date: Sun Jul 19 19:37:24 2009 +0200 + + Fix boards broken after removal of legacy NAND and DoC support + + Commit 2419169f removed support for legacy NAND and disk on chip but + missed to update the code for a few boards. This patch fixes the + resulting build issues. + + Signed-off-by: Wolfgang Denk + +commit 1a4664b53aaf23687b52d64b94be06a9aa260b86 +Author: Wolfgang Denk +Date: Sun Jul 19 19:32:37 2009 +0200 + + cmd_flash.c: fix fix compile error for boards with DataFlash + + Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable + 'addr_first'/'addr_last'") changed the #ifdef logic areound the + declaration of these variables and missed a combination of settings + of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this. + + Also spotted by Alessandro Rubini + + Signed-off-by: Wolfgang Denk + +commit 341245a28830d3261c41b09d958eeea7bb93587a +Author: Wolfgang Denk +Date: Sun Jul 19 12:05:15 2009 +0200 + + pcm030: fix out-of-tree building + + Commit 0a87dd90 that was supposed to fix out-of-tree building for the + pcm030 board was unfortunately incomplete. + + Signed-off-by: Wolfgang Denk + +commit 8bf29b59fce8cc381114929082202d800e313ad5 +Author: Simon Kagstrom +Date: Tue Jul 7 13:58:51 2009 +0200 + + Add unaligned.h for arm + + This patch adds unaligned.h for ARM (needed to build with LZO + compression). The file is taken from the linux kernel, but includes + u-boot headers instead. + + Signed-off-by: Simon Kagstrom + Acked-by: Stefan Roese + +commit e405afab1dda66c9df3733f6b779d72fc36a0162 +Author: Kazuaki Ichinohe +Date: Fri Jun 12 18:10:12 2009 +0900 + + Canyonlands SATA harddisk driver + + This patch adds a SATA harddisk driver for the canyonlands. + This patch is kernel driver's porting. + This patch corresponded to not cmd_scsi but cmd_sata. + This patch divided an unused member with ifndef __U_BOOT__ in the structure. + + [environment variable, boot script] + setenv bootargs root=/dev/sda7 rw + setenv bootargs ${bootargs} console=ttyS0,115200 + ext2load sata 0:2 0x400000 /canyonlands/uImage + ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb + fdt addr 0x800000 0x4000 + bootm 0x400000 - 0x800000 + + If you drive SATA-2 disk on Canyonlands, you must change parts from + PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using + following disks: + + 1.Vendor: Fujitsu Type: MHW2040BS + 2.Vendor: Fujitsu Type: MHW2060BK + 3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT + 4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required) + 5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required) + 6.Vendor: Hitachi Type: HTS543232L9A300 (CONFIG_LBA48 required) + 7.Vendor: Seagate Type: ST31000333AS (CONFIG_LBA48 required) + 8.Vendor: Transcend Type: TS32GSSD25S-M + 9.Vendor: MTRON Type: MSD-SATA1525-016 + + Signed-off-by: Kazuaki Ichinohe + +commit 52a0e2dee90c17e39634de814b16b96061cfb472 +Author: Reinhard Arlt +Date: Wed Jun 10 19:09:40 2009 +0200 + + Add support for the Tundra TSI148 VME-bridge + + From: Reinhard Arlt + + This patch adds support for the Tundra TSI148 VME-bridge. It's used on + the upcoming esd VME8349 board. + + Signed-off-by: Reinhard Arlt + Signed-off-by: Stefan Roese + +commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b +Author: Mike Frysinger +Date: Thu Jul 16 19:05:30 2009 -0400 + + Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR + + MAC addresses should not be hardcoded in boards to avoid random link level + conflicts. + + Signed-off-by: Mike Frysinger + +commit baf357050353aee30c04f3f4b868426cb54468ca +Author: Mike Frysinger +Date: Fri Jul 10 10:42:06 2009 -0400 + + Blackfin: bf533-stamp: back down SCLK a bit + + While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher + SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with + the shortened SDRAM traces. So lower the SCLK speed down to a value that + all three can handle. + + Signed-off-by: Mike Frysinger + +commit 490fe7349102012c48730f6fc14ef36c8d155068 +Author: Mike Frysinger +Date: Thu Jul 9 20:56:56 2009 -0400 + + Blackfin: split cpu COBJS into multilines + + Signed-off-by: Mike Frysinger + +commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1 +Author: Mike Frysinger +Date: Thu Jul 9 01:15:05 2009 -0400 + + Blackfin: add os log functions + + Part of the mini Blackfin ABI with operating systems is that they can use + 0x4f0-0x4f8 to pass log buffers to/from bootloaders. So add support to + U-Boot for reading the log buffer. + + Signed-off-by: Mike Frysinger + +commit 9993e196da707a0a1cd4584f1fcef12382c1c144 +Author: Kim Phillips +Date: Sat Jul 18 18:42:13 2009 -0500 + + mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI + + Signed-off-by: Kim Phillips + +commit d39041fcadb1231430201d298c31f6be03d654f7 +Author: Wolfgang Denk +Date: Sun Jul 19 01:15:52 2009 +0200 + + PATI board: fix compiler warnings + + Fix these: + pati.c: In function 'checkboard': + pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness + ../common/flash.c: In function 'write_word': + ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules + cmd_pati.c: In function 'do_pati': + cmd_pati.c:279: warning: 'value' may be used uninitialized in this function + + Signed-off-by: Wolfgang Denk + +commit 28c345042eafc550a34b9f52431bd4a22af6ac25 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 12:14:56 2009 +0200 + + mpl: printing current stdio devices cleanup + + Currently the mpl boards duplicate the code to print the current + devices from common/console.c; use stdio_print_current_devices() + instead + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + + Edited commit message. + + Signed-off-by: Wolfgang Denk + +commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 12:14:55 2009 +0200 + + console: unify printing current devices + + Create stdio_print_current_devices() for this purpose + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5669ed4557edf2714203aa8625c9fcd5a753b338 +Author: Wolfgang Denk +Date: Sat Jul 18 23:18:14 2009 +0200 + + cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last' + + Signed-off-by: Wolfgang Denk + +commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de +Author: Tom Rix +Date: Tue Jun 30 15:04:13 2009 -0500 + + OMAP3 Fix compiler warning for v7_flush_dcache_all + + On build of omap3 targets in MAKEALL, the *.ERR files have + + cpu.c: In function 'cleanup_before_linux': + cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' + cpu.c:64: warning: implicit declaration of function 'get_device_type + + The functions v7_flush_dcache_all and get_device_type are declared + in include/asm-arm/arch-omap3/sys_proto.h, so use this file to + declare the functions. + + Signed-off-by: Tom Rix + +commit dba107b967332fc8a35867f4d58038626c968800 +Author: Wolfgang Denk +Date: Sat Jul 18 22:09:38 2009 +0200 + + ARM: make split_by_variant.sh output more useful + + The board/armltd/integrator/split_by_variant.sh script used to print + "Configuring for integrator*p board..." no matter which board name + was being compiled. This made it difficult to match MAKEALL output to + board names. This patch fixes this. + + Signed-off-by: Wolfgang Denk + +commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd +Author: Wolfgang Denk +Date: Sat Jul 18 21:52:24 2009 +0200 + + NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF... + + Commit 8d2effea added a warning for configurations that use NAND + without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but + failed to fix the affected boards. + + This patch covers the non-PPC boards that were missed in the previous + patch (commit 170c1972). + + Signed-off-by: Wolfgang Denk + +commit 7024aa14df2981b4e65c6189909da9aadb1c22da +Author: Wolfgang Denk +Date: Sat Jul 18 20:46:38 2009 +0200 + + at91cap9adk: fix #ifdef/#endif pairing + + The #ifdef/#endif pairing in this file was obviously messed up. + + Signed-off-by: Wolfgang Denk + +commit 4abc5bffea244589fa1097e4c899a63efc609c8e +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:58:01 2009 +0530 + + Marvell MV88F6281GTW_GE Board support + + This is Marvell's 88F6281_A0 based custom board developed + for wireless access point product + + This patch is tested for- + 1. Boot from DRAM/SPI flash/NFS + 2. File transfer using tftp and loadb + 3. SPI flash read/write/erase + 4. Booting Linux kernel and RFS from SPI flash + 5. Boot from USB supported + + Reviewed-by: Ronen Shitrit + Signed-off-by: Prafulla Wadaskar + +commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:58:00 2009 +0530 + + Marvell Sheevaplug Board support + + Reference: + http://plugcomputer.org/ + http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support + + This patch is tested for- + 1. Boot from DRAM/NAND flash + 2. File transfer using tftp + 3. NAND flash read/write/erase + 4. Linux kernel and RFS Boot from NAND + 5. Enabled USB PHY init for kernel need + 6. Boot from USB supported + + Note: to boot Kirkwood kernel with USB support, + you should add "usb start" in the boot sequence + + Signed-off-by: Prafulla Wadaskar + +commit 0a87dd90a75d034301496285026fbd8106c7c6d5 +Author: Wolfgang Denk +Date: Sat Jul 18 18:00:25 2009 +0200 + + pcm030: fix out-of-tree building + + Commit c9969947, which added support for the pcm030 board + (aka phyCORE-MPC5200B-tiny), broke out-of-tree building. + + Signed-off-by: Wolfgang Denk + +commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4 +Author: Wolfgang Denk +Date: Sat Jul 18 16:36:11 2009 +0200 + + MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined + + Signed-off-by: Wolfgang Denk + +commit 2b5243fc24a724e83409c0b70caa1a3180e997ae +Author: Wolfgang Denk +Date: Sat Jul 18 16:13:18 2009 +0200 + + 8xxx: fix warning: implicit declaration of function 'uec_standard_init' + + Commit 8e55258f created function uec_standard_init() to initialize + all UEC interfaces for 83xx and 85xx but failed to provide a + prototype for it. + + Signed-off-by: Wolfgang Denk + +commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d +Author: Wolfgang Denk +Date: Sat Jul 18 15:46:02 2009 +0200 + + MIP405T: fix compile problem + + The "stdio/device: rework function naming convention" patch + (commit 52cb4d4f) broke the MIP405T board; this patch fixes it. + + Signed-off-by: Wolfgang Denk + +commit 170c19725ecd3a0e2e517dfd49979ca8822edec0 +Author: Wolfgang Denk +Date: Sat Jul 18 15:32:10 2009 +0200 + + NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF... + + Commit 8d2effea added a warning for configurations that use NAND + without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but + failed to fix the affected boards. + + Signed-off-by: Wolfgang Denk + +commit 6e897a661fb9968ce354165a12cce82e4b889e04 +Author: Wolfgang Denk +Date: Sat Jul 18 15:05:44 2009 +0200 + + CPCI750: fix compile problem + + Commit bc0d3296 removed ppc_error_no.h from Marvell boards + but forgot to update board/esd/cpci750/mv_eth.h + + Signed-off-by: Wolfgang Denk + +commit 6aee3048348f1b19ab89156da98bfa4f7babf24b +Author: Alessandro Rubini +Date: Fri Jul 17 14:42:11 2009 +0200 + + cmd_i2c: bugfix: add missing brace + + The sub-command parser missed a brace, so "return 0;" is always + taken and no error message is diplayed if you say "i2c scan" + instead of "i2c probe", for example. + + Proper brace is added. Also, a misleading and unneeded else + is removed. + + Signed-off-by: Alessandro Rubini + +commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 12:14:54 2009 +0200 + + stdio/device: rework function naming convention + + So far the console API uses the following naming convention: + + ======Extract====== + typedef struct device_t; + + int device_register (device_t * dev); + int devices_init (void); + int device_deregister(char *devname); + struct list_head* device_get_list(void); + device_t* device_get_by_name(char* name); + device_t* device_clone(device_t *dev); + ======= + + which is too generic and confusing. + + Instead of using device_XX and device_t we change this + into stdio_XX and stdio_dev + + This will also allow to add later a generic device mechanism in order + to have support for multiple devices and driver instances. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + + Edited commit message. + + Signed-off-by: Wolfgang Denk + +commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee +Author: Peter Tyser +Date: Wed Jul 15 00:01:08 2009 -0500 + + ppc: Fix compile error for boards with CONFIG_DDR_ECC + + A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae + which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC + defined and resulted in errors such as: + + Configuring for canyonlands board... + fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your + processor" + make[1]: *** No rule to make target `.depend', needed by `libdma.a'. Stop. + + Signed-off-by: Peter Tyser + +commit 18e067de9b6ed087fa60496e64887f0b7458dbaa +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:57:59 2009 +0530 + + include/config_cmd_default.h cleanup + + arranged configurations in alphabetical order + CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH + + Signed-off-by: Prafulla Wadaskar + +commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b +Author: Mike Frysinger +Date: Sun Jun 14 21:35:22 2009 -0400 + + sata: namespace curr_device variable + + The curr_device variable really should be namespaced with a "sata_" prefix + since it is only used by the sata code. It also avoids random conflicts + with other pieces of code (like cmd_mmc): + common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0): + multiple definition of `curr_device' + common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here + + Signed-off-by: Mike Frysinger + +commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa +Author: Mike Frysinger +Date: Sun Jun 14 21:35:21 2009 -0400 + + cmd_mmc: make curr_device static + + The curr_device variable isn't used outside of cmd_mmc, so mark it static + to avoid conflicts with other pieces of code (like sata which also exports + a curr_device). Otherwise we end up with stuff like: + common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0): + multiple definition of `curr_device' + common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here + + Signed-off-by: Mike Frysinger + +commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53 +Author: Mike Frysinger +Date: Sun Jun 14 21:35:16 2009 -0400 + + envcrc: add missing dependencies on env storage + + When the envcrc building was made conditional, it missed a bunch of env + storage types, so add all currently supported types. + + Signed-off-by: Mike Frysinger + +commit 2419169f5749d7af501b3b77a5336d1d535320de +Author: Scott Wood +Date: Thu Jul 16 19:08:04 2009 -0500 + + Remove legacy NAND and disk on chip references from boards. + + Signed-off-by: Scott Wood + +commit 12e9043c7ed961b60df865f45d9a3c74d6a38199 +Author: Shinya Kuribayashi +Date: Sat Jun 20 19:10:14 2009 +0900 + + config.mk: Remove $(PCI_CLOCK) reference + + The following commit introduced $(PCI_CLOCK) reference so that + we could tweak `PCI_66M' definition via an environment variable. + + > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6 + > Author: Eran Liberty + > Date: Thu Jul 28 10:08:46 2005 -0500 + > + > * Patch by Eran Liberty + > Add support for the Freescale MPC8349ADS board. + + But I suggest a removal of it for the following reasons: + + * In 2006, MPC8349ADS was merged into MPC8349EMDS port, + and it seems that MPC8349EMDS port is PCI_66M free. + + * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports, + but they don't need $(PCI_CLOCK) environment variable at all. + PCI_66M is automatically configured via $(BOARD)_config names + with the help of $(findstring _66_,$@). + + * Unfortunately $(PCI_CLOCK) has been undocumented anywhere, + so only a few people know the existence of it these days. + + * Keep config.mk independent from $(BOARD) as much as possible. + + Signed-off-by: Shinya Kuribayashi + Acked-by: Kim Phillips + +commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 23 21:42:36 2009 +0200 + + fix: missing autoconfig.mk from general Makefile + + At the first run of make we generate the autoconf.mk and + autoconf.mk.dep if not already the case and we currently include only + to .dep + + In order to use these autogenerated values we need to include it also + even if it's included in config.mk but it's done before their + generation + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit 1ca298ced07327749b54321815f76fcddb2f9479 +Author: Matthias Weisser +Date: Thu Jul 9 16:07:30 2009 +0200 + + Added support for splash screen positioning + + This patch adds support splash image positioning by adding an + additional variable "splashpos" to the environment. Please see + README for details. + + Signed-off-by: Matthias Weisser + Acked-by: Matthias Fuchs + Signed-off-by: Anatolij Gustschin + +commit 9d173e0233493113c9b1aa81bd2208d0057ab9db +Author: Anatolij Gustschin +Date: Tue Jul 7 13:11:36 2009 +0200 + + video: mb862xx: replace printf with puts + + Signed-off-by: Anatolij Gustschin + +commit cce99b2a7dd80683d61360aee56a6ece344950b2 +Author: Anatolij Gustschin +Date: Tue Jul 7 13:27:07 2009 +0200 + + video: mb862xx: use macros instead of magic numbers + + Signed-off-by: Anatolij Gustschin + +commit e86528671ece6d5c1162656a37fc68a8e0bf67f8 +Author: Anatolij Gustschin +Date: Tue Jul 7 13:24:08 2009 +0200 + + video: mb862xx: fix coding style and remove dead code + + Signed-off-by: Anatolij Gustschin + +commit 292ed489dba8cc97b458579003a8001cd4703cd8 +Author: Michal Simek +Date: Tue Jun 30 12:03:50 2009 +0200 + + microblaze: Remove ignored return type for __arch__swab16 function + + This change remove compilation warnings. + + Signed-off-by: Michal Simek + +commit e2776587c0eac131954ae100fda89cc3e7ed8b57 +Author: Michal Simek +Date: Tue Jun 30 12:02:45 2009 +0200 + + microblaze: Removed unused variables + + Signed-off-by: Michal Simek + +commit be33b046b549ad88c204c209508cd7657232ffbd +Author: Scott Wood +Date: Wed Apr 1 15:02:13 2009 -0500 + + Remove legacy NAND and disk on chip code. + + Legacy NAND had been scheduled for removal. Any boards that use this + were already not building in the previous release due to an #error. + + The disk on chip code in common/cmd_doc.c relies on legacy NAND, + and it has also been removed. There is newer disk on chip code + in drivers/mtd/nand; someone with access to hardware and sufficient + time and motivation can try to get that working, but for now disk + on chip is not supported. + + Signed-off-by: Scott Wood + +commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3 +Author: Stefan Roese +Date: Thu Jun 4 16:40:36 2009 +0200 + + nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices + + This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already + defines such a 4k plus 218 bytes ECC layout. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Signed-off-by: Scott Wood + +commit f2f376ab956c17d4a0c42a993133ca25cdc87278 +Author: Stefan Roese +Date: Thu Jul 16 15:13:04 2009 +0200 + + nand: ndfc: Remove unnecessary #ifdef's + + Now that the 4xx NAND driver ndfc is moved to the common NAND driver + directory we don't need this #ifdef's anymore. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Signed-off-by: Scott Wood + +commit 12582ac771b0bf3852817c3bfa4be326522a0665 +Author: Stefan Roese +Date: Thu Jul 16 15:12:48 2009 +0200 + + nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Signed-off-by: Scott Wood + +commit 3ebf70db5452d3d47c316ddef09f40e76553bcba +Author: Valeriy Glushkov +Date: Tue Jul 14 13:51:10 2009 +0300 + + nand: fixed failed reads on corrected ECC errors in nand_util.c + + Signed-off-by: Valeriy Glushkov + Signed-off-by: Paulraj, Sandeep + Signed-off-by: Scott Wood + +commit ed727d394c5ab139033719772dc95dc25cfa14f7 +Author: David Brownell +Date: Mon Jul 13 16:29:04 2009 -0700 + + Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646. + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit 937076f84c5064f0a79105fce352ac7cf7b33643 +Author: Kyungmin Park +Date: Sat Jul 11 16:49:55 2009 +0900 + + MTD: OneNAND: Increase the environment size to 4KiB + + Also use mtd operation instead of onenand functions + + Signed-off-by: Kyungmin Park + Signed-off-by: Scott Wood + +commit bfadb17f69c256196620c32164775f063a59c34f +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:38 2009 +0400 + + mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable + + Since we have simple hwconfig interface now, we don't need + pci_external_arbiter variable any longer. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:36 2009 +0400 + + mpc83xx: MPC8315ERDB: Use hwconfig for board type selection + + This patch simply converts the board to the hwconfig infrastructure. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit c78c678354c8321737aa07e86831ff14176f4ed5 +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:31 2009 +0400 + + mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree + + fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and + also will fixup clock-frequency property. + + Plus, since DR USB and eSDHC are mutually exclusive, we should + only configure the eSDHC if asked through hwconfig. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit c9646ed758804fa1fa6c1425369a4eee5d618b1d +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:30 2009 +0400 + + mpc83xx: MPC837XERDB: Add support for FSL eSDHC + + This patch adds support for eSDHC on MPC837XERDB boards. The WP + switch doesn't seem to work on RDB boards though, the WP pin is + always asserted (can see the pin state when it's in GPIO mode). + + FSL DR USB and FSL eSDHC are mutually exclusive because of pins + multiplexing, so user should specify 'esdhc' or 'dr_usb' options + in the hwconfig environment variable to choose between the + devices. + + p.s. + Now we're very close to a monitor len limit (196 bytes left using + gcc-4.2.0), so also increase the monitor len by one sector (64 KB). + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:29 2009 +0400 + + fsl_esdhc: Add device tree fixups + + This patch implements fdt_fixup_esdhc() function that is used to fixup + the device tree. + + The function adds status = "disabled" propery if esdhc pins muxed away, + otherwise it fixups clock-frequency for esdhc nodes. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933 +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:27 2009 +0400 + + Add simple hwconfig infrastructure + + This patch implements simple hwconfig infrastructure: an + interface for software knobs to control a hardware. + + This is very simple implementation, i.e. it is implemented + via `hwconfig' environment variable. Later we could write + some "hwconfig " commands, ncurses + interface for Award BIOS-like interface, and frame-buffer + interface for AMI GUI[1] BIOS-like interface with mouse + support[2]. + + Current implementation details/limitations: + + 1. Doesn't support options dependencies and mutual exclusion. + We can implement this by integrating apt-get[3] into the + u-boot. But I didn't bother yet. + + 2. Since we don't implement hwconfig command, i.e. we're working + with the environement directly, there is no way to tell that + toggling a particular option will need a reboot to take + an effect. So, for now it's advised to always reboot the + target after modifying hwconfig variable. + + 3. We support hwconfig options with arguments. For example, + + set hwconfig dr_usb:mode=peripheral,phy_type=ulpi + + That means: + - dr_usb - enable Dual-Role USB controller; + - dr_usb:mode=peripheral - USB in Function mode; + - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs; + + The purpose of this simple implementation is to define some + internal API and then we can continue improving user experience + by adding more mature interface, like hwconfig command with + bells and whistles. Or not adding, if we feel that current + interface fits its needs. + + [1] http://en.wikipedia.org/wiki/American_Megatrends + [2] Regarding ncurses and GUI with mouse support -- I'm just + kidding. + [3] The comment regarding apt-get is also a joke, meaning that + dependency tracking could be non-trivial. For example, for + enabling HW feature X we may need to disable Y, and turn Z + into reduced mode (like RMII-only interface for ethernet, + no MII). + + It's quite trivial to implement simple cases though. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043 +Author: Jerry Van Baren +Date: Wed Jul 15 20:42:59 2009 -0400 + + Improve U-Boot Porting Guide in the README + + Update for... + * BDI2000 -> BDI3000 (BDI2000 is obsolete). + * Add a line to read the doc/README.* files + * Fix coding standard violations + + Signed-off-by: Gerald Van Baren + +commit 9578718c1b085cac73017d834001bc5cb0b2f73f +Author: Kim Phillips +Date: Tue Jul 14 16:00:24 2009 -0500 + + mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations + + a.k.a cfi_mtd.c does as cfi_flash.c does. This also prevents + the TQM834x build from doing a: + + cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope + cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope + + using gcc 4.4. + + Signed-off-by: Kim Phillips + Signed-off-by: Stefan Roese + +commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0 +Author: Kim Phillips +Date: Tue Jul 7 18:04:21 2009 -0500 + + mpc83xx: increase MONITOR_LEN to offset growing pains + + Saving the environment leads to overwriting u-boot itself, + bricking boards. Increase u-boot's image size so the environment + base address doesn't end up overlapping u-boot text. + + Signed-off-by: Kim Phillips + +commit c31e13260bcd048a94412a47b004386ea6112acf +Author: Valeriy Glushkov +Date: Tue Jun 30 15:48:41 2009 +0300 + + usb: mpx8349itx: added support of loading images from USB storage (MPH/DR) + + Signed-off-by: Valeriy Glushkov + Signed-off-by: Kim Phillips + +commit d89e1c36891de793a20a929282acc0fc7b98feac +Author: Valeriy Glushkov +Date: Tue Jun 30 15:48:40 2009 +0300 + + usb: mpc834x: added support of the MPH USB controller in addition to the DR one + + Signed-off-by: Valeriy Glushkov + Signed-off-by: Kim Phillips + +commit d9ac3d5a17ecef0beb70073018925e011b11684e +Author: Kim Phillips +Date: Mon Jun 15 11:51:47 2009 -0500 + + mpc83xx: set 64BIT_VSPRINTF for boards using nand_util + + When enabling NAND support for a board, one must also define + CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c + for correct output. + + Signed-off-by: Kim Phillips + Cc: Dave Liu + Cc: Ron Madrid + Cc: Anton Vorontsov + +commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:53 2009 +0200 + + mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map + + Signed-off-by: Wolfgang Denk + +commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:52 2009 +0200 + + aria: add JFFS2 and MTDPARTS support; adjust flash map + + Signed-off-by: Wolfgang Denk + +commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:51 2009 +0200 + + aria: enable NAND flash support + + Signed-off-by: Wolfgang Denk + +commit 13946925e850db5351982acb691d51716fc754e2 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:50 2009 +0200 + + MPC512x: fix typo in comment listing the NAND driver name + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:49 2009 +0200 + + mecp5123: cleanup - remove dead code + + Remove dead code that was obviously a left-over from copy & paste. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:48 2009 +0200 + + aria: adjust memory controller initialization + + Needed for Rev. 2 silicon at 400 MHz + + Signed-off-by: Wolfgang Denk + +commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:47 2009 +0200 + + MPC512x: factor out common code + + Now that we have 3 boards for the MPC512x it turns out that they all + use the very same fixed_sdram() code. + + This patch factors out this common code into cpu/mpc512x/fixed_sdram.c + and adds a new header file, include/asm-ppc/mpc512x.h, with some + macros, inline functions and prototype definitions specific to MPC512x + systems. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:46 2009 +0200 + + mecp5123: fix build error + + The mecp5123 board did not compile because the MSCAN Clock Control + Registers were missing; these got added, but as an array instead + of 4 individual registers. Adapt the code so it builds. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:45 2009 +0200 + + MPC512x: Add MSCAN1...4 Clock Control Registers + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit f5489c4200b37c9a1d6dbde116f5adc0539610de +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:44 2009 +0200 + + MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF + + When enabling NAND support for a board, one must also define + CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c + for correct output. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780 +Author: Po-Yu Chuang +Date: Fri Jul 10 18:03:57 2009 +0800 + + issue write command to base for JEDEC flash + + For JEDEC flash, we should issue word programming command relative to + base address rather than sector base address. Original source makes + SST Flash fails to program sectors which are not on the 0x10000 boundaries. + + e.g. + SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector + is 0x1000 bytes. + + Thus, if we issue command to "sector base (0x41000) + offset(0x5555)", + it sends to 0x46555 and the chip fails to recognize that address. + + This patch is tested with SST39LF040. + + Signed-off-by: Po-Yu Chuang + Signed-off-by: Stefan Roese + +commit 986922714ffd21ad39f48522d285fffc7aed56b1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 2 11:53:50 2009 +0200 + + versatile: update config and merge to cfi flash driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Peter Pearse + Cc: Catalin Marinas + +commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 2 11:53:49 2009 +0200 + + versatile: specify the board type on the prompt + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Peter Pearse + Cc: Catalin Marinas + +commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf +Author: Sedji Gaouaou +Date: Thu Jun 25 17:04:15 2009 +0200 + + at91: Introduction of at91sam9g10 SOC. + + AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a + faster clock speed: 266/133MHz. + + Signed-off-by: Sedji Gaouaou + +commit 22ee647380c42f44528f99b7c1b423725e542102 +Author: Sedji Gaouaou +Date: Thu Jul 9 10:16:29 2009 +0200 + + at91: Introduction of at91sam9g45 SOC. + + AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz. + It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of + peripherals. + + The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES. + On the board you can find 2 USART, USB high speed, + a 480*272 LG lcd, ethernet, gpio/joystick/buttons. + + Signed-off-by: Sedji Gaouaou + +commit c33c5990cec7ced9ef1ef148debbca34adafa12b +Author: Daniel Mack +Date: Tue Jun 23 17:30:05 2009 +0200 + + pxa: fix CKEN_B register bits + + The current defition for CKEN_B register bits is nonsense. Adding 32 to + the shifted value is equal to '| (1 << 5)', and this bit is marked + 'reserved' in the PXA docs. + + Signed-off-by: Daniel Mack + +commit bd876be46f28b5fc2896537f6d01353f332789f7 +Author: Daniel Mack +Date: Tue Jun 23 17:30:04 2009 +0200 + + pxa: add clock for system bus 2 arbiter + + This clock is needed for systems using the USB2 device unit or the 2d + graphics accelerator. + + Signed-off-by: Daniel Mack + +commit b016000a95514c08cab50e1cba00b019c0801bc4 +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:30:01 2009 +0300 + + OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh + + Pandora is using both SDRC CSes. The MUX setting is needed + for the second CS clock signal to allow the 2 RAM parts to + be put in self-refresh correctly. + + Based on similar patch for beagle and overo by + Jean Pihet and Steve Sakoman. + +commit 8672c288703f3c51c829851c8fe6608c7869faaa +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:30:00 2009 +0300 + + OMAP3 pandora: setup pulls for various GPIOs + + Set pullups or pulldowns for GPIOs which need them. + Disable them for others, which have external pulls. + Also make disabled pull setting consistent (some pins had + type set to "up" even if pull type selection was disabled). + +commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5 +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:29:59 2009 +0300 + + OMAP3 pandora: setup pin mux for pins used on rev3 boards + + Setup pin mux for GPIO pins connected on rev3 or later + boards. Also change NUB2 IRQ pin. This should not affect + older boards because they don't have any nubs (analog + controllers) attached to them. + +commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:29:58 2009 +0300 + + OMAP3 pandora: pin mux cleanup + + Remove configuration of not unused pins, effectively + leaving them in safe mode. + +commit b996165f5a1623a055c03b22d64d6d5da81835d0 +Author: Prafulla Wadaskar +Date: Mon Jul 6 15:50:47 2009 +0530 + + arm: Kirkwood: bugfix: UART1 bar correction + + Signed-off-by: Prafulla Wadaskar + +commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0 +Author: Kumar Gala +Date: Tue Jul 7 15:48:58 2009 -0500 + + usb: Fix compiler warning with gcc4.4 + + ehci-hcd.c: In function 'ehci_submit_root': + ehci-hcd.c:719: warning: value computed is not used + ehci-hcd.c:748: warning: value computed is not used + + Signed-off-by: Kumar Gala + Signed-off-by: Remy Bohmer + +commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0 +Author: Nobuhiro Iwamatsu +Date: Wed Jul 8 11:42:19 2009 +0900 + + sh: Update pci config for Renesas r7780mp board + + Signed-off-by: Nobuhiro Iwamatsu + +commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a +Author: Nobuhiro Iwamatsu +Date: Thu Jun 25 16:31:26 2009 +0900 + + sh: Add support ESPT-GIGA borad + + ESPT-Giga is SH7763-based reference board. + Board support is relatively sparse, presently supporting serial, + gigabit ethernet, USB host, and MTD. + + More information (in Japanese) available at: + http://www.cente.jp/product/cente_hard/ESPT-Giga.html + + Signed-off-by: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit dae4e0148a1146a5610025ae4b445e841410b659 +Author: Matthias Fuchs +Date: Fri Jul 3 16:06:37 2009 +0200 + + Add ESD PCI vendor ID + + Signed-off-by: Matthias Fuchs + +commit 876b3cef537aab2cba8c19505db2876f6057f818 +Author: Peter Tyser +Date: Mon Jun 22 18:01:41 2009 -0500 + + api_examples/Makefile: General cleanup + + * Remove symlinking of files located outside api_examples/ + + * Auto generate dependencies for files located outside api_examples/ + + * Update names of variables to be similar to those in tools/Makefile + + * Fix out of tree build error + Dependencies are calculated for all files in the SRCS variable. + Previously, the SRCS variable contained files which were symlinked + into the api_examples/ directory. These symlinked files did not exist + when dependencies were calculated when building out of tree. This + resulted in errors such as: + make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'. Stop. + make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples' + make: *** [depend] Error 2 + + Since symlinked source files are no longer used, this bug no longer + exists. + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea +Author: Peter Tyser +Date: Mon Jun 22 18:01:40 2009 -0500 + + api_examples/Makefile: Get rid of unnecessary intermediate LIB target + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39 +Author: Peter Tyser +Date: Mon Jun 22 18:01:39 2009 -0500 + + api_examples/Makefile: Combine ELF and BIN targets + + Combining the two rules cleans up the Makefile a bit + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8 +Author: Peter Tyser +Date: Mon Jun 22 18:01:38 2009 -0500 + + api_examples/Makefile: Split up variable declarations + + This cleans up the Makefile a bit and simplifies future changes + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 890d242facc4079ed21e979ced2e8c6d6974f6d3 +Author: Timur Tabi +Date: Fri Jun 19 14:10:52 2009 -0500 + + remove _IO_BASE and KSEG1ADDR from board configuration files + + The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet + driver, but the code that used that macro was removed over a year + ago, so board configuration files no longer need to define it. + + The _IO_BASE macro is also automatically defined to 0 if it isn't + already set, so there's no need to define that macro either in the + board configuration files. + + Signed-off-by: Timur Tabi + Acked-by: Nobuhiro Iwamatsu + Acked-by: Andy Fleming + Acked-by: Andre Schwarz + Acked-by: Kim Phillips + +commit c9969947a4687de90e2bb58e76842b491aa0e0b9 +Author: Jon Smirl +Date: Sun Jun 14 18:21:28 2009 -0400 + + board support patch for phyCORE-MPC5200B-tiny + + Add support for the Phytec phyCORE-MPC5200B-tiny. + Code originally from Pengutronix.de. + Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on + Timer 0/1 + + Signed-off-by: Jon Smirl + Acked-by: Grant Likely + +commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d +Author: Mike Frysinger +Date: Mon Jun 15 13:37:20 2009 -0400 + + kallsyms: fix escaping of NUL char in strings + + The current kallsyms code is using \\0 to escape the backslash in the awk + code, but the shell too needs escaping. This way we make sure gcc is + passed the \0. Then gcc itself will consume this as an octal, so we have + to use 000 so gcc will create the final NUL. + + Signed-off-by: Mike Frysinger + +commit ed540f07b8ad86909704e9806c1762462cb4995a +Author: Harald Krapfenbauer +Date: Fri Jun 26 10:18:49 2009 -0400 + + Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on + + The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender + board, so add a simple example of how to do that in the board config. + + Signed-off-by: Harald Krapfenbauer + Signed-off-by: Mike Frysinger + +commit f8bf54b4081c3c3d518830df0017a23ec672a841 +Author: Mike Frysinger +Date: Thu Jun 25 19:40:28 2009 -0400 + + Blackfin: blackstamp: update spi flash settings + + The latest blackstamp boards can only run the SPI flash at 15MHz before + they start to crap out, so lower the max speeds accordingly. The new SPI + flash also has different sector requirements, so update the environment + sizes as well. + + Signed-off-by: Mike Frysinger + +commit 286070ddc8339666c09bd7912e960b850a8a0318 +Author: Mike Frysinger +Date: Mon Oct 6 03:31:52 2008 -0400 + + Blackfin: add cache_dump commands + + A few debug-type commands used to dump the raw icache/dcache data. Useful + when trying to track down cache-related bugs. + + Signed-off-by: Mike Frysinger + +commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc +Author: Matthias Fuchs +Date: Wed Jul 8 15:31:57 2009 +0200 + + ppc4xx: Set default PCI device ID for 405EP boards + + Current code only sets the PCI vendor id to 0x1014 and + leaved device id to 0x0000. + + Ths patch .... + a) uses the correct PCI_VENDOR_ID_IBM macro for this + b) sets the default device ID as stated in the UM to 0x0156 + by using PCI_DEVICE_ID_IBM_405GP for this. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 123f102ec093fba6967066acdf9beb637df2e2d1 +Author: Matthias Fuchs +Date: Wed Jul 8 13:43:55 2009 +0200 + + ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init() + + This patch moves some basic PCI initialisation from the 4xx cpu_init_f() + to cpu/ppc4xx/4xx_pci.c. + + The original cpu_init_f() function enabled the 405EP's internal arbiter + in all situations. Also the HCE bit in cpc0_pci is always set. + The first is not really wanted for PCI adapter designs and the latter + is a general bug for PCI adapter U-Boots. Because it enables + PCI configuration by the system CPU even when the PCI configuration has + not been setup by the 405EP. The one and only correct place is + in pci_405gp_init() (see "Set HCE bit" comment). + + So for compatibility reasons the arbiter is still enabled in any case, + but from weak pci_pre_init() so that it can be replaced by board specific + code. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit c71103f9dc66dfcce8ad6df942364043bf27ade8 +Author: Matthias Fuchs +Date: Wed Jul 8 13:43:23 2009 +0200 + + ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17 +Author: Prafulla Wadaskar +Date: Mon Jun 29 20:56:43 2009 +0530 + + usb: add Marvell Kirkwood ehci host controller driver + + This driver is tested on Sheevaplug platform + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Remy Bohmer + +commit db7b43e4681f6f93c336132708157a8a0cca1f8b +Author: Vivek Mahajan +Date: Wed Jun 24 10:08:40 2009 +0530 + + mpc83xx: USB: fix: access of ehci struct elements + + It fixes the access to the 'ehci' struct elements for mpc83xx which + should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a + Sorry about that. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 08066152735417fc55a5c9de2cec0714c529e4f3 +Author: Vivek Mahajan +Date: Fri Jun 19 17:56:00 2009 +0530 + + mpc8xxx: USB: fix: access of ehci struct elements + + This patch fixes the access to the 'ehci' struct elements which should + have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a + Sorry about that. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit c3a012ce65818beb274195cd47f31ed80d0fbaa5 +Author: Bryan Wu +Date: Tue Jun 16 05:26:27 2009 -0400 + + usb: musb: add timeout via CONFIG_MUSB_TIMEOUT + + Signed-off-by: Bryan Wu + Signed-off-by: Mike Frysinger + Signed-off-by: Remy Bohmer + +commit 7984967a9405672db1581402d2c2cfae268d1a67 +Author: Mike Frysinger +Date: Tue Jun 16 05:26:25 2009 -0400 + + usb: musb: drop old musb read/write prototypes + + These functions are no longer defined, so remove their prototypes. + + Signed-off-by: Mike Frysinger + Signed-off-by: Remy Bohmer + +commit 4e04f16020115ab5ccf53158e100de58bcaf29bd +Author: Kim Phillips +Date: Mon Jun 15 11:50:07 2009 -0500 + + usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error + + fix a stray CONFIG_MPC83XX that escaped commit + 0f898604945af4543c1525fc33b6bae621a3b805. + + Signed-off-by: Kim Phillips + Signed-off-by: Remy Bohmer + +commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb +Author: Michal Simek +Date: Tue Jun 30 23:47:30 2009 +1000 + + asm-generic: Consolidate errno.h to asm-generic/errno.h + + This patch use blackfin errno.h implementation which + correspond Linux kernel one. + + MIPS implemetation is different that's why I keep it. + + I removed ppc_error_no.h from Marvell boards which + was the same too. + + I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians. + + Acked-by: Stefan Roese + Signed-off-by: Michal Simek + +commit 2896b5851f0430bf16529376a4193630e966c788 +Author: Simon Kagstrom +Date: Tue Jul 7 16:01:02 2009 +0200 + + Command improvements for ubifs + + Check that an argument is passed to ubifsmount and that addresses and + sizes are actually numbers for ubifsload. Also improve the instructions + a bit. + + Signed-off-by: Simon Kagstrom + Signed-off-by: Stefan Roese + +commit 25c8f4005979ab2d190713ba341d96a5fa905cdb +Author: Simon Kagstrom +Date: Tue Jul 7 16:59:46 2009 +0200 + + Handle VID header offset in ubi part command + + The VID header offset is sometimes needed to initialize the UBI + partition. This patch adds it (optionally) to the command line + for the ubi part command. + + (Lines have been properly wrapped since last version) + + Signed-off-by: Simon Kagstrom + Acked-by: Stefan Roese + Signed-off-by: Stefan Roese + +commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52 +Author: Wolfgang Denk +Date: Thu Jul 9 09:56:16 2009 +0200 + + MAINTAINERS: fix sorting, remove duplicates. + + Signed-off-by: Wolfgang Denk + +commit efbf14e9a2394a154b12643d4a011994b5096b5a +Author: Heiko Schocher +Date: Wed Dec 10 08:27:01 2008 +0100 + + all platforms: make show_boot_progress() work again + + Signed-off-by: Heiko Schocher + +commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2 +Author: Prafulla Wadaskar +Date: Mon Jun 29 15:25:18 2009 +0530 + + nand: Add Marvell Kirkwood NAND driver + + This patch adds a NAND driver for the Marvell Kirkwood SoC's + + Signed-off-by: Prafulla Wadaskar + Acked-by: Scott Wood + +commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32 +Author: Matthias Fuchs +Date: Mon Jul 6 16:27:33 2009 +0200 + + ppc4xx: Make pll_write global + + This patch makes pll_write on PPC405EP boards + global and callable from C code. + + pll_write can be used to dynamically modify the PLB:PCI divider + as it is required for 33/66 MHz pci adapters based on the 405EP. + + board_early_init_f() is a good place to do that (check M66EN signal + and call pll_write() when it is required). + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 20b3c4b528606d51799aed5e4c71783720cd2b72 +Author: Stefan Roese +Date: Mon Jul 6 11:44:33 2009 +0200 + + ppc4xx: Remove compilation warning "pci_async_enabled defined but not used" + + Signed-off-by: Stefan Roese + +commit d0a1364f91c80d29daff6b27a7904a50cdc00b35 +Author: Matthias Fuchs +Date: Fri Jul 3 16:06:06 2009 +0200 + + ppc4xx: Implement is_pci_host() for 405 CPUs + + This patch implements the is_pci_host() function in a similiar way + as it is used on 440 targets. + + The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not + build on 405EP targets because checking the PCI arbiter is different. + So putting the fixed code into a separate function makes the code + more readable. + + Also using is_pci_host() on 405 brings 405 and 440 PCI code + a little bit closer. + + In preparation for an upcoming 405EP based PMC module I made this + function weak so that it can be overwritten from board specific code. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 04ddae915f295dee301f15c32100533a48e3b433 +Author: Alessio Centazzo +Date: Wed Jul 1 22:20:51 2009 -0700 + + ppc4xx: Fixed PPC4xx debug compilation error in uic.c + + This patch fixes a debug compilation error for PPC4xx platforms, all + other architectures are not affected by this change. The 'handler' + pointer was undefined. The fix is exercised and has effect only if + DEBUG is defined. + + Signed-off-by: Alessio Centazzo acpatin@yahoo.com + Signed-off-by: Stefan Roese + +commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d +Author: Felix Radensky +Date: Wed Jul 1 11:37:46 2009 +0300 + + 4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code + + This patch fixes printf format string compilation warnings in several + debug statements. It also fixes the dump of DDR controller MQ registers + found on some 44x and 46x platforms. The current register dump code + uses incorrect DCRs to access these registers. + + Signed-off-by: Felix Radensky + Signed-off-by: Stefan Roese + +commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a +Author: Felix Radensky +Date: Mon Jun 22 15:30:42 2009 +0300 + + ppc4xx: Fix FDT EBC mappings on Canyonlands + + This patch fixes 2 problems with FDT EBC mappings on Canyonlands. + First, NAND EBC mapping was missing, making Linux NAND driver + unusable on this board. Second, NOR remapping code assumed that + NOR is always on CS0, however when booting from NAND NOR is on CS3. + + Signed-off-by: Felix Radensky + Signed-off-by: Stefan Roese + +commit baa9f9ba4345ed6dc5c403871c32e6295316ea52 +Author: Nobuhiro Iwamatsu +Date: Tue Jun 16 22:29:15 2009 +0900 + + sh: Revised the build with newest compiler + + The check of data became severe from newest gcc. + This patch checked in gcc-4.2 and 4.3 . + + Signed-off-by: Nobuhiro Iwamatsu + +commit be45c632568ba76343c1453b3951ad793f482fd5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:48 2009 +0200 + + sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:47 2009 +0200 + + sh3/sh4: fix CONFIG_SYS_HZ to 1000 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit add380f51f34ed1e2678c2abac8d53c91d652f26 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:46 2009 +0200 + + sh: introduce clock framework + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:45 2009 +0200 + + sh: unify linker script + + all sh boards use the same cpu linker script so move it to cpu/$(CPU) + + that could be overwrite in following order + SOC + BOARD + via the corresponding config.mk + + tested on r2dplus + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 236aad875817771eb1f25ed32784b3cd7760b2e6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:44 2009 +0200 + + sh: make the linker scripts more generic + + currently we need to sync the linker script enty and TEXT_BASE manualy + and the reloc_dst is based on it + + instead provide it now from the ldflags + + tested on r2dplus + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit ce29817212792113cd2d67a9767049a2e262c406 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:43 2009 +0200 + + sh7785lcr: fix out of tree build + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 2e8a6f551cba550e9220dca4d8504066203b1f74 +Author: HeungJun Kim +Date: Tue Jun 30 14:42:22 2009 +0900 + + env_onenand: change env_address type from unsigned long to loff_t + + If use the onenand boot, the env_relocate_spec() calls mtd->read(), + and the type of the argument #2 of mtd->read() was changed to loff_t. + But, the "env_addr" type is still unsigned long, thus this patch change + the type from unsigned long to loff_t. + + Acked-by: Kyungmin Park + Signed-off-by: HeungJun, Kim + Signed-off-by: Scott Wood + +commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909 +Author: Mingkai Hu +Date: Thu Jun 18 18:23:27 2009 +0800 + + fsl_elbc_nand: redirect the pointer of bbt pattern to RAM + + The bbt descriptors contains the pointer to the bbt pattern which + are statically initialized memory struct. When relocated to RAM, + these pointers will continue point to NOR flash(or L2 SRAM, or + other boot device). If the contents of NOR flash changed or L2 + SRAM disabled, it'll hang the system. + + Signed-off-by: Mingkai Hu + Signed-off-by: Scott Wood + +commit 1dac3a51875967f32641bbc0d26dc382ef02330a +Author: Scott Wood +Date: Wed Jun 24 17:23:49 2009 -0500 + + nand_spl: Fix cmd_ctrl usage in nand_boot.c. + + When adding large page NAND support to this file, I had a misunderstanding + about the exact semantics of NAND_CTRL_CHANGE (which isn't documented + anywhere I can find) -- it is apparently just a hint to drivers, + which aren't required to preserve the old value for subsequent + non-"change" invocations. + + This change makes nand_boot.c no longer assume this. Note that this + happened to work by chance with some NAND drivers, which don't preserve + the value, but treat 0 equivalently to NAND_CTRL_ALE. + + I don't have hardware to test this, so any testing is appreciated. + + Signed-off-by: Scott Wood + +commit 98713d2663d5d30dde74f48f547114a2bfd9d463 +Author: kevin.morfitt@fearnside-systems.co.uk +Date: Thu Jun 18 18:41:03 2009 +0100 + + Bug-fix in drivers mtd nand Makefile + + The S3C2410 NAND driver source file is included in the makefile instead of + the object file. + + Signed-off-by: Kevin Morfitt + Signed-off-by: Scott Wood + +commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96 +Author: Guennadi Liakhovetski +Date: Mon May 18 16:07:22 2009 +0200 + + nand_spl: read environment early, when booting from NAND using nand_spl + + Currently, when booting from NAND using nand_spl, in the beginning the default + environment is used until later in boot process the dynamic environment is read + out. This way environment variables that must be interpreted early, like the + baudrate or "silent", cannot be modified dynamically and remain at their + default values. Fix this problem by reading out main and redundand (if used) + copies of the environment in the nand_spl code. + + Signed-off-by: Guennadi Liakhovetski + Signed-off-by: Scott Wood + +commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 14:27:40 2009 +0200 + + mtd: nand: use loff_t for offset + + nand_util currently uses size_t which is arch dependent and not always a + unsigned long. Now use loff_t, as does the linux mtd layer. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Scott Wood + +commit 8360b66bac9567701027a0087274d0c9b2fe8d6b +Author: Wolfgang Denk +Date: Sun May 24 17:34:33 2009 +0200 + + nand/onenand: Fix missing argument checking for "markbad" command + + The "nand markbad" and "onenand markbad" commands did not check if an + argument was passed; if this was forgotten, no error was raised but + block 0 was marked as bad. + + While fixing this bug, clean up the code a bit and allow to pass more + than one block address, thus allowing to mark several blocks as bad + in a single command invocation. + + Signed-off-by: Wolfgang Denk + Signed-off-by: Scott Wood + +commit cd84423a09f3a08029fe41c1db96168debd0b51f +Author: Mike Frysinger +Date: Mon May 25 22:42:28 2009 -0400 + + mtd: nand: new base driver for memory mapped nand devices + + The BF537-STAMP Blackfin board had a driver for working with NAND devices + that are simply memory mapped. Since there is nothing Blackfin specific + about this, generalize the driver a bit so that everyone can leverage it. + + Signed-off-by: Mike Frysinger + Signed-off-by: Scott Wood + +commit d27bc728cf35e7d7996fbd77154335e66615b213 +Author: Guennadi Liakhovetski +Date: Mon May 18 16:06:45 2009 +0200 + + env_nand: remove unused variable. + + Remove an unused "total" variable in multiple functions. + + Signed-off-by: Guennadi Liakhovetski + Signed-off-by: Scott Wood + +commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302 +Author: David Brownell +Date: Sun May 10 15:43:01 2009 -0700 + + davinci_nand chipselect/init cleanup + + Update chipselect handling in davinci_nand.c so that it can + handle 2 GByte chips the same way Linux does: as one device, + even though it has two halves with independent chip selects. + For such chips the "nand info" command reports: + + Device 0: 2x nand0, sector size 128 KiB + + Switch to use the default chipselect function unless the board + really needs its own. The logic for the Sonata board moves out + of the driver into board-specific code. (Which doesn't affect + current build breakage if its NAND support is enabled...) + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1 +Author: Sandeep Paulraj +Date: Sat May 9 12:35:20 2009 -0400 + + NAND DaVinci: Update to ALE/CLE Mask values + + All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8 + except the DM646x. This was decided by the design team driving the design. + This patch updates the CLE and ALE values for DM646x. + Updated patches for DM646x will be sent shortly. + This applies to u-boot-nand-flash git + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Scott Wood + +commit 0c1684437ef810c503df29e8d73f63191aa63862 +Author: Sandeep Paulraj +Date: Wed Apr 29 09:47:09 2009 -0400 + + ARM DaVinci: Changing ALE Mask Value + + The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value + from '0xa' to '0x8'. This is the mask we use for all TI releases. + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Scott Wood + +commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc +Author: David Brownell +Date: Tue Apr 28 13:19:53 2009 -0700 + + davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC) + + Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option. It's not just nasty; + it's also unused by any current boards, and doesn't even match the + main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC + on newer chips that support it). + + DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30, + match non-BROKEN code paths for 1-bit HW ECC. The BROKEN code paths + do seem to partially match what MontaVista/TI kernels (4.0/2.6.10, + and 5.0/2.6.18) do ... but only for small pages. Large page support + is really broken (and it's unclear just what software it was trying + to match!), and the ECC layout was making three more bytes available + for use by filesystem (or whatever) code. + + Since this option itself seems broken, remove it. Add a comment + about the MV/TI compat issue, and the most straightforward way to + address it (should someone really need to solve it). + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6 +Author: David Brownell +Date: Tue Apr 28 13:19:50 2009 -0700 + + davinci_nand: cleanup I (minor) + + Minor cleanup for DaVinci NAND code: + + - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't + be defined when there are multiple chipselect lines in use + (as with common 2 GByte chips). + + - Cleanup handling of EMIF control registers + * Only need one pointer pointing to them + * Remove incorrect and unused struct supersetting them + + - Use the standard waitfunc; we don't need a custom version + + - Partial legacy cleanup: + * Don't initialize every board like it's a DM6446 EVM + * #ifdef a bit more code for BROKEN_ECC + + Sanity checked with small page NAND on dm355 and dm6446 EVMs; + and large page on dm355 EVM (packaged as two devices, not one). + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a +Author: Wolfgang Denk +Date: Tue Jul 7 22:35:02 2009 +0200 + + Coding style cleanup; update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8 +Author: Stefan Roese +Date: Mon Jun 29 13:30:50 2009 +0200 + + UBI: Fix build problem noticed on Apollon (arm/testing repo) + + This patch fixes a build problem noticed on Apollon by using + mtd_dev_by_eb() instead of "/" as done in the Linux UBI version. + So this brings the U-Boot UBI version more in sync with the Linux + version again. + + Signed-off-by: Stefan Roese + +commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4 +Author: Prafulla Wadaskar +Date: Mon Jul 6 20:29:15 2009 +0530 + + sf: Macronix additional chips supported + + new chips supported:- + MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E + out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms + + Modified the Macronix flash support to use 2 bytes of device id instead of 1 + This was required to support MX25L12855E + + Signed-off-by: Piyush Shah + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Mike Frysinger + +commit dd54126715b89ed0c43322aa78b0dad306f043b6 +Author: Mike Frysinger +Date: Fri Jun 19 03:27:28 2009 -0400 + + sf: sst: add sst25vf###b ids + + Signed-off-by: Mike Frysinger + +commit 7d907f0ea993b179a197d8db2a36f122bc673c2d +Author: Mike Frysinger +Date: Fri Jun 19 03:20:06 2009 -0400 + + sf: sst: fix sector size + + Looks like when I was encoding the sector sizes, I forgot to divide by 8 + (due to the stupid marketing driven process that declares all sizes in + useless megabits and not megabytes). + + Signed-off-by: Mike Frysinger + +commit ceb70b466e75ceb1a621b6163f7e31116bfc8094 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jul 5 01:06:06 2009 +0200 + + nhk8815: fix MAKEALL + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1 +Author: Magnus Lilja +Date: Sat Jul 4 10:31:24 2009 +0200 + + MX31: Add NAND SPL boot support to i.MX31 PDK board. + + Signed-off-by: Magnus Lilja + +commit 78eabb90b793fafe875a7469526d1715fa56cbb4 +Author: Prafulla Wadaskar +Date: Mon Jun 29 20:55:54 2009 +0530 + + arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support + + This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver + + Signed-off-by: Prafulla Wadaskar + +commit 095a460b49022e64df76134300643606e3acb4e9 +Author: Alessandro Rubini +Date: Mon Jun 29 10:52:37 2009 +0200 + + arm nomadik: use 1000 as HZ value and rewrite timer code + + This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites + timer code, which is now both correct and much smaller. Unused + functions like udelay_masked() have been removed as no driver uses + them, even the ones that are not currently active for this board. + mtu.h is copied literally from the kernel sources. + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f7aa59b29a451cc502078a9e4ba32345a4250c05 +Author: Alessandro Rubini +Date: Mon Jun 22 09:18:57 2009 +0200 + + arm nomadik: allow Nand and OneNand to coexists + + The evaluation kit has both Nand and OneNand, both drivers are there + and the two configurations only select a different default for the + jffs partition. This adds the OneNand driver and cleans up storage. + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + +commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9 +Author: Alessandro Rubini +Date: Mon Jun 22 09:18:47 2009 +0200 + + arm nomadik: cleanup reset + + There is only one public release of the Nomadik chip, so the ifdef + in reset code as well as a define in the config file are not needed + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + +commit ee1363f2da3996bafdecdd8f4e48862ebff3f271 +Author: Alessandro Rubini +Date: Mon Jun 22 09:18:37 2009 +0200 + + arm nomadik: rename board to nhk8815 + + This is an error in my side in the initial submission: nobody + calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead. + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + +commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38 +Author: Stefano Babic +Date: Wed Jul 1 20:40:41 2009 +0200 + + xscale: add support for the polaris board + + The Polaris board is based on the TrizepsIV module of + Keith & Koep (http://www.keith-koep.com). + + Signed-off-by: Stefano Babic + +commit 88bd97501314683b87f3f1edcf55b347c041b722 +Author: Stefano Babic +Date: Wed Jul 1 04:33:56 2009 +0200 + + xscale: fix USB initialization for Trizepsiv module + + Due to change in the usb_board_init() prototype, the USB for + the TrizepsIV was not correctly initialized. + Removed dummy print from usb_board_stop(). + + Signed-off-by: Stefano Babic + +commit 0b785ddd60120cfb74d18e58c56054238219f6db +Author: Prafulla Wadaskar +Date: Wed Jul 1 20:34:51 2009 +0200 + + net: merge bugfix: Marvell Kirkwood gigabit ethernet driver + + This patch looks okay on u-boot-net.git/next branch + but when it was merged to u-boot.git/master the last line is missing + + Signed-off-by: Prafulla Wadaskar + Acked-by: Ben Warren + +commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2 +Author: Daniel Gorsulowski +Date: Tue Jun 30 21:03:37 2009 +0200 + + at91: Add esd gmbh MEESC board support + + This patch adds support for esd gmbh MEESC board. + The MEESC is based on an Atmel AT91SAM9263 SoC. + + Signed-off-by: Daniel Gorsulowski + +commit 21761540b43c7086c75ee9afb412da1e5ddde2e9 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Jun 30 21:03:35 2009 +0200 + + ARM: Update mach-types + + update against linux v2.6.30 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 45627fce18139a74e0755124d27376b520db156c +Author: Daniel Gorsulowski +Date: Tue Jun 30 23:03:33 2009 +0200 + + at91: Add CAN init function + + To enable CAN init, CONFIG_CAN has to be defined in the board config file + and at91_can_hw_init() has to be called in the board specific code. + + CAN is available on AT91SAM9263 and AT91CAP9 SoC. + + Signed-off-by: Daniel Gorsulowski + +commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf +Author: Simon Kagstrom +Date: Tue Jun 30 23:03:31 2009 +0200 + + arm: Kirkwood: Correct header define + + Correct define typo (. -> ,) + + Signed-off-by: Simon Kagstrom + +commit 8449f287f5c53d59db13c3c512e6bd1750b692d1 +Author: Magnus Lilja +Date: Wed Jul 1 01:07:55 2009 +0200 + + MX31: Add basic support for Freescale i.MX31 PDK board. + + Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). + + This patch assumes that some other program performs the actual + NAND boot. + + Signed-off-by: Magnus Lilja + Acked-by: Fabio Estevam + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8d460a573e2a2ac4834636903865a0428ad0e629 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Jun 23 00:12:01 2009 +0200 + + S3C24x0: extract interrupts from timer + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit c8badbe500a752f42049e51042767ee62ea714e0 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jun 28 14:14:21 2009 +0200 + + dm355/pm9261: add missing CONFIG_NET_MULTI + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Jun 23 00:12:01 2009 +0200 + + arm920t/interrupts: Move conditional compilation to Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 06e758e75c79ce8761866bf8165c443584a20893 +Author: Kim, Heung Jun +Date: Sat Jun 20 11:02:17 2009 +0200 + + move L2 cache enable/disable function to cache.c in the omap3 SoC directory + + Signed-off-by: HeungJun, Kim + CC: Dirk Behme + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d583ef5147066d3609de21f3beebbab99a19bad4 +Author: Thomas Lange +Date: Sat Jun 20 11:02:17 2009 +0200 + + ARM DaVinci: EMIF settings + + NAND module should not modify EMIF registers unrelated to CS2 + that is used for NAND, i.e. do not modify EWAIT config register + or registers for other Chip Selects. + + Without this patch, EMIF configurations made in board_init() + will be invalidated. + + Signed-off-by: Thomas Lange + +commit 2600b8571a26c10c1c43401d7af38e2333cc5381 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 20 11:02:17 2009 +0200 + + versatile: config coding style cleanup + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Peter Pearse + +commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72 +Author: Prafulla Wadaskar +Date: Sat Jun 20 11:01:53 2009 +0200 + + arm: Kirkwood: Basic SOCs support + + Kirkwood family controllers are highly integrated SOCs + based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core. + + SOC versions supported:- + 1) 88F6281-A0 define CONFIG_KW88F6281_A0 + 2) 88F6192-A0 define CONFIG_KW88F6192_A0 + + Other supported features:- + 1) get_random_hex() fucntion + 2) PCI Express port initialization + 3) NS16550 driver support + + Contributors: + Yotam Admon + Michael Blostein + Acked-by: Stefan Rose + Signed-off-by: Prafulla Wadaskar + +commit 5c3d5817e5e68b828c165c501c215e793dc63aac +Author: Prafulla Wadaskar +Date: Sat Jun 20 11:01:52 2009 +0200 + + arm: generic cache.h for ARM architectures + + This patch is required for Kirkwood SoC support + may be used by other ARM architectures + + Signed-off-by: Prafulla Wadaskar + +commit 9c8c706c92e53433a871a563946c38075d76504d +Author: Matthias Ludwig +Date: Sat Jun 20 11:01:50 2009 +0200 + + OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change + + Signed-off-by: Matthias Ludwig + +commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9 +Author: Sedji Gaouaou +Date: Wed Jun 24 08:32:09 2009 +0200 + + at91sam9260/9263: add back up for the rst(reset controller). + + On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was + set to 0 after being set to 500 ms for the PHY reset. + Do backup the old reset length and restore it after the MACB initialisation. + + Signed-off-by: Sedji Gaouaou + Signed-off-by: Stelian Pop + +commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1 +Author: Kumar Gala +Date: Fri Jul 3 12:45:44 2009 -0500 + + fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code + + sys_eeprom.c: In function 'do_mac': + sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules + sys_eeprom.c: In function 'mac_read_from_eeprom': + sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kumar Gala + +commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae +Author: Peter Tyser +Date: Tue Jun 30 17:15:51 2009 -0500 + + 83xx: Add support for fsl_dma driver + + Signed-off-by: Peter Tyser + Reviewed-by: Ira W. Snyder + Tested-by: Ira W. Snyder + Acked-by: Kim Phillips + Signed-off-by: Kumar Gala + +commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf +Author: Peter Tyser +Date: Tue Jun 30 17:15:50 2009 -0500 + + 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references + + Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to + CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures + use + + Signed-off-by: Peter Tyser + Acked-by: Kim Phillips + Signed-off-by: Kumar Gala + +commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5 +Author: Poonam Aggrwal +Date: Thu Jul 2 16:15:01 2009 +0530 + + 8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors + + Defining the next two configs allows to switch the serial port from the + console using the setenv stdin and stdout + 1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */ + 2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */ + + Signed-off-by: Poonam Aggrwal + Signed-off-by: Ed Swarthout + Signed-off-by: Kumar Gala + +commit 546b1032907df70f2dd0f98f3ad09885a88411e5 +Author: Poonam Aggrwal +Date: Thu Jul 2 16:14:40 2009 +0530 + + 85xx: Adds GPIO registers to MPC85xx Memory Map. + + Signed-off-by: Poonam Aggrwal + Signed-off-by: Kumar Gala + +commit 5da6f806b400372b8a0664f3282c9e83a402eb66 +Author: Peter Tyser +Date: Tue Jun 30 17:26:01 2009 -0500 + + 86xx: XPedite5170 board support + + Initial support for Extreme Engineering Solutions XPedite5170 - + a MPC8640-based 3U VPX single board computer with a PMC/XMC + site. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit e66f38da8434425aca8df08d06d9ef41b3478d3b +Author: Timur Tabi +Date: Wed Jul 1 16:51:59 2009 -0500 + + fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more + + The calculate for rank density in compute_ranksize() for DDR3 used all + integers for the expression, so the result was also a 32-bit integer, even + though the 'bsize' variable is a u64. Fix the expression to calculate a + true 64-bit value. + + Signed-off-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab +Author: Peter Tyser +Date: Tue Jun 30 17:15:49 2009 -0500 + + fsl_dma: Make DMA transactions snoopable + + Make DMA transactions snoopable so that CPUs can keep caches up-to-date. + This allows dma transactions to be used for operations such as memory + copies without any additional cache control operations. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56 +Author: Peter Tyser +Date: Tue Jun 30 17:15:48 2009 -0500 + + fsl_dma: Break out common memory initialization function + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 79f4333ceb059049b3ee560167d6cbaec493695f +Author: Peter Tyser +Date: Tue Jun 30 17:15:47 2009 -0500 + + 8xxx: Move dma_init() call to common code + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76 +Author: Peter Tyser +Date: Tue Jun 30 17:15:46 2009 -0500 + + fsl_dma: Move dma function prototypes to common header file + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 7892f619d40f4196e41e7114c5dfee9fad0f572f +Author: Peter Tyser +Date: Tue Jun 30 17:15:45 2009 -0500 + + 8xxx: Rename dma_xfer() to dmacpy() + + Also update dmacpy()'s argument order to match memcpy's and use + phys_addr_t/phy_size_t for address/size arguments + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c +Author: Peter Tyser +Date: Tue Jun 30 17:15:44 2009 -0500 + + fsl_dma: Fix Channel Start bug in dma_check() + + The Channel Start (CS) bit in the Mode Register (MR) should actually be + cleared as the comment in the code suggests. Previously, CS was being + set, not cleared. + + Assuming normal operation of the DMA engine, this change shouldn't have + any real affect. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 51402ac12be9a0025f16db51fbde7c050a54e5fe +Author: Peter Tyser +Date: Tue Jun 30 17:15:43 2009 -0500 + + fsl_dma: Add support for arbitrarily large transfers + + Support DMA transfers larger than the DMA controller's limit of + (2 ^ 26 - 1) bytes + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit a730393a362741c318b21771b8d7b2647e546c3e +Author: Peter Tyser +Date: Tue Jun 30 17:15:42 2009 -0500 + + fsl_dma: Use proper I/O access functions + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 9c06071a6077ba95e9d43226156e39567d5d064a +Author: Peter Tyser +Date: Tue Jun 30 17:15:41 2009 -0500 + + fsl_dma: Add bitfield definitions for common registers + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 017f11f68ef543e866be033bcb7b8058a8a380d8 +Author: Peter Tyser +Date: Tue Jun 30 17:15:40 2009 -0500 + + 8xxx: Break out DMA code to a common file + + DMA support is now enabled via the CONFIG_FSL_DMA define instead of the + previous CONFIG_DDR_ECC + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 6bbced671719518d0e28ff422623cd7ce396cbda +Author: Mark Jackson +Date: Mon Jun 29 15:59:10 2009 +0100 + + Atmel LCD driver GUARDTIME fix + + This patch allows the guard time parameter to be set in + the Atmel LCDC driver. + + By default, the previous value of 1 is used, unless the + setting is defined elsewhere. + + Signed-off-by: Mark Jackson + +commit 29c35182462feea09f322e51913759a53359a3e0 +Author: Roy Zang +Date: Tue Jun 30 13:56:23 2009 +0800 + + 85xx: Add pci e1000 Ethernet support for P2020 board + + Signed-off-by: Roy Zang + Signed-off-by: Kumar Gala + +commit 156984a3611c28093919d3e3c042f722b5548253 +Author: Kumar Gala +Date: Thu Jun 18 08:39:42 2009 -0500 + + 8xxx: Fix PCI bus address setup for 36-bit configs + + We want the outbound PCI memory map to end at the 4G boundary so we + can maximize the amount of space available for inbound mappings if + we have large amounts of memory. + + This matches the device tree setup in the kernel for the 36-bit physical + configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS). + + Signed-off-by: Kumar Gala + +commit 480f61790565d77432b70b4016b73f2ae27d530f +Author: Kumar Gala +Date: Thu Jun 18 08:23:01 2009 -0500 + + 86xx: Add CPU_TYPE_ENTRY support + + Unify with 83xx and 85xx and use CPU_TYPE_ENTRY. We are going to use + this to convey the # of cores and DDR width in the near future so its + good to keep in sync. + + Signed-off-by: Kumar Gala + +commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff +Author: Peter Meerwald +Date: Mon Jun 29 15:48:33 2009 -0400 + + Blackfin: TWI/I2C: fix pure writes + + If doing a pure write with register address and data (not a read/write + combo transfer), we don't set the initial transfer length properly which + ends up causing only the register address to be transferred. + + While we're here, fix the i2c_write() parameter description of the buffer. + + Signed-off-by: Peter Meerwald + Signed-off-by: Mike Frysinger + +commit 5710de45808eb8f1cc34b51dc3e67e2422113249 +Author: Prafulla Wadaskar +Date: Sat May 30 01:13:33 2009 +0530 + + spi: Add Marvell Kirkwood SPI driver + + This patch adds a SPI driver for the Marvell Kirkwood SoC's. + + Signed-off-by: Prafulla Wadaskar + +commit 6bde171a4c4116cee179167cb65335a28f99932d +Author: Minkyu Kang +Date: Thu Jun 25 19:21:33 2009 +0900 + + s3c64xx: move the reset_cpu function + + Because of the reset_cpu is soc specific, should be move to soc + And read reset value from SYS_ID register instead of hard code + this patch also supports s3c6410 + + Signed-off-by: Minkyu Kang + +commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:37 2009 +0200 + + integrator: merge integratorap and integratorcp + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 46937b27427688a56bf7f5944a92d962dc43c3fa +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap/cp: use cfi driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit de7a01abd8aeb167946f391327e1e0d1e01f90c9 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap/cp/versatile: remove non used functions + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit f54851a6e3844b7e01581b5a9681f294118b7529 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorcp: split timer support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap: split timer support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 86baa085c52a7f3377a88074679c5aca9b9e4d38 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap: split pci support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c +Author: Ilya Yanok +Date: Mon Jun 8 04:12:50 2009 +0400 + + arm: add support for CONFIG_GENERIC_MMC + + Signed-off-by: Ilya Yanok + +commit 47d19da4d3f9ac4787abe9dee32406478424be52 +Author: Ilya Yanok +Date: Mon Jun 8 04:12:46 2009 +0400 + + serial_mx31: allow it to work with mx27 too and rename to serial_mxc + + UART hardware on i.MX27 is the same as on the i.MX31 so we just + need to provide the driver with correct address of the registers. + + Signed-off-by: Ilya Yanok + +commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3 +Author: Ilya Yanok +Date: Mon Jun 8 04:12:45 2009 +0400 + + mx27: basic cpu support + + This patch adds generic code to support Freescale's i.MX27 SoCs. + + Signed-off-by: Ilya Yanok + +commit dd2f6965a6c71f6f711ec98827880152e022c236 +Author: Magnus Lilja +Date: Sat Jun 13 20:50:03 2009 +0200 + + i.MX31: Create a common device file. + + Signed-off-by: Magnus Lilja + +commit 958f7da7887fea4a2091ae60944d62c1708c2c55 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 20:50:02 2009 +0200 + + ARM: Add macros.h to be used in assembler file. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 40c642bc19b9fa2906e3172487a522fee456340b +Author: Magnus Lilja +Date: Sat Jun 13 20:50:01 2009 +0200 + + MX31: Add NAND SPL for i.MX31. + + This patch adds the NAND SPL framework needed to boot i.MX31 boards + from NAND. + + It has been tested on a i.MX31 PDK board with large page NAND. Small + page NANDs should work as well, but this has not been tested. + + Note: The i.MX31 NFC uses a non-standard layout for large page NANDs, + whether this is compatible with a particular setup depends on how + the NAND device is programmed by the flash programmer (e.g. JTAG + debugger). + + The patch is based on the work by Maxim Artamonov. + + Signed-off-by: Maxim Artamonov + Signed-off-by: Magnus Lilja + +commit df81238b3e27a791da996a9208402ac8f40b9862 +Author: Magnus Lilja +Date: Sat Jun 13 20:50:00 2009 +0200 + + ARM1136: Introduce CONFIG_PRELOADER macro. + + Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's + in start.S. In preparation for adding support for NAND SPL + the macro CONFIG_PRELOADER is introducted and replaces the + CONFIG_ONENAND_IPL in start.S. + + Signed-off-by: Magnus Lilja + +commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 12:50:04 2009 +0200 + + at91: unify nor boot support + + the lowlevel init sequence is the same so unify it + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 12:48:36 2009 +0200 + + at91sam9263ek: add nor flash support + + this will allow you to store use it for the env and to boot directly U-Boot from + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 329492329700812c6df275aa0fda09d609cd0fd4 +Author: Ilko Iliev +Date: Fri Jun 12 21:20:39 2009 +0200 + + at91: add support for the PM9261 board of Ronetix GmbH + + The PM9261 board is based on the AT91SAM9261-EK board. + + Here is the page on Ronetix website: + http://www.ronetix.at/starter_kit_9261.html + + Signed-off-by: Ilko Iliev + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 01550a2b650fbabc03334f9eadcc6083601a2414 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jun 12 21:20:38 2009 +0200 + + pm9263: use macro instead of hardcode value for the lowlevel_init + + optimize a few the RAM init + + Signed-off-by: Ilko Iliev + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7a11c7f9747240dc770954d320569596c0fbcb50 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jun 12 21:20:37 2009 +0200 + + pm9263: lowlevel init update + + move PSRAM init to pm9263.c + this will allow us after to make the nor lowlevel_init generic + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0 +Author: Mike Frysinger +Date: Mon Jun 15 00:25:19 2009 -0400 + + Blackfin: move ALL += u-boot.ldr to blackfin_config.mk + + The way the ALL variable is used allows for config.mk's to add more + targets themselves without having to clutter up the top level Makefile. + + Signed-off-by: Mike Frysinger + +commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f +Author: Mike Frysinger +Date: Sun Jun 14 22:29:35 2009 -0400 + + Blackfin: fix SPI flash speed define name + + The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not + CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards. + + Signed-off-by: Mike Frysinger + +commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106 +Author: Mike Frysinger +Date: Sun Jun 14 22:26:31 2009 -0400 + + Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards + + Building the compression code in lib_generic/ with -O2 rather than -Os + gives a nice speed boost without too much code size increase. + + Signed-off-by: Mike Frysinger + +commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4 +Author: Mike Frysinger +Date: Sun Jun 14 21:23:27 2009 -0400 + + Blackfin: bf548-ezkit: bump up monitor size + + The latest version of U-Boot got a bit fatter in the BSS section which + caused overflows in the RAM region, so increase the monitor size. + + Signed-off-by: Mike Frysinger + +commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081 +Author: Vivi Li +Date: Fri Jun 12 10:53:22 2009 +0000 + + Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash + + The SPI flash layer is much stricter about sector usage than the eeprom + layer we used to use, so update the env settings to better match the + sector alignment of the flashes we use. + + Signed-off-by: Vivi Li + Signed-off-by: Mike Frysinger + +commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c +Author: Vivi Li +Date: Fri Jun 12 10:33:23 2009 +0000 + + Blackfin: bump up default JTAG console timeout + + The debug tools that interface with the other side of the JTAG console + got much slower when generalizing things, so bump up the default timeout + value on the U-Boot side to cope. Hopefully at some point we can improve + the debug tools to speed things back up. + + Signed-off-by: Vivi Li + Signed-off-by: Mike Frysinger + +commit c11ff779f4e0e0c7edc322e84dd229ad28709595 +Author: Mike Frysinger +Date: Mon Jun 1 19:08:33 2009 -0400 + + Blackfin: add jtagconsole helper script + + This script is similar to the netconsole script, but instead works with + the JTAG console device driver that exists on Blackfin parts. + + Signed-off-by: Mike Frysinger + +commit 60f61e6d7655400bb785a2ef637581679941f6d1 +Author: Remy Bohmer +Date: Sat May 2 21:49:18 2009 +0200 + + Convert DM9000 driver for CONFIG_NET_MULTI + + All drivers need to be converted to CONFIG_NET_MULTI. + This patch converts the dm9000 driver. + + Signed-off-by: Thomas Smits + Signed-off-by: Remy Bohmer + Signed-off-by: Ben Warren + +commit 9131589ada4dda0718604d0a425ca46e52775f6e +Author: Prafulla Wadaskar +Date: Sun Jun 14 22:33:46 2009 +0530 + + net: Add Marvell Kirkwood gigabit ethernet driver + + This patch adds a egiga driver for the Marvell Kirkwood SoC's. + + Contributors: + Yotam Admon + Michael Blostein + Acked-by: Stefan Rose + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 7835f4b94927ecb5affd99aad62592108db606ad +Author: s-paulraj@ti.com +Date: Tue May 12 11:45:34 2009 -0400 + + DaVinci Network Driver Updates + + Different flavours of DaVinci SOC's have differences in their EMAC IP + This patch does the following + 1) Updates base addresses for DM365 + 2) Updates MDIO frequencies for DM365 and DM646x + 3) Update EMAC wrapper registers for DM365 and DM646x + + Patch applies to u-boot-net git. the EMAC driver itself + will be updated shortly to add support for DM365 and DM646x + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Ben Warren + +commit 44578bea14e49035331a8f0e000e935e0d830ff4 +Author: Richard Retanubun +Date: Tue May 26 08:29:29 2009 -0400 + + Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter. + + From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001 + From: Richard Retanubun + Date: Wed, 20 May 2009 18:26:01 -0400 + Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter. + + Signed-off-by: Richard Retanubun + Signed-off-by: Ben Warren + +commit c9a2aab1512fb2d132670fff9c27656d2eb949cd +Author: Norbert van Bolhuis +Date: Thu Jun 4 09:39:48 2009 +0200 + + A VLAN tagged DHCP request/discover is 4 bytes short + + The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes. + If sending a VLAN tagged frame (when env variable vlan is set) this + should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns. + + Signed-off-by: Norbert van Bolhuis + Signed-off-by: Ben Warren + +commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193 +Author: Ben Warren +Date: Tue Apr 28 16:39:19 2009 -0700 + + Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC + + Signed-off-by: Ben Warren + +commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0 +Author: Ben Warren +Date: Tue May 26 00:34:07 2009 -0700 + + Switched davinci_emac Ethernet driver to use newer API + + Added CONFIG_NET_MULTI to all Davinci boards + Removed all calls to Davinci network driver from board code + Added cpu_eth_init() to cpu/arm926ejs/cpu.c + + Signed-off-by: Ben Warren + +commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf +Author: Ben Warren +Date: Mon Apr 27 23:19:10 2009 -0700 + + Initial cleanup of Davinci Ethernet driver + + Removed pointless #ifdefs + Moved functions around in file in preparation for switch to newer API + + Signed-off-by: Ben Warren + +commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b +Author: Ben Warren +Date: Tue May 26 00:17:59 2009 -0700 + + Moved Davinci Ethernet driver to drivers/net + + This driver has been renamed davinci_emac.c + + Signed-off-by: Ben Warren + +commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f +Author: Prafulla Wadaskar +Date: Tue May 19 01:40:16 2009 +0530 + + Marvell MV88E61XX Switch Driver support + + Chips supported:- + 1. 88E6161 6 port gbe swtich with 5 integrated PHYs + 2. 88E6165 6 port gbe swtich with 5 integrated PHYs + 2. 88E6132 3 port gbe swtich with 2 integrated PHYs + Platform specific configuration supported for:- + default or router port vlan configuration + led_init configuration + mdip/n polarity reversal configuration + + Note: This driver is supported and tested against + kirkwood egiga interface + + Contributors: + Yotam Admon + Michael Blostein + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 091dc9f6adaf572b067ae91af92c4e7db33d7903 +Author: Zach LeRoy +Date: Fri May 22 10:26:33 2009 -0500 + + tsec: Add support for BCM5482S PHY + + Signed-off-by: Zach LeRoy + Acked-by: Kumar Gala + Signed-off-by: Ben Warren + +commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0 +Author: Mike Frysinger +Date: Sun Jun 14 06:29:07 2009 -0400 + + Blackfin: unify u-boot linker scripts + + All the Blackfin linker scripts were duplicated across the board dirs with + no difference save from the semi-often used ENV_IS_EMBEDDED option. So + unify all of them in the lib_blackfin/ dir and for the few boards that + need to embedded the environment directly, add a LDS_BOARD_TEXT define for + them to customize via their board config file. This is much simpler than + forcing them to duplicate the rest of the linker script. + + Signed-off-by: Mike Frysinger + +commit f52efcae98cbb8a39f1d0535df8d9646a776af9e +Author: Mike Frysinger +Date: Fri May 29 17:02:37 2009 -0400 + + Blackfin: bf518f-ezbrd: enable SST SPI flash driver + + The BF51xF parts have an internal SST SPI flash, so make sure the driver is + enabled by default so we can access it. + + Signed-off-by: Mike Frysinger + +commit f348ab85f741dc98b2d202c04b5f430eace94925 +Author: Mike Frysinger +Date: Fri Apr 24 17:22:40 2009 -0400 + + Blackfin: convert specific pre/post config headers to common method + + The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup + common Blackfin board defines. The common method now is to use config.h, + so convert blackfin-config-post.h to that. Rename the still Blackfin + specific blackfin-config-pre.h to config-pre.h so the naming conventions + at least line up. + + Signed-off-by: Mike Frysinger + +commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1 +Author: Mike Frysinger +Date: Fri Apr 24 17:11:47 2009 -0400 + + Blackfin: enable LZMA for all ADI boards + + Signed-off-by: Mike Frysinger + +commit 0e63dc0679451d48f8b727c543ce48b488f7a33f +Author: Mike Frysinger +Date: Mon Apr 13 05:52:45 2009 -0400 + + Blackfin: make default ADI env more flexible + + Allow boards to easily override the root= and default bootcmd, allow + people to tweak the file used in default bootcmds at runtime via one env + var, and add a stock nandboot command. + + Signed-off-by: Mike Frysinger + +commit 0f52b560f19623ec651f9b9b40405d138ec251d3 +Author: Hoan Hoang +Date: Sun Jan 18 22:44:17 2009 -0500 + + Blackfin: ibf-dsp561: new board port + + Signed-off-by: Hoan Hoang + Signed-off-by: Mike Frysinger + +commit 3088189a15d219c48fd7e71623ca4daa08b80b59 +Author: Mike Frysinger +Date: Sun Oct 12 23:28:33 2008 -0400 + + Blackfin: blackstamp: new board port + + Signed-off-by: Mike Frysinger + +commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2 +Author: Mike Frysinger +Date: Sun Oct 12 23:22:25 2008 -0400 + + Blackfin: bf537-srv1: new board port + + Signed-off-by: Mike Frysinger + +commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b +Author: Mike Frysinger +Date: Sun Oct 12 23:16:52 2008 -0400 + + Blackfin: bf537-minotaur: new board port + + Signed-off-by: Mike Frysinger + +commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf +Author: Mike Frysinger +Date: Sun Oct 12 23:08:03 2008 -0400 + + Blackfin: bf537-pnav: new board port + + Signed-off-by: Mike Frysinger + +commit 59e4be945b6469e31eee721e0bcdccf4940d75ac +Author: Mike Frysinger +Date: Sun Oct 12 21:55:45 2008 -0400 + + Blackfin: cm-bf527: new board port + + Signed-off-by: Mike Frysinger + +commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5 +Author: Mike Frysinger +Date: Sun Oct 12 21:54:07 2008 -0400 + + Blackfin: cm-bf548: new board port + + Signed-off-by: Mike Frysinger + +commit 9417d9a21384279308abe5b4dd8dfd418742484c +Author: Mike Frysinger +Date: Sun Oct 12 21:49:28 2008 -0400 + + Blackfin: tcm-bf537: new board port + + Signed-off-by: Mike Frysinger + +commit e548321af00e869af7194896576beb9b68457ff7 +Author: Mike Frysinger +Date: Sun Oct 12 21:45:05 2008 -0400 + + Blackfin: cm-bf561: new board port + + Signed-off-by: Mike Frysinger + +commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c +Author: Mike Frysinger +Date: Sun Oct 12 21:41:06 2008 -0400 + + Blackfin: cm-bf537e: new board port + + Signed-off-by: Mike Frysinger + +commit e82d8a1f028bedb12c4ab88a35a935010d92898c +Author: Mike Frysinger +Date: Sun Oct 12 21:36:22 2008 -0400 + + Blackfin: cm-bf533: new board port + + Signed-off-by: Mike Frysinger + +commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38 +Author: Mike Frysinger +Date: Thu Nov 27 16:50:32 2008 -0500 + + Blackfin: new spibootldr command + + Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes, + so add a new 'spibootldr' command to take advantage of it. + + Signed-off-by: Mike Frysinger + +commit 67c2829b646bb5b859088b36fbc89e971b9c1960 +Author: Mike Frysinger +Date: Mon Oct 6 04:42:33 2008 -0400 + + Blackfin: support embedding the environment into loader files (LDRs) + + For the most part, the Blackfin processor boots files in the LDR format + rather than binary/ELF files. So we want to export the environment as a + raw blob to the LDR utility so it can embed it at the right location. + + Signed-off-by: Mike Frysinger + +commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6 +Author: Mike Frysinger +Date: Sun Jun 14 11:03:48 2009 -0400 + + add %.c->%.i and %.c->%.s rules + + The Linux kernel has some helper rules which allow you to quickly produce + some of the intermediary files from C source. Specifically, you can + create .i files which is the preprocessed output and you can create .s + files which is the assembler output. This is useful when you are trying + to track down header/macro expansion errors or inline assembly errors. + + Signed-off-by: Mike Frysinger + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6d1ce387874c1060f27656f70151a52c511cd0e3 +Author: Mike Frysinger +Date: Sat May 30 01:02:03 2009 -0400 + + make sure toplevel $(SUBDIRS) is always declared + + The $(SUBDIRS) variable is only declared when U-Boot has been configured, + but it gets used all the time. In the non-configured case, it is used to + generate a helpful error message, but it needs to be set properly for that + to occur. + + Signed-off-by: Mike Frysinger + +commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43 +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:55 2009 +0200 + + digsy mtc: Add description to GPIO initial configuration. + + Signed-off-by: Grzegorz Bernacki + +commit 12304871bc7839145f2b4238923e9023616d7399 +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:54 2009 +0200 + + digsy MTC: Add 'mtc' command. + + New command allows to: + o check FW version + o set LED status + o set digital output status + o get digital input status + + Signed-off-by: Grzegorz Bernacki + +commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5 +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:53 2009 +0200 + + digsy MTC: Add SPI support. + + Signed-off-by: Grzegorz Bernacki + +commit 6325b7780dad8be26ba6fc25ef88ba338c50205b +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:52 2009 +0200 + + mpc52xx: Add SPI driver. + + Signed-off-by: Grzegorz Bernacki + +commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0 +Author: Mike Frysinger +Date: Sun Jun 14 09:33:00 2009 -0400 + + allow boards to customize compiler options on a per-file/dir basis + + With our Blackfin boards, we like to build the compression routines with + -O2 as our tests show a pretty good size/speed tradeoff. For the rest of + U-Boot though, we want to stick with the default -Os as that is mostly + control code. So in our case, we would add a line like so to the board + specific config.mk file: + CFLAGS_lib_generic += -O2 + + Now all files under lib_generic/ will have -O2 appended to their build. + + Signed-off-by: Mike Frysinger + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6b1f78ae6ad037382ad430b07064105c88f7ac02 +Author: Wolfgang Denk +Date: Sun Jun 14 21:30:39 2009 +0200 + + Prepare v2009.06 + + Update CHANGELOG, fix minor coding stylke issue. Update Makefile. + + Signed-off-by: Wolfgang Denk + +commit c3147c1762f8caf99649051116a2411bdf887c10 +Author: Wolfgang Denk +Date: Sun Jun 14 20:31:36 2009 +0200 + + Revert "SMC911x driver fixed for NFS boot" + + This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43, + which causes compile warnings ("large integer implicitly truncated + to unsigned type") on all systems that use this driver. The warning + results from passing long constants (TX_CFG, RX_CFG) into + smc911x_set_mac_csr() which is declared to accept "unsigned + character" arguments only. + + Being close to a release, with nobody available to actually test the + code or the suggested fixes, it seems better to revert the patch. + +commit 388517e4b745b00256c2fa201ce7bccb67b4f245 +Author: Peter Tyser +Date: Fri May 22 10:26:37 2009 -0500 + + xes: Update Freescale clock code to work with 86xx processors + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 25623937bb81cae788d767e6c59a11c96fc82866 +Author: Peter Tyser +Date: Fri May 22 10:26:36 2009 -0500 + + xes: Update Freescale DDR code to work with 86xx processors + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit bef3013908bbc68f24084174a3ca86cc2a3eb986 +Author: Peter Tyser +Date: Fri May 22 10:26:35 2009 -0500 + + xes: Update Freescale PCI code to work with 86xx processors + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 6442b71b522face775c1c31bd43121db3b4bf7d6 +Author: Peter Tyser +Date: Fri May 22 10:26:32 2009 -0500 + + 85xx: Add PORBMSR and PORDEVSR shift defines + + Add defines similar to those already used for the the 86xx architecture. + This will ease sharing of PCI code between the 85xx and 86xx + architectures. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec +Author: Peter Tyser +Date: Thu May 21 12:10:00 2009 -0500 + + fsl/85xx, 86xx: Sync up DMA code + + The following changes were made to sync up the DMA code between the 85xx + and 86xx architectures which will make it easier to break out common + 8xxx DMA code: + + 85xx: + - Don't set STRANSINT and SPCIORDER fields in SATR register. These bits + only have an affect when the SBPATMU bit is set. + - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA + status register. We may as well clear all 32 bits of the register... + + 86xx: + - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers + - Add clearing of errors in the DMA status register when initializing + the controller + - Clear the channel start bit in the DMA mode register after a transfer + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit b1f12650d332eadac1306a772cab6096abee6ddd +Author: Peter Tyser +Date: Thu May 21 12:09:59 2009 -0500 + + fsl: Create common fsl_dma.h for 85xx and 86xx cpus + + Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to + reduce a large amount of code duplication + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9 +Author: Haiying Wang +Date: Wed May 20 12:30:41 2009 -0400 + + 85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS + + On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via + UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we + disable UEC6 and UEC8 by default. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit e8efef7c1b457442583a8b9d38d8a5b667661616 +Author: Haiying Wang +Date: Thu Jun 4 16:12:42 2009 -0400 + + drivers/qe: add sgmii support in for UEC driver + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 8e55258f144764de8902e9f078a7ad4c6c022c2f +Author: Haiying Wang +Date: Thu Jun 4 16:12:41 2009 -0400 + + qe: Pass in uec_info struct through uec_initialize + + The uec driver contains code to hard code configuration information for the uec + ethernet controllers. This patch creates an array of uec_info structures, which + are then parsed by the corresponding driver instance to determine configuration. + It also creates function uec_standard_init() to initialize all UEC interfaces + for 83xx and 85xx. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 9a6110897fc9282ade598bbba70ad72b940436e3 +Author: Haiying Wang +Date: Thu Jun 4 16:12:40 2009 -0400 + + fsl: Update the number of ethxaddr in reading system eeprom + + We support up to 8 mac addresses in system eeprom, so we define the macro + MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr + according to mac_count. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit f82107f637f167a77803c0933f9b24741a91c711 +Author: Haiying Wang +Date: Wed May 20 12:30:37 2009 -0400 + + 85xx: Add RMII support for MPC8569MDS + + This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to + support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to + enalbe_mpc8569mds_qe_uec which is more accurate. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 750098d33bc362ac4263863e92da158cf011063f +Author: Haiying Wang +Date: Wed May 20 12:30:36 2009 -0400 + + 85xx: Add UEC3 and UEC4 support for MPC8569MDS + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e +Author: Haiying Wang +Date: Wed May 20 12:30:35 2009 -0400 + + drivers/qe: Add more SNUM number for QE + + Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII- + 1000 mode. + + Signed-off-by: Haiying Wang + Acked-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit 7211fbfa18f3061858696150ee6e9e093d9eceae +Author: Haiying Wang +Date: Thu May 21 15:34:14 2009 -0400 + + drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs + + Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and + define MAX_QE_RISC for QE based silicons. + + Signed-off-by: Haiying Wang + Acked-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c +Author: Haiying Wang +Date: Wed May 20 12:30:29 2009 -0400 + + 85xx: Add QE clk support + + Signed-off-by: Haiying Wang + Acked-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit 71b358cc26792889bbac35054d8e89d59b3fabc4 +Author: Kumar Gala +Date: Wed May 20 01:11:33 2009 -0500 + + 85xx: Added MPC8535/E identifiers + + Signed-off-by: Kumar Gala + +commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1 +Author: Kumar Gala +Date: Thu May 21 08:36:43 2009 -0500 + + 85xx: Always attempt ethernet device tree fixup + + Its reasonable that we may have ethernet devices but dont have drivers + or support enabled for them in u-boot and want the device tree fixed up. + Unconditionally calling the ethernet fixup is fine since if we dont have + ethernet nodes that match (or aliases) we will not attempt to do + anything. + + Signed-off-by: Kumar Gala + Acked-by: Timur Tabi + +commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920 +Author: Haiying Wang +Date: Thu May 21 15:32:13 2009 -0400 + + drivers/qe: Rename the camel-case identifiers in uec + + Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle. + + Signed-off-by: Haiying Wang + +commit feb7838f979ec2b581df3c791b9ae3284c36bb47 +Author: Srikanth Srinivasan +Date: Fri Apr 3 15:36:13 2009 -0500 + + 85xx: Add P2020DS support + + The patch adds support for P2020DS reference platform. + DDR3 interface uses hard-coded initialization rather than SPD + for now and was tested at 667Mhz. Some PIXIS register + definitions and associated code sections need to be fixed. + TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all + tested under u-boot. + + Signed-off-by: Srikanth Srinivasan + Signed-off-by: Travis Wheatley + Signed-off-by: Kumar Gala + +commit 229549a56d9ae413c00f64fd7c728c6879a1b54b +Author: Stefan Roese +Date: Tue Jun 9 16:57:47 2009 +0200 + + mpc512x: MPC5121ADS: Add NAND support + + This patch adds NAND support to the MPC5121ADS board. Please + note that the image size increased since NAND support didn't + fit in the current image size (256k). + + Signed-off-by: Stefan Roese + Signed-off-by: Wolfgang Denk + Cc: Wolfgang Denk + +commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f +Author: Stefan Roese +Date: Tue Jun 9 16:57:03 2009 +0200 + + nand/mpc512x: Add MPC512x NAND support (NFC) + + This patch adds NAND Flash Controller driver for MPC5121 revision 2. + All device features, except hardware ECC and power management, are + supported. + + This NFC driver replaces the one orignally posted by John Rigby: + + "[PATCH] Freescale NFC NAND driver" + + It's a port of the Linux driver version posted by Piotr Ziecik a few + weeks ago. Using this driver has the following advantages (from my + point of view): + + - Compatibility with the Linux NAND driver (e.g. ECC usage) + - Better code quality in general + - Resulting U-Boot image is a bit smaller (approx. 3k) + - Better to sync with newer Linux driver versions + + The only disadvantage I can see, is that HW-ECC is not supported right + now. But this could be added later (e.g. port from Linux driver after + it's supported there). Using HW-ECC on the MCP5121 NFC has a general + problem because of the ECC usage in the spare area. This collides with + JFFS2 for example. + + Signed-off-by: Stefan Roese + Cc: Piotr Ziecik + Cc: Wolfgang Denk + Cc: John Rigby + Cc: Scott Wood + +commit e53b507cee5d976953134a565c72fd32c967d7dd +Author: Stefan Roese +Date: Tue Jun 9 11:50:40 2009 +0200 + + mpc512x: Add esd gmbh mecp5123 board support + + MECP5123 is a MPC5121E based module by esd gmbh. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9 +Author: Stefan Roese +Date: Tue Jun 9 11:50:05 2009 +0200 + + mcp512x: Add macros for SCFR LPC divisor access + + Thos macros will be used by the esd mecp5123 board. + + Signed-off-by: Stefan Roese + +commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551 +Author: Stefan Roese +Date: Mon Jun 8 09:38:07 2009 +0200 + + mpc512x: Fix problem with I2C access before relocation + + This is needed for the upcoming esd MECP5123 board port which uses + I2C EEPROM for environment storage. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + Acked-by: Heiko Schocher + +commit 58f10460b05e0928d986b15edd4f2e1e99403f7e +Author: Stefan Roese +Date: Thu Jun 4 13:35:39 2009 +0200 + + 74xx_7xx: CPCI750: Add CPCI adapter/target support + + The CPCI750 can be built as CPCI host or adapter/target board. This patch + adds support for runtime detection of those variants. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit ae7a2739d7a0704437376e229bb21940952c55be +Author: Stefan Roese +Date: Fri Jun 5 05:45:41 2009 +0200 + + 74xx_7xx: CPCI750: Enable access to PCI function > 0 + + The Marvell bridge 64360 supports serveral PCI functions, not only 0. This + patch enables access to those functions. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a +Author: Stefan Roese +Date: Thu Jun 4 13:35:37 2009 +0200 + + 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5 +Author: Stefan Roese +Date: Thu Jun 4 13:35:36 2009 +0200 + + 74xx_7xx: CPCI750: Add loadpci command + + This command is used to load/boot an OS-image which is transferred from + the CPCI host to the CPCI target/adapter. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a +Author: Stefan Roese +Date: Thu Jun 4 13:35:35 2009 +0200 + + 74xx_7xx: CPCI750: Add commandline editing/history + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724 +Author: Stefan Roese +Date: Thu Jun 4 16:55:34 2009 +0200 + + UBI: Add compile-time check for correct malloc area configuration + + UBI is quite memory greedy and requires at least approx. 512k of malloc + area. This patch adds a compile-time check, so that boards will not + build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN). + + Signed-off-by: Stefan Roese + +commit 7ce6031afc8671c8b47c6135b3678d43fcd02852 +Author: Prafulla Wadaskar +Date: Mon Apr 6 21:24:43 2009 +0530 + + sf: new Macronix MX25xx SPI flash driver + + Added macronix SF driver for MTD framework + MX25L12805D is supported and tested + TBD: sector erase implementation, other deivces support + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Mike Frysinger + +commit 2a6cc58869305f346e389eefdfa96dea5146cb0c +Author: Todor I Mollov +Date: Sat Apr 4 07:14:44 2009 -0400 + + sf: atmel: implement power-of-two write/erase funcs + + Signed-off-by: Todor I Mollov + Signed-off-by: Mike Frysinger + CC: Haavard Skinnemoen + +commit 4bc6eb79be2a7317425575184324b94e3b43fbc2 +Author: Vivek Mahajan +Date: Mon May 25 17:23:18 2009 +0530 + + mpc85xx: 8536ds: Add USB related CONFIGs + + This patch adds CONFIGs for enabling USB in mpc8536ds and also + adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its + Copyright. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 6823e9b01290977c4d9c90381459c01f66e12e79 +Author: Vivek Mahajan +Date: Mon May 25 17:23:17 2009 +0530 + + mpc83xx: 8315erdb: Add USB related CONFIGs + + This patch adds CONFIGs for enabling USB in mpc8315erdb and also + adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its + Copyright. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8 +Author: Vivek Mahajan +Date: Thu May 21 17:32:48 2009 +0530 + + mpc85xx: USB: Add support + + The following patch adds 85xx-specific USB support and also + revamps Copyright in immap_85xx.h + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a +Author: Vivek Mahajan +Date: Mon May 25 17:23:16 2009 +0530 + + mpc83xx: USB: Reorganized its support + + The following patch reorganizes/reworks the USB support for mpc83xx + as under:- + + * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to + cpu/mpx83xx/cpu_init.c + + * Board specific usb_phy_type is read from the environment + + * Adds USB EHCI specific structure in include/usb/ehci-fsl.h + + * Copyrights revamped in most of the following files + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e +Author: Vivek Mahajan +Date: Thu May 21 17:32:27 2009 +0530 + + mpc8xxx: USB: Relocates ehci-fsl.h to include/usb + + The following patch moves 8xxx-specifc USB #defines from + drivers/usb/host/ehci-fsl.h to include/usb. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da +Author: Vivek Mahajan +Date: Thu May 21 17:32:15 2009 +0530 + + mpc8xxx: USB: Removed reenablement of its interface + + To prepare for the 85xx USB support, which requires interface enablement + only once in (specified) order, no different than instructions for + enabling the interface under 83xx. It is unknown why the original author + enabled the interface twice (checked for references in errata, etc). + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 2c7920afaf96d9779304202cd8a355b4f7576a83 +Author: Peter Tyser +Date: Fri May 22 17:23:25 2009 -0500 + + 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x + + Use the standard lowercase "x" capitalization that other Freescale + architectures use for CPU defines to prevent confusion and errors + + Signed-off-by: Peter Tyser + Signed-off-by: Kim Phillips + +commit 0f898604945af4543c1525fc33b6bae621a3b805 +Author: Peter Tyser +Date: Fri May 22 17:23:24 2009 -0500 + + 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx + + Use the standard lowercase "xx" capitalization that other Freescale + architectures use for CPU defines to prevent confusion and errors + + Signed-off-by: Peter Tyser + Signed-off-by: Kim Phillips + +commit ba4feae90ca71de1681d5808f17e73224d8f03c4 +Author: Stefan Roese +Date: Tue Jun 2 16:53:16 2009 +0200 + + mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code + + This patch removes the duplicated code for baudrate generator configuration + in the PSC serial_init() implementation by calling serial_setbrg() instead + of duplicating the code. + + Signed-off-by: Stefan Roese + +commit b8c1d6a54ff8195488b68e163de8ec31f1603496 +Author: Stefan Roese +Date: Tue Jun 2 16:53:15 2009 +0200 + + mpc512x: Fix PSC divisor calculation for baudrate setting + + The wrong input frequency was used in serial_setbrg(). This patch fixes + this by using ips_clk as input frequency for the PSC baudrate generator. + + Signed-off-by: Stefan Roese + +commit 52568c3654b2b257016d52167805ae132faac14e +Author: Wolfgang Denk +Date: Sat May 16 10:47:46 2009 +0200 + + MPC512x: add support for ARIA board + + ARIA is a MPC5121E based COM Express module by Dave/DENX. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f +Author: Wolfgang Denk +Date: Sat May 16 10:47:45 2009 +0200 + + MPC512x: remove include/mpc512x.h + + Move needed definitions (register descriptions etc.) from + include/mpc512x.h into include/asm-ppc/immap_512x.h. + + Instead of using a #define'd register offset, use a function that + provides the PATA controller's base address. + + All the rest of include/mpc512x.h are register offset definitions + which can be eliminated by proper use of C structures. + + There are only a few register offsets remaining that are needed in + cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h + which is intended as a temporary workaround only. In a later patch + this file will be removed, too, and then auto-generated from the + respective C structs. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit a927e491b2a326c1e9c4313e3ce4042988422697 +Author: Wolfgang Denk +Date: Sat May 16 10:47:44 2009 +0200 + + MPC512x FEC: get rid of duplicated struct ethernet_regs + + Use existing struct fec512x instead. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + Acked-by: Ben Warren + +commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2 +Author: Wolfgang Denk +Date: Sat May 16 10:47:43 2009 +0200 + + MPC512x: use I/O accessors instead of pointer accesses + + This commit changes the MPC512x code to use I/O accessor calls (i.e. + out_*() and in_*()) instead of using deprecated pointer accesses. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 19dc7e179268be148e550c36203208c662610d76 +Author: Wolfgang Denk +Date: Sat May 16 10:47:42 2009 +0200 + + MPC512x: add more hardware description to immap_512x.h + + - add GPIO module description + - add Address Latch Timing Register description + - add IO Control Memory Map + - add FEC Memory Map + + Also change board/freescale/mpc5121ads/mpc5121ads.c and + cpu/mpc512x/iopin.c as needed. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c +Author: Wolfgang Denk +Date: Sat May 16 10:47:41 2009 +0200 + + Rename ads5121 board into mpc5121ads + + We rename the board so we use a consistent name in U-Boot and in + Linux. Also, we use this opportunity to move the board into the + Freecale vendor directory. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit debf87415579c0f50aab9e0832976d4506babe0f +Author: Wolfgang Denk +Date: Sat May 16 10:47:40 2009 +0200 + + cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 8b251263191ec554967dd1add6237c1ba7f7eb25 +Author: Wolfgang Denk +Date: Sat May 16 10:47:39 2009 +0200 + + cpu/mpc512x/pci.c: minor coding style cleanup + + Get rid of variable declaration in the middle of the code. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87 +Author: Wolfgang Denk +Date: Sat May 16 10:47:38 2009 +0200 + + mpc512x: Move common files to share them by several boards + + We will soon see several new MPC521x based boards added. This patch + moves files that are not board specific to a common directory so they + can be shared by all such ports. It also splits off common IDE code + into a new file, cpu/mpc512x/ide.c . + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 03e069dc0a765d506f78a68319acf33d432e035b +Author: Wolfgang Denk +Date: Sat May 16 10:47:37 2009 +0200 + + mpc512x: change cpu/mpc512x/Makefile to use Kconfig style + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd +Author: Wolfgang Denk +Date: Sun May 24 17:06:54 2009 +0200 + + General help message cleanup + + Many of the help messages were not really helpful; for example, many + commands that take no arguments would not print a correct synopsis + line, but "No additional help available." which is not exactly wrong, + but not helpful either. + + Commit ``Make "usage" messages more helpful.'' changed this + partially. But it also became clear that lots of "Usage" and "Help" + messages (fields "usage" and "help" in struct cmd_tbl_s respective) + were actually redundant. + + This patch cleans this up - for example: + + Before: + => help dtt + dtt - Digital Thermometer and Thermostat + + Usage: + dtt - Read temperature from digital thermometer and thermostat. + + After: + => help dtt + dtt - Read temperature from Digital Thermometer and Thermostat + + Usage: + dtt + + Signed-off-by: Wolfgang Denk + +commit 94796d8544d4248028141bad11c6a74b840e9d6e +Author: Wolfgang Denk +Date: Sun May 24 19:17:29 2009 +0200 + + Make "usage" messages more helpful. + + In case of incorrect command invocations U-Boot used to print pretty + useless "usage" messages, for example: + + => nand markbad + Usage: + nand - NAND sub-system + + In the result, the user would have to run the "help" command to get + the (available) information about correct command usage. Change this, + so that this information gets always printed. + + Note that this changes the user interface of all commands, but + hopefully to the better. + + Signed-off-by: Wolfgang Denk + +commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be +Author: Mike Frysinger +Date: Sun May 24 02:26:19 2009 -0400 + + nvedit: speed up printing of environment + + The printing code would check the same environment byte multiple times and + write to the console one byte at a time. For some devices (such as the + Blackfin JTAG console which operates in 8 bytes at a time), this is pretty + damned slow. So create a small 16 byte buffer to fill up and send to puts + as needed. In the process, unify the different print functions, shrink + the resulting code (source and compiled), and avoid excess env reads as + those too can be somewhat expensive depending on the board. + + Signed-off-by: Mike Frysinger + +commit 3112030a430553768de5d30c05bedf8710784452 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 22 19:28:52 2009 +0200 + + config.mk: remove un-needed REMOTE_BUILD check + + as $(obj) is empty when in tree build + + %.s: %.S + $(CPP) $(AFLAGS) -o $@ $< + + and + + $(obj)%.s: %.S + $(CPP) $(AFLAGS) -o $@ $< + + are the same + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Mike Frysinger + +commit 651351fe980b20217b014b9a888398f18d77951c +Author: Tom Rix +Date: Wed May 20 07:55:41 2009 -0500 + + FAT replace compare_sign with strncmp. + + The static function compare_sign is only used to compare the fs_type string + and does not do anything more than what strncmp does. + + The addition of the trailing '\0' to fs_type, while legal, is not needed + because the it is never printed out and strncmp does not depend on NULL + terminated strings. + + Signed-off-by: Tom Rix + +commit ecb1dc892297d5d99876907328fed732feefeab2 +Author: Mike Frysinger +Date: Wed May 20 04:35:14 2009 -0400 + + Add support for Linux-like kallsysms + + The kernel stores address<->symbol names in it so things can be decoded at + runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. + + Signed-off-by: Mike Frysinger + +commit 36c9169aa6f79ddf604a3bca64e145654f94888b +Author: Wolfgang Denk +Date: Sun May 17 16:01:54 2009 +0200 + + cmd_mtdparts.c: allow to omit definitions for default settings + + There is actually no good reason to enforce that all board + configuations must define default settings for "mtdids" and + "mtdparts". Actually this may be difficult to handle, especially on + boards where different sizes of flash chips can be fit, so there is no + real "default" partition map for all boards. + + Lift this arbitrary limitation. + + Signed-off-by: Wolfgang Denk + +commit 864aa034f3a0e10ce710e8bbda171df3cab59414 +Author: Stefan Roese +Date: Tue May 12 14:31:56 2009 +0200 + + cmd_mtdparts: Move to common handling of FLASH devices via MTD layer + + This patch removes all references to the direct CFI FLASH interface + (via flash_info[]). Now that all FLASH types currently handled in + mtdparts are available (if selected, see below) via the MTD infrastructure. + This is NOR, NAND and OneNAND right now. This can be achieved by defining + the following options: + + CONFIG_MTD_DEVICE (for all FLASH types) + + plus + + CONFIG_FLASH_CFI_MTD (for NOR FLASH) + + So we need to add those defines to the board config headers currently + using the mtdparts commands. This is done via another patch, so + we shouldn't break mtdparts compatibility. + + One big advantage from this solution is that the cmd_mtdparts.c is + *much* cleaner now. Lot's of #ifdef's are removed and the code itself + is smaller. Additionally the newly added MDT concatenation feature + can new be used via the mtdparts infrastructure and therefor via + UBI etc. + + Signed-off-by: Stefan Roese + Cc: Ladislav Michl + Cc: Scott Wood + +commit d558107c18708050f05b6639b2192efb67c905dc +Author: Stefan Roese +Date: Tue May 12 14:31:18 2009 +0200 + + mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o + + This new define enables mtdcore.c compilation and with this we can + select the MTD device infrastructure needed for the reworked mtdparts + command. + + We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and + CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above) + for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + +commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad +Author: Stefan Roese +Date: Tue May 12 14:32:58 2009 +0200 + + mtd: MTD related config header changes (mtdparts command) + + By changing the cmd_mtdparts to only use the MTD infrastructure and + not the direct interface to the CFI NOR FLASH driver we now need + to add the MTD infrastructure to all boards using those mtdparts + commands. This patch adds those components: + + CONFIG_MTD_DEVICE (for all FLASH types) + + plus + + CONFIG_FLASH_CFI_MTD (for NOR FLASH) + + To all board maintainers: Please test this on your platforms and + report any problems/issues found. Thanks. + + Signed-off-by: Stefan Roese + Cc: Wolfgang Denk + Cc: Ron Madrid + Cc: Georg Schardt + Cc: Michal Simek + Cc: Ladislav Michl + Cc: Martin Krause + Cc: Gary Jennejohn + Cc: Ricardo Ribalda + +commit 8d2effea23e938631126a7888008a0637e13b389 +Author: Stefan Roese +Date: Mon May 11 16:03:55 2009 +0200 + + mtd: Update MTD infrastructure to support 64bit device size + + This patch brings the U-Boot MTD infrastructure in sync with the current + Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size + support and a resync of the mtdpart.c file which has seen multiple fixes + meanwhile. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Cc: Kyungmin Park + +commit 0a57265533c412adf6024f4b4955141f4346b2b9 +Author: Stefan Roese +Date: Tue May 12 14:29:39 2009 +0200 + + mtd: Add MTD concat support to concatenate multiple MTD NOR devices + + This patch adds concatenation support to the U-Boot MTD infrastructure. + By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate + all found NOR devices into one single MTD device. This can be used by + e.g by UBI to access a partition that spans over multiple NOR chips. + + Signed-off-by: Stefan Roese + +commit 55e0ed6078b10b0d425b6a0677f38a015c277df6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 25 14:57:52 2009 +0200 + + make MODEM SUPPORT generic instead of duplicate it + + and fix comment + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + + Adjusted Copyright message. + + Signed-off-by: Wolfgang Denk + +commit a30f519bd0cde78ba46b424314de94fdab863726 +Author: Tom Rix +Date: Tue Jun 2 20:53:56 2009 -0500 + + ZOOM2 detect the version of the zoom2 board at runtime. + + There are currently 3 versions of the zoom2 board. + The production board, that is currently being released. + The beta board, similar in form to the production board but not released. + The alpha board, a set of PCBs with a very limited circulation. + + GPIO 94 is used to determine the version of the board. If GPIO 94 is clear, + the board is a production board, otherwise it is a beta board. + + The alpha board will likely be mistaken for a beta board. An alpha board + was unavailible for testing. + + This has been tested on the beta and production boards. + + Signed-off-by: Tom Rix + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 718763c4745fd3d987a5576d2a67325e9444f9d4 +Author: Tom Rix +Date: Wed Jun 3 01:53:57 2009 -0500 + + Beagle Convert the board version detection to use the OMAP3 GPIO interface. + + There is no new functionality in the change. + + This change is a conversion from the using raw register access to using + the OMAP3 GPIO API described in doc/README.omap3. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b +Author: Tom Rix +Date: Wed Jun 3 01:53:55 2009 -0500 + + Fix a typo in the instructions on using omap3's gpio interface. + + Using the example for reading a gpio, shows the problem. + NULL should be the gpio number. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 0c9520efd651ce13451654a35307ec87d4a13a69 +Author: Tom Rix +Date: Fri May 29 18:57:32 2009 -0500 + + ZOOM2 Define GPIO banks used. + + Enable the function and interface clocks for banks 2,3,5 and 6. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 708cfb74b7c6df9c37d3c48988a154be79daefeb +Author: Tom Rix +Date: Fri May 29 18:57:31 2009 -0500 + + OMAP3 Turn on the GPIO bank clocks + + The function and interface clocks for each GPIO bank, except the first, must + be explicitly turned on. These are controlled by the config level defines + CONFIG_OMAP3_GPIO_n where n is from 2 to 6. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 59272620c24549b5bcd03c94ba12ec302c1476a2 +Author: Richard Retanubun +Date: Thu Mar 26 15:26:01 2009 -0400 + + Coldfire M5271: Activate u-boot system timer interrupt. + + This patch assigns the u-boot system timer interrupt to + interrupt level 3, priority 6. Without this patch the interrupt + will be a level 0, priority 0, which disables it and cause + u-boot functions that relies on the timer (e.g. sleep command) + to never return. + + Signed-off-by: Richard Retanubun + +commit dc26965ad3acdfb18780361d77a276b2843a90af +Author: Richard Retanubun +Date: Mon Mar 23 13:35:48 2009 -0400 + + Compier warning cleanup + + Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456 + + Cleanup on compiler warnings on unused variables now that + bd->bi_enetaddr is no longer used. + + Signed-off-by: Richard Retanubun + +commit 42a83765d54f042b4079e05a3438789542429981 +Author: Richard Retanubun +Date: Fri Mar 20 15:30:10 2009 -0400 + + Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt. + + Ported from lib_ppc/interrupts.c, this adds the ability for + the coldfire system timer to auto-reset the watchdog when + dtimer_interrupts is called. + + Signed-off-by: Richard Retanubun + +commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199 +Author: Prafulla Wadaskar +Date: Sun May 31 14:53:20 2009 +0200 + + arch_misc_init support for ARM architectures + + This patch is required for Kirkwood support + may be used by other ARM architectures + + Signed-off-by: Prafulla Wadaskar + +commit b2403589b4d9996394bafc73eca3623f43ac2c31 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 14:53:18 2009 +0200 + + at91: move cpu info print to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b32e189079fa16e1b647ac6b949fd4e0a9435343 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:46 2009 +0200 + + at91: move cpu name define to arm/arch/ cpu header + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5bb59b3c906ee01adfaac9565443e5236a793079 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:45 2009 +0200 + + at91: extract reset from timer + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 61cf851b09cf8b67009ec11fc47c16add6b142a5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:43 2009 +0200 + + omap24xx: rename reset file + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32 +Author: Dirk Behme +Date: Sun May 31 12:44:42 2009 +0200 + + OMAP3: Fix CKE1 MUX setting to allow self-refresh + + The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX + setting is needed for the second CS clock signal to allow the 2 RAM + parts to be put in self-refresh correctly. This also works on rev B + Beagle boards with 128M of RAM. + + From: Steve Sakoman + From: Jean Pihet + Signed-off-by: Jean Pihet + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a +Author: Dirk Behme +Date: Sun May 31 12:44:41 2009 +0200 + + OMAP3: Zoom2: Enable Board and CPU info + + With other OMAP3 boards we recently switched to CPU and Board + info API. From parallel merge, this is missing for Zoom2. + Enable it for Zoom2, too. + + Signed-off-by: Dirk Behme + Acked-by: Tom Rix + +commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66 +Author: Tom Rix +Date: Sun May 31 12:44:39 2009 +0200 + + ZOOM2 Add led support. + + This patch controls the large LED on the top left of the zoom2. + + Signed-off-by: Tom Rix + +commit 660888b7fb8840ce169dcd2589e49ab44c46b87b +Author: Tom Rix +Date: Sun May 31 12:44:37 2009 +0200 + + ZOOM2 Add serial support. + + Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. + The default serial is from the USB connector on left side of the debug board. + The USB connector will produce 2 of the 4 UARTS. On your host pick the first + enumeration. + + The details of the setting of the serial gpmc setup are not available. + The values were provided by another party. + + The serial port set up is the same with Zoom1. + Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow. + + The kernel bootargs are + console=ttyS3,115200n8 + + Signed-off-by: Tom Rix + +commit 3ea201b016ab259a5ac8824af767569522768c47 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:27 2009 +0200 + + lh7a40x: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 379be585eb2343d8814a5cee5fb3da930d846bee +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 22:48:46 2009 +0200 + + pxa: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 9 13:21:19 2009 +0200 + + arm: remove cpu_init + + move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit c358d9c3f16571e8f825e81b75eaf32e228cb669 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 9 13:21:18 2009 +0200 + + arm: unify interrupt init + + all arm init the IRQ stack the same way + so unify it in lib_arm/interrupts.c and then call arch specific interrupt init + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 10a451cd57cffbca875c97bbd8929059c5627ec6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 8 20:24:12 2009 +0200 + + arm: unify linker script + + all arm boards except a few use the same cpu linker script + so move it to cpu/$(CPU) + + that could be overwrite in following order + SOC + BOARD + via the corresponding config.mk + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 10:02:05 2009 +0200 + + afeb9260: fix macb device init + + uses PA10, PA11 for ETX2 and ETX3. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7 +Author: Stefan Roese +Date: Wed May 27 10:34:32 2009 +0200 + + ppc4xx: Remove PCI async bootup message if PCI is not used + + Signed-off-by: Stefan Roese + +commit a3455c00510c5abf1e91743c4a02d8393b6df18d +Author: Wolfgang Denk +Date: Fri May 15 09:19:52 2009 +0200 + + TQM834x: use buffered writes to accelerate writing to flash + + Also enable display of 'E'mpty sectors in "flinfo" output. + + Signed-off-by: Wolfgang Denk + Signed-off-by: Kim Phillips + +commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d +Author: Wolfgang Denk +Date: Thu May 14 23:18:34 2009 +0200 + + TQM834x: add FDT support + + Signed-off-by: Wolfgang Denk + Signed-off-by: Kim Phillips + +commit 929b79a0b5e48303ab04aae9d0abceb0c707f111 +Author: Wolfgang Denk +Date: Thu May 14 23:18:33 2009 +0200 + + TQM834x: fix environment size; add redundant env. + + Also reserve more space for U-Boot as it will probably grow soon. + + Signed-off-by: Wolfgang Denk + Signed-off-by: Kim Phillips + +commit 2ae0f35fd60c7345446835b95a4daff356e1f031 +Author: Thomas Lange +Date: Sun May 3 20:07:33 2009 +0200 + + ARM DaVinci: Reset with watchdog enabled + + Once the Davinci watchdog has been enabled, the timeout + value cannot be changed. If the timeout in use is long, + it can take a long time for card to reset. By writing + an invalid service key, we can trigger an immediate reset. + + Signed-off-by: Thomas Lange + +commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be +Author: Wolfgang Denk +Date: Fri May 15 10:07:43 2009 +0200 + + video: Add an option to skip video initialization + + This patch adds an option to skip the video initialization on for all + video drivers. This is needed for the CPCI750 which can be built as + CPCI host and adapter/target board. And the adapter board can't + access the video cards located on the CompactPCI bus. + + Signed-off-by: Stefan Roese + Cc: Anatolij Gustschin + + Rebased against simplifying patch. + Signed-off-by: Wolfgang Denk + +commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd +Author: Wolfgang Denk +Date: Fri May 15 10:07:42 2009 +0200 + + drv_video_init(): simplify logic + + Simplify nesting of drv_video_init() and use a consistent way of + indicating failure / success. Before, it took me some time to realize + which of the returns was due to an error condition and which of them + indicated success. + + Signed-off-by: Wolfgang Denk + Cc: Anatolij Gustschin + +commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Wed May 13 21:01:13 2009 +0200 + + at91: regroup IP hw init in one file per soc + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 28b00324becf3552134ae1e086509dc9c3d6e932 +Author: David Brownell +Date: Fri May 15 23:48:37 2009 +0200 + + dm355 evm support + + Initial U-Boot support for the DaVinci DM355 EVM. This is a board + from Spectrum Digital. Board docs include schematic and firmware + for its microcontroller: + + http://c6000.spectrumdigital.com/evmdm355/revd/ + + Most of the DM355 chip is fully documented by TI, the most notable + exception being the MPEG/JPEG coprocessor (programmable using codecs + available at no cost from TI), which is omitted from its DM335 sibling: + + http://focus.ti.com/docs/prod/folders/print/tms320dm355.html + + This version can boot from the on-board DM9000 Ethernet chip, after + being loaded (from NAND, MMC/SD, or UART). In the near future, NAND + and USB support could be added ... NAND support is being held back + until the support for the 4-bit ECC hardware is ready. + + Signed-off-by: David Brownell + +commit 136cf92dc9e84c9a1bf567f1fe741092bf765495 +Author: Sanjeev Premi +Date: Fri May 15 23:48:37 2009 +0200 + + OMAP3EVM: Set default bootfile + + The current configuration doesn't define default + bootfile; leading to this warning at execution: + + OMAP3_EVM # dhcp + ... + ... + DHCP client bound to address 192.168.1.11 + *** Warning: no boot file name; using 'AC18BE16.img' + TFTP from server 0.0.0.0; our IP address is 192.168.1.11; + sending through gateway 192.168.1.1 + Filename 'AC18BE16.img'. + Load address: 0x82000000 + Loading: * + TFTP error: 'File not found' (1) + + Signed-off-by: Sanjeev Premi + +commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5 +Author: s-paulraj@ti.com +Date: Fri May 15 23:48:36 2009 +0200 + + ARM DaVinci: Minor Updates to base addresses + + Patch adds base addresses for DaVinci DM365. Updated patches for DM365 + will be posted soon. + + Signed-off-by: Sandeep Paulraj + +commit de193e8e369f5f029ed3b6e2fc60341098eea766 +Author: Tom Rix +Date: Fri May 15 23:48:36 2009 +0200 + + ZOOM2 Add support for debug board detection. + + The logicpd web site is a good source for general information on this board. + Please start looking here if the below links are broken. + http://www.logicpd.com + + This is a pdf of the product + http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf + + This is a pdf of the product quick start guide. + The debug board is described here. + http://support.logicpd.com/downloads/1165/ + + This is a wiki showing the debug board in use + https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP + + The zoom2 has an auxillary board that contains the serial, net, jtag and + battery simulator. This change supports a runtime check if the debug board is + connected. + + Signed-off-by: Tom Rix + +commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356 +Author: Tom Rix +Date: Fri May 15 23:48:36 2009 +0200 + + OMAP3 Port kernel omap gpio interface. + + Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot. + The orignal source is in linux/arch/arm/plat-omap/gpio.c + + See doc/README.omap3 for instructions on use. + + Signed-off-by: Tom Rix + +commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e +Author: Tom Rix +Date: Fri May 15 23:48:36 2009 +0200 + + ZOOM2 Add initial support for Zoom2 + + Zoom2 is a new board from Texas Instruments and LogicPD + + The logicpd web site is a good source for general information on this board. + Please start looking here if the below links are broken. + http://www.logicpd.com + + This is a pdf of the product + http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf + This is the product description web page + http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp + + This patch provides a zoom2 base target by copying zoom1 and by making some + obvious changes. + + To configure, run + make omap3_zoom2_config + + Signed-off-by: Tom Rix + +commit 53925acf1b5c1a1e6230cda2697640cd05bd1104 +Author: Sandeep Paulraj +Date: Fri May 15 23:48:33 2009 +0200 + + ARM DaVinci:Consolidate common u-boot.lds + + The u-boot.lds is common for all DaVinci boards. The patch removes + multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci + folder. This addresses one of the comments i received while submitting + patches for DM3xx + + Signed-off-by: Sandeep Paulraj + +commit 68a531fd465f5c0b3d373e0010afed32e88d37c4 +Author: Tom Rix +Date: Fri May 15 23:47:52 2009 +0200 + + OMAP Consolidate common u-boot.lds to cpu layer. + + The u-boot.lds file is common for all omap boards. + Move a cleaned up version to the cpu layer and add makefile logic to use it. + + Signed-off-by: Tom Rix + +commit 65a76d4f947a193e57bb8f8093c481f27e059f8f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:14 2009 +0200 + + arm/dcc: add xscale support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 66e8f9da6879fe37f3159b3997bff874842dc51d +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:14 2009 +0200 + + arm/dcc: use static support to allow to use it at anytime + + the dcc can be used at the start of the cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:13 2009 +0200 + + ARM: Update mach-types + + update against linux v2.6.29 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2907798926ee932f453ac8538e7a6c05c18428a5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:13 2009 +0200 + + arm920/926/926: remove non needed header + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 269dfea017b09c5a999d3053d00505c19789c350 +Author: David Brownell +Date: Fri May 15 23:47:13 2009 +0200 + + davinci dm6446evm NAND update + + This updates the optional (non-default!) NAND support for the + DaVinci DM6446 EVM: + + - include MTD partitioning, defaulting to what Linux uses + + - use a flash-based BBT, which among other things speeds bootup + + This matches code that's now queued for mainline Linux, and might + even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so + that the U-Boot $mtdparts environment variable can be passed as-is + on the kernel command line as a cmdlinepart override. + + Signed-off-by: David Brownell + +commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc +Author: David Brownell +Date: Fri May 15 23:47:12 2009 +0200 + + davinci: display correct clock info + + Move the clock-rate dumping code into the cpu/.../davinci area + where it should have been, enabled by CONFIG_DISPLAY_CPUINFO, + updating the format and showing the DSP clock (where relevant). + + Switch boards to use the cpuinfo() hook for this stuff. + + Remove a few now-obsolete PLL #defines. + + Signed-off-by: David Brownell + +commit daea928829098cae3c9ec6b801e52ba616725034 +Author: Tom Rix +Date: Fri May 15 23:47:12 2009 +0200 + + ZOOM1 Remove more legacy NAND defines. + + These legacy NAND defines are no longer needed by this target. + + Signed-off-by: Tom Rix + +commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078 +Author: Tom Rix +Date: Fri May 15 23:47:12 2009 +0200 + + LED Add documentation describing the status_led and colour led API. + + This document describes the u-boot status LED API. + This allows common u-boot commands to use a board's leds to + provide status for activities like booting and downloading files. + + Signed-off-by: Tom Rix + +commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825 +Author: Tom Rix +Date: Fri May 15 23:47:12 2009 +0200 + + ARM Add blue colour LED to status_led. + + There is exiting support for red,yellow,green but no blue. + The main LED on the zoom2 is a blue LED. + + Signed-off-by: Tom Rix + +commit b54384e3ba6b5535751f317fcd3940a53eed0d3a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:02 2009 +0200 + + arm: timer and interrupt init rework + + actually the timer init use the interrupt_init as init callback + which make the interrupt and timer implementation difficult to follow + + so now rename it as int timer_init(void) and use interrupt_init for interrupt + + btw also remane the corresponding file to the functionnality implemented + + as ixp arch implement two timer - one based on interrupt - so all the timer + related code is moved to timer.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + OMAP3: Reorganize Makefile style + + Reformat COBJS handling. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Dirk Behme + +commit b1966982718347f67317b3fb356439743ca68a37 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + OMAP3: Remove dublicated interrupt code + + Remove duplicated interrupt code. Original, identical code can be found + in lib_arm/interrupts.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Dirk Behme + +commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + at91rm9200: move reset code to reset.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2c75c78d94574ee996db2aa9b511258519471dd6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + ixp/interrupts: Move conditional compilation to Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8fc3bb4b0603516ad641e2de252a400b85fd869b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:20 2009 +0200 + + arm: cleanup remaining CONFIG_INIT_CRITICAL + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:12 2009 +0200 + + arm946es: remove non used timer + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2 +Author: David Brownell +Date: Fri May 15 23:44:09 2009 +0200 + + davinci: add basic dm355/dm350/dm335 support + + Add some basic declarations for DaVinci DM355/DM350/DM335 support, + keyed on CONFIG_SOC_DM355. (DM35X isn't quite right because the + DM357 is very different; while the DM355 is like a DM355 without + the MPEG/JPEG coprocessor). + + These have different peripherals than the DM6446, and some of + the peripherals are at different addresses. Notably for U-Boot, + there's no EMAC, and the NAND controller address is different + + Signed-off-by: David Brownell + +commit bd36fdc146654f9de4e2ad346126e6bd2990fb19 +Author: David Brownell +Date: Fri May 15 23:44:09 2009 +0200 + + davinci: fix dm644x buglets + + Fix two buglets in the dm644x support: don't set two must-be-zero + bits in the UART management register; and only include the I2C hooks + if the I2C driver is being included. + + Signed-off-by: David Brownell + +commit f79043681ff44bae435c06f830e51e1546db7e19 +Author: David Brownell +Date: Fri May 15 23:44:08 2009 +0200 + + davinci: split out some dm644x-specific bits from psc + + Split out DaVinci DM6446-specific bits from more generic bits: + + - Add a CONFIG_SOC_DM644X. All current boards use DM6446 chips; + DM6443 and DM6441 chips differ in available peripherals. + + - Move most DM644X-specific bits from psc.c to a new dm644x.c file, + which is conditionally built. It provides device-specific setup. + + Plus minor coding style and comment updates with respect to the PSC. + + Signed-off-by: David Brownell + +commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc +Author: David Brownell +Date: Fri May 15 23:44:08 2009 +0200 + + davinci: cpu-specific build uses conditional make syntax + + Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax. + Add the first conditional: for EMAC driver support. Not all + chips have an EMAC; and boards might not use it, anyway. + + This doesn't touch PHY configuration; that should eventually + become conditional too. + + Signed-off-by: David Brownell + +commit 7b7808ae6dace59287f565e9323cda7b098a5612 +Author: David Brownell +Date: Fri May 15 23:44:06 2009 +0200 + + davinci: move psc support board-->cpu + + Move DaVinci PSC support from board/* to cpu/* where it belongs. + The PSC module manages clocks and resets for all DaVinci-family + SoCs, and isn't at all board-specific. + + Signed-off-by: David Brownell + +commit 84f7411cb901b8df2391cf7e967ad0737f6194aa +Author: David Brownell +Date: Tue Apr 14 08:52:58 2009 -0700 + + DaVinci now respects SKIP_LOWLEVEL_INIT + + Don't needlessly include lowlevel init code; that's only really + needed with boot-from NOR (not boot-from-NAND). The 2nd stage + loader (UBL) handles that before it loads U-Boot. + + Signed-off-by: David Brownell + +commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd +Author: David Brownell +Date: Sun Apr 12 22:49:26 2009 -0700 + + DaVinci Ethernet cleanup + + Chips without the EMAC controller won't need the utilities + it uses to read an Ethernet address from EEPROM; so don't + include them needlessly. + + Use is_valid_ether() to validate the address from EEPROM. + All-zero addresses aren't the only invalid addresses. + A fully erased EEPROM returns all-ones, also invalid... + + Switch those Ethernet utilities to use "%pM" for printing + MAC addresses; and not say ROM when they mean EEPROM. + + Signed-off-by: David Brownell + Acked-by: Ben Warren + +commit c790b04d230363d03939dc008bcc80f3ba4de1ae +Author: Stefan Roese +Date: Mon May 11 15:50:12 2009 +0200 + + lib_arch/board.c: Move malloc initialization before flash_init() + + This patch moves the malloc initialization before calling flash_init(). + Upcoming changes to the NOR FLASH common CFI driver with optional + MTD infrastructure and MTD concatenation support will call malloc(). + And nothing really speaks against enabling malloc just a little earlier + in the boot stage. Some architectures already enable malloc before + calling flash_init() so they don't need any changes here. + + Signed-off-by: Stefan Roese + Cc: Wolfgang Denk + Cc: Mike Frysinger + Cc: Scott McNutt + Cc: Shinya Kuribayashi + Cc: Nobuhiro Iwamatsu + Cc: Daniel Hellstrom + Cc: Jean-Christophe PLAGNIOL-VILLARD + Cc: John Rigby + +commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3 +Author: Stefan Roese +Date: Mon May 11 13:46:14 2009 +0200 + + ppc4xx: Add Sequoia RAM-booting target + + This patch adds another build target for the AMCC Sequoia PPC440EPx + eval board. This RAM-booting version is targeted for boards without + NOR FLASH (NAND booting) which need a possibility to initially + program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000) + configured to setup the SDRAM, this debugger can load this RAM- + booting image to the target address in SDRAM (in this case 0x1000000) + and start it there. Then U-Boot's standard NAND commands can be + used to program the NAND FLASH (e.g. "nand write ..."). + + Here the commands to load and start this image from the BDI2000: + + 440EPX>reset halt + 440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin + 440EPX>go 0x1000000 + + Please note that this image automatically scans for an already + initialized SDRAM TLB (detected by EPN=0). This TLB will not be + cleared. This TLB doesn't need to be TLB #0, this RAM-booting + version will detect it and preserve it. So booting via BDI2000 + will work and booting with a complete different TLB init via + U-Boot works as well. + + Signed-off-by: Stefan Roese + +commit 837db3d87f4bfe9261629fb4a1bb433506a3056a +Author: Mike Frysinger +Date: Wed May 6 08:41:45 2009 -0400 + + tools/envcrc: add --binary option to export embedded env + + The --binary option to envcrc can be used to export the embedded env as a + binary blob so that it can be manipulated/examined/whatever externally. + + Signed-off-by: Mike Frysinger + +commit 18cc7afd9a153a66854af862d14ba01c5496cf07 +Author: Ben Warren +Date: Tue Apr 28 16:50:53 2009 -0700 + + Enable CONFIG_NET_MULTI on all remaining PPC4xx boards + + All in-tree PPC4xx boards now use CONFIG_NET_MULTI + + Signed-off-by: Ben Warren + Signed-off-by: Stefan Roese + +commit 70be6c2d40076f14062b892152649f9a62832fc9 +Author: Matthias Fuchs +Date: Wed Apr 29 09:51:01 2009 +0200 + + 4xx: Add support for DP405 hardware variants + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit de47a34d4de1d007a8951efd072283516d580ffa +Author: Matthias Fuchs +Date: Wed Apr 29 09:51:00 2009 +0200 + + 4xx: Remove binary cpld bitstream from DP405 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on DP405 boards. + + Because u-boot with an external cpld bitstream may not + take more space in flash than before the u-boot binary is + shrinked a little bit. Some unused featues have been + removed therefore. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 700d553fd3afe804086de8f73d95153315eb0c32 +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:59 2009 +0200 + + 4xx: Remove binary cpld bitstream from VOM405 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on VOM405 boards. + + Because u-boot with an external cpld bitstream may not + take more space in flash than before the u-boot binary is + shrinked a little bit. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 0bb10630364c48d9857cbf5353da609fc4dd6751 +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:58 2009 +0200 + + 4xx: Remove binary cpld bitstream from PMC405 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on PMC405 boards. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 7cc635fb35f5b94e304fa2243d56758f57f6416b +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:57 2009 +0200 + + 4xx: Remove binary cpld bitstream from CMS700 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on CMS700 boards. + + Because u-boot with an external cpld bitstream may not + take more space in flash than before the u-boot binary is + shrinked a little bit. Some unused featues have been + removed therefore. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:56 2009 +0200 + + esd/common: extend cpld command with address parameter + + This patch adds support for an address parameter to esd's + cpld command. This is in preparation to remove compiled-in + binary cpld (xsvf) bitstreams. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 9166b776350d16460c7330bfb0a50154ea0a1903 +Author: Peter Tyser +Date: Sat Apr 18 22:34:06 2009 -0500 + + cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX + + When CONFIG_I2C_MUX was defined the output of 'help i2c' was not + correct, eg: + + => help i2c + i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes. + speed [speed] - show or set I2C bus speed + i2c dev [dev] - show or set current I2C bus + ... + + It has been changed to: + i2c speed [speed] - show or set I2C bus speed + i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes + i2c dev [dev] - show or set current I2C bus + ... + + Signed-off-by: Peter Tyser + +commit 0a45a6357b02e5ce5bf899a60db09def6a129fee +Author: Peter Tyser +Date: Sat Apr 18 22:34:05 2009 -0500 + + cmd_i2c: Clean up trivial helper functions + + Signed-off-by: Peter Tyser + +commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035 +Author: Peter Tyser +Date: Sat Apr 18 22:34:04 2009 -0500 + + cmd_i2c: Clean up i2c command argument parsing + + argc and argv should only be modified once instead of once for + every i2c sub-command + + Signed-off-by: Peter Tyser + +commit 0f89c54be92773b23d66ac401ba6acb6144100c3 +Author: Peter Tyser +Date: Sat Apr 18 22:34:03 2009 -0500 + + i2c: Update references to individual i2c commands + + The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop, + and isdram are no longer available so all references to them have been + updated to the new form of "i2c ". + + Signed-off-by: Peter Tyser + +commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641 +Author: Peter Tyser +Date: Sat Apr 18 22:34:02 2009 -0500 + + i2c: Remove deprecated individual i2c commands + + The following individual I2C commands have been removed: imd, imm, inm, + imw, icrc32, iprobe, iloop, isdram. + + The functionality of the individual commands is still available via + the 'i2c' command. + + This change only has an impact on those boards which did not have + CONFIG_I2C_CMD_TREE defined. + + Signed-off-by: Peter Tyser + +commit 655b34a78adf60ef260981688837904208883ae9 +Author: Peter Tyser +Date: Sat Apr 18 22:34:01 2009 -0500 + + i2c: Create common default i2c_[set|get]_bus_speed() functions + + New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions + replace a number of architecture-specific implementations. + + Also, providing default functions will allow all boards to enable + CONFIG_I2C_CMD_TREE. This was previously not possible since the + tree-form of the i2c command provides the ability to display and modify + the i2c bus speed which requires i2c_[set|get]_bus_speed() to be + present. + + Signed-off-by: Peter Tyser + +commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a +Author: Peter Tyser +Date: Sat Apr 18 22:34:00 2009 -0500 + + cm5200: Make function test command names more unique + + Add "_test" to cm5200's function test command names to prevent + overlap with common, global function names. Originally, the + "do_i2c" function test command interfered with + common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined. + + The functions were also made static as they are not globally accessed. + + Signed-off-by: Peter Tyser + +commit f0722ee762e8dada9d7f74ac2745e043f83aae85 +Author: Peter Tyser +Date: Fri Apr 24 15:34:09 2009 -0500 + + tsi108_i2c: Add i2c_init() stub function + + Add the i2c_init() function so that the tsi108_i2c.c driver fits + U-Boot's standard I2C API which is utilized by cmd_i2c.c + + Signed-off-by: Peter Tyser + +commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9 +Author: Peter Tyser +Date: Fri Apr 24 15:34:08 2009 -0500 + + mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define + + Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that + it can use the common 'i2c speed' command. Note that the I2C controller + utilized by the mpc7448hpc2 has a fixed speed and cannot be changed + dynamically. + + Signed-off-by: Peter Tyser + +commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f +Author: Peter Tyser +Date: Fri Apr 24 15:34:07 2009 -0500 + + Marvell: i2c cleanup + + The following changes were made, primarily to bring the Marvell i2c + driver in line with U-Boot's current I2C API: + - Made i2c_init() globally accessible + - Made i2c_read() and i2c_write() return an integer + - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the + offhand chance someone adds slave support in the future + + Signed-off-by: Peter Tyser + +commit 54afc6ee10c8cd09598d814d49e601359b005e49 +Author: Peter Tyser +Date: Fri Apr 24 15:34:06 2009 -0500 + + cpci750: i2c cleanup + + The following changes were made, primarily to bring the cpci750 i2c + driver in line with U-Boot's current I2C API: + - Made i2c_init() globally accessible + - Made i2c_read() and i2c_write() return an integer + - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the + offhand chance someone adds slave support in the future + + Signed-off-by: Peter Tyser + +commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b +Author: Peter Tyser +Date: Fri Apr 24 15:34:05 2009 -0500 + + i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value + + Many boards/controllers/drivers don't support an I2C slave interface, + however CONFIG_SYS_I2C_SLAVE is used in common code so provide a + default + + Signed-off-by: Peter Tyser commit e7563aff174f77aa61dab1ef5d9b47bebaa43702 Author: Kumar Gala