From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=supreeth.venkatesh@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 684C021B02822 for ; Wed, 28 Nov 2018 14:30:47 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0A76B80D; Wed, 28 Nov 2018 14:30:47 -0800 (PST) Received: from supven01-VirtualBox (u203142.arm.com [10.118.30.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CB8CA3F575; Wed, 28 Nov 2018 14:30:46 -0800 (PST) Message-ID: <3a5110750a57aaa539815e100ee12127bd33166e.camel@arm.com> From: Supreeth Venkatesh To: Lokesh B V , edk2-devel@lists.01.org Date: Wed, 28 Nov 2018 16:30:44 -0600 In-Reply-To: <1543397402-19411-1-git-send-email-lokesh.bv@arm.com> References: <1543397402-19411-1-git-send-email-lokesh.bv@arm.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 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: Wed, 28 Nov 2018 22:30:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Thanks for the patch. Pushed with the following changes copyright text by adding a comma as below: Copyright (c) 2018, ARM Ltd. All rights reserved.
On Wed, 2018-11-28 at 14:59 +0530, Lokesh B V wrote: Thanks, Supreeth > EDK2 supports EFI version 2.7 and so allow UEFI-SCT to be > usable with this version of EFI. > > Cc: Supreeth Venkatesh > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Lokesh B V > --- > uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h | > 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/uefi- > sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h b/uefi- > sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h > index d24c201..8fda374 100644 > --- a/uefi- > sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h > +++ b/uefi- > sct/SctPkg/TestInfrastructure/SCT/Framework/Include/SctDef.h > @@ -2,6 +2,7 @@ > > Copyright 2006 - 2017 Unified EFI, Inc.
> Copyright (c) 2010 - 2017, Intel Corporation. All rights > reserved.
> + Copyright (c) 2018 ARM Ltd. All rights reserved.
> > This program and the accompanying materials > are licensed and made available under the terms and conditions of > the BSD License > @@ -46,6 +47,8 @@ Abstract: > #define EFI_SCT_NAME L"UEFI2.5 Self > Certification Test(SCT2)" > #elif (EFI_SPECIFICATION_VERSION == EFI_2_60_SYSTEM_TABLE_REVISION) > #define EFI_SCT_NAME L"UEFI2.6 Self > Certification Test(SCT2)" > +#elif (EFI_SPECIFICATION_VERSION == EFI_2_70_SYSTEM_TABLE_REVISION) > +#define EFI_SCT_NAME L"UEFI2.7 Self > Certification Test(SCT2)" > #else > #error Unknown EFI_SPECIFICATION_VERSION > #endif