[PATCH 1/1] efi_loader: set UEFI specification version to 2.10

Ilias Apalodimas ilias.apalodimas at linaro.org
Fri Dec 23 07:34:54 CET 2022


On Fri, 23 Dec 2022 at 03:33, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Claim to implement UEFI 2.10 setting EFI_SPECIFICATION_VERSION accordingly.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  include/efi_api.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/efi_api.h b/include/efi_api.h
> index 00c98e0984..9bd70b0f18 100644
> --- a/include/efi_api.h
> +++ b/include/efi_api.h
> @@ -21,7 +21,7 @@
>  #include <pe.h>
>
>  /* UEFI spec version 2.9 */
> -#define EFI_SPECIFICATION_VERSION (2 << 16 | 90)
> +#define EFI_SPECIFICATION_VERSION (2 << 16 | 100)
>
>  /* Types and defines for EFI CreateEvent */
>  enum efi_timer_delay {
> --
> 2.37.2
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list