/third_party/uboot/u-boot-2020.01/board/renesas/rcar-common/ |
D | gen3-spl.c | 38 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/ |
D | spl.c | 22 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/ |
D | spl.c | 34 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/ |
D | spl.c | 69 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/ |
D | spl.c | 38 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/ |
D | jz4780.c | 67 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/ |
D | startup.c | 30 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/ |
D | startup.c | 30 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/ |
D | startup.c | 30 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/ |
D | startup.c | 30 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/ |
D | startup.c | 29 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/ |
D | startup.c | 30 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/ |
D | spl.c | 290 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/ |
D | startup.c | 30 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/ |
D | fsl_chain_of_trust.c | 147 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/ |
D | startup.c | 30 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/ |
D | startup.c | 30 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/ |
D | startup.c | 30 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/ |
D | startup.c | 30 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/ |
D | boot-common.c | 221 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/ |
D | spl.c | 339 image_entry_noargs_t image_entry = in jump_to_image_no_args() local 343 image_entry(); in jump_to_image_no_args()
|