From c2a2d2ba268561fe0d4f076702a77071d6d6b57a Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Thu, 27 Feb 2020 17:16:13 +0530 Subject: soc/intel/common: Remove HOST_RESET_ONLY reset type support Remove HOST_RESET_ONLY reset type of GLOBAL_RESET HECI command as it is not supported. Change-Id: I17171e1e5fe79710142369499d3d904a5ba98636 Signed-off-by: Sridhar Siricilla Reviewed-on: https://review.coreboot.org/c/coreboot/+/39149 Tested-by: build bot (Jenkins) Reviewed-by: Rizwan Qureshi Reviewed-by: Angel Pons --- src/soc/intel/common/block/include/intelblocks/cse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/common/block/include/intelblocks') diff --git a/src/soc/intel/common/block/include/intelblocks/cse.h b/src/soc/intel/common/block/include/intelblocks/cse.h index 59ddc5b5d5..2b07092307 100644 --- a/src/soc/intel/common/block/include/intelblocks/cse.h +++ b/src/soc/intel/common/block/include/intelblocks/cse.h @@ -121,7 +121,6 @@ uint8_t cse_wait_sec_override_mode(void); enum rst_req_type { GLOBAL_RESET = 1, - HOST_RESET_ONLY = 2, CSE_RESET_ONLY = 3, }; -- cgit v1.2.3