]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Drivers/CpuDxe/Exception.c
ArmPkg/CpuDxe: unmask SErrors in DEBUG builds
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 1 Jul 2016 10:49:12 +0000 (12:49 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 1 Jul 2016 11:24:50 +0000 (13:24 +0200)
commit3b3593b567761d2568ea70c117c7111fd85e79b9
tree6e883808d05b15421c742ae229d20b59dee3fa1c
parentf9ebccec096742465c0dfbbbb123d2c39f554d40
ArmPkg/CpuDxe: unmask SErrors in DEBUG builds

SErrors (formerly called asynchronous aborts) are a distinct class of
exceptions that are not closely tied to the currently executing
instruction. Since execution may be able to proceed in such a condition,
this class of exception is masked by default, and software needs to unmask
it explicitly if it is prepared to handle such exceptions.

On DEBUG builds, we are well equipped to report the CPU context to the user
and it makes sense to report an SError as soon as it occurs rather than to
wait for the OS to take it when it unmasks them, especially since the current
arm64/Linux implementation simply panics in that case. So unmask them when
ArmCpuDxe loads.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Drivers/CpuDxe/Exception.c