arm-trusted-firmware/drivers/measured_boot
Sandrine Bailleux c04cb15cfa refactor(measured boot): remove weak definition of plat_get_measured_boot_data()
Weak definitions are confusing and should be avoided if possible.
Thus, turn plat_get_measured_boot_data() into a strong definition that
platforms must provide (if they need measured boot).

We could have moved the old weak implementation under plat/common as a
sane, default implementation that platforms may pull in if it suits
them. However, this implementation right now simply measures BL2,
which is not enough to get a complete measured boot flow, so this
patch just removes it.

This change only affects the Arm FVP platform, as no other upstream
platform implements measured boot at the moment.

Change-Id: If8680a39ae0ef1044ee981315439d5e0c8461229
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2021-07-01 10:06:54 +02:00
..
event_log.c refactor(measured boot): remove weak definition of plat_get_measured_boot_data() 2021-07-01 10:06:54 +02: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