mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
refactor(tc): rename DPE header
The new name is more generic. The goal to add here all platform dependent defines / data / config which is DPE related. Signed-off-by: Tamas Ban <tamas.ban@arm.com> Change-Id: I5b521932c45d8a9c43ea2344dde83c210801cfee
This commit is contained in:
parent
5f960f0a08
commit
4f5beb56de
3 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
||||||
#include <platform_def.h>
|
#include <platform_def.h>
|
||||||
#include <tools_share/zero_oid.h>
|
#include <tools_share/zero_oid.h>
|
||||||
|
|
||||||
#include "tc_dpe_cert.h"
|
#include "tc_dpe.h"
|
||||||
|
|
||||||
struct dpe_metadata tc_dpe_metadata[] = {
|
struct dpe_metadata tc_dpe_metadata[] = {
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#include <platform_def.h>
|
#include <platform_def.h>
|
||||||
#include <tools_share/tbbr_oid.h>
|
#include <tools_share/tbbr_oid.h>
|
||||||
|
|
||||||
#include "tc_dpe_cert.h"
|
#include "tc_dpe.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The content and the values of this array depends on:
|
* The content and the values of this array depends on:
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TC_DPE_CERT_H
|
#ifndef TC_DPE_H
|
||||||
#define TC_DPE_CERT_H
|
#define TC_DPE_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The certificate structure on the TC platform:
|
* The certificate structure on the TC platform:
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
/* Common definition */
|
/* Common definition */
|
||||||
#define DPE_CERT_ID_SAME_AS_PARENT 0xFFFFFFFF
|
#define DPE_CERT_ID_SAME_AS_PARENT 0xFFFFFFFF
|
||||||
|
|
||||||
#endif /* TC_DPE_CERT_H */
|
#endif /* TC_DPE_H */
|
Loading…
Add table
Reference in a new issue