summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/ndfc.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with /home/stefan/git/u-boot/bamboo-nandStefan Roese2007-06-011-20/+54
|\
| * NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.cStefan Roese2007-06-011-20/+54
| | | | | | | | | | | | | | | | | | | | This patch adds hardware ECC support to the NDFC driver. It also changes the register access from using the "simple" in32/out32 functions to the in_be32/out_be32 functions, which make sure that the access is correctly synced. This is the only recommended access to SoC registers in the current Linux kernel. Signed-off-by: Stefan Roese <sr@denx.de>
* | ppc4xx: Add 405 support to 4xx NAND driver ndfc.cStefan Roese2007-05-221-4/+4
|/ | | | | | | This patch adds support for 405 PPC's to the 4xx NAND driver ndfc.c. This is in preparation for the new AMCC 405EZ. Signed-off-by: Stefan Roese <sr@denx.de>
* Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-1/+2
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.cStefan Roese2006-10-241-4/+9
| | | | Patch by Stefan Roese, 24 Oct 2006
* Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese2006-10-201-13/+26
| | | | | Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
* Coding style cleanupWolfgang Denk2006-10-091-12/+12
|
* Fix build problem cpu/ppc4xx/ndfc.cStefan Roese2006-09-071-1/+3
| | | | Patch by Stefan Roese, 07 Sep 2006
* Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-071-0/+173
- 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
OpenPOWER on IntegriCloud