summaryrefslogtreecommitdiffstats
path: root/libstb/Makefile.inc
diff options
context:
space:
mode:
authorClaudio Carvalho <cclaudio@linux.vnet.ibm.com>2016-09-28 05:01:08 -0300
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-10 15:29:34 +1100
commitbb725f224c08a4ffde428eb5576231efc528c06e (patch)
tree32878b181cc22a59d9763925c2a1035239bb2d9b /libstb/Makefile.inc
parentfab5418b256817e2695aa653d4840bfa5b5be53b (diff)
downloadtalos-skiboot-bb725f224c08a4ffde428eb5576231efc528c06e.tar.gz
talos-skiboot-bb725f224c08a4ffde428eb5576231efc528c06e.zip
libstb: add rom interface
This adds rom.c, which is the ROM interface for libstb. - rom_init(): load a compatible driver for the ibm,secureboot node - rom_set_driver(): set the romcode driver that will be used to access the verification code functions Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: fix unused parameter] 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 15cdfbe9..3beafbad 100644
--- a/libstb/Makefile.inc
+++ b/libstb/Makefile.inc
@@ -4,7 +4,7 @@ LIBSTB_DIR = libstb
SUBDIRS += $(LIBSTB_DIR)
-LIBSTB_SRCS = container.c
+LIBSTB_SRCS = container.c rom.c
LIBSTB_OBJS = $(LIBSTB_SRCS:%.c=%.o)
LIBSTB = $(LIBSTB_DIR)/built-in.o
OpenPOWER on IntegriCloud