diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/console/post_codes.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index 1368aa865c..0277337a0a 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -273,6 +273,20 @@ #define POST_OS_ENTER_WAKE 0x97 /** + * \brief After calling FSP MemoryInit + * + * FSP binary returned from MemoryInit phase + */ +#define POST_FSP_MEMORY_EXIT 0x98 + +/** + * \brief After calling FSP SiliconInit + * + * FSP binary returned from SiliconInit phase + */ +#define POST_FSP_SILICON_EXIT 0x99 + +/** * \brief Entry into elf boot * * This POST code is called right before invoking jmp_to_elf_entry() |