]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Library/PlatformPcieHelperLib/CommonHeader.h
339baac186c2cc6554345b1be8f9d3529a011abf
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformPcieHelperLib / CommonHeader.h
1 /** @file
2 Common header file shared by all source files in this component.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7 **/
8
9 #ifndef __COMMON_HEADER_H_
10 #define __COMMON_HEADER_H_
11
12 #include <Uefi.h>
13 #include <Library/BaseLib.h>
14 #include <Library/DebugLib.h>
15 #include <Library/IoLib.h>
16 #include <Library/TimerLib.h>
17 #include <Library/QNCAccessLib.h>
18 #include <Library/IntelQNCLib.h>
19 #include <IntelQNCRegs.h>
20 #include <IntelQNCConfig.h>
21 #include <Pcal9555.h>
22 #include <Platform.h>
23 #include <PlatformBoards.h>
24
25 #include <Library/PlatformPcieHelperLib.h>
26
27 //
28 // Routines shared between souce modules in this component.
29 //
30
31 VOID
32 EFIAPI
33 PlatformPcieErratas (
34 VOID
35 );
36
37 EFI_STATUS
38 EFIAPI
39 SocUnitEarlyInitialisation (
40 VOID
41 );
42
43 EFI_STATUS
44 EFIAPI
45 SocUnitReleasePcieControllerPreWaitPllLock (
46 IN CONST EFI_PLATFORM_TYPE PlatformType
47 );
48
49 EFI_STATUS
50 EFIAPI
51 SocUnitReleasePcieControllerPostPllLock (
52 IN CONST EFI_PLATFORM_TYPE PlatformType
53 );
54
55 #endif