Home
last modified time | relevance | path

Searched refs:bootstage_mark (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Ddisk.c28 bootstage_mark(BOOTSTAGE_ID_IDE_START); in common_diskboot()
33 bootstage_mark(BOOTSTAGE_ID_IDE_ADDR); in common_diskboot()
38 bootstage_mark(BOOTSTAGE_ID_IDE_BOOT_DEVICE); in common_diskboot()
48 bootstage_mark(BOOTSTAGE_ID_IDE_TYPE); in common_diskboot()
63 bootstage_mark(BOOTSTAGE_ID_IDE_PART_READ); in common_diskboot()
70 bootstage_mark(BOOTSTAGE_ID_IDE_FORMAT); in common_diskboot()
77 bootstage_mark(BOOTSTAGE_ID_IDE_CHECKSUM); in common_diskboot()
108 bootstage_mark(BOOTSTAGE_ID_IDE_READ); in common_diskboot()
119 bootstage_mark(BOOTSTAGE_ID_IDE_FIT_READ_OK); in common_diskboot()
H A Dnand.c882 bootstage_mark(BOOTSTAGE_ID_NAND_HDR_READ); in nand_load_image()
889 bootstage_mark(BOOTSTAGE_ID_NAND_TYPE); in nand_load_image()
908 bootstage_mark(BOOTSTAGE_ID_NAND_TYPE); in nand_load_image()
917 bootstage_mark(BOOTSTAGE_ID_NAND_READ); in nand_load_image()
927 bootstage_mark(BOOTSTAGE_ID_NAND_FIT_READ_OK); in nand_load_image()
973 bootstage_mark(BOOTSTAGE_ID_NAND_PART); in do_nandboot()
999 bootstage_mark(BOOTSTAGE_ID_NAND_SUFFIX); in do_nandboot()
1006 bootstage_mark(BOOTSTAGE_ID_NAND_BOOT_DEVICE); in do_nandboot()
1016 bootstage_mark(BOOTSTAGE_ID_NAND_AVAILABLE); in do_nandboot()
H A Dnet.c341 bootstage_mark(BOOTSTAGE_ID_NET_START); in netboot_common()
348 bootstage_mark(BOOTSTAGE_ID_NET_NETLOOP_OK); in netboot_common()
359 bootstage_mark(BOOTSTAGE_ID_NET_LOADED); in netboot_common()
364 bootstage_mark(BOOTSTAGE_ID_NET_DONE); in netboot_common()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm_os.c109 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_netbsd()
167 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_rtems()
200 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_ose()
248 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_plan9()
306 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootvx_fdt()
398 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_integrity()
424 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_openrtos()
H A Dbootm.c526 bootstage_mark(BOOTSTAGE_ID_KERNEL_LOADED); in bootm_load_os()
844 bootstage_mark(BOOTSTAGE_ID_CHECK_HEADER); in image_get_kernel()
852 bootstage_mark(BOOTSTAGE_ID_CHECK_CHECKSUM); in image_get_kernel()
864 bootstage_mark(BOOTSTAGE_ID_CHECK_ARCH); in image_get_kernel()
906 bootstage_mark(BOOTSTAGE_ID_CHECK_MAGIC); in boot_get_kernel()
919 bootstage_mark(BOOTSTAGE_ID_CHECK_IMAGETYPE); in boot_get_kernel()
954 bootstage_mark(BOOTSTAGE_ID_DECOMP_IMAGE); in boot_get_kernel()
H A Dimage-fit.c2054 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT); in fit_image_load_index()
2060 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT_OK); in fit_image_load_index()
2063 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_UNIT_NAME); in fit_image_load_index()
2071 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_NO_UNIT_NAME); in fit_image_load_index()
2125 bootstage_mark(BOOTSTAGE_ID_FIT_CONFIG); in fit_image_load_index()
2146 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_CHECK_ARCH); in fit_image_load_index()
2166 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_CHECK_ALL); in fit_image_load_index()
2196 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_CHECK_ALL_OK); in fit_image_load_index()
2223 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_GET_DATA_OK); in fit_image_load_index()
2271 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_LOAD); in fit_image_load_index()
H A Dimage.c429 bootstage_mark(BOOTSTAGE_ID_RD_MAGIC); in image_get_ramdisk()
442 bootstage_mark(BOOTSTAGE_ID_RD_HDR_CHECKSUM); in image_get_ramdisk()
1049 bootstage_mark(BOOTSTAGE_ID_CHECK_RAMDISK); in boot_get_ramdisk()
1108 bootstage_mark(BOOTSTAGE_ID_RAMDISK); in boot_get_ramdisk()
1118 bootstage_mark(BOOTSTAGE_ID_NO_RAMDISK); in boot_get_ramdisk()
1200 bootstage_mark(BOOTSTAGE_ID_COPY_RAMDISK); in boot_ramdisk_high()
H A Dbootstage.c123 ulong bootstage_mark(enum bootstage_id id) in bootstage_mark() function
H A DKconfig7 calls to bootstage_mark() with a suitable BOOTSTAGE_ID from
54 Each time you call bootstage_mark(BOOTSTAGE_ID_ALLOC, ...)
/OK3568_Linux_fs/u-boot/include/
H A Dbootstage.h268 ulong bootstage_mark(enum bootstage_id id);
379 static inline ulong bootstage_mark(enum bootstage_id id) in bootstage_mark() function
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c54 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dbootm.c56 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dbootm.c84 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dbootm.c70 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c397 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()
448 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()
/OK3568_Linux_fs/u-boot/net/
H A Deth_common.c63 bootstage_mark(BOOTSTAGE_ID_NET_ETH_START); in eth_common_init()
H A Deth_legacy.c266 bootstage_mark(BOOTSTAGE_ID_NET_ETH_INIT); in eth_initialize()
H A Deth-uclass.c417 bootstage_mark(BOOTSTAGE_ID_NET_ETH_INIT); in eth_initialize()
/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dbootm.c67 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c56 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c302 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()