Home
last modified time | relevance | path

Searched refs:bl31_fw_config (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/plat/mediatek/common/
Dmtk_bl31_setup.c62 static struct mtk_bl31_fw_config bl31_fw_config; variable
64 struct mtk_bl31_fw_config bl31_fw_config; variable
75 arg = bl31_fw_config.from_bl2; in get_mtk_bl31_fw_config()
78 arg = bl31_fw_config.soc_fw_config; in get_mtk_bl31_fw_config()
81 arg = bl31_fw_config.hw_config; in get_mtk_bl31_fw_config()
84 arg = bl31_fw_config.reserved; in get_mtk_bl31_fw_config()
123 bl31_fw_config.from_bl2 = (void *)&bl_param_clone; in bl31_early_platform_setup2()
124 bl31_fw_config.soc_fw_config = (void *)soc_fw_config; in bl31_early_platform_setup2()
125 bl31_fw_config.hw_config = (void *)hw_config; in bl31_early_platform_setup2()
126 bl31_fw_config.reserved = (void *)plat_params_from_bl2; in bl31_early_platform_setup2()