From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: eric.jin@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Mon, 16 Sep 2019 19:20:13 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 19:20:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,515,1559545200"; d="scan'208";a="188794924" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 16 Sep 2019 19:20:12 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 19:20:11 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 19:20:11 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.140]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.195]) with mapi id 14.03.0439.000; Tue, 17 Sep 2019 10:20:10 +0800 From: "Eric Jin" To: "devel@edk2.groups.io" CC: shrishail patil , Supreeth Venkatesh Subject: Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package Thread-Topic: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package Thread-Index: AQHVaRbAujAq4DXD30S3lWAp2Qf+46ct7XIggAE9ATA= Date: Tue, 17 Sep 2019 02:20:10 +0000 Message-ID: References: <15C391D440E065FE.4409@groups.io> <15C4DA66B2F792F0.18933@groups.io> In-Reply-To: <15C4DA66B2F792F0.18933@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: eric.jin@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Pushed at a89b0fd0a8a0 to a7b07ad68ec3 -----Original Message----- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Monday, September 16, 2019 3:25 PM To: devel@edk2.groups.io Cc: shrishail patil ; Supreeth Venkatesh Subject: Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiC= onfigAccess to IHV SCT binary package The series is reviewed.=20 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 HiiConfi= gAccess 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/CommonGe= nFramework.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b/uefi-sct/SctPkg/Comm= onGenFramework.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) 20= 10 - 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 %Framewor= k%\Test\ > NUL copy %ProcessorType%\IhviScsiInitiatorNameBBTest.efi %Framewor= k%\Test\ > NUL copy %ProcessorType%\IhvStorageSecurityCommandBBTest.efi %Framewor= k%\Test\ > NUL - + copy %ProcessorType%\IhvHIIConfigAccessBBTest.efi %Framewor= k%\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/Commo= nGenFramework.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.
# Copyr= ight (c) 2014 - 2018, Intel Corporation. All rights reserved. # (C) C= opyright 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/T= est/ > NUL cp $ProcessorType/IhviScsiInitiatorNameBBTest.efi $Framework/T= est/ > NUL cp $ProcessorType/IhvStorageSecurityCommandBBTest.efi $Framework/T= est/ > NUL + cp $ProcessorType/IhvHIIConfigAccessBBTest.efi $Framework/T= est/ > NUL =20 # ********************************************* # Copy the UEFI 2.1 Test Cases for IHV -- 2.20.0.windows.1