]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Add a runtime library instance of ResetSystemLib
authorZhichao Gao <zhichao.gao@intel.com>
Thu, 21 Feb 2019 00:59:43 +0000 (08:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 22 Feb 2019 01:45:44 +0000 (09:45 +0800)
commitd6de6452c51028f57754e23f495455cbb326a9d8
tree678d286fea6d2e05bb5e95da9c88814a883614cb
parent049974bd6c73177c74dc5cb2719ecea38fd7daa4
MdeModulePkg: Add a runtime library instance of ResetSystemLib

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1461

Implement a runtime library instance of ResetSystemLib. It would
use a internal point instead of gRT and convert it depend on
gEfiEventVirtualAddressChangeGuid.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c [new file with mode: 0644]
MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf [new file with mode: 0644]
MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.uni [new file with mode: 0644]