diff options
Diffstat (limited to 'src/include/console')
-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 00a2ad3dec..0c6655cec8 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -289,6 +289,20 @@ #define POST_FSP_SILICON_EXIT 0x99 /** + * \brief Before calling FSP Multiphase SiliconInit + * + * Going to call into FSP binary for Multiple phase SI Init + */ +#define POST_FSP_MULTI_PHASE_SI_INIT_ENTRY 0xa0 + +/** + * \brief After calling FSP Multiphase SiliconInit + * + * FSP binary returned from Multiple phase SI Init + */ +#define POST_FSP_MULTI_PHASE_SI_INIT_EXIT 0xa1 + +/** * \brief Entry into elf boot * * This POST code is called right before invoking jmp_to_elf_entry() |