HomeSort by relevance Sort by last modified time
    Searched refs:bootstage (Results 1 - 14 of 14) sorted by null

  /external/u-boot/lib/
hang.c 11 #include <bootstage.h>
  /external/u-boot/common/
bootstage.c 52 struct bootstage_data *data = gd->bootstage;
99 struct bootstage_data *data = gd->bootstage;
172 struct bootstage_data *data = gd->bootstage;
186 struct bootstage_data *data = gd->bootstage;
244 * Add all bootstage timings to a device tree.
251 struct bootstage_data *data = gd->bootstage;
252 int bootstage; local
261 * Create the node for bootstage.
264 bootstage = fdt_add_subnode(blob, 0, "bootstage");
    [all...]
board_f.c 485 debug("Reserving %#x Bytes for bootstage at: %08lx\n", size,
606 debug("Copying bootstage from %p to %p, size %x\n",
607 gd->bootstage, gd->new_bootstage, size);
608 memcpy(gd->new_bootstage, gd->bootstage, size);
609 gd->bootstage = gd->new_bootstage;
686 /* Record the board_init_f() bootstage (after arch_cpu_init()) */
702 debug("Failed to unstash bootstage: err=%d\n", ret);
Makefile 63 obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
bootm.c 9 #include <bootstage.h>
image-fit.c 26 #include <bootstage.h>
    [all...]
  /external/u-boot/arch/arm/cpu/armv7/
arch_timer.c 10 #include <bootstage.h>
  /external/u-boot/tools/patman/
test.py 103 common/bootstage.c | 50 ++++++++++++++++++++++++++++++++++++
104 include/bootstage.h | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
107 create mode 100644 common/bootstage.c
108 create mode 100644 include/bootstage.h
141 +BOOTSTAGE
144 +F: common/bootstage.c
145 diff --git a/common/bootstage.c b/common/bootstage.c
149 +++ b/common/bootstage.c
  /external/u-boot/cmd/
bootstage.c 46 printf("No bootstage stash area defined\n");
67 * Process a bootstage sub-command
74 /* Strip off leading 'bootstage' command argument */
88 U_BOOT_CMD(bootstage, 4, 1, do_boostage,
Makefile 30 obj-$(CONFIG_CMD_BOOTSTAGE) += bootstage.o
  /external/u-boot/include/asm-generic/
global_data.h 115 struct bootstage_data *bootstage; /* Bootstage information */ member in struct:global_data
116 struct bootstage_data *new_bootstage; /* Relocated bootstage info */
  /external/u-boot/board/Barix/ipam390/
ipam390.c 30 #include <bootstage.h>
  /external/u-boot/include/
common.h 531 #include <bootstage.h>
  /external/u-boot/doc/
README.x86 752 U-Boot prints out some bootstage timing. This is more useful if you put the
    [all...]

Completed in 314 milliseconds