summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-10-20Cleanup compile warnings. Prepare for release 1.1.5v1.1.5U-Boot-1_1_5Wolfgang Denk
2006-10-18Merge with /home/tur/proj/051_uboot_linux_v38b/u-bootWolfgang Denk
2006-10-13Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka
2006-10-09Add support for EP82xxM boardsWolfgang Denk
Patch by Aaron Sells, 20 Jun 2006
2006-09-13Add support for AMCC Rainier PPX440GRx eval boardStefan Roese
Patch by Stefan Roese, 13 Sep 2006
2006-09-13Cleanup examples binariesWolfgang Denk
2006-09-12Update NAND boot documentationStefan Roese
Patch by Stefan Roese, 12 Sep 2006
2006-09-09Merge with /home/m8/git/u-bootWolfgang Denk
2006-09-07Fix LOG_DIR directory creation error.Marian Balakowicz
Add support for automatic creation of BUILD_DIR directory.
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan 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-01Add 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-08-25Update for MCC200 / PRS200 boards:Wolfgang Denk
- auto-adjust console device for Linux. - fix typos.
2006-08-24Updates for MCC200 / PRS200 boards:Wolfgang Denk
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
2006-08-18Minor cleanupWolfgang Denk
2006-08-18Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz
2006-08-17Add debug console on COM12 for MCC200 boardWolfgang Denk
2006-07-23MCC200: set default configuration to low_boot DDR,Wolfgang Denk
and support for configurable options high_boot and/or SDRAM.
2006-07-22Add configuration for cam5200 board (based on TQM5200S).Wolfgang Denk
2006-07-21Add support for friendly-arm SBC-2410X boardWolfgang Denk
Patch by JinHua Luo, 01 Sep 2005
2006-07-21Add support for KVME080 boardWolfgang Denk
Patch by Sangmoon Kim, 18 Aug 2005
2006-07-21* Cleanup TQM5200 board configurations:Wolfgang Denk
- 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
2006-07-19Add support for high-boot on TQM5200 and TQM5200S boards.Wolfgang Denk
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
2006-07-19Add support for new TQM5200 revisionsWolfgang Denk
- 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)
2006-07-19Add support for TB5200 boardWolfgang 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-12Add support for TQM885D board.Markus Klotzbuecher
Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2006-07-12Support for spc1920 board.Markus Klotzbuecher
Patch by Markus Klotzbuecher, 12 Jul 2006
2006-06-30Remove autogenerated bmp_logo.h file.Marian Balakowicz
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-20Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk
2006-06-19Add support for wrPPMC7xx/74xx boardsHeiko Schocher
Patch from Richard Danter, 12 Aug 2005
2006-06-16Add support for gth2 boardWolfgang Denk
Patch by Thomas Lange, Aug 11 2005
2006-06-16Adjust TQM5200 make targetsWolfgang Denk
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
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk
2006-06-08Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt
Patch by Scott McNutt, 08 Jun 2006
2006-06-02Add support for PCS440EP boardStefan Roese
Patch by Stefan Roese, 02 Jun 2006
2006-05-30* Update Intel IXP4xx supportWolfgang Denk
- 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.]
2006-05-12Add support for VirtLab2 boardWolfgang Denk
(needed because of differences in the PCMCIA hardware).
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk
2006-05-09Add M5271EVB board support.Marian Balakowicz
2006-05-05Fix lowboot support on MCC200 boardWolfgang Denk
2006-05-02add forgotten changes for the PLEB 2 Board.Heiko Schocher
Patch from David Snowdon, 13. Aug 2005
2006-04-27Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz
2006-04-26Add Altera Nios-II boards EP1C20, EP1S10 and EP1S40Heiko Schocher
Patch from Scott McNutt, 11 Aug 2005
2006-04-21Add support for BC3450 boarddzu@denx.de
Signed-off-by: dzu@denx.de <dzu@denx.de>
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher
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
2006-04-19Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de
Signed-off-by: dzu@denx.de <dzu@denx.de>
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz
Some more NAND cleanup and small fixes.
2006-04-05Correct PM828_PCI_config Makefile target.Marian Balakowicz
2006-03-17Merge with port of MPC8349EMDS boardWolfgang Denk