Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-24 | Added support for Multi-Image files that contain a device tree | Kumar 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-25 | Fix Makefile for "CHANGELOG" target | Wolfgang Denk | |
Merge with /home/sr/git/u-boot/4xx-idcr | |||
2006-10-24 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
(Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.) | |||
2006-10-20 | Merge with http://www.jdl.com/software/u-boot-86xx.git | Wolfgang Denk | |
2006-10-20 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-20 | Cleanup compile warnings. Prepare for release 1.1.5 | Wolfgang Denk | |
2006-10-20 | MCC200: Fix uninitialized variable problem in LCD driver | Wolfgang Denk | |
2006-10-20 | Add board/cpu specific NAND chip select function to 440 NDFC | Stefan Roese | |
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006 | |||
2006-10-20 | Coding style cleanup | Wolfgang Denk | |
2006-10-19 | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-17 | Add monitor functions for indirect access to PPC440 DCR's | Stefan Roese | |
Patch by Leonid Baryudin, 12 Oct 2006 | |||
2006-10-12 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-12 | Fix 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-12 | Fix spelling; minor code cleanup. | Wolfgang Denk | |
2006-10-12 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-11 | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | |
2006-10-11 | * Fix a bunch of compiler warnings for gcc 4.0 | Matthew McClintock | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-11 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-11 | Cleanup of NAND update patch (remove changelog from cmd_nand.c) | Stefan Roese | |
Patch by Guido Classen, 10 Oct 2006 | |||
2006-10-11 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-10 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon 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-09 | Merge with /home/sr/git/u-boot/avr32 | Wolfgang Denk | |
2006-10-09 | Define IH_CPU_AVR32 | Stefan 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-09 | Fix buffer overflow problem in ft_build.c | Wolfgang Denk | |
Patch by Fredrik Roubert, 09 Oct 2006 | |||
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
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 <wei.zhang@freescale.com> (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 <wei.zhang@freescale.com> | |||
2006-08-23 | * Another small fix for booting with disable_of | Matthew McClintock | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
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<jason.jin@freescale.com> | |||
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 <msm@freescale.com> | |||
2006-08-22 | Support for FDT in uImage format, error when using FDT from flash | Matthew McClintock | |
Signed-off-by: Matthew McClintock <msm@freescale.com> |