]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: implement check for erratum A-004580 work-around
authorTimur Tabi <timur@freescale.com>
Thu, 1 Nov 2012 08:20:23 +0000 (08:20 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 28 Nov 2012 00:28:07 +0000 (18:28 -0600)
commitd607b9684b188d020a00e9cfaa502b782f29d538
tree38250de067cd259ea9d11bfbff0fe3d44f964ae5
parent345d6efdc713334387bf07cd0c122b3b03d401b2
powerpc/85xx: implement check for erratum A-004580 work-around

The work-around for erratum A-004580 ("Internal tracking loop can falsely
lock causing unrecoverable bit errors") is implemented via the PBI
(pre-boot initialization code, typically attached to the RCW binary).
This is because the work-around is easier to implement in PBI than in
U-Boot itself.

It is still useful, however, for the 'errata' command to tell us whether
the work-around has been applied.  For A-004580, we can do this by verifying
that the values in the specific registers that the work-around says to
update.

This change requires access to the SerDes lane sub-structure in
serdes_corenet_t, so we make it a named struct.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cmd_errata.c
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/immap_85xx.h