Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Du-boot.h28 #define IH_ARCH_DEFAULT IH_ARCH_ARM macro
30 #define IH_ARCH_DEFAULT IH_ARCH_ARM64 macro
/openbmc/u-boot/arch/arc/include/asm/
H A Du-boot.h13 #define IH_ARCH_DEFAULT IH_ARCH_ARC macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Du-boot.h21 #define IH_ARCH_DEFAULT IH_ARCH_MICROBLAZE macro
/openbmc/u-boot/arch/sh/include/asm/
H A Du-boot.h18 #define IH_ARCH_DEFAULT IH_ARCH_SH macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Du-boot.h17 #define IH_ARCH_DEFAULT IH_ARCH_PPC macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Du-boot.h27 #define IH_ARCH_DEFAULT IH_ARCH_SANDBOX macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Du-boot.h20 #define IH_ARCH_DEFAULT IH_ARCH_XTENSA macro
/openbmc/u-boot/arch/mips/include/asm/
H A Du-boot.h22 #define IH_ARCH_DEFAULT IH_ARCH_MIPS macro
/openbmc/u-boot/arch/nios2/include/asm/
H A Du-boot.h20 #define IH_ARCH_DEFAULT IH_ARCH_NIOS2 macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Du-boot.h20 #define IH_ARCH_DEFAULT IH_ARCH_M68K macro
/openbmc/u-boot/arch/x86/include/asm/
H A Du-boot.h27 #define IH_ARCH_DEFAULT IH_ARCH_I386 macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Du-boot.h42 #define IH_ARCH_DEFAULT IH_ARCH_RISCV macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Du-boot.h44 #define IH_ARCH_DEFAULT IH_ARCH_NDS32 macro
/openbmc/u-boot/common/
H A Dbootm.c38 #define IH_INITRD_ARCH IH_ARCH_DEFAULT
256 ret = boot_get_fdt(flag, argc, argv, IH_ARCH_DEFAULT, &images, in bootm_find_images()
269 ret = boot_get_fpga(argc, argv, &images, IH_ARCH_DEFAULT, in bootm_find_images()
278 ret = boot_get_loadable(argc, argv, &images, IH_ARCH_DEFAULT, in bootm_find_images()
952 IH_ARCH_DEFAULT, IH_TYPE_KERNEL, in boot_get_kernel()
1016 IH_ARCH_DEFAULT, req_image_type, -1, in bootm_host_load_image()
/openbmc/u-boot/common/spl/
H A Dspl.c185 IH_ARCH_DEFAULT, IH_TYPE_STANDALONE, -1, in spl_load_fit_image()
204 IH_ARCH_DEFAULT, IH_TYPE_FLATDT, -1, in spl_load_fit_image()
223 IH_ARCH_DEFAULT, IH_TYPE_LOADABLE, -1, in spl_load_fit_image()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c307 if ((IH_ARCH_DEFAULT == IH_ARCH_ARM64) && in switch_to_el1()
350 if ((IH_ARCH_DEFAULT == IH_ARCH_ARM64) && in boot_jump_linux()
/openbmc/u-boot/tools/
H A Dimagetool.h28 #define IH_ARCH_DEFAULT IH_ARCH_INVALID macro
/openbmc/u-boot/include/
H A Dimage.h870 #ifndef IH_ARCH_DEFAULT in image_check_target_arch()
873 return image_check_arch(hdr, IH_ARCH_DEFAULT); in image_check_target_arch()
1308 return fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT); in fit_image_check_target_arch()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c32 if (os_arch == IH_ARCH_DEFAULT) in update_os_arch_secondary_cores()