summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-12Make AT91CAP9A-DK store environment in NOR flash1.3.2-at91-200805121615Justin Waters
The CAP9A-DK board does not ship with DataFlash cards, so it should boot from the norflash and nandflash contained on the MEM33 card. Signed-off-by: Justin Waters <justin.waters@timesys.com>
2008-03-09Release v1.3.2v1.3.2Wolfgang Denk
Update CHANGELOG for release. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warningsJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09scb9328: Fix flash warning: type qualifiers ignored on function return typeJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-03-09esd/common/fpga.c: fix indentation.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09common/kgdb.c: fix 'dereferencing type-punned pointer' warningWolfgang Denk
and get rid of a couple of unneeded casts. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09esd/common/fpga.c: fix 'assignment of read-only location' errorWolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09Makefile: make build silently again.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09m501sk: Fix out of tree buildingWolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09ADS5121: fix out of tree buildWolfgang Denk
and simplify Makefile a bit. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-08Release v1.3.2Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-08Update CHANGELOGWolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-08esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from ↵Jean-Christophe PLAGNIOL-VILLARD
pointer target type Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-03-08net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()Nobuhiro Iwamatsu
When rtl_recv() of rtl8169 is called, OWNbit of status register is not enable occasionally. rtl_recv() doesn't work normally when the driver doesn't do appropriate processing. This patch fix this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2008-03-08Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk
2008-03-08Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk
2008-03-08mgsuvd: update board configurationHeiko Schocher
initialize the UPIOx controller. Signed-off-by: Heiko Schocher <hs@denx.de>
2008-03-08mgcoge: update board configurationHeiko Schocher
add support for the config Flash. initialize the UPIOx controller. Signed-off-by: Heiko Schocher <hs@denx.de>
2008-03-07mpc83xx: make dtb basename file references equal those of linuxKim Phillips
the dts file basenames were updated in linux - this helps avoid inadvertently loading any old dtbs laying around. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-03-07net: uec_phy: actually increment the timeout counterKim Phillips
allow u-boot to recover (and, e.g., switch to another interface) in the case where a PHY does not report autonegotiation is complete within its two second timeout value. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-03-07fix taihu soft spi_readMarkus Brunner
The taihu board used gpio_read_out_bit which reads the output register and not the pin state. Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
2008-03-07ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variablesStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-07Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese
2008-03-07837xEMDS: Improve the system performanceDave Liu
1. Make the CSB bus pipeline depth as 4, and enable the repeat mode; 2. Raise the eTSEC emergency priority; 3. Use the highest IP blocks clock. Signed-off-by: Dave Liu <daveliu@freescale.com>
2008-03-06Replace "run load; run update" with conditionalized "run load update".Detlev Zundel
The latter version stops when "run load" fails for whatever reasons rendering the combination *a lot* more secure. Signed-off-by: Detlev Zundel <dzu@denx.de>
2008-03-05Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese
2008-03-05Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk
2008-03-05net: Print error message upon net usage when no ethernet-interface is foundStefan Roese
This patch fixes a problem seen on PPC4xx boards, when no MAC address is defined. Then no ethernet interface is available but a simple "tftp" command will return without any error message which is quite confusing. Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-05Remove erroneous or extra spd.h #includers.Jon Loeliger
Many of the spd.h #includers don't need it, and wanted to have spd_sdram() declared instead. Since they didn't get that, some also had open coded extern declarations of it instead or as well. Fix it all up by using spd_sdram.h where needed. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2008-03-04PCS440EP: fix build problems (redundant #define)Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-04net: Print error message upon net usage when no ethernet-interface is foundStefan Roese
This patch fixes a problem seen on PPC4xx boards, when no MAC address is defined. Then no ethernet interface is available but a simple "tftp" command will return without any error message which is quite confusing. Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-04W7OLMC/W7OLMG: fix build problems (redundant #define)Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-04Makefile: fix problem with out-of-tree builds introduced by 5013c09fWolfgang Denk
Commit 5013c09f (Makefile: cleanup "clean" target) introduced a problem for out-of-tree builds which caused "make clean" to fail. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-04examples/Makefile: build "hello_world" on 8xx, too.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-04PPC4xx (Sequoia): Fix Ethernet "remote fault" problemsMike Nuss
Every now and then a Sequoia board (or equivalent hardware) had problems connecting to a Gigabit capable network interface. There were differences in the PHY setup between Linux and U-Boot. This patch fixes the problem. Apparently "remote fault" is being set, which signals to some devices (on the other end of the cable) that a fault has occurred, while other devices ignore it. I believe the RF bit was causing the issue, but I removed T4 also, to match up with Linux. Signed-off-by: Mike Nuss <mike@terascala.com>
2008-03-03fix QE firmware uploading limitTimur Tabi
Fix a typo in qe_upload_firmware() that prevented uploading firmware on systems with more than one RISC core. Signed-off-by: Timur Tabi <timur@freescale.com>
2008-03-03Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)Bernhard Nemec
Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>, see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
2008-03-03fix copy from ram to dataflashKim B. Heino
If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash routines instead of dataflash. This is because it checks "if source address is not dataflash" instead of target address. Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
2008-03-03Fix quoting problem (preboot setting) in many board config files.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-03ADS5121: Fix default environment.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-03Makefile: Fix missing unconfig and mkconfig useJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-03-03Fix checking fat32 cluster size.michael
This fixes the cluster size tests in the FAT32 file system. The current implementation of VFAT support doesn't work if the referred cluster has an offset > 16bit representation, causing "fatload" and "fatls" commands etc. to fail. Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
2008-03-02Prepare v1.3.2-rc2 release candidatev1.3.2-rc3Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-02ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1Stefan Roese
The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But currently 4k/2k is configured. This patch fixes this issue. Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out. Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-02Fix alignment error on ARM for modulesWoodruff, Richard
Fix alignment fault on ARM when running modules. With out an explicit linker file gcc4.2.1 will half word align __bss_start's value. The word dereference will crash hello_world. signed-off-by Richard Woodruff <r-woodruff2@ti.com>
2008-03-02fs: Fix ext2 read issueDave Liu
The ext2 aligned process will corrupt the key data struct, the patch fix this. Signed-off-by: Dave Liu <daveliu@freescale.com>
2008-03-02Makefile: cleanup "clean" targetWolfgang Denk
Make sure CDPATH settings cannot interfere. Update CHANGELOG. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-02add cscope build targetLi Yang
Add cscope build target to generate cscope database for code browsing. Signed-off-by: Li Yang <leoli@freescale.com>
2008-03-02net: uec_phy: handle 88e1111 rev.B2 erratum 5.6Kim Phillips
erratum 5.6 states the autoneg completion bit is functional only if the autoneg bit is asserted. This fixes any secondarily-issued networking commands on non-gigabit links on the mpc8360 mds board. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-03-02Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk