summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2018-06-07 12:18:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-06-17 20:41:27 -0400
commit78055ea9215ef077ee17fe0655ee3ff38568f5fa (patch)
treec43b93a9e37cdf73d1eca98dd05f1e21e2f20c79 /src/import/chips/p9
parent03416d24641d1cbee2680447d5809cdbeac71244 (diff)
downloadtalos-hostboot-78055ea9215ef077ee17fe0655ee3ff38568f5fa.tar.gz
talos-hostboot-78055ea9215ef077ee17fe0655ee3ff38568f5fa.zip
p9_fab_iovalid -- remove code setting ABUS security lock
per HW FW interlock, Hostboot will lock down later Change-Id: I70f692e0c81a283c8f1ceec2073e01668b02f0da Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60121 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60686 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C b/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C
index 0d2ce2f9a..811c551f6 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C
@@ -1128,26 +1128,6 @@ p9_fab_iovalid(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target,
FAPI_TRY(FAPI_ATTR_SET(fapi2::ATTR_PROC_FABRIC_A_LINK_DELAY, i_target, l_a_agg_link_delay),
"Error from FAPI_ATTR_GET (ATTR_PROC_FABRIC_A_LINK_DELAY");
- // lock down secure ABUS mailboxes (even half link, mailbox 0), future
- // read accessses will return 0
- if (i_set_not_clear &&
- i_manage_optical)
- {
- fapi2::buffer<uint64_t> l_security_switch;
-
- FAPI_TRY(fapi2::getScom(i_target,
- PU_SECURITY_SWITCH_REGISTER_SCOM,
- l_security_switch),
- "Error from getScom (PU_SECURITY_SWITCH_REGISTER_SCOM)");
-
- l_security_switch.setBit<PU_SECURITY_SWITCH_REGISTER_ABUS_LOCK>();
-
- FAPI_TRY(fapi2::putScom(i_target,
- PU_SECURITY_SWITCH_REGISTER_SCOM,
- l_security_switch),
- "Error from putScom (PU_SECURITY_SWITCH_REGISTER_SCOM)");
- }
-
fapi_try_exit:
FAPI_INF("End");
return fapi2::current_err;
OpenPOWER on IntegriCloud