X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CHANGELOG;h=52940a0b94daf9c9eb0d9c1982e9c875216e3844;hb=2419169f5749d7af501b3b77a5336d1d535320de;hp=ccebd4ef58ee2c41907773eca7245a9e611da473;hpb=1a247ba7fa5fb09f56892a09a990f03ce564b3e2;p=platform%2Fkernel%2Fu-boot.git diff --git a/CHANGELOG b/CHANGELOG index ccebd4e..52940a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,33455 @@ +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 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 +Date: Thu Jun 11 23:42:35 2009 -0500 + + fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT + + The ddr code computes most things as 64-bit quantities and had some places + in the middle that it was using phy_addr_t and phys_size_t. + + Instead we use unsigned long long through out and only at the last stage of + setting the LAWs and reporting the amount of memory to the board code do we + truncate down to what we can cover via phys_size_t. + + This has the added benefit that the DDR controller itself is always setup + the same way regardless of how much memory we have. Its only the LAW + setup that limits what is visible to the system. + + Signed-off-by: Kumar Gala + +commit d4b130dc80761b430dc5b410159cd158fca1a348 +Author: Kumar Gala +Date: Thu Jun 11 23:40:34 2009 -0500 + + 85xx: Use print_size to report amount of memory not mapped by TLBs + + Signed-off-by: Kumar Gala + +commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e +Author: Haiying Wang +Date: Wed May 20 12:30:42 2009 -0400 + + 85xx: Add README for MPC8569MDS + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit b2aab386e957ba684d4f2a466bfaa91770e5058a +Author: Haiying Wang +Date: Wed May 20 12:30:33 2009 -0400 + + 85xx: Add UART1 support for MPC8569MDS + + MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define + those pins before using UART1. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719 +Author: Haiying Wang +Date: Wed May 20 12:30:32 2009 -0400 + + 85xx: Add PIB support at CS4/CS5 for MPC8569MDS + + Signed-off-by: Haiying Wang + Signed-off-by: Yu Liu + Signed-off-by: Kumar Gala + +commit fb27949059f1bc84381a6216a819090f0cdbaa70 +Author: Haiying Wang +Date: Thu Jun 4 16:12:39 2009 -0400 + + 85xx: Fix some settings for MPC8569MDS board + + - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for + malloc to support up to eight Ethernet interfaces. + - Move Environment address out of uboot thus the saved environment variables + will not be erased after u-boot is re-programmed. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d +Author: Haiying Wang +Date: Wed May 20 12:30:30 2009 -0400 + + 85xx: Fix MURAM size for MPC8569 + + MPC8569 has 128K bytes MURAM. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit a53c997dd7fc858f2a27f5a47b200567b9343ae5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 22 20:23:51 2009 +0200 + + at91/cpu.c: add missing Copyright & GPL header + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit aa446a591aca46ef2b53cc6598ea8091feb45444 +Author: Shinya Kuribayashi +Date: Sun Jun 7 21:45:16 2009 +0900 + + apollon: Fix a OBJCFLAGS typo + + Signed-off-by: Shinya Kuribayashi + +commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002 +Author: Wolfgang Denk +Date: Wed Jun 10 00:19:28 2009 +0200 + + Prepare 2009.06-rc3 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e +Author: Wolfgang Denk +Date: Wed Jun 10 00:15:11 2009 +0200 + + rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared + + Signed-off-by: Wolfgang Denk + +commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7 +Author: Daniel Mack +Date: Thu Jun 4 19:44:12 2009 +0200 + + ubifs: fix small error path mismatch + + In do_readpage(), don't free 'dn' if its allocation failed. + + Signed-off-by: Daniel Mack + +commit de7cf709ebd3c01fbd094e8853dabb410c0370a1 +Author: Wolfgang Denk +Date: Thu Jun 4 00:31:07 2009 +0200 + + EP88x: fix broken linker script + + Signed-off-by: Wolfgang Denk + Tested-by: Mikhail Zaturenskiy + +commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c +Author: Wolfgang Denk +Date: Fri May 15 00:16:02 2009 +0200 + + TQM85xx: minor config file cleanup + + Remove "saveenv" from "update" definition: the environment is outside + the U-Boot image on TQM85xx and therefor not affected by updates. + + Also "beautify" code a bit (vertical alignment). + + Signed-off-by: Wolfgang Denk + +commit c0296b1801fc9426d772fa75fe58458db605dfee +Author: Wolfgang Denk +Date: Fri May 15 00:16:01 2009 +0200 + + TQM85xx: adapt for new flash types + + Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM + series while new boards have 'N' type Flashes from the S29GLxxxN + series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB. + + We now change the configuration to the new flash types for all + boards; this also works on old boards - we just waste two flash + sectors for the environment which could be smaller there. + + Signed-off-by: Wolfgang Denk + +commit 6735104924f06340071a6914a9ee3345607fc102 +Author: Dave Liu +Date: Mon May 18 17:49:23 2009 +0800 + + 85xx: Fix the wrong SYS_CLK_IN for 8569MDS + + The SYS_CLK_IN of MPC8569MDS is 66.66MHz, + The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor. + so, change the SYS_CLK_IN from 66MHz to 66.66MHz. + + Signed-off-by: Dave Liu + +commit 16e7559c08b6f29db4596d795b92914c01e6a1b3 +Author: Dave Liu +Date: Fri May 15 10:27:44 2009 +0800 + + 85xx: Fix the wrong BCSR address of 8569MDS + + The BCSR17[7] = 1 will unlock the write protect of FLASH. + The WP# pin only controls the write protect of top/bottom sector, + That is why we can save env, but we can't write the first sector + before the patch. + + Signed-off-by: Dave Liu + +commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6 +Author: Fredrik Arnerup +Date: Tue Jun 2 16:27:10 2009 -0500 + + 85xx: bugfix for reading maximum TLB size on mpc85xx + + The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits. + This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum + (256 MB) + which made u-boot hang in board_init_f() when trying to create a new stack + in RAM. + I have an mpc8540 with one 1GB dimm. + + Signed-off-by: Fredrik Arnerup + Signed-off-by: Andy Fleming + Acked-by: Kumar Gala + +commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26 +Author: Dave Liu +Date: Fri Mar 27 14:32:43 2009 +0800 + + 85xx: Fix the clock adjust of mpc8569mds board + + Currently the clk_adj is 6 (3/4 cycle), The settings will cause + the DDR controller hang at the data init. Change the clk_adj + from 6 to 4 (1/2 cycle), make the memory system stable. + + Signed-off-by: Dave Liu + +commit faa14babd7466dfade358f9cac128ae246b9bf1b +Author: RONETIX - Ilko Iliev +Date: Fri Jun 5 16:54:31 2009 +0200 + + at91: fix a USB problem for AT91SAM9261 + + This patch corrects the missing PLLB initialization in usb_cpu_init() + for AT91SAM9261. + Because of the missing PLLB initialization, the USB support for all + AT91SAM9261 based boards will work only if the PLLB is configured by a + precedent bootloader. + + Signed-off-by: Ilko Iliev + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Remy Bohmer + +commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2 +Author: Felix Radensky +Date: Sun May 31 20:44:15 2009 +0300 + + ppc4xx/net: Fix MDIO clock setup + + This patch fixes MDIO clock setup in case when OPB frequency is 100MHz. + Current code assumes that the value of sysinfo.freqOPB is 100000000 + when OPB frequency is 100MHz. In reality it is 100000001. As a result + MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating + the standard. This in not a problem on boards equipped with Marvell PHYs + (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz, + but can be a problem for other PHYs (e.g. Realtek ones). + + Signed-off-by: Felix Radensky + Signed-off-by: Ben Warren + +commit d65e34d12514de2bbe3b8f519761d641c081bad0 +Author: Yoshihiro Shimoda +Date: Wed Feb 25 14:27:29 2009 +0900 + + rtl8169: fix PCI system memory address + + When PCI device use system memory, some PCI host controller should be + set physical memory address. + + Signed-off-by: Yoshihiro Shimoda + Signed-off-by: Ben Warren + +commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43 +Author: Manikandan Pillai +Date: Wed Apr 8 09:14:35 2009 +0530 + + SMC911x driver fixed for NFS boot + + eth_halt() function in the smc911x drivers used to call the + smc911x_reset() function. eth_halt() used to be called after + tftp transfers. This used to put the ethernet chip in reset + while the linux boots up resulting in the ethernet driver + not coming up. NFS boot used to fail as a result. + + This patch calls smc911x_shutdown() instead of smc911x_reset(). + Some comments received has also been fixed. + + Signed-off-by: Manikandan Pillai + Signed-off-by: Ben Warren + +commit e5a3bc2401a23f1890611f020f57f94824a534db +Author: Remy Bohmer +Date: Sun May 3 12:11:40 2009 +0200 + + Add config option for disabling DM9000-SROM support. + + Some boards do not have SROM support for the DM9000 network adapter. + Instead of listing these board names in the driver code, make this + option configurable from the board config file. + + It also removes a build warning for the at91sam9261ek board: + 'dm9000x.c:545: warning: 'read_srom_word' defined but not used' + + And it repaires the trizepsiv board build which was broken around the + same routines + + Signed-off-by: Remy Bohmer + Signed-off-by: Ben Warren + +commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713 +Author: Kim Phillips +Date: Fri Jun 5 14:11:33 2009 -0500 + + mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation + + In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer + impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0. + SICRH[TSIOB1] was erroneously being set high. + + U-Boot always operated this PHY interface in GMII mode. It is assumed this + was missed in the clean up by the original board porters, and copied along + to the TQM and sbc boards. + + Signed-off-by: Kim Phillips + Acked-by: Ira Snyder + Reviewed-by: David Hawkins + Tested-by: Paul Gortmaker + CC: Dave Liu + +commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7 +Author: Daniel Mack +Date: Wed Apr 8 13:23:37 2009 +0200 + + smc911x: write back the manually set MAC address + + If the MAX address is given by the environment, write it back to the + hardware. + + Signed-off-by: Daniel Mack + Cc: Sascha Hauer + Signed-off-by: Ben Warren + +commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c +Author: Wolfgang Denk +Date: Fri May 15 00:16:03 2009 +0200 + + Redundant Environment: protect full sector size + + Several boards used different ways to specify the size of the + protected area when enabling flash write protection for the sectors + holding the environment variables: some used CONFIG_ENV_SIZE and + CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even + a mix of both for the "normal" and the "redundant" areas. + + Normally, this makes no difference at all. However, things are + different when you have to deal with boards that can come with + different types of flash chips, which may have different sector + sizes. + + Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the + biggest sector size, which may include several sectors on boards using + the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE + or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the + case that only the first of these sectors get protected, while the + following ones aren't. + + This is no real problem, but it can be confusing for the user - + especially on boards that use CONFIG_ENV_SECT_SIZE to protect the + "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the + "redundant" area. + + To avoid such inconsistencies, I changed all sucn boards that I found + to consistently use CONFIG_ENV_SECT_SIZE for protection. This should + not cause any functional changes to the code. + + Signed-off-by: Wolfgang Denk + Cc: Paul Ruhland + Cc: Pantelis Antoniou + Cc: Stefan Roese + Cc: Gary Jennejohn + Cc: Dave Ellis + Acked-by: Stefan Roese + +commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a +Author: Ilya Yanok +Date: Thu May 14 14:03:09 2009 +0400 + + mmc: it's safe to ignore mmc_send_if_cond() return value + + Return value of mmc_send_if_cond() can be safely ignored (as it is + done in Linux). This makes older cards work with MXC MCI controller. + + Signed-off-by: Ilya Yanok + +commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5 +Author: Stefan Roese +Date: Mon May 11 15:54:13 2009 +0200 + + cfi_mtd: Fix bug in last sector detection + + This patch now enabled this cfi-mtd wrapper to correctly detect and + erase the last sector in an NOR FLASH device. + + Signed-off-by: Stefan Roese + +commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320 +Author: Yauhen Kharuzhy +Date: Thu May 7 00:43:30 2009 +0300 + + mmc: Fix decoding of SCR & function switch data on little-endian machines + + SCR & switch data are read from card as big-endian words and should be + converted to CPU byte order. + + Signed-off-by: Yauhen Kharuzhy + Signed-off-by: Andy Fleming + +commit f33cb34b3971dabe3720d577b0e1b8601c09fe17 +Author: Yauhen Kharuzhy +Date: Thu May 7 13:08:53 2009 +0300 + + mmc: Remove return from mmc_init for non SD 2.0 compatible cards. + + Cards which are not compatible with SD 2.0 standard, may return response + for CMD8 command, but it will be invalid in terms of SD 2.0. We should + accept this case as admissible, just like Linux does. + + Signed-off-by: Yauhen Kharuzhy + Signed-off-by: Andy Fleming + +commit 998be3dd59ed0af4bec38324047fecfa88ac45db +Author: Rabin Vincent +Date: Sun Apr 5 13:30:56 2009 +0530 + + mmc: drop unnecessary casts + + Now that response is a uint, we can drop all the casts. + + Signed-off-by: Rabin Vincent + +commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:55 2009 +0530 + + mmc: fix response decoding on little endian + + The mmc code defines the response as an array of chars. However, it + access the response bytes both as (i) an array of four uints (with + casts) and (ii) as individual chars. The former case is used more + often, including by the driver when it assigns the response. + + The char-wise accesses are broken on little endian systems because they + assume that the bytes in the uints are in big endian byte order. + + This patch fixes this by changing the response to be an array of four + uints and replacing the char-wise accesses with equivalent uint-wise + accesses. + + Signed-off-by: Rabin Vincent + +commit 9b1f942c09dd942e6de3185caa81c111b14de567 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:54 2009 +0530 + + mmc: use lldiv to fix arm eabi build + + The generic MMC core uses direct long long divisions, which do not build + with ARM EABI toolchains. Use lldiv() instead, which works everywhere. + + Signed-off-by: Rabin Vincent + +commit e85649c7e683faea1ccfddc9fa9abc62f38e4201 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:53 2009 +0530 + + mmc: check find_mmc_device return value + + find_mmc_device returns NULL if an invalid device number is specified. + Check for this to avoid dereferencing NULL pointers. + + Signed-off-by: Rabin Vincent + +commit ac0865ff33870cdf2cd480165045e1bc311e9fa2 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:52 2009 +0530 + + mmc: clean up help texts + + Remove some repeated words and superfluous newlines in the mmc command + help entries. + + Signed-off-by: Rabin Vincent + +commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39 +Author: Mike Frysinger +Date: Fri May 29 17:01:48 2009 -0400 + + Blackfin: spi: fix pin handling of SPI0 SSEL4 + + CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a + peripheral in order to work. + + Signed-off-by: Mike Frysinger + +commit 2157359dad2533987f5eb0181ef543693fad6a33 +Author: Mike Frysinger +Date: Tue May 26 02:51:57 2009 -0400 + + Blackfin: fix if() logic in bootrom evt1 check + + A missing set of parenthesis caused the silicon revision to apply only to + the BF533 and not the BF531/BF532 variants. + + Signed-off-by: Mike Frysinger + +commit 76b5883da2cf049cd410901c04ea450e5f5c27c3 +Author: Stefan Roese +Date: Sat May 16 12:04:22 2009 +0200 + + jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together + + Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because + mtdparts_init() is available in both files, cmd_mtdparts.c and + cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before + the jffs2/mtdparts command/file split those 2 different versions + already existed. So this is nothing new. The main problem is that the + variables "current_dev" and "current_partnum" are declared in both + files now. This doesn't work. + + This patch now changes the names of those variable to more specific + names: "current_mtd_dev" and "current_mtd_partnum". This is because + this patch also changes the declaration from static to global, so + that they can be used from both files. + + Please note that my first tests were not successful. The MTD devices + selected via mtdparts are now accessed but I'm failing to see the + directory listed via the "ls" command. Nothing is displayed. Perhaps + I didn't generate the JFFS2 image correctly (I never used JFFS2 in + U-Boot before). Not sure. Perhaps somebody else could take a look at + this as well. I'll continue looking into this on Monday. + + Signed-off-by: Stefan Roese + Cc: Wolfgang Denk + Cc: Detlev Zundel + Cc: Ilya Yanok + Cc: Renaud barbier + +commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d +Author: Graf Yang +Date: Sun May 24 02:34:34 2009 -0400 + + Blackfin: bf518f-ezbrd: setup portmux for async flash + + The pins for async memory where parallel flash lives are not enabled by + default, so make sure we mux them as needed. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + +commit f40f6db278f602b55820693634a7256b0b4e4b80 +Author: Stefan Roese +Date: Wed May 20 10:58:03 2009 +0200 + + nand: Fix problem with ECC ordering for PPC4xx NDFC platforms + + This patch enables Smart Media (SMC) ECC byte ordering which is used + on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have + incompatible ECC byte ordering to the Linux kernel NDFC driver. + + Signed-off-by: Stefan Roese + Acked-by: Scott Wood + +commit 399aab7748bef053d59612211e1bd7a3fabfce18 +Author: Stefan Roese +Date: Wed May 20 10:58:02 2009 +0200 + + ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms + + This patch now uses the correct ECC byte order (Smart Media - SMC) + to be used on the 4xx NAND FLASH driver. Without this patch we have + incompatible ECC byte ordering to the Linux kernel NDFC driver. + + Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in + drivers/mtd/nand/nand_ecc.c for correct operation. This is done with + a seperate patch. + + Signed-off-by: Stefan Roese + Acked-by: Scott Wood + +commit 5d841fac8249a2b3f9a814da2140132be0a9f60d +Author: Stefan Roese +Date: Wed May 20 10:58:01 2009 +0200 + + ppc4xx: Move definition for PPC4xx NAND FLASH controller to header + + This patch moves the definition for the PPC4xx NAND FLASH controller + (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the + upcoming fix for the ECC byte ordering of the NDFC driver. + + Signed-off-by: Stefan Roese + Acked-by: Scott Wood + +commit 2df72b82bc9e17b88dc82735a067749220beb025 +Author: Kim Phillips +Date: Tue May 19 12:53:36 2009 -0500 + + common: fix inline--weak error spotted by gcc 4.4 + + cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak + + removing the inline attribute fixes it. + + Signed-off-by: Kim Phillips + +commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3 +Author: Kim Phillips +Date: Tue May 19 12:53:32 2009 -0500 + + TQM834x: remove defines causing gcc4.4 warnings + + Configuring for TQM834x board... + cpu_init.c: In function 'cpu_init_f': + cpu_init.c:262: warning: array subscript is above array bounds + cpu_init.c:263: warning: array subscript is above array bounds + cpu_init.c:270: warning: array subscript is above array bounds + ... + + Signed-off-by: Kim Phillips + +commit 0850301747228a3327f2815a85284d26ade3de95 +Author: Andreas Huber +Date: Tue May 19 11:06:30 2009 +0200 + + UBI: fix return code in ubi_volume_read + + Return -ENODEV instead of 0 when trying to read from a non existing volume. + + Signed-off-by: Andreas Huber + Signed-off-by: Stefan Roese + +commit ec01481ddc4cf302c7f6d760b776ca94819ec21e +Author: Graf Yang +Date: Tue May 19 04:40:08 2009 -0400 + + Blackfin: fix timer_init()/timer_reset() + + The timer_init() function was not using the right csync instruction, nor + was it doing it right after disabling the core timer. + + The timer_reset() function would reset the timestamp, but not the actual + timer, so there was a common edge case where get_timer() return a jump of + one timestamp (couple milliseconds) right after resetting. This caused + many functions to improperly timeout right away. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + +commit c06326c73bf90e48a8e1cf8893ad31c575423f50 +Author: Shinya Kuribayashi +Date: Sat May 16 09:12:09 2009 +0900 + + MIPS: lib_mips/board.c: Remove unused variables + + This fixes the following build warnings: + + board.c: In function 'board_init_r': + board.c:328: warning: unused variable 'i' + board.c:326: warning: unused variable 'e' + + Signed-off-by: Shinya Kuribayashi + +commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769 +Author: Shinya Kuribayashi +Date: Sat May 16 09:12:09 2009 +0900 + + MIPS: Make all extern-ed functions in bitops.h static + + All these functions are expected to be static inline-ed. + This patch also fixes the following build warnings on MIPS targets: + + include/asm/bitops.h: In function 'ext2_find_next_zero_bit': + include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static + include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static + include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static + + Signed-off-by: Shinya Kuribayashi + +commit 87423d740b91329b8d1d0b73cafd6930993b558a +Author: Thomas Lange +Date: Fri Apr 24 16:22:16 2009 +0200 + + MIPS: Implement ethernet halt for au1x00 + + Implement ethernet halt() by putting MAC0 in reset. + If we do not do this, we will get memory corruption + when ethernet frames are received during early OS boot. + + Signed-off-by: Thomas Lange + Signed-off-by: Shinya Kuribayashi + +commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47 +Author: Wolfgang Denk +Date: Fri May 15 23:29:23 2009 +0200 + + Prepare v2009.06-rc2 + + Update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit f4317ea91942f44cc1c433277927b61618e9b0a5 +Author: Daniel Mack +Date: Tue May 5 12:48:29 2009 +0200 + + ARM: fix PXA build by defining UP2OCR + + U-Boot does not currently build for PXA platforms with USB support + enabled: + + usb.c:46: error: 'UP2OCR' undeclared (first use in this function) + + Signed-off-by: Daniel Mack + Cc: Markus Klotzbuecher + + Edited commit message. + Signed-off-by: Wolfgang Denk + +commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98 +Author: Wolfgang Denk +Date: Fri May 15 22:32:57 2009 +0200 + + Minor Coding Style fix; update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit af75a45d23b72a59ac5cc0427696c7f634fdc94b +Author: Wolfgang Denk +Date: Fri May 15 09:27:58 2009 +0200 + + IDE: bail out of dev_print() for unknown device types + + Commit 574b319512 introduced a subtle bug by mixing a list of tests + for "dev_desc->type" and "dev_desc->if_type" into one switch(), which + then mostly did not work because "dev_desc->type" cannot take any + "IF_*" type values. A later fix in commit 8ec6e332ea changed the + switch() into testing "dev_desc->if_type", but at this point the + initial test for unknown device types was completely lost, which + resulted in output like that for IDE ports without device attached: + + Device 1: Model: Firm: Ser#: + Type: # 1F # + Capacity: not available + + This patch re-introduces the missing test for unknown device types. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Detlev Zundel + Tested-by: Stefan Roese + +commit c21f62d8483fbab44cd98d93ff2e9355a330d225 +Author: Stefan Roese +Date: Thu May 14 07:25:13 2009 +0200 + + 74xx_7xx: Fix rounding problem in CPU frequency calculation + + This patch fixes a problem in the CPU frequency calculation. Without it + a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz. + + Signed-off-by: Stefan Roese + +commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Wed May 13 22:24:12 2009 +0200 + + console.h: remove unused prototype 'console_realloc' + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 84bf7ca522e94ec402a1264b01971b924b7e268f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Wed May 13 22:16:31 2009 +0200 + + api: remove un-needed ifdef CONFIG_API already handle by the Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80 +Author: Detlev Zundel +Date: Wed May 13 10:54:10 2009 +0200 + + Fix e-mail address of Gary Jennejohn. + + Signed-off-by: Detlev Zundel + +commit 5e2c08c3ac90808e9be64856916bfd6df984823c +Author: Emil Medve +Date: Tue May 12 13:48:32 2009 -0500 + + Remove inline qualifier from show_boot_progress() + + The 'inline' is conflicting with the semantic of 'weak' attribute and with the + way the show_boot_progress() function is used. + + Also gcc 4.4 is complaining about it: + + main.c:51: error: inline function 'show_boot_progress' cannot be declared weak + + Signed-off-by: Emil Medve + +commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36 +Author: Wolfgang Denk +Date: Tue May 12 15:17:35 2009 +0200 + + MPC8260: fixup device tree by property instead of path + + cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the + clock frequencies in the device tree, using a CPU path + "/cpus/OF_CPU", with OF_CPU beind defined in the board config file. + + However, this does not work when one board config file (here: + MPC8260ADS.h) is intended to be used for several diffrent CPUs and + therefor contains a generic definition like "cpu@0", as the device + trees that will then be loaded will contain specific names like + "PowerPC,8272@0". + + We switch to using do_fixup_by_prop_u32() instead, so we can search + for device_type="cpu", as it is done in other architectures, too. + + Signed-off-by: Wolfgang Denk + Cc: Heiko Schocher + Acked-by: Heiko Schocher + Tested-by: Heiko Schocher + +commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd +Author: Rohit Hagargundgi +Date: Mon Mar 9 19:45:46 2009 +0530 + + Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN + + Add CONFIG_SYS_MONITOR_LEN macro to apollon board config. + CONFIG_SYS_MONITOR_LEN defines the U-Boot image size. + and is used by OneNAND ipl when reading U-Boot image. + + Signed-off-by: Rohit Hagargundgi + Acked-by: Kyungmin Park + +commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a +Author: Ben Warren +Date: Tue Apr 28 17:04:51 2009 -0700 + + Schedule removal of non-CONFIG_NET_MULTI net driver API + + This will make CONFIG_NET_MULTI the only net driver configuration and + we'll be able to remove this option. + + Signed-off-by: Ben Warren + +commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1 +Author: Detlev Zundel +Date: Tue May 5 16:04:06 2009 +0200 + + powerpc/inka4x0: Remove left-over ide reset code. + + The pin which was used in preliminary versions of the board for ide + reset is really connected to the rtc clock. + + Signed-off-by: Detlev Zundel + +commit f578a2da6770951239ad91ee9a1875fdc71dbe48 +Author: Marco Stornelli +Date: Tue Apr 28 19:04:02 2009 +0200 + + Add imls utility command + + This patch adds, under tools folder, a new command called imls. Its + goal is the same of UBoot's imls but it can be used as Linux shell + command. It reads from raw mtd partition and prints the list of the + stored images. + + Signed-off-by: Marco Stornelli + +commit da95427ce431908714ae5e9f663ee6e2bc3bcc33 +Author: Heiko Schocher +Date: Tue Apr 28 08:36:11 2009 +0200 + + netloop: updates for NetLoop + + Fix some issues introduced from commit: + 2f70c49e5b9813635ad73666aa30f304c7fdeda9 + suggested by Mike Frysinger. + + - added some comment for the env_id variable in common_cmd_nvedit.c + - moved some variables in fn scope instead of file scope + - NetInitLoop now static void + + Signed-off-by: Heiko Schocher + Acked-by: Ben Warren + +commit 3c1d89545de11822f8b5afb5646a57757620bd95 +Author: Heiko Schocher +Date: Tue Apr 28 07:48:39 2009 +0200 + + 82xx, ids8247: added ids8247 board to MAKEALL script + + Signed-off-by: Heiko Schocher + +commit 890a017a8a995c921d1e889d360e8d6538ceecfe +Author: Detlev Zundel +Date: Thu May 7 13:08:55 2009 +0200 + + arm/imx31_phycore: Fix bi_arch_number + + Signed-off-by: Detlev Zundel + Cc: Sascha Hauer + +commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e +Author: Sascha Hauer +Date: Fri May 15 10:21:33 2009 +0200 + + remove myself as phycore/litekit Maintainer + + I never acked a patch that adds me as phycore i.MX31 maintainer nor was + it me who pushed the patches, so remove myself from the maintainer list + so that other people do not longer wait for my ack. + + Signed-off-by: Sascha Hauer + +commit c63254ef5628efe1c77cb2fdba20753f9666f55d +Author: Sergey Lapin +Date: Tue May 12 12:25:14 2009 +0400 + + AFEB9260 network fix + + AFEB9260 uses PA10, PA11 for ETX2 and ETX3. + Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence, + not 0. + + Signed-off-by: Sergey Lapin + +commit f8ddcd58221cab63dd25c2324dd2032487f748b1 +Author: Graf Yang +Date: Tue May 5 02:26:27 2009 -0400 + + Blackfin: bf518f-ezbrd: reset ethernet PHY during init + + We don't know what state the ethernet PHY is in when starting up, so make + sure we set it to a sane state. This fixes troubles seen when Linux boots + up, configures the PHY is a non-default state, and then the system reboots + into U-Boot which previously expected a reset state only. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + +commit 53310b88eaa27fb5cb83144d0b22389190ad87a1 +Author: Mike Frysinger +Date: Tue May 5 01:35:41 2009 -0400 + + Blackfin: bf527-ezkit: fix SPI flash env params + + The BF527-EZKIT settings for storing the environment in SPI flash wasn't + using the correct sector settings for the SPI flash part that is actually + on the board. + + Signed-off-by: Mike Frysinger + +commit f58bf804a14324c6c9186a7a664fa23281780e8b +Author: Mike Frysinger +Date: Fri Apr 24 23:54:19 2009 -0400 + + Blackfin: avoid get_sclk() with early serial debug + + When the clock functions were changed to use cached values (and thereby + avoiding expensive math functions), early serial debug broke because the + baud programming is called before external memory is available. + + Signed-off-by: Mike Frysinger + +commit 02778f2f1b4b1a28b492367477db27c58d45ae35 +Author: Mike Frysinger +Date: Fri Apr 24 23:39:41 2009 -0400 + + Blackfin: fix booting with older bootroms (no EVT1) + + When dropping jump block support, the assumption was that all bootroms + supported entry point redirection via the EVT1 register. Unfortunately, + this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2 + and older and BF561). No one really noticed earlier because these parts + usually are booted by bypassing the bootrom entirely, and older BF533 + parts are not supported at all (too many anomalies). + + Signed-off-by: Mike Frysinger + +commit af2c37378f203857d5e6c957e77a14c2da5b59d2 +Author: Mike Frysinger +Date: Fri Apr 24 23:22:48 2009 -0400 + + Blackfin: recurse with early serial initcode + + Make sure we recurse through serial_putc() rather than bang on the UART + transmit register directly to avoid hardware overflows when using \n. + + Signed-off-by: Mike Frysinger + +commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78 +Author: Wolfgang Denk +Date: Fri May 1 21:59:12 2009 +0200 + + Prepare v2009.06-rc1 + + Update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 1 15:38:06 2009 +0200 + + at91: remove lowlevel_init.S + + lowlevel_init.S is not used any more so remove it. + As consequence, we also don't have to generate u-boot.lds + but can use a static version as before. + + This also fixes the out-of-tree build problem introduced + with commit f0a2c7b4 "at91: add support for the PM9263 board" + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Wolfgang Denk + +commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330 +Author: Wolfgang Denk +Date: Fri May 1 00:16:11 2009 +0200 + + Update CHANGELOG; minor coding style cleanup. + + Signed-off-by: Wolfgang Denk + +commit d3a513c23ba4100d6983161cdc1f747dfd087bbd +Author: Manikandan Pillai +Date: Tue Apr 21 17:29:05 2009 +0200 + + OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000 + + Signed-off-by: Dirk Behme + Signed-off-by: Manikandan Pillai + +commit ac9140037a84629c5583066ff1a177396c47d89d +Author: Dirk Behme +Date: Fri Apr 17 14:27:56 2009 +0200 + + OMAP3: Beagle: Set pinmux conditionally for Rev C boards + + The Beagle Rev C boards pull UART2 from an alternate set of balls. + + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a +Author: Ricardo Ribalda Delgado +Date: Mon Apr 27 18:33:33 2009 +0200 + + ubifs: BUG: Blocks commpressed with zlib + + Blocks compressed with zlib dont have the full gzip header. + + Without this patch, block compressed with zlib cannot be readed! + + Signed-off-by: Ricardo Ribalda Delgado + +commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630 +Author: Ricardo Ribalda Delgado +Date: Mon Apr 27 18:33:32 2009 +0200 + + lib_generic: gunzip: New function zunzip + + Separate gunzip in + + gunzip: Find the end of the header and call zunzip. + zunzip: Inflate gunzip block without header. + + UBI fs blocks can be compresed in lzo, zlib or no-compression. The + current implementation of u-boot supported all the compressions but + there was a bug in the implementation of the zlib blocks. + + UBIFS's Zlib blocks do not have header but they were compressed using + gunzip, a function used to decompress gunzip files/sectors with a + header. + + This patch adds a new function zunzip that uncompress a zlib block with + no header. + + Signed-off-by: Ricardo Ribalda Delgado + +commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c +Author: Daniel Gorsulowski +Date: Thu Apr 23 15:37:16 2009 +0200 + + at91: fixed plla calc when no USB support is active + + Signed-off-by: Daniel Gorsulowski + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 3791a1187c1401c33c9512595e6e89dbb46230c5 +Author: Ladislav Michl +Date: Wed Apr 22 01:12:04 2009 +0200 + + arm925t: Fix CONFIG_SYS_HZ to 1000 + + Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of + get_timer. + + Changes since original version: + * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to + improve timer resolution. + + Signed-off-by: Ladislav Michl + +commit 42bf4b2248146abdc592bde0009c6ea42067f437 +Author: Dirk Behme +Date: Tue Apr 14 20:15:17 2009 +0200 + + OMAP3: Remove legacy NAND defines + + Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. + + Signed-off-by: Dirk Behme + +commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5 +Author: Sanjeev Premi +Date: Mon Apr 27 21:27:54 2009 +0530 + + OMAP3: Print correct silicon revision + + The function display_board_info() displays incorrect + silicon revision - based on the return value from + function get_cpu_rev(). + + This patch fixes the problem. + + Signed-off-by: Sanjeev Premi + +commit 90006e9b33bcdbf241b0295d186e3634137907a9 +Author: Sanjeev Premi +Date: Mon Apr 27 21:27:44 2009 +0530 + + OMAP3: Remove unused board-types + + The board-types defined in struct omap3_sysinfo seem to be + unused. The function display_board_info() is passed + board type as an argument; which is ignored. + + This patch removes all uses of board-type, related definitions + and functions. + + Signed-off-by: Sanjeev Premi + +commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d +Author: Sanjeev Premi +Date: Mon Apr 27 21:27:27 2009 +0530 + + OMAP3: Use functions print_cpuinfo() and checkboard() + + Use the functions print_cpuinfo() and checkboard() to + display the cpu and board specific information. + + These functions reuse content from the existing function + display_board_info() - which has been removed. + + Also, updated the existig OMAP3 configurations to + define: + - CONFIG_DISPLAY_CPUINFO + - CONFIG_DISPLAY_BOARDINFO + + Signed-off-by: Sanjeev Premi + +commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a +Author: Stefan Roese +Date: Wed Mar 18 11:17:37 2009 +0100 + + MTD: Change cfi-mtd to accept non-uniform sector sizes + + With this patch non-uniform NOR FLASH chips (chips with multiple erase + regions) can be exported via the cfi-mtd layer and therefor used by UBI. + We select the largest sector size as erasesize. The cfi driver will make + sure that the smaller sectors are handled correctly. + + Signed-off-by: Stefan Roese + +commit 3dcbe628d66b648e954bc8147d4faff2983206d9 +Author: Anatolij Gustschin +Date: Thu Apr 23 12:35:22 2009 +0200 + + video: fix bug in cfb_console.c code + + Fix bug in drawing long version/info strings: + U-Boot version string like + "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX" + is long and doesn't wrap around correctly while drawing + beside the logo. Such long strings partially overwrite + the logo. This patch is an attempt to fix it. + + Signed-off-by: Anatolij Gustschin + +commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75 +Author: Wolfgang Denk +Date: Tue Apr 28 08:50:31 2009 +0200 + + cmd_ext2.c: fix compile warnings + + Get rid of these warnings: + + cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int' + cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int' + + Signed-off-by: Wolfgang Denk + +commit 28afe0160f87ff74574150d703055a965f91422a +Author: Heiko Schocher +Date: Mon Apr 27 10:48:20 2009 +0200 + + ids8247: Remove legacy NAND defines + + because legacy NAND support is deprecated converting to current + NAND interface. !This just compile, because I have no more the + hardware to test it. + + Signed-off-by: Heiko Schocher + +commit dbd33614404b65aa441c5620c3dbd560c4460c09 +Author: Ricardo Ribalda Delgado +Date: Mon Apr 27 09:13:31 2009 +0200 + + ubifs: BUG realpath string must be ended with NULL + + If the memory used to copy the link_make is "dirty" the string wont + be ended with NULL, throwing out multiple memory bugs. + + Signed-off-by: Ricardo Ribalda Delgado + Acked-by: Stefan Roese + +commit 65351a8793c51f3787efbbcf3aa1df0ad543c127 +Author: Peter Tyser +Date: Fri Apr 24 15:59:56 2009 -0500 + + bmp_logo: Check return value of fread() + + Add basic error handling to fread() function calls. This prevents + compililation warnings such as: + + bmp_logo.c: In function ‘main’: + bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with + attribute warn_unused_result + ... + + Signed-off-by: Peter Tyser + +commit eea8be86d1c2b570660d1f6c553845e13164231a +Author: Peter Tyser +Date: Fri Apr 24 15:59:46 2009 -0500 + + ncb: Check return value of write() + + This prevents the compilation warning: + + ncb.c: In function 'main': + ncb.c:32: warning: ignoring return value of ‘write’, declared with + attribute warn_unused_result + + Signed-off-by: Peter Tyser + +commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691 +Author: Stefan Roese +Date: Fri Apr 24 15:59:35 2009 +0200 + + mtd: nand/onenand: Register mtd device upon device scanning + + With this patch the NAND and OneNAND devices are registered in the MTD + subsystem and can then be referenced by the mtdcore code (e.g. + get_mtd_device_nm()). This is needed for the new "ubi part" command + syntax without the flash type parameter (nor|nand|onenand). + + Signed-off-by: Stefan Roese + +commit 10bb62d85a0850dbad1fdd34123378686373f166 +Author: Stefan Roese +Date: Fri Apr 24 15:58:33 2009 +0200 + + mtd: nand: Include linux/mtd/partitions.h in nand_base.h + + This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is + defined: + + nand_base.c: In function 'nand_release': + nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions' + + Signed-off-by: Stefan Roese + +commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9 +Author: Stefan Roese +Date: Fri Apr 24 20:24:19 2009 +0200 + + ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" + + This patch removes the now unnecessary flash type parameter from the + "ubi part" command. Currently the user has to define the type of flash + he will be using UBI on. Example: + + => ubi part nor partition1 + + With this patch this type parameter is not needed anymore. The user can + now select the partition directly without the flash type paramter. + Example: + + => ubi part partition1 + + This breaks backward compatibility right now because of the change in the + command syntax. But UBI support is still quite fresh and the advantage of + this new command is syntax big enough for this change. Additionally the + code is much cleaner now. + + Signed-off-by: Stefan Roese + CC: Kyungmin Park + +commit 294f10ca9ea82a15e135dcb0fc658382ab206940 +Author: Detlev Zundel +Date: Thu Apr 23 13:14:20 2009 +0200 + + mips/vcth: Use generic 16550 uart driver + + As the common code also handles baudrate switching, which the board + specific vct.c driver did not support, this is one of the rare + occassions where deleting code actually adds a feature :) + + Signed-off-by: Detlev Zundel + Acked-by: Stefan Roese + Acked-by: Shinya Kuribayashi + +commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07 +Author: Ladislav Michl +Date: Tue Apr 21 02:26:31 2009 +0200 + + Separate mtdparts command from jffs2 + + On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote: + > Currently the mtdparts commands are included in the jffs2 command support. + > This doesn't make sense anymore since other commands (e.g. UBI) use this + > infrastructure as well now. This patch separates the mtdparts commands from + > the jffs2 commands making it possible to only select mtdparts when no JFFS2 + > support is needed. + + One more leftover... Let nboot command know about partitions even if JFFS2 + support is not enabled. + + Signed-off-by: Ladislav Michl + Acked-by: Stefan Roese + +commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9 +Author: Peter Tyser +Date: Mon Apr 20 11:22:13 2009 -0500 + + cmd_ide: Remove unused AmigaOneG3SE code + + The output_data_short() and input_data_short() functions for the + AmigaOneG3SE are unused and result in compiler warnings. + + Signed-off-by: Peter Tyser + +commit c93c102ace00764a56dbdf78bac134a23906721e +Author: Peter Tyser +Date: Mon Apr 20 11:21:40 2009 -0500 + + AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition + + Signed-off-by: Peter Tyser + +commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7 +Author: Peter Tyser +Date: Mon Apr 20 11:09:05 2009 -0500 + + Replace __asm references with __asm__ + + __asm__ follows gcc's documented syntax and is generally more common + than __asm. This change is only asthetic and should not affect + functionality. + + Signed-off-by: Peter Tyser + +commit f9a109b3adc5e8647535357500e2a38f0558b5c2 +Author: Peter Tyser +Date: Mon Apr 20 11:08:46 2009 -0500 + + Replace __attribute references with __attribute__ + + __attribute__ follows gcc's documented syntax and is generally more + common than __attribute. This change is only asthetic and should not + affect functionality. + + Signed-off-by: Peter Tyser + +commit 08f077da9298ff65cc6f85f90d2770000a1beee9 +Author: David Brownell +Date: Thu Apr 16 19:55:48 2009 -0700 + + mtdpart command: align output columns + + Make the headers in the "mtdparts" command output line up + with their columns ... strike the extra TAB character. + + Signed-off-by: David Brownell + +commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02 +Author: Shinya Kuribayashi +Date: Thu Apr 16 10:51:03 2009 +0900 + + Remove sa1100.h + + sa1100.h is not used anywhere, then remove it. + + $ find . -name '*.h' -empty -print + ./include/sa1100.h + $ git grep 'sa1100.h' . + $ + + Signed-off-by: Shinya Kuribayashi + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992 +Author: Stefan Roese +Date: Tue Apr 14 17:51:21 2009 +0200 + + UBIFS: Remove tnc_commit.c which is not used in the read-only version + + I missed removing this file while implementing the UBIFS support. It's + not referenced at all, so let's remove it. Thanks to Artem Bityutskiy + for spotting. + + Signed-off-by: Stefan Roese + +commit 6356daff70867822bdb23cea49f98e65421a25b8 +Author: Adrian Hunter +Date: Tue Apr 14 17:50:38 2009 +0200 + + UBIFS: fix recovery bug + + UBIFS did not recovery in a situation in which it could + have. The relevant function assumed there could not be + more nodes in an eraseblock after a corrupted node, but + in fact the last (NAND) page written might contain anything. + The correct approach is to check for empty space (0xFF bytes) + from then on. + + Signed-off-by: Adrian Hunter + Signed-off-by: Stefan Roese + +commit 351f40caf2f7806b2cefb93e077ea619b9f684e8 +Author: Gao Guanhua +Date: Tue Apr 14 14:37:35 2009 +0800 + + fs: Fix the wrong type of var + + The filelen should be signed type, not unsigned type. + otherwise, The condition as below never take. + if (filelen < 0) + + Signed-off-by: Gao Guanhua + Signed-off-by: Dave Liu + +commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62 +Author: Wolfgang Denk +Date: Tue Apr 28 00:29:34 2009 +0200 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit ad74cae9ff8790727bc81ee91c6bca7d50dca446 +Author: David Brownell +Date: Thu Apr 16 23:15:15 2009 -0700 + + dm9000 EEPROM reading bugfix + + Make the U-Boot dm9000 driver read addresses from EEPROM just + like Linux does ... read six bytes, instead of reading twelve + bytes and then discarding every other one. + + Using the right Ethernet address is a big win. + + Signed-off-by: David Brownell + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Ben Warren + +commit d4c02e6f5d49880123e7f584b88f857ffd874381 +Author: Yoshihiro Shimoda +Date: Wed Feb 25 14:27:24 2009 +0900 + + rtl8169: fix cache coherency problem + + Fix the problem that cannot access actual data when CPU data cache enabled. + + Signed-off-by: Yoshihiro Shimoda + Tested-by: Nobuhiro Iwamatsu + Acked-by: Ben Warren + +commit a85693b3bd4431b05b7df608b6f7733c0f80c53e +Author: Dirk Behme +Date: Tue Apr 21 17:30:51 2009 +0200 + + OMAP3: Fix changed mmc init command + + In recent U-Boot mmcinit changed to mmc init. + + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit 34b76a14f676bc6501c27a96564e4dfb4793f033 +Author: Wolfgang Denk +Date: Sun Apr 26 20:39:26 2009 +0200 + + lib_arm/board.c: remove misleading "test-only" comment. + + For a long time, the print_cpuinfo() declaration in lib_arm/board.c + had been marked as "test-only", which is plain wrong considering + current usage. Delete this misleading comment. + + Signed-off-by: Wolfgang Denk + +commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e +Author: David Brownell +Date: Sun Apr 12 15:40:16 2009 -0700 + + minor DaVinci clock cleanup + + Minor cleanup to clock-related defines for DaVinci DM6446 boards: + + - CONFIG_SYS_CLK_FREQ is unused; remove it. + + - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK + + On DM6446 both of those peripheral clocks actually come from the + same source, the primary oscillator. Having them use the same + symbol avoids bugs in the clone'n'modify development cycle. + + Signed-off-by: David Brownell + +commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3 +Author: Minkyu Kang +Date: Mon Apr 6 19:59:29 2009 +0900 + + s3c64xx: remove unnecessary definition + + CONFIG_S3C6400 is must defined at config header file + That definition is unnecessary at this file + + Signed-off-by: Minkyu Kang + +commit 14b9308d511b53042ef478936e367a67282df66a +Author: Heiko Schocher +Date: Fri Apr 24 06:50:45 2009 +0200 + + 83xx: searching "muram-data" by compatible property + + if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU + in the muram-data node, the reg entry needs to be updated. + This is done in fdt_fixup_muram(), but we should use + the compatible "fsl,qe-muram-data" for searching the + node instead of searching the muram-data node with + an absolute path. + + Signed-off-by: Heiko Schocher + Signed-off-by: Kim Phillips + +commit 8e15088794807944b221c11609d36789efc7f767 +Author: Anatolij Gustschin +Date: Thu Apr 23 21:29:34 2009 +0200 + + mpc83xx: MPC8360ERDK: fix environment offset configuration bug + + The size of U-Boot binary for MPC8360ERDK increased + (> 2 flash sectors now), so 'saveenv' will partially + overwrite U-Boot in flash and will brick the board. + This patch moves environment offset to fourth flash + sector and also fixes CONFIG_SYS_MONITOR_LEN. + + Signed-off-by: Anatolij Gustschin + Signed-off-by: Kim Phillips + +commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc +Author: Michael Zaidman +Date: Sat Apr 4 01:43:00 2009 +0300 + + NetLoop initialization bug + + The patch fixes the bug of partial initialization of global network + parameters. + + Upon u-boot's start up the first ping command causes a failure of the + consequent TFTP command. It happens in the recently added mechanism of + the NetLoop initialization where initialization of global network + parameters is separated in the NetInitLoop routine which is called per + env_id change. Thus, ping request will initialize the network parameters + necessary for ping operation only, afterwards the env_changed_id will be + set to the env_id that will prevent all following initialization requests + from other protocols. + The problem is that the initialized by ping subset of network parameters + is not sufficient for other protocols and particularly for TFTP which + requires the NetServerIp also. + + Signed-off-by: Michael Zaidman + Signed-off-by: Ben Warren + +commit b11f664f52c2855990107c18f242223377183575 +Author: Timur Tabi +Date: Thu Apr 9 10:27:05 2009 -0500 + + net: fix ULI 526x macro usage in netdev.h + + Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X + is used everywhere else, so that's the correct macro name. Without this fix, + Ethernet will not work on the Freescale MPC8610 HPCD. + + Signed-off-by: Timur Tabi + Signed-off-by: Ben Warren + +commit 7ee38c044ca5041d3378d6507580ea4ec344af96 +Author: David Brownell +Date: Sun Apr 12 15:38:06 2009 -0700 + + fix DaVinci NS16550_REG_SIZE regression + + Update the DaVinci DM6446 boards to use the new convention + for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed + from the original 4 bytes, but these chips are little-endian. + + (Resolves a regression added recently by the include/ns16550.h + patch to "Unify structure declaration for registers". The code + previously worked just fine because the registers were accessed + as host-endian words, not as bytes.) + + Signed-off-by: David Brownell + +commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9 +Author: Mike Frysinger +Date: Sun Apr 12 22:29:20 2009 -0400 + + cmd_nand: drop duplicate NULL ptr check + + The first if statement checks for NULL ptrs, so there is no need to check + it again in later else cases (such as .oob). + + Signed-off-by: Mike Frysinger + CC: Scott Wood + +commit 7732cef2eeb4e339cfcd8553fab773af73a20805 +Author: David Brownell +Date: Mon Apr 13 08:03:38 2009 -0700 + + CMD_UBI != MTD_PARTITIONS + + Fix dependency goofage: it should certainly be possible to have the + partition support without bringing in UBI commands. + + Signed-off-by: David Brownell + Acked-by: Stefan Roese + +commit 6ebff365eb63093ca35b687316002535c6a18820 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Apr 16 21:30:48 2009 +0200 + + at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000 + + The timer has been rewrote with a precision at ~0,18% + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Tested-by: Sergey Lapin + Tested-by: Eric BENARD + +commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a +Author: Ilko Iliev +Date: Thu Apr 16 21:30:48 2009 +0200 + + at91: add support for the PM9263 board of Ronetix GmbH + + The PM9263 board is based on the AT91SAM9263-EK board. + + Here is the page on Ronetix website: + http://www.ronetix.at/starter_kit_9263.html + + Signed-off-by: Ilko Iliev + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Apr 16 21:30:44 2009 +0200 + + at91sam9/at91cap: improve clock framework + + calculate dynamically the clock rate and pllb setting for usb + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit dd7c302099ef5590069bdbf292aaa8230cd59de7 +Author: Stefan Roese +Date: Wed Apr 15 14:08:48 2009 +0200 + + ppc4xx: Disable POST memory test on NAND-booting Kilauea + + Don't run the memory POST on the NAND-booting version. It will + overwrite part of the U-Boot image which is already loaded from NAND + to SDRAM. We were just lucky that it booted at all with this SDRAM + test enabled. + + Signed-off-by: Stefan Roese + +commit 9a929170be89b27bce677504da27e88600c06c49 +Author: Stefan Roese +Date: Wed Apr 15 14:06:26 2009 +0200 + + ppc4xx: Disable POST memory test on NAND-booting Sequoia + + Don't run the memory POST on the NAND-booting version. It will + overwrite part of the U-Boot image which is already loaded from NAND + to SDRAM. We were just lucky that it booted at all with this SDRAM + test enabled. + + Signed-off-by: Stefan Roese + +commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3 +Author: Stefan Roese +Date: Wed Apr 15 11:32:53 2009 +0200 + + ppc4xx: Remove unused code for Sequoia NAND booting version + + The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not + used at all. This patch changes it's define to the currently used value of + 133333333 and removes the unnecessary code. + + Signed-off-by: Stefan Roese + +commit cf9409885cbe01405bad76790e99f8adf3351f4d +Author: Stefan Roese +Date: Wed Apr 15 10:50:48 2009 +0200 + + ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets + + This additional text in the bootup log helps to see if the board is + configured for NAND-booting. Especially helpful for boards that can + boot from NOR and NAND (e.g. most of the AMCC eval boards). + + Signed-off-by: Stefan Roese + +commit 5132106a27b8fb302677852b26ffd319b40d17e2 +Author: Stefan Roese +Date: Wed Apr 8 10:36:22 2009 +0200 + + ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia + + Currently the NOR & NAND support in Linux only works for the "standard" + Sequoia, the version booting for NOR flash. The NAND-booting version + has the chip-selects swapped. Here the chip-select mappings: + + "Standard" NOR-booting version: + CS0 NOR + CS3 NAND + + NAND-booting version: + CS0 NAND + CS3 NOR + + With this path the dtb gets fixed-up, so that the correct chip-select + numbers are patched in the dtb enabling correct NOR & NAND support + in Linux on the NAND-booting Sequoia version. + + Signed-off-by: Stefan Roese + +commit aad4eca4ba8d597747199d8af723426681557dda +Author: Mike Frysinger +Date: Sat Apr 4 09:10:27 2009 -0400 + + Blackfin: audit UART for all known anomalies + + There is no code change here, just new comments, but this keeps me from + having to do another audit from scratch in the future. + + Signed-off-by: Mike Frysinger + +commit 8ef929afa43c77c9573caa57c6e17a97a33775c0 +Author: Mike Frysinger +Date: Sat Apr 4 08:40:13 2009 -0400 + + Blackfin: add check for anomaly 05000362 + + DESCRIPTION: + The column address width settings for banks 2 and 3 are misconnected in + the SDRAM controller. Accesses to bank 2 will result in an error if the + Column Address Width for bank 3 (EB3CAW ) is not set to be the same as + that of bank 2. + + WORKAROUND: + If using bank 2, make sure that banks 2 and 3 have the same column address + width settings in the EBIU_SDBCTL register. This must be the case + regardless of whether or not bank 3 is enabled. + + Signed-off-by: Mike Frysinger + +commit c2e07449f546fb375289cdac1a608fdc20357873 +Author: Mike Frysinger +Date: Sat Apr 4 08:29:55 2009 -0400 + + Blackfin: add comment about anomaly 05000430 avoidance + + Signed-off-by: Mike Frysinger + +commit 48ab1509254a4c175e4f65c478a978928ffe09ec +Author: Mike Frysinger +Date: Sat Apr 4 08:10:22 2009 -0400 + + Blackfin: add workaround for anomaly 05000242 + + DESCRIPTION: + If the DF bit is set prior to a hardware reset, the PLL will continue to + divide CLKIN by 2 after the hardware reset, but the DF bit itself will be + cleared in the PLL_CTL register. + + WORKAROUND: + Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by + 2 after reset. + + Signed-off-by: Mike Frysinger + +commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916 +Author: Mike Frysinger +Date: Sat Apr 4 08:09:24 2009 -0400 + + Blackfin: add workaround for anomaly 05000171 + + DESCRIPTION: + The Boot ROM is executed at power up/reset and changes the value of the + SICA_IWR registers from their default reset value of 0xFFFF, but does not + restore them. + + WORKAROUND: + User code should not rely on the default value of these registers. Set + the desired values explicitly. + + Signed-off-by: Mike Frysinger + +commit 51ee6e057f7a920e2a125cd9f985d10f625e355f +Author: Mike Frysinger +Date: Sat Apr 4 08:22:36 2009 -0400 + + Blackfin: update anomaly sheets + + Signed-off-by: Mike Frysinger + +commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df +Author: Graf Yang +Date: Sat Apr 4 07:45:57 2009 -0400 + + Blackfin: nand: flush peripheral before polling it + + We need to make sure the data written to the nand flash controller makes + it there before we start polling its status register. Otherwise, we may + get stale data and return before the controller is actually ready. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + Acked-by: Scott Wood + +commit 3ccbfb25f48af78e7092ac75f3115e924e76c748 +Author: Remy Bohmer +Date: Sun Apr 5 11:43:28 2009 +0200 + + Support for PXA27X UDC. + + This Patch adds Support for PXA27X UDC. + (Rebased to drivers/usb reorganisation) + + Signed-off-by: Vivek Kutal + Signed-off-by: Remy Bohmer + +commit 2731b9a86685190d26b1883f27afda5ac8e1a313 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Apr 3 12:46:58 2009 +0200 + + drivers/usb: regorganisation + + move to linux usb driver organisation + + as following + + drivers/usb/gadget + drivers/usb/host + drivers/usb/musb + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Remy Bohmer + +commit d04371a116d102e587ba7aa4c329b441cdbea3f4 +Author: Todor I Mollov +Date: Sat Apr 4 06:53:06 2009 -0400 + + Blackfin: spi: make cs deassert function deterministic + + Blackfin SPI driver was not driving the SPI chip-select high before + putting the chip-select signals into tri-state mode. This is probably + something that slipped by unnoticed in most designs. If the signals are + put directly into a tri-state mode, then the board is relying on the + pull-up resistors to pull up the chip-select before the next transaction. + Most of the time this is fine, except when you have two transactions that + follow each other very closely, such as the flash erase and read status + register commands. In this case I was seeing a 500ns separation between + the transactions. In my setup, with a 10kOhm pull-up, it would meet + timing spec about half the time and resulted in intermittent errors. (A + stronger pull up would fix this, but our design is targeted for low power + consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.) + I modified the spi_cs_deactivate() function in bfin_spi.c to drive the + chip-selects high before putting them into tri-state. For me, this + resulted in a rise time of 5ns instead of the previous rise time of about + 1us, and fully satisfied the timing spec of the chip. + + Signed-off-by: Todor I Mollov + Signed-off-by: Mike Frysinger + +commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Dec 13 21:08:05 2008 +0100 + + integratorap: fix PCI support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1c397508c836dfcb01fb2471c71de0727051f117 +Author: Dirk Behme +Date: Mon Mar 30 21:15:23 2009 +0200 + + OMAP3: Update Overo pin mux for new expansion board + + A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and + switches. This patch changes the pinmux configuration for those pins. + They were previously set up for unused MMC3_DAT4-7. + + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit ab298231518675b3784aea88ee9b978438f99e63 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Apr 5 13:08:03 2009 +0200 + + arm: unify reset command + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b3acb6cd4059dfb29a5e99095d802717f53ff784 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Apr 5 13:06:31 2009 +0200 + + arm: clean cache management + + unify arm cache management except for non standard cache as ARM7TDMI + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 677e62f43235de9a1701204d7bcea0fb3d233fa1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Apr 5 13:02:43 2009 +0200 + + arm: update co-processor 15 access + + import system.h from linux + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 23e4af49e066a53cd3e3659b68ef90572d88de84 +Author: Guennadi Liakhovetski +Date: Sun Apr 5 00:42:02 2009 +0200 + + ARM: add the imx31_phycore_eet target to MAINTAINERS + + imx31_phycore_eet is a variant of the imx31_phycore board with a few + extensions, which justifies a separate entry in the MAINTAINERS list, + whereas normally all entries sharing a single configuration file and a + board/ directory have only one entry in MAINTAINERS. + + Reported-by: Wolfgang Denk + Signed-off-by: Guennadi Liakhovetski + +commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5 +Author: Guennadi Liakhovetski +Date: Sun Apr 5 00:37:07 2009 +0200 + + ARM: fix out-of-tree build of imx31_phycore_eet + + Fix out-of-tree build of the imx31_phycore_eet target. + + Reported-by: Wolfgang Denk + Signed-off-by: Guennadi Liakhovetski + +commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237 +Author: Jon Smirl +Date: Sat Apr 4 17:44:51 2009 -0400 + + mpc5200: reduce delays in i2c + + The previous code waited 1000us before checking i2c + status. Measurement shows i2c is usually ready in + under 50us. Change the polling interval to 15us, + loop 6,667 times to keep the polling timeout constant + at 100ms. + +commit 36003268968949110ef145d9f2eaf8439c96d25b +Author: Sanjeev Premi +Date: Fri Apr 3 14:00:07 2009 +0530 + + OMAP: Fix compile issue + + Fixes this compile error: + board.c: In function 'do_switch_ecc': + board.c:339: error: 'cmd_tbl_t' has no member named 'help' + make[1]: *** [board.o] Error 1 + make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3' + make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2 + + This is due to the fact that current command uses long + help for the usage print even if the CONFIG_SYS_LONGHELP + is not enabled. (Thanks Jean-Christophe for explanation). + + Signed-off-by: Sanjeev Premi + +commit 342c1a5d9ab74febf3226a86216dc5aa05295d46 +Author: Minkyu Kang +Date: Fri Apr 3 09:56:16 2009 +0900 + + s3c64xx: fix the wrong gpio offset + + This patch fix the wrong gpio offset + + Signed-off-by: Minkyu Kang + +commit ab0689c316c9b2ee33f4de1c50263b64e539f12a +Author: Kyungmin Park +Date: Wed Nov 26 10:18:13 2008 +0900 + + Move machine specific code to board at s3c64xx (v2) + + Move machine specific code to smdk6400. + Some board use OneNAND instead of NAND. + + Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w. + So it's better to use macro instead of hard-coded value. + + Signed-off-by: Kyungmin Park + +commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8 +Author: Tom Rix +Date: Wed Apr 1 22:02:19 2009 -0500 + + ZOOM1 Remove legacy NAND defines + + Signed-off-by: Tom Rix + +commit 5891151707ee5902fe62d554c247f42865815757 +Author: Tom Rix +Date: Wed Apr 1 22:02:20 2009 -0500 + + OMAP3 Fix multiline formatting in board init files. + + Signed-off-by: Tom Rix + +commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d +Author: Wolfgang Denk +Date: Sun Apr 5 00:27:57 2009 +0200 + + Update CHANGELOG, coding style cleanup. + +commit f63728c804ab7413a67d70f6774cd30c3f7b40fb +Author: Wolfgang Denk +Date: Sun Apr 5 00:18:44 2009 +0200 + + One more fix for building env_embedded.o + + In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in + commit afcbce07, we also need to do the same for + CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM. + + Signed-off-by: Wolfgang Denk + +commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5 +Author: Scott Wood +Date: Thu Apr 2 16:15:10 2009 -0500 + + common/image.c: Relocate strings in tables. + + Without this, u-boot can crash or print garbage if the original link + address no longer points to a valid string. + + Signed-off-by: Scott Wood + +commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e +Author: Scott Wood +Date: Thu Apr 2 16:10:36 2009 -0500 + + mpc8260: Fill in brg's clock-frequency in device tree. + + Signed-off-by: Scott Wood + +commit c73ed274a211699739d83c2cef92853dc6716e15 +Author: Scott Wood +Date: Thu Apr 2 18:20:43 2009 -0500 + + MPC8260ADS: Add nfsboot/ramboot to default environment. + + This brings it in line with other Freescale boards. + + Signed-off-by: Scott Wood + +commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84 +Author: Andreas Huber +Date: Thu Apr 2 17:15:34 2009 +0200 + + UBI/cfi-mtd: Fix mtd name for multiple chips + + On platforms with multiple NOR chips, currently only the first one + can be selected using the "ubi part" command. This patch fixes this + problem by using different names for the NOR "mtd devices". + + It also changes the name of the NOR MTD device from "cfi-mtd" to + "norX" (X indexing the device numer) to better match the mtdparts + defaults. + + Signed-off-by: Stefan Roese + Signed-off-by: Andreas Huber + +commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf +Author: Peter Korsgaard +Date: Tue Mar 31 17:52:16 2009 +0200 + + tools/setlocalversion: use git svn instead of git-svn + + Use the new "git " syntax instead of the deprecated + "git-". + + Signed-off-by: Peter Korsgaard + +commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff +Author: Mingkai Hu +Date: Tue Mar 31 14:09:40 2009 +0800 + + eSPI: add the eSPI register support + + Signed-off-by: Mingkai Hu + +commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b +Author: Minkyu Kang +Date: Mon Mar 30 14:55:51 2009 +0900 + + cmd_mmc: add support for device command for selecting mmc device + + This patch improves device command for selecting mmc device + + Signed-off-by: Minkyu Kang + +commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc +Author: Alan Carvalho de Assis +Date: Sat Mar 28 19:50:16 2009 -0300 + + Small fix to m5282evb + + This is just a small fix to get u-boot on m5282evb. + + Signed-off-by: Alan Carvalho de Assis + +commit febd7e4174e54579c9aa165c85c519fe5288f9d2 +Author: Artem Bityutskiy +Date: Fri Mar 27 10:21:14 2009 +0100 + + UBIFS: add R/O compatibility + + Now UBIFS is supported by u-boot. If we ever decide to change the + media format, then people will have to upgrade their u-boots to + mount new format images. However, very often it is possible to + preserve R/O forward-compatibility, even though the write + forward-compatibility is not preserved. + + This patch introduces a new super-block field which stores the + R/O compatibility version. + + Signed-off-by: Artem Bityutskiy + Acked-by: Adrian Hunter + Signed-off-by: Stefan Roese + +commit 852dbfdd56f68eb67d138b306a64e4de58dabb91 +Author: Mike Frysinger +Date: Mon Mar 23 22:27:34 2009 -0400 + + more command usage cleanup + + Fix up a few dangling commands like in "Command usage cleanup" commit. + + Signed-off-by: Mike Frysinger + +commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc +Author: Ladislav Michl +Date: Mon Mar 23 12:06:07 2009 +0100 + + Separate mtdparts command from jffs2 + + On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote: + > Currently the mtdparts commands are included in the jffs2 command support. + > This doesn't make sense anymore since other commands (e.g. UBI) use this + > infrastructure as well now. This patch separates the mtdparts commands from + > the jffs2 commands making it possible to only select mtdparts when no JFFS2 + > support is needed. + + ... and to make it useful for NAND chips as well, we should also remove now + unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in + jffs2/load_kernel.h which is a bit misleading filename for that purpose, + but that can be fixed later (tm). + + Signed-off-by: Ladislav Michl + +commit b196ca75503ce307c535b87bf47d51f05e7530df +Author: Mike Frysinger +Date: Sun Mar 22 22:18:01 2009 -0400 + + smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT() + + Rather than sticking Blackfin-specific stuff into the eeprom example, use + an indirect macro so that any board can override it with their own magic + sauce in their board config file. + + Also fix some spurious semi-colons in defines while I'm at it ... + + Signed-off-by: Mike Frysinger + CC: Ben Warren + +commit f5cf2ef2ad2a8bf321712ab460ed846120163d74 +Author: Sascha Hauer +Date: Sat Mar 21 09:38:46 2009 -0400 + + mpc52xx phy: initialize only when needed + + Do not initialize phy on startup, instead initialize it + when we actually need it. + + Signed-off-by: Sascha Hauer + +commit 03bab0091948196b9558248684c04f60943ca4b5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 16:51:40 2009 +0200 + + at91sam9263ek: enable hush and auto complete support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Stelian Pop + +commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:44 2009 +0100 + + at91: move dataflash spi driver to drivers/spi + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2b7178afce59f71e95da657273f4132012098c1f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:44 2009 +0100 + + at91: move usb driver to drivers/usb + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f82518d7f443ebac5f8821103a3c521c963aa6ee +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:43 2009 +0100 + + at91rm9200: Reset update + + Update the rm9200 reset sequence to try executing a board-specific reset + function and move specific board reset to board. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 3524049cd053746298e4cfab2449882e75c146fc +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:43 2009 +0100 + + at91rm9200: move serial shutdown code to serial drivers + + introduce serial_exit for this purpose. Use it only when the rm9200 + serial driver is active + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:43 2009 +0100 + + at91rm9200: move serial driver to drivers/serial + + add CONFIG_AT91RM9200_USART to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a +Author: Ulf Samuelsson +Date: Fri Mar 27 23:26:43 2009 +0100 + + Add support for the AT91RM9200EK Board. + + The AT91RM9200-EK Evaluation Board supports the AT91RM9200 + ARM9-based 32-bit RISC microcontroller and enables real-time code development + and evaluation. + + Here is the chip page on Atmel website: + http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507 + + with + - NOR (cfi driver) + - DataFlash + - USB OHCI + - Net + - I2C (hard) + + Signed-off-by: Ulf Samuelsson + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + add dataflash mmc mux missing support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2a325ce3c705ab2d82760afc541c511328472df8 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + at91rm9200dk: Move conditional compilation to Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 90a92a708d5180a20d600ba0fc2352ec76dc3829 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 843a2654bce74192de2b5a43474fdc27a572ab40 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + at91sam9: add watchdog support + + Signed-off-by: Nicolas Ferre + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit a47492ac60657dd9d59c713aa049319ea6eabd52 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 13:14:52 2009 +0100 + + at91sam9/at91cap: spi init add hardware chip select support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 66932ac3929c7a145a6ef6574a96fd7535154951 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 4 19:15:40 2009 +0200 + + netstar: fix crc32.c dependancy location + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 42f9ebff2f758bef524780a00c712eb63a72d99b +Author: Scott Wood +Date: Fri Apr 3 15:24:40 2009 -0500 + + MPC8260ADS: Define CONFIG_HAS_ETH0. + + This is required so that the MAC address will be updated in the device tree. + + Signed-off-by: Scott Wood + +commit 8701eceffdf77e2908d0b58add0dabc16edf6087 +Author: Scott Wood +Date: Fri Apr 3 15:26:45 2009 -0500 + + PQ2FADS: Enable PCI. + + PCI on PQ2FADS is very similar to PCI on MPC8272ADS. + + Signed-off-by: Scott Wood + +commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc +Author: Wolfgang Denk +Date: Sat Apr 4 16:57:50 2009 +0200 + + Fix quoting bug introduced by commit 74de7aef + + Signed-off-by: Wolfgang Denk + +commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33 +Author: Wolfgang Denk +Date: Sat Apr 4 16:14:51 2009 +0200 + + Fix implicit declaration of function 'htons' + + Include instead of to get htons() + prototpye. + + Signed-off-by: Wolfgang Denk + +commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306 +Author: Kumar Gala +Date: Sat Apr 4 10:21:02 2009 -0500 + + fsl_law: Fix bug in calculation of LAW sizing + + In set_ddr_laws() when we determined how much of the size requested + to be mapped was covered by the the first LAW we needed to recalculate + the size based on what was actually mapped. + + Signed-off-by: Kumar Gala + +commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2 +Author: Kumar Gala +Date: Thu Apr 2 13:57:05 2009 -0500 + + fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs + + Signed-off-by: Kumar Gala + +commit c8514622e2713d9c47919acfe23fce386782afe7 +Author: Kumar Gala +Date: Thu Apr 2 13:22:48 2009 -0500 + + fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h + + Rename the pci header for FSL HW so we can move some prototypes + in there and stop doing explicit externs + + Signed-off-by: Kumar Gala + +commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7 +Author: Wolfgang Denk +Date: Sat Apr 4 16:10:40 2009 +0200 + + Fix building of env_embedded.o + + Since commit a706bfc7 common/env_embedded.o and tools/envcrc were + only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks + building for many boards. + + We always have to build these files when CONFIG_ENV_IS_IN_FLASH is + set. + + Signed-off-by: Wolfgang Denk + +commit a31e091ad70915278fb15b79d6ae53ea2d44b251 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 4 12:49:11 2009 +0200 + + rename include/zlib.h to include/u-boot/zlib.h + + Some systems have zlib.h installed in /usr/include/. This isn't the + desired file for u-boot code - we want the one in include/zlib.h. + This rename will avoid the conflict. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit ae644c178f097874a92a6d934f364985fc7e075a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 4 12:46:31 2009 +0200 + + tools/Makefile: fix image.c dependancy location + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit b074a7081124d7f05fd1651a3bc0b5579fdfa473 +Author: Mike Frysinger +Date: Sat Apr 4 07:42:25 2009 -0400 + + tools: add ncb to gitignore + + Signed-off-by: Mike Frysinger + +commit 453c0d7558215cbc8636d94af172886d84e0dbba +Author: Detlev Zundel +Date: Fri Apr 3 16:45:46 2009 +0200 + + include/ns16550.h: Unify structure declaration for registers + + Instead of special casing the different access patterns, use common + code with light macros sprinkled in to accomodate for the different + layouts of the register structure. + + Note that this also changes the types of the registers for the + "positively packed (>1)" cases. As the registers truly are unsigned + chars, this is surely the Right Thing, but it is a semantic change. + Note that for this case depending on the endianness on the bus, we may + see a change of behaviour. + + Signed-off-by: Detlev Zundel + +commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df +Author: Peter Tyser +Date: Fri Mar 13 18:54:52 2009 -0500 + + Delete now unused tools/Makefile.win32 + + Signed-off-by: Peter Tyser + +commit 2f8d396b9302eddcd8d552648e101a46b7a80acd +Author: Peter Tyser +Date: Fri Mar 13 18:54:51 2009 -0500 + + Add support for building native win32 tools + + Add support for compiling the host tools in the tools directory using + the MinGW toolchain. This produces executables which can be used on + standard Windows computers without requiring cygwin. + + One must specify the MinGW compiler and strip utilities as if they + were the host toolchain in order to build win32 executables, eg: + + make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools + + Signed-off-by: Peter Tyser + +commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2 +Author: Peter Tyser +Date: Fri Mar 13 18:54:50 2009 -0500 + + tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation + + Signed-off-by: Peter Tyser + +commit b0d4d7219a4806e46affc96bd1f65397194a6e72 +Author: Peter Tyser +Date: Fri Mar 13 18:54:49 2009 -0500 + + tools/Makefile: Create generic build rules + + Create a few generic build rules to replace the current method which has + 1 build target for each file + + Signed-off-by: Peter Tyser + +commit 273174ddbcce215c42f6c307470cd5580a3f72bf +Author: Peter Tyser +Date: Fri Mar 13 18:54:48 2009 -0500 + + tools/Makefile: Use auto-generated object file dependencies + + Files in the SRCS variable have their dependencies automatically + generated so remove duplicate explicit dependencies + + Signed-off-by: Peter Tyser + +commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589 +Author: Peter Tyser +Date: Fri Mar 13 18:54:47 2009 -0500 + + tools/Makefile: Remove symlinks for remaining source files + + Signed-off-by: Peter Tyser + +commit eed073315b6447eceadf7468a4c2b757442c7c6f +Author: Peter Tyser +Date: Fri Mar 13 18:54:46 2009 -0500 + + tools/Makefile: Dynamically generate libfdt object dependencies + + Add the libfdt files to the SRCS variable so that they have their + dependencies automatically generated + + Signed-off-by: Peter Tyser + +commit c0170175393b94560fa7a5da6dd31377df5f4a72 +Author: Peter Tyser +Date: Fri Mar 13 18:54:45 2009 -0500 + + tools/Makefile: Remove symlinks for fdt targets + + Signed-off-by: Peter Tyser + +commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51 +Author: Peter Tyser +Date: Fri Mar 13 18:54:44 2009 -0500 + + tools/Makefile: Add libfdt/ to the include search path + + This change makes the process of symlinking libfdt_internal.h + unnecessary + + Signed-off-by: Peter Tyser + +commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b +Author: Peter Tyser +Date: Fri Mar 13 18:54:43 2009 -0500 + + tools: Remove unecessary symlinking of zlib.h + + crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink + was previously necessary to give U-Boot's version of zlib.h precedence + over the host computer's version of zlib.h. + + Signed-off-by: Peter Tyser + +commit 40b8d909ace06f6f494dee08ffa64a82493e72e9 +Author: Peter Tyser +Date: Fri Mar 13 18:54:42 2009 -0500 + + tools/Makefile: Add tools/ to the include search path + + This change makes the process of symlinking mkimage.h and fdt_host.h + unnecessary + + Signed-off-by: Peter Tyser + +commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78 +Author: Peter Tyser +Date: Fri Mar 13 18:54:41 2009 -0500 + + tools/Makefile: Compile ncb when CONFIG_NETCONSOLE + + Also conditionally add ncb.o to OBJ_FILES list + + Signed-off-by: Peter Tyser + +commit 123c48a21ce08b4a33f36e96cc75f92324e761d7 +Author: Peter Tyser +Date: Fri Mar 13 18:54:40 2009 -0500 + + tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET + + Signed-off-by: Peter Tyser + +commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120 +Author: Peter Tyser +Date: Fri Mar 13 18:54:39 2009 -0500 + + tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED + + Signed-off-by: Peter Tyser + +commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20 +Author: Peter Tyser +Date: Fri Mar 13 18:54:38 2009 -0500 + + tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP + + Signed-off-by: Peter Tyser + +commit 7cd5cbc34699ccc15d0277f48375cad928d04faf +Author: Peter Tyser +Date: Fri Mar 13 18:54:37 2009 -0500 + + tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG + + Signed-off-by: Peter Tyser + +commit eeba8617908e33f7e7db3b1588c04ca65b856793 +Author: Peter Tyser +Date: Fri Mar 13 18:54:36 2009 -0500 + + tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS + + Signed-off-by: Peter Tyser + +commit 335ffe7e0e0a30e90ce409c3279016a582157d8e +Author: Peter Tyser +Date: Fri Mar 13 18:54:35 2009 -0500 + + tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled + + Signed-off-by: Peter Tyser + +commit ee3584a5970230ee96aae19505ad3226734ee4ff +Author: Peter Tyser +Date: Fri Mar 13 18:54:34 2009 -0500 + + tools/Makefile: Split variable declarations into multiple lines + + Split variable declarations into multiple lines and use the standard + VAR-y convention. Also move object and binary variable declarations to + after config.mk has been included to allow for these lists to utilize + the CONFIG_XXX variables. + + These changes lay the groundwork for conditional compilation of files + in the tools directory. + + Signed-off-by: Peter Tyser + +commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb +Author: Peter Tyser +Date: Fri Mar 13 18:54:33 2009 -0500 + + tools/Makefile: Remove inappropriate double-tabs + + Signed-off-by: Peter Tyser + +commit 652f4ba076689fd0acd447561a777b1c440a4b57 +Author: Peter Tyser +Date: Fri Mar 13 18:54:32 2009 -0500 + + tools/Makefile: Remove HOSTARCH HOSTOS defines + + The values of HOSTARCH and HOSTOS which are exported from the top-level + Makefile should be used + + Signed-off-by: Peter Tyser + +commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b +Author: Peter Tyser +Date: Fri Mar 13 18:54:31 2009 -0500 + + gen_eth_addr: Use POSIX rand() and srand() + + Replace random()/srandom() use with rand()/srand() to support + compilation with the mingw toolchain. The rand()/srand() functions are + generally more common and are functionally equivalent to the original + random()/srandom() calls. + + Signed-off-by: Peter Tyser + +commit 24d2ae5e9debe4b75151a55251031a14477fa875 +Author: Peter Tyser +Date: Fri Mar 13 18:54:28 2009 -0500 + + elf.h: Use stdint.h to provide standard typedefs for WIN32 + + The original code provided an incomplete set of typedefs for WIN32 + compiles and replicated the standard typedefs that are already + provided by stdint.h + + Signed-off-by: Peter Tyser + +commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc +Author: Peter Tyser +Date: Fri Mar 13 18:54:27 2009 -0500 + + common/Makefile: Conditionally compile env_embedded.o + + Signed-off-by: Peter Tyser + +commit 2b48f7d5f62835f87278efb498397b6ae9e2d117 +Author: Peter Tyser +Date: Fri Mar 13 18:54:26 2009 -0500 + + Makefile: Add removal of *.exe files to clean target + + Signed-off-by: Peter Tyser + +commit d0d6144e0e4a03a68311b781f3dde38dc9316b82 +Author: Peter Tyser +Date: Fri Mar 13 18:54:25 2009 -0500 + + Makefile: Make autoconf.mk a dependency of the depend target + + The original code did not generate autoconf.mk until after some targets + dependencies had already been calculated, for example the directories in + the SUBDIRS variable + + Signed-off-by: Peter Tyser + +commit 75eb82ec7cacb18d059d701b35677b93d2bb7596 +Author: unsik Kim +Date: Wed Feb 25 11:31:24 2009 +0900 + + mflash: Initial mflash support + + Mflash is fusion memory device mainly targeted consumer eletronic and + mobile phone. + Internally, it have nand flash and other hardware logics and supports + some different operation (ATA, IO, XIP) modes. + + IO mode is custom mode for the host that doesn't have IDE interface. + (Many mobile targeted SoC doesn't have IDE bus) + + This driver support mflash IO mode. + + Followings are brief descriptions about IO mode. + + 1. IO mode based on ATA protocol and uses some custom command. (read + confirm, write confirm) + 2. IO mode uses SRAM bus interface. + + Signed-off-by: unsik Kim + +commit 200779e3e2a9aeda7030b171a8c39d7797019917 +Author: Detlev Zundel +Date: Fri Apr 3 11:53:01 2009 +0200 + + Rename common ns16550 constants with UART_ prefix to prevent conflicts + + Fix problems introduced in commit + 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware + diagnosis functions for inka4x0] which redefined MSR_RI which is + already used on PowerPC systems. + + Also eliminate redundant definitions in ps2mult.h. More cleanup will + be needed for other redundant occurrences though. + + Signed-off-by: Detlev Zundel + +commit 99067b08f4a0ce20ff337a35211239f334d8f451 +Author: Scott Wood +Date: Wed Apr 1 15:33:24 2009 -0500 + + Noisily disable the legacy NAND subsystem. + + Legacy NAND is marked for feature removal after April 2009 (i.e. this + upcoming release). There are still several boards that reference it + (though many do so only for disk-on-chip support which has been silently + disabled for a while now). These boards will now fail to build + with #error, though the code is still there if the user removes #error. + + The plan is to remove the code outright in the next release, along with + any board code that refers to it (such as board/esd/common/auto_update.c). + + Also, remove the legacy NAND API description from README.nand. + + Signed-off-by: Scott Wood + +commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf +Author: apgmoorthy +Date: Fri Mar 27 14:45:23 2009 +0530 + + Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN + + Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB. + However, u-boot image for apollon board is 195KB making the board + unbootable with OneNAND. + + Fix ipl to read CONFIG_SYS_MONITOR_LEN. + CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size. + + Signed-off-by: Rohit Hagargundgi + Signed-off-by: Gangheyamoorthy + Signed-off-by: Scott Wood + +commit 74de7aefd79690bae8cf5a5120f5962d444be089 +Author: Wolfgang Denk +Date: Wed Apr 1 23:34:12 2009 +0200 + + Add "source" command; prepare removal of "autoscr" command + + According to the doc/feature-removal-schedule.txt, the "autoscr" + command will be replaced by the "source" command in approximately 6 + months from now. + + This patch prepares this change and starts a 6 month transition + period as follows: + + - The new "source" command has been added, which implements exactly + the same functionlaity as the old "autoscr" command before + - The old "autoscr" command name is kept as an alias for compatibility + - Command sequences, script files atc. have been adapted to use the + new "source" command + - Related environment variables ("autoscript", "autoscript_uname") + have *not* been adapted yet; these will be renamed resp. removed in + a separate patch when the support for the "autoscr" command get's + finally dropped. + + Signed-off-by: Wolfgang Denk + +commit 78237df55248034a2d7c2daea992b9dbe7ca8e96 +Author: Wolfgang Denk +Date: Thu Apr 2 17:31:09 2009 +0200 + + Add "GPL cleanup" task to feature-removal-schedule.txt + + Announce removal of all non-GPL or GPL-incompatible files + after August 2009. + + Signed-off-by: Wolfgang Denk + +commit d9596ffbdc79cea285010b67dd20a4618303f624 +Author: Mike Frysinger +Date: Thu Apr 2 12:51:28 2009 -0400 + + sf: stmicro: dont send 4 bytes when reading status register + + I can't find anywhere in the datasheet that says the status register needs + 3 dummy bytes sent to it before being able to read back the first real + result. Tests on a Blackfin board show that after writing the opcode, the + status register starts coming back immediately. So only write out the + read status register opcode before polling the result. + + Signed-off-by: Mike Frysinger + CC: Jason McMullan + CC: TsiChung Liew + +commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd +Author: Mike Frysinger +Date: Thu Apr 2 08:11:31 2009 -0400 + + sf: set common timeouts in seconds, not milliseconds + + Since timeouts are only hit when there is a problem in the system, we + don't want to prematurely timeout on a functioning setup. Thus having + low timeouts (in milliseconds) doesn't gain us anything in the production + case, but rather increases likely hood of causing problems where none + otherwise exist. + + Signed-off-by: Mike Frysinger + CC: Haavard Skinnemoen + +commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1 +Author: Mike Frysinger +Date: Thu Apr 2 06:51:49 2009 -0400 + + sf: stmicro: use common page timeout define + + Signed-off-by: Mike Frysinger + CC: Haavard Skinnemoen + +commit 0dcdbb172c2fdf60c5c578980308b312fd56496f +Author: Mike Frysinger +Date: Sat Mar 28 06:41:09 2009 -0400 + + sf: always read 5 bytes for the idcode + + Some SPI flash drivers like to have extended id information available + (like the spansion flash), so rather than making it re-issue the ID cmd + to get at the last 2 bytes, have the common code read 5 bytes rather than + just 3. This also matches the Linux behavior where it always reads 5 id + bytes from all flashes. + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + CC: Mingkai Hu + +commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52 +Author: Mike Frysinger +Date: Fri Mar 27 16:34:21 2009 -0400 + + sf: stmicro: drop redundant id read + + The common SPI flash code reads the idcode and passes it down to the SPI + flash driver, so there is no need to read it again ourselves. + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + CC: Jason McMullan + CC: TsiChung Liew + +commit 1c5874374e091b4bb62917c519861f7682fe066e +Author: Mike Frysinger +Date: Fri Mar 27 19:27:58 2009 -0400 + + sf: add driver for SST flashes + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + +commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d +Author: Mike Frysinger +Date: Mon Mar 23 23:03:58 2009 -0400 + + sf: drop DEBUG defines + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + +commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jan 4 07:44:07 2009 +0100 + + mtd: add some at45 spi flash support + + - AT45DB321D + - AT45DB161D + - AT45DB081D + - AT45DB041D + - AT45DB021D + - AT45DB011D + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit 6805e4bf83e6f444f7411101228766c8a7aec5f7 +Author: Mingkai Hu +Date: Tue Mar 31 14:09:41 2009 +0800 + + mtd: SPI Flash: Support the Spansion Flash + + Add MTD SPI Flash support for S25FL008A, S25FL016A, + S25FL032A, S25FL064A, S25FL128P. + + Signed-off-by: Mingkai Hu + Signed-off-by: Mike Frysinger + +commit 40587701924aa0afc86b3840421b4cc6de42c748 +Author: Mike Frysinger +Date: Mon Mar 30 20:56:45 2009 -0400 + + Blackfin: force all boards to HZ of 1000 + + Since the Blackfin timer code requires HZ to be 1000, barf on any board + that tries to use a different value. + + Signed-off-by: Mike Frysinger + +commit f4032d2eec9d71a59c6c724671e577f67a76839b +Author: Mike Frysinger +Date: Fri Mar 27 21:07:45 2009 -0400 + + Blackfin: bf533-stamp: drop old spi flash driver + + Now that the common SPI flash code supports all the flashes, we can stop + using the old driver. + + Signed-off-by: Mike Frysinger + +commit bc72f50a659d0d1b551817e1910b9b2be1c7e496 +Author: Mike Frysinger +Date: Thu Mar 26 15:42:12 2009 -0400 + + Blackfin: add BF538/BF539 SPI portmux handling + + Signed-off-by: Mike Frysinger + +commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3 +Author: Mike Frysinger +Date: Mon Mar 23 22:36:10 2009 -0400 + + Blackfin: do not delay on output bytes + + Signed-off-by: Mike Frysinger + +commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382 +Author: Mike Frysinger +Date: Mon Mar 23 22:17:27 2009 -0400 + + Blackfin: drop newline from OTP help + + Looks like I accidentally added a newline to the OTP help when merging and + older change. + + Signed-off-by: Mike Frysinger + +commit d3c38d96b991d641a33f7748130dae008563cdc9 +Author: Mike Frysinger +Date: Sun Mar 22 23:43:31 2009 -0400 + + Blackfin: convert bfin_sdh to legacy mmc + + The Blackfin SDH controller is still using the legacy framework, so update + the driver to use the renamed functions. + + Signed-off-by: Mike Frysinger + +commit d248cfb2d940b742f6bfdba9b832a3df96da3101 +Author: Mike Frysinger +Date: Sun Feb 22 16:30:38 2009 -0500 + + Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c + + Signed-off-by: Mike Frysinger + +commit ad9073211ca9e62162a39851e082b8d07a662fb6 +Author: Mike Frysinger +Date: Fri Feb 13 17:10:58 2009 -0500 + + Blackfin: fix crash when booting from external memory + + When testing a u-boot binary that hasn't been booted from the bootrom, we + have to make sure the bootstruct structure has sane storage space. If we + don't, the initcode will crash when it tries to dereference an invalid + pointer. + + Signed-off-by: Mike Frysinger + +commit 84a9dda324c3faa56be14449d7519b993d9397a9 +Author: Mike Frysinger +Date: Sun Oct 12 21:32:52 2008 -0400 + + Blackfin: bf518f-ezbrd: new board port + + Signed-off-by: Mike Frysinger + +commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa +Author: Mike Frysinger +Date: Sun Oct 12 21:30:48 2008 -0400 + + Blackfin: bf526-ezbrd: new board port + + Signed-off-by: Mike Frysinger + +commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e +Author: Mike Frysinger +Date: Sun Oct 12 21:25:33 2008 -0400 + + Blackfin: bf538f-ezkit: new board port + + Signed-off-by: Mike Frysinger + +commit d9a5d113b93583c984711127ab8503e136ed1e4a +Author: Mike Frysinger +Date: Sun Oct 12 20:59:12 2008 -0400 + + Blackfin: bf527-ezkit: new board port + + Signed-off-by: Mike Frysinger + +commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46 +Author: Mike Frysinger +Date: Sun Oct 12 05:05:42 2008 -0400 + + Blackfin: bf548-ezkit: new board port + + Signed-off-by: Mike Frysinger + +commit 67b89c79e72fe86b0ea0199425d880630beb95d8 +Author: Laurent Gregoire +Date: Tue Mar 3 14:23:59 2009 +0100 + + libfdt: Fix C++ compile-time cast error on gnu 4.2.1 + + Allow the inclusion of libfdt.h in C++ source. + + Signed-off-by: Laurent Gregoire + Acked-by: David Gibson + +commit 13d93f38e86818739317b0206d597265cf9e675e +Author: Emil Medve +Date: Mon Feb 23 10:43:36 2009 -0600 + + Fix a possible overflow case detected by gcc 4.3.2 + + .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node': + .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false + + Signed-off-by: Emil Medve + +commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383 +Author: David Gibson +Date: Fri Feb 6 14:03:24 2009 +1100 + + libfdt: Rework/cleanup fdt_next_tag() + + Currently, callers of fdt_next_tag() must usually follow the call with + some sort of call to fdt_offset_ptr() to verify that the blob isn't + truncated in the middle of the tag data they're going to process. + This is a bit silly, since fdt_next_tag() generally has to call + fdt_offset_ptr() on at least some of the data following the tag for + its own operation. + + This patch alters fdt_next_tag() to always use fdt_offset_ptr() to + verify the data between its starting offset and the offset it returns + in nextoffset. This simplifies fdt_get_property() which no longer has + to verify itself that the property data is all present. + + At the same time, I neaten and clarify the error handling for + fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of + a tag value in some circumstances - which almost none of the callers + checked for. Also, fdt_next_tag() could return FDT_END either because + it encountered an FDT_END tag, or because it reached the end of the + structure block - no way was provided to tell between these cases. + + With this patch, fdt_next_tag() always returns FDT_END with a negative + value in nextoffset for an error. This means the several places which + loop looking for FDT_END will still work correctly - they only need to + check for errors at the end. The errors which fdt_next_tag() can + report are: + - -FDT_ERR_TRUNCATED if it reached the end of the structure + block instead of finding a tag. + + - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the + tag data couldn't be verified with fdt_offset_ptr(). + + This patch also updates the callers of fdt_next_tag(), where + appropriate, to make use of the new error reporting. + + Finally, the prototype for the long gone _fdt_next_tag() is removed + from libfdt_internal.h. + + Signed-off-by: David Gibson + +commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da +Author: David Gibson +Date: Fri Feb 6 14:01:56 2009 +1100 + + libfdt: Rework fdt_next_node() + + Currently fdt_next_node() will find the next node in the blob + regardless of whether it is above, below or at the same level in the + tree as the starting node - the depth parameter is updated to indicate + which is the case. When a depth parameter is supplied, this patch + makes it instead terminate immediately when it finds the END_NODE tag + for a node at depth 0. In this case it returns the offset immediately + past the END_NODE tag. + + This has a couple of advantages. First, this slightly simplifies + fdt_subnode_offset(), which no longer needs to explicitly check that + fdt_next_node()'s iteration hasn't left the starting node. Second, + this allows fdt_next_node() to be used to implement + _fdt_node_end_offset() considerably simplifying the latter function. + + The other users of fdt_next_node() either don't need to iterate out of + the starting node, or don't pass a depth parameter at all. Any + callers that really need to iterate out of the starting node, but keep + tracking depth can do so by biasing the initial depth value. + + This is a semantic change, but I think it's very unlikely to break any + existing library users. + + Signed-off-by: David Gibson + +commit c123098035be8bae3859bbfbd06861f197c07631 +Author: Scott Wood +Date: Tue Mar 31 17:49:36 2009 -0500 + + mpc83xx: Set guarded bit on BAT that covers the end of the address space + + The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of + address space; however, not all of this space is covered by a device. In + particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped + at the far end of the address space. + + In zlib, there is a loop that references p[-1] if p is non-NULL. Under + some circumstances, this leads to the CPU speculatively loading from + 0xfffffff8 if p is NULL. This leads to a machine check. + + Signed-off-by: Scott Wood + + continuation to the remaining mpc83xx boards that suffer from the same problem. + + Signed-off-by: Kim Phillips + +commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa +Author: Kim Phillips +Date: Mon Mar 30 14:28:05 2009 -0500 + + rtc: remove broken rtc_read and rtc_write declarations + + commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g. + EPSON)" introduces the following build error on boards configuring e.g, + the ds1374 rtc: + + Configuring for MPC837XEMDS board... + ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration + /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here + ds1374.c:104: error: conflicting types for 'rtc_write' + /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here + + this reverts the erroneous chunk. + + Signed-off-by: Kim Phillips + Acked-by: Detlev Zundel + CC: Detlev Zundel + CC: Andreas Pfefferle + +commit fc39c2fd51e64707de4d61ed49479ebea2847e1b +Author: Kumar Gala +Date: Tue Mar 31 17:58:13 2009 -0500 + + 85xx/86xx: Ensure MP boot page is not used + + We had a bug on 86xx in which the boot page used to bring up secondary + cores was being overwritten and used for the malloc region in u-boot. + + We need to reserve the region of memory that the boot page is going to + be put at so nothing uses it. + + Signed-off-by: Kumar Gala + Acked-by: Becky Bruce + +commit c840d26c752141b94bbc24ac748ddd45752a955a +Author: Kumar Gala +Date: Tue Mar 31 23:11:05 2009 -0500 + + 85xx: Introduce determine_mp_bootpg() helper. + + Match determine_mp_bootpg() that was added for 86xx. We need this to + address a bug introduced in v2009.03 with 86xx MP booting. We have to + make sure to reserve the region of memory used for the MP bootpg() so + other u-boot code doesn't use it. + + Also added a comment about how cpu_reset() is dealing w/an errata on + early 85xx MP HW. + + Signed-off-by: Kumar Gala + +commit 7649a590b53ee548f41428bf20780f74ce9fc099 +Author: Kumar Gala +Date: Tue Mar 31 23:02:38 2009 -0500 + + 86xx: Cleanup MP support + + * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx + * Introduce determine_mp_bootpg() helper. We'll need this to address a + bug introduced in v2009.03 with 86xx MP booting. We have to make sure + to reserve the region of memory used for the MP bootpg() so other + u-boot code doesn't use it. + * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to + allow cmd_mp.c to build and work. In the future we should look at + implementing all these functions. This could be common w/85xx if we + use spin tables on 86xx. + + Signed-off-by: Kumar Gala + +commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2 +Author: Becky Bruce +Date: Tue Mar 31 18:38:37 2009 -0500 + + mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves + + We're missing the board_lmb_reserve definitions that allow + cpu_mp_lmb_reserve to be called; this means that Linux + is free to reallocate reserved pages. Linux currently boots + because we're getting lucky - the page we've reserved is + high enough in memory that it isn't allocated by Linux + while we still need it to be in existence. + + Signed-off-by: Becky Bruce + Signed-off-by: Kumar Gala + +commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed +Author: Ladislav Michl +Date: Tue Mar 31 13:43:10 2009 +0200 + + NetStar: fix NAND + + Fix NAND support broken during new NAND code merge. Move those few lines of + code to board/netstar/netstar.c + + Signed-off-by: Ladislav Michl + +commit d144f94d590b5190a9963bd0f2026b2a7ce67eda +Author: Jens Scharsig +Date: Tue Mar 31 08:18:29 2009 +0200 + + soft_i2c.c compiler/linker error + + This patch fix the compiler/linker errors + + common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' + common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed' + + if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not + uesd/undef (wrong define order) + + and + + removes additional empty lines + + Signed-off-by: Jens Scharsig + +commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352 +Author: Haiying Wang +Date: Fri Mar 27 17:02:45 2009 -0400 + + MPC85xx: Add MPC8569MDS board support + + This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD + EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch. + + Signed-off-by: Haiying Wang + Signed-off-by: Hillel Avni + Signed-off-by: Kumar Gala + +commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4 +Author: Haiying Wang +Date: Fri Mar 27 17:02:44 2009 -0400 + + MPC85xx: Add MPC8569 CPU support + + There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of + LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage, + then invalidate it after LBCR bit 13 is set. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f +Author: Haiying Wang +Date: Thu Mar 26 17:01:49 2009 -0400 + + MPC85xx: Load and enable QE microcode patch in IRAM + + For the silicon which doesn't have ROM support in QE, it always needs to load + a pre-built ucode binary to IRAM so that QE can work. + + Signed-off-by: Haiying Wang + Signed-off-by: Hillel Avni + +commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b +Author: Kumar Gala +Date: Thu Mar 19 09:16:10 2009 -0500 + + 85xx: Add support for additional e500mc features + + * Enable backside L2 + * e500mc no longer has timebase enable in HID (moved to CCSR register) + + Signed-off-by: Kumar Gala + +commit c360ceac0286159f94d9d1a9496fc9858c8d9bec +Author: Dave Liu +Date: Sat Mar 14 12:48:30 2009 +0800 + + fsl-ddr: add the DDR3 SPD infrastructure + + - support mirrored DIMMs, not support register DIMMs + - test passed on P2020DS board with MT9JSF12872AY-1G1D1 + - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1 + + Signed-off-by: Dave Liu + Signed-off-by: Travis Wheatley + +commit 6a8197836702991468cead5ead073f589e2623ad +Author: Dave Liu +Date: Sat Mar 14 12:48:19 2009 +0800 + + fsl-ddr: Fix two bugs in the ddr infrastructure + + 1. wr_lat + UM said the total write latency for DDR2 is equal to + WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1. + so, the WR_LAT = CL - 1; + 2. rd_to_pre + we missed to add the ADD_LAT for DDR2 case. + + Reported-by: Joakim Tjernlund + Signed-off-by: Dave Liu + +commit 540dcf1cb86961e11aa92c47671f27762c581d8c +Author: Kumar Gala +Date: Thu Mar 26 01:34:39 2009 -0500 + + 83xx: Use common LSDMR defines from asm/fsl_lbc.h + + Signed-off-by: Kumar Gala + Acked-by: Kim Phillips + +commit b0fe93eda69721aef1fdef576164b668fad83bbd +Author: Kumar Gala +Date: Thu Mar 26 01:34:38 2009 -0500 + + 85xx: Use common LSDMR defines from asm/fsl_lbc.h + + Signed-off-by: Kumar Gala + +commit 0088c298f0eeb90ec001f744e9959dea83dd563a +Author: Kumar Gala +Date: Thu Mar 26 01:34:37 2009 -0500 + + Add LSDMR (SDRAM Mode Register) definition on localbus + + The masks for various bit defines of LSDMR are common and thus we can + define them in one place rather than replicating them in each config.h + + Signed-off-by: Kumar Gala + +commit 89c00fb15859213788f0ad089934c376fb356099 +Author: Ladislav Michl +Date: Mon Mar 30 18:58:41 2009 +0200 + + OMAP: use {read,write}l to access timer registers + + Signed-off-by: Ladislav Michl + +commit 81472d893fa565c9d300928a40e504a689bde131 +Author: Ladislav Michl +Date: Mon Mar 30 18:58:41 2009 +0200 + + OMAP: rename timer divisor + + Divisor field is called PTV not PVT. + + Signed-off-by: Ladislav Michl + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit fe672d60b2a8c9e803596ba4533fa1776015551d +Author: Ladislav Michl +Date: Mon Mar 30 18:58:40 2009 +0200 + + OMAP: reindent timer code + + Signed-off-by: Ladislav Michl + +commit b3f66b0ba09949e0796ce7fad6367f75f15ed890 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:40 2009 +0200 + + s3c2410: move nand driver to drivers/mtd/nand + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d3b635774194404bcd424f6b376419bce22076ad +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:40 2009 +0200 + + s3c24x0: move i2c driver to drivers/i2c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 300f99f4539dd5caf7e19af5e4ea5eb259445913 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:39 2009 +0200 + + s3c24x0: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 942ba9969b9efa25f816c238861ecb339c54ed73 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:39 2009 +0200 + + davinci: move i2c driver to drivers/i2c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:39 2009 +0200 + + davinci: move nand driver to drivers/mtd/nand + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d3e55d0774a180c1837bd7ddec464015e883bd86 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:38 2009 +0200 + + imx: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2344bb8de2354101a8264c2123303c9d8d2aed3c +Author: Detlev Zundel +Date: Mon Mar 30 00:31:36 2009 +0200 + + inka4x0: Use proper accessor macros for memory mapped registers. + + Signed-off-by: Detlev Zundel + +commit e979e85fd39b06436922bb4d6bb5fafcbc775182 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:35 2009 +0200 + + inka4x0: Add hardware diagnosis and RTC in configuration. + + This patch adds the board specific communication routines needed by + the external 4543 RTC. + + Signed-off-by: Detlev Zundel + Signed-off-by: Andreas Pfefferle + +commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:34 2009 +0200 + + inka4x0: Add hardware diagnosis functions for inka4x0 + + This patch adds advanced diagnosis functions for the inka4x0 board. + + Signed-off-by: Andreas Pfefferle + Signed-off-by: Detlev Zundel + +commit 04e11cf383ff6231535fd981023bb1306b2133d4 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:33 2009 +0200 + + rtc: add support for 4543 RTC (manufactured by e.g. EPSON) + + Signed-off-by: Detlev Zundel + Signed-off-by: Andreas Pfefferle + +commit 572e6179adb5447ff42ec2aa5cf3a26decf97583 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:32 2009 +0200 + + drivers/twserial: Add protocol driver for "three wire serial" interface. + + This pretty unintelligent interface is used on some RTC chips. + + Signed-off-by: Detlev Zundel + +commit a6ef3ddeafbe8007af3662cc4509b897c53ab395 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + arm720t/clps7111: move serial driver to drivers/serial + + add CONFIG_CLPS7111_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6790c55704531eb98f76b51d50e0f73d19fa2988 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + lpc2292: move serial driver to drivers/serial + + add CONFIG_LPC2292_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 176a600d0ecdaccbac483d2ba992d0119f853119 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + ks8695: move serial driver to drivers/serial + + add CONFIG_KS8695_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + s3c64xx: move usb driver to drivers/usb + + add CONFIG_USB_S3C64XX to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + imx31: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + netarm: move serial driver to drivers/serial + + add CONFIG_NETARM_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 412ab705888742add435dd6ffc2e8bda14962235 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + sa1100: move serial driver to drivers/serial + + add CONFIG_SA1100_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b2368754a9202225fd072e159fb78da7d2cdb623 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + s3c44b0: extract cache from cpu.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 40fd626223eae5363719bcb9a6896f08ceeee90a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + s3c44b0: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:40 2009 +0200 + + s3c44b0: move rtc driver to drivers/rtc + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 50f601cca8985615f9e3de4c34887448ade8a64b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:40 2009 +0200 + + s3c44b0: move i2c driver to drivers/i2c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:36 2009 +0200 + + s3c4510b: move specific code to soc directory + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 04531f3c11c693dc54924f82c41979d960309c9d +Author: Ladislav Michl +Date: Wed Mar 25 23:43:58 2009 +0100 + + NetStar: add RTC support + + Add RTC support. + + Signed-off-by: Ladislav Michl + +commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11 +Author: Ladislav Michl +Date: Wed Mar 25 23:43:50 2009 +0100 + + NetStar: use generic flash driver + + Signed-off-by: Ladislav Michl + +commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c +Author: Ladislav Michl +Date: Mon Mar 16 23:31:20 2009 +0100 + + NetStar: update crcit utility + + Make crc32 function to match its prototype. Use more meaningful identifiers. + + Signed-off-by: Ladislav Michl + +commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17 +Author: Ladislav Michl +Date: Mon Mar 23 17:46:27 2009 +0100 + + Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ + + Signed-off-by: Ladislav Michl + +commit 88685b5f62274167ad2ba8a58e108d89ff71955b +Author: Wolfgang Denk +Date: Sun Mar 29 00:58:16 2009 +0100 + + VCMA9: fix compile errors + + Fix these: + cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr' + cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function) + + Signed-off-by: Wolfgang Denk + +commit 26e42cbd786241fec370a0b92ad591f4e9cc423b +Author: Wolfgang Denk +Date: Sun Mar 29 00:54:21 2009 +0100 + + ARM: fix warning: 'print_eth' defined but not used + + This warning got issued for all ARM systems that don't have + CONFIG_CMD_NET enabled. + + Signed-off-by: Wolfgang Denk + +commit fd88d91a639ce41b825c8d50dc2182050e98fe53 +Author: Ladislav Michl +Date: Mon Mar 23 18:16:34 2009 +0100 + + cs8900 compile fix + + cs8900.c: In function 'eth_init': + cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type + cs8900.c:165: error: invalid operands to binary << + cs8900.c:166: error: invalid operands to binary << + cs8900.c:167: error: invalid operands to binary << + + Signed-off-by: Ladislav Michl + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d2567be915036720693f3ddd00c39b5b4d86fb8d +Author: Wolfgang Denk +Date: Sat Mar 28 20:16:16 2009 +0100 + + Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' + + ...and some other compile warnings. + + Signed-off-by: Wolfgang Denk + +commit 97b05d7d524a6b4f195f07b8f90e98561a85596c +Author: Wolfgang Denk +Date: Sat Mar 28 16:17:29 2009 +0100 + + mpc8xx/ether.c: fix warning: unused variable 'bd' + + Also minor coding style cleanup. + + Signed-off-by: Wolfgang Denk + +commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90 +Author: Detlev Zundel +Date: Wed Mar 25 17:27:52 2009 +0100 + + command.c: Expose the core of do_help as _do_help to the rest of u-boot. + + Other commands implementing subcommands can reuse this code nicely. + + Signed-off-by: Detlev Zundel + Signed-off-by: Andreas Pfefferle + +commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f +Author: Detlev Zundel +Date: Tue Mar 24 18:02:33 2009 +0100 + + mpc5xxx: Add structure definition for several more register blocks. + + Signed-off-by: Detlev Zundel + +commit 739b0e594677a0676577bc95db4495a5563fc7f8 +Author: Detlev Zundel +Date: Fri Mar 27 15:03:55 2009 +0100 + + MAINTAINERS: Add entry for 'inka4x0' board. + + Signed-off-by: Detlev Zundel + +commit e55ecec45340755ef47cbbb13fb35ceed60eb115 +Author: Detlev Zundel +Date: Fri Mar 27 15:03:54 2009 +0100 + + MAINTAINERS: Keep list sorted. + + Signed-off-by: Detlev Zundel + +commit 0baeca4b09b703728f8e66b52418039fd8f8ce35 +Author: Mike Frysinger +Date: Thu Mar 26 11:17:41 2009 -0400 + + karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos + + The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr". + + Signed-off-by: Mike Frysinger + CC: Ben Warren + +commit 76756e41cde0a617e781a604cc47dfaef63697cd +Author: Heiko Schocher +Date: Thu Mar 26 07:33:59 2009 +0100 + + ppc: cleanup compiler errors/warnings + + Current u-boot top of tree builds with warnings/errors for + the following boards: + + ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 + RPXClassic debris PN62 + + following patch solves this. + + Signed-off-by: Heiko Schocher + Acked-by: Mike Frysinger + +commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1 +Author: Stefan Roese +Date: Thu Mar 26 16:14:13 2009 +0100 + + ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code + + This patch fixes a bug in the Sequoia TLB init code to reconfigure + the correct TLB (boot space) after running from RAM. This bug was + introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed + [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the + TLB in the Sequoia init.S file. + + Signed-off-by: Stefan Roese + +commit e2b66fe453a3679f807b37fc5923d89214302764 +Author: Wolfgang Denk +Date: Thu Mar 26 10:00:57 2009 +0100 + + ads5121: enable instruction cache + + Enabling the instruction cache significantly accelerates U-Boot + operations like CRC checking, image uncompression, etc. + + Kudos to Andrea Scian for pointing out. + + Signed-off-by: Wolfgang Denk + +commit 33e88c557b29c84c52039ba05993fa70fe62afe3 +Author: Jon Smirl +Date: Sun Mar 22 22:55:45 2009 -0400 + + mpc5200: suppress printf until console initialized + + On boards which have the environment in eeprom, i2c_init() is called + before the console and RAM are initialized. + Suppress printfs until the console is initialized. + + Signed-off-by: Jon Smirl + Acked-by: Heiko Schocher + +commit 0c6926736effbb9a19047949b7e9b3e8feab7c46 +Author: Guennadi Liakhovetski +Date: Wed Mar 25 11:36:50 2009 +0100 + + ARM: Add the imx31_phycore_eet board to MAKEALL + + Signed-off-by: Guennadi Liakhovetski + +commit 917cfc70c18b74fa8a80189bdce8395199fa8360 +Author: Nishanth Menon +Date: Wed Mar 25 22:13:56 2009 +0100 + + OMAP3:Beagle: Enable mtdparts + + http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts + provides a flexible way to create and maintain u-boot mtd + partitions. This allows commands such as "nand erase fs" + to work and the user no longer needs to decode the absolute + nand offsets. This patch enables this function for beagleboard + + Signed-off-by: Nishanth Menon + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 4de1a5daab079ddc8ce1274144700203d692105c +Author: Mike Frysinger +Date: Sun Feb 22 16:26:35 2009 -0500 + + Blackfin: bf537-stamp: split post code out into dedicated post.c + + Signed-off-by: Mike Frysinger + +commit 5e8f245743ed14c89e495ba2c027703db9813160 +Author: Mike Frysinger +Date: Sat Oct 11 22:51:56 2008 -0400 + + Blackfin: add support for S25FL128 parts + + Signed-off-by: Mike Frysinger + +commit bf1e028bf3eab1d702fa0627cade4460688f3913 +Author: Mike Frysinger +Date: Sat Oct 11 22:51:23 2008 -0400 + + Blackfin: overhaul SPI flash handling to speed things up + + Signed-off-by: Mike Frysinger + +commit efcc08cededa2168b96f12a22a5872340880d334 +Author: Mike Frysinger +Date: Sat Oct 11 22:51:05 2008 -0400 + + Blackfin: add support for SST SPI flashes + + Signed-off-by: Mike Frysinger + +commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf +Author: Mike Frysinger +Date: Sat Oct 11 22:50:10 2008 -0400 + + Blackfin: add hack for crappy m25p80 + + Signed-off-by: Mike Frysinger + +commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5 +Author: Mike Frysinger +Date: Wed Jan 21 20:47:12 2009 -0500 + + Blackfin: bf537-stamp: increase monitor size + + The new jffs2 code pushed the code size just over the limit, so increase + the limit a bit more. + + Signed-off-by: Mike Frysinger + +commit f82caaccc87e1f76448ff42a6b930e59797e4f65 +Author: Mike Frysinger +Date: Mon Dec 8 16:16:11 2008 -0500 + + Blackfin: bf537-stamp: bump default SCLK up to 125MHz + + Since all of the bf537-stamp and bf537-ezkit boards out there can handle it, + increase the speed of SCLK to 125MHz rather than 100MHz. + + Signed-off-by: Mike Frysinger + +commit 751e54c3b77311b720b794813cce20546f288ada +Author: Mike Frysinger +Date: Sat Oct 11 22:44:14 2008 -0400 + + Blackfin: bf537-stamp: rewrite MAC-in-flash handling + + Use the common net eth functions to setup the env/global data with the MAC + address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined. + + Signed-off-by: Mike Frysinger + +commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad +Author: Mike Frysinger +Date: Tue Dec 9 13:47:39 2008 -0500 + + Blackfin: add clkin_hz= to default kernel command line for ADI boards + + Signed-off-by: Mike Frysinger + +commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232 +Author: Mike Frysinger +Date: Sun Oct 12 23:49:13 2008 -0400 + + Blackfin: bf533-stamp: bump up default clocks + + Since the hardware can handle it, bump the default clocks from 80mhz SCLK + and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK. + + Signed-off-by: Mike Frysinger + +commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699 +Author: Mike Frysinger +Date: Sat Oct 11 22:40:22 2008 -0400 + + Blackfin: bf533-stamp: rewrite startup LED notifications + + Again, don't clobber pins that we aren't actually using, and use the common + LED framework rather than our own hob-job-but-not-really-working. + + Signed-off-by: Mike Frysinger + +commit cf6f469e2730fc8ab3523808b828be000d6eee77 +Author: Mike Frysinger +Date: Sun Jun 1 09:09:48 2008 -0400 + + Blackfin: unify common ADI board settings + + Rather than duplicate the same ADI settings in every ADI board, create a + common ADI config header and have all ADI boards start using that. This + will also make merging the ~10 boards I have to forward port a lot easier. + + Signed-off-by: Mike Frysinger + +commit 196c74311f394c6eb08bd9ab07a35671299b9851 +Author: Kyungmin Park +Date: Tue Mar 3 09:05:53 2009 +0900 + + Reduce OneNAND IPL common code + + OneNAND IPL has common codes for RAM init, load data, and jump to 2nd + bootloader, but it's common code used about 300~400 bytes. So board + specific codes, such as lowlevel_init, can't has enough code. It make + a difficult to implement OneNAND IPL. + + his patch make this common code as small as possible. and give + lowlevel_init can have more codes. + + Signed-off-by: Kyungmin Park + Signed-off-by: Scott Wood + +commit 16f2f5a351004129e79e79816697a367fd9e5446 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:24 2009 +0100 + + Add multi-chip NAND support for the TQM8548 modules + + This patches configures the NAND UPM-FSL driver with multi-chip + support for the Micron MT29F8G08FAB NAND flash memory on the + TQM8548 modules. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 33846df28fa1f4cf96a96c18142d48d813caa892 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:23 2009 +0100 + + Add wait flags to support board/chip specific delays + + The NAND flash on the TQM8548_BE modules requires a short delay after + running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE + requires a further short delay after writing out a buffer. Normally the + R/B pin should be checked, but it's not connected on the TQM8548_BE. + The corresponding Linux FSL UPM driver uses similar delay points at the + same locations. To manage these extra delays in a more general way, I + introduced the "wait_flags" field allowing the board-specific driver to + specify various types of extra delay. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:22 2009 +0100 + + Add support for TQM-specific chip select logic to FSL-UPM + + For the NAND chips on the TQM8548 modules, a special chip-select logic is + used. It uses dedicated address lines to be set via UPM machine address + register (mar). This patch adds such support to the FSL-UPM driver. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit e93c1c169d49eda7babad9c781f541e2e34f0ff0 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:21 2009 +0100 + + Add multi chip support to the FSL-UPM driver + + This patch adds support for multi-chip NAND devices to the FSL-UPM + driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now + called with the argument "chip_nr" to allow testing the proper chip + select line. The NAND support of the MPC8360ERDK is updated as well. + No other boards are currently using the FSL UPM driver. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 672ed2aee91b4856f6671fc72cd34168d8f1b624 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:20 2009 +0100 + + Enable multi chip support in the NAND layer + + This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer. + Multi-chips devices are displayed as shown: + + Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9 +Author: Mike Frysinger +Date: Sat Oct 11 21:58:33 2008 -0400 + + Blackfin: put memory into self-refresh before/after programming clocks + + When initializing the core clocks, stick external memory into self-refresh. + This gains us a few cool things: + - support suspend-to-RAM with Linux + - reprogram clocks automatically when doing "go" on u-boot.bin in RAM + - make sure settings are stable before flashing new version + - finally fully unify initialize startup code path between LDR/non-LDR + + Signed-off-by: Mike Frysinger + +commit d347d572ab1f2d47bf257c9f7ca2e602038a136b +Author: Mike Frysinger +Date: Sat Oct 11 21:56:08 2008 -0400 + + Blackfin: do not program voltage regulator on parts that do not have one + + Some newer Blackfins (like the BF51x) do not have an on-chip voltage + regulator, so do not attempt to program the memory as if it does. + + Signed-off-by: Mike Frysinger + +commit 0d4f24b70f7a979f58174f3eb271874950b551b6 +Author: Mike Frysinger +Date: Sun Jun 1 01:28:24 2008 -0400 + + Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers + + If the board config does not specify an explicit EBIU_SDBCTL value, set it + up with sane values based on other configuration options. + + Signed-off-by: Mike Frysinger + +commit 3986e981f565c08f10c7e526af8cb518d741c349 +Author: Mike Frysinger +Date: Sat Dec 6 18:06:58 2008 -0500 + + Blackfin: handle reboot anomaly 432 + + Workaround anomaly 432: + The bfrom_SysControl() firmware function does not clear the SIC_IWR1 + register before executing the PLL programming sequence. Therefore, any + interrupt enabled in the SIC_IWR1 register prior to the call to + bfrom_SysControl() can prematurely terminate the idle sequence required + for the PLL to relock properly. SIC_IWR0 is properly handled. + + Signed-off-by: Mike Frysinger + +commit 7e1d212b6da492c6ea32c62af92e185284f41291 +Author: Mike Frysinger +Date: Sat Oct 18 04:04:49 2008 -0400 + + Blackfin: kill off LDR jump block + + The Boot ROM uses EVT1 as the entry point so set that rather than having + to use a tiny jump block in the default EVT1 location. + + Signed-off-by: Mike Frysinger + +commit a75fa148d60b1975403441e45565621bba50d2d9 +Author: Mike Frysinger +Date: Tue Jan 6 10:00:48 2009 -0500 + + Blackfin: simplify symbol_lookup() a bit + + No need to skip a byte as the symbol table handles this. + + Signed-off-by: Mike Frysinger + +commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98 +Author: Mike Frysinger +Date: Sat Feb 7 05:43:21 2009 -0500 + + Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits + + Signed-off-by: Mike Frysinger + +commit 58130f8920151d9e8942bbdf3388f2defb47e415 +Author: Mike Frysinger +Date: Sat Feb 7 05:41:17 2009 -0500 + + Blackfin: drop SPORT_TX read helper macros + + The SPORT_TX registers cannot be read (the hardware will trigger an error), + so drop the read helper macros. + + Signed-off-by: Mike Frysinger + +commit 820b076c449688bcd4af6db5a33ae424d1a60d0e +Author: Mike Frysinger +Date: Sat Feb 7 05:25:35 2009 -0500 + + Blackfin: unify duplicate CPU port definitions + + Signed-off-by: Mike Frysinger + +commit 744fd240d181b0b05b1436e1b655c9a62526c752 +Author: Mike Frysinger +Date: Fri Feb 6 00:59:50 2009 -0500 + + Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX + + With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines + are no longer used/needed. + + Signed-off-by: Mike Frysinger + +commit 45c48953e8a4038bd49c46813fcff5a207867ae4 +Author: Mike Frysinger +Date: Mon Oct 6 04:01:26 2008 -0400 + + Blackfin: print out Flash: before checking it + + If there is some problem in the flash init/checking code, it's nicer to see + the message "Flash:" before crashing. This way the source of the problem + is a bit more straightforward. + + Signed-off-by: Mike Frysinger + +commit 1c7a79a04eb916f685f7275520b5eea6968a1559 +Author: Mike Frysinger +Date: Thu Aug 7 15:33:09 2008 -0400 + + Blackfin: safely flush data caches when in writeback mode + + Signed-off-by: Mike Frysinger + +commit c06f2b13022703611bc3e512bd34f9014a46f448 +Author: Mike Frysinger +Date: Thu Aug 7 13:21:48 2008 -0400 + + Blackfin: update lockbox api according to latest documentation + + Signed-off-by: Mike Frysinger + +commit 2decc2a8d17a5397cb5956e46c8466c736e305a2 +Author: Mike Frysinger +Date: Sat Oct 11 21:49:06 2008 -0400 + + Blackfin: mark bfin_reset static + + The function is only used locally, so mark it static. + + Signed-off-by: Mike Frysinger + +commit 974473caa732f63312687ef2bd2d22dad8e99b9a +Author: Sonic Zhang +Date: Fri Mar 20 19:28:20 2009 -0400 + + Blackfin: spi: there is no PORTJ_FER MMR on BF537 + + Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality), + then there is no PORTJ_FER register for us to worry about. + + Signed-off-by: Sonic Zhang + Signed-off-by: Mike Frysinger + +commit e82b762f293debc53c5afa90f37264f6b07520f9 +Author: Mike Frysinger +Date: Tue Mar 17 13:58:23 2009 -0400 + + Blackfin: fix jtag console tstc + + The jtag tstc operation was checking the hardware to see if data is + available from it (which is fine for the jtag getc operation), but the + higher layers need to know whether any data is available. Since we have + to read up to 4 bytes at a time from the hardware, the higher layers need + to know they can consume the cached bytes as well. + + Signed-off-by: Mike Frysinger + +commit bc683f58b1f1d8d20546fe019483967a51a49df1 +Author: Mike Frysinger +Date: Sun Feb 22 16:23:41 2009 -0500 + + Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...) + + Signed-off-by: Mike Frysinger + +commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297 +Author: Mike Frysinger +Date: Sun Feb 22 16:02:27 2009 -0500 + + Blackfin: unify net-related init code + + Unify all of the net-related init code in the common Blackfin board init + code to clean up the ifdef mess a bit. + + Signed-off-by: Mike Frysinger + +commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657 +Author: Mike Frysinger +Date: Wed Feb 18 12:51:48 2009 -0500 + + Blackfin: fix SWRST/SYSCR register sizes + + Signed-off-by: Mike Frysinger + +commit a9d6777d39154978b9ef9c682b2627a3480b194c +Author: Mike Frysinger +Date: Wed Feb 18 12:51:31 2009 -0500 + + Blackfin: update anomaly lists + + Signed-off-by: Mike Frysinger + +commit 4d7c32dad2e787f890ebcd51bfb723a126913c90 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Mar 19 18:31:38 2009 +0100 + + avr32: fix cacheflush.h location introducted by d8f2aa3298610b + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Haavard Skinnemoen + +commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48 +Author: Eric Schumann +Date: Sat Mar 21 09:59:34 2009 -0400 + + Make flash protection work, when the environment is in EEPROM + + On the pcm030 the environment is located in the onboard EEPROM. But we want + to handle flash sector protection in a safe manner. So we must read the + unlock environment variable from EEPROM instead from flash. + + This patch is required as long the evironment is saved into the EEPROM. + + Stefan: Additional change as suggested by Wolfgang, use bigger char array + (instead of 4). + + Signed-off-by: Eric Schumann + Signed-off-by: Sascha Hauer + Acked-by: Wolfgang Denk + Signed-off-by: Stefan Roese + +commit de3ce8c59f48f99779d7d7379a5432ded12ec06c +Author: Jon Smirl +Date: Sat Mar 21 11:17:56 2009 -0400 + + Add define for mpc5200 CDM_CLK_ENA + + Signed-off-by: Jon Smirl + +commit df486b1fa3f750b153eac7daa0b3bf1f594e5098 +Author: Nicolas Ferre +Date: Sun Mar 22 14:48:16 2009 +0100 + + at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. + + AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed. + + The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board. + It is essentially the same, with a few minor differences. + + Here is the chip page on Atmel website: + http://www.atmel.com/dyn/products/product_card.asp?part_id=4337 + + Signed-off-by: Justin Waters + Signed-off-by: Nicolas Ferre + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 118d168035cc93f586da4812c89cb153eb9f4243 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 22 14:28:14 2009 +0100 + + cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr' + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 22 14:28:13 2009 +0100 + + cmc_pu2: fix misc_init_r prototype + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 53158aea995221706b42c7bad9f717b31ae20414 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jan 11 03:32:01 2009 +0100 + + at91sam9xeek: fix soc name + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 74c076d6c33d6d42ab065541a38383587879e7b7 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 22 10:22:34 2009 +0100 + + at91sam9/at91cap: move nand drivers to drivers/mtd/nand + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 163966087d62680547f188a93c61d01c8155254e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:01 2009 +0100 + + atmel/at91/boards: compile dataflash partition only when dataflash is + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:00 2009 +0100 + + at91sam9/at91cap: move common macb initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f3f91f886bc8927fd692ac411b7423a87ffec532 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:00 2009 +0100 + + at91sam9/at91cap: move common usb host initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:00 2009 +0100 + + at91sam9/at91cap: move common led management to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7ebafb7ec1a0285af8380623c009576f92583b98 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:07:59 2009 +0100 + + at91sam9/at91cap: move common spi initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:07:59 2009 +0100 + + at91sam9/at91cap: move common serial initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit e60beb13cf0135dc71c541021487b5ccc4d269cb +Author: Wolfgang Denk +Date: Sat Mar 21 22:04:41 2009 +0100 + + Prepare 2009.03 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5 +Author: Vivek Kutal +Date: Mon Feb 23 21:35:11 2009 +0530 + + Replaced endpoint numbers with appropriate macros in usbtty.c. + + Signed-off-by: Vivek Kutal + Signed-off-by: Remy Bohmer + +commit faac4fd852e39cb1d7a740801b060e41aeacef1f +Author: Michael Lawnick +Date: Thu Mar 19 10:06:41 2009 +0100 + + UBIFS: Missing offset relocation for compressor 'none' + + On systems where U-Boot is linked to another address than it really lays + (e.g. backup image), calls via function pointers must be fixed with a + '+= gd->reloc_off'. + This was not done for none_compr in ubifs_compressors_init() what leads + to system crash on ubifsmount command. + + Signed-off-by: Michael Lawnick + Acked-by: Stefan Roese + +commit ce6d0c8de031f345bde745f3b855082adf1c4e45 +Author: Stefan Roese +Date: Thu Mar 19 15:35:50 2009 +0100 + + UBIFS: Add UBIFS commands + + This patchset adds these UBIFS related commands: + + - ubifsmount + Mount an UBIFS volume + + - ubifsls + List a directory of the mounted UBIFS volume + + - ubifsload + Load a file from the mounted UBIFS volume to memory + + Signed-off-by: Stefan Roese + +commit 9eefe2a2b37a838558e3d213a9f5519503d0c180 +Author: Stefan Roese +Date: Thu Mar 19 15:35:05 2009 +0100 + + UBIFS: Implement read-only UBIFS support in U-Boot + + The U-Boot UBIFS implementation is largely a direct copy from the current + Linux version (2.6.29-rc6). As already done in the UBI version we have an + "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock() + ...). This makes it possible to use the original Linux code with very + little changes. And by this we can better update to later Linux versions. + + I removed some of the Linux features that are not used in the U-Boot + version (e.g. garbage-collection, write support). + + Signed-off-by: Stefan Roese + CC: Artem Bityutskiy + CC: Adrian Hunter + +commit b1b4e89a0f3b75854c39a62cae41bad56d210adf +Author: Stefan Roese +Date: Thu Mar 19 15:34:56 2009 +0100 + + Add LZO decompressor support + + This patch adds LZO decompression support to U-Boot. It is needed for + the upcoming UBIFS support, since UBIFS uses LZO as default compressor/ + decompressor. Since we only support read-only in UBIFS, only the + decompressor is needed. + + All this is copied with minor changes from the current Linux kernel + version (2.6.28-rc8). + + This patch only implements this LZO decompressor support for PPC. + Other platforms using UBIFS will have to add the required + "include/asm/unaligned.h" as well. It should be fairly easy to copy this + from the Linux source tree as I have done it for PPC in this patch. + + Signed-off-by: Stefan Roese + +commit 68d7d65100e84df00bca971c114092731b441090 +Author: Stefan Roese +Date: Thu Mar 19 13:30:36 2009 +0100 + + Separate mtdparts command from jffs2 + + Currently the mtdparts commands are included in the jffs2 command support. + This doesn't make sense anymore since other commands (e.g. UBI) use this + infrastructure as well now. This patch separates the mtdparts commands from + the jffs2 commands making it possible to only select mtdparts when no JFFS2 + support is needed. + + Signed-off-by: Stefan Roese + Signed-off-by: Kyungmin Park + +commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398 +Author: Stefan Roese +Date: Wed Feb 25 12:11:15 2009 +0100 + + powerpc: Only use eth_getenv_enetaddr() if networking is enabled + + Signed-off-by: Stefan Roese + +commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5 +Author: Grzegorz Bernacki +Date: Tue Mar 17 10:06:40 2009 +0100 + + Add support for the digsy MTC board. + + This is the InterControl custom device based on the MPC5200B chip. + + Signed-off-by: Grzegorz Bernacki + +commit ff7dc067369e30066744f096995aef7d97574d15 +Author: Stefan Roese +Date: Mon Feb 23 16:52:36 2009 +0100 + + powerpc: Fix compilation warning in board.c + + Fix this warning: + + board.c: In function 'board_init_r': + board.c:653: warning: unused variable 'i' + board.c:651: warning: unused variable 'e' + + Signed-off-by: Stefan Roese + +commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c +Author: Stefan Roese +Date: Mon Feb 23 16:42:51 2009 +0100 + + ppc4xx: Don't write the MAC address into the internal SoC registers + + Remove this code. It's not needed. The 4xx EMAC driver stores the MAC + addresses into the SoC registers instead. + + Signed-off-by: Stefan Roese + +commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:19 2009 +0100 + + ppc4xx: Use correct io accessors for esd 405/440 boards + + This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 + macros. Also volatile pointer references are replaced by the + new accessors. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988 +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:18 2009 +0100 + + ppc4xx: Use correct io accessors for esd 405 boards + + This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 + macros. Also volatile pointer references are replaced by the + new accessors. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit a59205d1519375d027f97a545ad642ab20fce6f8 +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:17 2009 +0100 + + ppc4xx: Cleanup linker scripts of esd 4xx boards + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:16 2009 +0100 + + ppc4xx: Update TEXT_BASE for DASA_SIM boards + + Fix building DASA_SIM boards by increasing U-Boot's size in flash. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 09db8f4de6805f1dde510c167f20e56a5405d29e +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:15 2009 +0100 + + ppc4xx: DU405 maintenance fix + + -strip unused features + -fix resetting phy + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 75511b47ac2647be48218dbb93af05b21f404f67 +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:14 2009 +0100 + + ppc4xx: Abort autoboot only by space key on CPCI405 boards + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c +Author: Graeme Russ +Date: Tue Feb 24 21:14:56 2009 +1100 + + Add basic relocation to i386 port + + Signed-off-by: Graeme Russ + +commit 8c63d47651f77d9fb887cad433370b866eb0a193 +Author: Graeme Russ +Date: Tue Feb 24 21:14:45 2009 +1100 + + Implement SC520 timers + + Signed-off-by: Graeme Russ + +commit 6d7f610b09f813b1239eedcbfe921cfd439aea25 +Author: Graeme Russ +Date: Tue Feb 24 21:14:32 2009 +1100 + + Factor out SC520 sub-features + + Moved sub-features of the SC520 code which is currently selectively compiled + using #ifdef out of sc520.c into individual files selectively compiled via + the makefile + + Signed-off-by: Graeme Russ + +commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df +Author: Graeme Russ +Date: Tue Feb 24 21:13:40 2009 +1100 + + Rewrite i386 interrupt handling + + Rewrite interrupt handling functionality for the i386 port. Separated + functionality into separate CPU and Architecture components. + + It appears as if the i386 interrupt handler functionality was intended + to allow multiple handlers to be installed for a given interrupt. + Unfortunately, this functionality was not fully implemented and also + had the problem that irq_free_handler() does not allow the passing + of the handler function pointer and therefore could never be used to + free specific handlers that had been installed for a given IRQ. + + There were also various issues with array bounds not being fully + tested. + + I had two objectives in mind for the new implementation: + + 1) Keep the implementation as similar as possible to existing + implementations. To that end, I have used the leon2/3 + implementations as the reference + + 2) Seperate CPU and Architecture specific elements. All specific i386 + interrupt functionality is now in cpu/i386/ with the high level + API and architecture specific code in lib_i386. Functionality + specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has + been further split out into an individual file to allow for the + implementation of the PIC architecture of the SC520 CPU (supports + more IRQs) + + Signed-off-by: Graeme Russ + +commit ece444b42b71eb5bce34a24ec584573b3c8c4a98 +Author: Graeme Russ +Date: Tue Feb 24 21:12:35 2009 +1100 + + Move ali512x.h + + Moved ali512x.h from include/asm-i386/ic/ to /include + + Signed-off-by: Graeme Russ + +commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704 +Author: Graeme Russ +Date: Tue Feb 24 21:12:20 2009 +1100 + + Rename SC520 Configuration Options + + Options are now all uniformly CONFIG_SYS_SC520_