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 D | 0019-arm-corstone1000-esrt-support.patch | 105 + 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 D | nvedit_efi.c | 54 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 D | efi_variable.c | 163 efi_status_t EFIAPI efi_get_variable(u16 *variable_name, in efi_get_variable() function
|
H A D | efi_runtime.c | 705 .get_variable = efi_get_variable,
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 525 efi_status_t EFIAPI efi_get_variable(u16 *variable_name,
|