| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make it possible to generate AVR32 uImage files with mkimage and
make cmd_bootm recognize them.
Patch by Haavard Skinnemoen, 22 Sep 2006
|
| |/
| |
| |
| | |
Patch by Fredrik Roubert, 09 Oct 2006
|
| |
| |
| |
| | |
Based on patch by Mike Frysinger, 20 Jun 2006
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
board/stxxtc/Makefile
|
| |\ |
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 12 Sep 2006
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Also bumped up ABI version to reflect this change.
|
| |/ /
| | |
| | |
| | | |
Patch by Stefano Babic, 31 Aug 2006
|
| | | |
|
| |/ |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This bug will cause the kernel booting to pause a long time.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Properly pass break code back from readline.
Patch by Roger Blofeld, 31 Jul 2006
|
| | | | |
| | | | |
| | | | |
| | | | | |
Patch by Stefan Roese, 07 Aug 2006
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
include/ft_build.h
include/pci.h
Resolved, though.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Matthew McClintock 26-June-2006
|
| | | | |
| | | | |
| | | | |
| | | | | |
Matthew McClintock 26-June-2006
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
problems with some USB storage devices. Some code readability improvements.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Patch by Stefan Roese, 27 Jul 2006
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Patch by Ladislav Michl, 14 Sep 2005
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Patch by JinHua Luo, 01 Sep 2005
|
| | | | |
| | | | |
| | | | |
| | | | | |
Problem pointed out by Andrew Dyer, 13 Jun 2005
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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)
|
| | | | |
|