feat(fvp): add Event Log maximum size property in DTUpdated the code to get and set the 'tpm_event_log_max_size' propertyin the event_log.dtsi.In this change, the maximum Event Log buffer size a
feat(fvp): add Event Log maximum size property in DTUpdated the code to get and set the 'tpm_event_log_max_size' propertyin the event_log.dtsi.In this change, the maximum Event Log buffer size allocated by BL1 ispassed to BL2, rather than both relying on the maximum Event Log buffersize macro.Change-Id: I7aa6256390872171e362b6f166f3f7335aa6e425Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
show more ...
feat(measured_boot): update tb_fw_config with event log propertiesMaking tb_fw_config ready to pass the Event Log base addressand size information to BL2.Change-Id: I5dd0e79007e3848b5d6d0e69275a
feat(measured_boot): update tb_fw_config with event log propertiesMaking tb_fw_config ready to pass the Event Log base addressand size information to BL2.Change-Id: I5dd0e79007e3848b5d6d0e69275a46c2e9807a98Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
plat/arm/board/fvp: Add support for Measured BootThis patch adds support for Measured Boot functionalityto FVP platform code. It also defines new propertiesin 'tpm_event_log' node to store Event
plat/arm/board/fvp: Add support for Measured BootThis patch adds support for Measured Boot functionalityto FVP platform code. It also defines new propertiesin 'tpm_event_log' node to store Event Log address andit size'tpm_event_log_sm_addr''tpm_event_log_addr''tpm_event_log_size'in 'event_log.dtsi' included in 'fvp_tsp_fw_config.dts'and 'fvp_nt_fw_config.dts'. The node and its propertiesare described in binding document'docs\components\measured_boot\event_log.rst'.Change-Id: I087e1423afcb269d6cfe79c1af9c348931991292Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>