mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
12 lines
231 B
C
12 lines
231 B
C
|
// 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"
|