Add standard TPM event log node to SP manifests
Add standard TPM event log description to the attestation and env-test
SPs' manifest. Keep existing event-log node for backwards compatibility
with psa-development SPMC.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I8525e7ed36fd1d7499e09f005e6ebd5fee8b994d
diff --git a/deployments/attestation/opteesp/default_attestation.dts.in b/deployments/attestation/opteesp/default_attestation.dts.in
index 1a74397..a41cac6 100644
--- a/deployments/attestation/opteesp/default_attestation.dts.in
+++ b/deployments/attestation/opteesp/default_attestation.dts.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -20,9 +20,16 @@
boot-params {
compatible = "arm,ffa-manifest-boot-params";
+ /* Legacy node to keep compatibility with psa-development SPMC. */
event-log {
param = "EVENT_LOG"; /* The init parameter name */
tag = "arm,event-log"; /* Object identifier */
};
};
+
+ tpm_event_log {
+ compatible = "arm,tpm_event_log";
+ tpm_event_log_addr = <0x0 0x0>;
+ tpm_event_log_size = <0x0>;
+ };
};