summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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.LABEL_2006_03_12_0025Wolfgang 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]
2006-03-04Add lowboot target to mcc200 boardStefan Roese
Patch by Stefan Roese, 4 Mar 2006
2006-02-28First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher
2006-02-28Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-02-24Merge /home/tur/nand/u-boot/Markus Klotzbücher
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ücher
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka
2006-02-22SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher
we only see 64MB.
2006-02-22Rename SMMACO4 board into smmaco4 for consistency with Linux.Wolfgang Denk
2006-02-22Merge with /home/hs/PanDacom/u-boot-devWolfgang Denk
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk
Minimally modified patch by Bluetechnix, Vienna
2006-02-21Add GIT version information (commid ID) to untagged U-Boot versionsWolfgang Denk
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 Schocher
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-02-20New board directory and config for the benq delta board (copied fromMarkus Klotzbücher
zylonite). Minor pxa-regs.h update.
2006-02-07This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher
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...
2006-01-26Add support for r5200 boardZachary P. Landau
2005-12-12(no commit message)Wolfgang Denk
2005-12-06Fix DPRAM offset/size for MPC8541/8555.Wolfgang Denk
Simplify TQM85xx Makefile handling.
2005-11-30Add support for TQM8541/8555 boards, TQM85xx support reworked:Stefan Roese
- Support for TQM8541/8555 boards added. - Complete rework of TQM8540/8560 support. - Common TQM85xx code now supports all current TQM85xx platforms (TQM8540/8541/8555/8560). - DDR SDRAM size detection added. - CAS latency default values can be overwritten by setting "serial#" to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used. If problems are detected with this non default CAS latency, the defualt values will be used instead. - FLASH size detection added. - Moved FCC ethernet driver initialization behind TSEC driver init -> TSEC is first device. Patch by Stefan Roese, 30 Nov 2005
2005-11-29Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese
Patch by John Otken, 23 Nov 2005
2005-11-22Add support for Prodrive P3P440 board:Stefan Roese
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver for bank autodetection Patch by Stefan Roese, 22 Nov 2005
2005-11-15New PPC 405EP board added: CMS700Stefan Roese
Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005
2005-10-15Merge with /home/m8/git/u-bootWolfgang Denk
2005-10-13Support passing of OF flat trees to the kernel.Wolfgang Denk
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-11Added support for TQM834x boards.Marian Balakowicz
2005-10-09Add support for AP1000 board.Wolfgang Denk
Patch by James MacAulay, 07 Oct 2005
2005-10-09Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk
sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
2005-10-06Make "split_by_variant.sh" executable.Wolfgang Denk
2005-10-06Update make target for ARM supported boards.Wolfgang Denk
Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
2005-10-05Add support for Cogent csb637Wolfgang Denk
Patch by Anders Larsen, 29 Apr 2005
2005-10-05Added support for KwikByte KB920x boards (based on AT91RM9200)Wolfgang Denk
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
2005-09-26Add support for MP2USB board.Wolfgang Denk
Patch by Eric Benard, 07 Apr 2005
2005-09-26Add board support for armadillo HT1070Wolfgang Denk
Patch by Rowel Atienza, 06 Apr 2005
2005-09-25Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) boardWolfgang Denk
Patch by Marc Leeman, 04 Mar 2005
2005-09-25CleanupWolfgang Denk
2005-09-25Add ARM946E cpu and core module targets; remap memory to 0x00000000Wolfgang Denk
Patch by Peter Pearse, 2 Feb 2005