]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/fsl_ifc.h
fsl_ifc: Add the workaround for erratum IFC-A002769 (enable on P1010)
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Thu, 30 Jun 2011 08:00:28 +0000 (03:00 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 30 Sep 2011 00:01:04 +0000 (19:01 -0500)
commit42aee64bd95e91278cce6cfe1de8f1bfb2fd2005
tree8d0c9a4e56e9a9f4d0219fac524bb5910fbc7c9d
parente8e6197ab2f94702446a7da95767ac8f22deeeda
fsl_ifc: Add the workaround for erratum IFC-A002769 (enable on P1010)

Issue:
The NOR-FCM does not support access to unaligned addresses for 16 bit port size

Impact:
When 16 bit port size is used, accesses not aligned to 16 bit address boundary
will result in incorrect data

Workaround:
The workaround is to switch to GPCM mode for NOR Flash access.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/cmd_errata.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_ifc.h