Skip to content
  • 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