summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-07-27 14:49:59 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-02-06 10:02:39 -0600
commite112cf5c675dbbdcedb2269a45fc3d505a982e38 (patch)
tree9cfc64db6e972077237dfe8396a6b76bc8d5cb16 /src/import/chips/ocmb/explorer/procedures/xml/attribute_info
parenta97dbdf5b265a0afd363b937c5901840ea6e8cdd (diff)
downloadtalos-hostboot-e112cf5c675dbbdcedb2269a45fc3d505a982e38.tar.gz
talos-hostboot-e112cf5c675dbbdcedb2269a45fc3d505a982e38.zip
Adds Explorer OMI setup - step 12.8a
Change-Id: I4e448a7ecc04b6f169b1688c7e8ffde2451f5f9e Original-Change-Id: Ic3a15e25faf465c4beb2b722c79c12d4a79ae33b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63492 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71349 Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
index f6c659d87..b3b621cf9 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
@@ -37,5 +37,69 @@
<attributes>
+ <attribute>
+ <id>ATTR_MSS_OCMB_ENTERPRISE_MODE</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Indicates whether the OCMB can support enterprise mode or
+ if it has been fused to only support non-enterprise mode.
+ Note: needs to be setup by the get ECID functionality
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>
+ NON_ENTERPRISE = 0,
+ ENTERPRISE = 1
+ </enum>
+ <writeable/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_OCMB_NONENTERPRISE_MODE_OVERRIDE</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ An override to allow an enterprise capable DIMM to be run in non-enterprise mode.
+ Defaults to NO_OVERRIDE
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>
+ NO_OVERRIDE = 0,
+ OVERRIDE_NON_ENTERPRISE = 1
+ </enum>
+ <writeable/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_OCMB_HALF_DIMM_MODE</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Indicates whether the OCMB should be run in half DIMM mode or not
+ Note: needs to be setup by the get ECID functionality
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>
+ FULL_DIMM = 0,
+ HALF_DIMM = 1
+ </enum>
+ <writeable/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_OCMB_HALF_DIMM_MODE_OVERRIDE</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ An override that allows the user to control full or half DIMM mode
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <enum>
+ NO_OVERRIDE = 0,
+ OVERRIDE_FULL_DIMM = 1,
+ OVERRIDE_HALF_DIMM = 2
+ </enum>
+ <writeable/>
+ </attribute>
</attributes>
OpenPOWER on IntegriCloud