diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-12-13 09:58:40 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-01-05 02:30:49 +0100 |
| commit | 60c9b794e71e2862a64e6e2a08fda20c4eb3befb (patch) | |
| tree | daa520dc89cc1f67de51ce82cdbdcf531a480df5 /include/efi_api.h | |
| parent | c3cf134a41835e6e023277783deb3ee18e9a74ad (diff) | |
efi_loader: update EFI specification version
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]>
Diffstat (limited to 'include/efi_api.h')
| -rw-r--r-- | include/efi_api.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 61c4eda8f8a..b10f467f67f 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -20,8 +20,10 @@ #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 { |
