]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/CbSupportPei/CbSupportPei.h
SecurityPkg: Add TPM PTP support in TPM2 device lib.
[mirror_edk2.git] / CorebootModulePkg / CbSupportPei / CbSupportPei.h
CommitLineData
fce4ecd9
MM
1/** @file\r
2 The header file of Coreboot Support PEIM.\r
3\r
7b7fc3e7 4Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
fce4ecd9
MM
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15\r
16#ifndef __PEI_COREBOOT_SUPPORT_H__\r
17#define __PEI_COREBOOT_SUPPORT_H__\r
18\r
19#include <PiPei.h>\r
20\r
21#include <Library/PeimEntryPoint.h>\r
22#include <Library/PeiServicesLib.h>\r
23#include <Library/BaseLib.h>\r
24#include <Library/DebugLib.h>\r
25#include <Library/BaseMemoryLib.h>\r
26#include <Library/HobLib.h>\r
27#include <Library/PcdLib.h>\r
28#include <Library/CbParseLib.h>\r
29#include <Library/MtrrLib.h>\r
7b7fc3e7 30#include <Library/IoLib.h>\r
fce4ecd9
MM
31\r
32#include <Guid/SmramMemoryReserve.h>\r
33#include <Guid/MemoryTypeInformation.h>\r
34#include <Guid/FirmwareFileSystem2.h>\r
35#include <Guid/FrameBufferInfoGuid.h>\r
36#include <Guid/SystemTableInfoGuid.h>\r
37#include <Guid/AcpiBoardInfoGuid.h>\r
38\r
39#include <Ppi/MasterBootMode.h>\r
40\r
41#endif\r