TianoCore EDK2 master
|
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/UefiLib.h>
#include <Library/PlatformSupportLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | ParsePlatformInfo (VOID) |
Include all platform specific features which can be customized by IBV/OEM.
Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PlatformSupportLibNull.c.
EFI_STATUS EFIAPI ParsePlatformInfo | ( | VOID | ) |
Parse platform specific information from coreboot.
RETURN_SUCCESS | The platform specific coreboot support succeeded. |
RETURN_DEVICE_ERROR | The platform specific coreboot support could not be completed. |
Definition at line 23 of file PlatformSupportLibNull.c.