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 <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2024-12-13 09:58:40 +01:00
parent c3cf134a41
commit 60c9b794e7

View File

@@ -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 {