Searched refs:bootstage (Results 1 – 12 of 12) sorted by relevance
| /u-boot/common/ |
| A D | bootstage.c | 59 struct bootstage_data *data = gd->bootstage; in bootstage_relocate() 115 struct bootstage_data *data = gd->bootstage; in bootstage_add_record() 195 struct bootstage_data *data = gd->bootstage; in bootstage_start() 209 struct bootstage_data *data = gd->bootstage; in bootstage_accum() 274 struct bootstage_data *data = gd->bootstage; in add_bootstages_devicetree() 275 int bootstage; in add_bootstages_devicetree() local 288 if (bootstage < 0) in add_bootstages_devicetree() 332 struct bootstage_data *data = gd->bootstage; in bootstage_report() 435 struct bootstage_data *data = gd->bootstage; in bootstage_unstash() 526 if (!gd->bootstage) in bootstage_init() [all …]
|
| A D | board_f.c | 643 gd->bootstage, gd->new_bootstage, size); in reloc_bootstage() 644 memcpy(gd->new_bootstage, gd->bootstage, size); in reloc_bootstage() 645 gd->bootstage = gd->new_bootstage; in reloc_bootstage()
|
| A D | Kconfig.boot | 406 Normally, IDs are defined in bootstage.h but a small number of 455 This is the size of the bootstage record list and is the maximum 456 number of bootstage records that can be recorded. 463 This is the size of the bootstage record list and is the maximum 464 number of bootstage records that can be recorded. 472 number of bootstage records that can be recorded. 478 Stash the bootstage information in the FDT. A root 'bootstage' 479 node is created with each bootstage id as a child. Each child 482 accumulated time for that bootstage id in microseconds. 485 bootstage { [all …]
|
| A D | Makefile | 62 obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
|
| /u-boot/cmd/ |
| A D | bootstage.c | 90 U_BOOT_CMD(bootstage, 4, 1, do_boostage,
|
| A D | Makefile | 34 obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o
|
| A D | Kconfig | 1758 milliseconds. See also the 'bootstage' command which provides more 1908 bool "Enable the 'bootstage' command" 1911 Add a 'bootstage' command which supports printing a report 1912 and un/stashing of bootstage data.
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 360 struct bootstage_data *bootstage; member
|
| /u-boot/drivers/timer/ |
| A D | Kconfig | 201 bootstage we want to record the time since reset as accurately as
|
| /u-boot/doc/board/google/ |
| A D | chromebook_coral.rst | 145 boot. Use 'bootstage report' in U-Boot to see the report, e.g.::
|
| /u-boot/doc/arch/ |
| A D | x86.rst | 282 U-Boot prints out some bootstage timing. This is more useful if you put the
|
| /u-boot/tools/buildman/ |
| A D | README | 701 04: x86: Permit bootstage and timer data to be used prior to relocation
|
Completed in 36 milliseconds