]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
ArmPkg: Added Aarch64 support
[mirror_edk2.git] / ArmPkg / Library / DefaultExceptionHandlerLib / DefaultExceptionHandlerLib.inf
index 21e9edc959d3b4cf3aa2d861d1d8a9b664534f56..da8190bd3c5500a78c17920272868753dbf2df33 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
-# Semihosting  serail port lib\r
 #\r
-# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
+#  Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   LIBRARY_CLASS                  = DefaultExceptionHandlerLib\r
   CONSTRUCTOR                    = DefaultExceptionHandlerConstructor\r
 \r
-\r
 [Sources.common]\r
-  DefaultExceptionHandler.c\r
+  DefaultExceptionHandlerUefi.c\r
+\r
+[Sources.ARM]\r
+  Arm/DefaultExceptionHandler.c\r
+\r
+[Sources.AARCH64]\r
+  AArch64/DefaultExceptionHandler.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -37,5 +42,4 @@
   DebugLib\r
   PeCoffGetEntryPointLib\r
   ArmDisassemblerLib\r
-\r
-\r
+  SerialPortLib\r