Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Modified makefile for new build mechanism. | Jon Loeliger | 2006-09-19 | -7/+10 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-09-19 | -4045/+1980 |
|\ | | | | | | | | | | | Conflicts: board/stxxtc/Makefile | |||
| * | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-09-09 | -3441/+0 |
| |\ | ||||
| | * | Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory. | Marian Balakowicz | 2006-09-07 | -3441/+0 |
| | | | ||||
| * | | Fix build problem cpu/ppc4xx/ndfc.c | Stefan Roese | 2006-09-07 | -1/+3 |
| | | | | | | | | | | | | Patch by Stefan Roese, 07 Sep 2006 | |||
| * | | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | 2006-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 Denk | 2006-09-04 | -1/+1 |
| | | ||||
| * | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-09-04 | -290/+446 |
| |\ | ||||
| | * | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-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 Zundel | 2006-09-01 | -15/+277 |
| | | | | | | | | | | | | Also added Linux like BUG() macros. | |||
| * | | Add splashscreen support for MCC200 board. | Wolfgang Denk | 2006-08-30 | -0/+56 |
| | | | ||||
| * | | PCIe endpoint support for AMCC Yucca 440SPe board | Stefan Roese | 2006-08-29 | -24/+403 |
| | | | | | | | | | | | | Patch by Tirumala R Marri, 26 Aug 2006 | |||
| * | | Code cleanup | Wolfgang Denk | 2006-08-27 | -8/+8 |
| |/ | ||||
* | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-09-14 | -4/+5 |
|\ \ | ||||
| * | | Handle 86xx SVR values according to the new Reference Manual. | Jon Loeliger | 2006-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 Loeliger | 2006-08-29 | -5/+0 |
|\ \ \ | |/ / | ||||
| * | | Remove trailing empty lines. | Jon Loeliger | 2006-08-29 | -5/+0 |
| | | | ||||
* | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-29 | -3/+3 |
|\ \ \ | |/ / | ||||
| * | | Remove bogus msync and use volatile asm. | Jon Loeliger | 2006-08-29 | -3/+3 |
| | | | ||||
* | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-22 | -357/+333 |
|\ \ \ | |/ / | ||||
| * | | General indent and whitespace cleanups. | Jon Loeliger | 2006-08-22 | -352/+331 |
| | | | ||||
| * | | Cleanup compiler warnings. | Jon Loeliger | 2006-08-22 | -13/+10 |
| | | | ||||
| * | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR | Haiying Wang | 2006-08-17 | -1/+2 |
| | | | ||||
* | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-08-22 | -10/+851 |
|\ \ \ | | |/ | |/| | ||||
| * | | Update for SC520 board. | Wolfgang Denk | 2006-08-14 | -7/+65 |
| | | | | | | | | | | | | Patch by David Updegraff, 02 Dec 2005 | |||
| * | | Merge with /home/raj/git/u-boot | Wolfgang Denk | 2006-08-11 | -14/+13 |
| |\ \ | ||||
| | * | | Fix PCI-Express on PPC440SPe rev. A. | Rafal Jaworowski | 2006-08-11 | -14/+13 |
| | | | | ||||
| * | | | Merge with /home/raj/git/u-boot | Wolfgang Denk | 2006-08-10 | -3/+787 |
| |\ \ \ | | |/ / | ||||
| | * | | Add support for PCI-Express on PPC440SPe (Yucca board). | Rafal Jaworowski | 2006-08-10 | -3/+787 |
| | | | | ||||
* | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR | Haiying Wang | 2006-08-17 | -1/+2 |
| | | | | ||||
* | | | | Merge branch 'mpc85xx' | Jon Loeliger | 2006-08-09 | -36/+200 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though. | |||
| * | | | | * Switched default PCI speed for 8540 ADS back to 33MHz | Matthew McClintock | 2006-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 McClintock | 2006-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 McClintock | 2006-08-09 | -1/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | | | | | Merge branch 'wd' | Jon Loeliger | 2006-08-09 | -193/+1255 |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performance | Stefan Roese | 2006-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 cleanup | Wolfgang Denk | 2006-07-21 | -1/+1 |
| | | | | | ||||
| * | | | | Add support for friendly-arm SBC-2410X board | Wolfgang Denk | 2006-07-21 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Patch by JinHua Luo, 01 Sep 2005 | |||
| * | | | | Fix MIPS LE build problem | Wolfgang Denk | 2006-07-21 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Patch by Thomas Lange, 10 Aug 2005 | |||
| * | | | | Add support for TB5200 board | Wolfgang Denk | 2006-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 Klotzbuecher | 2006-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 Klotzbuecher | 2006-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. | |||
| * | | | | Support for spc1920 board. | Markus Klotzbuecher | 2006-07-12 | -2/+10 |
| | |/ / | |/| | | | | | | | | | | Patch by Markus Klotzbuecher, 12 Jul 2006 | |||
| * | | | Fix timer problems on AMCC yucca board. | Marian Balakowicz | 2006-07-06 | -5/+3 |
| | | | | | | | | | | | | | | | | Set Timer Clock Select to use CPU clock as a timer input source. | |||
| * | | | Add system memory to the PCI region list for AMCC PPC44x CPUs. | Marian Balakowicz | 2006-07-04 | -0/+13 |
| | | | | | | | | | | | | | | | | Enabled it for Yucca board. | |||
| * | | | Cleanup config file and bootup output for Yucca board. | Marian Balakowicz | 2006-07-03 | -2/+4 |
| | | | | ||||
| * | | | Fix CONFIG_440_GX define usage. | Marian Balakowicz | 2006-06-30 | -1/+1 |
| | | | | ||||
| * | | | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | 2006-06-30 | -70/+623 |
| |\ \ \ | | |/ / | |/| | | ||||
| | * | | Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | 2006-06-30 | -70/+623 |
| | | | | ||||
| * | | | Add support for wrPPMC7xx/74xx boards | Heiko Schocher | 2006-06-19 | -2/+4 |
| | | | | | | | | | | | | | | | | Patch from Richard Danter, 12 Aug 2005 |