- Dec 01, 2009
-
- Nov 24, 2009
-
-
Ira W. Snyder authored
The example FIT image source files do not compile with the latest dtc and mkimage. The following error message is produced: DTC: dts->dtb on file "kernel.its" Error: kernel.its 7:0 - 1:0 syntax error FATAL ERROR: Unable to parse input tree ./mkimage: Can't read kernel.itb.tmp: Invalid argument The FIT image source files are missing the "/dts-v1/;" directive at the beginning of the file. Add the directive to the examples. Signed-off-by:
Ira W. Snyder <iws@ovro.caltech.edu>
-
Mike Frysinger authored
The img2srec code creates a lot of typedefs with common names. These easily clash with system headers that include these typedefs (like mingw). Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Peter Tyser authored
Signed-off-by:
Peter Tyser <ptyser@xes-inc.com>
-
Mike Frysinger authored
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Nishanth Menon authored
Refuse to setup a platform if the command line ARCH= is not the same as the one required for the board. This prevents any user with prehistoric aliases from messing up their builds. Reported in thread: http://old.nabble.com/-U-Boot--Build-breaks-on-some-OMAP3-configs-to26132721.html Inputs from: Mike Frysinger and Wolfgang Denk: http://lists.denx.de/pipermail/u-boot/2009-November/063642.html Cc: Wolfgang Denk <wd@denx.de> Cc: Mike Frysinger <vapier@gentoo.org> Cc: Anand Gadiyar <gadiyar@ti.com> Cc: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by:
Nishanth Menon <nm@ti.com>
-
Remy Bohmer authored
'netretry = once' does the same as 'netretry = yes', because it is not stored when it was tried once. Signed-off-by:
Remy Bohmer <linux@bohmer.net> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Remy Bohmer authored
Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Grazvydas Ignotas authored
When the board is booted without serial cable attached (which is how most of them will be used) UART RX is left floating and sometimes picks noise, which interrupts countdown and enters U-Boot prompt instead of booting the kernel. Fix this by setting up internal pullup on UART RX pin. This does not prevent serial from working as the internal pullup is weak. Signed-off-by:
Grazvydas Ignotas <notasas@gmail.com>
-
- Nov 23, 2009
-
-
Remy Bohmer authored
The only missing chipselect line support is CS2, and I need it on CS2... Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Remy Bohmer authored
mkimage does not build due to missing strtok_r() and getline() implementation Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Remy Bohmer authored
The type is not set for generation of the FIT images, resulting in no images being created without printing or returning an error Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
Renato Andreola authored
missing cache flush. Added instruction and data caches flush. Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-
Scott McNutt authored
Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-
Scott McNutt authored
the standalone examples. Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-
- Nov 22, 2009
-
-
Mike Frysinger authored
Reported-by:
Peter Gombos <gombos@protecta.hu> Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Jason McMullan authored
Signed-off-by:
Jason McMullan <jason.mcmullan@gmail.com> Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Marcel Ziswiler authored
Signed-off-by:
Marcel Ziswiler <marcel.ziswiler@noser.com> Tested-by:
Heiko Schocher <hs@denx.de>
-
Po-Yu Chuang authored
Signed-off-by:
Po-Yu Chuang <ratbert@faraday-tech.com> Edited commit message. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Mark Jackson authored
This patch adds a default bootargs "fbmem" value to the CONFIG_BOOTARGS string for the MIMC200 board. Signed-off-by:
Mark Jackson <mpfj@mimc.co.uk>
-
- Nov 17, 2009
-
-
Matthias Fuchs authored
This patch fixes an ugly behavior of the IL712 magnetic coupler as used on VOM405. These parts will remember their last state over a power cycle which might cause unwanted behavior. Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Matthias Fuchs authored
This patch fixes an ugly behavior of the IL712 magnetic couplers as used on PLU405. These parts will remember their last state over a power cycle which might cause unwanted behavior. Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Matthias Fuchs authored
This patch is in preparation for the upcoming PLU405 board fix. Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Nov 15, 2009
-
- Nov 13, 2009
-
-
Kumar Gala authored
We were incorrectly use the max CAM size as the number of entries in the array for setting up the addrmap. We should be using the NENTRY field which is the low 12-bits of TLB1CFG. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Mike Rapoport authored
Make smc911x_initialize return -1 on error and number of interfaces detected otherwise. Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Acked-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Mike Frysinger authored
When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was missed. The config option needed updating as well as overhauling of the rergister read/write functions. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Tested-by:
Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Nov 12, 2009
-
-
Dave Liu authored
commit 1542fbde introduced one new bug to chip-select interleaving. Single DDR controller also can do the chip-select interleaving if there is dual-rank or qual-rank DIMMs. Signed-off-by:
Dave Liu <daveliu@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Nov 11, 2009
-
-
javier Martin authored
Sometimes, inside NetLoop, eth_halt() is called before eth_init() has been called. This is harmless except for free() calls to pointers which have not been allocated yet. This patch initializes those pointers to NULL and allocates them only the first time. This way we can get rid of free calls in halt callback. This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
javier Martin authored
This patch fixes erroneous access to the ethernet PHY which broke the driver. 1. Selector field in the auto-negotiation register must be 0x00001 for using 802.3, not 0x00000 which is reseved. 2. Access to the PHY address specified by CONFIG_FEC_MXC_PHYADDR, not 0x0 fixed address. This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains. Now using proper defines for auto-negotiation register. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Ron Lee authored
------------------------------------------------------------------------ GCC 4.4 complains about this now. Signed-off-by:
Ron Lee <ron@debian.org>
- Nov 10, 2009
-
-
Ben Warren authored
Both lpd7a400 and lpd7a404 failed to compile because they had CONFIG_SMC_USE_IOFUNCS defined: examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw' Also removed an orphaned paren in lpd7a404.h Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-