From: Zhichao Gao <zhichao.gao@intel.com>
To: edk2-devel@lists.01.org
Cc: Liming Gao <liming.gao@intel.com>, Ray Ni <ray.ni@intel.com>
Subject: [PATCH 0/2] ResetSystemLib changings
Date: Mon, 18 Feb 2019 15:32:49 +0800 [thread overview]
Message-ID: <20190218073251.1272-1-zhichao.gao@intel.com> (raw)
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
next reply other threads:[~2019-02-18 7:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-18 7:32 Zhichao Gao [this message]
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
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=20190218073251.1272-1-zhichao.gao@intel.com \
--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