public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <bobm@nvidia.com>
Cc: <michael.d.kinney@intel.com>, <guomin.jiang@intel.com>,
	<wei6.xu@intel.com>
Subject: 回复: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver
Date: Thu, 21 Oct 2021 09:53:47 +0800	[thread overview]
Message-ID: <011e01d7c61e$7c9691c0$75c3b540$@byosoft.com.cn> (raw)
In-Reply-To: <DM6PR12MB47799827CAFEDC8212852D39AABE9@DM6PR12MB4779.namprd12.prod.outlook.com>

Bob:
  Sorry for the late response. I have no comments for the code change. 

  But, I am not sure whether it is valid to use UEFI FirmwareManagement Protocol in runtime phase, because I don't find such description for this protocol in UEFI spec. 

Mike, Guomin, Xuwei:
  Have you any comments for this patch set?

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Morgan
> via groups.io
> 发送时间: 2021年10月21日 3:41
> 收件人: devel@edk2.groups.io; Bob Morgan <bobm@nvidia.com>;
> gaoliming@byosoft.com.cn
> 抄送: michael.d.kinney@intel.com; guomin.jiang@intel.com;
> wei6.xu@intel.com
> 主题: Re: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for runtime
> FmpDxe driver
> 
> Hi, Any feedback on this?
> 
> Thanks,
> 
> -bob
> 
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Bob
> Morgan via groups.io
> Sent: Thursday, September 23, 2021 8:19 PM
> To: devel@edk2.groups.io; gaoliming@byosoft.com.cn
> Cc: michael.d.kinney@intel.com; guomin.jiang@intel.com;
> wei6.xu@intel.com
> Subject: Re: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for
> runtime FmpDxe driver
> 
> External email: Use caution opening links or attachments
> 
> 
> Hi Liming,
> 
> Yes, this adds a new runtime variation of the FmpDxe driver that can process
> the FMP payload of a capsule at runtime if the capsule flags do not request
> PERSIST_ACROSS_RESET and INITIATE_RESET.
> 
> There are also changes required to DxeCapsuleLibFmp to enable this runtime
> FMP processing that I will submit separately.
> 
> Thanks,
> 
> -bob
> 
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of gaoliming
> via groups.io
> Sent: Thursday, September 23, 2021 6:57 PM
> To: devel@edk2.groups.io; Bob Morgan <bobm@nvidia.com>
> Cc: michael.d.kinney@intel.com; guomin.jiang@intel.com;
> wei6.xu@intel.com
> Subject: 回复: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for
> runtime FmpDxe driver
> 
> External email: Use caution opening links or attachments
> 
> 
> Bob:
>   Dose this change make FirmwareManagementProtocol to be used in
> runtime phase?
> 
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob
> Morgan via
> > groups.io
> > 发送时间: 2021年9月23日 8:00
> > 收件人: devel@edk2.groups.io
> > 抄送: gaoliming@byosoft.com.cn; michael.d.kinney@intel.com;
> > guomin.jiang@intel.com; wei6.xu@intel.com; Bob Morgan
> > <bobm@nvidia.com>
> > 主题: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for runtime
> > FmpDxe driver
> >
> > Adds a runtime version of FmpDxe driver to allow firmware updates
> > after ExitBootServices() is called and enables DXE_RUNTIME_DRIVER
> > module type for associated FMP libraries.
> >
> > Bob Morgan (5):
> >   FmpDevicePkg/FmpDeviceLibNull: Add DXE_RUNTIME_DRIVER support
> >   FmpDevicePkg/FmpPayloadHeaderLibV1: Add DXE_RUNTIME_DRIVER
> support
> >   FmpDevicePkg/FmpDependencyCheckLibNull: Add
> DXE_RUNTIME_DRIVER
> > support
> >   FmpDevicePkg/FmpDependencyDeviceLibNull: Add
> DXE_RUNTIME_DRIVER
> >     support
> >   FmpDevicePkg/FmpDxe: Add runtime FmpDxe driver
> >
> >  FmpDevicePkg/FmpDevicePkg.dsc                 |  29 +++
> >  FmpDevicePkg/FmpDxe/FmpDxe.c                  |  34 +++-
> >  FmpDevicePkg/FmpDxe/FmpRuntimeDxe.c           | 185
> > ++++++++++++++++++
> >  FmpDevicePkg/FmpDxe/FmpRuntimeDxe.inf         |  87 ++++++++
> >  FmpDevicePkg/FmpDxe/VariableSupport.c         |   7 +
> >  .../FmpDependencyCheckLibNull.inf             |   2 +-
> >  .../FmpDependencyDeviceLibNull.inf            |   2 +-
> >  .../FmpDeviceLibNull/FmpDeviceLibNull.inf     |   2 +-
> >  .../FmpPayloadHeaderLibV1.inf                 |   2 +-
> >  9 files changed, 336 insertions(+), 14 deletions(-)  create mode
> > 100644 FmpDevicePkg/FmpDxe/FmpRuntimeDxe.c
> >  create mode 100644 FmpDevicePkg/FmpDxe/FmpRuntimeDxe.inf
> >
> > --
> > 2.17.1
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 




  reply	other threads:[~2021-10-21  1:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-22 23:59 [PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver Bob Morgan
2021-09-22 23:59 ` [PATCH 1/5] FmpDevicePkg/FmpDeviceLibNull: Add DXE_RUNTIME_DRIVER support Bob Morgan
2021-09-22 23:59 ` [PATCH 2/5] FmpDevicePkg/FmpPayloadHeaderLibV1: " Bob Morgan
2021-09-22 23:59 ` [PATCH 3/5] FmpDevicePkg/FmpDependencyCheckLibNull: " Bob Morgan
2021-09-22 23:59 ` [PATCH 4/5] FmpDevicePkg/FmpDependencyDeviceLibNull: " Bob Morgan
2021-09-22 23:59 ` [PATCH 5/5] FmpDevicePkg/FmpDxe: Add runtime FmpDxe driver Bob Morgan
2021-09-24  0:56 ` 回复: [edk2-devel] [PATCH 0/5] FmpDevicePkg: Add support for " gaoliming
2021-09-24  2:18   ` Bob Morgan
     [not found]   ` <16A7A0910520505F.360@groups.io>
2021-10-20 19:41     ` Bob Morgan
2021-10-21  1:53       ` gaoliming [this message]
     [not found]       ` <16AFE8DE7122BA33.23075@groups.io>
2021-11-02  1:11         ` 回复: " gaoliming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='011e01d7c61e$7c9691c0$75c3b540$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox