From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: microchip.com, ip: 216.71.154.253, mailfrom: shrishail.patil@microchip.com) Received: from esa6.microchip.iphmx.com (esa6.microchip.iphmx.com [216.71.154.253]) by groups.io with SMTP; Thu, 01 Aug 2019 00:05:17 -0700 Received-SPF: Pass (esa6.microchip.iphmx.com: domain of Shrishail.Patil@microchip.com designates 198.175.253.82 as permitted sender) identity=mailfrom; client-ip=198.175.253.82; receiver=esa6.microchip.iphmx.com; envelope-from="Shrishail.Patil@microchip.com"; x-sender="Shrishail.Patil@microchip.com"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 mx a:ushub1.microchip.com a:smtpout.microchip.com a:mx1.microchip.iphmx.com a:mx2.microchip.iphmx.com include:servers.mcsv.net include:mktomail.com include:spf.protection.outlook.com ~all" Received-SPF: None (esa6.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@email.microchip.com) identity=helo; client-ip=198.175.253.82; receiver=esa6.microchip.iphmx.com; envelope-from="Shrishail.Patil@microchip.com"; x-sender="postmaster@email.microchip.com"; x-conformance=spf_only Authentication-Results: esa6.microchip.iphmx.com; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=Shrishail.Patil@microchip.com; spf=None smtp.helo=postmaster@email.microchip.com; dmarc=pass (p=none dis=none) d=microchip.com IronPort-SDR: 498QBMcHUD5eTkqotF/sgwR3XF8EEGV857g9vpJZOtt4+mCt5tLcmhWtRNZrRKH7P0uouPIilw uHJxBFyuyRp+lycN+iEAPxbMAS/nu89nMILL9SpoZH8LVR6mX/dNe/IKiVvnPSod23H0rXlaov THY05LHY14Cc5MBDjLXYx6ScvRyqmchuilbnTxRK5i6Gw0rNEmxyr8CzGY6e95lubBmrbLBKlb uAwJUSXwtZif+4JsPSYy2QjxNiHQp0qvbm4Kupn6OtcZs12k336cHVoAG3VSjBk44FT8lgLrC8 WRI= X-IronPort-AV: E=Sophos;i="5.64,333,1559545200"; d="scan'208";a="40555363" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 01 Aug 2019 00:05:16 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 1 Aug 2019 00:05:12 -0700 Received: from INB-LT-I31184A.mchp-main.com (10.10.85.251) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Thu, 1 Aug 2019 00:05:04 -0700 From: "shrishail" To: CC: , , , Shrishail Patil , shrishail patil Subject: [edk2-test][PATCH V2 2/3] Adding HII to IHVSCT Date: Thu, 1 Aug 2019 12:33:24 +0530 Message-ID: <20190801070326.1852-4-shrishail.patil@microchip.com> X-Mailer: git-send-email 2.22.0.windows.1 In-Reply-To: <20190801070326.1852-1-shrishail.patil@microchip.com> References: <20190801070326.1852-1-shrishail.patil@microchip.com> MIME-Version: 1.0 Return-Path: shrishail.patil@microchip.com Content-Transfer-Encoding: quoted-printable Content-Type: text/plain From: Shrishail Patil =0D Adding HII Config Access Protocol to IHVSCT=0D This patch contains the changes to build/compilation Changes.=0D Contributed-under: TianoCore Contribution Agreement 1.1=0D Signed-off-by: shrishail patil =0D ---=0D uefi-sct/SctPkg/CommonGenFramework.bat | 2 +-=0D uefi-sct/SctPkg/CommonGenFramework.sh | 2 +-=0D 2 files changed, 2 insertions(+), 2 deletions(-)=0D =0D diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b/uefi-sct/SctPkg/Commo= nGenFramework.bat=0D index 5c614eaa..8e75d8a8 100644=0D --- a/uefi-sct/SctPkg/CommonGenFramework.bat=0D +++ b/uefi-sct/SctPkg/CommonGenFramework.bat=0D @@ -279,7 +279,7 @@ rem copy %ProcessorType%\IhvUsbHcTest.efi = %Framework%\T=0D copy %ProcessorType%\IhvUsb2HcTest.efi %Framework= %\Test\ > NUL=0D copy %ProcessorType%\IhviScsiInitiatorNameBBTest.efi %Framework= %\Test\ > NUL=0D copy %ProcessorType%\IhvStorageSecurityCommandBBTest.efi %Framework= %\Test\ > NUL=0D -=0D + copy %ProcessorType%\IhvHIIConfigAccessBBTest.efi %Framework= %\Test\ > NUL=0D rem *********************************************=0D rem Copy the UEFI 2.1 Test Cases for IHV=0D rem *********************************************=0D diff --git a/uefi-sct/SctPkg/CommonGenFramework.sh b/uefi-sct/SctPkg/Common= GenFramework.sh=0D index c422034a..f0d1527b 100755=0D --- a/uefi-sct/SctPkg/CommonGenFramework.sh=0D +++ b/uefi-sct/SctPkg/CommonGenFramework.sh=0D @@ -312,7 +312,7 @@ then=0D cp $ProcessorType/IhvUsb2HcTest.efi $Framework/Te= st/ > NUL=0D cp $ProcessorType/IhviScsiInitiatorNameBBTest.efi $Framework/Te= st/ > NUL=0D cp $ProcessorType/IhvStorageSecurityCommandBBTest.efi $Framework/Te= st/ > NUL=0D -=0D + cp $ProcessorType/IhvHIIConfigAccessBBTest.efi $Framework/Te= st/ > NUL=0D # *********************************************=0D # Copy the UEFI 2.1 Test Cases for IHV=0D # *********************************************=0D --=0D 2.22.0.windows.1=0D =0D