Searched refs:bootstage (Results 1 – 25 of 647) sorted by relevance
12345678910>>...26
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootstage.c | 53 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 D | Kconfig | 8 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 D | board_f.c | 665 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 D | board_r.su | |
| H A D | .board_f.o.cmd | |
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootstage.c | 89 U_BOOT_CMD(bootstage, 4, 1, do_boostage,
|
| /OK3568_Linux_fs/u-boot/spl/common/spl/ |
| H A D | .spl.o.cmd | |
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | global_data.h | 132 struct bootstage_data *bootstage; /* Bootstage information */ member
|
| /OK3568_Linux_fs/u-boot/spl/arch/arm/lib/ |
| H A D | .bootm.o.cmd | |
| H A D | .psci-dt.o.cmd | |
| /OK3568_Linux_fs/u-boot/tools/common/ |
| H A D | .image-fit.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/disk/ |
| H A D | .part_efi.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/zlib/ |
| H A D | .zlib.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .display_options.o.cmd | |
| H A D | .gunzip.o.cmd | |
| H A D | .slre.o.cmd | |
| H A D | .sha256.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | .util.o.cmd | |
| H A D | .of_access.o.cmd | |
| H A D | .of_extra.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/drivers/ram/rockchip/ |
| H A D | .sdram_common.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/drivers/ram/rockchip/ |
| H A D | .sdram_common.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/common/init/ |
| H A D | .board_init.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/ |
| H A D | .zimage.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | .malloc_simple.o.cmd | |
12345678910>>...26