summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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-12Support 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-08Add support for AP1000 board.Wolfgang Denk
Patch by James MacAulay, 07 Oct 2005
2005-10-08Cleanup 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-04Added support for KwikByte KB920x boards (based on AT91RM9200)Wolfgang Denk
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
2005-09-25Add support for MP2USB board.Wolfgang Denk
Patch by Eric Benard, 07 Apr 2005
2005-09-25Add 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-24Add ARM946E cpu and core module targets; remap memory to 0x00000000Wolfgang Denk
Patch by Peter Pearse, 2 Feb 2005
2005-09-24Add support for AMD's Pb1x00 eval board;Wolfgang Denk
add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
2005-09-22esd CPCI2DP board addedStefan Roese
Patch by Matthias Fuchs, 22 Sep 2005
2005-08-22Add esd cpci5200 and pf5200 boardsStefan Roese
Patch by Reinhard Arlt, 22 Aug 2005
2005-08-17Add 82dnt board supportWolfgang Denk
2005-08-17Add CHANEGLOG entry; sort Makefile entriesWolfgang Denk
2005-08-17Minor Makefile cleanupWolfgang Denk
2005-08-16Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-15Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
2005-08-15Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese
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
2005-08-13Merge with /home/wd/git/u-boot/masterWolfgang Denk
2005-08-13make "make clean" remove all build resultsWolfgang Denk
2005-08-12Merge with /home/wd/git/u-boot/masterWolfgang Denk
2005-08-12Make "tr" command use POSIX compliant; export HOSTOS make variableWolfgang Denk
Patch by Murray Jensen, 30 Jun 2005
2005-08-12Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-11Merge with /home/wd/git/u-boot/masterWolfgang Denk
2005-08-10Add configuration for IFM AEV FIFO board.Wolfgang Denk
Minor coding style cleanup.
2005-08-10Add configuration for IFM SPI eval boardWolfgang Denk
2005-08-09Added support for O2DNT board.
2005-08-08Fix dbau1xxx (= MIPS big and little endian) build options.Wolfgang Denk
Incorrect gcc options (big endian -BE switch) were used for dbau1550_el which is a little endian build; also get rid of reference to non-existant cpu/mips/little/liblittle.a library
2005-08-05Add support for ep8248 boardWolfgang Denk
Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
2005-08-05Merge with /home/wd/git/u-boot/jon_loeligerWolfgang Denk
2005-08-05Add support for MicroSys PM856 boardWolfgang Denk
Patch by Josef Wagner, 03 Aug 2005
2005-08-05Merge with /home/wd/git/u-boot/masterWolfgang Denk
2005-08-03Cleanup build problems (on Fedora Core x86_64 build host)Wolfgang Denk
2005-08-02Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger
2005-08-01Major cleanup for AMCC PPC4xx eval boards.Stefan Roese
Patch by Stefan Roese, 01 Aug 2005
2005-07-29* Patch by Ron Alder, 11 July 2005Lunsheng Wang
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
2005-07-28* Patch by Eran LibertyEran Liberty
Add support for the Freescale MPC8349ADS board.
2005-07-25* Patch by Jon Loeliger, 2005-05-05Jon Loeliger
Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
2005-06-10* Add support for HMI1001 boardwdenk
* Disable "date" and "sntp" commands on TQM866M which has no RTC