summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2018-02-06 16:41:16 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2018-02-06 18:01:14 +0000
commit09c3c69cfde1f3dcaf26799bcd04720880895fea (patch)
tree89a91d98c0f9e5cd000b18e03ee70571dd34021d /ArmPkg/Drivers
parentf72df1385e2eb030b2913b490f2efacedf39552f (diff)
downloadedk2-09c3c69cfde1f3dcaf26799bcd04720880895fea.tar.gz
edk2-09c3c69cfde1f3dcaf26799bcd04720880895fea.tar.bz2
edk2-09c3c69cfde1f3dcaf26799bcd04720880895fea.zip
ArmPkg: delete references to unused guids/Pcds from CpuDxe
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>
Diffstat (limited to 'ArmPkg/Drivers')
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.h1
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.inf2
2 files changed, 0 insertions, 3 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.h b/ArmPkg/Drivers/CpuDxe/CpuDxe.h
index a0f71e69ec..70afe00a08 100644
--- a/ArmPkg/Drivers/CpuDxe/CpuDxe.h
+++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.h
@@ -35,7 +35,6 @@
#include <Guid/DebugImageInfoTable.h>
#include <Protocol/Cpu.h>
#include <Protocol/DebugSupport.h>
-#include <Protocol/DebugSupportPeriodicCallback.h>
#include <Protocol/LoadedImage.h>
extern BOOLEAN mIsFlushingGCD;
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.inf b/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
index d068e06803..0c5017b31e 100644
--- a/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
+++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
@@ -60,7 +60,6 @@
[Protocols]
gEfiCpuArchProtocolGuid
- gEfiDebugSupportPeriodicCallbackProtocolGuid
[Guids]
gEfiDebugImageInfoTableGuid
@@ -72,7 +71,6 @@
gArmTokenSpaceGuid.PcdVFPEnabled
[FeaturePcd.common]
- gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport
gArmTokenSpaceGuid.PcdDebuggerExceptionSupport
[Depex]