Skip to content

Commit

Permalink
Delete ATTR_DMI_INBAND_BAR_ENABLE when processing MRW attributes
Browse files Browse the repository at this point in the history
  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>
  • Loading branch information
cvswen authored and dcrowell77 committed Mar 19, 2018
1 parent 24780f0 commit 53635ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/targeting/common/processMrw.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 53635ae

Please sign in to comment.