mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
feat(drtm): add PCR entries for DRTM
Added PCR entries for the measurement performed by the DCE and D-CRTM in DRTM implementation Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com> Change-Id: Ib9bfafe7fa2efa1cc36d7ff138468d648235dcf1
This commit is contained in:
parent
d54792bd93
commit
ff1e42e20a
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020, Arm Limited. All rights reserved.
|
||||
* Copyright (c) 2020-2022, Arm Limited. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -98,7 +98,12 @@ enum {
|
|||
/* 8-15: Defined for use by the Static OS */
|
||||
PCR_8,
|
||||
/* Debug */
|
||||
PCR_16 = 16
|
||||
PCR_16 = 16,
|
||||
|
||||
/* D-CRTM-measurements by DRTM implementation */
|
||||
PCR_17 = 17,
|
||||
/* DCE measurements by DRTM implementation */
|
||||
PCR_18 = 18
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue