summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-061-6/+13
|\ \ | | | | | | | | | Code cleanup.
| * \ Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk2006-03-061-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]
| * | | Add lowboot target to mcc200 boardStefan Roese2006-03-041-1/+7
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 4 Mar 2006
| * | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-02-281-5/+8
| |\ \ \
| * | | | Initial port to MCC200 board (work in progress)Wolfgang Denk2006-02-221-3/+6
| | | | | | | | | | | | | | | | | | | | Minimally modified patch by Bluetechnix, Vienna
* | | | | First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-281-1/+4
| | | | |
* | | | | Merge /home/tur/nand/u-boot/Markus Klotzbücher2006-02-241-0/+12
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | This is a first version of the testing-NAND branch merged back to main.
| * | | | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-241-0/+12
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Update of new NAND codeWolfgang Denk2005-09-141-0/+12
| | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 13 Sep 2005
* | | | | Merge branch 'master' of http://www.denx.de/git/u-bootMarkus Klotzbücher2006-02-241-9/+27
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Rename SMMACO4 board into smmaco4 for consistency with Linux.Wolfgang Denk2006-02-221-2/+2
| | | | |
| * | | | Merge with /home/hs/PanDacom/u-boot-devWolfgang Denk2006-02-221-5/+8
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [Patch] Add basic support for the SMMACO4 Board from PanDaCom.Heiko Schocher2006-02-201-0/+3
| | |/ / | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | | Add GIT version information (commid ID) to untagged U-Boot versionsWolfgang Denk2006-02-211-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
* | | SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-221-0/+1
| | | | | | | | | | | | we only see 64MB.
* | | New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-201-0/+3
| | | | | | | | | | | | zylonite). Minor pxa-regs.h update.
* | | This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher2006-02-071-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...
* | (no commit message)Wolfgang Denk2005-12-121-3/+3
| |
* | Fix DPRAM offset/size for MPC8541/8555.Wolfgang Denk2005-12-061-6/+1
| | | | | | | | Simplify TQM85xx Makefile handling.
* | Add support for TQM8541/8555 boards, TQM85xx support reworked:Stefan Roese2005-11-301-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese2005-11-291-0/+3
| | | | | | | | Patch by John Otken, 23 Nov 2005
* | Add support for Prodrive P3P440 board:Stefan Roese2005-11-221-0/+3
| | | | | | | | | | | | | | - 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
* | New PPC 405EP board added: CMS700Stefan Roese2005-11-151-0/+3
| | | | | | | | | | | | Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005
* | Merge with /home/m8/git/u-bootWolfgang Denk2005-10-151-0/+3
|\ \
| * | Added support for TQM834x boards.Marian Balakowicz2005-10-111-0/+3
| | |
* | | Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-131-0/+3
|/ / | | | | | | Patch by Pantelis Antoniou, 04 Sep 2005
* | Add support for AP1000 board.Wolfgang Denk2005-10-091-0/+3
| | | | | | | | Patch by James MacAulay, 07 Oct 2005
* | Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk2005-10-091-3/+3
| | | | | | | | | | sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
* | Make "split_by_variant.sh" executable.Wolfgang Denk2005-10-061-3/+0
| |
* | Update make target for ARM supported boards.Wolfgang Denk2005-10-061-173/+36
| | | | | | | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* | Add support for Cogent csb637Wolfgang Denk2005-10-051-0/+3
| | | | | | | | Patch by Anders Larsen, 29 Apr 2005
* | Added support for KwikByte KB920x boards (based on AT91RM9200)Wolfgang Denk2005-10-051-0/+3
| | | | | | | | Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
* | Add support for MP2USB board.Wolfgang Denk2005-09-261-0/+3
| | | | | | | | Patch by Eric Benard, 07 Apr 2005
* | Add board support for armadillo HT1070Wolfgang Denk2005-09-261-0/+3
| | | | | | | | Patch by Rowel Atienza, 06 Apr 2005
* | Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) boardWolfgang Denk2005-09-251-0/+3
| | | | | | | | Patch by Marc Leeman, 04 Mar 2005
* | CleanupWolfgang Denk2005-09-251-4/+4
| |
* | Add ARM946E cpu and core module targets; remap memory to 0x00000000Wolfgang Denk2005-09-251-4/+171
| | | | | | | | Patch by Peter Pearse, 2 Feb 2005
* | Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-09-251-0/+5
| | | | | | | | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
* | esd CPCI2DP board addedStefan Roese2005-09-221-0/+3
| | | | | | | | Patch by Matthias Fuchs, 22 Sep 2005
* | Add esd cpci5200 and pf5200 boardsStefan Roese2005-08-221-0/+6
| | | | | | | | Patch by Reinhard Arlt, 22 Aug 2005
* | Add 82dnt board supportWolfgang Denk2005-08-181-0/+3
|\ \
| * | Add CHANEGLOG entry; sort Makefile entriesWolfgang Denk2005-08-181-3/+3
| | |
| * | Merge with pollux.denx.org:/home/git/u-boot/.git2005-08-161-4/+13
| |\ \ | | |/
| * | Merge with pollux.denx.org:/home/git/u-boot/.git2005-08-121-0/+8
| |\ \
| * | | Added support for O2DNT board.2005-08-091-0/+3
| | | |
* | | | Minor Makefile cleanupWolfgang Denk2005-08-181-1/+1
| |_|/ |/| |
* | | Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk2005-08-151-0/+3
| | | | | | | | | | | | Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
* | | Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005
* | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-131-1/+1
|\ \ \
| * | | make "make clean" remove all build resultsWolfgang Denk2005-08-131-1/+1
| | | |
OpenPOWER on IntegriCloud