aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-06-30Remove autogenerated bmp_logo.h file.Marian Balakowicz1-0/+1
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz1-0/+3
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz1-0/+3
2006-06-20Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk1-0/+3
2006-06-19Add support for wrPPMC7xx/74xx boardsHeiko Schocher1-0/+3
Patch from Richard Danter, 12 Aug 2005
2006-06-16Add support for gth2 boardWolfgang Denk1-0/+5
Patch by Thomas Lange, Aug 11 2005
2006-06-16Adjust TQM5200 make targetsWolfgang Denk1-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
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk1-6/+13
2006-06-08Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt1-0/+9
Patch by Scott McNutt, 08 Jun 2006
2006-06-02Add support for PCS440EP boardStefan Roese1-0/+3
Patch by Stefan Roese, 02 Jun 2006
2006-05-30* Update Intel IXP4xx supportWolfgang Denk1-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.]
2006-05-12Add support for VirtLab2 boardWolfgang Denk1-1/+2
(needed because of differences in the PCMCIA hardware).
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk1-0/+6
2006-05-09Add M5271EVB board support.Marian Balakowicz1-0/+3
2006-05-05Fix lowboot support on MCC200 boardWolfgang Denk1-1/+1
2006-05-02add forgotten changes for the PLEB 2 Board.Heiko Schocher1-0/+3
Patch from David Snowdon, 13. Aug 2005
2006-04-27Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz1-0/+3
2006-04-26Add Altera Nios-II boards EP1C20, EP1S10 and EP1S40Heiko Schocher1-0/+9
Patch from Scott McNutt, 11 Aug 2005
2006-04-21Add support for BC3450 boarddzu@denx.de1-0/+3
Signed-off-by: dzu@denx.de <dzu@denx.de>
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher1-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
2006-04-19Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de1-2/+15
Signed-off-by: dzu@denx.de <dzu@denx.de>
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-0/+2
Some more NAND cleanup and small fixes.
2006-04-05Correct PM828_PCI_config Makefile target.Marian Balakowicz1-1/+1
2006-03-17Merge with port of MPC8349EMDS boardWolfgang Denk1-0/+3
2006-03-17Add support for Lite5200B board.Wolfgang Denk1-0/+14
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
2006-03-14Add initial support for MPC8349E MDS board.Marian Balakowicz1-0/+3
2006-03-13Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk1-3/+3
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 Denk1-0/+3
Patch by Yuli Barcohen, 13 Jul 2005
2006-03-12Coding Style cleanupWolfgang Denk1-1/+1
2006-03-12Add ADI Blackfin supportWolfgang Denk1-0/+21
- 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 Denk1-3/+4
Patch by Friedrich Lobenstock, 02 Jun 2005
2006-03-12Fix cleanup for netstart board.LABEL_2006_03_12_0025Wolfgang Denk1-0/+2
Remove build results from repository
2006-03-07Add support for TQM8260-AI boards.Wolfgang Denk1-10/+12
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk1-6/+3
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk1-6/+13
Code cleanup.
2006-03-06Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk1-0/+12
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]
2006-03-04Add lowboot target to mcc200 boardStefan Roese1-1/+7
Patch by Stefan Roese, 4 Mar 2006
2006-02-28First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher1-1/+4
2006-02-28Merge with /home/wd/git/u-boot/masterWolfgang Denk1-5/+8
2006-02-24Merge /home/tur/nand/u-boot/Markus Klotzbücher1-0/+12
This is a first version of the testing-NAND branch merged back to main.
2006-02-24Merge branch 'master' of http://www.denx.de/git/u-bootMarkus Klotzbücher1-9/+27
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka1-0/+12
2006-02-22SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher1-0/+1
we only see 64MB.
2006-02-22Rename SMMACO4 board into smmaco4 for consistency with Linux.Wolfgang Denk1-2/+2
2006-02-22Merge with /home/hs/PanDacom/u-boot-devWolfgang Denk1-5/+8
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk1-3/+6
Minimally modified patch by Bluetechnix, Vienna
2006-02-21Add GIT version information (commid ID) to untagged U-Boot versionsWolfgang Denk1-4/+18
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION) of all unreleased (untagged) U-Boot images will be automatically extended upon compiletime with a part of the GIT commit ID and possibly with "dirty" if uncommited changes are detected. Here an example for the resulting version: "U-Boot 1.1.4-g3457ac18-dirty" The version is now maintained in the toplevel Makefile and the version headers are autogenerated. Patch by Stefan Roese, 9 Feb 2006
2006-02-20[Patch] Add basic support for the SMMACO4 Board from PanDaCom.Heiko Schocher1-0/+3
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-02-20New board directory and config for the benq delta board (copied fromMarkus Klotzbücher1-0/+3
zylonite). Minor pxa-regs.h update.
2006-02-07This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher1-1/+4
done so far: * created zylonite board dir (based on lubbock) * extended some - but not all pxa sources and headers for Intel Monahans support (CONFIG_CPU_MONAHANS) * created Makefile zylonite target + MAKEALL entry * added some debug nonsense, remove later, grep for mk@tbd Status: compiles (eldk-4.0), and can be started with BDI, but runs forever and doesn't halt at breakpoints. Hmmm...