TianoCore EDK2 master
Loading...
Searching...
No Matches
BuildFdtLib.h File Reference

Go to the source code of this file.

Functions

EFI_STATUS BuildFdtForUPL (IN VOID *FdtBase)
 

Detailed Description

This library will Build the FDT (flat device tree) table information.

Copyright (c) 2024, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file BuildFdtLib.h.

Function Documentation

◆ BuildFdtForUPL()

EFI_STATUS BuildFdtForUPL ( IN VOID *  FdtBase)

It will build FDT for UPL consumed.

Parameters
[in]FdtBaseAddress of the Fdt data.
Return values
EFI_SUCCESSIf it completed successfully.
OthersIf it failed to build required FDT.

Definition at line 974 of file X86_BuildFdtLib.c.