Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix compilation warnings on a few 85xx boards. | Jon Loeliger | 2006-10-20 | -3/+5 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-19 | -0/+710 |
|\ | ||||
| * | Coding Style cleanup. | Wolfgang Denk | 2006-10-18 | -3/+2 |
| | | ||||
| * | Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot | Wolfgang Denk | 2006-10-18 | -0/+711 |
| |\ | ||||
| | * | Preliminary patch adding support for the MarelV38B board. | Bartlomiej Sieka | 2006-10-13 | -0/+711 |
| | | | ||||
* | | | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | 2006-10-19 | -20/+1 |
| | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
* | | | Move "ar" flags to config.mk to allow for silent "make -s" | Jon Loeliger | 2006-10-11 | -1/+1 |
| | | | ||||
* | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-10 | -351/+1638 |
|\ \ \ | |/ / | ||||
| * | | TQM5200: perform POST memory test only on STK52xx carrier board. | Wolfgang Denk | 2006-10-09 | -0/+4 |
| | | | | | | | | | | | | | | | (and then only if PSC6_3 is read as "1" when booting). Patch by Martin Krause, 21 Jun 2006 | |||
| * | | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -270/+270 |
| | | | | | | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006 | |||
| * | | Add missing files for EP82xxM boards | Wolfgang Denk | 2006-10-09 | -0/+491 |
| | | | | | | | | | | | | Patch by Aaron Sells, 20 Jun 2006 | |||
| * | | Coding style cleanup | Wolfgang Denk | 2006-10-09 | -50/+47 |
| | | | ||||
| * | | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-10-05 | -1/+790 |
| |\ \ | ||||
| | * | | Update for CAM5200 board: | Marian Balakowicz | 2006-10-03 | -1/+790 |
| | |/ | | | | | | | | | | | | | | | | | | | - Map in a additional chip selects CS4 and CS5. - Modify the port configration, configure six UARTs and no PCI, ATA and USB. - Add custom flash driver to handle specific byte swapping | |||
| * | | Fix TLB setup for Ocotea board | Stefan Roese | 2006-10-04 | -26/+30 |
| | | | | | | | | | | | | Patch by Stefan Roese, 30 Sep 2006 | |||
| * | | Fix reset problem in sequoia sdram init code | Stefan Roese | 2006-10-04 | -6/+0 |
| | | | | | | | | | | | | Patch by Stefan Roese, 23 Sep 2006 | |||
| * | | Add support for AMCC Rainier PPX440GRx eval board | Stefan Roese | 2006-09-13 | -0/+8 |
| |/ | | | | | | | Patch by Stefan Roese, 13 Sep 2006 | |||
* | | Fix whitespace issues. | Jon Loeliger | 2006-10-10 | -1/+0 |
| | | ||||
* | | Fix whitespace and 80-col issues. | Jon Loeliger | 2006-10-10 | -7/+12 |
| | | ||||
* | | Merge branch 'mpc85xx' | Jon Loeliger | 2006-09-19 | -1/+61 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: drivers/tsec.c | |||
| * | | Add support for eTSEC 3 & 4 on 8548 CDS | Andy Fleming | 2006-09-19 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems | |||
| * | | Added code to support 2.6.18 PCI changes in u-boot | Andy Fleming | 2006-09-19 | -1/+29 |
| | | | | | | | | | | | | * Added code to swizzle the IRQ map for the PCI | |||
* | | | Modified makefile for new build mechanism. | Jon Loeliger | 2006-09-19 | -8/+11 |
| | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-09-19 | -2010/+4837 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: board/stxxtc/Makefile | |||
| * | | Disable autoboot abort for FO300 when silent mode is enabled | Wolfgang Denk | 2006-09-13 | -30/+44 |
| | | | | | | | | | | | | | | | (according to S1 switch setting). Patch by Marian Balakowicz, 12 Sep 2006 | |||
| * | | Add NAND environment support for PPC440EPx Sequoia NAND boot config | Stefan Roese | 2006-09-12 | -1/+7 |
| | | | | | | | | | | | | Patch by Stefan Roese, 12 Sep 2006 | |||
| * | | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | 2006-09-07 | -0/+1228 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | -1935/+3230 |
| |\ \ | ||||
| | * | | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -1935/+3230 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| | * | | Remove the board/netstar/crcit binary from git repository. | Marian Balakowicz | 2006-09-01 | -0/+0 |
| | | | | ||||
| * | | | Add splashscreen support for MCC200 board. | Wolfgang Denk | 2006-08-30 | -1/+191 |
| | | | | ||||
| * | | | PCIe endpoint support for AMCC Yucca 440SPe board | Stefan Roese | 2006-08-29 | -5/+75 |
| | | | | | | | | | | | | | | | | Patch by Tirumala R Marri, 26 Aug 2006 | |||
| * | | | Improve DIMM detection for AMCC Yucca 440SPe board | Stefan Roese | 2006-08-29 | -7/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the memory DIMM detection for the Yucca 440SPe board for the case where a memory DIMM is falsely detected as present. This issue is seen on some AMCC Yucca 440SPe validation boards if only one 512MB memory DIMM is installed, i.e. DIMM slot 0 is populated and DIMM slot 1 is empty. In this case, U-Boot does not correctly detect that there is only one DIMM memory module installed and will falsely detect two DIMM memory modules are present and therefore U-Boot will not calculate the correct amount of total memory and u-boot will not booting up. Patch by Adam Graham, 24 Aug 2006 | |||
| * | | | Code cleanup | Wolfgang Denk | 2006-08-27 | -39/+39 |
| |/ / | ||||
| * | | Updates for MCC200 / PRS200 boards: | Wolfgang Denk | 2006-08-24 | -1/+5 |
| | | | | | | | | | | | | | | | | | | - support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions | |||
* | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-22 | -160/+170 |
|\ \ \ | ||||
| * | | | General indent and whitespace cleanups. | Jon Loeliger | 2006-08-22 | -160/+170 |
| | | | | ||||
* | | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-08-22 | -12/+313 |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Minor cleanup | Wolfgang Denk | 2006-08-18 | -1/+1 |
| | | | | ||||
| * | | | Add support for WTK FO300 board (TQM5200 based). | Marian Balakowicz | 2006-08-18 | -3/+88 |
| | | | | ||||
| * | | | MCC200: restrict addressable flash space to 32 MB | Wolfgang Denk | 2006-08-17 | -0/+8 |
| | | | | ||||
| * | | | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | 2006-08-13 | -0/+30 |
| |\ \ \ | ||||
| | * | | | Add Macronix MXLV320T flash support for AMCC Bamboo | Stefan Roese | 2006-08-07 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Aug 2006 | |||
| * | | | | Merge with /home/raj/git/u-boot | Wolfgang Denk | 2006-08-11 | -15/+9 |
| |\ \ \ \ | ||||
| | * | | | | Fix PCI-Express on PPC440SPe rev. A. | Rafal Jaworowski | 2006-08-11 | -15/+9 |
| | | | | | | ||||
| * | | | | | Merge with /home/raj/git/u-boot | Wolfgang Denk | 2006-08-10 | -5/+187 |
| |\ \ \ \ \ | | |/ / / / | ||||
| | * | | | | Add support for PCI-Express on PPC440SPe (Yucca board). | Rafal Jaworowski | 2006-08-10 | -6/+186 |
| | | | | | | ||||
| * | | | | | Fix compiler warning for TRAB board. | Wolfgang Denk | 2006-08-10 | -3/+5 |
| | |/ / / | |/| | | | | | | | | | | | | | Patch by Martin Krause, 07 Aug 2006 | |||
* | | | | | Merge branch 'mpc86xx' | Jon Loeliger | 2006-08-09 | -403/+3 |
|\ \ \ \ \ | | |_|/ / | |/| | | |