public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver
@ 2021-09-22 23:59 Bob Morgan
  2021-09-22 23:59 ` [PATCH 1/5] FmpDevicePkg/FmpDeviceLibNull: Add DXE_RUNTIME_DRIVER support Bob Morgan
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Bob Morgan @ 2021-09-22 23:59 UTC (permalink / raw)
  To: devel; +Cc: gaoliming, michael.d.kinney, guomin.jiang, wei6.xu, Bob Morgan

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-11-02  1:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
     [not found]       ` <16AFE8DE7122BA33.23075@groups.io>
2021-11-02  1:11         ` gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox