]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(fvp): add Event Log maximum size property in DT
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Mon, 20 Mar 2023 14:58:06 +0000 (14:58 +0000)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 18 Apr 2023 15:13:17 +0000 (17:13 +0200)
commit1cf3e2f0a8eb0d6324ce3db68dd5c78bdb690a8a
tree4a616ca7c038eb5b3b59d2f1e5a84fe0e4c08633
parent0223d15764ed78319c0eac00c641c6148898a395
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>
docs/components/measured_boot/event_log.rst
include/plat/arm/common/plat_arm.h
plat/arm/board/fvp/fdts/event_log.dtsi
plat/arm/board/fvp/fvp_bl1_measured_boot.c
plat/arm/board/fvp/fvp_bl2_measured_boot.c
plat/arm/common/arm_dyn_cfg_helpers.c