]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
feat(drtm): add PCR entries for DRTM
authorManish V Badarkhe <manish.badarkhe@arm.com>
Thu, 3 Mar 2022 11:42:27 +0000 (11:42 +0000)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Wed, 5 Oct 2022 14:25:28 +0000 (15:25 +0100)
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

include/drivers/measured_boot/event_log/tcg.h

index ab27a0844f79f46a347591fc51f1c6433f9e7f5b..4ac2c2ff3b1c7ad17a33d624d757d2b175f72dc6 100644 (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)