summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-06-26 16:30:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-13 12:25:09 -0500
commit11c8a7dc6e0ec3c31f081d1e30a04a6e7038f918 (patch)
treec1e8babefc8a5447d606a4d13a43f914c50bce95 /src/usr/targeting/common
parent99f217daf307b3cd963bcbce8eb7b025d58f734e (diff)
downloadtalos-hostboot-11c8a7dc6e0ec3c31f081d1e30a04a6e7038f918.tar.gz
talos-hostboot-11c8a7dc6e0ec3c31f081d1e30a04a6e7038f918.zip
ERRL: Hardware Callouts
Support for HW and Procedure Callouts, including GARD and deconfigure information. . Add errl functions to get the information; . Add errlog userdetail code to package callout data; . Add to errlog commit function to find callout user-detail sections and call a HWAS:common function to process the callout. . Remove gardLevel from Targeting hwasState field Change-Id: I01c7c3721e6fd843a0ba2ad4df8399f6db68b590 RTC: 41276 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1266 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@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.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index c05071a7a..747334984 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -796,10 +796,9 @@
<id>HWAS_STATE</id>
<description>HardWare Availability Service State Attribute.
Keeps track of Target values poweredOn, present, functional,
- changedSinceLastIPL, and gardLevel</description>
+ and changedSinceLastIPL</description>
<complexType>
- <description>struct - so far contains 4 booleans and a 4-bit GARD level
- field</description>
+ <description>struct - so far contains 5 booleans</description>
<field>
<name>poweredOn</name>
<description>boolean: Target is powered on, or Not.
@@ -833,14 +832,6 @@
<default>0</default>
</field>
<field>
- <name>gardLevel</name>
- <description>GARD Level. This is a 4-bit value.
- comes up as 0 </description>
- <type>uint8_t</type>
- <bits>4</bits>
- <default>0</default>
- </field>
- <field>
<name>dumpfunctional</name>
<description>FSP Only, used by DUMP applet to indicate targets dump capability.
Comes up as 0 which indicates the target is not dump capable</description>
OpenPOWER on IntegriCloud