summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeLines
* Add support for EP82xxM boardsWolfgang Denk2006-10-09-0/+3
| | | | Patch by Aaron Sells, 20 Jun 2006
* Add support for AMCC Rainier PPX440GRx eval boardStefan Roese2006-09-13-0/+15
| | | | Patch by Stefan Roese, 13 Sep 2006
* Cleanup examples binariesWolfgang Denk2006-09-13-1/+1
|
* Update NAND boot documentationStefan Roese2006-09-12-2/+2
| | | | Patch by Stefan Roese, 12 Sep 2006
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-09-0/+5
|\
| * Fix LOG_DIR directory creation error.Marian Balakowicz2006-09-07-0/+5
| | | | | | | | Add support for automatic creation of BUILD_DIR directory.
* | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-07-7/+32
|/ | | | | | | | | | | - 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
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-545/+696
| | | | | | | | | | | | | | | | | | | | | 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.
* Update for MCC200 / PRS200 boards:Wolfgang Denk2006-08-25-0/+2
| | | | | - auto-adjust console device for Linux. - fix typos.
* Updates for MCC200 / PRS200 boards:Wolfgang Denk2006-08-24-6/+25
| | | | | | - support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
* Minor cleanupWolfgang Denk2006-08-18-13/+13
|
* Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz2006-08-18-1/+6
|
* Add debug console on COM12 for MCC200 boardWolfgang Denk2006-08-17-0/+5
|
* MCC200: set default configuration to low_boot DDR,Wolfgang Denk2006-07-23-5/+17
| | | | and support for configurable options high_boot and/or SDRAM.
* Add configuration for cam5200 board (based on TQM5200S).Wolfgang Denk2006-07-22-4/+4
|
* Add support for friendly-arm SBC-2410X boardWolfgang Denk2006-07-21-0/+3
| | | | Patch by JinHua Luo, 01 Sep 2005
* Add support for KVME080 boardWolfgang Denk2006-07-21-0/+3
| | | | Patch by Sangmoon Kim, 18 Aug 2005
* * Cleanup TQM5200 board configurations:Wolfgang Denk2006-07-21-12/+18
| | | | | | | | | | | - make highboot configurations use environment at high end, too, to avoid flash fragmentation - always use redundand environment - don't enable video code for modules without graphics controller - provide useful (though different) mtdparts settings - get rid of CONFIG_CS_AUTOCONF which was always set anyway * Extend mkconfig tool to print more useful target name
* Add support for high-boot on TQM5200 and TQM5200S boards.Wolfgang Denk2006-07-19-0/+4
| | | | | | | | | | | Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is already supporting this option. On the TQM5200 this option will be supported in configurations with MPC5200 rev B processors. To actually "high boot", set jumper X30 on the STK52xx. Patch by Martin Krause, 12 Jul 2006
* Add support for new TQM5200 revisionsWolfgang Denk2006-07-19-1/+11
| | | | | | | - Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
* Add support for TB5200 boardWolfgang Denk2006-07-19-1/+6
| | | | | | | | 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-0/+1
| | | | | | Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
* Support for spc1920 board.Markus Klotzbuecher2006-07-12-0/+3
| | | | Patch by Markus Klotzbuecher, 12 Jul 2006
* Remove autogenerated bmp_logo.h file.Marian Balakowicz2006-06-30-0/+1
|
* Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-0/+3
|\
| * Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-0/+3
| |
* | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-20-0/+3
|\ \
| * | add forgotten changes for the PLEB 2 Board.Heiko Schocher2006-05-02-0/+3
| | | | | | | | | | | | Patch from David Snowdon, 13. Aug 2005
* | | Add support for wrPPMC7xx/74xx boardsHeiko Schocher2006-06-19-0/+3
| | | | | | | | | | | | Patch from Richard Danter, 12 Aug 2005
* | | Add support for gth2 boardWolfgang Denk2006-06-16-0/+5
| | | | | | | | | | | | Patch by Thomas Lange, Aug 11 2005
* | | Adjust TQM5200 make targetsWolfgang Denk2006-06-16-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make the automatic CS configuration the default. The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB and CONFIG_TQM5200_AC are removed. "TQM5200_config" is now the default for STK52XX.200 base boards. On a STK52XX.100 base board "TQM5200_STK100_config" must be used. Patch by Martin Krause, 07 Nov 2005
* | | Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-10-6/+13
|\ \ \
| * | | Add Altera Nios-II boards EP1C20, EP1S10 and EP1S40Heiko Schocher2006-04-26-0/+9
| | | | | | | | | | | | | | | | Patch from Scott McNutt, 11 Aug 2005
| * | | Add MCF5282 support (without preloader)Heiko Schocher2006-04-20-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005
* | | | Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt2006-06-08-0/+9
| | | | | | | | | | | | | | | | Patch by Scott McNutt, 08 Jun 2006
* | | | Add support for PCS440EP boardStefan Roese2006-06-02-0/+3
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 02 Jun 2006
* | | | * Update Intel IXP4xx supportWolfgang Denk2006-05-30-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
* | | | Add support for VirtLab2 boardWolfgang Denk2006-05-12-1/+2
| | | | | | | | | | | | | | | | (needed because of differences in the PCMCIA hardware).
* | | | Merge with /home/m8/git/u-bootWolfgang Denk2006-05-09-0/+6
|\ \ \ \
| * | | | Add M5271EVB board support.Marian Balakowicz2006-05-09-0/+3
| | | | |
| * | | | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz2006-04-27-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add support for r5200 boardZachary P. Landau2006-01-26-0/+3
| | | |/ | | |/|
* | | | Fix lowboot support on MCC200 boardWolfgang Denk2006-05-05-1/+1
|/ / /
* | | Add support for BC3450 boarddzu@denx.de2006-04-21-0/+3
| | | | | | | | | | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* | | Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-19-2/+15
| |/ |/| | | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* | Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-08-0/+2
| | | | | | | | Some more NAND cleanup and small fixes.
* | Correct PM828_PCI_config Makefile target.Marian Balakowicz2006-04-05-1/+1
| |
* | Merge with port of MPC8349EMDS boardWolfgang Denk2006-03-17-0/+3
|\ \
| * | Add initial support for MPC8349E MDS board.Marian Balakowicz2006-03-14-0/+3
| | |
* | | Add support for Lite5200B board.Wolfgang Denk2006-03-17-0/+14
|/ / | | | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006