| Commit message (Collapse) | Author | Age | Lines |
... | |
| |/
|/| |
|
| |
| |
| |
| | |
Patch by Stefan Roese, 13 Sep 2006
|
| |
| |
| |
| | |
Patch by Stefan Roese, 07 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.
|
| |
| |
| |
| | |
Patch by Tirumala R Marri, 26 Aug 2006
|
|/ |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
AMCC suggested to set the PMU bit to 0 for best performace on
the PPC440 DDR controller.
Please see doc/README.440-DDR-performance for details.
Patch by Stefan Roese, 28 Jul 2006
|
| | |
|
|/
|
|
|
|
|
|
| |
The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module
integrated in a little aluminium case.
Patch by Martin Krause, 8 Jun 2006
Some code cleanup
|
|
|
|
| |
Set Timer Clock Select to use CPU clock as a timer input source.
|
|
|
|
| |
Enabled it for Yucca board.
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Patch by Stefan Roese, 13 Jun 2006
|
| |
| |
| |
| | |
Patch by Stefan Roese, 02 Jun 2006
|
| |
| |
| |
| | |
Patch by Stefan Roese, 18 May 2006
|
| |
| |
| |
| | |
Patch by John Otken, 08 May 2006
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
405 SDRAM: - The SDRAM parameters can now be defined in the board
config file and the 405 SDRAM controller values will
be calculated upon bootup (see PPChameleonEVB).
When those settings are not defined in the board
config file, the register setup will be as it is now,
so this implementation should not break any current
design using this code.
Thanks to Andrea Marson from DAVE for this patch.
440 DDR: - Added function sdram_tr1_set to auto calculate the
TR1 value for the DDR.
- Added ECC support (see p3p440).
Patch by Stefan Roese, 17 Mar 2006
|
|/ / |
|
| |
| |
| |
| | |
Patch by Stefan Roese, 13 Mar 2006
|
| |
| |
| |
| | |
Patch by Cedric Vincent, 6 June 2005
|
|/
|
|
|
|
| |
PMC405 and CPCI2DP: Added firmware download and booting via pci.
Patch by Matthias Fuchs, 20 Dec 2005
|
| |
|
| |
|
|
|
|
| |
Patch by Stefan Roese, 29 Nov 2005
|
|
|
|
| |
Patch by John Otken, 23 Nov 2005
|
|
|
|
|
|
|
|
|
|
|
| |
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.
Patch by Stefan Roese, 27 Nov 2005
|
|
|
|
|
|
|
| |
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
|
|
|
|
| |
Patch by Stefan Roese, 15 Nov 2005
|
|
|
|
| |
Patch by Stefan Roese, 01 Nov 2005
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Patch by Stefan Roese, 20 Oct 2005
|
|/
|
|
| |
Patch by Stefan Roese, 18 Oct 2005
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
CONFIG_NET_MULTI set)
Patch by Stefan Roese, 10 Oct 2005
|
|/
|
|
| |
Patch by James MacAulay, 07 Oct 2005
|
|
|
|
| |
Patch by Stefan Roese, 4 Oct 2005
|
|
|
|
|
|
| |
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
|