Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dspl.c52 unsigned long machid = 0xffffffff; in jump_to_image_linux() local
54 machid = CONFIG_MACH_TYPE; in jump_to_image_linux()
63 image_entry(0, machid, spl_image->arg); in jump_to_image_linux()
H A Dbootm.c426 unsigned long machid = gd->bd->bi_arch_number; in boot_jump_linux()
439 if (strict_strtoul(s, 16, &machid) < 0) { in boot_jump_linux()
443 printf("Using machid 0x%lx from environment\n", machid); in boot_jump_linux()
461 0, machid, r2); in boot_jump_linux()
464 kernel_entry(0, machid, r2); in boot_jump_linux()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c43 int machid = bd->bi_arch_number; in do_bootm_linux() local
63 machid = simple_strtoul(s, NULL, 16); in do_bootm_linux()
64 printf("Using machid 0x%x from environment\n", machid); in do_bootm_linux()
118 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
120 theKernel(0, machid, bd->bi_boot_params); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S306 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0001-BeagleBone-AI-support.patch1669 - "setenv machid fe6; " \