summaryrefslogtreecommitdiffstats
path: root/hwpf/src
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-11-24 19:21:05 -0600
committerGregory S. Still <stillgs@us.ibm.com>2016-01-25 08:41:27 -0600
commit1e33470b9f718cd95f4810ee1798f39c5425e47d (patch)
tree9305d366693c88d0e78a600d2cb19e8f23b4fe0d /hwpf/src
parent40a4fdbc442230634723bf528085be8d984bedea (diff)
downloadtalos-sbe-1e33470b9f718cd95f4810ee1798f39c5425e47d.tar.gz
talos-sbe-1e33470b9f718cd95f4810ee1798f39c5425e47d.zip
Update PPE target to uint32_t and include MI target
- Reduces the vector storage needs to allow additional targets in the future - Added a valid bit to the target as the old means of checking for an already formed target (when uint64_t was used) no longer works. - Add MI target type support for compilation. No MI target addressing support is present at this time as this is a Cummuls only function Change-Id: I1ed89392cc232f31141febc108e7ba0fb7bf65bd Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22737 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'hwpf/src')
-rw-r--r--hwpf/src/plat/target.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpf/src/plat/target.C b/hwpf/src/plat/target.C
index 41d48aaf..c04f3356 100644
--- a/hwpf/src/plat/target.C
+++ b/hwpf/src/plat/target.C
@@ -407,8 +407,8 @@ fapi_try_exit:
// Trace all entries
for (auto tgt_iter : G_vec_targets)
{
- FAPI_DBG("Trace hi word G_vec_targets[%u] value=%08X",
- c, (uint32_t)(tgt_iter>>32));
+ FAPI_DBG("G_vec_targets[%u] value=%08X",
+ c, (uint32_t)(tgt_iter));
++c;
}
OpenPOWER on IntegriCloud