summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-10-56/+56
|\
| * Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-36/+36
| | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006
| * Coding style cleanupWolfgang Denk2006-10-09-18/+18
| |
| * Add support for AMCC Rainier PPX440GRx eval boardStefan Roese2006-09-13-2/+2
| | | | | | | | Patch by Stefan Roese, 13 Sep 2006
* | Coding style changes to remove local varible blocksJon Loeliger2006-10-10-144/+128
| | | | | | | | and reformat a bit nicer.
* | Fix whitespace issues.Jon Loeliger2006-10-10-1/+0
| |
* | Merge branch 'mpc86xx'Jon Loeliger2006-09-29-0/+2
|\ \
| * | Fix missing tCycle/modfreq calculation.John Traill2006-09-29-0/+2
| | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
* | | Modified makefile for new build mechanism.Jon Loeliger2006-09-19-7/+10
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19-4045/+1980
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * | Merge with /home/m8/git/u-bootWolfgang Denk2006-09-09-3441/+0
| |\ \
| | * | Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory.Marian Balakowicz2006-09-07-3441/+0
| | | |
| * | | Fix build problem cpu/ppc4xx/ndfc.cStefan Roese2006-09-07-1/+3
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Sep 2006
| * | | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-07-266/+787
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | Fix build problems on sorcery board.Wolfgang Denk2006-09-04-1/+1
| | |
| * | Merge with /home/m8/git/u-bootWolfgang Denk2006-09-04-290/+446
| |\ \
| | * | Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-290/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Added interrupt handling capabilities for mpc5xxx processors.Detlev Zundel2006-09-01-15/+277
| | | | | | | | | | | | | | | | Also added Linux like BUG() macros.
| * | | Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-30-0/+56
| | | |
| * | | PCIe endpoint support for AMCC Yucca 440SPe boardStefan Roese2006-08-29-24/+403
| | | | | | | | | | | | | | | | Patch by Tirumala R Marri, 26 Aug 2006
| * | | Code cleanupWolfgang Denk2006-08-27-8/+8
| |/ /
* | | Merge branch 'mpc86xx'Jon Loeliger2006-09-14-4/+5
|\ \ \ | | |/ | |/|
| * | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-14-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Both 8641 and 8641D have SVR == 0x8090, and are distinguished by the byte in bits 16-23 instead. Thanks to Jason Jin for noticing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-5/+0
|\ \ \ | |/ /
| * | Remove trailing empty lines.Jon Loeliger2006-08-29-5/+0
| | |
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-3/+3
|\ \ \ | |/ /
| * | Remove bogus msync and use volatile asm.Jon Loeliger2006-08-29-3/+3
| | |
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-22-357/+333
|\ \ \ | |/ /
| * | General indent and whitespace cleanups.Jon Loeliger2006-08-22-352/+331
| | |
| * | Cleanup compiler warnings.Jon Loeliger2006-08-22-13/+10
| | |
| * | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-17-1/+2
| | |
* | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-22-10/+851
|\ \ \ | | |/ | |/|
| * | Update for SC520 board.Wolfgang Denk2006-08-14-7/+65
| | | | | | | | | | | | Patch by David Updegraff, 02 Dec 2005
| * | Merge with /home/raj/git/u-bootWolfgang Denk2006-08-11-14/+13
| |\ \
| | * | Fix PCI-Express on PPC440SPe rev. A.Rafal Jaworowski2006-08-11-14/+13
| | | |
| * | | Merge with /home/raj/git/u-bootWolfgang Denk2006-08-10-3/+787
| |\ \ \ | | |/ /
| | * | Add support for PCI-Express on PPC440SPe (Yucca board).Rafal Jaworowski2006-08-10-3/+787
| | | |
* | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-17-1/+2
| | | |
* | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-09-36/+200
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| * | | | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-09-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| * | | | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵Matthew McClintock2006-08-09-35/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| * | | | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵Matthew McClintock2006-08-09-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | | | Merge branch 'wd'Jon Loeliger2006-08-09-193/+1255
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performanceStefan Roese2006-07-28-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Code cleanupWolfgang Denk2006-07-21-1/+1
| | | | |
| * | | | Add support for friendly-arm SBC-2410X boardWolfgang Denk2006-07-21-1/+3
| | | | | | | | | | | | | | | | | | | | Patch by JinHua Luo, 01 Sep 2005
| * | | | Fix MIPS LE build problemWolfgang Denk2006-07-21-1/+1
| | | | | | | | | | | | | | | | | | | | Patch by Thomas Lange, 10 Aug 2005
| * | | | Add support for TB5200 boardWolfgang Denk2006-07-19-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Add support for TQM885D board.Markus Klotzbuecher2006-07-12-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
| * | | | Bugfix in FEC initialisation:Markus Klotzbuecher2006-07-12-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All MII configuration is done via FEC1 registers. But MII_SPEED was configured according to FEC used. So if only FEC2 was used, this caused the real MII_SPEED register in FEC1 to stay uninitalised, what lead to "mii_send STUCK!" messages. Fix: always configure MII_SPEED on FEC1 only.