summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2013-10-02 16:55:32 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-03 12:08:19 -0500
commit49b90d0e63e55cc0bed64a5c6962d82391a3c3c9 (patch)
treec7b8117990b0720af450c13d4e0cfdf0b4ede5ba /src/usr/targeting/common/xmltohb/attribute_types_hb.xml
parent36cb8095e396b496929653de46557d8de60ca5c8 (diff)
downloadtalos-hostboot-49b90d0e63e55cc0bed64a5c6962d82391a3c3c9.tar.gz
talos-hostboot-49b90d0e63e55cc0bed64a5c6962d82391a3c3c9.zip
Fix some Targeting attributes to make them Hostboot only
FSP has an FSP-only FSP_PM_SPWUP_OHA_FLAG attribute. There is also a common PM_SPWUP_OHA_FLAG attribute, this should actually be a HB-only HB_PM_SPWUP_OHA_FLAG attribute. Also, IS_MPIPL_HB is correctly specified as a HB-only attribute, but it was incorrectly listed in target_types.xml. This is part of the fix for SW221921 where FSP was generating duplicate FAPI attribute access macros for the same FAPI attribute. There is also an FSP fix to a Targeting makefile for this defect that is done separately. Change-Id: I0ef46c6bfb46005e0ccad00c9315c6bb46a38da6 CQ: SW221921 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6453 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types_hb.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml15
1 files changed, 15 insertions, 0 deletions
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>
OpenPOWER on IntegriCloud