public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] ResetSystemLib changings
@ 2019-02-18  7:32 Zhichao Gao
  2019-02-18  7:32 ` [PATCH 1/2] MdeModulePkg: Add a new API ResetSystem Zhichao Gao
  2019-02-18  7:32 ` [PATCH 2/2] MdeModulePkg: Add a runtime library instance of ResetSystemLib Zhichao Gao
  0 siblings, 2 replies; 6+ messages in thread
From: Zhichao Gao @ 2019-02-18  7:32 UTC (permalink / raw)
  To: edk2-devel; +Cc: Liming Gao, Ray Ni

Add a new API ResetSystem in ResetSystemLib.
Implement a runtime library instance of ResetSystemLib.
The runtime library instance is base on the new API implementation.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>

Zhichao Gao (2):
  MdeModulePkg: Add a new API ResetSystem
  MdeModulePkg: Add a runtime library instance of ResetSystemLib

 MdeModulePkg/Include/Library/ResetSystemLib.h      |  25 ++-
 .../Library/DxeResetSystemLib/DxeResetSystemLib.c  |  28 ++-
 .../Library/PeiResetSystemLib/PeiResetSystemLib.c  |  28 ++-
 .../RuntimeResetSystemLib/RuntimeResetSystemLib.c  | 216 +++++++++++++++++++++
 .../RuntimeResetSystemLib.inf                      |  50 +++++
 .../RuntimeResetSystemLib.uni                      |  21 ++
 .../Universal/ResetSystemRuntimeDxe/ResetSystem.c  |   8 +-
 .../Universal/ResetSystemRuntimeDxe/ResetSystem.h  |   4 +-
 8 files changed, 371 insertions(+), 9 deletions(-)
 create mode 100644 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c
 create mode 100644 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
 create mode 100644 MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.uni

-- 
2.16.2.windows.1



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

end of thread, other threads:[~2019-02-18  8:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18  7:32 [PATCH 0/2] ResetSystemLib changings Zhichao Gao
2019-02-18  7:32 ` [PATCH 1/2] MdeModulePkg: Add a new API ResetSystem Zhichao Gao
2019-02-18  8:34   ` Ni, Ray
2019-02-18  7:32 ` [PATCH 2/2] MdeModulePkg: Add a runtime library instance of ResetSystemLib Zhichao Gao
2019-02-18  8:36   ` Ni, Ray
2019-02-18  8:45     ` Gao, Liming

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