summaryrefslogtreecommitdiffstats
path: root/libstb/Makefile.inc
diff options
context:
space:
mode:
authorClaudio Carvalho <cclaudio@linux.vnet.ibm.com>2016-09-28 05:01:09 -0300
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-10 15:29:34 +1100
commitb64d937194e8a51c39c3a32e08ebebc4ae4bf4f5 (patch)
tree2bc63ff44f8f17c6d96ffecf8b4bc052ffc22926 /libstb/Makefile.inc
parentbb725f224c08a4ffde428eb5576231efc528c06e (diff)
downloadtalos-skiboot-b64d937194e8a51c39c3a32e08ebebc4ae4bf4f5.tar.gz
talos-skiboot-b64d937194e8a51c39c3a32e08ebebc4ae4bf4f5.zip
libstb: add tpm_chip interface
This adds the TPM chip interface for libstb: - tpm_init(): call drivers' probe to find TPM devices that are compatible with them. - tpm_register_chip(): register a TPM chip which includes pointers to the TPM device and TPM driver structures. - tpm_add_status_property(): add the status device tree property for each registered TPM device. The TPM chip interface is documented in 'libstb/tpm_chip.h' and the tpm device tree node is documented in 'doc/device-tree/tpm.rst' Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: shuffle unused error path around] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libstb/Makefile.inc')
-rw-r--r--libstb/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstb/Makefile.inc b/libstb/Makefile.inc
index 3beafbad..8b057de5 100644
--- a/libstb/Makefile.inc
+++ b/libstb/Makefile.inc
@@ -4,7 +4,7 @@ LIBSTB_DIR = libstb
SUBDIRS += $(LIBSTB_DIR)
-LIBSTB_SRCS = container.c rom.c
+LIBSTB_SRCS = container.c rom.c tpm_chip.c
LIBSTB_OBJS = $(LIBSTB_SRCS:%.c=%.o)
LIBSTB = $(LIBSTB_DIR)/built-in.o
OpenPOWER on IntegriCloud