summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorHao Wu <hao.a.wu@intel.com>2016-02-01 15:12:16 +0800
committerHao Wu <hao.a.wu@intel.com>2016-02-15 13:34:28 +0800
commited5e386a6952cb2cf8ca6d723e2abd6c0b4f18c2 (patch)
treef55fc0af6be4d8d30e87a0309c6e7910a1233100 /MdePkg/Include/Uefi
parent392988a0bbb8695b836989a433842be6187e8b8f (diff)
downloadedk2-ed5e386a6952cb2cf8ca6d723e2abd6c0b4f18c2.zip
edk2-ed5e386a6952cb2cf8ca6d723e2abd6c0b4f18c2.tar.gz
edk2-ed5e386a6952cb2cf8ca6d723e2abd6c0b4f18c2.tar.bz2
MdePkg: Update the UEFI version to reflect new revision
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiSpec.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h
index 14ffc60..c864084 100644
--- a/MdePkg/Include/Uefi/UefiSpec.h
+++ b/MdePkg/Include/Uefi/UefiSpec.h
@@ -1,8 +1,8 @@
/** @file
Include file that supports UEFI.
- This include file must contain things defined in the UEFI 2.5 specification.
- If a code construct is defined in the UEFI 2.5 specification it must be included
+ This include file must contain things defined in the UEFI 2.6 specification.
+ If a code construct is defined in the UEFI 2.6 specification it must be included
by this include file.
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
@@ -1757,6 +1757,7 @@ EFI_STATUS
// EFI Runtime Services Table
//
#define EFI_SYSTEM_TABLE_SIGNATURE SIGNATURE_64 ('I','B','I',' ','S','Y','S','T')
+#define EFI_2_60_SYSTEM_TABLE_REVISION ((2 << 16) | (60))
#define EFI_2_50_SYSTEM_TABLE_REVISION ((2 << 16) | (50))
#define EFI_2_40_SYSTEM_TABLE_REVISION ((2 << 16) | (40))
#define EFI_2_31_SYSTEM_TABLE_REVISION ((2 << 16) | (31))
@@ -1766,7 +1767,7 @@ EFI_STATUS
#define EFI_2_00_SYSTEM_TABLE_REVISION ((2 << 16) | (00))
#define EFI_1_10_SYSTEM_TABLE_REVISION ((1 << 16) | (10))
#define EFI_1_02_SYSTEM_TABLE_REVISION ((1 << 16) | (02))
-#define EFI_SYSTEM_TABLE_REVISION EFI_2_50_SYSTEM_TABLE_REVISION
+#define EFI_SYSTEM_TABLE_REVISION EFI_2_60_SYSTEM_TABLE_REVISION
#define EFI_SPECIFICATION_VERSION EFI_SYSTEM_TABLE_REVISION
#define EFI_RUNTIME_SERVICES_SIGNATURE SIGNATURE_64 ('R','U','N','T','S','E','R','V')