| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | u-boot.h | 29 #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 D | bootm.c | 42 #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 D | u-boot.h | 23 #define IH_ARCH_DEFAULT IH_ARCH_MIPS macro
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | u-boot.h | 22 #define IH_ARCH_DEFAULT IH_ARCH_MICROBLAZE macro
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/ |
| H A D | u-boot.h | 21 #define IH_ARCH_DEFAULT IH_ARCH_NIOS2 macro
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | u-boot.h | 19 #define IH_ARCH_DEFAULT IH_ARCH_SH macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | u-boot.h | 22 #define IH_ARCH_DEFAULT IH_ARCH_PPC macro
|
| /OK3568_Linux_fs/u-boot/arch/arc/include/asm/ |
| H A D | u-boot.h | 14 #define IH_ARCH_DEFAULT IH_ARCH_ARC macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | u-boot.h | 28 #define IH_ARCH_DEFAULT IH_ARCH_I386 macro
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | u-boot.h | 28 #define IH_ARCH_DEFAULT IH_ARCH_SANDBOX macro
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | u-boot.h | 21 #define IH_ARCH_DEFAULT IH_ARCH_M68K macro
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | u-boot.h | 39 #define IH_ARCH_DEFAULT IH_ARCH_XTENSA macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | u-boot.h | 45 #define IH_ARCH_DEFAULT IH_ARCH_NDS32 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 313 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 D | imagetool.h | 29 #define IH_ARCH_DEFAULT IH_ARCH_INVALID macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 862 #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 D | mp.c | 33 if (os_arch == IH_ARCH_DEFAULT) in update_os_arch_secondary_cores()
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | rockchip_amp.c | 462 ret = boot_get_loadable(0, NULL, &images, IH_ARCH_DEFAULT, NULL, NULL); in amp_cpus_on()
|