summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2018-03-29 13:34:55 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-07 11:50:36 -0400
commitc0217d002a0a211551048766461f35d718ce1618 (patch)
tree88e82c2e14c9af1bc3ecc74202c14befb0562e49 /src/makefile
parent22b6130039608d9cb68cd023130b17706a31d1aa (diff)
downloadtalos-hostboot-c0217d002a0a211551048766461f35d718ce1618.tar.gz
talos-hostboot-c0217d002a0a211551048766461f35d718ce1618.zip
Added support, in Istep 08, to facilitate the testing of SMP wrap
Adding support, in Istep 08 to make HWP calls for many various components. In the various istep 8 call_proc_* and istep 10 call_proc*, I was able to consolidate the HWP call into a single single function. The consolidated code for these calls exists in the file nest/nestHwpHelperFuncs. Also added a function to capture errors in file isteps/istepHelperFuncs. Change-Id: I64f73d64950a52d2923f1c3fe280c55dffd1d742 RTC:190096 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56518 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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 83fe2511c..5d5936625 100644
--- a/src/makefile
+++ b/src/makefile
@@ -206,6 +206,7 @@ EXTENDED_MODULES += $(if $(CONFIG_SECUREBOOT),secureboot_ext)
EXTENDED_MODULES += tod
EXTENDED_MODULES += nestmemutils
EXTENDED_MODULES += fab_iovalid
+EXTENDED_MODULES += isteps_nest
#***************************************
# Working test modules
OpenPOWER on IntegriCloud