From: Heinrich Schuchardt Date: Wed, 17 Nov 2021 17:55:59 +0000 (+0100) Subject: efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=dc52578d7b48342c04484184199831893a983cbf;p=u-boot.git efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9 We have implemented all what is new in UEFI specification 2.9 and relevant for U-Boot. Signed-off-by: Heinrich Schuchardt --- diff --git a/include/efi_api.h b/include/efi_api.h index 1e956569a0..80109f012b 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -20,8 +20,8 @@ #include #include -/* UEFI spec version 2.8 */ -#define EFI_SPECIFICATION_VERSION (2 << 16 | 80) +/* UEFI spec version 2.9 */ +#define EFI_SPECIFICATION_VERSION (2 << 16 | 90) /* Types and defines for EFI CreateEvent */ enum efi_timer_delay {