]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: Introduce erratum workaround for 454179
authorNishanth Menon <nm@ti.com>
Mon, 9 Mar 2015 22:12:00 +0000 (17:12 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:31:00 +0000 (14:31 +0200)
commit5953103480af7ad98ebe50ac9e68874c13e8c4ce
tree7a53f92dcbf00d91c867d1e037623de4577f6415
parent84fe96dd132f7467d12ea39281d982401c5f1e52
ARM: Introduce erratum workaround for 454179

454179: Stale prediction may inhibit target address misprediction on
next predicted taken branch
Impacts: Every Cortex-A8 processors with revision lower than r2p1
Work around:  Set IBE and disable branch size mispredict to 1

Also provide a hook for SoC specific handling to take place if needed.

Based on ARM errata Document revision 20.0 (13 Nov 2010)

Signed-off-by: Nishanth Menon <nm@ti.com>
Tested-by: Matt Porter <mporter@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
README
arch/arm/cpu/armv7/cp15.c
arch/arm/cpu/armv7/start.S
arch/arm/include/asm/armv7.h