Home
last modified time | relevance | path

Searched refs:IH_ARCH_ARM64 (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Du-boot.h30 #define IH_ARCH_DEFAULT IH_ARCH_ARM64
/openbmc/u-boot/cmd/
H A Dbooti.c80 images.os.arch = IH_ARCH_ARM64; in do_booti()
/openbmc/qemu/hw/core/
H A Duboot_image.h89 IH_ARCH_ARM64, /* ARM64 */ enumerator
H A Dloader.c713 case IH_ARCH_ARM64: in load_uboot_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/include/
H A Dimage.h212 IH_ARCH_ARM64, /* ARM64 */ enumerator
854 (image_get_arch(hdr) == IH_ARCH_ARM && arch == IH_ARCH_ARM64); in image_check_arch()
/openbmc/u-boot/common/
H A Dbootm.c203 images.os.arch == IH_ARCH_ARM64) { in bootm_find_os()
H A Dimage.c84 { IH_ARCH_ARM64, "arm64", "AArch64", },
H A Dimage-fit.c1396 (arch == IH_ARCH_ARM64 && image_arch == IH_ARCH_ARM && in fit_image_check_arch()