summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/processMrw.pl
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2018-03-14 15:54:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-19 18:02:56 -0400
commit53635aee49253b8e2a87fb21d347a84e7c9a8448 (patch)
tree0d96ae4237fc4c0116bc5d0541f12899ae1dc6a4 /src/usr/targeting/common/processMrw.pl
parent24780f003a4bc81483953ec57f7867a4e018d0dc (diff)
downloadtalos-hostboot-53635aee49253b8e2a87fb21d347a84e7c9a8448.tar.gz
talos-hostboot-53635aee49253b8e2a87fb21d347a84e7c9a8448.zip
Delete ATTR_DMI_INBAND_BAR_ENABLE when processing MRW attributes
This attribute is now set in hb_customize_attrs.xml. Deleting from MRW prevents an unintentional override. Change-Id: Idff06b0a6d8ceba4843030918743d67b7b9d3acd Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55886 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> CI-Ready: Douglas R. Gilbert <dgilbert@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/processMrw.pl')
-rwxr-xr-xsrc/usr/targeting/common/processMrw.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/common/processMrw.pl b/src/usr/targeting/common/processMrw.pl
index 9d9494a5f..0f3e850cc 100755
--- a/src/usr/targeting/common/processMrw.pl
+++ b/src/usr/targeting/common/processMrw.pl
@@ -1321,6 +1321,7 @@ sub processDmi
$dmiOffset*$dmi)->as_hex(),2));
$targetObj->setAttribute($target,"DMI_INBAND_BAR_BASE_ADDR_OFFSET",$value);
+ $targetObj->deleteAttribute($target,"DMI_INBAND_BAR_ENABLE");
}
OpenPOWER on IntegriCloud