Merge changes from topic "fw_config_handoff" into integration
* changes:
  doc: Update memory layout for firmware configuration area
  plat/arm: Increase size of firmware configuration area
  plat/arm: Load and populate fw_config and tb_fw_config
  fconf: Handle error from fconf_load_config
  plat/arm: Update the fw_config load call and populate it's information
  fconf: Allow fconf to load additional firmware configuration
  fconf: Clean confused naming between TB_FW and FW_CONFIG
  tbbr/dualroot: Add fw_config image in chain of trust
  cert_tool: Update cert_tool for fw_config image support
  fiptool: Add fw_config in FIP
  plat/arm: Rentroduce tb_fw_config device tree
commit 99bcae5ea6098131c6c33db609243ed025f1da35
2 parents 24cdbb2 + 089fc62
@Sandrine Bailleux Sandrine Bailleux authored on 26 Jun 2020
TrustedFirmware Code Review committed on 26 Jun 2020
Showing 70 changed files
View
docs/design/firmware-design.rst
View
drivers/arm/css/scp/css_bom_bootloader.c
View
drivers/auth/dualroot/cot.c
View
drivers/auth/tbbr/tbbr_cot_bl1.c
View
drivers/auth/tbbr/tbbr_cot_common.c
View
include/drivers/arm/css/css_scp.h
View
include/drivers/auth/tbbr_cot_common.h
View
include/export/common/tbbr/tbbr_img_def_exp.h
View
include/lib/fconf/fconf.h
View
include/lib/fconf/fconf_dyn_cfg_getter.h
View
include/plat/arm/common/arm_def.h
View
include/plat/arm/common/plat_arm.h
View
include/tools_share/firmware_image_package.h
View
include/tools_share/tbbr_oid.h
View
lib/debugfs/devfip.c
View
lib/fconf/fconf.c
View
lib/fconf/fconf.mk
View
lib/fconf/fconf_dyn_cfg_getter.c
View
plat/arm/board/a5ds/fdts/a5ds_fw_config.dts
View
plat/arm/board/a5ds/fdts/a5ds_tb_fw_config.dts 0 → 100644
View
plat/arm/board/a5ds/include/platform_def.h
View
plat/arm/board/a5ds/platform.mk
View
plat/arm/board/corstone700/include/platform_def.h
View
plat/arm/board/fvp/fdts/fvp_fw_config.dts
View
plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts 0 → 100644
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/fvp_ve/fdts/fvp_ve_fw_config.dts
View
plat/arm/board/fvp_ve/fdts/fvp_ve_tb_fw_config.dts 0 → 100644
View
plat/arm/board/fvp_ve/include/platform_def.h
View
plat/arm/board/fvp_ve/platform.mk
View
plat/arm/board/juno/fdts/juno_fw_config.dts
View
plat/arm/board/juno/fdts/juno_tb_fw_config.dts 0 → 100644
View
plat/arm/board/juno/include/platform_def.h
View
plat/arm/board/juno/platform.mk
View
plat/arm/board/rddaniel/fdts/rddaniel_fw_config.dts
View
plat/arm/board/rddaniel/fdts/rddaniel_tb_fw_config.dts 0 → 100644
View
plat/arm/board/rddaniel/platform.mk
View
plat/arm/board/rddanielxlr/fdts/rddanielxlr_fw_config.dts
View
plat/arm/board/rddanielxlr/fdts/rddanielxlr_tb_fw_config.dts 0 → 100644
View
plat/arm/board/rddanielxlr/platform.mk
View
plat/arm/board/rde1edge/fdts/rde1edge_fw_config.dts
View
plat/arm/board/rde1edge/fdts/rde1edge_tb_fw_config.dts 0 → 100644
View
plat/arm/board/rde1edge/platform.mk
View
plat/arm/board/rdn1edge/fdts/rdn1edge_fw_config.dts
View
plat/arm/board/rdn1edge/fdts/rdn1edge_tb_fw_config.dts 0 → 100644
View
plat/arm/board/rdn1edge/platform.mk
View
plat/arm/board/sgi575/fdts/sgi575_fw_config.dts
View
plat/arm/board/sgi575/fdts/sgi575_tb_fw_config.dts 0 → 100644
View
plat/arm/board/sgi575/platform.mk
View
plat/arm/board/sgm775/fdts/sgm775_fw_config.dts
View
plat/arm/board/sgm775/fdts/sgm775_tb_fw_config.dts 0 → 100644
View
plat/arm/board/sgm775/platform.mk
View
plat/arm/board/tc0/fdts/tc0_fw_config.dts
View
plat/arm/board/tc0/fdts/tc0_tb_fw_config.dts 0 → 100644
View
plat/arm/board/tc0/platform.mk
View
plat/arm/common/arm_bl1_setup.c
View
plat/arm/common/arm_bl2_setup.c
View
plat/arm/common/arm_bl31_setup.c
View
plat/arm/common/arm_dyn_cfg.c
View
plat/arm/common/fconf/arm_fconf_io.c
View
plat/arm/common/sp_min/arm_sp_min_setup.c
View
plat/arm/css/sgm/fdts/sgm_tb_fw_config.dts
View
plat/arm/css/sgm/include/sgm_base_platform_def.h
View
tools/cert_create/include/dualroot/cot.h
View
tools/cert_create/include/tbbr/tbb_ext.h
View
tools/cert_create/src/dualroot/cot.c
View
tools/cert_create/src/tbbr/tbb_cert.c
View
tools/cert_create/src/tbbr/tbb_ext.c
View
tools/fiptool/tbbr_config.c