From 28b5404ca130b4c2840b2b01401713f13b93a3b7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 4 May 2015 11:30:56 -0600 Subject: 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 Reviewed-by: Joe Hershberger Reviewed-by: Jagan Teki diff --git a/include/bootstage.h b/include/bootstage.h index be44014..fe30ab6 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -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, -- cgit v0.10.2