diff --git a/plat/arm/board/fvp/include/platform_def.h b/plat/arm/board/fvp/include/platform_def.h index 3af56fe4b..d9fe24fda 100644 --- a/plat/arm/board/fvp/include/platform_def.h +++ b/plat/arm/board/fvp/include/platform_def.h @@ -437,7 +437,12 @@ defined(IMAGE_BL2) && MEASURED_BOOT /* * Maximum size of Event Log buffer used in Measured Boot Event Log driver */ +#if ENABLE_RME && (defined(SPD_tspd) || defined(SPD_opteed) || defined(SPD_spmd)) +/* Account for additional measurements of secure partitions and SPM. */ +#define PLAT_ARM_EVENT_LOG_MAX_SIZE UL(0x800) +#else #define PLAT_ARM_EVENT_LOG_MAX_SIZE UL(0x400) +#endif /* * Maximum size of Event Log buffer used for DRTM