From a32430814a0f190f08102d776b886656060c8509 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Tue, 15 May 2012 12:23:52 -0500 Subject: 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 Reviewed-by: CAMVAN T. NGUYEN Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/hwp/scratch_attributes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/hwpf/hwp/scratch_attributes.xml') 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. uint64 - VAL_A = 3, VAL_B = 5, VAL_C = 0x23 + VAL_A = 0, VAL_B = 5, VAL_C = 0xffffffffffffffff @@ -165,7 +165,7 @@ uint64 2, 2 - VAL_A, VAL_B, VAL_C + VAL_A = 0x0123456789abcdef, VAL_B = 0, VAL_C = 0xffffffffffffffff -- cgit v1.2.1