summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-10-08 15:27:28 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-07 20:36:51 -0600
commit22134d69a2016dd1ea6d9de858f4e68f732289ae (patch)
tree3e6996dc775e869d6643e748f83d728187add2c3 /src/makefile
parentbeca51100d6ba74914391b2a0baec830f427ec99 (diff)
downloadtalos-hostboot-22134d69a2016dd1ea6d9de858f4e68f732289ae.tar.gz
talos-hostboot-22134d69a2016dd1ea6d9de858f4e68f732289ae.zip
SMF: Port NVRAM Reading Logic From Skiboot
As part of SMF secure memory distribution, we need to be able to read the size of secure memory from NVRAM PNOR partition (for OpenPOWER). The functionality to read (index into) NVRAM already exists in skiboot. This commits ports the bare minimum functionality required to read NVRAM from skiboot to hb. Change-Id: I17b9014ec3df590bcd8745ae70e0f96e36580117 RTC: 192411 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67414 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: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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 d7b0bf045..60a62feb7 100644
--- a/src/makefile
+++ b/src/makefile
@@ -211,6 +211,7 @@ EXTENDED_MODULES += isteps_nest
EXTENDED_MODULES += isteps_io
EXTENDED_MODULES += node_comm
EXTENDED_MODULES += $(if $(CONFIG_NVDIMM),nvdimm)
+EXTENDED_MODULES += $(if $(CONFIG_FSP_BUILD),,nvram)
#***************************************
# Working test modules
OpenPOWER on IntegriCloud