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; Wed, 07 Aug 2019 19:05:51 -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: cu1YjAc+1/dqUUSJ7+7m6vJJ2xxsVunhc/bDwdXaCgm1frRshGsBTq+La00vZhhQug3t/sRxCl /KRyaGtezJ96dtFlbE+zvDnxpDD5mq5GlUopYLRqazq8KkAMuFY+L4oyB1207YyvVpj0Zappjn c9voZgCFSw1N1DCrKECpuODRVkDWqwjryffvlYC46W/h3GinQ4VHwmJtgOfscrNeijyYY9Hs1e 5muW54NDNBpMFGiAHf9xHmHLpofEg5EkUfCVnTzs0Hol98+xZ/ta4QgnA2sAeofM60n/7S/N3x 6Wk= X-IronPort-AV: E=Sophos;i="5.64,358,1559545200"; d="scan'208";a="41448981" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 07 Aug 2019 19:05:50 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) 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; Wed, 7 Aug 2019 19:05:49 -0700 Received: from INB-LT-I31184A.mchp-main.com (10.10.85.251) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Wed, 7 Aug 2019 19:05:42 -0700 From: "shrishail" To: CC: , , , Shrishail Patil , shrishail patil Subject: [edk2-test][PATCH V3 2/3] Adding HII to IHVSCT Date: Thu, 8 Aug 2019 07:35:27 +0530 Message-ID: <20190808020527.145-1-shrishail.patil@microchip.com> X-Mailer: git-send-email 2.22.0.windows.1 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 Addressed the review comments relating to adding space between sections.=0D Contributed-under: TianoCore Contribution Agreement 1.1=0D Signed-off-by: shrishail patil =0D ---=0D uefi-sct/SctPkg/CommonGenFramework.bat | 3 ++-=0D uefi-sct/SctPkg/CommonGenFramework.sh | 1 +=0D 2 files changed, 3 insertions(+), 1 deletion(-)=0D =0D diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b/uefi-sct/SctPkg/Commo= nGenFramework.bat=0D index 5c614eaa..c164c4d8 100644=0D --- a/uefi-sct/SctPkg/CommonGenFramework.bat=0D +++ b/uefi-sct/SctPkg/CommonGenFramework.bat=0D @@ -279,7 +279,8 @@ 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 +=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..fc024274 100755=0D --- a/uefi-sct/SctPkg/CommonGenFramework.sh=0D +++ b/uefi-sct/SctPkg/CommonGenFramework.sh=0D @@ -312,6 +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 + cp $ProcessorType/IhvHIIConfigAccessBBTest.efi $Framework/Te= st/ > NUL=0D =0D # *********************************************=0D # Copy the UEFI 2.1 Test Cases for IHV=0D --=0D 2.22.0.windows.1=0D =0D