From 78322c85aea37f20de912f019b5fdfe1d2282041 Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Tue, 26 Nov 2013 07:36:29 +0000 Subject: =?UTF-8?q?Follow=20UEFI=20spec=20to=20add=20the=20definition=20fo?= =?UTF-8?q?r=20EFI=5FSPECIFICATION=5FVERSION,=20and=20update=20other=20tab?= =?UTF-8?q?le=20version=20to=20refer=20to=20it.=20Remove=20the=20=E2=80=9C?= =?UTF-8?q?/D=20TIANO=5FRELEASE=5FVERSION=3D0x00080006=E2=80=9D=20option?= =?UTF-8?q?=20in=20Nt32Pkg=20DSC=20file,=20since=20it=E2=80=99s=20not=20us?= =?UTF-8?q?ed=20in=20source=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Shumin Qiu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14900 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Uefi/UefiSpec.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include') diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 63b9078172..e6819aa28b 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1771,9 +1771,10 @@ EFI_STATUS #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_40_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') -#define EFI_RUNTIME_SERVICES_REVISION EFI_2_40_SYSTEM_TABLE_REVISION +#define EFI_RUNTIME_SERVICES_REVISION EFI_SPECIFICATION_VERSION /// /// EFI Runtime Services Table. @@ -1825,7 +1826,7 @@ typedef struct { #define EFI_BOOT_SERVICES_SIGNATURE SIGNATURE_64 ('B','O','O','T','S','E','R','V') -#define EFI_BOOT_SERVICES_REVISION EFI_2_40_SYSTEM_TABLE_REVISION +#define EFI_BOOT_SERVICES_REVISION EFI_SPECIFICATION_VERSION /// /// EFI Boot Services Table. -- cgit v1.2.3