]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: define UpdateCapsule api
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 17 Nov 2020 00:27:55 +0000 (09:27 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:49 +0000 (21:22 +0100)
commit6a9d4c0f8dc385375eb70f0f4c526da1a5b1ee0e
tree9f5c3ff56156c1dbd585352ff5152937fa74a71d
parent858ed618da2a3827a009a7cb90982d674f94e38e
efi_loader: define UpdateCapsule api

In this commit, skeleton functions for capsule-related API's are
added under CONFIG_EFI_UPDATE_CAPSULE configuration.
Detailed implementation for a specific capsule type will be added
in the succeeding patches.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
lib/efi_loader/efi_capsule.c [new file with mode: 0644]
lib/efi_loader/efi_runtime.c
lib/efi_loader/efi_setup.c