Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c901 bootstage_mark(BOOTSTAGE_ID_NAND_HDR_READ); in nand_load_image()
908 bootstage_mark(BOOTSTAGE_ID_NAND_TYPE); in nand_load_image()
927 bootstage_mark(BOOTSTAGE_ID_NAND_TYPE); in nand_load_image()
936 bootstage_mark(BOOTSTAGE_ID_NAND_READ); in nand_load_image()
946 bootstage_mark(BOOTSTAGE_ID_NAND_FIT_READ_OK); in nand_load_image()
992 bootstage_mark(BOOTSTAGE_ID_NAND_PART); in do_nandboot()
1018 bootstage_mark(BOOTSTAGE_ID_NAND_SUFFIX); in do_nandboot()
1025 bootstage_mark(BOOTSTAGE_ID_NAND_BOOT_DEVICE); in do_nandboot()
1035 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()
/rk3399_rockchip-uboot/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.c2208 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT); in fit_image_load_index()
2214 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_FORMAT_OK); in fit_image_load_index()
2217 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_UNIT_NAME); in fit_image_load_index()
2225 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_NO_UNIT_NAME); in fit_image_load_index()
2279 bootstage_mark(BOOTSTAGE_ID_FIT_CONFIG); in fit_image_load_index()
2300 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_CHECK_ARCH); in fit_image_load_index()
2320 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_CHECK_ALL); in fit_image_load_index()
2350 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_CHECK_ALL_OK); in fit_image_load_index()
2396 bootstage_mark(bootstage_id + BOOTSTAGE_SUB_GET_DATA_OK); in fit_image_load_index()
2444 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, ...)
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/arch/sandbox/lib/
H A Dbootm.c56 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dbootm.c54 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dbootm.c84 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dbootm.c70 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/nds32/lib/
H A Dbootm.c67 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in do_bootm_linux()
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dbootm.c56 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dbootm.c302 bootstage_mark(BOOTSTAGE_ID_RUN_OS); in boot_jump_linux()