- Aug 11, 2009
-
-
-
-
-
Mark Jackson authored
The initial pixclock for the MIMC200 board is wrong (and causes screen corruption due to DMA underruns). This patch simply reduces the pixel clock to fix the problem. Signed-off-by:
Mark Jackson <mpfj@mimc.co.uk>
-
- Aug 10, 2009
-
-
Richard Retanubun authored
Fixed a misunderstanding in the original implementation, 'devnum' that was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the PHY's SMI address, rather it was the number of the MAC interface on the CPU. The equivalent of this for uec_phy will be the UEC number stored in mii_info->dev->name. Usage example is updated for uec. Signed-off-by:
Richard Retanubun <RichardRetanubun@RuggedCom.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Richard Retanubun authored
It is set to 0x1F by default and can be overwritten on the board header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows the CPU to simply "reserve" one SMI address instead of using a different one for each UEC. Signed-off-by:
Richard Retanubun <RichardRetanubun@RuggedCom.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Prafulla Wadaskar authored
eth_setenv_enetaddr is avaible by upper layer using this saves 204 bytes on total image size used Local OUI instead of Marvell OUI for random MAC address generation logic Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Roy Zang authored
Fix E1000 build warning on AP1000 board Fix the build warning on AP1000 board: e1000.c:131: warning: 'e1000_read_eeprom' used but never defined e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used Signed-off-by:
Roy Zang <tie-fei.zang@freescale.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Sandeep Paulraj authored
Due to recent changes to the NET support on U-boot, DM9000 is no longer detected on the DM355 EVM. This minor update enables DM9000 on the DM355 EVM. Tested on the DM355 EVM Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Prafulla Wadaskar authored
1. mv88E61xx driver compiler warnings fixed 2. idstr if-else statements changed to switch() construct and added default case too. This fixed idstr may be uninitialized warning Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Po-Yu Chuang authored
This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board. Signed-off-by:
Po-Yu Chuang <ratbert@faraday-tech.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Kumar Gala authored
For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that got copied int the MPC8536, MPC8572 and P2020 DS boards. The BEDBUG support has never been made to work completely on e500/85xx so we just disable it to save space and match the other FSL 85xx boards. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Wolfgang Denk authored
Update CHANGELOG Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness This was only visible for the utx8245 board which seems to have DEBUG enabled. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 09, 2009
-
-
Dirk Behme authored
Remove bogus config.mk entry, fix newline and remove redundant omap3/config.mk Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Dirk Behme authored
Applying two indepenent OMAP3 patches resulted in missing GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc config struct" removes GPMC_CONFIG_CS0_BASE, independent patch "omap3: bug fix for NOR boot support" introduces it's usage. Re-introduce GPMC_CONFIG_CS0_BASE. Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Ilya Yanok authored
This is a port of Linux driver for SDHC host controller hardware found on Freescale's MX2 and MX3 processors. Uses new generic MMC framework (CONFIG_GENERIC_MMC) and it looks like there are some problems with a framework (at least on LE cpus). Some of these problems are addressed in the following patches. Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Albin Tonnerre authored
This chip is used in a number of boards manufactured by Calao-Systems which should be supported soon. This driver provides the necessary spi_read and spi_write functions necessary to communicate with the chip. Signed-off-by:
Albin Tonnerre <albin.tonnerre@free-electrons.com>
-
Prafulla Wadaskar authored
It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF for NAND specific warning removal, same is done in this patch Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com>
-
Josh Boyer authored
It was brought to our attention that U-Boot contains code derived from the IBM OpenBIOS source code originally provided with some of the older PowerPC 4xx development boards. As a result, the original license of this code has been carried in the various files for a number of years in the U-Boot project. IBM is dual-licensing the IBM code contributions already present in U-Boot under either the terms of the GNU General Public License version 2, or the original code license already present. Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
Kumar Gala authored
If the size of a region equal to 4G it can't be represnted in a 32-bit BAR so we should have marked that case as MEM64. Additionally bump the number of inbound windows up to 4 to handle the fact that Freescale PPCs that have an implicit window for CCSRBAR. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Wolfgang Denk authored
The ARM EABI defines new names for GCC helper functions, and GCC seems to need some new functions as well. This patch is a minimal-invasive approach to fix problems with EABI conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes"). Signed-off-by:
Wolfgang Denk <wd@denx.de> Tested-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Peter Tyser authored
An off-by-one error in hush.c resulted in an unintentional free() call every time a command was executed Signed-off-by:
Peter Tyser <ptyser@xes-inc.com>
-
Detlev Zundel authored
Signed-off-by:
Detlev Zundel <dzu@denx.de>
-
Detlev Zundel authored
While at it, remove initialization of variables which will be set before usage in all cases. Signed-off-by:
Detlev Zundel <dzu@denx.de>
-
Anatolij Gustschin authored
Add mtc state subcommand description to the help of mtc command. Remove some newlines in description of commands for proper help formating. Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Grzegorz Bernacki authored
Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-
Wolfgang Denk authored
Remove bogus newline character that got added to the .name field of the disk_partition_t structure. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Luigi 'Comio' Mantellini authored
Signed-off-by:
Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
-
Jens Scharsig authored
Signed-off-by:
Jens Scharsig <esw@bus-elektronik.de>
-
Mike Frysinger authored
The only environment type that uses this variable is spi flash, and that is only because it is reimplementing the common set_default_env() function. So fix the spi flash code and kill off the default_environment_size in the process. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
While we're here, fix the broken #ifdef handling in _exports.h. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- Aug 08, 2009
-
-
-
Penda Naveen Kumar authored
This patch provides bug fix, when omap3 uses nor boot. Signed-off-by:
Penda Naveen <Kumar<pnaveen@ti.com> Acked-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Michael Evans authored
The attached patch corrects an error in the examples/Makefile which causes the applications in the examples directory to hang on OMAP3 based boards. The current Makefile sets -Ttext during linking to 0x0c100000 which is outside of addressable SDRAM memory. The script corrects the existing ifeq...else...endif logic to look at the VENDOR tag rather than the CPU tag. The patch affects the following configs: omap3_beagle_config, omap3_overo_config, omap3_evm_config, omap3_pandora_config, omap3_zoom1_config and omap3_zoom2_config. Signed-off-by:
Michael Evans <horse_dung@hotmail.com> Edited commit message. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Dirk Behme authored
replace variable types in ctrl_structs for omap3 by those with fixed size (u8, u16, u32). Additional ifndef-protection is needed by examples which do not compile when including asm/types.h Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Dirk Behme authored
Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Dirk Behme authored
Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-