mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
bootstage: Add IDs for SPI flash reading and decompression
We maintain an accumulator for time spent reading from SPI flash, since this can be significant on some platforms. Also add one for decompression time. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
08f3bb0bcd
commit
28b5404ca1
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ enum bootstage_id {
|
|||
|
||||
BOOTSTAGE_ID_ACCUM_LCD,
|
||||
BOOTSTAGE_ID_ACCUM_SCSI,
|
||||
BOOTSTAGE_ID_ACCUM_SPI,
|
||||
BOOTSTAGE_ID_ACCUM_DECOMP,
|
||||
|
||||
/* a few spare for the user, from here */
|
||||
BOOTSTAGE_ID_USER,
|
||||
|
|
Loading…
Add table
Reference in a new issue