diff options
| author | Tom Rini <[email protected]> | 2022-12-29 13:32:50 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-29 13:32:50 -0500 |
| commit | d36bc89be2793a03da151f067d4889d9a32d3908 (patch) | |
| tree | 7fde10a06c430caf0ae0db3a44fc3ef06506f313 /include | |
| parent | 6f975524cbf7d39c925cb101be9ff09b5e70dbbe (diff) | |
| parent | f557cf08b974c359ad3c53a87297d19fe13ff4f0 (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')
| -rw-r--r-- | include/efi_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 00c98e0984d..9bd70b0f18c 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 { |
