]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Spi/Smm/PchSpi.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / Smm / PchSpi.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2Header file for the PCH SPI SMM Driver.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _PCH_SPI_H_\r
17#define _PCH_SPI_H_\r
18\r
19#include <Library/IoLib.h>\r
20#include <Library/DebugLib.h>\r
21#include <Library/S3BootScriptLib.h>\r
22#include <Library/UefiDriverEntryPoint.h>\r
23#include <Library/UefiBootServicesTableLib.h>\r
24#include <Library/BaseLib.h>\r
25#include <Protocol/Spi.h>\r
26#include "SpiCommon.h"\r
27#include <Library/SmmServicesTableLib.h>\r
28#include <IntelQNCRegs.h>\r
29#include <Library/IntelQNCLib.h>\r
30#include <Library/QNCAccessLib.h>\r
31#include <Library/TimerLib.h>\r
32\r
33VOID\r
34EFIAPI\r
35SpiPhaseInit (\r
36 VOID\r
37 )\r
38/*++\r
39Routine Description:\r
40\r
41 This function is a hook for Spi Smm phase specific initialization\r
42\r
43Arguments:\r
44\r
45 None\r
46\r
47Returns:\r
48\r
49 None\r
50\r
51--*/\r
52;\r
53#endif\r