On Fri, 23 Dec 2022 at 03:33, Heinrich Schuchardt
<heinrich.schucha...@canonical.com> wrote:
>
> Claim to implement UEFI 2.10 setting EFI_SPECIFICATION_VERSION accordingly.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@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.apalodi...@linaro.org>

Reply via email to