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)
commit2bc27ca8a04aea89c82b5fc4412e889d1ac9f756
tree9f5c3ff56156c1dbd585352ff5152937fa74a71d
parent96ec4b1a18a41a40c920d03bc8954cc18079838d
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