| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-10-09 | Coding style cleanup | Wolfgang Denk | |
| 2006-10-07 | Remove compile warnings in fpga code | Stefan Roese | |
| Patch by Stefan Roese, 07 Oct 2006 | |||
| 2006-09-19 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
| Conflicts: board/stxxtc/Makefile | |||
| 2006-09-18 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
| 2006-09-13 | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | |
| 2006-09-13 | Fix alignment problem in "mtdparts" command | Wolfgang Denk | |
| 2006-09-12 | Add NAND environment support for PPC440EPx Sequoia NAND boot config | Stefan Roese | |
| Patch by Stefan Roese, 12 Sep 2006 | |||
| 2006-09-07 | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | |
| - 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 | |||
| 2006-09-04 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
| 2006-09-03 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
| 2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
| 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. | |||
| 2006-09-01 | Added simple_strtoul(), getenv() and setenv() to the exported functions. | Detlev Zundel | |
| Also bumped up ABI version to reflect this change. | |||
| 2006-08-31 | Coding Style cleanup. | Wolfgang Denk | |
| Patch by Stefano Babic, 31 Aug 2006 | |||
| 2006-08-30 | Add splashscreen support for MCC200 board. | Wolfgang Denk | |
| 2006-08-30 | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled | Wolfgang Denk | |
| 2006-08-30 | Fixed an OF-tree off-by-one bug when adding a new property name. | Zhang Wei | |
| This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <[email protected]> (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit) | |||
| 2006-08-29 | Merge branch 'mpc85xx' | Jon Loeliger | |
| 2006-08-29 | Fixed an OF-tree off-by-one bug when adding a new property name. | Zhang Wei | |
| This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <[email protected]> | |||
| 2006-08-23 | * Another small fix for booting with disable_of | Matthew McClintock | |
| Signed-off-by: Matthew McClintock <[email protected]> | |||
| 2006-08-23 | Merge branch 'mpc86xx' | Jon Loeliger | |
| 2006-08-23 | Add AHCI support to u-boot | Jin Zhengxiong | |
| Add AHCI support in u-boot, enable the sata disk controllers which following the AHCI protocol. Signed-off-by:Jason Jin<[email protected]> | |||
| 2006-08-22 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
| 2006-08-22 | Fix disable_of booting | Matthew McClintock | |
| Signed-off-by: Matthew McClintock <[email protected]> | |||
| 2006-08-22 | Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | |
| Signed-off-by: Matthew McClintock <[email protected]> | |||
| 2006-08-22 | Add a fix for a buggy USB device on the FO300 board. | Bartlomiej Sieka | |
| 2006-08-19 | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | |
| 2006-08-17 | Unlock cache before kernel starts up for MPC86xx | Haiying Wang | |
| 2006-08-17 | Unlock cache before kernel starts up for MPC86xx | Haiying Wang | |
| 2006-08-16 | * Fix disable_of booting | Matthew McClintock | |
| Signed-off-by: Matthew McClintock <[email protected]> | |||
| 2006-08-16 | * Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | |
| Signed-off-by: Matthew McClintock <[email protected]> | |||
| 2006-08-15 | Add FPGA Altera Cyclone 2 support | Stefan Roese | |
| Patch by Heiko Schocher, 15 Aug 2006 | |||
| 2006-08-13 | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | |
| 2006-08-09 | Merge branch 'mpc85xx' | Jon Loeliger | |
| Conflicts: include/ft_build.h include/pci.h Resolved, though. | |||
| 2006-08-09 | * Patch to modify ft_build.c to update flat device trees in place Patch by ↵ | Matthew McClintock | |
| Matthew McClintock 26-June-2006 | |||
| 2006-08-09 | * Modify bootm command to support booting with flat device trees Patch by ↵ | Matthew McClintock | |
| Matthew McClintock 26-June-2006 | |||
| 2006-08-09 | Merge branch 'wd' | Jon Loeliger | |
| 2006-08-07 | Merge with /home/tur/proj/usb_sticks/u-boot | Wolfgang Denk | |
| 2006-08-07 | Fix control-c handing in CONFIG_CMDLINE_EDITING | Stefan Roese | |
| Properly pass break code back from readline. Patch by Roger Blofeld, 31 Jul 2006 | |||
| 2006-08-07 | Change "mii info" to not print an error upon missing PHY at address | Stefan Roese | |
| Patch by Stefan Roese, 07 Aug 2006 | |||
| 2006-08-03 | Prevent USB commands from working when USB is stopped. | Bartlomiej Sieka | |
| 2006-08-02 | Add rudimentary handling of alternate settings of USB interfaces - to fix | Bartlomiej Sieka | |
| problems with some USB storage devices. Some code readability improvements. | |||
| 2006-07-27 | Fix CONFIG_CMDLINE_EDITING implementation | Stefan Roese | |
| Patch by Stefan Roese, 27 Jul 2006 | |||
| 2006-07-21 | More code cleanup | Wolfgang Denk | |
| 2006-07-21 | Code cleanup | Wolfgang Denk | |
| 2006-07-21 | Make code better readable. | Wolfgang Denk | |
| Patch by Ladislav Michl, 14 Sep 2005 | |||
| 2006-07-21 | Minor code cleanup. | Wolfgang Denk | |
| 2006-07-21 | Add readline cmdline-editing extension | Wolfgang Denk | |
| Patch by JinHua Luo, 01 Sep 2005 | |||
| 2006-07-21 | Check argument count in "mii" command. | Wolfgang Denk | |
| Problem pointed out by Andrew Dyer, 13 Jun 2005 | |||
| 2006-07-19 | Add support for new TQM5200 revisions | Wolfgang Denk | |
| - Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank) | |||
| 2006-07-13 | Merge branch 'mpc86xx' | Jon Loeliger | |
