]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/DefaultExceptionHandlerLib: drop BASE variant
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 20 Dec 2018 17:31:03 +0000 (18:31 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 19:30:14 +0000 (20:30 +0100)
Drop the redundant BASE variant, which is no longer used anywhere
now that DebugAgentSymbolsBaseLib no longer incorporates a vector
table and exception handling.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/ArmPkg.dsc
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerBase.c [deleted file]
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf [deleted file]

index 5d83c18b143e4801319dfbdcfe2e1a10e9ec2cdc..d9f9935d70b674587d48114bbae5c539cfc140d1 100644 (file)
   ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
   ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
   ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
   ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
   ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
   ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
-  ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
   ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
   ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
 \r
   ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
   ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
 \r
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerBase.c b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerBase.c
deleted file mode 100644 (file)
index 4a54298..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2012, 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
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#include <Base.h>\r
-\r
-/**\r
-\r
-  @param  FaultAddress         Address to find PE/COFF image for.\r
-  @param  ImageBase            Return load address of found image\r
-  @param  PeCoffSizeOfHeaders  Return the size of the PE/COFF header for the image that was found\r
-\r
-  @retval NULL                 FaultAddress not in a loaded PE/COFF image.\r
-  @retval                      Path and file name of PE/COFF image.\r
-\r
-**/\r
-CHAR8 *\r
-GetImageName (\r
-  IN  UINTN  FaultAddress,\r
-  OUT UINTN  *ImageBase,\r
-  OUT UINTN  *PeCoffSizeOfHeaders\r
-  )\r
-{\r
-  return NULL;\r
-}\r
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
deleted file mode 100644 (file)
index b53a5e8..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-#/** @file\r
-#\r
-# Copyright (c) 2012, 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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = DefaultExceptionHandlerBaseLib\r
-  FILE_GUID                      = 3d5261d5-5eb7-4559-98e7-475aa9d0dc42\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = DefaultExceptionHandlerLib\r
-\r
-[Sources.common]\r
-  DefaultExceptionHandlerBase.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
-  ArmPkg/ArmPkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  PrintLib\r
-  DebugLib\r
-  PeCoffGetEntryPointLib\r
-  ArmDisassemblerLib\r
-  SerialPortLib\r
-\r
-[Guids]\r
-  gEfiDebugImageInfoTableGuid\r