aboutsummaryrefslogtreecommitdiff
path: root/include/efi_api.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-29 13:32:50 -0500
committerTom Rini <trini@konsulko.com>2022-12-29 13:32:50 -0500
commitd36bc89be2793a03da151f067d4889d9a32d3908 (patch)
tree7fde10a06c430caf0ae0db3a44fc3ef06506f313 /include/efi_api.h
parent6f975524cbf7d39c925cb101be9ff09b5e70dbbe (diff)
parentf557cf08b974c359ad3c53a87297d19fe13ff4f0 (diff)
Merge tag 'efi-2023-01-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-01-rc5-2 Documentation: * Reorganize existing TI docs and add K3 generation page * Add texinfodocs and infodocs targets * Update qemu-ppce500 documentation * Use "changesets" not "csets" in statistics pages UEFI * Fix merging of preseeded non-volatile variables * Fix a return value in the EFI_HII_DATABASE_PROTOCOL * Set UEFI specification version to 2.10
Diffstat (limited to 'include/efi_api.h')
-rw-r--r--include/efi_api.h2
1 files changed, 1 insertions, 1 deletions
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 {