Lines Matching refs:plat_params
98 plat_params_from_bl2_t *plat_params = (plat_params_from_bl2_t *)arg1; in bl31_early_platform_setup2() local
101 plat_params_from_bl2_t *plat_params = plat_get_bl31_plat_params(); in bl31_early_platform_setup2() local
130 assert(plat_params != NULL); in bl31_early_platform_setup2()
131 plat_bl31_params_from_bl2.tzdram_base = plat_params->tzdram_base; in bl31_early_platform_setup2()
132 plat_bl31_params_from_bl2.tzdram_size = plat_params->tzdram_size; in bl31_early_platform_setup2()
133 plat_bl31_params_from_bl2.uart_id = plat_params->uart_id; in bl31_early_platform_setup2()
134 plat_bl31_params_from_bl2.l2_ecc_parity_prot_dis = plat_params->l2_ecc_parity_prot_dis; in bl31_early_platform_setup2()
135 plat_bl31_params_from_bl2.sc7entry_fw_size = plat_params->sc7entry_fw_size; in bl31_early_platform_setup2()
136 plat_bl31_params_from_bl2.sc7entry_fw_base = plat_params->sc7entry_fw_base; in bl31_early_platform_setup2()
150 plat_enable_console(plat_params->uart_id); in bl31_early_platform_setup2()
157 ret = bl31_check_ns_address(plat_params->boot_profiler_shmem_base, in bl31_early_platform_setup2()
163 plat_params->boot_profiler_shmem_base; in bl31_early_platform_setup2()
166 boot_profiler_init(plat_params->boot_profiler_shmem_base, in bl31_early_platform_setup2()