summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
diff options
context:
space:
mode:
authorCohen, Eugene <eugene@hp.com>2016-02-10 23:05:18 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-02-15 10:37:52 +0100
commit82ea9a6b59b5f4f48712644d9b32d4d52a097a2e (patch)
treeed16e86ad93f46aed54d1d5d0366d99f2e4af27a /ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
parent0b6249f5902f85a9c1a438878b27f8d7ef960a41 (diff)
downloadedk2-82ea9a6b59b5f4f48712644d9b32d4d52a097a2e.tar.gz
edk2-82ea9a6b59b5f4f48712644d9b32d4d52a097a2e.tar.bz2
edk2-82ea9a6b59b5f4f48712644d9b32d4d52a097a2e.zip
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>
Diffstat (limited to 'ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf')
-rw-r--r--ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
index da8190bd3c..5d3ce892ff 100644
--- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
+++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
@@ -20,7 +20,6 @@
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = DefaultExceptionHandlerLib
- CONSTRUCTOR = DefaultExceptionHandlerConstructor
[Sources.common]
DefaultExceptionHandlerUefi.c