tpm: prepare support for TPMv2.x commands
[oweals/u-boot.git] / lib / tpm-v2.c
diff --git a/lib/tpm-v2.c b/lib/tpm-v2.c
new file mode 100644 (file)
index 0000000..35dee03
--- /dev/null
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (c) 2018 Bootlin
+ * Author: Miquel Raynal <miquel.raynal@bootlin.com>
+ */
+
+#include <common.h>
+#include <dm.h>
+#include <tpm-common.h>
+#include <tpm-v2.h>
+#include "tpm-utils.h"