Searched refs:rom_config (Results 1 – 4 of 4) sorted by relevance
/SCP-firmware-master/product/synquacer/module/synquacer_rom/src/ |
A D | mod_synquacer_rom.c | 26 static const struct synquacer_rom_config *rom_config; variable 37 uintptr_t const *reset_base = (uintptr_t *)(rom_config->ramfw_base + 0x4); in jump_to_ramfw() 49 SCB->VTOR = rom_config->ramfw_base; in jump_to_ramfw() 66 rom_config = data; in synquacer_rom_init() 94 if (rom_config->load_ram_size != 0) { in synquacer_rom_process_event() 96 (void *)rom_config->ramfw_base, in synquacer_rom_process_event() 97 (uint8_t *)rom_config->nor_base, in synquacer_rom_process_event() 98 rom_config->load_ram_size); in synquacer_rom_process_event()
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_rom/src/ |
A D | mod_n1sdp_rom.c | 33 const struct n1sdp_rom_config *rom_config; member 48 uintptr_t ramfw_base = n1sdp_rom_ctx.rom_config->ramfw_base; in jump_to_ramfw() 79 n1sdp_rom_ctx.rom_config = data; in n1sdp_rom_init() 127 n1sdp_rom_ctx.rom_config->image_type, in n1sdp_rom_process_event() 129 n1sdp_rom_ctx.rom_config->fip_base_address, in n1sdp_rom_process_event() 130 n1sdp_rom_ctx.rom_config->fip_nvm_size); in n1sdp_rom_process_event() 133 get_image_type_str(n1sdp_rom_ctx.rom_config->image_type); in n1sdp_rom_process_event() 154 (void *)n1sdp_rom_ctx.rom_config->ramfw_base, entry.base, entry.size); in n1sdp_rom_process_event()
|
/SCP-firmware-master/product/morello/module/morello_rom/src/ |
A D | mod_morello_rom.c | 36 const struct morello_rom_config *rom_config; member 48 uintptr_t ramfw_base = morello_rom_ctx.rom_config->ramfw_base; in jump_to_ramfw() 80 morello_rom_ctx.rom_config = data; in morello_rom_init() 138 if ((morello_rom_ctx.rom_config->image_type == MOD_FIP_TOC_ENTRY_SCP_BL2) && in morello_rom_process_event() 144 fip_base = morello_rom_ctx.rom_config->fip_base_address; in morello_rom_process_event() 145 fip_size = morello_rom_ctx.rom_config->fip_nvm_size; in morello_rom_process_event() 151 morello_rom_ctx.rom_config->image_type, &entry, fip_base, fip_size); in morello_rom_process_event() 153 get_image_type_str(morello_rom_ctx.rom_config->image_type); in morello_rom_process_event() 172 (void *)morello_rom_ctx.rom_config->ramfw_base, entry.base, entry.size); in morello_rom_process_event()
|
/SCP-firmware-master/module/msys_rom/src/ |
A D | mod_msys_rom.c | 31 const struct msys_rom_config *rom_config; member 47 memset((void *)ctx.rom_config->ap_context_base, in msys_deferred_setup() 49 ctx.rom_config->ap_context_size); in msys_deferred_setup() 52 ctx.ppu_boot_api->power_mode_on(ctx.rom_config->id_primary_cluster); in msys_deferred_setup() 53 ctx.ppu_boot_api->power_mode_on(ctx.rom_config->id_primary_core); in msys_deferred_setup() 71 ctx.rom_config = data; in msys_rom_init() 73 if ((ctx.rom_config->ap_context_base == 0) || in msys_rom_init() 74 (ctx.rom_config->ap_context_size == 0)) in msys_rom_init()
|
Completed in 4 milliseconds