Searched refs:IH_ARCH_PPC (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | u-boot.h | 17 #define IH_ARCH_DEFAULT IH_ARCH_PPC
|
/openbmc/u-boot/tools/ |
H A D | pblimage.c | 300 } else if (params->arch == IH_ARCH_PPC) { in pblimage_check_params() 301 arch_flag = IH_ARCH_PPC; in pblimage_check_params()
|
H A D | mkimage.c | 20 .arch = IH_ARCH_PPC,
|
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 74 IH_ARCH_PPC, /* PowerPC */ enumerator
|
H A D | loader.c | 714 case IH_ARCH_PPC: in load_uboot_image()
|
/openbmc/u-boot/common/ |
H A D | image.c | 73 { IH_ARCH_PPC, "powerpc", "PowerPC", }, 74 { IH_ARCH_PPC, "ppc", "PowerPC", },
|
/openbmc/u-boot/include/ |
H A D | image.h | 197 IH_ARCH_PPC, /* PowerPC */ enumerator
|