- Feb 17, 2008
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
fix mmc_bread function prototype Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
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>
-
- Feb 16, 2008
-
-
Mike Nuss authored
The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected. Signed-off-by:
Mike Nuss <mike@terascala.com> Cc: Stefan Roese <sr@denx.de>
-
Niklaus Giger authored
- hcu4.h: Removed define of CONFIG_PPC405GPr - Corrected phy addresses - Fix boot variables - Respect line length of 80 chars Signed-off-by:
Niklaus Giger <niklaus.giger@netstal.com>
-
Niklaus Giger authored
- Fix some coding style violations. - Use in/out_u16/32 where appropriate. - Use register names from ppc405.h. - Fix trace useage for Lauterbach. - Remove obsolete generation HCU2. - Renamed fixed_hcu4_sdram to init_ppc405_sdram. Signed-off-by:
Niklaus Giger <niklaus.giger@netstal.com>
-
Niklaus Giger authored
Signed-off-by:
Niklaus Giger <niklaus.giger@netstal.com>
-
Larry Johnson authored
Signed-off-by:
Larry Johnson <lrj@acm.org>
-
- Feb 15, 2008
-
-
Anatolij Gustschin authored
This patch tries to get rid of some assembler warnings about changed .got2 section type while compiling x86 bios emulator code. Signed-off-by:
Anatolij Gustschin <agust@denx.de>
- Feb 14, 2008
-
-
Wolfgang Denk authored
-
Anatolij Gustschin authored
Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Anatolij Gustschin authored
This patch extends PCI device id table of the radeon driver so that the driver will also support Radeon Mobility 9200 (M9+) based boards. Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Anatolij Gustschin authored
Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Guennadi Liakhovetski authored
If the length of the memory address range passed to the "mtest" command is not of the form 2^x - 1, not all address lines are tested. This bug is inherited from the original software at http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C . Fix this. Signed-off-by:
Guennadi Liakhovetski <g.liakhovetski@gmx.de>
-
Wolfgang Denk authored
-
git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk authored
Conflicts: common/cmd_reginfo.c Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
git://www.denx.de/git/u-boot-blackfinWolfgang Denk authored
Conflicts: Makefile doc/README.standalone Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Nobuhiro Iwamatsu authored
The address of SH7722 is wrong by old document. This patch fixes this problem. Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
Mike Frysinger authored
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>
-
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>