mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-28 08:08:45 +00:00
feat(measured_boot): update tb_fw_config with event log properties
Making tb_fw_config ready to pass the Event Log base address and size information to BL2. Change-Id: I5dd0e79007e3848b5d6d0e69275a46c2e9807a98 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
48ba0345f7
commit
e742bcdae0
2 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ Dynamic configuration for Event Log
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Measured Boot driver expects a *tpm_event_log* node with the following field
|
Measured Boot driver expects a *tpm_event_log* node with the following field
|
||||||
in 'nt_fw_config' and 'tsp_fw_config' DTS files:
|
in 'tb_fw_config', 'nt_fw_config' and 'tsp_fw_config' DTS files:
|
||||||
|
|
||||||
- compatible [mandatory]
|
- compatible [mandatory]
|
||||||
- value type: <string>
|
- value type: <string>
|
||||||
|
|
|
@ -104,6 +104,10 @@
|
||||||
#include "cot_descriptors.dtsi"
|
#include "cot_descriptors.dtsi"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if MEASURED_BOOT
|
||||||
|
#include "event_log.dtsi"
|
||||||
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#if COT_DESC_IN_DTB
|
#if COT_DESC_IN_DTB
|
||||||
|
|
Loading…
Add table
Reference in a new issue