summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-03-04 09:28:38 -0600
committerDerk Rembold <rembold@de.ibm.com>2015-09-03 07:20:22 -0500
commit8196e8f443271247aa1d09e22bc211adcfa007ce (patch)
tree828162db4fbeb3527fecb45a3651d9fc0798a30a /import/hwpf
parentcbfcc6a1f16c1a97d76f082b5f918ad84fde41cb (diff)
downloadtalos-sbe-8196e8f443271247aa1d09e22bc211adcfa007ce.tar.gz
talos-sbe-8196e8f443271247aa1d09e22bc211adcfa007ce.zip
Add EL target type (L3/L2 caches)
Change-Id: I44fdf26063bdb72261dba26b2d7a032e0c7edb1e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16154 Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20123 Tested-by: Jenkins Server Reviewed-by: Derk Rembold <rembold@de.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/target_types.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/hwpf/fapi2/include/target_types.H b/import/hwpf/fapi2/include/target_types.H
index 2d0daaa3..f4cfd931 100644
--- a/import/hwpf/fapi2/include/target_types.H
+++ b/import/hwpf/fapi2/include/target_types.H
@@ -68,6 +68,7 @@ namespace fapi2
TARGET_TYPE_PERV = 0x00200000, ///< Pervasive type
TARGET_TYPE_PEC = 0x00400000, ///< PEC type
TARGET_TYPE_PHB = 0x00800000, ///< PHB type
+ TARGET_TYPE_EL = 0x01000000, ///< L3/L2 Caches
TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types
OpenPOWER on IntegriCloud