Searched refs:bootstage (Results 1 – 17 of 17) sorted by relevance
| /u-boot/common/ |
| A D | bootstage.c | 61 struct bootstage_data *data = gd->bootstage; in bootstage_relocate() 117 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 | 657 gd->bootstage, gd->new_bootstage, size); in reloc_bootstage() 658 memcpy(gd->new_bootstage, gd->bootstage, size); in reloc_bootstage() 659 gd->bootstage = gd->new_bootstage; in reloc_bootstage()
|
| A D | Makefile | 46 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 | 38 obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o
|
| A D | Kconfig | 2142 milliseconds. See also the 'bootstage' command which provides more 2327 bool "Enable the 'bootstage' command" 2330 Add a 'bootstage' command which supports printing a report 2331 and un/stashing of bootstage data.
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 376 struct bootstage_data *bootstage; member
|
| /u-boot/boot/ |
| A D | Kconfig | 895 Normally, IDs are defined in bootstage.h but a small number of 944 This is the size of the bootstage record list and is the maximum 945 number of bootstage records that can be recorded. 952 This is the size of the bootstage record list and is the maximum 953 number of bootstage records that can be recorded. 961 number of bootstage records that can be recorded. 967 Stash the bootstage information in the FDT. A root 'bootstage' 968 node is created with each bootstage id as a child. Each child 971 accumulated time for that bootstage id in microseconds. 974 bootstage { [all …]
|
| /u-boot/doc/develop/driver-model/ |
| A D | migration.rst | 110 There is only one method to implement, unless you want to support bootstage,
|
| /u-boot/doc/develop/ |
| A D | trace.rst | 199 use bootstage. 281 doing end-to-end timing using bootstage.
|
| A D | codingstyle.rst | 118 #include <bootstage.h>
|
| /u-boot/drivers/timer/ |
| A D | Kconfig | 284 bootstage we want to record the time since reset as accurately as
|
| /u-boot/doc/board/google/ |
| A D | chromebook_coral.rst | 308 boot. Use 'bootstage report' in U-Boot to see the report, e.g.::
|
| /u-boot/doc/arch/ |
| A D | x86.rst | 273 U-Boot prints out some bootstage timing. This is more useful if you put the
|
| /u-boot/tools/buildman/ |
| A D | README.rst | 715 04: x86: Permit bootstage and timer data to be used prior to relocation
|
| A D | buildman.rst | 715 04: x86: Permit bootstage and timer data to be used prior to relocation
|
| /u-boot/doc/build/ |
| A D | buildman.rst | 715 04: x86: Permit bootstage and timer data to be used prior to relocation
|
Completed in 54 milliseconds