Home
last modified time | relevance | path

Searched refs:IH_OS_LINUX (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl_xip.c17 spl_image->os = IH_OS_LINUX; in spl_xip()
H A Dspl_nor.c54 if (image_get_os(header) == IH_OS_LINUX) { in spl_nor_load_image()
H A Dspl_nand.c115 if (header->ih_os == IH_OS_LINUX) { in spl_nand_load_image()
H A Dspl.c307 spl_image->os = IH_OS_LINUX; in spl_parse_image_header()
719 case IH_OS_LINUX: in board_init_r()
H A Dspl_mmc.c217 if (spl_image->os != IH_OS_LINUX) { in mmc_load_image_raw_os()
/openbmc/u-boot/cmd/
H A Dbootz.c76 images.os.os = IH_OS_LINUX; in do_bootz()
H A Dbooti.c79 images.os.os = IH_OS_LINUX; in do_booti()
/openbmc/qemu/hw/core/
H A Duboot_image.h31 IH_OS_LINUX, /* Linux */ enumerator
H A Dloader.c705 if (hdr->ih_os == IH_OS_LINUX) { in load_uboot_image()
/openbmc/u-boot/common/
H A Dbootm.c159 images.os.os = IH_OS_LINUX; in bootm_find_os()
295 (images.os.os == IH_OS_LINUX || in bootm_find_other()
772 if (images->os.os == IH_OS_LINUX) in do_bootm_states()
H A Dbootm_os.c467 [IH_OS_LINUX] = do_bootm_linux,
H A Dimage.c95 { IH_OS_LINUX, "linux", "Linux", },
428 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
H A Dimage-fit.c1911 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
/openbmc/u-boot/tools/
H A Dmkimage.c19 .os = IH_OS_LINUX,
/openbmc/u-boot/include/
H A Dimage.h156 IH_OS_LINUX, /* Linux */ enumerator