mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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"
|