summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-10-16 17:47:04 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-10-22 08:23:54 -0500
commit8b524caae018b295f4ed604f6ce1e96d5a718d75 (patch)
treeafcc1f960e59069e8353ee12be52e09e12aae154 /src/usr/targeting/common
parenta0207ea107c872b19372646070d8556f985d6861 (diff)
downloadtalos-hostboot-8b524caae018b295f4ed604f6ce1e96d5a718d75.tar.gz
talos-hostboot-8b524caae018b295f4ed604f6ce1e96d5a718d75.zip
Set endianess attributes in hb_customized_attrs instead of in code
When we first detected we needed to have these attributes differerent than what the EKB had we set them in the call_mss_eff_config istep code. Really these should be set in the hb_customized_attrs xml. Change-Id: I7166a25c53330bf90e423b0e4de718b95344bfb7 RTC: 202491 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85443 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/hb_customized_attrs.xml26
1 files changed, 20 insertions, 6 deletions
diff --git a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
index b5eadd177..904af49c0 100644
--- a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
+++ b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
@@ -293,12 +293,6 @@
</attribute>
<attribute>
- <id>ATTR_MSS_OCMB_EXP_STRUCT_MMIO_WORD_SWAP</id>
- <default>NO_SWAP</default><!-- @fixme : RTC: 202491 -->
- <no_export/>
- </attribute>
-
- <attribute>
<id>ATTR_SYSTEM_IPL_PHASE</id>
<default>HB_IPL</default>
</attribute>
@@ -838,6 +832,26 @@
<writeable/>
<persistency>volatile-zeroed</persistency>
</attribute>
+ <!-- OCMB Endianess attributes -->
+ <attribute>
+ <id>ATTR_MSS_OCMB_EXP_STRUCT_ENDIAN</id>
+ <default>0x1</default>
+ <no_export/>
+ </attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_EXP_STRUCT_MMIO_ENDIAN_CTRL</id>
+ <default>0x1</default>
+ <no_export/>
+ </attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_EXP_STRUCT_MMIO_WORD_SWAP</id>
+ <default>NO_SWAP</default>
+ <no_export/>
+ </attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_EXP_OMI_CFG_ENDIAN_CTRL</id>
+ <no_export/>
+ </attribute>
<!-- =====================================================================
End of customizations definitions
================================================================= -->
OpenPOWER on IntegriCloud