summaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp/fdts
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2023-03-20 14:58:06 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2023-04-18 17:13:17 +0200
commit1cf3e2f0a8eb0d6324ce3db68dd5c78bdb690a8a (patch)
tree4a616ca7c038eb5b3b59d2f1e5a84fe0e4c08633 /plat/arm/board/fvp/fdts
parent0223d15764ed78319c0eac00c641c6148898a395 (diff)
feat(fvp): add Event Log maximum size property in DT
Updated the code to get and set the 'tpm_event_log_max_size' property in the event_log.dtsi. In this change, the maximum Event Log buffer size allocated by BL1 is passed to BL2, rather than both relying on the maximum Event Log buffer size macro. Change-Id: I7aa6256390872171e362b6f166f3f7335aa6e425 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Diffstat (limited to 'plat/arm/board/fvp/fdts')
-rw-r--r--plat/arm/board/fvp/fdts/event_log.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/arm/board/fvp/fdts/event_log.dtsi b/plat/arm/board/fvp/fdts/event_log.dtsi
index 47af672df..8e2654209 100644
--- a/plat/arm/board/fvp/fdts/event_log.dtsi
+++ b/plat/arm/board/fvp/fdts/event_log.dtsi
@@ -9,4 +9,5 @@ event_log: tpm_event_log {
compatible = "arm,tpm_event_log";
tpm_event_log_addr = <0x0 0x0>;
tpm_event_log_size = <0x0>;
+ tpm_event_log_max_size = <0x0>;
};