* Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package [not found] <15C352E4CE8DD33D.22511@groups.io> @ 2019-09-16 7:27 ` Eric Jin 2019-09-16 16:06 ` Supreeth Venkatesh [not found] ` <15C4DA8C831C370A.28834@groups.io> 1 sibling, 1 reply; 3+ messages in thread From: Eric Jin @ 2019-09-16 7:27 UTC (permalink / raw) To: devel@edk2.groups.io; +Cc: shrishail patil, Supreeth Venkatesh The series is reviewed. Reviewed-by: Eric Jin <eric.jin@intel.com> -----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Eric Jin Sent: Wednesday, September 11, 2019 3:51 PM To: devel@edk2.groups.io Cc: shrishail patil <shrishail.patil@microchip.com>; Supreeth Venkatesh <supreeth.venkatesh@arm.com> Subject: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package From: shrishail patil <shrishail.patil@microchip.com> Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com> Cc: Eric Jin <eric.jin@intel.com> Signed-off-by: shrishail patil <shrishail.patil@microchip.com> --- 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.<BR> @REM Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<CR> @REM (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR> +@REM Copyright (c) 2019,Microchip Technology Inc.<BR> @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.<BR> # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<CR> # (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR> +# Copyright (c) 2019,Microchip Technology Inc.<BR> # # 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package 2019-09-16 7:27 ` [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package Eric Jin @ 2019-09-16 16:06 ` Supreeth Venkatesh 0 siblings, 0 replies; 3+ messages in thread From: Supreeth Venkatesh @ 2019-09-16 16:06 UTC (permalink / raw) To: Jin, Eric, devel@edk2.groups.io; +Cc: shrishail patil Eric, Can you commit it as well? Thanks, Supreeth On Mon, 2019-09-16 at 02:27 -0500, Jin, Eric wrote: > The series is reviewed. > Reviewed-by: Eric Jin <eric.jin@intel.com> > > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Eric > Jin > Sent: Wednesday, September 11, 2019 3:51 PM > To: devel@edk2.groups.io > Cc: shrishail patil <shrishail.patil@microchip.com>; Supreeth > Venkatesh <supreeth.venkatesh@arm.com> > Subject: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP > test to IHV SCT binary package > > From: shrishail patil <shrishail.patil@microchip.com> > > Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com> > Cc: Eric Jin <eric.jin@intel.com> > Signed-off-by: shrishail patil <shrishail.patil@microchip.com> > --- > 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.<BR> @REM Copyright > (c) 2010 - 2018, Intel Corporation. All rights > reserved.<CR> @REM (C) Copyright 2017 Hewlett Packard Enterprise > Development LP<BR> > +@REM Copyright (c) 2019,Microchip Technology Inc.<BR> > @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.<BR> # Copyright (c) 2014 - 2018, Intel Corporation. All > rights reserved.<CR> # (C) Copyright 2017 Hewlett Packard > Enterprise Development LP<BR> > +# Copyright (c) 2019,Microchip Technology Inc.<BR> > # > # 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/Te > st/ > NUL > cp > $ProcessorType/IhviScsiInitiatorNameBBTest.efi $Framework/Te > st/ > NUL > cp > $ProcessorType/IhvStorageSecurityCommandBBTest.efi $Framework/Te > st/ > NUL > - > +..cp > $ProcessorType/IhvFirmwareManagementBBTest.efi $Framework/Te > st/ > NUL > # ********************************************* > # Copy the UEFI 2.1 Test Cases for IHV > # ********************************************* > -- > 2.20.0.windows.1 > > > > ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <15C4DA8C831C370A.28834@groups.io>]
* Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package [not found] ` <15C4DA8C831C370A.28834@groups.io> @ 2019-09-17 1:12 ` Eric Jin 0 siblings, 0 replies; 3+ messages in thread From: Eric Jin @ 2019-09-17 1:12 UTC (permalink / raw) To: devel@edk2.groups.io; +Cc: shrishail patil, Supreeth Venkatesh Pushed at ef7d43a935b3 to fd26c74e0857 -----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Eric Jin Sent: Monday, September 16, 2019 3:28 PM To: devel@edk2.groups.io Cc: shrishail patil <shrishail.patil@microchip.com>; Supreeth Venkatesh <supreeth.venkatesh@arm.com> Subject: Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package The series is reviewed. Reviewed-by: Eric Jin <eric.jin@intel.com> -----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Eric Jin Sent: Wednesday, September 11, 2019 3:51 PM To: devel@edk2.groups.io Cc: shrishail patil <shrishail.patil@microchip.com>; Supreeth Venkatesh <supreeth.venkatesh@arm.com> Subject: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package From: shrishail patil <shrishail.patil@microchip.com> Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com> Cc: Eric Jin <eric.jin@intel.com> Signed-off-by: shrishail patil <shrishail.patil@microchip.com> --- 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.<BR> @REM Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<CR> @REM (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR> +@REM Copyright (c) 2019,Microchip Technology Inc.<BR> @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.<BR> # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<CR> # (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR> +# Copyright (c) 2019,Microchip Technology Inc.<BR> # # 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-17 1:12 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <15C352E4CE8DD33D.22511@groups.io> 2019-09-16 7:27 ` [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package Eric Jin 2019-09-16 16:06 ` Supreeth Venkatesh [not found] ` <15C4DA8C831C370A.28834@groups.io> 2019-09-17 1:12 ` Eric Jin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox