]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCSmmLib.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Include / Library / QNCSmmLib.h
diff --git a/QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCSmmLib.h b/QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCSmmLib.h
deleted file mode 100644 (file)
index a68ecc4..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-/** @file\r
-QNC Smm Library Services header file.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __QNC_SMM_LIB_H__\r
-#define __QNC_SMM_LIB_H__\r
-\r
-/**\r
-  This routine is the chipset code that accepts a request to "open" a region of SMRAM.\r
-  The region could be legacy ABSEG, HSEG, or TSEG near top of physical memory.\r
-  The use of "open" means that the memory is visible from all boot-service\r
-  and SMM agents.\r
-\r
-  @retval FALSE  Cannot open a locked SMRAM region\r
-  @retval TRUE   Success to open SMRAM region.\r
-**/\r
-BOOLEAN\r
-EFIAPI\r
-QNCOpenSmramRegion (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This routine is the chipset code that accepts a request to "close" a region of SMRAM.\r
-  The region could be legacy AB or TSEG near top of physical memory.\r
-  The use of "close" means that the memory is only visible from SMM agents,\r
-  not from BS or RT code.\r
-\r
-  @retval FALSE  Cannot open a locked SMRAM region\r
-  @retval TRUE   Success to open SMRAM region.\r
-**/\r
-BOOLEAN\r
-EFIAPI\r
-QNCCloseSmramRegion (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This routine is the chipset code that accepts a request to "lock" SMRAM.\r
-  The region could be legacy AB or TSEG near top of physical memory.\r
-  The use of "lock" means that the memory can no longer be opened\r
-  to BS state.\r
-**/\r
-VOID\r
-EFIAPI\r
-QNCLockSmramRegion (\r
-  VOID\r
-  );\r
-\r
-\r
-#endif\r
-\r