[U-Boot] [PATCH] Add ARM errata workaround 852421 and 852423 for Cortex-A17

2017-04-27 Thread Nisal Menuka
ARM errata 852421 and 852423 applies to r1p0, r1p1 and r1p2 revisions of Cortex-A17 processors. These workarounds exist in Linux kernel and I thought it would be better to add them in to U-Boot. Signed-off-by: Nisal Menuka --- arch/arm/Kconfig | 6 ++ arch/arm/cpu/armv7/start.S |

Re: [U-Boot] [PATCH] Add ARM errata workaround 852421 and 852423 for Cortex-A17

2017-04-17 Thread Fabio Estevam
On Sun, Apr 16, 2017 at 7:50 PM, Nisal Menuka wrote: > ARM errata 852421 and 852423 applies to r1p0, r1p1 and r1p2 > revisions of Cortex-A17 processors. These workarounds > exist in Linux kernel and I thought it would be better > to add them in to U-Boot. > > Signed-off-by: Nisal Menuka > --- >

[U-Boot] [PATCH] Add ARM errata workaround 852421 and 852423 for Cortex-A17

2017-04-17 Thread Nisal Menuka
ARM errata 852421 and 852423 applies to r1p0, r1p1 and r1p2 revisions of Cortex-A17 processors. These workarounds exist in Linux kernel and I thought it would be better to add them in to U-Boot. Signed-off-by: Nisal Menuka --- arch/arm/cpu/armv7/start.S | 12 1 file changed, 12 inse