Add timestamps for selfboot and acpi wake
Change-Id: I28224867610b947739d940d25c98399d219f10f4 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: http://review.coreboot.org/733 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
c668af7441
commit
cde7801c2e
@ -37,6 +37,8 @@ struct timestamp_table {
|
||||
enum timestamp_id {
|
||||
TS_BEFORE_INITRAM = 1,
|
||||
TS_AFTER_INITRAM = 2,
|
||||
TS_ACPI_WAKE_JUMP = 98,
|
||||
TS_SELFBOOT_JUMP = 99,
|
||||
};
|
||||
|
||||
void timestamp_init(tsc_t base);
|
||||
|
Reference in New Issue
Block a user