]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx5: Add workaround for ARM erratum ID 468414
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 7 May 2012 10:56:00 +0000 (10:56 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 17 Oct 2012 16:25:12 +0000 (18:25 +0200)
commitc4fe17f6d83fa369af90be0764e82150c5879bd0
treeb28894d2dfa41598b8bbf2159e05d662b9b54a85
parentf5a289ba1ec0323bc588d504a5bb82a21f60cc0d
mx5: Add workaround for ARM erratum ID 468414

Add the software workaround for ARM erratum ID 468414.

According to mx53/mx51 errata document:

"ENGcm11133 - ARM: NEON load data can be incorrectly forwarded to a
subsequent request

Description:

Under very specific set of conditions, data from a Neon load request can be incorrectly forwarded
to a subsequent, unrelated memory request.
The conditions are as follows:
• Neon loads and stores must be in use
• Neon L1 caching must be disabled
• Trustzone must be configured and in use
• The secure memory address space and the non-secure memory address space both use the same
physical addresses, either as an alias or the same memory location or for separate memory
locations
The issue is reported by ARM, erratum ID 468414, Category 2"

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
arch/arm/cpu/armv7/mx5/lowlevel_init.S