Searched refs:IH_OS_LINUX (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_xip.c | 17 spl_image->os = IH_OS_LINUX; in spl_xip()
|
| H A D | spl_nor.c | 30 if (image_get_os(header) == IH_OS_LINUX) { in spl_nor_load_image()
|
| H A D | spl.c | 207 spl_image->os = IH_OS_LINUX; in spl_parse_image_header() 618 case IH_OS_LINUX: in board_init_r()
|
| H A D | spl_nand.c | 151 if (header->ih_os == IH_OS_LINUX) {
|
| H A D | spl_mmc.c | 214 if (spl_image->os != IH_OS_LINUX) {
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootz.c | 77 images.os.os = IH_OS_LINUX; in do_bootz()
|
| H A D | booti.c | 149 images.os.os = IH_OS_LINUX; in do_booti()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 180 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 D | bootm_os.c | 439 [IH_OS_LINUX] = do_bootm_linux,
|
| H A D | image.c | 97 { IH_OS_LINUX, "linux", "Linux", }, 444 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()
|
| H A D | image-fit.c | 2174 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load_index()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mkimage.c | 20 .os = IH_OS_LINUX,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 137 IH_OS_LINUX, /* Linux */ enumerator
|