]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: disk: add efi_disk_is_system_part()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Mon, 27 Apr 2020 09:48:20 +0000 (18:48 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 May 2020 10:26:11 +0000 (12:26 +0200)
commit64bd078600a458f30da18efa2fda5d39ba9fd116
tree4f9c9e77327ebf3b6e0b53d354c3a120f98150bd
parent11fb5c903528e201b6a1b23400c0ea699c12544f
efi_loader: disk: add efi_disk_is_system_part()

This function will check if a given handle to device is an EFI system
partition. It will be utilised in implementing capsule-on-disk feature.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Add function description. Return bool.
Reviewed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_disk.c