summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup compile warnings. Prepare for release 1.1.5Wolfgang Denk2006-10-201-3/+3
|
* Make 4xx bootup message shorter on 440EPx/GRx platformsStefan Roese2006-10-181-4/+12
| | | | Patch by Stefan Roese, 18 Oct 2006
* Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-13/+96
| | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
* Add support for PCI-Express on PPC440SPe (Yucca board).Rafal Jaworowski2006-08-101-0/+11
|
* Cleanup config file and bootup output for Yucca board.Marian Balakowicz2006-07-031-2/+4
|
* Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-301-4/+14
|\
| * Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-301-4/+14
| |
* | Fix problem in PVR detection for 440GRStefan Roese2006-05-181-1/+1
| | | | | | | | Patch by Stefan Roese, 18 May 2006
* | Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese2006-05-101-1/+9
| | | | | | | | Patch by John Otken, 08 May 2006
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-1/+4
|/
* (no commit message)Wolfgang Denk2005-12-121-1/+1
|
* Compile warning fixedStefan Roese2005-11-291-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-291-27/+67
| | | | Patch by John Otken, 23 Nov 2005
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-271-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 Ocotea pass 3 with 440GX Rev. FStefan Roese2005-11-011-0/+3
| | | | Patch by Stefan Roese, 01 Nov 2005
* Fix 440GR to print correct cpu revisionStefan Roese2005-10-041-11/+8
| | | | Patch by Stefan Roese, 4 Oct 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-081-1/+1
| | | | Patch by Stefan Roese, 08 Aug 2005
* Add support for AMCC Bamboo PPC440EP eval boardStefan Roese2005-08-041-2/+2
| | | | Patch by Stefan Roese, 04 Aug 2005
* Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-011-10/+34
| | | | Patch by Steven Blakeslee, 27 Jul 2005
* Add PPC440GX Revision Cstroese2005-04-071-1/+4
|
* Code cleanup; make several boards compile & link.wdenk2004-03-141-5/+5
|
* Patch by Travis Sawyer, 30 Dec 2003:wdenk2004-02-061-3/+9
| | | | | | | Add support for IBM PPC440GX. Multiple EMAC Ethernet devices, select MDI port based on enabled EMAC device. Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX base PrPMC board.
* Adjustments / cleanup for PPChameleon EVB boardwdenk2003-09-031-60/+50
|
* * Add support for PPChameleon Eval Boardwdenk2003-09-021-5/+5
| | | | | | | * Add support for P3G4 board * Fix problem with MGT5100 FEC driver: add "early" MAC address initialization
* * Code cleanup:wdenk2003-06-271-14/+14
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* PPC405EP support added.stroese2003-05-231-7/+33
|
* Changed PPC405GPr version from A to B.stroese2003-04-041-3/+3
|
* Initial revisionwdenk2002-11-031-0/+253
OpenPOWER on IntegriCloud