Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-19 | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-10 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-10 | Coding style changes to remove local varible blocks | Jon Loeliger | |
and reformat a bit nicer. | |||
2006-10-10 | Fix whitespace issues. | Jon Loeliger | |
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-10-09 | Coding style cleanup | Wolfgang Denk | |
2006-09-29 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-09-29 | Fix missing tCycle/modfreq calculation. | John Traill | |
Signed-off-by: John Traill <john.traill@freescale.com> | |||
2006-09-19 | Modified makefile for new build mechanism. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-09-19 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
Conflicts: board/stxxtc/Makefile | |||
2006-09-14 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-09-14 | Handle 86xx SVR values according to the new Reference Manual. | Jon Loeliger | |
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> | |||
2006-09-13 | Add support for AMCC Rainier PPX440GRx eval board | Stefan Roese | |
Patch by Stefan Roese, 13 Sep 2006 | |||
2006-09-09 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-09-07 | Fix build problem cpu/ppc4xx/ndfc.c | Stefan Roese | |
Patch by Stefan Roese, 07 Sep 2006 | |||
2006-09-07 | Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory. | Marian Balakowicz | |
2006-09-07 | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | |
- 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 | |||
2006-09-04 | Fix build problems on sorcery board. | Wolfgang Denk | |
2006-09-04 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
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-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 |