summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-03-02 10:57:38 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-05 17:51:34 -0500
commit2d2e0963811ddf3744dbd63d1f8479f9c9eac9e2 (patch)
tree2ac3b32b88e61c9daaee5257bc3344161d12d0ba
parentfc102842df947a0414101a6bd2f4243507b6da72 (diff)
downloadtalos-hostboot-2d2e0963811ddf3744dbd63d1f8479f9c9eac9e2.tar.gz
talos-hostboot-2d2e0963811ddf3744dbd63d1f8479f9c9eac9e2.zip
Method to support initial temporary defaults for attributes
Supply temporary FAPI defaults. Change-Id: Id3b1ce275da91093241bab807d06707d5fec87a1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21595 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21726
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
new file mode 100644
index 000000000..f46ac0478
--- /dev/null
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -0,0 +1,58 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- EKB Project -->
+<!-- -->
+<!-- COPYRIGHT 2015,2016 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- The source code for this program is not published or otherwise -->
+<!-- divested of its trade secrets, irrespective of what has been -->
+<!-- deposited with the U.S. Copyright Office. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+
+<attributes>
+
+<!-- =====================================================================
+ Contains the definition of temporary FW defaults for FAPI attributes
+ needing a default.
+ <attribute>
+ <id>...</id>
+ <default>...</default>
+ </attribute>
+
+ These definitions should be removed and replaced with permanent
+ definitions elsewhere prior to shipping code that uses them.
+
+ Examples:
+ <attribute>
+ <id>ATTR_NEW_FW_ATTR_DEF</id>
+ <default>5</default>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_NEW_FW_ATTR_WO_DEFAULT_DEF</id>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_NEW_FW_ATTR_ARRAY_DEF</id>
+ <default>9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20</default>
+ </attribute>
+ ================================================================= -->
+
+<!-- =====================================================================
+ Start of temporary definitions
+ ================================================================= -->
+
+
+<!-- =====================================================================
+ End of temporary definitions
+ ================================================================= -->
+
+</attributes>
OpenPOWER on IntegriCloud