From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Fri, 28 Jun 2019 17:31:55 +0000 (+0200)
Subject: efi_loader: bump UEFI specification number to 2.8
X-Git-Tag: v2025.01-rc5-pxa1908~2895^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=c7308d6e2307c763f0006f4933da3bfbb875bed7;p=u-boot.git

efi_loader: bump UEFI specification number to 2.8

We are implementing UEFI variable RuntimeServicesSupported and set the
unimplemented runtime functions return EFI_UNSUPPORTED as described in UEFI
specification 2.8. So let's also advertise this specification version in
our system table.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Alexander Graf <agraf@csgraf.de>
---

diff --git a/include/efi_api.h b/include/efi_api.h
index a36ececc81..d4f32dbdc8 100644
--- a/include/efi_api.h
+++ b/include/efi_api.h
@@ -23,8 +23,8 @@
 #include <asm/setjmp.h>
 #endif
 
-/* UEFI spec version 2.7 */
-#define EFI_SPECIFICATION_VERSION (2 << 16 | 70)
+/* UEFI spec version 2.8 */
+#define EFI_SPECIFICATION_VERSION (2 << 16 | 80)
 
 /* Types and defines for EFI CreateEvent */
 enum efi_timer_delay {