Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | 2006-10-19 | -5/+5 |
| | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
* | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-12 | -2/+1 |
|\ | ||||
| * | Fix spelling; minor code cleanup. | Wolfgang Denk | 2006-10-12 | -1/+1 |
| | | ||||
| * | Cleanup of NAND update patch (remove changelog from cmd_nand.c) | Stefan Roese | 2006-10-11 | -1/+0 |
| | | | | | | | | Patch by Guido Classen, 10 Oct 2006 | |||
* | | Fix possible uninitialized variable compiler warning. | Grant Likely | 2006-10-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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> | |||
* | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-11 | -25/+201 |
|\ \ | |/ | ||||
| * | * Several improvements to the new NAND subsystem: | Stefan Roese | 2006-10-10 | -25/+201 |
| | | | | | | | | | | | | | | | | | | - 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 | |||
* | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-10 | -4/+9 |
|\ \ | |/ | ||||
| * | Merge with /home/sr/git/u-boot/avr32 | Wolfgang Denk | 2006-10-09 | -0/+3 |
| |\ | ||||
| | * | Define IH_CPU_AVR32 | Stefan Roese | 2006-10-09 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006 | |||
| * | | Fix buffer overflow problem in ft_build.c | Wolfgang Denk | 2006-10-09 | -1/+3 |
| |/ | | | | | | | Patch by Fredrik Roubert, 09 Oct 2006 | |||
| * | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |
| | | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006 | |||
| * | Coding style cleanup | Wolfgang Denk | 2006-10-09 | -2/+2 |
| | | ||||
* | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-09-19 | -467/+698 |
|\ \ | |/ | | | | | | | | | Conflicts: board/stxxtc/Makefile | |||
| * | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-09-13 | -2/+51 |
| |\ | ||||
| | * | Add NAND environment support for PPC440EPx Sequoia NAND boot config | Stefan Roese | 2006-09-12 | -2/+51 |
| | | | | | | | | | | | | Patch by Stefan Roese, 12 Sep 2006 | |||
| * | | Fix alignment problem in "mtdparts" command | Wolfgang Denk | 2006-09-13 | -1/+1 |
| |/ | ||||
| * | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | 2006-09-07 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006 | |||
| * | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-09-04 | -11/+12 |
| |\ | ||||
| | * | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory. | |||
| * | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-09-03 | -2/+5 |
| |\ \ | ||||
| | * | | Added simple_strtoul(), getenv() and setenv() to the exported functions. | Detlev Zundel | 2006-09-01 | -2/+5 |
| | | | | | | | | | | | | | | | | Also bumped up ABI version to reflect this change. | |||
| * | | | Coding Style cleanup. | Wolfgang Denk | 2006-08-31 | -445/+548 |
| |/ / | | | | | | | | | | Patch by Stefano Babic, 31 Aug 2006 | |||
| * | | Add splashscreen support for MCC200 board. | Wolfgang Denk | 2006-08-30 | -3/+25 |
| | | | ||||
| * | | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled | Wolfgang Denk | 2006-08-30 | -1/+27 |
| |/ | ||||
| * | Add a fix for a buggy USB device on the FO300 board. | Bartlomiej Sieka | 2006-08-22 | -0/+25 |
| | | ||||
* | | Merge branch 'mpc85xx' | Jon Loeliger | 2006-08-29 | -1/+1 |
|\ \ | ||||
| * | | Fixed an OF-tree off-by-one bug when adding a new property name. | Zhang Wei | 2006-08-29 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <wei.zhang@freescale.com> | |||
* | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-23 | -1/+6 |
|\ \ \ | ||||
| * | | | Add AHCI support to u-boot | Jin Zhengxiong | 2006-08-23 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add AHCI support in u-boot, enable the sata disk controllers which following the AHCI protocol. Signed-off-by:Jason Jin<jason.jin@freescale.com> | |||
| * | | | Unlock cache before kernel starts up for MPC86xx | Haiying Wang | 2006-08-17 | -2/+2 |
| | | | | ||||
* | | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-08-22 | -6/+3 |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-08-13 | -6/+3 |
| |\ \ \ | ||||
| | * | | | Fix control-c handing in CONFIG_CMDLINE_EDITING | Stefan Roese | 2006-08-07 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Properly pass break code back from readline. Patch by Roger Blofeld, 31 Jul 2006 | |||
| | * | | | Change "mii info" to not print an error upon missing PHY at address | Stefan Roese | 2006-08-07 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Aug 2006 | |||
* | | | | | Fix disable_of booting | Matthew McClintock | 2006-08-22 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
* | | | | | Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | 2006-08-22 | -5/+65 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
* | | | | | Unlock cache before kernel starts up for MPC86xx | Haiying Wang | 2006-08-17 | -2/+2 |
| | | | | | ||||
* | | | | | Merge branch 'mpc85xx' | Jon Loeliger | 2006-08-09 | -247/+126 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though. | |||
| * | | | | * Patch to modify ft_build.c to update flat device trees in place Patch by ↵ | Matthew McClintock | 2006-08-09 | -238/+105 |
| | | | | | | | | | | | | | | | | | | | | Matthew McClintock 26-June-2006 | |||
| * | | | | * Modify bootm command to support booting with flat device trees Patch by ↵ | Matthew McClintock | 2006-08-09 | -14/+26 |
| | | | | | | | | | | | | | | | | | | | | Matthew McClintock 26-June-2006 | |||
* | | | | | Merge branch 'wd' | Jon Loeliger | 2006-08-09 | -3300/+650 |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge with /home/tur/proj/usb_sticks/u-boot | Wolfgang Denk | 2006-08-07 | -34/+64 |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||
| | * | | | Prevent USB commands from working when USB is stopped. | Bartlomiej Sieka | 2006-08-03 | -0/+10 |
| | | | | | ||||
| | * | | | Add rudimentary handling of alternate settings of USB interfaces - to fix | Bartlomiej Sieka | 2006-08-02 | -34/+54 |
| | | | | | | | | | | | | | | | | | | | | problems with some USB storage devices. Some code readability improvements. | |||
| * | | | | Fix CONFIG_CMDLINE_EDITING implementation | Stefan Roese | 2006-07-27 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 27 Jul 2006 | |||
| * | | | | More code cleanup | Wolfgang Denk | 2006-07-21 | -1/+1 |
| | | | | | ||||
| * | | | | Code cleanup | Wolfgang Denk | 2006-07-21 | -1/+1 |
| | | | | | ||||
| * | | | | Make code better readable. | Wolfgang Denk | 2006-07-21 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 14 Sep 2005 | |||
| * | | | | Minor code cleanup. | Wolfgang Denk | 2006-07-21 | -3/+3 |
| | | | | |