]> Git Repo - J-u-boot.git/commitdiff
efi_loader: update EFI specification version
authorHeinrich Schuchardt <[email protected]>
Fri, 13 Dec 2024 08:58:40 +0000 (09:58 +0100)
committerHeinrich Schuchardt <[email protected]>
Sun, 5 Jan 2025 01:30:49 +0000 (02:30 +0100)
UEFI specification 2.11 has been published.
There are no changes relevant for the U-Boot scope.
So let us update the supported specification version.

Change the comment for the constant to Sphinx style.

Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
include/efi_api.h

index 61c4eda8f8a7f90ec9e79278bda68120f8a8620a..b10f467f67fdf5dea6c6f6a763221ae12bfc4fee 100644 (file)
 #include <charset.h>
 #include <pe.h>
 
-/* UEFI spec version 2.9 */
-#define EFI_SPECIFICATION_VERSION (2 << 16 | 100)
+/**
+ * define EFI_SPECIFICATION_VERSION - UEFI specification version
+ */
+#define EFI_SPECIFICATION_VERSION (2 << 16 | 110)
 
 /* Types and defines for EFI CreateEvent */
 enum efi_timer_delay {
This page took 0.036798 seconds and 4 git commands to generate.