Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_xip.c17 spl_image->os = IH_OS_LINUX; in spl_xip()
Dspl_nor.c29 if (image_get_os(header) == IH_OS_LINUX) { in spl_nor_load_image()
Dspl.c275 spl_image->os = IH_OS_LINUX; in spl_parse_image_header()
523 case IH_OS_LINUX: in board_init_r()
Dspl_nand.c115 if (header->ih_os == IH_OS_LINUX) { in spl_nand_load_image()
Dspl_mmc.c213 if (spl_image->os != IH_OS_LINUX) { in mmc_load_image_raw_os()
/external/u-boot/cmd/
Dbootz.c76 images.os.os = IH_OS_LINUX; in do_bootz()
Dbooti.c79 images.os.os = IH_OS_LINUX; in do_booti()
/external/u-boot/common/
Dbootm.c162 images.os.os = IH_OS_LINUX; in bootm_find_os()
297 (images.os.os == IH_OS_LINUX || in bootm_find_other()
707 if (images->os.os == IH_OS_LINUX) in do_bootm_states()
Dbootm_os.c467 [IH_OS_LINUX] = do_bootm_linux,
Dimage.c95 { IH_OS_LINUX, "linux", "Linux", },
425 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
Dimage-fit.c1905 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
/external/u-boot/tools/
Dmkimage.c19 .os = IH_OS_LINUX,
/external/u-boot/include/
Dimage.h136 IH_OS_LINUX, /* Linux */ enumerator