diff options
author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2015-05-20 14:12:35 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-07-02 13:38:01 -0500 |
commit | ad46bacd1b73e03203bbee12ce94867f0b291f57 (patch) | |
tree | 60f578c664b2bd831597aeea944dd100be75ff23 /src/usr/targeting | |
parent | e70e9e57950904ae9d137df53961498c3e286295 (diff) | |
download | talos-hostboot-ad46bacd1b73e03203bbee12ce94867f0b291f57.tar.gz talos-hostboot-ad46bacd1b73e03203bbee12ce94867f0b291f57.zip |
Ignore info/recovered logs in OpenPower boxes
Change-Id: Icb6f8b39ee7ab299f4292ac2d775adaf9c16721b
RTC:126449
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17807
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 7 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types_hb.xml | 40 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
3 files changed, 45 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index d1cce5b86..9eae63e10 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -12071,7 +12071,7 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript <description> MFG_Guard policy: Used in MFG only to prevent and disable the following: - . Storing or creation of new Guard records from Diagnostic or other + . Storing or creation of new Guard records from Diagno`stic or other faults through error logs. This is all domains, CEC processor/memory, VPD, FSP, etc. . Storing or creation of Manual Guard record from user. @@ -15463,10 +15463,11 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript <default>0</default> </uint8_t> </simpleType> - <persistency>non-volatile</persistency> - <readable/> + <persistency>non-volatile</persistency> + <readable/> </attribute> + <attribute> <id>BRAZOS_RX_FIFO_OVERRIDE</id> <description> diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml index ff0109eea..87839cb9a 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml @@ -31,6 +31,46 @@ Contains the definition of hostboot attributes which should not be synced to/from FSP ================================================================= --> +<attribute> + <id>HIDDEN_ERRLOGS_ENABLE</id> + <description> + Used to decide whether or not to prevent INFORMATIONAL/RECOVERED error + logs from being sent to the BMC via SEL/eSEL, saved to the PNOR, and + displayed to the console. + 0 = Prevent INFORMATIONAL/RECOVERED error logs from being processed. + 1 = Send only INFORMATIONAL error logs. + 2 = Send only RECOVERED error logs. + 3 = Allow all hidden error logs to be processed. + </description> + <simpleType> + <uint8_t> + <default>0</default> + </uint8_t> + </simpleType> + <persistency>volatile</persistency> + <readable/> +</attribute> + +<enumerationType> + <id>HIDDEN_ERRLOGS_ENABLE</id> + <description>Enumeration of HIDDEN_ERRLOGS_ENABLE</description> + <enumerator> + <name>NO_HIDDEN_LOGS</name> + <value>0</value> + </enumerator> + <enumerator> + <name>ALLOW_INFORMATIONAL</name> + <value>1</value> + </enumerator> + <enumerator> + <name>ALLOW_RECOVERED</name> + <value>2</value> + </enumerator> + <enumerator> + <name>ALLOW_ALL_LOGS</name> + <value>3</value> + </enumerator> +</enumerationType> <attribute> <id>IS_MPIPL_HB</id> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 6506a7a2a..c3034ef36 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -305,6 +305,7 @@ <attribute><id>FRU_ID</id></attribute> <attribute><id>BMC_FRU_ID</id></attribute> <attribute><id>BRAZOS_RX_FIFO_OVERRIDE</id></attribute> + <attribute><id>HIDDEN_ERRLOGS_ENABLE</id></attribute> </targetType> <targetType> |