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.c | 409 spl_image->os = IH_OS_LINUX; in spl_parse_image_header() 423 spl_image->os = IH_OS_LINUX; in spl_parse_image_header() 871 case IH_OS_LINUX: in board_init_r()
|
| A D | spl_nand.c | 176 if (header->ih_os == IH_OS_LINUX) { in spl_nand_load_image()
|
| A D | spl_mmc.c | 252 if (spl_image->os != IH_OS_LINUX && spl_image->os != IH_OS_TEE) { in mmc_load_image_raw_os()
|
| A D | spl_fit.c | 353 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/boot/ |
| A D | bootm.c | 196 images.os.os = IH_OS_LINUX; in bootm_find_os() 244 images.os.os == IH_OS_LINUX) { in bootm_find_os() 363 (images.os.os == IH_OS_LINUX || in bootm_find_other() 781 ret = bootm_process_cmdline_env(images->os.os == IH_OS_LINUX); in do_bootm_states()
|
| A D | bootm_os.c | 545 [IH_OS_LINUX] = do_bootm_linux,
|
| A D | image.c | 105 { IH_OS_LINUX, "linux", "Linux", },
|
| A D | image-board.c | 75 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
|
| A D | image-fit.c | 2178 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
|
| /u-boot/tools/ |
| A D | mkimage.c | 25 .os = IH_OS_LINUX,
|
| /u-boot/include/ |
| A D | image.h | 79 IH_OS_LINUX, /* Linux */ enumerator
|
Completed in 25 milliseconds