mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi_loader: bump UEFI specification number to 2.8
We are implementing UEFI variable RuntimeServicesSupported and set the unimplemented runtime functions return EFI_UNSUPPORTED as described in UEFI specification 2.8. So let's also advertise this specification version in our system table. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Alexander Graf <agraf@csgraf.de>
This commit is contained in:
parent
ee8ebaaaae
commit
c7308d6e23
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
#include <asm/setjmp.h>
|
#include <asm/setjmp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* UEFI spec version 2.7 */
|
/* UEFI spec version 2.8 */
|
||||||
#define EFI_SPECIFICATION_VERSION (2 << 16 | 70)
|
#define EFI_SPECIFICATION_VERSION (2 << 16 | 80)
|
||||||
|
|
||||||
/* Types and defines for EFI CreateEvent */
|
/* Types and defines for EFI CreateEvent */
|
||||||
enum efi_timer_delay {
|
enum efi_timer_delay {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue