summaryrefslogtreecommitdiffstats
path: root/src/hwpf/include/plat/plat_target_parms.H
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2017-03-22 07:14:44 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-04-06 08:36:10 -0400
commitf0cc20d3a251e14890c8d39bce29e38b9d6899c4 (patch)
treefc98ed160afb02963be143a5db5e143d31847b04 /src/hwpf/include/plat/plat_target_parms.H
parent05164ddf60324e68224344a12e320ed440e1b032 (diff)
downloadtalos-sbe-f0cc20d3a251e14890c8d39bce29e38b9d6899c4.tar.gz
talos-sbe-f0cc20d3a251e14890c8d39bce29e38b9d6899c4.zip
Support for TARGET_TYPE_PHB
Change-Id: Id4c2407655c38325431eff256aa10f3b0b48fff2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38281 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/hwpf/include/plat/plat_target_parms.H')
-rw-r--r--src/hwpf/include/plat/plat_target_parms.H9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/hwpf/include/plat/plat_target_parms.H b/src/hwpf/include/plat/plat_target_parms.H
index 730f10da..79d9edf0 100644
--- a/src/hwpf/include/plat/plat_target_parms.H
+++ b/src/hwpf/include/plat/plat_target_parms.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -70,8 +70,12 @@ CONST_UINT32_T(EX_TARGET_COUNT, 12);
CONST_UINT32_T(MCS_TARGET_OFFSET, EX_TARGET_OFFSET + EX_TARGET_COUNT);
CONST_UINT32_T(MCS_TARGET_COUNT, 4);
+// PHB Targets
+CONST_UINT32_T(PHB_TARGET_OFFSET, MCS_TARGET_OFFSET + MCS_TARGET_COUNT);
+CONST_UINT32_T(PHB_TARGET_COUNT, 6);
+
// System Target
-CONST_UINT32_T(SYSTEM_TARGET_OFFSET, MCS_TARGET_OFFSET + MCS_TARGET_COUNT);
+CONST_UINT32_T(SYSTEM_TARGET_OFFSET, PHB_TARGET_OFFSET + PHB_TARGET_COUNT);
CONST_UINT32_T(SYSTEM_TARGET_COUNT, 1);
CONST_UINT32_T(MCAST_TARGET_OFFSET, SYSTEM_TARGET_OFFSET + SYSTEM_TARGET_COUNT);
@@ -87,6 +91,7 @@ CONST_UINT32_T(TARGET_COUNT, CHIP_TARGET_COUNT +
PERV_TARGET_COUNT +
EX_TARGET_COUNT +
MCS_TARGET_COUNT +
+ PHB_TARGET_COUNT +
SYSTEM_TARGET_COUNT +
MCAST_TARGET_COUNT);
OpenPOWER on IntegriCloud