arm-trusted-firmware/drivers/measured_boot
Sandrine Bailleux 4a24707f94 refactor(measured boot): rename tpm_record_measurement()
tpm_record_measurement() function name suggests that:

 - It only records a measurement but does not compute it.
   This is not the case, the function does both.

 - It stores this measurement into a TPM (discrete chip or fTPM).
   This is not the case either, the measurement is just stored into
   the event log, which is a data structure hold in memory, there is
   no TPM involvement here.

To better convey the intent of the function, rename it into
event_log_measure_and_record().

Change-Id: I0102eeda477d6c6761151ac96759b31b6997e9fb
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2021-10-12 17:53:47 +01:00
..
event_log.c refactor(measured boot): rename tpm_record_measurement() 2021-10-12 17:53:47 +01:00
event_print.c Measured Boot Driver: Fix MISRA-C 2012 defects 2020-09-28 14:47:54 +01:00
measured_boot.c TF-A: Add Event Log for Measured Boot 2020-07-21 20:33:15 +00:00
measured_boot.mk Select the Log Level for the Event Log Dump on Measured Boot at build time. 2020-09-22 14:54:50 +01:00