summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx
Commit message (Collapse)AuthorAgeLines
* Minor cleanup for PCS440EP boardStefan Roese2006-06-13-1/+1
| | | | Patch by Stefan Roese, 13 Jun 2006
* Add support for PCS440EP boardStefan Roese2006-06-02-2/+127
| | | | Patch by Stefan Roese, 02 Jun 2006
* Fix problem in PVR detection for 440GRStefan Roese2006-05-18-1/+1
| | | | Patch by Stefan Roese, 18 May 2006
* Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese2006-05-10-1/+9
| | | | Patch by John Otken, 08 May 2006
* Some code cleanupWolfgang Denk2006-04-16-107/+107
|
* Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk2006-04-05-34/+342
|\
| * Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese2006-03-31-34/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-25/+17
|/
* Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese2006-03-13-1/+1
| | | | Patch by Stefan Roese, 13 Mar 2006
* cpu/ppc4xx/start.S : exceptions are enabled after relocationStefan Roese2006-03-13-23/+18
| | | | Patch by Cedric Vincent, 6 June 2005
* PMC405 and CPCI405: Moved configuration of pci resources into config file.Stefan Roese2006-01-18-4/+5
| | | | | | PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005
* (no commit message)Wolfgang Denk2005-12-12-1/+1
|
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-04-177/+177
|
* Compile warning fixedStefan Roese2005-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 Roese2005-11-29-103/+189
| | | | Patch by John Otken, 23 Nov 2005
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-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 Roese2005-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 Roese2005-11-15-50/+99
| | | | Patch by Stefan Roese, 15 Nov 2005
* Add support for Ocotea pass 3 with 440GX Rev. FStefan Roese2005-11-01-0/+3
| | | | Patch by Stefan Roese, 01 Nov 2005
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-29-29/+47
|\
| * Add support for multiple PHYs.Marian Balakowicz2005-10-28-30/+47
| |
* | Add NetConsole Support for AMCC eval boardsStefan Roese2005-10-20-5/+18
| | | | | | | | Patch by Stefan Roese, 20 Oct 2005
* | Fix NetConsole support on 4xx (only print eth link on 1st transfer)Stefan Roese2005-10-18-0/+2
|/ | | | Patch by Stefan Roese, 18 Oct 2005
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-2/+2
|
* Merge with /home/sr/git/u-bootWolfgang Denk2005-10-13-4/+10
|\
| * Fix problem in ppc4xx eth-driver without ethaddr (only withoutStefan Roese2005-10-10-4/+10
| | | | | | | | | | CONFIG_NET_MULTI set) Patch by Stefan Roese, 10 Oct 2005
* | Add support for AP1000 board.Wolfgang Denk2005-10-09-0/+7
|/ | | | Patch by James MacAulay, 07 Oct 2005
* Fix 440GR to print correct cpu revisionStefan Roese2005-10-04-11/+8
| | | | Patch by Stefan Roese, 4 Oct 2005
* Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-09-25-82/+82
| | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-7/+7
|
* Fix problem in 440GP ethernet driver (ebony). Add support for 2ndStefan Roese2005-09-07-0/+3
| | | | | ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005
* Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB ↵Stefan Roese2005-08-24-0/+2
| | | | | | onboard DDR) Patch by Stefan Roese, 24 Aug 2005
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-16-1484/+354
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-15-3/+26
| | | | | | | | | 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
* Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese2005-08-11-4/+4
| | | | Patch by Stefan Roese, 11 Aug 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-08-83/+83
| | | | Patch by Stefan Roese, 08 Aug 2005
* Add support for ep8248 boardWolfgang Denk2005-08-06-124/+124
| | | | | | Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
* Fix compiler warnings in cpu/ppc4xx/usbdev.cWolfgang Denk2005-08-06-3/+3
| | | | Patch by Steven Blakeslee, 04 Aug 2005
* Add support for AMCC Bamboo PPC440EP eval boardStefan Roese2005-08-04-50/+68
| | | | Patch by Stefan Roese, 04 Aug 2005
* Fix low-level OHCI transfers for PPC440EP (same as ARM920t and MPC5xxx).Stefan Roese2005-08-02-612/+606
| | | | Patch by Stefan Roese, 2 Aug 2005
* Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-01-1243/+3686
| | | | Patch by Steven Blakeslee, 27 Jul 2005
* * Patch by Travis Sawyer, 10 Jun 2005:wdenk2005-06-20-0/+2
| | | | | | | | | Initialize allocated dev and private hw structures after their respective allocation in 440gx_enet.c * Patch by Steven Scholz, 10 Jun 2005: Fix byteorder problems with second argument of "bootm" with standalone images;
* * Patch by Matthias Fuchs, 18 Apr 2005:stroese2005-04-20-0/+17
| | | | | Make PCI target address spaces on PMC405 and CPCI405 boards configurable via environment variables
* Add PPC440GX Revision Cstroese2005-04-07-1/+4
|
* * Patch by Travis Sawyer, 05 Apr 2005:stroese2005-04-07-1/+1
| | | | | - Change timer frequency for ppc 440 from 10 ms to 1 ms. Problem found by Andrew Wozniak.
* * Patches by Robert Whaley, 29 Nov 2004:wdenk2005-04-06-1/+1
| | | | | | | | | | | | - update the pxa-regs.h file for PXA27x chips - add PXA27x based ADSVIX board - add support for MMC on PXA27x processors * Patch by Andrew E. Mileski, 28 Nov 2004: Fix PPC4xx SPD SDRAM detection bug * Patch by Hiroshi Ito, 26 Nov 2004: Fix logic of "test -z" and "test -n" commands
* Patch by David Adair, 27 Oct 2004:wdenk2005-04-03-0/+8
| | | | Add missing 440GX SDRAM Controller reset
* * Patch by Leif Lindholm, 23 Sep 2004:wdenk2005-01-09-28/+212
| | | | | | | | add support for the AMD db1550 board * Patch by Travis Sawyer, 15 Sep 2004: Add CONFIG_SERIAL_MULTI support for ppc4xx, update README.serial_multi
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-11/+15
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* PMC405 board support addedstroese2004-12-16-3/+10
|