summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-07-08 11:46:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-26 14:33:16 -0400
commitdd0a8a14f53b7053bcfa107fda1209bc54fd4332 (patch)
treedd825356b60068c5f1ab781954f7b6f665b675b7 /src/include
parent4414670dda8f3c4b99834a44d226ab439250f844 (diff)
downloadtalos-hostboot-dd0a8a14f53b7053bcfa107fda1209bc54fd4332.tar.gz
talos-hostboot-dd0a8a14f53b7053bcfa107fda1209bc54fd4332.zip
Enable HBRT targeting tests
Change-Id: I3aea0d203548809401b83fb853e4aeeb86095f22 RTC:153123 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26794 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/fapi2/plat_attr_override_sync.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/plat_attr_override_sync.H b/src/include/usr/fapi2/plat_attr_override_sync.H
index 6dca60bbe..9aa344139 100644
--- a/src/include/usr/fapi2/plat_attr_override_sync.H
+++ b/src/include/usr/fapi2/plat_attr_override_sync.H
@@ -55,6 +55,12 @@ namespace TARGETING
AttributeTank* io_tanks[AttributeTank::TANK_LAYER_LAST]);
}
+namespace RT_TARG
+{
+ int apply_attr_override(uint8_t* i_data,
+ size_t i_size );
+}
+
namespace fapi2
{
@@ -97,6 +103,9 @@ public:
TARGETING::AttributeTank*
io_tanks[TARGETING::AttributeTank::TANK_LAYER_LAST]);
+ friend int RT_TARG::apply_attr_override(uint8_t* i_data,
+ size_t i_size );
+
/**
* @brief Maximum size of a direct attribute override
*/
OpenPOWER on IntegriCloud