| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Add configuration of Open Drain GPIO Output selection
- Add configuration of initial value of GPIO output pins
Patch by Tolunay Orkun, 07 Apr 2006
|
| | | |
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 12 Oct 2006
|
| | |
| | |
| | |
| | | |
Patch by Guido Classen, 10 Oct 2006
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | | |
Patch by Joakim Larsson, 27 Jun 2006
|
| | |
| | |
| | |
| | |
| | | |
(and then only if PSC6_3 is read as "1" when booting).
Patch by Martin Krause, 21 Jun 2006
|
| | |
| | |
| | |
| | | |
Based on patch by Mike Frysinger, 20 Jun 2006
|
| | | |
|
| | |
| | |
| | |
| | | |
Patch by Aaron Sells, 20 Jun 2006
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Patch by Martin Hicks, 16 Jun 2006
|
|\ \ \ \ |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Map in a additional chip selects CS4 and CS5.
- Modify the port configration, configure six UARTs and no PCI,
ATA and USB.
- Add custom flash driver to handle specific byte swapping
|
| | | |
| | | |
| | | |
| | | | |
Patch by Stefan Roese, 30 Sep 2006
|
| |_|/
|/| |
| | |
| | | |
Patch by Stefan Roese, 23 Sep 2006
|
|/ /
| |
| |
| | |
Patch by Stefan Roese, 13 Sep 2006
|
| |
| |
| |
| |
| | |
(according to S1 switch setting).
Patch by Marian Balakowicz, 12 Sep 2006
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 12 Sep 2006
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 12 Sep 2006
|
|/ / |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
the README file.
|
| | | |
|
| | |
| | |
| | |
| | | |
Add support for automatic creation of BUILD_DIR directory.
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 07 Sep 2006
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 07 Sep 2006
|
| | |
| | |
| | |
| | | |
Patch by Stefan Roese, 07 Aug 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
|
| |
| |
| |
| | |
Patch by David Updegraff, 06 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.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
coding style.
|
|/ / /
| | |
| | |
| | | |
Patch by Stefano Babic, 31 Aug 2006
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Patch by Tirumala R Marri, 26 Aug 2006
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improved the memory DIMM detection for the Yucca 440SPe board for
the case where a memory DIMM is falsely detected as present.
This issue is seen on some AMCC Yucca 440SPe validation boards if
only one 512MB memory DIMM is installed, i.e. DIMM slot 0 is
populated and DIMM slot 1 is empty. In this case, U-Boot does
not correctly detect that there is only one DIMM memory module
installed and will falsely detect two DIMM memory modules are
present and therefore U-Boot will not calculate the correct amount
of total memory and u-boot will not booting up.
Patch by Adam Graham, 24 Aug 2006
|