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>
This commit is contained in:
parent
f9bfe05bd1
commit
34fa425308
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue