summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/405gp_pci.c
Commit message (Collapse)AuthorAgeLines
* Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-07-1/+2
| | | | | | | | | | | - 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-10-2/+3
|
* Add system memory to the PCI region list for AMCC PPC44x CPUs.Marian Balakowicz2006-07-04-0/+13
| | | | Enabled it for Yucca board.
* Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-2/+7
|\
| * Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-2/+7
| |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
| |
* | Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese2006-03-13-1/+1
| | | | | | | | Patch by Stefan Roese, 13 Mar 2006
* | 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
* Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese2005-11-29-27/+27
| | | | Patch by John Otken, 23 Nov 2005
* Add support for Prodrive P3P440 board:Stefan Roese2005-11-22-3/+9
| | | | | | | - 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
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-08-3/+3
| | | | Patch by Stefan Roese, 08 Aug 2005
* Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-01-2/+4
| | | | Patch by Steven Blakeslee, 27 Jul 2005
* * 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
* PMC405 board support addedstroese2004-12-16-3/+10
|
* Code cleanup; make several boards compile & link.wdenk2004-03-14-1/+1
|
* * Patch by Travis Sawyer, 09 Feb 2004:wdenk2004-02-22-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | o 440GX: - Fix PCI Indirect access for type 1 config cycles with ppc440. - Add phymode for 440 enet - fix pci pre init o XPedite1K: - Change board_pre_init to board_early_init_f - Add user flash to bus controller setup - Fix pci pre init - Fix is_pci_host to check GPIO for monarch bit - Force xpedite1k to pci conventional mode (via #define option) * Patch by Brad Kemp, 4 Feb 2004: - handle the machine check that is generated during the PCI scans on 82xx processors. - define the registers used in the IMMR by the PCI subsystem. * Patch by Pierre Aubert, 03 Feb 2004: cpu/mpc5xxx/start.S: copy MBAR into SPR311 * Patch by Jeff Angielski, 03 Feb 2004: Fix copy & paste error in cpu/mpc8260/pci.c * Patch by Reinhard Meyer, 24 Jan 2004: Fix typo in cpu/mpc5xxx/pci_mpc5200.c
* Fix PCI problems on PPChameleon boardwdenk2003-10-22-1/+4
|
* PPC405EP: set vendor id.stroese2003-09-12-0/+4
|
* * Code cleanup:wdenk2003-06-27-12/+11
| | | | | | | | | - 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)
* * Patch by Denis Peter, 04 June 2003:wdenk2003-06-04-3/+3
| | | | add support for the MIP405T board
* PPC405EP support added.stroese2003-05-23-1/+1
|
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-14-2/+2
|
* Initial revisionwdenk2002-11-03-0/+502