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:
Manish V Badarkhe 2022-03-03 11:42:27 +00:00 committed by Manish V Badarkhe
parent d54792bd93
commit ff1e42e20a

View file

@ -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)