diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2011-10-19 15:32:39 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-03-30 05:30:08 +0200 |
commit | cde7801c2e5560ef0c923a41beac4f4cdc3fcbd4 (patch) | |
tree | 34c1dd1d86683e6be267a569a90ba4a26ab2c40d /src/include | |
parent | c668af74412cb7cae24957e9a86320be5493434d (diff) | |
download | coreboot-cde7801c2e5560ef0c923a41beac4f4cdc3fcbd4.tar.xz |
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>
Diffstat (limited to 'src/include')
-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 cfa06e29fc..8b9a89a2b8 100644 --- a/src/include/timestamp.h +++ b/src/include/timestamp.h @@ -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); |