]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/CbSupportPei/CbSupportPei.h
CorebootModulePkg: Add a library to parse platform specific info.
[mirror_edk2.git] / CorebootModulePkg / CbSupportPei / CbSupportPei.h
CommitLineData
fce4ecd9
MM
1/** @file\r
2 The header file of Coreboot Support PEIM.\r
3\r
2f20bfd9 4Copyright (c) 2014 - 2016, 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
2f20bfd9 31#include <Library/CbPlatformSupportLib.h>\r
fce4ecd9
MM
32\r
33#include <Guid/SmramMemoryReserve.h>\r
34#include <Guid/MemoryTypeInformation.h>\r
35#include <Guid/FirmwareFileSystem2.h>\r
36#include <Guid/FrameBufferInfoGuid.h>\r
37#include <Guid/SystemTableInfoGuid.h>\r
38#include <Guid/AcpiBoardInfoGuid.h>\r
39\r
40#include <Ppi/MasterBootMode.h>\r
41\r
42#endif\r