From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: supreeth.venkatesh@arm.com) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by groups.io with SMTP; Mon, 16 Sep 2019 09:06:02 -0700 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1DC9528; Mon, 16 Sep 2019 09:06:02 -0700 (PDT) Received: from supven01-thinkstation-p720.austin.arm.com (supven01-thinkstation-p720.austin.arm.com [10.118.28.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 18CEE3F67D; Mon, 16 Sep 2019 09:06:02 -0700 (PDT) Message-ID: <5270398fb37e6737cc7413197606e7d02b93f88b.camel@arm.com> Subject: Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package From: "Supreeth Venkatesh" To: "Jin, Eric" , "devel@edk2.groups.io" Cc: shrishail patil Date: Mon, 16 Sep 2019 11:06:01 -0500 In-Reply-To: References: <15C391D440E065FE.4409@groups.io> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Eric, Can you push this as well? Thanks, Supreeth On Mon, 2019-09-16 at 02:25 -0500, Jin, Eric wrote: > The series is reviewed. > Reviewed-by: Eric Jin > > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Eric > Jin > Sent: Thursday, September 12, 2019 11:04 AM > To: devel@edk2.groups.io > Cc: shrishail patil ; Supreeth > Venkatesh > Subject: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add > HiiConfigAccess to IHV SCT binary package > > From: shrishail patil > > Cc: Supreeth Venkatesh > Cc: Eric Jin > Signed-off-by: shrishail patil > --- > uefi-sct/SctPkg/CommonGenFramework.bat | 4 +++- uefi- > sct/SctPkg/CommonGenFramework.sh | 2 ++ > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b/uefi- > sct/SctPkg/CommonGenFramework.bat > index 5c614eaa9a74..d84cbf379fc9 100644 > --- a/uefi-sct/SctPkg/CommonGenFramework.bat > +++ b/uefi-sct/SctPkg/CommonGenFramework.bat > @@ -2,6 +2,7 @@ > @REM Copyright 2006 - 2017 Unified EFI, Inc.
@REM Copyright > (c) 2010 - 2018, Intel Corporation. All rights > reserved. @REM (C) Copyright 2017 Hewlett Packard Enterprise > Development LP
> +@REM Copyright (c) 2019,Microchip Technology Inc.
> @REM > @REM This program and the accompanying materials @REM are > licensed and made available under the terms and conditions of the BSD > License > @@ -279,7 +280,8 @@ rem copy > %ProcessorType%\IhvUsbHcTest.efi %Framework%\ > T > copy > %ProcessorType%\IhvUsb2HcTest.efi %Framework%\ > Test\ > NUL > copy > %ProcessorType%\IhviScsiInitiatorNameBBTest.efi %Framework%\ > Test\ > NUL > copy > %ProcessorType%\IhvStorageSecurityCommandBBTest.efi %Framework%\ > Test\ > NUL > - > + copy > %ProcessorType%\IhvHIIConfigAccessBBTest.efi %Framework%\ > Test\ > NUL > + > rem ********************************************* > rem Copy the UEFI 2.1 Test Cases for IHV > rem ********************************************* > diff --git a/uefi-sct/SctPkg/CommonGenFramework.sh b/uefi- > sct/SctPkg/CommonGenFramework.sh > index c422034a6457..7e15094d36f4 100755 > --- a/uefi-sct/SctPkg/CommonGenFramework.sh > +++ b/uefi-sct/SctPkg/CommonGenFramework.sh > @@ -4,6 +4,7 @@ > # Copyright (c) 2011 - 2019, ARM Ltd. All rights > reserved.
# Copyright (c) 2014 - 2018, Intel Corporation. All > rights reserved. # (C) Copyright 2017 Hewlett Packard > Enterprise Development LP
> +# Copyright (c) 2019,Microchip Technology Inc.
> # > # This program and the accompanying materials # are licensed and > made available under the terms and conditions of the BSD License @@ > -312,6 +313,7 @@ then > cp > $ProcessorType/IhvUsb2HcTest.efi $Framework/Te > st/ > NUL > cp > $ProcessorType/IhviScsiInitiatorNameBBTest.efi $Framework/Te > st/ > NUL > cp > $ProcessorType/IhvStorageSecurityCommandBBTest.efi $Framework/Te > st/ > NUL > + cp > $ProcessorType/IhvHIIConfigAccessBBTest.efi $Framework/Te > st/ > NUL > > # ********************************************* > # Copy the UEFI 2.1 Test Cases for IHV > -- > 2.20.0.windows.1 > > > >