From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: eric.jin@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Wed, 11 Sep 2019 00:50:37 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2019 00:50:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,492,1559545200"; d="scan'208";a="184413419" Received: from shwdeopenpsi175.ccr.corp.intel.com ([10.239.9.33]) by fmsmga008.fm.intel.com with ESMTP; 11 Sep 2019 00:50:37 -0700 From: "Eric Jin" To: devel@edk2.groups.io Cc: shrishail patil , Supreeth Venkatesh Subject: [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package Date: Wed, 11 Sep 2019 15:50:33 +0800 Message-Id: <20190911075033.9668-1-eric.jin@intel.com> X-Mailer: git-send-email 2.20.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: shrishail patil Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: shrishail patil --- uefi-sct/SctPkg/CommonGenFramework.bat | 3 ++- uefi-sct/SctPkg/CommonGenFramework.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b/uefi-sct/SctPkg/CommonGenFramework.bat index 5c614eaa9a74..42aefa8fb479 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) 2010 - 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,7 @@ rem copy %ProcessorType%\IhvUsbHcTest.efi %Framework%\T copy %ProcessorType%\IhvUsb2HcTest.efi %Framework%\Test\ > NUL copy %ProcessorType%\IhviScsiInitiatorNameBBTest.efi %Framework%\Test\ > NUL copy %ProcessorType%\IhvStorageSecurityCommandBBTest.efi %Framework%\Test\ > NUL - + copy %ProcessorType%\IhvFirmwareManagementBBTest.efi %Framework%\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/CommonGenFramework.sh index c422034a6457..ed2b36aec42a 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.
# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved. # (C) Copyright 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,7 +313,7 @@ then cp $ProcessorType/IhvUsb2HcTest.efi $Framework/Test/ > NUL cp $ProcessorType/IhviScsiInitiatorNameBBTest.efi $Framework/Test/ > NUL cp $ProcessorType/IhvStorageSecurityCommandBBTest.efi $Framework/Test/ > NUL - +..cp $ProcessorType/IhvFirmwareManagementBBTest.efi $Framework/Test/ > NUL # ********************************************* # Copy the UEFI 2.1 Test Cases for IHV # ********************************************* -- 2.20.0.windows.1