audk/MdeModulePkg/Universal/ResetSystemRuntimeDxe
Bret Barkelew 9338e23017 MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm reset
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1462

Original logic is that checking the CapsuleUpdate variable
and do the EnterS3WithImmediateWake if the system require a
capsule update. The EnterS3WithImmediateWake is usually
implemented in Platform ResetSystemLib instance and it may
do some operation for capsule update. For now, thess preparations
of capsule are platform reset notify functions' duty. Most
platforms need flush cache to memory before warm reset during
capsule update and this operation is added to capsule flow.
So it is safe to remove it and do not affect the capsule update
function.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-04-02 12:49:03 +08:00
..
ResetSystem.c MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm reset 2019-04-02 12:49:03 +08:00
ResetSystem.h MdeModulePkg: change the function name ResetSystem 2019-02-22 09:45:43 +08:00
ResetSystemRuntimeDxe.inf MdeModulePkg: Remove redundant library classes and GUIDs 2018-08-20 14:53:45 +08:00
ResetSystemRuntimeDxe.uni MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00
ResetSystemRuntimeDxeExtra.uni MdeModulePkg: Clean up source files 2018-06-28 11:19:45 +08:00