Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging
authorTom Rini <trini@ti.com>
Mon, 15 Oct 2012 20:37:22 +0000 (13:37 -0700)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 20:37:22 +0000 (13:37 -0700)
1  2 
README
arch/arm/lib/bootm.c
common/Makefile
include/bootstage.h

diff --cc README
Simple merge
Simple merge
diff --cc common/Makefile
Simple merge
@@@ -218,13 -228,21 +229,24 @@@ ulong timer_get_boot_us(void)
   *            has occurred.
   */
  void show_boot_progress(int val);
 +#else
 +#define show_boot_progress(val) do {} while (0)
 +#endif
  
 -#ifdef CONFIG_BOOTSTAGE
 +#if defined(CONFIG_BOOTSTAGE) && !defined(CONFIG_SPL_BUILD)
  /* This is the full bootstage implementation */
  
+ /**
+  * Add a new bootstage record
+  *
+  * @param id  Bootstage ID to use (ignored if flags & BOOTSTAGEF_ALLOC)
+  * @param name        Name of record, or NULL for none
+  * @param flags       Flags (BOOTSTAGEF_...)
+  * @param mark        Time to record in this record, in microseconds
+  */
+ ulong bootstage_add_record(enum bootstage_id id, const char *name,
+                          int flags, ulong mark);
  /*
   * Mark a time stamp for the current boot stage.
   */