ArmPkg: DefaultExceptionHandler fixes for use with DxeCore
Modify the DefaultExceptionHandler (uefi-variant) so it can be used by DxeCore (via CpuExceptionHandlerLib) where the debug info table is not yet published at library constructor time. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen <eugene@hp.com> Tested-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
committed by
Ard Biesheuvel
parent
0b6249f590
commit
82ea9a6b59
@@ -20,7 +20,6 @@
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = DefaultExceptionHandlerLib
|
||||
CONSTRUCTOR = DefaultExceptionHandlerConstructor
|
||||
|
||||
[Sources.common]
|
||||
DefaultExceptionHandlerUefi.c
|
||||
|
Reference in New Issue
Block a user