Home
last modified time | relevance | path

Searched refs:efi_get_variable (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0019-arm-corstone1000-esrt-support.patch105 + ret = efi_get_variable(u"FmpDescriptorVersion",
115 + ret = efi_get_variable(u"FmpImageInfoSize",
129 + ret = efi_get_variable(u"FmpDescriptorCount",
136 + ret = efi_get_variable(u"FmpImageInfo",
149 + ret = efi_get_variable(fmp_image_name,
161 + ret = efi_get_variable(fmp_version_name,
/openbmc/u-boot/cmd/
H A Dnvedit_efi.c54 ret = EFI_CALL(efi_get_variable(name, guid, &attributes, &size, data)); in efi_dump_single_var()
60 ret = EFI_CALL(efi_get_variable(name, guid, &attributes, &size, in efi_dump_single_var()
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c163 efi_status_t EFIAPI efi_get_variable(u16 *variable_name, in efi_get_variable() function
H A Defi_runtime.c705 .get_variable = efi_get_variable,
/openbmc/u-boot/include/
H A Defi_loader.h525 efi_status_t EFIAPI efi_get_variable(u16 *variable_name,