Home
last modified time | relevance | path

Searched refs:PLAIN_VERSION (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/include/generated/
H A Dversion_autogenerated.h
/OK3568_Linux_fs/external/recovery/
H A Drecovery_version.h28 #define PLAIN_VERSION "V1.0.1" macro
31 #define RECOVERY_VERSION_STRING CONS(PLAIN_VERSION, GIT_COMMIT_INFO)
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c370 PLAIN_VERSION, strlen(PLAIN_VERSION)) != 0) { in ft_board_setup()
428 lcd_puts(" Bootloader : " PLAIN_VERSION "\n"); in br_summaryscreen()
435 lcd_puts(" Bootloader : " PLAIN_VERSION "\n"); in br_summaryscreen()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dtpl.c142 printascii("\nU-Boot TPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \ in board_init_f()
/OK3568_Linux_fs/u-boot/tools/
H A Ddumpimage.c97 printf("dumpimage version %s\n", PLAIN_VERSION); in main()
H A Dmkenvimage.c120 printf("%s version %s\n", prg, PLAIN_VERSION); in main()
H A Dsunxi-spl-image-builder.c339 PLAIN_VERSION); in display_help()
H A Dmkimage.c284 printf("mkimage version %s\n", PLAIN_VERSION); in process_args()
H A Dimage-host.c128 PLAIN_VERSION); in fit_image_write_sig()
H A Dfit_image.c395 fdt_property_strf(fdt, "creator", "U-Boot mkimage %s", PLAIN_VERSION); in fit_build_fdt()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_decomp.c198 put_string("\nDECOMP " PLAIN_VERSION " (" U_BOOT_DATE " - " \ in board_init_r()
H A Dspl.c664 puts("\nU-Boot SPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \ in preloader_console_init()
/OK3568_Linux_fs/u-boot/lib/
H A Dsmbios.c84 t->bios_ver = smbios_add_string(t->eos, PLAIN_VERSION); in smbios_write_type0()