]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: capsule: add memory range capsule definitions
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 17 Nov 2020 00:27:57 +0000 (09:27 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:49 +0000 (21:22 +0100)
commitecf302c8dc2309fdf07d6e884d1148531ad4502f
tree71da90e9939e1be90f1df25cb144dac40131f1c5
parentcb50316984d980eb60c43829fd113e29de58dd66
efi_loader: capsule: add memory range capsule definitions

Memory range capsule gives us a way to notify that some memory regions
should be left untouched across the next reset.
See UEFI specification, section 8.5.3.

Since how we should handle this kind of capsule is totally up to
the system, no implementation will be added in this commit.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/efi_api.h