- 22 Feb, 2008 8 commits
-
-
This bumps the autoconf.mk include step above board/cpu/arch/etc... so that those .mk files can have make if statements based on the current config. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
If any of the steps for generating autoconf.mk fail currently, they go unnoticed. To fix, we can simply add 'set -e' to the long list of commands. This is simpler and more robust than placing '|| exit $$?' after every line. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
By adding VERSION_FILE to the PHONY targets the script /tools/setlocalversion is always called and version_autogenerated.h is replaced only if the script find a modified source file. Signed-off-by:
Stefano Babic <sbabic@denx.de>
-
It disables the current map first Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com>
-
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Fix flash_init call when CFG_NO_FLASH is used - Remove no more needed flash.c for qemu-mips Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Michael Hennerich added support for outputting an image in RGB format rather than forcing YUYV all the time. This makes obvious sense if the display you have takes RGB input rather than YUYV. Rather than hack in support for options, I've converted it to use getopt and cleaned up the argument parsing in the process. Signed-off-by:
Michael Hennerich <michael.hennerich@analog.com> Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), then change into the board directory and try and create it. This allows you to generate the linker script on the fly based upon board defines (like the Blackfin boards do). There should be no regressions due to this change as the normal case is to already have a u-boot.lds file. If that's the case, then there's nothing to generate, and so make will always exit. The fix here is that if the linker script does not exist, the implicit rules take over and attempt to guess how to generate the file. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- 21 Feb, 2008 1 commit
-
-
The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered by it. The gcc-4.2 with its more aggressive optimization exposes this fact. This patch just saves the CR value before running the test code, so allowing it to do anything it wants with CR. Signed-off-by:
Dmitry Rakhchev <rda@emcraft.com> Acked-by:
Yuri Tikhonov <yur@emcraft.com> --
-
- 17 Feb, 2008 4 commits
-
-
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
fix mmc_bread function prototype Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- 16 Feb, 2008 5 commits
-
-
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>
-
- 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>
-
- 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>
-
Signed-off-by:
Niklaus Giger <niklaus.giger@netstal.com>
-
Signed-off-by:
Larry Johnson <lrj@acm.org>
-
- 15 Feb, 2008 7 commits
-
-
-
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>
-
-
-
-
-
-
- 14 Feb, 2008 15 commits
-
-
-
Wolfgang Denk authored
-
Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
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>
-
Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
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
-