Home
last modified time | relevance | path

Searched refs:efi_update_capsule (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch108 -efi_status_t EFIAPI efi_update_capsule(
109 +efi_status_t __efi_runtime EFIAPI efi_update_capsule(
244 * efi_update_capsule() - process information from operating system
250 -efi_status_t EFIAPI efi_update_capsule(
251 +efi_status_t __efi_runtime EFIAPI efi_update_capsule(
255 @@ -739,6 +831,13 @@ efi_status_t EFIAPI efi_update_capsule(
269 @@ -751,6 +850,39 @@ efi_status_t EFIAPI efi_update_capsule(
H A D0013-efi_loader-corstone1000-remove-guid-check-from-corst.patch21 @@ -852,12 +852,6 @@ efi_status_t __efi_runtime EFIAPI efi_update_capsule(
34 @@ -883,15 +877,7 @@ efi_status_t __efi_runtime EFIAPI efi_update_capsule(
H A D0041-scatter-gather-flag-workaround.patch28 - efi_update_capsule(&capsule, 1, 0);
33 + ret = efi_update_capsule(&capsule, 1, 1);
H A D0038-corstone1000-introduce-EFI-authenticated-capsule-upd.patch21 @@ -820,6 +820,12 @@ efi_status_t __efi_runtime EFIAPI efi_update_capsule(
34 @@ -859,6 +865,39 @@ efi_status_t __efi_runtime EFIAPI efi_update_capsule(
H A D0039-enables-ondisk-capsule-update-feature.patch24 + efi_update_capsule(&capsule, 1, 0);
H A D0014-efi_loader-populate-ESRT-table-if-EFI_ESRT-config-op.patch21 @@ -874,6 +874,13 @@ efi_status_t __efi_runtime EFIAPI efi_update_capsule(
H A D0040-fix-runtime-capsule-update-flags-checks.patch19 @@ -854,6 +854,34 @@ efi_status_t __efi_runtime EFIAPI efi_update_capsule(
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c635 efi_status_t __efi_runtime EFIAPI efi_update_capsule( in efi_update_capsule() function
710 .update_capsule = efi_update_capsule,