]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 17 Nov 2021 17:55:59 +0000 (18:55 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 20 Nov 2021 09:53:00 +0000 (10:53 +0100)
We have implemented all what is new in UEFI specification 2.9 and relevant
for U-Boot.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/efi_api.h

index 1e956569a0353946854c26b9fb10aa70923a473d..80109f012bc7c3527ca47aaae3b781053b9060f3 100644 (file)
@@ -20,8 +20,8 @@
 #include <charset.h>
 #include <pe.h>
 
-/* 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 {