summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuke Mulkey <lwmulkey@us.ibm.com>2017-02-02 14:34:02 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-03-15 00:45:08 -0400
commite275751a409c4f05519700089f30d137b773c1b5 (patch)
tree53d7ad88593fac3e0eed9a092d7f20cc8eab997c /src
parent69bc840ab99aed191fb26ea4e2f7347d6ab0943a (diff)
downloadtalos-sbe-e275751a409c4f05519700089f30d137b773c1b5.tar.gz
talos-sbe-e275751a409c4f05519700089f30d137b773c1b5.zip
Existing code changes for ddr_phy_reset HB mirror
Change-Id: Ia4c701d93f0736b10ab7b5c2aa7859c2668f8706 Original-Change-Id: I45015e2967f719d2fd53be9faaf5cef0cd8457f5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35842 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: LUCAS W. MULKEY <lwmulkey@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55830 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
index 8fd0d110..5cde3050 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
@@ -46,4 +46,52 @@
<platInit/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_MNFG_FLAGS</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ The manufacturing flags.
+ This is a bitfield. Each bit is a flag and multiple flags can be set
+ </description>
+ <valueType>uint64</valueType>
+ <enum>
+ MNFG_NO_FLAG = 0x0000000000000000,
+ MNFG_DISABLE_DRAM_REPAIRS = 0x0000000000000080,
+<!--
+ MNFG_THRESHOLDS = 0x0000000000000001,
+ MNFG_AVP_ENABLE = 0x0000000000000002,
+ MNFG_HDAT_AVP_ENABLE = 0x0000000000000004,
+ MNFG_SRC_TERM = 0x0000000000000008,
+ MNFG_IPL_MEMORY_CE_CHECKING = 0x0000000000000010,
+ MNFG_FAST_BACKGROUND_SCRUB = 0x0000000000000020,
+ MNFG_TEST_DRAM_REPAIRS = 0x0000000000000040,
+ MNFG_DISABLE_DRAM_REPAIRS = 0x0000000000000080,
+ MNFG_ENABLE_EXHAUSTIVE_PATTERN_TEST = 0x0000000000000100,
+ MNFG_ENABLE_STANDARD_PATTERN_TEST = 0x0000000000000200,
+ MNFG_ENABLE_MINIMUM_PATTERN_TEST = 0x0000000000000400,
+ MNFG_DISABLE_FABRIC_eREPAIR = 0x0000000000000800,
+ MNFG_DISABLE_MEMORY_eREPAIR = 0x0000000000001000,
+ MNFG_FABRIC_DEPLOY_LANE_SPARES = 0x0000000000002000,
+ MNFG_DMI_DEPLOY_LANE_SPARES = 0x0000000000004000,
+ MNFG_PSI_DIAGNOSTIC = 0x0000000000008000,
+ MNFG_BRAZOS_WRAP_CONFIG = 0x0000000000010000
+-->
+ </enum>
+ <platInit/>
+ </attribute>
+ <attribute>
+ <id>ATTR_RECONFIGURE_LOOP</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Used to inidicate if a reconfigure loop is needed
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ DECONFIGURE = 0x1,
+ BAD_DQ_BIT_SET = 0x2
+ </enum>
+ <writeable/>
+ </attribute>
+
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud