]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c
Add TPM Physical Presence >=128 operation value support.
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentDxe / DebugAgentDxe.c
index 99bb2fdedbf0556417c89180f0726885a74d17b2..a55c5eb49e467c14ec74f5ebf545738616ddec57 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Initialize Debug Agent in DXE by invoking Debug Agent Library.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\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
@@ -23,7 +23,7 @@ EFI_EVENT       mExitBootServiceEvent;
   One notified function to disable Debug Timer interrupt when gBS->ExitBootServices() called.\r
 \r
   @param[in]  Event              Pointer to this event\r
-  @param[in]  Context            Event hanlder private data\r
+  @param[in]  Context            Event handler private data\r
 \r
 **/\r
 VOID\r
@@ -58,6 +58,7 @@ DebugAgentDxeInitialize(
 {\r
   EFI_STATUS      Status;\r
 \r
+  Status = EFI_UNSUPPORTED;\r
   InitializeDebugAgent (DEBUG_AGENT_INIT_DXE_LOAD, &Status, NULL);\r
   if (EFI_ERROR (Status)) {\r
     return Status;\r
@@ -95,6 +96,7 @@ DebugAgentDxeUnload (
 {\r
   EFI_STATUS          Status;\r
 \r
+  Status = EFI_UNSUPPORTED;\r
   InitializeDebugAgent (DEBUG_AGENT_INIT_DXE_UNLOAD, &Status, NULL);\r
 \r
   return Status;\r