]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: delete references to unused guids/Pcds from CpuDxe
authorLeif Lindholm <leif.lindholm@linaro.org>
Tue, 6 Feb 2018 16:41:16 +0000 (16:41 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Tue, 6 Feb 2018 18:01:14 +0000 (18:01 +0000)
gEfiDebugSupportPeriodicCallbackProtocolGuid and
PcdCpuDxeProduceDebugSupport are referred to from CpuDxe.
Delete references from .inf and .h.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/Drivers/CpuDxe/CpuDxe.h
ArmPkg/Drivers/CpuDxe/CpuDxe.inf

index a0f71e69ec09ab3a6c34f839abcd1bb3eff9c525..70afe00a08f12952fd2c41cdc509992104757cf9 100644 (file)
@@ -35,7 +35,6 @@
 #include <Guid/DebugImageInfoTable.h>\r
 #include <Protocol/Cpu.h>\r
 #include <Protocol/DebugSupport.h>\r
-#include <Protocol/DebugSupportPeriodicCallback.h>\r
 #include <Protocol/LoadedImage.h>\r
 \r
 extern BOOLEAN mIsFlushingGCD;\r
index d068e06803ed0239dbd02e80ba6c562f8736ad7f..0c5017b31e662d8bb7d065142532850700444911 100644 (file)
@@ -60,7 +60,6 @@
 \r
 [Protocols]\r
   gEfiCpuArchProtocolGuid\r
-  gEfiDebugSupportPeriodicCallbackProtocolGuid\r
 \r
 [Guids]\r
   gEfiDebugImageInfoTableGuid\r
@@ -72,7 +71,6 @@
   gArmTokenSpaceGuid.PcdVFPEnabled\r
 \r
 [FeaturePcd.common]\r
-  gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport\r
   gArmTokenSpaceGuid.PcdDebuggerExceptionSupport\r
 \r
 [Depex]\r