Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/
Du-boot.h28 #define IH_ARCH_DEFAULT IH_ARCH_ARM macro
30 #define IH_ARCH_DEFAULT IH_ARCH_ARM64 macro
/external/u-boot/common/
Dbootm.c37 #define IH_INITRD_ARCH IH_ARCH_DEFAULT
259 ret = boot_get_fdt(flag, argc, argv, IH_ARCH_DEFAULT, &images, in bootm_find_images()
271 ret = boot_get_fpga(argc, argv, &images, IH_ARCH_DEFAULT, in bootm_find_images()
280 ret = boot_get_loadable(argc, argv, &images, IH_ARCH_DEFAULT, in bootm_find_images()
887 IH_ARCH_DEFAULT, IH_TYPE_KERNEL, in boot_get_kernel()
941 IH_ARCH_DEFAULT, req_image_type, -1, in bootm_host_load_image()
/external/u-boot/arch/x86/include/asm/
Du-boot.h27 #define IH_ARCH_DEFAULT IH_ARCH_I386 macro
/external/u-boot/arch/microblaze/include/asm/
Du-boot.h21 #define IH_ARCH_DEFAULT IH_ARCH_MICROBLAZE macro
/external/u-boot/arch/sandbox/include/asm/
Du-boot.h27 #define IH_ARCH_DEFAULT IH_ARCH_SANDBOX macro
/external/u-boot/arch/nios2/include/asm/
Du-boot.h20 #define IH_ARCH_DEFAULT IH_ARCH_NIOS2 macro
/external/u-boot/arch/mips/include/asm/
Du-boot.h22 #define IH_ARCH_DEFAULT IH_ARCH_MIPS macro
/external/u-boot/arch/arc/include/asm/
Du-boot.h13 #define IH_ARCH_DEFAULT IH_ARCH_ARC macro
/external/u-boot/arch/m68k/include/asm/
Du-boot.h20 #define IH_ARCH_DEFAULT IH_ARCH_M68K macro
/external/u-boot/arch/powerpc/include/asm/
Du-boot.h21 #define IH_ARCH_DEFAULT IH_ARCH_PPC macro
/external/u-boot/arch/sh/include/asm/
Du-boot.h18 #define IH_ARCH_DEFAULT IH_ARCH_SH macro
/external/u-boot/common/spl/
Dspl.c167 IH_ARCH_DEFAULT, IH_TYPE_STANDALONE, -1, in spl_load_fit_image()
187 IH_ARCH_DEFAULT, IH_TYPE_FLATDT, -1, in spl_load_fit_image()
206 IH_ARCH_DEFAULT, IH_TYPE_LOADABLE, -1, in spl_load_fit_image()
/external/u-boot/arch/xtensa/include/asm/
Du-boot.h38 #define IH_ARCH_DEFAULT IH_ARCH_XTENSA macro
/external/u-boot/arch/riscv/include/asm/
Du-boot.h43 #define IH_ARCH_DEFAULT IH_ARCH_RISCV macro
/external/u-boot/arch/nds32/include/asm/
Du-boot.h44 #define IH_ARCH_DEFAULT IH_ARCH_NDS32 macro
/external/u-boot/arch/arm/lib/
Dbootm.c305 if ((IH_ARCH_DEFAULT == IH_ARCH_ARM64) && in switch_to_el1()
348 if ((IH_ARCH_DEFAULT == IH_ARCH_ARM64) && in boot_jump_linux()
/external/u-boot/include/
Dimage.h837 #ifndef IH_ARCH_DEFAULT in image_check_target_arch()
840 return image_check_arch(hdr, IH_ARCH_DEFAULT); in image_check_target_arch()
1258 return fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT); in fit_image_check_target_arch()
/external/u-boot/tools/
Dimagetool.h28 #define IH_ARCH_DEFAULT IH_ARCH_INVALID macro
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dmp.c32 if (os_arch == IH_ARCH_DEFAULT) in update_os_arch_secondary_cores()