summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/scratch_attributes.xml
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-05-15 12:23:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-05-21 09:48:20 -0500
commita32430814a0f190f08102d776b886656060c8509 (patch)
tree474d426ac5deed8c97db6e5a56ebe8ad7a7e2959 /src/usr/hwpf/hwp/scratch_attributes.xml
parent2a98222faf80705d4de4ed5703166802cdacc491 (diff)
downloadtalos-hostboot-a32430814a0f190f08102d776b886656060c8509.tar.gz
talos-hostboot-a32430814a0f190f08102d776b886656060c8509.zip
HWPF: Add error checking to FAPI perl scripts and output ULL to 64bit enumerators
John Farrugia requested these changes: fapiParseAttributeInfo.pl: - Detect duplicate attribute ID - Add 'ULL' to the end of 64 bit enumerators fapiParseErrorInfo.pl - Detect duplicate error RCs Change-Id: I862ca9b4f37dc83026f7fcdc26676bbf724656a1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1062 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/scratch_attributes.xml')
-rw-r--r--src/usr/hwpf/hwp/scratch_attributes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/scratch_attributes.xml b/src/usr/hwpf/hwp/scratch_attributes.xml
index b6905911d..0337a7263 100644
--- a/src/usr/hwpf/hwp/scratch_attributes.xml
+++ b/src/usr/hwpf/hwp/scratch_attributes.xml
@@ -92,7 +92,7 @@
Can be used by HWPs for testing.
</description>
<valueType>uint64</valueType>
- <enum>VAL_A = 3, VAL_B = 5, VAL_C = 0x23</enum>
+ <enum>VAL_A = 0, VAL_B = 5, VAL_C = 0xffffffffffffffff</enum>
<writeable/>
</attribute>
<!-- ********************************************************************* -->
@@ -165,7 +165,7 @@
</description>
<valueType>uint64</valueType>
<array> 2, 2 </array>
- <enum>VAL_A, VAL_B, VAL_C</enum>
+ <enum>VAL_A = 0x0123456789abcdef, VAL_B = 0, VAL_C = 0xffffffffffffffff</enum>
<writeable/>
</attribute>
<!-- ********************************************************************* -->
OpenPOWER on IntegriCloud