Re: [U-Boot] [PATCH] powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary cores

2017-10-30 Thread York Sun
On 10/17/2017 08:19 AM, York Sun wrote: > Commit 06ad970b53a3 ("powerpc: mpc85xx: Implemente workaround for CPU > erratum A-007907") clears L1CSR2 for the boot core, but other cores > don't run through the workaround. Add similar code for secondary > cores to clear DCSTASHID field in L1CSR2 registe

[U-Boot] [PATCH] powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary cores

2017-10-17 Thread York Sun
Commit 06ad970b53a3 ("powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907") clears L1CSR2 for the boot core, but other cores don't run through the workaround. Add similar code for secondary cores to clear DCSTASHID field in L1CSR2 register. Signed-off-by: York Sun --- arch/powerpc/