Merge changes from topics "af/add_measured_boot_bl1_bl2", "af/add_measured_boot_driver", "af/add_measured_boot_driver_support", "af/add_measured_boot_fconf", "af/add_measured_boot_fvp" into integration
* changes:
  plat/arm/board/fvp: Add support for Measured Boot
  TF-A: Add support for Measured Boot driver to FCONF
  TF-A: Add support for Measured Boot driver in BL1 and BL2
  TF-A: Add Event Log for Measured Boot
  TF-A: Add support for Measured Boot driver
commit 3ee148d6439b69d326f8e6d2a4ce822604e0e64c
2 parents 43f7d88 + 4a135bc
@joanna.farley joanna.farley authored on 22 Jul 2020
TrustedFirmware Code Review committed on 22 Jul 2020
Showing 33 changed files
View
bl2/bl2_main.c
View
docs/components/index.rst
View
docs/components/measured_boot/event_log.rst 0 → 100644
View
docs/components/measured_boot/index.rst 0 → 100644
View
drivers/auth/mbedtls/mbedtls_common.mk
View
drivers/measured_boot/event_log.c 0 → 100644
View
drivers/measured_boot/event_print.c 0 → 100644
View
drivers/measured_boot/measured_boot.c 0 → 100644
View
drivers/measured_boot/measured_boot.mk 0 → 100644
View
include/drivers/measured_boot/event_log.h 0 → 100644
View
include/drivers/measured_boot/measured_boot.h 0 → 100644
View
include/drivers/measured_boot/tcg.h 0 → 100644
View
include/lib/fconf/fconf_tbbr_getter.h
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/plat_arm.h
View
include/plat/common/platform.h
View
lib/fconf/fconf_dyn_cfg_getter.c
View
lib/fconf/fconf_tbbr_getter.c
View
plat/arm/board/fvp/fconf/fconf_nt_config_getter.c 0 → 100644
View
plat/arm/board/fvp/fdts/event_log.dtsi 0 → 100644
View
plat/arm/board/fvp/fdts/fvp_nt_fw_config.dts
View
plat/arm/board/fvp/fdts/fvp_tsp_fw_config.dts
View
plat/arm/board/fvp/fvp_bl1_setup.c
View
plat/arm/board/fvp/fvp_bl2_setup.c
View
plat/arm/board/fvp/fvp_measured_boot.c 0 → 100644
View
plat/arm/board/fvp/include/fconf_nt_config_getter.h 0 → 100644
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/board/fvp/platform.mk
View
plat/arm/common/arm_bl2_setup.c
View
plat/arm/common/arm_common.mk
View
plat/arm/common/arm_dyn_cfg.c
View
plat/arm/common/arm_dyn_cfg_helpers.c
View
plat/common/plat_bl1_common.c