summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/fapi
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2013-05-08 11:39:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-14 11:19:22 -0500
commitdcfcbcdea8737802ff615efde01545d6d6137b9f (patch)
treef4b3e96b83ec090c8f48779c18c03f077e638e00 /src/usr/hwpf/fapi
parent0f4bb93bb0255db58725cac3979c58784d2563f3 (diff)
downloadtalos-hostboot-dcfcbcdea8737802ff615efde01545d6d6137b9f.tar.gz
talos-hostboot-dcfcbcdea8737802ff615efde01545d6d6137b9f.zip
MRU Callout Support Updates
Change-Id: If0e517a72c428b2cd5902900f13f6a3c17a68963 RTC:68487 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4813 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/fapi')
-rw-r--r--src/usr/hwpf/fapi/fapiTarget.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/hwpf/fapi/fapiTarget.C b/src/usr/hwpf/fapi/fapiTarget.C
index 9546f3d23..e1b901e61 100644
--- a/src/usr/hwpf/fapi/fapiTarget.C
+++ b/src/usr/hwpf/fapi/fapiTarget.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -148,7 +148,8 @@ bool Target::isChiplet() const
TARGET_TYPE_MBA_CHIPLET |
TARGET_TYPE_MCS_CHIPLET |
TARGET_TYPE_XBUS_ENDPOINT |
- TARGET_TYPE_ABUS_ENDPOINT)) != 0);
+ TARGET_TYPE_ABUS_ENDPOINT |
+ TARGET_TYPE_L4 )) != 0);
}
//******************************************************************************
OpenPOWER on IntegriCloud