Searched refs:IH_OS_LINUX (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/common/spl/ |
H A D | spl_xip.c | 17 spl_image->os = IH_OS_LINUX; in spl_xip()
|
H A D | spl_nor.c | 54 if (image_get_os(header) == IH_OS_LINUX) { in spl_nor_load_image()
|
H A D | spl_nand.c | 115 if (header->ih_os == IH_OS_LINUX) { in spl_nand_load_image()
|
H A D | spl.c | 307 spl_image->os = IH_OS_LINUX; in spl_parse_image_header() 719 case IH_OS_LINUX: in board_init_r()
|
H A D | spl_mmc.c | 217 if (spl_image->os != IH_OS_LINUX) { in mmc_load_image_raw_os()
|
/openbmc/u-boot/cmd/ |
H A D | bootz.c | 76 images.os.os = IH_OS_LINUX; in do_bootz()
|
H A D | booti.c | 79 images.os.os = IH_OS_LINUX; in do_booti()
|
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 31 IH_OS_LINUX, /* Linux */ enumerator
|
H A D | loader.c | 705 if (hdr->ih_os == IH_OS_LINUX) { in load_uboot_image()
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 159 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 D | bootm_os.c | 467 [IH_OS_LINUX] = do_bootm_linux,
|
H A D | image.c | 95 { IH_OS_LINUX, "linux", "Linux", }, 428 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
|
H A D | image-fit.c | 1911 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
|
/openbmc/u-boot/tools/ |
H A D | mkimage.c | 19 .os = IH_OS_LINUX,
|
/openbmc/u-boot/include/ |
H A D | image.h | 156 IH_OS_LINUX, /* Linux */ enumerator
|