Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/renesas/rcar-common/
Dgen3-spl.c38 image_entry_arg_t image_entry = in jump_to_image_no_args() local
40 image_entry(IH_MAGIC, CONFIG_SPL_TEXT_BASE, 0, 0); in jump_to_image_no_args()
43 image_entry_noargs_t image_entry = in jump_to_image_no_args() local
45 image_entry(); in jump_to_image_no_args()
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dspl.c22 image_entry_arg_t image_entry = in jump_to_image_linux() local
25 image_entry(spl_image->arg, 0, 0, EPAPR_MAGIC, CONFIG_SYS_BOOTMAPSZ, in jump_to_image_linux()
/third_party/uboot/u-boot-2020.01/arch/microblaze/cpu/
Dspl.c34 image_entry_arg_t image_entry = in jump_to_image_linux() local
37 image_entry(NULL, 0, (ulong)spl_image->arg); in jump_to_image_linux()
/third_party/uboot/u-boot-2020.01/arch/arm/lib/
Dspl.c69 image_entry_arg_t image_entry = in jump_to_image_linux() local
72 image_entry(0, machid, spl_image->arg); in jump_to_image_linux()
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/
Dspl.c38 image_entry_riscv_t image_entry = in jump_to_image_no_args() local
48 image_entry(gd->arch.boot_hart, fdt_blob); in jump_to_image_no_args()
/third_party/uboot/u-boot-2020.01/arch/mips/mach-jz47xx/jz4780/
Djz4780.c67 image_entry_noargs_t image_entry = in board_init_f() local
70 image_entry(); in board_init_f()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
84 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
84 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
84 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
84 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/hw_compressed/
Dstartup.c29 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
83 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
84 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/
Dspl.c290 image_entry_noargs_t image_entry = local
296 image_entry();
307 image_entry();
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
84 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dfsl_chain_of_trust.c147 image_entry_noargs_t image_entry = in jump_to_image_no_args() local
162 image_entry(); in jump_to_image_no_args()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3569v100/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
61 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3559av100/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
61 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
168 pdst_l32 = (unsigned char *)(uintptr_t)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/hw_compressed/
Dstartup.c30 const uintptr_t image_entry = (CONFIG_SYS_TEXT_BASE); variable
167 pdst_l32 = (unsigned char *)image_entry; in start_armboot()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Dboot-common.c221 image_entry_noargs_t image_entry = in jump_to_image_no_args() local
228 image_entry((u32 *)boot_params); in jump_to_image_no_args()
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl.c339 image_entry_noargs_t image_entry = in jump_to_image_no_args() local
343 image_entry(); in jump_to_image_no_args()