From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: microchip.com, ip: 68.232.149.84, mailfrom: shrishail.patil@microchip.com) Received: from esa2.microchip.iphmx.com (esa2.microchip.iphmx.com [68.232.149.84]) by groups.io with SMTP; Wed, 07 Aug 2019 20:25:01 -0700 Received-SPF: Pass (esa2.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=esa2.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 (esa2.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@email.microchip.com) identity=helo; client-ip=198.175.253.82; receiver=esa2.microchip.iphmx.com; envelope-from="Shrishail.Patil@microchip.com"; x-sender="postmaster@email.microchip.com"; x-conformance=spf_only Authentication-Results: esa2.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: QDATQp6TDYmz3FqUkg1mC13qPmkRvAgNmwpDp50ouw7I1mpY9xcH/0IdGXnhp4IHh1EfpG1t6y mgxxP2HGIp8qr/J80jja3E4Si3zXBqN9WbRMV+ef4LqPXjIFUde9102Zb3vNH91yspNhswSsPs 7UCMb/Fc1yxpoN88J9FHIS3rAJfJQHlKU9iW+97voliAx+Q1bUcKVjYrnNRockE+bzhuCayPgZ aSJqCwXsJ2C6QCEdY2d2kGBGKnMYQ6oSQMPjlNCAcwjLvddQeAT9gKJddws/fWqsbAICSZa++1 DOc= X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="44326583" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 07 Aug 2019 20:25:01 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) 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 20:25:00 -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 20:24:53 -0700 From: "shrishail" To: CC: , , , Shrishail Patil , shrishail patil Subject: [edk2-test][PATCH V3 2/3] Adding FMP to IHVSCT. Date: Thu, 8 Aug 2019 08:54:16 +0530 Message-ID: <20190808032416.1488-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 Firmware Management 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 =0D Contributed-under: TianoCore Contribution Agreement 1.1=0D Signed-off-by: shrishail patil =0D ---=0D uefi-sct/SctPkg/CommonGenFramework.bat | 1 +=0D uefi-sct/SctPkg/CommonGenFramework.sh | 1 +=0D 2 files changed, 2 insertions(+)=0D =0D diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b/uefi-sct/SctPkg/Commo= nGenFramework.bat=0D index 5c614eaa..c3fa5384 100644=0D --- a/uefi-sct/SctPkg/CommonGenFramework.bat=0D +++ b/uefi-sct/SctPkg/CommonGenFramework.bat=0D @@ -279,6 +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 + copy %ProcessorType%\IhvFirmwareManagementBBTest.efi %Framework= %\Test\ > NUL=0D +=0D rem *********************************************=0D rem Copy the UEFI 2.1 Test Cases for IHV=0D diff --git a/uefi-sct/SctPkg/CommonGenFramework.sh b/uefi-sct/SctPkg/Common= GenFramework.sh=0D index c422034a..101a39ee 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/IhvFirmwareManagementBBTest.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