Home
last modified time | relevance | path

Searched refs:IH_ARCH_ARM (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/tools/
H A Dpblimage.c72 else if ((c_temp == EOF) && (arch_flag == IH_ARCH_ARM)) in pbl_fget()
289 if (params->arch == IH_ARCH_ARM) { in pblimage_check_params()
290 arch_flag = IH_ARCH_ARM; in pblimage_check_params()
/openbmc/u-boot/arch/arm/include/asm/
H A Du-boot.h28 #define IH_ARCH_DEFAULT IH_ARCH_ARM
/openbmc/qemu/hw/core/
H A Duboot_image.h69 IH_ARCH_ARM, /* ARM */ enumerator
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c308 (images.os.arch == IH_ARCH_ARM)) in switch_to_el1()
351 (images->os.arch == IH_ARCH_ARM)) in boot_jump_linux()
/openbmc/u-boot/include/
H A Dimage.h192 IH_ARCH_ARM, /* ARM */ enumerator
854 (image_get_arch(hdr) == IH_ARCH_ARM && arch == IH_ARCH_ARM64); in image_check_arch()
/openbmc/u-boot/common/
H A Dimage.c65 { IH_ARCH_ARM, "arm", "ARM", },
H A Dimage-fit.c1396 (arch == IH_ARCH_ARM64 && image_arch == IH_ARCH_ARM && in fit_image_check_arch()