summaryrefslogtreecommitdiffstats
path: root/src/usr/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/usr/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/usr/makefile')
-rw-r--r--src/usr/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/makefile b/src/usr/makefile
index ca4f9d512..6d9ccd9c6 100644
--- a/src/usr/makefile
+++ b/src/usr/makefile
@@ -70,6 +70,7 @@ SUBDIRS += diag.d
SUBDIRS += xz.d
SUBDIRS += hwplibs.d
SUBDIRS += $(if $(CONFIG_ENABLE_HDAT_IN_HOSTBOOT),hdat.d,)
+SUBDIRS += $(if $(CONFIG_FSP_BUILD),,nvram.d)
#errldisplay relies on some generated files from PRD.
#Enforce that it goes after
OpenPOWER on IntegriCloud