include/grub/file.h: Add device tree file type
The API change of grub_file_open() for adding verifiers did not include a type for device tree blobs. Add GRUB_FILE_TYPE_DEVICE_TREE_IMAGE to the grub_file_type enum. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
a5d865a039
commit
7453c2cc32
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ enum grub_file_type
|
|||
|
||||
GRUB_FILE_TYPE_EFI_CHAINLOADED_IMAGE,
|
||||
|
||||
GRUB_FILE_TYPE_DEVICE_TREE_IMAGE,
|
||||
|
||||
/* File holding signature. */
|
||||
GRUB_FILE_TYPE_SIGNATURE,
|
||||
/* File holding public key to verify signature once. */
|
||||
|
|
Loading…
Reference in a new issue