Home
last modified time | relevance | path

Searched refs:machid (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dspl.c61 unsigned long machid = 0xffffffff; in jump_to_image_linux() local
63 machid = CONFIG_MACH_TYPE; in jump_to_image_linux()
72 image_entry(0, machid, spl_image->arg); in jump_to_image_linux()
H A Dbootm.c363 unsigned long machid = gd->bd->bi_arch_number; in boot_jump_linux()
376 if (strict_strtoul(s, 16, &machid) < 0) { in boot_jump_linux()
380 printf("Using machid 0x%lx from environment\n", machid); in boot_jump_linux()
398 0, machid, r2); in boot_jump_linux()
401 kernel_entry(0, machid, r2); in boot_jump_linux()
/openbmc/u-boot/arch/nds32/lib/
H A Dbootm.c41 int machid = bd->bi_arch_number; in do_bootm_linux() local
61 machid = simple_strtoul(s, NULL, 16); in do_bootm_linux()
62 printf("Using machid 0x%x from environment\n", machid); in do_bootm_linux()
116 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
118 theKernel(0, machid, bd->bi_boot_params); in do_bootm_linux()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S306 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in