commit | 41fd506842c2d9385d940cffe8ceeb8456c29fc5 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Apr 27 18:48:20 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 04 12:26:11 2020 +0200 |
tree | 4f9c9e77327ebf3b6e0b53d354c3a120f98150bd | |
parent | f0ff75f2491ba27c04bb1f94e502a2be8fc0e78e [diff] |
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>