Files
u-boot/include
AKASHI Takahiro 8d99026f06 efi_loader: capsule: support firmware update
A capsule tagged with the guid, EFI_FIRMWARE_MANAGEMENT_CAPSULE_ID_GUID,
is handled as a firmware update object.
What efi_update_capsule() basically does is to load any firmware management
protocol (or fmp) drivers contained in a capsule, find out an appropriate
fmp driver and then invoke its set_image() interface against each binary
in a capsule.
In this commit, however, loading drivers is not supported.

The result of applying a capsule is set to be stored in "CapsuleXXXX"
variable, but its implementation is deferred to a fmp driver.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
2020-12-03 21:22:50 +01:00
..
2020-12-01 14:12:28 -05:00
2020-11-06 10:18:20 +08:00
2020-10-23 16:38:33 -04:00
2020-12-01 10:33:38 -05:00
2020-10-22 09:54:53 -04:00
2020-10-30 14:20:27 +01:00
2020-10-30 10:56:11 -04:00
2020-11-06 09:51:34 +08:00
2020-10-27 08:13:33 +01:00
2020-10-23 16:52:09 +05:30
2020-10-22 09:54:53 -04:00
2020-11-06 10:18:20 +08:00