]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.c
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Platform / SpiFvbServices / PlatformSmmSpi.c
diff --git a/QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.c b/QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.c
deleted file mode 100644 (file)
index a658bc9..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-**/\r
-\r
-#include "FwBlockService.h"\r
-\r
-\r
-/**\r
-  This function allows the caller to determine if UEFI SetVirtualAddressMap() has been called.\r
-\r
-  This function returns TRUE after all the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE functions have\r
-  executed as a result of the OS calling SetVirtualAddressMap(). Prior to this time FALSE\r
-  is returned. This function is used by runtime code to decide it is legal to access services\r
-  that go away after SetVirtualAddressMap().\r
-\r
-  @retval  TRUE  The system has finished executing the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.\r
-  @retval  FALSE The system has not finished executing the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.\r
-\r
-**/\r
-BOOLEAN\r
-EfiGoneVirtual (\r
-  VOID\r
-  )\r
-{\r
-  return FALSE; //Hard coded to FALSE for SMM driver.\r
-}\r