From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=eric.jin@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5CCA121A02937 for ; Tue, 20 Nov 2018 00:09:33 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2018 00:09:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,256,1539673200"; d="scan'208";a="92536217" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 20 Nov 2018 00:09:32 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 20 Nov 2018 00:09:32 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0415.000; Tue, 20 Nov 2018 16:09:30 +0800 From: "Jin, Eric" To: Lokesh B V , "edk2-devel@lists.01.org" , "supreeth.venkatesh@arm.com" CC: "Jin, Eric" Thread-Topic: [edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7 Thread-Index: AQHUgJ1M4oz85QtO1kaQfubXOOwegqVYTs5g Date: Tue, 20 Nov 2018 08:09:30 +0000 Message-ID: References: <1542696591-2187-1-git-send-email-lokesh.bv@arm.com> In-Reply-To: <1542696591-2187-1-git-send-email-lokesh.bv@arm.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [edk2-test][PATCH] Framework/Include: allow usage with EFI version 2.7 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2018 08:09:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please don't forget to change the copyright info when commit patch. Reviewed-by: Eric Jin -----Original Message----- From: Lokesh B V =20 Sent: Tuesday, November 20, 2018 2:50 PM To: edk2-devel@lists.01.org; supreeth.venkatesh@arm.com; Jin, Eric Cc: Lokesh B V Subject: [edk2-test][PATCH] Framework/Include: allow usage with EFI version= 2.7 EDK2 supports EFI version 2.7 and so allow UEFI-SCT to be usable with this = version of EFI. Signed-off-by: Lokesh B V --- uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDe= f.h b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h index d24c201..c861437 100644 --- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h +++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h @@ -46,6 +46,8 @@ Abstract: #define EFI_SCT_NAME L"UEFI2.5 Self Certification T= est(SCT2)" #elif (EFI_SPECIFICATION_VERSION =3D=3D EFI_2_60_SYSTEM_TABLE_REVISION) #define EFI_SCT_NAME L"UEFI2.6 Self Certification T= est(SCT2)" +#elif (EFI_SPECIFICATION_VERSION =3D=3D EFI_2_70_SYSTEM_TABLE_REVISION) +#define EFI_SCT_NAME L"UEFI2.7 Self Certification T= est(SCT2)" #else #error Unknown EFI_SPECIFICATION_VERSION #endif -- 2.7.4