TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS | BuildFdtForUPL (IN VOID *FdtBase) |
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.
EFI_STATUS BuildFdtForUPL | ( | IN VOID * | FdtBase | ) |
It will build FDT for UPL consumed.
[in] | FdtBase | Address of the Fdt data. |
EFI_SUCCESS | If it completed successfully. |
Others | If it failed to build required FDT. |
Definition at line 974 of file X86_BuildFdtLib.c.