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.150.166, mailfrom: shrishail.patil@microchip.com) Received: from esa5.microchip.iphmx.com (esa5.microchip.iphmx.com [216.71.150.166]) by groups.io with SMTP; Thu, 01 Aug 2019 00:05:09 -0700 Received-SPF: Pass (esa5.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=esa5.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 (esa5.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@email.microchip.com) identity=helo; client-ip=198.175.253.82; receiver=esa5.microchip.iphmx.com; envelope-from="Shrishail.Patil@microchip.com"; x-sender="postmaster@email.microchip.com"; x-conformance=spf_only Authentication-Results: esa5.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: NZFT9YAL/yu5BJQoppvu10/PNUoe2JCczWr3G3ttv994Kx57JvD7pWJZxMY1Tf4Q/qeIFkpszk A3SC0yfHfUidqfqBLj9H7WxuypcaSnQgsLPmLcS9niTQiJq8HiQ5xt9P2Q8IGxMvdiEnvPrjo5 6+/P7e31QRl1AsYWA99rLHn8LcHDWzLuvo9OHIM1DGcV0IJKLlHcnKjDs6boscE3H0uAy2Rh1b CITmLFocIN1BJsPsbU5F5Eb9G5QKRWqC5mKcAr57ZR5qEvg9me2Gdlp4SZvvQ+dbBB0a+hFRiW shY= X-IronPort-AV: E=Sophos;i="5.64,333,1559545200"; d="scan'208";a="41971712" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 01 Aug 2019 00:05:10 -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:04:58 -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:04:51 -0700 From: "shrishail" To: CC: , , , Shrishail Patil , shrishail patil Subject: [edk2-test][PATCH V2 2/3] Adding FMP to IHVSCT. Date: Thu, 1 Aug 2019 12:33:23 +0530 Message-ID: <20190801070326.1852-3-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 Firmware Management Protocol to IHVSCT.=0D This patch contains the changes to build/compilation Changes.=0D =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..42c2848c 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%\IhvFirmwareManagementBBTest.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..d0759885 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/IhvFirmwareManagementBBTest.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