Home
last modified time | relevance | path

Searched refs:IH_ARCH_DEFAULT (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Du-boot.h29 #define IH_ARCH_DEFAULT IH_ARCH_ARM macro
31 #define IH_ARCH_DEFAULT IH_ARCH_ARM64 macro
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c42 #define IH_INITRD_ARCH IH_ARCH_DEFAULT
262 ret = boot_get_fdt(flag, argc, argv, IH_ARCH_DEFAULT, &images, in bootm_find_images()
277 ret = boot_get_fpga(argc, argv, &images, IH_ARCH_DEFAULT, in bootm_find_images()
286 ret = boot_get_loadable(argc, argv, &images, IH_ARCH_DEFAULT, in bootm_find_images()
961 IH_ARCH_DEFAULT, IH_TYPE_KERNEL, in boot_get_kernel()
1017 IH_ARCH_DEFAULT, req_image_type, index, -1, in bootm_host_load_image()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Du-boot.h23 #define IH_ARCH_DEFAULT IH_ARCH_MIPS macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Du-boot.h22 #define IH_ARCH_DEFAULT IH_ARCH_MICROBLAZE macro
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Du-boot.h21 #define IH_ARCH_DEFAULT IH_ARCH_NIOS2 macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Du-boot.h19 #define IH_ARCH_DEFAULT IH_ARCH_SH macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Du-boot.h22 #define IH_ARCH_DEFAULT IH_ARCH_PPC macro
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Du-boot.h14 #define IH_ARCH_DEFAULT IH_ARCH_ARC macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Du-boot.h28 #define IH_ARCH_DEFAULT IH_ARCH_I386 macro
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Du-boot.h28 #define IH_ARCH_DEFAULT IH_ARCH_SANDBOX macro
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Du-boot.h21 #define IH_ARCH_DEFAULT IH_ARCH_M68K macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Du-boot.h39 #define IH_ARCH_DEFAULT IH_ARCH_XTENSA macro
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Du-boot.h45 #define IH_ARCH_DEFAULT IH_ARCH_NDS32 macro
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c313 if ((IH_ARCH_DEFAULT == IH_ARCH_ARM64) && in switch_to_el1()
413 if ((IH_ARCH_DEFAULT == IH_ARCH_ARM64) && in boot_jump_linux()
/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.h29 #define IH_ARCH_DEFAULT IH_ARCH_INVALID macro
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h862 #ifndef IH_ARCH_DEFAULT in image_check_target_arch()
865 return image_check_arch(hdr, IH_ARCH_DEFAULT); in image_check_target_arch()
1329 return fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT); in fit_image_check_target_arch()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c33 if (os_arch == IH_ARCH_DEFAULT) in update_os_arch_secondary_cores()
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c462 ret = boot_get_loadable(0, NULL, &images, IH_ARCH_DEFAULT, NULL, NULL); in amp_cpus_on()