summaryrefslogtreecommitdiffstats
path: root/include/configs/pcs440ep.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-06-251-1/+1
|\
| * Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-221-1/+1
| |
* | ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-251-1/+0
|/ | | | | | | | This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/stefan/git/u-boot/denx-440-exceptionsStefan Roese2007-06-151-0/+1
|\
| * ppc4xx: Clean up 440 exceptions handlingGrzegorz Bernacki2007-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduced dedicated switches for building 440 and 405 images required for 440-specific machine instructions like 'rfmci' etc. - Exception vectors moved to the proper location (_start moved away from the critical exception handler space, which it occupied) - CriticalInput now serviced (with default handler) - MachineCheck properly serviced (added a dedicated handler and return subroutine) - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused, unhandled and those not relevant for 4xx were eliminated) - Eliminated Linux leftovers, removed dead code Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by: Rafal Jaworowski <raj@semihalf.com> Signed-off-by: Stefan Roese <sr@denx.de>
* | [ppc4xx] Extend 44x GPIO setup with default output stateStefan Roese2007-06-151-65/+65
|/ | | | | | | The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup is extended with the default GPIO output state (level). Signed-off-by: Stefan Roese <sr@denx.de>
* Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-0/+1
| | | | | | | | | | | - 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
* Minor cleanup for PCS440EP boardStefan Roese2006-06-131-4/+4
| | | | Patch by Stefan Roese, 13 Jun 2006
* Minor cleanup for PCS440EP boardWolfgang Denk2006-06-071-6/+5
|
* Update PCS440EP port to fit into one flash device (incl. environment)Stefan Roese2006-06-061-3/+3
| | | | Patch by Stefan Roese, 06 Jun 2006
* Add support for PCS440EP boardStefan Roese2006-06-021-0/+413
Patch by Stefan Roese, 02 Jun 2006
OpenPOWER on IntegriCloud