TianoCore EDK2 master
|
#include "FitLib.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | FitParseFirmwarePropertyData (IN VOID *Fdt, IN CHAR8 *Firmware, OUT FIT_IMAGE_CONTEXT *Context) |
EFI_STATUS EFIAPI | ParseFitImage (IN VOID *ImageBase, OUT FIT_IMAGE_CONTEXT *Context) |
Variables | |
PROPERTY_DATA | PropertyData32List [] |
PROPERTY_DATA | PropertyData64List [] |
FIT Load Image Support Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file FitLib.c.
EFI_STATUS EFIAPI FitParseFirmwarePropertyData | ( | IN VOID * | Fdt, |
IN CHAR8 * | Firmware, | ||
OUT FIT_IMAGE_CONTEXT * | Context | ||
) |
Parse the target firmware image info in FIT.
[in] | Fdt | Memory address of a fdt. |
[in] | Firmware | Target name of an image. |
[out] | Context | The FIT image context pointer. |
EFI_NOT_FOUND | FIT node dose not find. |
EFI_SUCCESS | FIT binary is loaded successfully. |
EFI_STATUS EFIAPI ParseFitImage | ( | IN VOID * | ImageBase, |
OUT FIT_IMAGE_CONTEXT * | Context | ||
) |
PROPERTY_DATA PropertyData32List[] |
PROPERTY_DATA PropertyData64List[] |