summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-28 09:55:48 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-09-28 09:55:48 +0000
commit619b3998880e3c28c46d3a20bbbfa879e08b3579 (patch)
tree7fb6b4baf33d5df98f589c46ff0d94ef68b66958 /ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
parentfb47559347a32fc84213f1f172cf34ac8ff33dff (diff)
downloadedk2-619b3998880e3c28c46d3a20bbbfa879e08b3579.tar.gz
edk2-619b3998880e3c28c46d3a20bbbfa879e08b3579.tar.bz2
edk2-619b3998880e3c28c46d3a20bbbfa879e08b3579.zip
ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type library
This library could be used before the UEFI phases to expose the CPU state when an unexpected exception interrupt the firmware. Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13767 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf')
-rw-r--r--ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
index 2388c5c015..120e2de217 100644
--- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
+++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
@@ -1,5 +1,4 @@
#/** @file
-# Semihosting serail port lib
#
# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
#
@@ -25,6 +24,7 @@
[Sources.common]
DefaultExceptionHandler.c
+ DefaultExceptionHandlerUefi.c
[Packages]
MdePkg/MdePkg.dec