Searched refs:IH_OS_U_BOOT (Results 1 – 14 of 14) sorted by relevance
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | spl.c | 40 spl_image->os = IH_OS_U_BOOT; in rom_load_image() 123 spl_image->os = IH_OS_U_BOOT; in spl_fast_spi_load_image()
|
| /u-boot/arch/x86/lib/ |
| A D | tpl.c | 89 spl_image->os = IH_OS_U_BOOT; in spl_board_load_image()
|
| A D | spl.c | 216 spl_image->os = IH_OS_U_BOOT; in spl_board_load_image()
|
| /u-boot/common/spl/ |
| A D | spl_opensbi.c | 37 if (genimg_get_os_id(fit_os) == IH_OS_U_BOOT) { in spl_opensbi_find_uboot_node()
|
| A D | spl_fit.c | 351 case IH_OS_U_BOOT: in os_takes_devicetree() 515 *os = IH_OS_U_BOOT; in spl_fit_image_get_os() 755 spl_image->os = IH_OS_U_BOOT; in spl_load_simple_fit() 763 if (ret < 0 && spl_image->os != IH_OS_U_BOOT) in spl_load_simple_fit()
|
| A D | spl.c | 258 spl_image->os = IH_OS_U_BOOT; in spl_set_header_raw_uboot() 323 if (spl_image->os == IH_OS_U_BOOT) { in spl_load_fit_image() 847 case IH_OS_U_BOOT: in board_init_r()
|
| A D | spl_atf.c | 278 node = spl_fit_images_find(blob, IH_OS_U_BOOT); in spl_invoke_atf()
|
| /u-boot/arch/arm/mach-mvebu/ |
| A D | spl.c | 236 spl_image->os = IH_OS_U_BOOT; in spl_parse_board_header()
|
| /u-boot/boot/ |
| A D | bootm_os.c | 543 [IH_OS_U_BOOT] = do_bootm_standalone,
|
| A D | image.c | 111 { IH_OS_U_BOOT, "u-boot", "U-Boot", },
|
| A D | image-fit.c | 2179 fit_image_check_os(fit, noffset, IH_OS_U_BOOT) || in fit_image_load()
|
| /u-boot/tools/ |
| A D | mtk_image.c | 711 image_set_os(hdr, IH_OS_U_BOOT); in mtk_image_set_mt7621_header()
|
| /u-boot/include/ |
| A D | image.h | 91 IH_OS_U_BOOT, /* Firmware */ enumerator
|
| /u-boot/ |
| A D | README | 105 IH_OS_U_BOOT u_boot_hush_start
|
Completed in 40 milliseconds