Searched refs:entry_point (Results 1 - 25 of 47) sorted by relevance

12

/u-boot/arch/mips/lib/
H A Dspl.c14 (image_entry_noargs_t)spl_image->entry_point;
19 debug("image entry point: 0x%lx\n", spl_image->entry_point);
/u-boot/arch/riscv/lib/
H A Dspl.c52 (image_entry_riscv_t)spl_image->entry_point;
55 debug("image entry point: 0x%lX\n", spl_image->entry_point);
57 ret = smp_call_function(spl_image->entry_point, (ulong)fdt_blob, 0, 0);
/u-boot/board/renesas/rcar-common/
H A Dgen3-spl.c38 debug("image entry point: 0x%lx\n", spl_image->entry_point);
43 (image_entry_arg_t)(uintptr_t) spl_image->entry_point;
48 (image_entry_noargs_t)spl_image->entry_point;
/u-boot/arch/x86/lib/
H A Dtpl.c89 spl_image->entry_point = CONFIG_SPL_TEXT_BASE;
108 (ulong)spl_image->entry_point);
110 print_buffer(spl_image->entry_point, (void *)spl_image->entry_point, 1,
113 jump_to_spl(spl_image->entry_point);
/u-boot/boot/
H A Dbootm_os.c143 void (*entry_point)(struct bd_info *);
155 entry_point = (void (*)(struct bd_info *))images->ep;
158 (ulong)entry_point);
166 (*entry_point)(gd->bd);
176 void (*entry_point)(void);
188 entry_point = (void (*)(void))images->ep;
191 (ulong)entry_point);
199 (*entry_point)();
209 void (*entry_point)(void);
236 entry_point
[all...]
/u-boot/arch/arm/mach-tegra/
H A Dspl.c49 debug("image entry point: 0x%lX\n", spl_image->entry_point);
51 start_cpu((u32)spl_image->entry_point);
/u-boot/arch/arm/mach-tegra/tegra20/
H A Dbct.h29 u32 entry_point; member in struct:nv_bootloader_info
H A Dbct.c59 bct_tbl->bootloader[0].entry_point = CONFIG_SPL_TEXT_BASE;
/u-boot/arch/arm/mach-tegra/tegra30/
H A Dbct.h29 u32 entry_point; member in struct:nv_bootloader_info
H A Dbct.c59 bct_tbl->bootloader[0].entry_point = CONFIG_SPL_TEXT_BASE;
/u-boot/common/spl/
H A Dspl_xip.c21 spl_image->entry_point = CONFIG_SYS_LOAD_ADDR;
H A Dspl_legacy.c55 spl_image->entry_point = image_get_ep(header);
58 spl_image->entry_point = image_get_ep(header);
80 spl_parse_legacy_validate(spl_image->entry_point, 0);
H A Dspl_fit.c329 ulong entry_point; local
334 if (!fit_image_get_entry(fit, node, &entry_point))
335 image_info->entry_point = entry_point;
337 image_info->entry_point = FDT_ERROR;
498 image->size, image->entry_point,
831 if (spl_image->entry_point == FDT_ERROR &&
832 image_info.entry_point != FDT_ERROR)
833 spl_image->entry_point = image_info.entry_point;
[all...]
H A Dspl_opensbi.c105 opensbi_entry = (opensbi_entry_t)spl_image->entry_point;
119 ret = smp_call_function((ulong)spl_image->entry_point,
/u-boot/board/freescale/common/
H A Dfsl_chain_of_trust.c143 (image_entry_noargs_t)(unsigned long)spl_image->entry_point;
145 hdr_addr = (spl_image->entry_point + spl_image->size -
147 spl_validate_uboot(hdr_addr, (uintptr_t)spl_image->entry_point);
156 debug("image entry point: 0x%lX\n", spl_image->entry_point);
/u-boot/arch/arm/cpu/armv7m/
H A Dcpu.c63 spl_image->entry_point |= 0x1;
/u-boot/arch/arm/mach-zynqmp/
H A Dhandoff.c58 uint64_t entry_point; member in struct:xfsbl_partition
87 atfhandoffparams->partition[index].entry_point = bl32_entry;
95 atfhandoffparams->partition[index].entry_point = bl33_entry;
/u-boot/arch/arm/lib/
H A Dspl.c60 spl_image->entry_point, ES_TO_AARCH64);
74 (image_entry_arg_t)(uintptr_t) spl_image->entry_point;
88 (void *)spl_image->entry_point);
/u-boot/arch/powerpc/lib/
H A Dspl.c24 (image_entry_arg_t)spl_image->entry_point;
/u-boot/arch/arm/mach-uniphier/arm32/
H A Dpsci.c134 s32 __secure psci_cpu_on(u32 function_id, u32 cpuid, u32 entry_point, argument
141 debug_puts(", entry_point=");
142 debug_puth(entry_point);
147 psci_save(cpu, entry_point, context_id);
/u-boot/arch/x86/cpu/apollolake/
H A Dspl.c38 spl_image->entry_point = spl_get_image_text_base();
39 spl_image->load_addr = spl_image->entry_point;
120 spl_image->entry_point = spl_phase() == PHASE_TPL ?
122 spl_image->load_addr = spl_image->entry_point;
/u-boot/arch/microblaze/cpu/
H A Dspl.c37 (image_entry_arg_t)spl_image->entry_point;
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dls102xa_psci.c156 static void __secure ls1_deep_sleep(u32 entry_point) argument
173 out_le32(&scfg->sparecr[3], entry_point);
239 void __secure ls1_system_suspend(u32 fn, u32 entry_point, u32 context_id) argument
242 ls1_deep_sleep(entry_point);
/u-boot/arch/arm/include/asm/arch-tegra/
H A Dwarmboot.h45 u32 entry_point; /* execution address of the wb code */ member in struct:wb_header
/u-boot/arch/arm/include/asm/
H A Dsystem.h242 * @entry_point: kernel entry point
246 u64 arg4, u64 entry_point, u64 es_flag);
257 * @entry_point: kernel entry point
261 u64 arg4, u64 entry_point, u64 es_flag);
263 u64 arg4, u64 entry_point);

Completed in 274 milliseconds

12