TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformSupportLibNull.c File Reference
#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)
 

Detailed Description

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.

Function Documentation

◆ ParsePlatformInfo()

EFI_STATUS EFIAPI ParsePlatformInfo ( VOID  )

Parse platform specific information from coreboot.

Return values
RETURN_SUCCESSThe platform specific coreboot support succeeded.
RETURN_DEVICE_ERRORThe platform specific coreboot support could not be completed.

Definition at line 23 of file PlatformSupportLibNull.c.