Fix: Add event log node to attestation/default-sp
Add missing tpm_event_log node to the manifest file of the
attestation/default-sp deployment. The missing node causes "Failed to
claim event log source from config" error during SP boot because the
SPMC is not forwarding the event log address if the node is not in the
manifest.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I0574c8b5a3d586b31f060adc64b13d4b3af51f7c
diff --git a/deployments/attestation/config/default-sp/default_attestation.dts.in b/deployments/attestation/config/default-sp/default_attestation.dts.in
index ef26e0e..1478855 100644
--- a/deployments/attestation/config/default-sp/default_attestation.dts.in
+++ b/deployments/attestation/config/default-sp/default_attestation.dts.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -26,6 +26,12 @@
};
};
+ tpm_event_log {
+ compatible = "arm,tpm_event_log";
+ tpm_event_log_addr = <0x0 0x0>;
+ tpm_event_log_size = <0x0>;
+ };
+
memory-regions {
compatible = "arm,ffa-manifest-memory-regions";