]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/Include/Library/PlatformSupportLib.h
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / Include / Library / PlatformSupportLib.h
CommitLineData
04af8bf2
DG
1/** @file\r
2 Bootloader Platform Support library. Platform can provide an implementation of this\r
3 library class to provide hooks that may be required for some type of\r
4 platform features.\r
5\r
6Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>\r
7SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
9**/\r
10\r
11#ifndef __BOOTLOADER_PLATFORM_SUPPORT_LIB__\r
12#define __BOOTLOADER_PLATFORM_SUPPORT_LIB__\r
13\r
14/**\r
15 Parse platform specific information from bootloader\r
16\r
17 @retval RETURN_SUCCESS The platform specific coreboot support succeeded.\r
18 @retval RETURN_DEVICE_ERROR The platform specific coreboot support could not be completed.\r
19\r
20**/\r
21EFI_STATUS\r
22EFIAPI\r
23ParsePlatformInfo (\r
24 VOID\r
25 );\r
26\r
27#endif // __BOOTLOADER_PLATFORM_SUPPORT_LIB__\r
28\r