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"