summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-08-07Merge with /home/wd/git/u-boot/masterWolfgang 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-26Merge with /home/wd/git/u-boot/masterWolfgang Denk
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-14Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-06-14Various USB related patchesWolfgang Denk
- Add support for mpc8xx USB device. - Add support for Common Device Class - Abstract Control Model USB console. - Add support for flow control in USB slave devices. - Add support for switching between gserial and cdc_acm using environment. - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h - Update usbcore slightly to ease host enumeration. - Fix non-portable endian problems in usbdcore and usbdcore_ep0. - Add AdderUSB_config as a defconfig to enable usage of the USB console by default with the Adder87x U-Boot port. Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
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
2006-03-17Add support for Lite5200B board.Wolfgang Denk
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
2006-03-14Add initial support for MPC8349E MDS board.Marian Balakowicz
2006-03-13Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
2006-03-12Add support for EmbeddedPlanet EP88x boardsWolfgang Denk
Patch by Yuli Barcohen, 13 Jul 2005
2006-03-12Coding Style cleanupWolfgang Denk
2006-03-12Add ADI Blackfin supportWolfgang Denk
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
2006-03-12Fix Makefile: include config.mk only after CROSS_COMPILE is definedWolfgang Denk
Patch by Friedrich Lobenstock, 02 Jun 2005
2006-03-12Fix cleanup for netstart board.Wolfgang Denk
Remove build results from repository
2006-03-07Add support for TQM8260-AI boards.Wolfgang Denk
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk
Code cleanup.
2006-03-06Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk
Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot]