Home
last modified time | relevance | path

Searched hist:ca4a6f87150b2cec4feab2610ef7a0d6d7fcd800 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/mach-mvebu/
H A Dboard-v7.cdiff ca4a6f87150b2cec4feab2610ef7a0d6d7fcd800 Mon Feb 17 08:23:24 CST 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ARM: mvebu: add workaround for data abort issue on Armada 375

Early versions of Armada 375 SoC have a bug where the BootROM leaves
an external data abort pending. The kernel is hit by this data abort
as soon as it enters userspace, because it unmasks the data aborts at
this moment. We register a custom abort handler below to ignore the
first data abort to work around this problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>