Home
last modified time | relevance | path

Searched refs:ih_os (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h222 uint8_t ih_os; /* Operating System */ member
H A Dloader.c705 if (hdr->ih_os == IH_OS_LINUX) { in load_uboot_image()
707 } else if (hdr->ih_os == IH_OS_VXWORKS) { in load_uboot_image()
/openbmc/u-boot/common/spl/
H A Dspl_nand.c115 if (header->ih_os == IH_OS_LINUX) { in spl_nand_load_image()
/openbmc/u-boot/include/
H A Dimage.h345 uint8_t ih_os; /* Operating System */ member