Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_xip.c17 spl_image->os = IH_OS_LINUX; in spl_xip()
H A Dspl_nor.c30 if (image_get_os(header) == IH_OS_LINUX) { in spl_nor_load_image()
H A Dspl.c207 spl_image->os = IH_OS_LINUX; in spl_parse_image_header()
618 case IH_OS_LINUX: in board_init_r()
H A Dspl_nand.c151 if (header->ih_os == IH_OS_LINUX) {
H A Dspl_mmc.c214 if (spl_image->os != IH_OS_LINUX) {
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootz.c77 images.os.os = IH_OS_LINUX; in do_bootz()
H A Dbooti.c149 images.os.os = IH_OS_LINUX; in do_booti()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c180 images.os.os = IH_OS_LINUX; in bootm_find_os()
303 (images.os.os == IH_OS_LINUX || in bootm_find_other()
778 if (images->os.os == IH_OS_LINUX) in do_bootm_states()
H A Dbootm_os.c439 [IH_OS_LINUX] = do_bootm_linux,
H A Dimage.c97 { IH_OS_LINUX, "linux", "Linux", },
444 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
H A Dimage-fit.c2174 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load_index()
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c20 .os = IH_OS_LINUX,
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h137 IH_OS_LINUX, /* Linux */ enumerator