u-boot/arch/powerpc/cpu/mpc8xxx
Dipen Dudhat d789b5f5bc powerpc/85xx: Add support for Integrated Flash Controller (IFC)
The Integrated Flash Controller (IFC) is used to access the external
NAND Flash, NOR Flash, EPROM, SRAM and Generic ASIC memories.Four chip
selects are provided in IFC so that maximum of four Flash devices can be
hooked, but only one can be accessed at a given time.

Features supported by IFC are,
        - Functional muxing of pins between NAND, NOR and GPCM
        - Support memory banks of size 64KByte to 4 GBytes
        - Write protection capability (only for NAND and NOR)
        - Provision of Software Reset
        - Flexible Timing programmability for every chip select
        - NAND Machine
                - x8/ x16 NAND Flash Interface
                - SLC and MLC NAND Flash devices support with
                  configurable
                  page sizes of upto 4KB
                - Internal SRAM of 9KB which is directly mapped and
                  availble at
                  boot time for NAND Boot
                - Configurable block size
                - Boot chip select (CS0) available at system reset
        - NOR Machine
                - Data bus width of 8/16/32
                - Compatible with asynchronous NOR Flash
                - Directly memory mapped
                - Supports address data multiplexed (ADM) NOR device
                - Boot chip select (CS0) available at system reset
        - GPCM Machine (NORMAL GPCM Mode)
                - Support for x8/16/32 bit device
                - Compatible with general purpose addressable device
                  e.g. SRAM, ROM
                - External clock is supported with programmable division
                  ratio
        - GPCM Machine (Generic ASIC Mode)
                - Support for x8/16/32 bit device
                - Address and Data are shared on I/O bus
                - Following Address and Data sequences can be supported
                  on I/O bus
                       - 32 bit I/O: AD
                       - 16 bit I/O: AADD
                       - 8 bit I/O : AAAADDDD
                - Configurable Even/Odd Parity on Address/Data bus
                  supported

Signed-off-by: Dipen Dudhat <Dipen.Dudhat@freescale.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-04-04 09:24:40 -05:00
..
ddr powerpc/mpc8xxx: disable rcw_en bit for non-DDR3 2011-03-24 09:20:50 -05:00
Makefile powerpc/85xx: Add support for Integrated Flash Controller (IFC) 2011-04-04 09:24:40 -05:00
cpu.c powerpc/p2040: Add various p2040 specific information 2011-01-19 22:58:23 -06:00
fdt.c powerpc/8xxx: Refactor SRIO initialization into common code 2011-01-14 01:32:21 -06:00
fsl_ifc.c powerpc/85xx: Add support for Integrated Flash Controller (IFC) 2011-04-04 09:24:40 -05:00
fsl_lbc.c powerpc/85xx: Add the workaround for erratum ELBC-A001 (enable on P4080) 2011-01-14 01:32:22 -06:00
srio.c powerpc/8xxx: Refactor SRIO initialization into common code 2011-01-14 01:32:21 -06:00