summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/system_attributes.xml
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2014-12-09 09:45:14 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-22 17:28:34 -0600
commit3443aa895cfc6ad9acaed6f26622ce540f96e30d (patch)
tree3566d1b79d548b3ef52a71c2d7c921ba79010010 /src/usr/hwpf/hwp/system_attributes.xml
parent32c1363b48266e3c10a37345225d35f06c863073 (diff)
downloadtalos-hostboot-3443aa895cfc6ad9acaed6f26622ce540f96e30d.tar.gz
talos-hostboot-3443aa895cfc6ad9acaed6f26622ce540f96e30d.zip
Data streaming from a hw procedure - simple solution to console
Change-Id: Icbf4b70acbe3909211294be9f0faed338763fc55 RTC: 34190 CMVC-Prereq: 949573 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14799 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/system_attributes.xml')
-rw-r--r--src/usr/hwpf/hwp/system_attributes.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/system_attributes.xml b/src/usr/hwpf/hwp/system_attributes.xml
index 997c20782..da015fe80 100644
--- a/src/usr/hwpf/hwp/system_attributes.xml
+++ b/src/usr/hwpf/hwp/system_attributes.xml
@@ -5,7 +5,9 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2012,2014 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2015 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
@@ -20,7 +22,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: system_attributes.xml,v 1.22 2014/05/23 01:13:54 whs Exp $ -->
+<!-- $Id: system_attributes.xml,v 1.23 2015/01/22 19:32:40 andrewg Exp $ -->
<!--
XML file specifying HWPF attributes.
These are platInit attributes associated with the system.
@@ -374,4 +376,18 @@
    <platInit/>
  </attribute>
<!-- ********************************************************************* -->
+  <attribute>
+    <id>ATTR_MFG_TRACE_ENABLE</id>
+    <targetType>TARGET_TYPE_SYSTEM</targetType>
+    <description>
+ Override this to a non-zero value to have the FAPI manufacturing
+ traces output to the console or go to a fsp trace buffer when
+ console not enabled.
+ In cronus, setting this to a non-zero will output the FAPI_MFG
+ traces to the same location as your other FAPI traces.
+    </description>
+    <valueType>uint8</valueType>
+    <platInit/>
+  </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud