Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
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. | |||
2006-09-01 | Added interrupt handling capabilities for mpc5xxx processors. | Detlev Zundel | |
Also added Linux like BUG() macros. | |||
2006-08-30 | Add splashscreen support for MCC200 board. | Wolfgang Denk | |
2006-08-29 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-08-29 | Remove trailing empty lines. | Jon Loeliger | |
2006-08-29 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-08-29 | Remove bogus msync and use volatile asm. | Jon Loeliger | |
2006-08-29 | PCIe endpoint support for AMCC Yucca 440SPe board | Stefan Roese | |
Patch by Tirumala R Marri, 26 Aug 2006 | |||
2006-08-27 | Code cleanup | Wolfgang Denk | |
2006-08-22 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-08-22 | General indent and whitespace cleanups. | Jon Loeliger | |
2006-08-22 | Cleanup compiler warnings. | Jon Loeliger | |
2006-08-22 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-08-17 | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR | Haiying Wang | |
2006-08-17 | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR | Haiying Wang | |
2006-08-15 | Add initial support for the ALPR board from Prodrive | Stefan Roese | |
NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006 | |||
2006-08-14 | Update for SC520 board. | Wolfgang Denk | |
Patch by David Updegraff, 02 Dec 2005 | |||
2006-08-11 | Merge with /home/raj/git/u-boot | Wolfgang Denk | |
2006-08-11 | Fix PCI-Express on PPC440SPe rev. A. | Rafal Jaworowski | |
2006-08-10 | Merge with /home/raj/git/u-boot | Wolfgang Denk | |
2006-08-10 | Add support for PCI-Express on PPC440SPe (Yucca board). | Rafal Jaworowski | |
2006-08-09 | Merge branch 'mpc85xx' | Jon Loeliger | |
Conflicts: include/ft_build.h include/pci.h Resolved, though. | |||
2006-08-09 | * Switched default PCI speed for 8540 ADS back to 33MHz | Matthew McClintock | |
* 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> | |||
2006-08-09 | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵ | Matthew McClintock | |
Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com> | |||
2006-08-09 | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵ | Matthew McClintock | |
Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-08-09 | Merge branch 'wd' | Jon Loeliger | |
2006-08-09 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-08-09 | Fix caslat calculation | John Traill | |
Signed-off-by: John Traill <john.traill@freescale.com> | |||
2006-08-09 | Convert to mac-address in ethernet nodes. | Jon Loeliger | |
2006-07-31 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-07-31 | Move get_board_sys_clk to board directory | Haiying Wang | |
2006-07-28 | PPC440 DDR setup: Set SDRAM0_CFG0[PMU]=0 for best performance | Stefan Roese | |
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 | |||
2006-07-28 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-07-28 | Fix 8641HPCN pollution | John Traill | |
2006-07-21 | Code cleanup | Wolfgang Denk | |
2006-07-21 | Add support for friendly-arm SBC-2410X board | Wolfgang Denk | |
Patch by JinHua Luo, 01 Sep 2005 | |||
2006-07-21 | Fix MIPS LE build problem | Wolfgang Denk | |
Patch by Thomas Lange, 10 Aug 2005 | |||
2006-07-19 | Add support for TB5200 board | Wolfgang Denk | |
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 | |||
2006-07-12 | Add support for TQM885D board. | Markus Klotzbuecher | |
Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de> | |||
2006-07-12 | Bugfix in FEC initialisation: | Markus Klotzbuecher | |
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. | |||
2006-07-12 | Support for spc1920 board. | Markus Klotzbuecher | |
Patch by Markus Klotzbuecher, 12 Jul 2006 | |||
2006-07-06 | Fix timer problems on AMCC yucca board. | Marian Balakowicz | |
Set Timer Clock Select to use CPU clock as a timer input source. | |||
2006-07-04 | Add system memory to the PCI region list for AMCC PPC44x CPUs. | Marian Balakowicz | |
Enabled it for Yucca board. | |||
2006-07-03 | Cleanup config file and bootup output for Yucca board. | Marian Balakowicz | |
2006-06-30 | Fix CONFIG_440_GX define usage. | Marian Balakowicz | |
2006-06-30 | Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | |
2006-06-30 | Add support for AMCC 440SPe CPU based eval board (Yucca). | Marian Balakowicz | |
2006-06-27 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-06-27 | Enable PCIE1 for MPC8641HPCN board | Jin Zhengxiong-R64188 | |
Signed-off-by: Jason Jin <Jason.jin@freescale.com> | |||
2006-06-19 | Add support for wrPPMC7xx/74xx boards | Heiko Schocher | |
Patch from Richard Danter, 12 Aug 2005 |