]> Git Repo - u-boot.git/commit
powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907
authorDarwin Dingel <[email protected]>
Mon, 24 Oct 2016 20:48:01 +0000 (09:48 +1300)
committerYork Sun <[email protected]>
Tue, 24 Jan 2017 21:28:02 +0000 (13:28 -0800)
commit06ad970b53a3d6aa122685e6142a04908434a8ef
tree421d254147fd51429b5d09eead885b9d87d7a526
parent0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915
powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907

Core hang occurs when using L1 stashes. Workaround is to disable L1
stashes so software uses L2 cache for stashes instead.

Reviewed-by: Chris Packham <[email protected]>
Signed-off-by: Darwin Dingel <[email protected]>
Cc: York Sun <[email protected]>
[York S: Move SYS_FSL_ERRATUM_A007907 to Kconfig]
Reviewed-by: York Sun <[email protected]>
arch/powerpc/cpu/mpc85xx/Kconfig
arch/powerpc/cpu/mpc85xx/cmd_errata.c
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/include/asm/processor.h
This page took 0.035594 seconds and 4 git commands to generate.