summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/target.C
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2012-08-20 11:29:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-27 17:26:43 -0500
commit0bbf9079c5659d43a79daf54ccf3b1aad7665193 (patch)
treec4f5ae1a6b052bc0cfe4fa5906cd66ddb4b5f6e5 /src/usr/targeting/common/target.C
parentb56630bba4e7548733d63ef233038914c54ed2fc (diff)
downloadblackbird-hostboot-0bbf9079c5659d43a79daf54ccf3b1aad7665193.tar.gz
blackbird-hostboot-0bbf9079c5659d43a79daf54ccf3b1aad7665193.zip
Modify xmltohb.pl to support 4 byte attribute IDs
Change-Id: I866757a04fd059a07ae2f27b3d02218d7c73c9eb RTC: 45610 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1565 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/target.C')
-rw-r--r--src/usr/targeting/common/target.C47
1 files changed, 23 insertions, 24 deletions
diff --git a/src/usr/targeting/common/target.C b/src/usr/targeting/common/target.C
index bd673eb58..6341d56bc 100644
--- a/src/usr/targeting/common/target.C
+++ b/src/usr/targeting/common/target.C
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/usr/targeting/common/target.C $
- *
- * IBM CONFIDENTIAL
- *
- * COPYRIGHT International Business Machines Corp. 2011-2012
- *
- * p1
- *
- * Object Code Only (OCO) source materials
- * Licensed Internal Code Source Materials
- * IBM HostBoot Licensed Internal Code
- *
- * The source code for this program is not published or other-
- * wise divested of its trade secrets, irrespective of what has
- * been deposited with the U.S. Copyright Office.
- *
- * Origin: 30
- *
- * IBM_PROLOG_END_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/targeting/common/target.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* 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. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
/**
* @file targeting/common/target.C
*
@@ -234,7 +233,7 @@ uint8_t * Target::targetFFDC( uint32_t & o_size ) const
sizeof(attrClass) + sizeof(attrType) +
sizeof(attrModel);
- uint8_t attrEnum = ATTR_NA;
+ uint32_t attrEnum = ATTR_NA;
uint8_t pathPhysSize = 0;
AttributeTraits<ATTR_PHYS_PATH>::Type pathPhys;
OpenPOWER on IntegriCloud