Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix U-Boot compilation for MIPS boards using ELDK 4.0 | Wolfgang Denk | 2005-12-01 | -14/+19 |
| | ||||
* | Compile warning fixed | Stefan Roese | 2005-11-29 | -1/+1 |
| | | | | Patch by Stefan Roese, 29 Nov 2005 | |||
* | Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board. | Stefan Roese | 2005-11-29 | -103/+189 |
| | | | | Patch by John Otken, 23 Nov 2005 | |||
* | Changed PPC44x startup message (cpu info, speed...) to common style: | Stefan Roese | 2005-11-27 | -102/+131 |
| | | | | | | | | | | | On PPC44x platforms, the startup message generated in "cpu.c" only comprised the ppc type and revision but not additional informations like speed etc. Those speed infos where printed in the board specific code. This new implementation now prints all CPU infos in the common cpu specific code. No board specific code is needed anymore and therefore removed from all current 44x implementations. Patch by Stefan Roese, 27 Nov 2005 | |||
* | Add support for Prodrive P3P440 board: | Stefan Roese | 2005-11-22 | -3/+81 |
| | | | | | | | - 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 | |||
* | Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM) | Stefan Roese | 2005-11-15 | -50/+99 |
| | | | | Patch by Stefan Roese, 15 Nov 2005 | |||
* | Fix MPC85xx PCI support (pci_register_hose() before pci config access) | Stefan Roese | 2005-11-07 | -10/+10 |
| | | | | Patch by Stefan Roese, 07 Nov 2005 | |||
* | Add support for Ocotea pass 3 with 440GX Rev. F | Stefan Roese | 2005-11-01 | -0/+3 |
| | | | | Patch by Stefan Roese, 01 Nov 2005 | |||
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2005-10-29 | -92/+204 |
|\ | ||||
| * | Add support for multiple PHYs. | Marian Balakowicz | 2005-10-28 | -93/+204 |
| | | ||||
* | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2005-10-21 | -5/+20 |
|\ \ | |/ |/| | ||||
| * | Add NetConsole Support for AMCC eval boards | Stefan Roese | 2005-10-20 | -5/+18 |
| | | | | | | | | Patch by Stefan Roese, 20 Oct 2005 | |||
| * | Fix NetConsole support on 4xx (only print eth link on 1st transfer) | Stefan Roese | 2005-10-18 | -0/+2 |
| | | | | | | | | Patch by Stefan Roese, 18 Oct 2005 | |||
* | | Add PCI support for the TQM834x board. | Rafal Jaworowski | 2005-10-17 | -254/+4 |
|/ | ||||
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2005-10-15 | -88/+33 |
|\ | ||||
| * | Added support for TQM834x boards. | Marian Balakowicz | 2005-10-11 | -88/+34 |
| | | ||||
* | | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -31/+35 |
| | | ||||
* | | Merge with /home/sr/git/u-boot | Wolfgang Denk | 2005-10-13 | -4/+10 |
|\ \ | ||||
| * | | Fix problem in ppc4xx eth-driver without ethaddr (only without | Stefan Roese | 2005-10-10 | -4/+10 |
| | | | | | | | | | | | | | | | CONFIG_NET_MULTI set) Patch by Stefan Roese, 10 Oct 2005 | |||
* | | | Support passing of OF flat trees to the kernel. | Wolfgang Denk | 2005-10-13 | -1/+1 |
| |/ |/| | | | | | Patch by Pantelis Antoniou, 04 Sep 2005 | |||
* | | Add support for NetSilicon NS7520 processor. | Wolfgang Denk | 2005-10-09 | -0/+17 |
| | | | | | | | | | | | | Patch by Art Shipkowski, 12 May 2005 Cleanup. | |||
* | | Add support for AP1000 board. | Wolfgang Denk | 2005-10-09 | -0/+7 |
| | | | | | | | | Patch by James MacAulay, 07 Oct 2005 | |||
* | | Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200 | Wolfgang Denk | 2005-10-09 | -14/+8 |
| | | | | | | | | | | | | | | | | | | | | Patch by Anders Larsen, 07 Oct 2005 The Atmel errata #11 states that the transfer buffer descriptor table must be aligned on a 16-word boundary. As it turned out, this is insufficient - it seems the table must be aligned on a boundary at least as large as the table itself (in Linux this is not an issue - the table is aligned on a PAGE_SIZE (4096) boundary). | |||
* | | Cleanup warnings for cpu/arm720t & cpu/arm1136 files. | Wolfgang Denk | 2005-10-09 | -8/+12 |
| | | | | | | | | | | sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005 | |||
* | | Update make target for ARM supported boards. | Wolfgang Denk | 2005-10-06 | -10/+41 |
|/ | | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005 | |||
* | Complete support for the KwikByte KB920x boards | Wolfgang Denk | 2005-10-06 | -2/+1 |
| | | | | Patch by Anders Larsen, 05 Oct 2005 | |||
* | Set the AT91RM9200 clock to asynchronous mode | Wolfgang Denk | 2005-10-05 | -2/+2 |
| | | | | Patch by Anders Larsen, 03 May 2005 | |||
* | Set the AT91RM9200 clock to synchronous mode | Wolfgang Denk | 2005-10-05 | -0/+5 |
| | | | | Patch by Anders Larsen, 29 Apr 2005 | |||
* | Add support for Cogent csb637 | Wolfgang Denk | 2005-10-05 | -1/+234 |
| | | | | Patch by Anders Larsen, 29 Apr 2005 | |||
* | Fix dm9161.c initialization | Wolfgang Denk | 2005-10-05 | -3/+4 |
| | | | | Patch by Anders Larsen, 29 Apr 2005 | |||
* | * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200 | Wolfgang Denk | 2005-10-05 | -2/+417 |
| | | | | | | | Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5) | |||
* | Added support for KwikByte KB920x boards (based on AT91RM9200) | Wolfgang Denk | 2005-10-05 | -1/+1 |
| | | | | Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005 | |||
* | E500 update: repoint IVPR to RAM when code is relocated | Wolfgang Denk | 2005-10-05 | -0/+5 |
| | | | | Patch by Kylo Ginsberg, 13 Apr 2005 | |||
* | Update ARM Integrator boards: | Wolfgang Denk | 2005-10-04 | -10/+0 |
| | | | | | | | Correct addessing errors in platform files. Split off common core module data from Integrator header files to include/armcoremodule.h. Patch by Peter Pearse, 04 Oct 2005 | |||
* | Make sure only supported compiler options are used | Wolfgang Denk | 2005-10-04 | -19/+100 |
| | | | | | | Import "cc-option" shell function from kernel and use it to get the correct ARM GCC options for individual CPUs Patch by Peter Pearse, 30 Jun 2005 | |||
* | Fix 440GR to print correct cpu revision | Stefan Roese | 2005-10-04 | -11/+8 |
| | | | | Patch by Stefan Roese, 4 Oct 2005 | |||
* | Add support for AT91RM9200 OHCI Controller. | Wolfgang Denk | 2005-09-26 | -1/+2055 |
| | | | | Patch by Eric Benard, 07 Apr 2005 | |||
* | Add board support for armadillo HT1070 | Wolfgang Denk | 2005-09-26 | -9/+9 |
| | | | | Patch by Rowel Atienza, 06 Apr 2005 | |||
* | Cleanup | Wolfgang Denk | 2005-09-25 | -22/+22 |
| | ||||
* | Fix au1x00_serial baud rate calculation: | Wolfgang Denk | 2005-09-25 | -2/+14 |
| | | | | | | remove hardcoded cpu clock divisor and use register instead; round up instead of truncate Patch by Andrew Dyer, 15 Feb 2005 | |||
* | Added support for PCI bridge on MPC8272ADS | Wolfgang Denk | 2005-09-25 | -5/+34 |
| | | | | Patch by Vitaly Bordug, Feb 09 2005 | |||
* | Cleanup | Wolfgang Denk | 2005-09-25 | -19/+16 |
| | ||||
* | Add ARM946E cpu and core module targets; remap memory to 0x00000000 | Wolfgang Denk | 2005-09-25 | -26/+1701 |
| | | | | Patch by Peter Pearse, 2 Feb 2005 | |||
* | Fix MGT5100 PSC baudrate calculation | Wolfgang Denk | 2005-09-25 | -3/+3 |
| | | | | Patch by Sebastian Schau, 27 Jan 2005 | |||
* | Add support for AMD's Pb1x00 eval board; | Wolfgang Denk | 2005-09-25 | -89/+2289 |
| | | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005 | |||
* | Fix warnings for PCI code on ixp | Wolfgang Denk | 2005-09-25 | -43/+2 |
| | | | | Patch by Joe <lgxue@yahoo.com>, 13 Jan 2005 | |||
* | Fix ethernet timeouts on dbau1550 and other au1x00 systems | Wolfgang Denk | 2005-09-24 | -2/+2 |
| | | | | Patch by Leif Lindholm, 29 Dec 2004 | |||
* | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | 2005-09-23 | -7/+7 |
| | ||||
* | Merge with /home/sr/git/u-boot | Wolfgang Denk | 2005-09-14 | -0/+3 |
|\ | ||||
| * | Fix problem in 440GP ethernet driver (ebony). Add support for 2nd | Stefan Roese | 2005-09-07 | -0/+3 |
| | | | | | | | | | | ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005 |