diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2017-12-13 20:16:22 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-12-14 17:30:51 -0500 |
| commit | 4f6092708bc8bafd00525ae1ea317bfac4e3859e (patch) | |
| tree | 76e1e44fbbb90178d52b38b1c07d790783571a4f | |
| parent | c75929bb0e533ea8bd03f88949d3c07548ca696f (diff) | |
| download | talos-hostboot-4f6092708bc8bafd00525ae1ea317bfac4e3859e.tar.gz talos-hostboot-4f6092708bc8bafd00525ae1ea317bfac4e3859e.zip | |
Add no_export to DMI_INBAND attributes
We recently started getting some inband related attributes. HB will
set these but we do not want them being exported to serverwiz
Change-Id: I32acc31d3dc3eba0cf7b157ef5900c53dc5d3e99
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50911
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/usr/targeting/common/xmltohb/hb_customized_attrs.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml index b735b9763..e4165c331 100644 --- a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml +++ b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml @@ -644,6 +644,16 @@ <id>ATTR_MSS_MRW_MEMDIAGS_BCMODE</id> <no_export/> </attribute> + + <attribute> + <id>ATTR_DMI_INBAND_BAR_ENABLE</id> + <no_export/> + </attribute> + + <attribute> + <id>ATTR_DMI_INBAND_BAR_BASE_ADDR_OFFSET</id> + <no_export/> + </attribute> <!-- ===================================================================== End of customizations definitions ================================================================= --> |

