From c88dcf67e0f70ff082ede5c7d96f3fa421656cee Mon Sep 17 00:00:00 2001 From: zwei4 Date: Tue, 5 Sep 2017 10:08:20 +0800 Subject: Change reset type. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Silicon/BroxtonSoC') diff --git a/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.c b/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.c index 36ac0e3d03..2bac0a5e34 100644 --- a/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.c +++ b/Silicon/BroxtonSoC/BroxtonSiPkg/SouthCluster/Reset/RuntimeDxe/ScReset.c @@ -296,7 +296,7 @@ IntelScResetSystem ( case EfiResetCold: InitialData = V_RST_CNT_HARDSTARTSTATE; - OutputData = V_RST_CNT_FULLRESET; + OutputData = V_RST_CNT_HARDRESET; break; case EfiResetShutdown: -- cgit v1.2.3