Searched refs:bootstage_start (Results 1 – 15 of 15) sorted by relevance
| /u-boot/include/ |
| A D | bootstage.h | 297 uint32_t bootstage_start(enum bootstage_id id, const char *name); 402 static inline uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start() function
|
| /u-boot/arch/x86/lib/fsp2/ |
| A D | fsp_silicon_init.c | 51 bootstage_start(BOOTSTAGE_ID_ACCUM_FSP_S, "fsp-s"); in fsp_silicon_init()
|
| A D | fsp_meminit.c | 96 bootstage_start(BOOTSTAGE_ID_ACCUM_FSP_M, "fsp-m"); in fsp_memory_init()
|
| A D | fsp_init.c | 179 bootstage_start(BOOTSTAGE_ID_ACCUM_MMAP_SPI, "mmap_spi"); in fsp_locate_fsp()
|
| /u-boot/common/ |
| A D | board_r.c | 241 bootstage_start(BOOTSTAGE_ID_ACCUM_OF_LIVE, "of_live"); in initr_of_live() 263 bootstage_start(BOOTSTAGE_ID_ACCUM_DM_R, "dm_r"); in initr_dm()
|
| A D | bootstage.c | 193 uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start() function
|
| A D | board_f.c | 773 bootstage_start(BOOTSTAGE_ID_ACCUM_DM_F, "dm_f"); in initf_dm()
|
| A D | Kconfig.boot | 402 record elapsed time in a particular stage using bootstage_start()
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | spl.c | 62 bootstage_start(BOOTSTAGE_ID_ACCUM_MMAP_SPI, "mmap_spi"); in rom_load_image()
|
| /u-boot/drivers/pci/ |
| A D | pci_rom.c | 376 bootstage_start(BOOTSTAGE_ID_ACCUM_LCD, "vesa display"); in vbe_setup_video()
|
| /u-boot/drivers/video/tegra124/ |
| A D | display.c | 473 bootstage_start(BOOTSTAGE_ID_ACCUM_LCD, "lcd"); in tegra124_lcd_probe()
|
| /u-boot/common/spl/ |
| A D | spl.c | 436 bootstage_start(BOOTSTAGE_ID_ACCUM_DM_SPL, in spl_common_init()
|
| /u-boot/drivers/video/ |
| A D | broadwell_igd.c | 680 bootstage_start(BOOTSTAGE_ID_ACCUM_LCD, "vesa display"); in broadwell_igd_probe()
|
| /u-boot/drivers/scsi/ |
| A D | scsi.c | 325 bootstage_start(BOOTSTAGE_ID_ACCUM_SCSI, "ahci"); in scsi_init()
|
| /u-boot/drivers/spi/ |
| A D | ich.c | 597 bootstage_start(BOOTSTAGE_ID_ACCUM_SPI, "fast_spi"); in ich_spi_exec_op()
|
Completed in 42 milliseconds