TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
UINTN EFIAPI | ParseDtb (IN VOID *FdtBase) |
UINT64 EFIAPI | FdtNodeParser (IN VOID *FdtBase) |
UINTN EFIAPI | CustomFdtNodeParser (IN VOID *FdtBase, IN VOID *HostList) |
UINTN EFIAPI | UplInitHob (IN VOID *FdtBase) |
This library will parse 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 FdtParserLib.h.
It will Parse FDT -custom node based on information.
[in] | FdtBase | The starting memory address of FdtBase |
[in] | HostList | The starting memory address of New Hob list. |
It will Parse FDT -custom node based on information from bootloaders.
[in] | FdtBase | The starting memory address of FdtBase |
[in] | HobList | The starting memory address of New Hob list. |
It will Parse FDT -custom node based on information from bootloaders.
[in] | FdtBase | The starting memory address of FdtBase. |
[in] | HobList | The starting memory address of New Hob list. |
HobList | The base address of Hoblist. |
Definition at line 120 of file CustomFdtNodeParserLib.c.
UINT64 EFIAPI FdtNodeParser | ( | IN VOID * | FdtBase | ) |
It will Parse FDT -node based on information.
[in] | FdtBase | The starting memory address of FdtBase |
HobList | The base address of Hoblist. |
It will Parse FDT -node based on information from bootloaders.
[in] | FdtBase | The starting memory address of FdtBase |
HobList | The base address of Hoblist. |
Definition at line 1002 of file FdtParserLib.c.
It will parse FDT based on DTB.
[in] | FdtBase | Address of the Fdt data. |
EFI_SUCCESS | If it completed successfully. |
Others | If it failed to parse DTB. |
It will parse FDT based on DTB from bootloaders.
[in] | FdtBase | Address of the Fdt data. |
Definition at line 792 of file FdtParserLib.c.
It will initialize HOBs for UPL.
[in] | FdtBase | Address of the Fdt data. |
EFI_SUCCESS | If it completed successfully. |
Others | If it failed to initialize HOBs. |
Definition at line 1019 of file FdtParserLib.c.