Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dbootstage.c53 struct bootstage_data *data = gd->bootstage; in bootstage_relocate()
100 struct bootstage_data *data = gd->bootstage; in bootstage_add_record()
173 struct bootstage_data *data = gd->bootstage; in bootstage_start()
187 struct bootstage_data *data = gd->bootstage; in bootstage_accum()
252 struct bootstage_data *data = gd->bootstage; in add_bootstages_devicetree()
253 int bootstage; in add_bootstages_devicetree() local
265 bootstage = fdt_add_subnode(blob, 0, "bootstage"); in add_bootstages_devicetree()
266 if (bootstage < 0) in add_bootstages_devicetree()
280 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
310 struct bootstage_data *data = gd->bootstage; in bootstage_report()
[all …]
H A DKconfig8 bootstage.h. Only a single entry is recorded for each ID. You can
14 Normally, IDs are defined in bootstage.h but a small number of
53 This is the number of available user bootstage records.
62 This is the size of the bootstage record list and is the maximum
63 number of bootstage records that can be recorded.
69 Stash the bootstage information in the FDT. A root 'bootstage'
70 node is created with each bootstage id as a child. Each child
73 accumulated time for that bootstage id in microseconds.
76 bootstage {
97 'bootstage stash' and 'bootstage unstash' commands to do this on
[all …]
H A Dboard_f.c665 gd->bootstage, gd->new_bootstage, size); in reloc_bootstage()
666 memcpy(gd->new_bootstage, gd->bootstage, size); in reloc_bootstage()
667 gd->bootstage = gd->new_bootstage; in reloc_bootstage()
H A DMakefile70 obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
/rk3399_rockchip-uboot/cmd/
H A Dbootstage.c89 U_BOOT_CMD(bootstage, 4, 1, do_boostage,
H A DMakefile33 obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o
H A DKconfig1285 milliseconds. See also the 'bootstage' command which provides more
1349 bool "Enable the 'bootstage' command"
1352 Add a 'bootstage' command which supports printing a report
1353 and un/stashing of bootstage data.
/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.h132 struct bootstage_data *bootstage; /* Bootstage information */ member
/rk3399_rockchip-uboot/doc/
H A DREADME.x86718 U-Boot prints out some bootstage timing. This is more useful if you put the
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME665 04: x86: Permit bootstage and timer data to be used prior to relocation