From 34fa425308fdf62cd35f20d6f7ee53bce2356b56 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 25 Jan 2018 14:29:50 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/23439 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/commonlib/include/commonlib/timestamp_serialized.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/commonlib/include') 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, -- cgit v1.2.3