diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2017-02-24 15:08:57 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-10 13:48:29 -0400 |
| commit | 5bdb1f8ec34124c68db869dbb46b27e5a5fc24b5 (patch) | |
| tree | 84ccf175a63ea0c362d2221cc12b59669ec0a51f /src/usr/runtime/makefile | |
| parent | d85536ac35dd97a666b7b8de090f255b1a33c7d8 (diff) | |
| download | talos-hostboot-5bdb1f8ec34124c68db869dbb46b27e5a5fc24b5.tar.gz talos-hostboot-5bdb1f8ec34124c68db869dbb46b27e5a5fc24b5.zip | |
Populate HDAT TPM Info
Populate TPM Info during the secureboot runtime routine.
Change-Id: I02b960c175d51dc9b5941e15a529bd1587747444
RTC:166834
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37187
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/makefile')
| -rw-r--r-- | src/usr/runtime/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/runtime/makefile b/src/usr/runtime/makefile index 14838e18d..d0e0abd93 100644 --- a/src/usr/runtime/makefile +++ b/src/usr/runtime/makefile @@ -32,6 +32,8 @@ ROOTPATH = ../../.. MODULE = runtime +VPATH += ${ROOTPATH}/src/usr/hdat + #@TODO RTC:132750 #OBJS += populate_attributes.o OBJS += populate_hbruntime.o @@ -39,7 +41,10 @@ OBJS += hdatservice.o OBJS += fakepayload.o OBJS += errlud_hdat.o OBJS += customize_attrs_for_payload.o +OBJS += hdatcommonutil.o SUBDIRS += test.d +EXTRAINCDIR += ${ROOTPATH}/src/usr/hdat + include ${ROOTPATH}/config.mk |

