summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Fix ppc4xx bootstrap letter displayed on startupBenoît Monin2007-06-041-1/+7
| | | | | | | | | | | | The attached patch is mainly cosmetic, allowing u-boot to display the correct bootstrap option letter according to the datasheets. The original patch was extended with 405EZ support by Stefan Roese. Signed-off-by: Benoit Monin <bmonin@adeneo.eu> Signed-off-by: Stefan Roese <sr@denx.de>
* ppc4xx: Add output for bootrom location to 405EZ portsStefan Roese2007-04-181-4/+26
| | | | | | | | | | | | | | Now 405EZ ports also show upon bootup from which boot device they are configured to boot: U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05) CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz) Bootstrap Option E - Boot ROM Location EBC (32 bits) 16 kB I-Cache 16 kB D-Cache Board: Acadia - AMCC PPC405EZ Evaluation Board Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Add AMCC PPC405EZ supportStefan Roese2007-03-211-5/+13
| | | | | | | | | | This patch adds support for the new AMCC 405EZ PPC. It is in preparation for the AMCC Acadia board support. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boardsStefan Roese2007-02-021-6/+10
| | | | | | | | Previously the strapping DCR/SDR was read to determine if the internal PCI arbiter is enabled or not. This strapping bit can be overridden, so now the current status is read from the correct DCR/SDR register. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update 440EPx/440GRx cpu detectionStefan Roese2007-01-311-4/+8
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Fix 440SPe rev B detection from previous patchStefan Roese2007-01-151-1/+1
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update 440SP(e) cpu revisionsStefan Roese2007-01-131-4/+24
| | | | | | Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] PPC4xx: 440SP Rev. C detection addedStefan Roese2006-11-281-0/+4
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] 4xx: Fix problem with board specific reset code (now for real)Stefan Roese2006-11-271-1/+2
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] 4xx: Fix problem with board specific reset codeStefan Roese2006-11-271-0/+3
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-271-2/+2
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-101-6/+14
|\
| * 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 CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-071-12/+8
|/ | | | Patch by Stefan Roese, 07 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