[SLOF] [PATCH v4 33/33] tpm2: Include vio-vtpm-cdriver.fs if IBM, vtpm20 is specified

Stefan Berger stefanb at linux.vnet.ibm.com
Thu Dec 12 07:27:28 AEDT 2019


---
 board-qemu/slof/tree.fs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board-qemu/slof/tree.fs b/board-qemu/slof/tree.fs
index 39dc6f6..4779c74 100644
--- a/board-qemu/slof/tree.fs
+++ b/board-qemu/slof/tree.fs
@@ -90,6 +90,9 @@ include fbuffer.fs
 	    2dup " IBM,vtpm" strequal IF
                 " vio-vtpm-cdriver.fs" included
 	    THEN
+	    2dup " IBM,vtpm20" strequal IF
+                " vio-vtpm-cdriver.fs" included
+	    THEN
             2drop
        THEN
        peer
-- 
2.17.1



More information about the SLOF mailing list