From 4c19ece32a311e64061725c893e7cf0320d4c92a Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Wed, 2 May 2012 20:08:03 +0000 Subject: ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGI Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13258 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf') diff --git a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf index de813938de..2962ffe5d8 100755 --- a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf +++ b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf @@ -36,7 +36,7 @@ [LibraryClasses] DebugLib PcdLib - ArmGicSecLib + ArmGicLib PrintLib SerialPortLib @@ -52,3 +52,4 @@ gArmTokenSpaceGuid.PcdGicDistributorBase gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase + gArmTokenSpaceGuid.PcdGicSgiIntId -- cgit v1.2.3