mirror of https://github.com/acidanthera/audk.git
IntelFsp2Pkg : Add fsp status code for fspsmm init
Add fsp status code for fspsmm init interface. Signed-off-by: Hongbin1 Zhang <hongbin1.zhang@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Duggapu Chinni B <chinni.b.duggapu@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Ted Kuo <ted.kuo@intel.com> Cc: Ashraf Ali S <ashraf.ali.s@intel.com> Cc: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
e374edc180
commit
4ffa8810af
|
@ -16,6 +16,7 @@
|
|||
#define FSP_STATUS_CODE_MEMORY_INIT 0xD000
|
||||
#define FSP_STATUS_CODE_TEMP_RAM_EXIT 0xB000
|
||||
#define FSP_STATUS_CODE_SILICON_INIT 0x9000
|
||||
#define FSP_STATUS_CODE_FSPSMM_INIT 0x7000
|
||||
#define FSP_STATUS_CODE_POST_PCIE_ENUM_NOTIFICATION 0x6000
|
||||
#define FSP_STATUS_CODE_READY_TO_BOOT_NOTIFICATION 0x4000
|
||||
#define FSP_STATUS_CODE_END_OF_FIRMWARE_NOTIFICATION 0x2000
|
||||
|
|
Loading…
Reference in New Issue