mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9
We have implemented all what is new in UEFI specification 2.9 and relevant for U-Boot. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
22ad3f5f7b
commit
dc52578d7b
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
#include <charset.h>
|
#include <charset.h>
|
||||||
#include <pe.h>
|
#include <pe.h>
|
||||||
|
|
||||||
/* UEFI spec version 2.8 */
|
/* UEFI spec version 2.9 */
|
||||||
#define EFI_SPECIFICATION_VERSION (2 << 16 | 80)
|
#define EFI_SPECIFICATION_VERSION (2 << 16 | 90)
|
||||||
|
|
||||||
/* Types and defines for EFI CreateEvent */
|
/* Types and defines for EFI CreateEvent */
|
||||||
enum efi_timer_delay {
|
enum efi_timer_delay {
|
||||||
|
|
Loading…
Reference in a new issue