]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/Spi/RuntimeDxe/PchSpi.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / RuntimeDxe / PchSpi.h
diff --git a/QuarkSocPkg/QuarkNorthCluster/Spi/RuntimeDxe/PchSpi.h b/QuarkSocPkg/QuarkNorthCluster/Spi/RuntimeDxe/PchSpi.h
deleted file mode 100644 (file)
index 33d6429..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-/** @file\r
-Header file for the PCH SPI Runtime Driver.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _PCH_SPI_H_\r
-#define _PCH_SPI_H_\r
-\r
-#include <Library/PcdLib.h>\r
-#include <Library/UefiLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/UefiRuntimeLib.h>\r
-#include <Library/S3BootScriptLib.h>\r
-#include <Library/MemoryAllocationLib.h>\r
-#include <Library/DxeServicesTableLib.h>\r
-#include <Library/UefiRuntimeServicesTableLib.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
-#include <Protocol/Spi.h>\r
-#include "SpiCommon.h"\r
-#include <Library/PciExpressLib.h>\r
-#include <IntelQNCRegs.h>\r
-#include <Library/IntelQNCLib.h>\r
-#include <Library/QNCAccessLib.h>\r
-#include <Library/TimerLib.h>\r
-\r
-#define EFI_INTERNAL_POINTER  0x00000004\r
-\r
-\r
-//\r
-// Function prototypes used by the SPI protocol.\r
-//\r
-VOID\r
-PchSpiVirtualddressChangeEvent (\r
-  IN EFI_EVENT              Event,\r
-  IN VOID                   *Context\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Fixup internal data pointers so that the services can be called in virtual mode.\r
-\r
-Arguments:\r
-\r
-  Event     The event registered.\r
-  Context   Event context. Not used in this event handler.\r
-\r
-Returns:\r
-\r
-  None.\r
-\r
---*/\r
-;\r
-\r
-VOID\r
-EFIAPI\r
-SpiPhaseInit (\r
-  VOID\r
-  )\r
-/*++\r
-Routine Description:\r
-\r
-  This function is a hook for Spi Dxe phase specific initialization\r
-\r
-Arguments:\r
-\r
-  None\r
-\r
-Returns:\r
-\r
-  None\r
-\r
---*/\r
-;\r
-#endif\r