summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks
diff options
context:
space:
mode:
authorSridhar Siricilla <sridhar.siricilla@intel.com>2020-02-27 17:16:13 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-03-02 11:37:56 +0000
commitc2a2d2ba268561fe0d4f076702a77071d6d6b57a (patch)
tree8388b13ac1b047a58dec7bcea5d978641873f7c7 /src/soc/intel/common/block/include/intelblocks
parentaaf28d2507336b809b4420841b537652487439bd (diff)
downloadcoreboot-c2a2d2ba268561fe0d4f076702a77071d6d6b57a.tar.xz
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 <sridhar.siricilla@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39149 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/cse.h1
1 files changed, 0 insertions, 1 deletions
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,
};