Miquel Raynal | ff32245 | 2018-05-15 11:57:08 +0200 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (c) 2018 Bootlin | ||||
4 | * Author: Miquel Raynal <miquel.raynal@bootlin.com> | ||||
5 | */ | ||||
6 | |||||
7 | #include <common.h> | ||||
8 | #include <dm.h> | ||||
9 | #include <tpm-common.h> | ||||
10 | #include <tpm-v2.h> | ||||
11 | #include "tpm-utils.h" |