TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
BOOLEAN | FitIsHobNeed (EFI_PEI_HOB_POINTERS Hob) |
UINTN | CustomFdtNodeParser (IN VOID *Fdt, IN VOID *HobList) |
Copyright (c) 2024, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CustomFdtNodeParserNullLib.c.
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 33 of file CustomFdtNodeParserNullLib.c.
BOOLEAN FitIsHobNeed | ( | EFI_PEI_HOB_POINTERS | Hob | ) |
Check the HOB and decide if it is need inside Payload Payload maintainer may make decision which HOB is need or needn't Then add the check logic in the function.
[in] | Hob | The HOB to check |
TRUE | If HOB is need inside Payload |
FALSE | If HOB is needn't inside Payload |
Definition at line 18 of file CustomFdtNodeParserNullLib.c.