]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/BlSupportPei/BlSupportPei.h
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / BlSupportPei / BlSupportPei.h
CommitLineData
04af8bf2
DG
1/** @file\r
2 The header file of bootloader support PEIM.\r
3\r
4Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>\r
5SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9\r
10#ifndef __PEI_BOOTLOADER_SUPPORT_H__\r
11#define __PEI_BOOTLOADER_SUPPORT_H__\r
12\r
13#include <PiPei.h>\r
14#include <Library/PeimEntryPoint.h>\r
15#include <Library/PeiServicesLib.h>\r
16#include <Library/BaseLib.h>\r
17#include <Library/DebugLib.h>\r
18#include <Library/BaseMemoryLib.h>\r
19#include <Library/HobLib.h>\r
20#include <Library/PcdLib.h>\r
21#include <Library/BlParseLib.h>\r
22#include <Library/MtrrLib.h>\r
23#include <Library/IoLib.h>\r
24#include <Library/PlatformSupportLib.h>\r
25#include <IndustryStandard/Acpi.h>\r
26#include <Guid/MemoryTypeInformation.h>\r
27#include <Guid/FirmwareFileSystem2.h>\r
28#include <Guid/SystemTableInfoGuid.h>\r
29#include <Guid/AcpiBoardInfoGuid.h>\r
30#include <Guid/GraphicsInfoHob.h>\r
31#include <Ppi/MasterBootMode.h>\r
32#include <IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h>\r
33\r
34typedef struct {\r
35 UINT32 UsableLowMemTop;\r
36 UINT32 SystemLowMemTop;\r
37} PAYLOAD_MEM_INFO;\r
38\r
39#endif\r