summaryrefslogtreecommitdiffstats
path: root/hwpf/include/plat/target.H
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2015-11-26 01:46:26 -0600
committerGregory S. Still <stillgs@us.ibm.com>2015-12-14 08:04:11 -0600
commit1b30508467a64e4d89312fd6da3ab7bd825eb7d3 (patch)
treedfd54df8036e5c1ec12839c2b6a8f0607bb3270b /hwpf/include/plat/target.H
parentdfcfe34062a28a90dff21a4af21616a00fcb1354 (diff)
downloadtalos-sbe-1b30508467a64e4d89312fd6da3ab7bd825eb7d3.tar.gz
talos-sbe-1b30508467a64e4d89312fd6da3ab7bd825eb7d3.zip
Plat API to apply EQ/EC gards
Change-Id: Ifd019f0dbad3f817e681669a31def5f41c03ed41 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22345 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'hwpf/include/plat/target.H')
-rw-r--r--hwpf/include/plat/target.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/hwpf/include/plat/target.H b/hwpf/include/plat/target.H
index 2f1ec73d..db38d912 100644
--- a/hwpf/include/plat/target.H
+++ b/hwpf/include/plat/target.H
@@ -59,6 +59,13 @@ namespace fapi2
(K == TARGET_TYPE_EQ) ) != true,
"TARGET_TYPE_CORE and TARGET_TYPE_EQ cannot be specified at the same time");
+ // Already formed target handle?
+ if(static_cast<union iv_handle>(Value).fields.type != 0)
+ {
+ this->iv_handle.value = Value;
+ return;
+ }
+
this->iv_handle.value = 0;
if(K & TARGET_TYPE_PROC_CHIP)
{
OpenPOWER on IntegriCloud