Skip to content
Snippets Groups Projects
  1. Jul 24, 2013
  2. Apr 10, 2012
  3. Mar 18, 2012
    • Simon Glass's avatar
      bootstage: Define an optional microsecond timer · 5ff55390
      Simon Glass authored
      
      Define timer_get_boot_us() which returns the number of microseconds
      since boot. If undefined then we use get_timer() * 1000.
      
      We can fit this in a 32-bit register which keeps everyone happy on
      the efficiency side. It will wrap around after about an hour. If we
      are still looking at it after an hour then we had better not be
      timing the boot.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      5ff55390
  4. Oct 21, 2011
  5. Apr 13, 2010
  6. Dec 05, 2009
    • Ingo van Lil's avatar
      Generic udelay() with watchdog support · 3eb90bad
      Ingo van Lil authored
      
      According to the PPC reference implementation the udelay() function is
      responsible for resetting the watchdog timer as frequently as needed.
      Most other architectures do not meet that requirement, so long-running
      operations might result in a watchdog reset.
      
      This patch adds a generic udelay() function which takes care of
      resetting the watchdog before calling an architecture-specific
      __udelay().
      
      Signed-off-by: default avatarIngo van Lil <inguin@gmx.de>
      3eb90bad
  7. Jan 09, 2005
  8. Sep 08, 2002
  9. Dec 14, 2000
  10. Nov 12, 2000
Loading