- Feb 14, 2008
-
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Guennadi Liakhovetski authored
Fix a missing return statement from a non-void function. Signed-off-by:
Guennadi Liakhovetski <g.liakhovetski@gmx.de>
-
Timur Tabi authored
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>
-
Wolfgang Denk authored
Get board name consistent with Linux and elsewhere; get rid of local network definitions etc. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
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>
-
Uwe Kleine-König authored
If the variable "machid" exists, let do_bootm_linux use that instead of bd->bi_arch_number. Signed-off-by:
Uwe Kleine-Knig <Uwe.Kleine-Koenig@digi.com>
-
Vlad Lungu authored
MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably) fails Signed-off-by:
Vlad Lungu <vlad@comsys.ro>
-
Shinya Kuribayashi authored
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>
-
Kyungmin Park authored
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>
-
Andy Fleming authored
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>
-
Rafal Jaworowski authored
Signed-off-by:
Rafal Jaworowski <raj@semihalf.com>
-
Hiroshi Ito authored
Retry to send NFS packet before reaching timeout. Signed-off-by:
Hiroshi Ito <ito@mlb.co.jp>
-
Johannes Stezenbach authored
Signed-off-by:
Johannes Stezenbach <js@sig21.net>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Jean-Christophe PLAGNIOL-VILLARD authored
update comments Fix coding style Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Feb 13, 2008
-
-
Niklaus Giger authored
One should never add a backup file ending in with ~ to the git repository. Signed-off-by:
Niklaus Giger <niklaus.giger@netstal.com>
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Stelian Pop authored
Signed-off-by:
Stelian Pop <stelian@popies.net>
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Feb 11, 2008
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Timur Tabi authored
Remove the "#undef DEBUG" line from all Freescale 83xx board header files. The inclusion of this line makes it impossible to enable debug code in other source files, because "#define DEBUG" typically needs to be defined before any header files are included. Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Kumar Gala authored
Move the flat device tree setup for QE related devices into a common file shared between 83xx & 85xx platforms that have QE's. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Feb 07, 2008
-
-
Grzegorz Bernacki authored
Signed-off-by:
John Rigby <jrigby@freescale.com> Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-
John Rigby authored
Changes to match 5121 device tree going mainline in 2.6.25. Change OF_SOC from "soc5121" to plain "soc". Remove unneeded "ref-frequency" fixups. Remove "address" enetaddr fixup. Add bus-frequency fixup for old OF_SOC so old kernels with old device trees will work with new u-boot with 66MHz IPS clock Signed-off-by:
John Rigby <jrigby@freescale.com>
-
John Rigby authored
Recommended frequency is 66MHz Change divider from 4 to 3. Signed-off-by:
John Rigby <jrigby@freescale.com>
-
- Feb 06, 2008
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
missing migration from "Cleanup of some init functions" in c837dcb1 Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Larry Johnson authored
Signed-off-by:
Larry Johnson <lrj@acm.org>
-
- Feb 04, 2008
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
allow to use a different server as set in serverip add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length if not defined the max length will be at 128 Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Wolfgang Denk authored
According to the OMAP5912 Serial Interfaces Reference Guide (see http://focus.ti.com/lit/ug/spru760c/spru760c.pdf , page 150), the FIFO_EN enable bit in the FIFO Control Register (FCR) can only be changed when the baud clock is not running, i. e. when both DLL and DLH are set to 0. Thus make sure that DLL and DLH are 0 when writing the FCR. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Harald Welte authored
This patch adds NAND support to the S3C24x0 SoC code in u-boot Signed-off-by:
Harald Welte <laforge@openmoko.org>
-
Harald Welte authored
This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's Signed-off-by:
Harald Welte <laforge@openmoko.org>
-
Harald Welte authored
This patch allows us to use the 'gd' pointer (and thus environment and everything else associated with it) from interrupt context on arm920t. Signed-off-by:
Harald Welte <laforge@openmoko.org>
-
Harald Welte authored
This patch adds a IRQ demultiplexer callback to the arm920 cpu core code, plus a stub implementation of it for the S3C2410. The purpose is to allow arm920t implementations such as the s3c24x0 to implement interrupt handlers in u-boot without having to touch core arm920t code. Signed-off-by:
Harald Welte <laforge@openmoko.org>
-
Hebbar authored
Add ifdef to bdinfo command to display ethernet information only if CONFIG_CMD_NET is defined for arm modules. Signed-off-by:
K R Gururaja Hebbar <gururajakr@sanyo.co.in>
-