/openbmc/u-boot/arch/arm/include/asm/ |
H A D | u-boot.h | 28 #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 D | u-boot.h | 13 #define IH_ARCH_DEFAULT IH_ARCH_ARC macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | u-boot.h | 21 #define IH_ARCH_DEFAULT IH_ARCH_MICROBLAZE macro
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | u-boot.h | 18 #define IH_ARCH_DEFAULT IH_ARCH_SH macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | u-boot.h | 17 #define IH_ARCH_DEFAULT IH_ARCH_PPC macro
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | u-boot.h | 27 #define IH_ARCH_DEFAULT IH_ARCH_SANDBOX macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | u-boot.h | 20 #define IH_ARCH_DEFAULT IH_ARCH_XTENSA macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | u-boot.h | 22 #define IH_ARCH_DEFAULT IH_ARCH_MIPS macro
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | u-boot.h | 20 #define IH_ARCH_DEFAULT IH_ARCH_NIOS2 macro
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | u-boot.h | 20 #define IH_ARCH_DEFAULT IH_ARCH_M68K macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | u-boot.h | 27 #define IH_ARCH_DEFAULT IH_ARCH_I386 macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | u-boot.h | 42 #define IH_ARCH_DEFAULT IH_ARCH_RISCV macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | u-boot.h | 44 #define IH_ARCH_DEFAULT IH_ARCH_NDS32 macro
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 38 #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 D | spl.c | 185 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 D | bootm.c | 307 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 D | imagetool.h | 28 #define IH_ARCH_DEFAULT IH_ARCH_INVALID macro
|
/openbmc/u-boot/include/ |
H A D | image.h | 870 #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 D | mp.c | 32 if (os_arch == IH_ARCH_DEFAULT) in update_os_arch_secondary_cores()
|