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