[edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi

Michael D Kinney posted 2 patches 1 year ago
Failed in applying to current master (apply log)
.../Include/Ppi/FirmwareVolumeShadowPpi.h     | 61 +++++++++++++++++++
MdeModulePkg/MdeModulePkg.dec                 |  3 +
SecurityPkg/FvReportPei/FvReportPei.c         | 37 ++++++++---
SecurityPkg/FvReportPei/FvReportPei.h         |  1 +
SecurityPkg/FvReportPei/FvReportPei.inf       |  1 +
5 files changed, 96 insertions(+), 7 deletions(-)
create mode 100644 MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
[edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi
Posted by Michael D Kinney 1 year ago
Add FirmwareVolumeShadow PPI to shadow an FV to memory.
and use it to shadow FVs to memory.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Patel Umang <umang.patel@intel.com>

Umang Patel (2):
  MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpi
  SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi

 .../Include/Ppi/FirmwareVolumeShadowPpi.h     | 61 +++++++++++++++++++
 MdeModulePkg/MdeModulePkg.dec                 |  3 +
 SecurityPkg/FvReportPei/FvReportPei.c         | 37 ++++++++---
 SecurityPkg/FvReportPei/FvReportPei.h         |  1 +
 SecurityPkg/FvReportPei/FvReportPei.inf       |  1 +
 5 files changed, 96 insertions(+), 7 deletions(-)
 create mode 100644 MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h

-- 
2.39.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101540): https://edk2.groups.io/g/devel/message/101540
Mute This Topic: https://groups.io/mt/97770066/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi
Posted by Wang, Jian J 1 year ago
For the patch series,

Reviewed-by: Jian J Wang <jian.j.wang@intel.com>

Regards,
Jian



> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Wednesday, March 22, 2023 10:06 AM
> To: devel@edk2.groups.io
> Cc: Yao, Jiewen <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>;
> Gao, Liming <gaoliming@byosoft.com.cn>; Patel, Umang
> <umang.patel@intel.com>
> Subject: [Patch 0/2] Add and use FirmwareVolumeShadowPpi
> 
> Add FirmwareVolumeShadow PPI to shadow an FV to memory.
> and use it to shadow FVs to memory.
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Patel Umang <umang.patel@intel.com>
> 
> Umang Patel (2):
>   MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpi
>   SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi
> 
>  .../Include/Ppi/FirmwareVolumeShadowPpi.h     | 61 +++++++++++++++++++
>  MdeModulePkg/MdeModulePkg.dec                 |  3 +
>  SecurityPkg/FvReportPei/FvReportPei.c         | 37 ++++++++---
>  SecurityPkg/FvReportPei/FvReportPei.h         |  1 +
>  SecurityPkg/FvReportPei/FvReportPei.inf       |  1 +
>  5 files changed, 96 insertions(+), 7 deletions(-)
>  create mode 100644
> MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
> 
> --
> 2.39.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101915): https://edk2.groups.io/g/devel/message/101915
Mute This Topic: https://groups.io/mt/97770066/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi
Posted by Michael D Kinney 1 year ago
Merged

PR: https://github.com/tianocore/edk2/pull/4159
Commit:	https://github.com/tianocore/edk2/commit/c8e631588b9591489d0219db1d14664e10367ecd
Commit: https://github.com/tianocore/edk2/commit/144028626e0072c2c4fdfcc0fe1b72de319bdd2f

Mike


> -----Original Message-----
> From: Wang, Jian J <jian.j.wang@intel.com>
> Sent: Sunday, March 26, 2023 9:55 PM
> To: Kinney, Michael D <michael.d.kinney@intel.com>; devel@edk2.groups.io
> Cc: Yao, Jiewen <jiewen.yao@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Patel, Umang <umang.patel@intel.com>
> Subject: RE: [Patch 0/2] Add and use FirmwareVolumeShadowPpi
> 
> For the patch series,
> 
> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
> 
> Regards,
> Jian
> 
> 
> 
> > -----Original Message-----
> > From: Kinney, Michael D <michael.d.kinney@intel.com>
> > Sent: Wednesday, March 22, 2023 10:06 AM
> > To: devel@edk2.groups.io
> > Cc: Yao, Jiewen <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>;
> > Gao, Liming <gaoliming@byosoft.com.cn>; Patel, Umang
> > <umang.patel@intel.com>
> > Subject: [Patch 0/2] Add and use FirmwareVolumeShadowPpi
> >
> > Add FirmwareVolumeShadow PPI to shadow an FV to memory.
> > and use it to shadow FVs to memory.
> >
> > Cc: Jiewen Yao <jiewen.yao@intel.com>
> > Cc: Jian J Wang <jian.j.wang@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Signed-off-by: Patel Umang <umang.patel@intel.com>
> >
> > Umang Patel (2):
> >   MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpi
> >   SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi
> >
> >  .../Include/Ppi/FirmwareVolumeShadowPpi.h     | 61 +++++++++++++++++++
> >  MdeModulePkg/MdeModulePkg.dec                 |  3 +
> >  SecurityPkg/FvReportPei/FvReportPei.c         | 37 ++++++++---
> >  SecurityPkg/FvReportPei/FvReportPei.h         |  1 +
> >  SecurityPkg/FvReportPei/FvReportPei.inf       |  1 +
> >  5 files changed, 96 insertions(+), 7 deletions(-)
> >  create mode 100644
> > MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
> >
> > --
> > 2.39.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101975): https://edk2.groups.io/g/devel/message/101975
Mute This Topic: https://groups.io/mt/97770066/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi
Posted by Michael D Kinney 1 year ago
Series Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael D Kinney
> Sent: Tuesday, March 21, 2023 7:06 PM
> To: devel@edk2.groups.io
> Cc: Yao, Jiewen <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Patel, Umang
> <umang.patel@intel.com>
> Subject: [edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi
> 
> Add FirmwareVolumeShadow PPI to shadow an FV to memory.
> and use it to shadow FVs to memory.
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Patel Umang <umang.patel@intel.com>
> 
> Umang Patel (2):
>   MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpi
>   SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi
> 
>  .../Include/Ppi/FirmwareVolumeShadowPpi.h     | 61 +++++++++++++++++++
>  MdeModulePkg/MdeModulePkg.dec                 |  3 +
>  SecurityPkg/FvReportPei/FvReportPei.c         | 37 ++++++++---
>  SecurityPkg/FvReportPei/FvReportPei.h         |  1 +
>  SecurityPkg/FvReportPei/FvReportPei.inf       |  1 +
>  5 files changed, 96 insertions(+), 7 deletions(-)
>  create mode 100644 MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
> 
> --
> 2.39.1.windows.1
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101707): https://edk2.groups.io/g/devel/message/101707
Mute This Topic: https://groups.io/mt/97770066/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/3901457/1787277/102458076/xyzzy [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi
Posted by Oliver Smith-Denny 1 year ago
For the patchset:

Reviewed-by: Oliver Smith-Denny <osd@smith-denny.com>

Thanks!

On 3/21/2023 7:06 PM, Michael D Kinney wrote:
> Add FirmwareVolumeShadow PPI to shadow an FV to memory.
> and use it to shadow FVs to memory.
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Patel Umang <umang.patel@intel.com>
> 
> Umang Patel (2):
>    MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpi
>    SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi
> 
>   .../Include/Ppi/FirmwareVolumeShadowPpi.h     | 61 +++++++++++++++++++
>   MdeModulePkg/MdeModulePkg.dec                 |  3 +
>   SecurityPkg/FvReportPei/FvReportPei.c         | 37 ++++++++---
>   SecurityPkg/FvReportPei/FvReportPei.h         |  1 +
>   SecurityPkg/FvReportPei/FvReportPei.inf       |  1 +
>   5 files changed, 96 insertions(+), 7 deletions(-)
>   create mode 100644 MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101587): https://edk2.groups.io/g/devel/message/101587
Mute This Topic: https://groups.io/mt/97770066/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-