aboutsummaryrefslogtreecommitdiff
path: root/lib/tpm-v2.c
blob: 35dee031ec6c41d2b7ce868e150f47ade2dc9b64 (plain)
1
2
3
4
5
6
7
8
9
10
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"