Searched refs:IH_OS_LINUX (Results 1 – 15 of 15) sorted by relevance
/u-boot/common/spl/ |
A D | spl_xip.c | 19 spl_image->os = IH_OS_LINUX; in spl_xip()
|
A D | spl_nor.c | 65 if (image_get_os(header) == IH_OS_LINUX) { in spl_nor_load_image()
|
A D | spl_nand.c | 139 if (header->ih_os == IH_OS_LINUX) { in spl_nand_load_image()
|
A D | spl.c | 308 spl_image->os = IH_OS_LINUX; in spl_parse_image_header() 720 case IH_OS_LINUX: in board_init_r()
|
A D | spl_mmc.c | 233 if (spl_image->os != IH_OS_LINUX) { in mmc_load_image_raw_os()
|
A D | spl_fit.c | 344 case IH_OS_LINUX: in os_takes_devicetree()
|
/u-boot/cmd/ |
A D | bootz.c | 79 images.os.os = IH_OS_LINUX; in do_bootz()
|
A D | booti.c | 120 images.os.os = IH_OS_LINUX; in do_booti()
|
/u-boot/arch/arm/mach-nexell/ |
A D | cmd_boot_linux.c | 30 images->os.os = IH_OS_LINUX; in boot_go_set_os()
|
/u-boot/common/ |
A D | bootm.c | 164 images.os.os = IH_OS_LINUX; in bootm_find_os() 327 (images.os.os == IH_OS_LINUX || in bootm_find_other() 739 ret = bootm_process_cmdline_env(images->os.os == IH_OS_LINUX); in do_bootm_states()
|
A D | bootm_os.c | 561 [IH_OS_LINUX] = do_bootm_linux,
|
A D | image.c | 114 { IH_OS_LINUX, "linux", "Linux", }, 637 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
|
A D | image-fit.c | 2095 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
|
/u-boot/tools/ |
A D | mkimage.c | 20 .os = IH_OS_LINUX,
|
/u-boot/include/ |
A D | image.h | 162 IH_OS_LINUX, /* Linux */ enumerator
|
Completed in 22 milliseconds