diff options
author | Adam Muhle <armuhle@us.ibm.com> | 2013-02-26 08:14:03 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-08 09:25:51 -0500 |
commit | 2deb848cf616c4c815a37988fe2c8c422b885e3e (patch) | |
tree | 3058f40318b2094fb5a84453df8edb946f230fa3 /src/usr/targeting/common | |
parent | 8e8dbe99d13d923536353afd96b9b003382b7f2c (diff) | |
download | talos-hostboot-2deb848cf616c4c815a37988fe2c8c422b885e3e.tar.gz talos-hostboot-2deb848cf616c4c815a37988fe2c8c422b885e3e.zip |
IBSCOM error path support
This commit updates IBSCOM to have error path support.
It also updates the good-path test cases since there is
limited good path support in simics. Full enablement
will be done later.
Change-Id: I5f9d66165db119473f606303a1026c8c71988785
RTC: 34743
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3972
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types_hb.xml | 18 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types_hb.xml | 7 |
2 files changed, 20 insertions, 5 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml index c64a2506a..febddc88d 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml @@ -1,11 +1,11 @@ <!-- IBM_PROLOG_BEGIN_TAG --> <!-- This is an automatically generated prolog. --> <!-- --> -<!-- $Source: src/usr/targeting/common/xmltohb/attribute_types.xml $ --> +<!-- $Source: src/usr/targeting/common/xmltohb/attribute_types_hb.xml $ --> <!-- --> <!-- IBM CONFIDENTIAL --> <!-- --> -<!-- COPYRIGHT International Business Machines Corp. 2011,2012 --> +<!-- COPYRIGHT International Business Machines Corp. 2011,2013 --> <!-- --> <!-- p1 --> <!-- --> @@ -203,5 +203,17 @@ <writeable/> <hbOnly/> </attribute> - +<attribute> + <id>IBSCOM_MUTEX</id> + <description>Mutex for Inband SCOM Operations</description> + <simpleType> + <hbmutex> + <default>0</default> + </hbmutex> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> + <hbOnly/> +</attribute> </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml index 6267e937d..1b2495c9b 100644 --- a/src/usr/targeting/common/xmltohb/target_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml @@ -1,11 +1,11 @@ <!-- IBM_PROLOG_BEGIN_TAG --> <!-- This is an automatically generated prolog. --> <!-- --> -<!-- $Source: src/usr/targeting/common/xmltohb/target_types.xml $ --> +<!-- $Source: src/usr/targeting/common/xmltohb/target_types_hb.xml $ --> <!-- --> <!-- IBM CONFIDENTIAL --> <!-- --> -<!-- COPYRIGHT International Business Machines Corp. 2011,2012 --> +<!-- COPYRIGHT International Business Machines Corp. 2011,2013 --> <!-- --> <!-- p1 --> <!-- --> @@ -88,6 +88,9 @@ <id>IBSCOM_VIRTUAL_ADDR</id> </attribute> <attribute> + <id>IBSCOM_MUTEX</id> + </attribute> + <attribute> <id>I2C_ENGINE_MUTEX_0</id> <default>0</default> </attribute> |