summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-15-13133/+61692
|\ | | | | | | | | | | | | | | | | Conflicts: Makefile doc/README.standalone Signed-off-by: Wolfgang Denk <wd@denx.de>
| * new command for displaying strings at specified memory locationsMike Frysinger2008-02-04-0/+50
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * rewrite/cleanup Blackfin RTC driverMike Frysinger2008-02-04-158/+118
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * generate u-boot.ldr for Blackfin targetsMike Frysinger2008-02-04-0/+22
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * scrub unused symbolsMike Frysinger2008-02-04-19/+0
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * move Blackfin cpu object list to respective cpu directoriesMike Frysinger2008-02-04-18/+6
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * interface to Blackfin on-chip One-Time-Programmable memoryMike Frysinger2008-02-04-0/+164
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add support for memory commands with Blackfin L1 instruction memoryMike Frysinger2008-02-04-3/+48
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * use C code rather than inline assemblyMike Frysinger2008-02-04-11/+8
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add Blackfin-specific reginfo commandMike Frysinger2008-02-04-4/+41
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add support for Blackfin symbol prefixes to examplesMike Frysinger2008-02-04-2/+4
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add Blackfin-specific bdinfo commandMike Frysinger2008-02-04-0/+31
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__Mike Frysinger2008-02-04-4/+5
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * unify the Blackfin board targetsMike Frysinger2008-02-04-11/+10
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger2008-02-04-12905/+58729
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * always pull in asm/blackfin.h for Blackfin portsMike Frysinger2008-02-04-0/+3
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add missing __raw versions of Blackfin read/write io functionsMike Frysinger2008-02-04-0/+6
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add the default Blackfin logo used by Blackfin boards with splash screensMike Frysinger2008-02-04-0/+2377
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add some more Blackfin docsMike Frysinger2008-02-04-10/+62
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * make smc91111_eeprom managment simpler by depending on the board ↵Mike Frysinger2008-02-04-5/+14
| | | | | | | | | | | | configuration file rather than a hardcoded list of boards Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * fix building on Blackfin as the assembler supports the .set syntax, not the ↵Mike Frysinger2008-02-04-1/+6
| | | | | | | | | | | | = syntax, for assigning symbols Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * add gitignores for Blackfin piecesMike Frysinger2008-02-04-0/+5
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | sh: Fix register address of SH7722Nobuhiro Iwamatsu2008-02-14-6/+6
| | | | | | | | | | | | | | The address of SH7722 is wrong by old document. This patch fixes this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* | only update version header as neededMike Frysinger2008-02-14-1/+2
| | | | | | | | | | | | | | | | Constantly rebuilding the version header will force useless relinking, so we simply need to compare the new header with the existing one before updating it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Do not specify a CROSS_COMPILE default when executing sizeMike Frysinger2008-02-14-1/+1
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski2008-02-14-2/+2
| | | | | | | | | | | | Fix a missing return statement from a non-void function. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
* | 85xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi2008-02-14-2/+9
| | | | | | | | | | | | | | | | | | Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. Update the get_clocks() function in 85xx and 86xx to determine the I2C clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. Signed-off-by: Timur Tabi <timur@freescale.com>
* | TQM834x: clean up configurationWolfgang Denk2008-02-14-22/+5
| | | | | | | | | | | | | | Get board name consistent with Linux and elsewhere; get rid of local network definitions etc. Signed-off-by: Wolfgang Denk <wd@denx.de>
* | TFTP: fix search of ':' in BootFileJean-Christophe PLAGNIOL-VILLARD2008-02-14-1/+1
| | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | Coding style cleanup; update CHANGELOG.Wolfgang Denk2008-02-14-5/+501
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2008-02-14-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc will refuse to use load/store multiple insns; instead, it issues a list of simple load/store instructions upon function entry and exit, resulting in bigger code size, which in turn makes the build for a few boards fail. Use r2 instead. Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: make the machid configurable via the environmentUwe Kleine-König2008-02-14-1/+9
| | | | | | | | | | | | | | If the variable "machid" exists, let do_bootm_linux use that instead of bd->bi_arch_number. Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
* | Use #ifdef CONFIG_FSLDMAFECVlad Lungu2008-02-14-0/+6
| | | | | | | | | | | | | | MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably) fails Signed-off-by: Vlad Lungu <vlad@comsys.ro>
* | common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi2008-02-14-22/+9
| | | | | | | | | | | | | | | | | | | | | | | | Current MII_DEBUG is confusing in two ways. One is useless define-then- undef at the top of the file. The other is there is only one debug() in this file, and that doesn't seem worthwhile to bother having MII_DEBUG. While there are many useful printf()/puts() debug codes, but they are for DEBUG, not for MII_DEBUG. This patch tries to put them all together into MII_DEBUG and debug(). Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
* | OneNAND Initial Program Loader (IPL) supportKyungmin Park2008-02-14-2/+698
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch enables the OneNAND boot within U-Boot. Before this work, we used another OneNAND IPL called X-Loader based on open source. With this work, we can build the oneboot.bin image without other program. The build sequence is simple. First, it compiles the u-boot.bin Second, it compiles OneNAND IPL Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin The mechanism is similar with NAND boot except it boots from itself. Another thing is that you can only use the OneNAND IPL only to work other bootloader such as RedBoot and so on. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
* | Fix CONFIG_MMC usage in fat codeAndy Fleming2008-02-14-1/+1
| | | | | | | | | | | | | | | | A #if statement in fat.c depended on CONFIG_MMC, instead of defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined as "1" rather than just defined. Now it's better. Signed-off-by: Andy Fleming <afleming@freescale.com>
* | ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-203/+73
| | | | | | | | Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
* | NFS Timeout with large files.Hiroshi Ito2008-02-14-1/+6
| | | | | | | | | | | | Retry to send NFS packet before reaching timeout. Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
* | Add dependencies to avoid race conditions with parallel make.Johannes Stezenbach2008-02-14-3/+3
| | | | | | | | Signed-off-by: Johannes Stezenbach <js@sig21.net>
* | Mark board_init_[fr] as noreturnMike Frysinger2008-02-14-2/+2
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Only use TEXT_BASE if defined by the boardMike Frysinger2008-02-14-2/+8
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD2008-02-14-36/+26
| | | | | | | | | | | | | | update comments Fix coding style Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | Add *~ to .gitignoreNiklaus Giger2008-02-14-0/+1
| | | | | | | | | | | | One should never add a backup file ending in with ~ to the git repository. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
* | Remove duplicate defines for ARRAY_SIZEKumar Gala2008-02-14-8/+2
| | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | Fix incorrect address test in AT91F_DataflashSelect().Stelian Pop2008-02-14-1/+1
| | | | | | | | Signed-off-by: Stelian Pop <stelian@popies.net>
* | Fix building of fdt_support.c if DEBUG setKumar Gala2008-02-13-3/+3
| | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-02-12-5/+7
|\ \
| * \ Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-02-12-5/+7
| |\ \
| | * | TQM834x: enable DHCPJens Gehrlein2008-01-29-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jens Gehrlein <sew_s@tqs.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| | * | TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 ↵Jens Gehrlein2008-01-29-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bit). Signed-off-by: Jens Gehrlein <sew_s@tqs.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>