summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-08-28 17:13:58 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-09-20 16:14:31 -0500
commitb7c4af200f89786106e986767ed9f293291f3bdf (patch)
tree047f47154c383bc19ff821e4a2ce523feefe97d7 /src/makefile
parentd0f0ff1e58757c833149b4e5ee6dc597a5028372 (diff)
downloadtalos-hostboot-b7c4af200f89786106e986767ed9f293291f3bdf.tar.gz
talos-hostboot-b7c4af200f89786106e986767ed9f293291f3bdf.zip
Add wrapper to exp_getidec HWP so we can call it in platform code
There has been a trend to create more HWPs that process raw data. This allows Hostboot and Cronus to share more code. The trick is that we generally want to call these HWPs inside traditionally hostboot-only code. This new fapiwrap directory will help encapsulate all of the calls to ekb code in one place. That way if we ever need to remove HWPs/EKB code it will be easier to stub out the calls. In the past we have contaminated a lot of Hostboot-only code with calls out to EKB code. This new new directory should help avoid this issue. Change-Id: I2b2d0d1e62c97f0976c9c9ede3fe2eac30c7a40f RTC: 214627 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83029 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 52b44336a..bd80d63bf 100644
--- a/src/makefile
+++ b/src/makefile
@@ -220,6 +220,7 @@ EXTENDED_MODULES += mmio
EXTENDED_MODULES += smf
EXTENDED_MODULES += expaccess
EXTENDED_MODULES += expupd
+EXTENDED_MODULES += fapiwrap
#***************************************
# Working test modules
OpenPOWER on IntegriCloud