diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/timestamp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/timestamp.h b/src/include/timestamp.h index ba73135258..c2bc6f148f 100644 --- a/src/include/timestamp.h +++ b/src/include/timestamp.h @@ -44,6 +44,8 @@ enum timestamp_id { TS_START_COPYRAM = 8, TS_END_COPYRAM = 9, TS_START_RAMSTAGE = 10, + TS_START_BOOTBLOCK = 11, + TS_END_BOOTBLOCK = 12, TS_DEVICE_ENUMERATE = 30, TS_FSP_BEFORE_ENUMERATE, TS_FSP_AFTER_ENUMERATE, |