diff options
4 files changed, 22 insertions, 17 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 9c4bc429d..80885d816 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -11877,21 +11877,6 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript </attribute> <attribute> - <id>PM_SPWUP_OHA_FLAG</id> - <description>Flag storage to break the recursive calling loop for when accessing the OHA address space from the Special Wakeup procedure.</description> - <simpleType> - <uint8_t></uint8_t> - </simpleType> - <persistency>volatile-zeroed</persistency> - <readable/> - <writeable/> - <hwpfToHbAttrMap> - <id>ATTR_PM_SPWUP_OHA_FLAG</id> - <macro>DIRECT</macro> - </hwpfToHbAttrMap> -</attribute> - -<attribute> <id>PM_SPWUP_IGNORE_XSTOP_FLAG</id> <description>Flag storage to have the Special Wakeup procedure ignore a checkstop condition.</description> <simpleType> diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml index 847588260..0456c7f03 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml @@ -245,4 +245,19 @@ <writeable/> <hbOnly/> </attribute> +<attribute> + <id>HB_PM_SPWUP_OHA_FLAG</id> + <description>Flag storage to break the recursive calling loop for when accessing the OHA address space from the Special Wakeup procedure.</description> + <simpleType> + <uint8_t></uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_PM_SPWUP_OHA_FLAG</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> + <hbOnly/> +</attribute> </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 886af8837..bb7f42153 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -201,7 +201,6 @@ <attribute><id>RUN_MAX_MEM_PATTERNS</id></attribute> <attribute><id>LAB_USE_JTAG_MODE</id></attribute> <attribute><id>MSS_CONTROL_SWITCH</id></attribute> - <attribute><id>IS_MPIPL_HB</id></attribute> <attribute><id>DISABLE_I2C_ACCESS</id></attribute> <attribute><id>PROC_REFCLOCK_RCVR_TERM</id></attribute> <attribute><id>PCI_REFCLOCK_RCVR_TERM</id></attribute> @@ -562,7 +561,6 @@ <attribute><id>OVERRIDE_MVPD_I_NEST_LAB_CURRENT</id></attribute> <attribute><id>OVERRIDE_MVPD_V_CS_LAB_VOLTAGE</id></attribute> <attribute><id>OVERRIDE_MVPD_I_CS_LAB_CURRENT</id></attribute> - <attribute><id>PM_SPWUP_OHA_FLAG</id></attribute> <attribute><id>PM_SPWUP_IGNORE_XSTOP_FLAG</id></attribute> </targetType> diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml index e5dfd4498..bdef1b957 100644 --- a/src/usr/targeting/common/xmltohb/target_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml @@ -104,4 +104,11 @@ </attribute> </targetTypeExtension> +<targetTypeExtension> + <id>unit-ex-power8</id> + <attribute> + <id>HB_PM_SPWUP_OHA_FLAG</id> + </attribute> +</targetTypeExtension> + </attributes> |

