summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2007-01-13Undo commit 3033ebb2: reset command does not take any argumentsWolfgang Denk
Haiying Wang's modification to the reset command was broken, undo it. Signed-off-by: Wolfgang Denk <wd@denx.de>
2006-12-20Fix to make the baudrate changes immediate for the MCF52x2 family.Bartlomiej Sieka
2006-12-20Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka
2006-11-30Code cleanup.Wolfgang Denk
2006-11-30Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk
2006-11-29[PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese
In the bootvx command the load address was only read from the env variable "loadaddr" and not optionally passed as paramter as described in the help. This is fixed with this patch. The behaviour is now the same as in the bootelf command. Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-28Merge http://www.denx.de/git/u-bootKim Phillips
2006-11-28mpc83xx: Miscellaneous code style fixesTimur Tabi
Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-27Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk
2006-11-27[PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese
This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 arguments to bootm. It removes the getenv("disable_of") test that used to be used for this purpose. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Jon Loeliger <jdl@freescale.com>
2006-11-10Merge with /home/stefan/git/u-boot/denxStefan Roese
2006-11-06Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
2006-11-03Add support for multiple I2C busesBen Warren
Hello, Attached is a patch providing support for multiple I2C buses at the command level. The second part of the patch includes an implementation for the MPC834x CPU and MPC8349EMDS board. /*** Note: This patch replaces ticket DNX#2006083042000018 ***/ Signed-off-by: Ben Warren <bwarren@qstreams.com> Overview: 1. Include new 'i2c' command (based on USB implementation) using CONFIG_I2C_CMD_TREE. 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that the commands to change bus number and speed are only available under the new 'i2c' command mentioned in the first bullet. 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form of an array of bus-device pairs. Otherwise, it is an array of uchar. CHANGELOG: Added new 'i2c' master command for all I2C interaction. This is conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for setting I2C bus speed as well as changing the active bus if the board has more than one (conditionally compiled with CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. Updated README. regards, Ben
2006-10-28[PATCH] NAND: Partition name support added to NAND subsystemStefan Roese
chpart, nboot and NAND subsystem related commands now accept also partition name to specify offset. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28Check for illegal character '=' in environment variable names.Wolfgang Denk
Make sure the string passed as variable name does not contain a '=' character. This not only prevents the common error or typing "setenv foo=bar" instead of "setenv foo bar", but (more importantly) also closes a backdoor which allowed to delete write-protected environment variables, for example by using "setenv ethaddr=".
2006-10-28Minor code cleanup.Wolfgang Denk
2006-10-26Code cleanup.Wolfgang Denk
2006-10-26Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#device_treeWolfgang Denk
2006-10-24Added support for Multi-Image files that contain a device treeKumar Gala
If a Multi-Image file contains a third image we try to use it as a device tree. The device tree image is assumed to be uncompressed in the image file. We automatically allocate space for the device tree in memory and provide an 8k pad to allow more than a reasonable amount of growth. Additionally, a device tree that was contained in flash will now automatically get copied to system memory as part of boot. Previously an error was reported if one tried to boot a device tree that was in flash. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2006-10-25Fix Makefile for "CHANGELOG" targetWolfgang Denk
Merge with /home/sr/git/u-boot/4xx-idcr
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
(Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
2006-10-20Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk
2006-10-20Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-20Cleanup compile warnings. Prepare for release 1.1.5v1.1.5U-Boot-1_1_5Wolfgang Denk
2006-10-20MCC200: Fix uninitialized variable problem in LCD driverWolfgang Denk
2006-10-20Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
2006-10-20Coding style cleanupWolfgang Denk
2006-10-19* Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-17Add monitor functions for indirect access to PPC440 DCR'sStefan Roese
Patch by Leonid Baryudin, 12 Oct 2006
2006-10-12Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-12Fix possible uninitialized variable compiler warning.Grant Likely
When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in do_bootm_linux() may be uninitialized. There is no possibility in the current code that len will get used uninitialized, but this fix follows the existing convention of setting both len and data to zero at the same time. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2006-10-12Fix spelling; minor code cleanup.Wolfgang Denk
2006-10-12Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-11Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk
2006-10-11* Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-11Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-11Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese
Patch by Guido Classen, 10 Oct 2006
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-10Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-10* Several improvements to the new NAND subsystem:Stefan Roese
- JFFS2 related commands implemented in mtd-utils style - Support for bad blocks - Bad block testing commands - NAND lock commands Please take a look at doc/README.nand for more details Patch by Guido Classen, 10 Oct 2006
2006-10-09Merge with /home/sr/git/u-boot/avr32Wolfgang Denk
2006-10-09Define IH_CPU_AVR32Stefan Roese
Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006
2006-10-09Fix buffer overflow problem in ft_build.cWolfgang Denk
Patch by Fredrik Roubert, 09 Oct 2006
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09Coding style cleanupWolfgang Denk
2006-10-07Remove compile warnings in fpga codeStefan Roese
Patch by Stefan Roese, 07 Oct 2006
2006-09-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
Conflicts: board/stxxtc/Makefile
2006-09-18Merge with /home/stefan/git/u-boot/denxStefan Roese
2006-09-13Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-09-13Fix alignment problem in "mtdparts" commandWolfgang Denk