audk/MdeModulePkg/Library/PeiResetSystemLib
Michael D Kinney ce3cd892c8 MdeModulePkg: Add ResetSystemLib instances that call core services
Add a PEI instance of ResetSystemLib that calls the ResetSystem2()
service in the PEI Services Table.

Add a DXE instance of ResetSystemLib that calls the ResetSystem()
service in the UEFI Runtime Services Table.

These 2 library instances should be the default ResetSystemLib
mapping for most PEIMs and DXE drivers so all reset system requests
go through the core service.

Only the implementation of the core servies should use the
platform specific instance of the ResetSystemLib that actually
performs the hardware actions to reset the platform.

Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2018-02-09 15:29:58 +08:00
..
PeiResetSystemLib.c MdeModulePkg: Add ResetSystemLib instances that call core services 2018-02-09 15:29:58 +08:00
PeiResetSystemLib.inf MdeModulePkg: Add ResetSystemLib instances that call core services 2018-02-09 15:29:58 +08:00
PeiResetSystemLib.uni MdeModulePkg: Add ResetSystemLib instances that call core services 2018-02-09 15:29:58 +08:00