diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2018-01-25 14:29:50 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-31 22:07:48 +0000 |
commit | 34fa425308fdf62cd35f20d6f7ee53bce2356b56 (patch) | |
tree | 8d0c991f9cf354b809e7a634503ff0c2f335a608 /src/commonlib/include | |
parent | f9bfe05bd1335bfaa4e93946a9a6eb9781576957 (diff) |
commonlib: Add AGESA S3 resume defines
Extend the values reserved for AGESA to include the Entry Points used
for S3 Resume.
BUG=b:69614064
Change-Id: I6b50e76a0c49c1f317f9294c5f95735e7aa5d95c
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/23439
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/commonlib/include')
-rw-r--r-- | src/commonlib/include/commonlib/timestamp_serialized.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h index 088212a82e..de92c722b3 100644 --- a/src/commonlib/include/commonlib/timestamp_serialized.h +++ b/src/commonlib/include/commonlib/timestamp_serialized.h @@ -92,6 +92,12 @@ enum timestamp_id { TS_AGESA_INIT_LATE_DONE = 911, TS_AGESA_INIT_RTB_START = 912, TS_AGESA_INIT_RTB_DONE = 913, + TS_AGESA_INIT_RESUME_START = 914, + TS_AGESA_INIT_RESUME_DONE = 915, + TS_AGESA_S3_LATE_START = 916, + TS_AGESA_S3_LATE_DONE = 917, + TS_AGESA_S3_FINAL_START = 918, + TS_AGESA_S3_FINAL_DONE = 919, /* 940-950 reserved for vendorcode extensions (940-950: Intel ME) */ TS_ME_INFORM_DRAM_WAIT = 940, |