Home
last modified time | relevance | path

Searched refs:bootstage (Results 1 – 12 of 12) sorted by relevance

/u-boot/common/
A Dbootstage.c59 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 Dboard_f.c643 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 DKconfig.boot406 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 DMakefile62 obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
/u-boot/cmd/
A Dbootstage.c90 U_BOOT_CMD(bootstage, 4, 1, do_boostage,
A DMakefile34 obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o
A DKconfig1758 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 Dglobal_data.h360 struct bootstage_data *bootstage; member
/u-boot/drivers/timer/
A DKconfig201 bootstage we want to record the time since reset as accurately as
/u-boot/doc/board/google/
A Dchromebook_coral.rst145 boot. Use 'bootstage report' in U-Boot to see the report, e.g.::
/u-boot/doc/arch/
A Dx86.rst282 U-Boot prints out some bootstage timing. This is more useful if you put the
/u-boot/tools/buildman/
A DREADME701 04: x86: Permit bootstage and timer data to be used prior to relocation

Completed in 36 milliseconds