Searched refs:IH_OS_LINUX (Results 1 - 16 of 16) sorted by path

/u-boot/boot/
H A Dbootm.c401 images.os.os = IH_OS_LINUX;
566 (images.os.os == IH_OS_LINUX || images.os.os == IH_OS_VXWORKS ||
693 images->os.os == IH_OS_LINUX) {
1084 if (images->os.os == IH_OS_LINUX)
H A Dbootm_os.c506 [IH_OS_LINUX] = do_bootm_linux,
H A Dimage-board.c75 if (!image_check_os(rd_hdr, IH_OS_LINUX) ||
H A Dimage-fit.c2178 fit_image_check_os(fit, noffset, IH_OS_LINUX) ||
H A Dimage.c105 { IH_OS_LINUX, "linux", "Linux", },
/u-boot/cmd/
H A Dbooti.c133 images.os.os = IH_OS_LINUX;
H A Dbootz.c91 images.os.os = IH_OS_LINUX;
/u-boot/common/spl/
H A Dspl.c331 spl_image->os = IH_OS_LINUX;
345 spl_image->os = IH_OS_LINUX;
774 } else if (CONFIG_IS_ENABLED(OS_BOOT) && os == IH_OS_LINUX) {
H A Dspl_fit.c348 case IH_OS_LINUX:
H A Dspl_mmc.c181 if (spl_image->os != IH_OS_LINUX && spl_image->os != IH_OS_TEE) {
H A Dspl_nand.c124 if (header->ih_os == IH_OS_LINUX) {
H A Dspl_nor.c67 if (image_get_os(header) == IH_OS_LINUX) {
H A Dspl_opensbi.c81 os_type = IH_OS_LINUX;
H A Dspl_xip.c19 spl_image->os = IH_OS_LINUX;
/u-boot/include/
H A Dimage.h79 IH_OS_LINUX, /* Linux */ enumerator in enum:__anon8
/u-boot/tools/
H A Dmkimage.c25 .os = IH_OS_LINUX,

Completed in 134 milliseconds