Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
8027 commits behind the upstream repository.
  • Simon Glass's avatar
    824bb1b4
    bootstage: Support SPL · 824bb1b4
    Simon Glass authored
    
    At present bootstage only supports U-Boot proper. But SPL can also consume
    boot time so it is useful to have the record start there.
    
    Add bootstage support to SPL. Also support stashing the timing information
    when SPL finishes so that it can be picked up and reported by U-Boot
    proper. This provides a full boot time record, excluding only the time
    taken by the boot ROM.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    824bb1b4
    History
    bootstage: Support SPL
    Simon Glass authored
    
    At present bootstage only supports U-Boot proper. But SPL can also consume
    boot time so it is useful to have the record start there.
    
    Add bootstage support to SPL. Also support stashing the timing information
    when SPL finishes so that it can be picked up and reported by U-Boot
    proper. This provides a full boot time record, excluding only the time
    taken by the boot ROM.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
board_f.c 23.46 KiB