HomeSort by relevance Sort by last modified time
    Searched refs:ImageFmpInfo (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 461 Extract ImageFmpInfo from system firmware.
465 @param[out] ImageFmpInfo The ImageFmpInfo.
466 @param[out] ImageFmpInfoSize The size of the ImageFmpInfo in bytes.
468 @retval TRUE The ImageFmpInfo is extracted.
469 @retval FALSE The ImageFmpInfo is not extracted.
476 OUT EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR **ImageFmpInfo,
484 *ImageFmpInfo = NULL;
487 Result = GetFfsByName(SystemFirmwareImage, SystemFirmwareImageSize, &gEdkiiSystemFirmwareImageDescriptorFileGuid, EFI_FV_FILETYPE_ALL, (VOID **)ImageFmpInfo, ImageFmpInfoSize);
491 if (IS_FFS_FILE2 (*ImageFmpInfo)) {
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/
EdkiiSystemCapsuleLib.h 22 Extract ImageFmpInfo from system firmware.
26 @param[out] ImageFmpInfo The ImageFmpInfo.
27 @param[out] ImageFmpInfoSize The size of the ImageFmpInfo in bytes.
29 @retval TRUE The ImageFmpInfo is extracted.
30 @retval FALSE The ImageFmpInfo is not extracted.
37 OUT EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR **ImageFmpInfo,

Completed in 488 milliseconds