mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-03 01:04:36 +00:00
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1716 In API mode FSP wrapper will perform some post FSP-S process but such process was skipped in Dispatch mode which may impact some of the boot loaders. To align behavior between API and Dispatch, an End-of-Pei callback is introduced to perform same process in Dispatch mode. Note: If boot loader implemented its own PostFspsHobProcess (), it has to check PcdFspModeSelection and support each mode properly. Test: Verified on internal platform and both FSP API and Dispatch modes booted successfully. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com> |
||
|---|---|---|
| .. | ||
| FspmWrapperPeim | ||
| FspsWrapperPeim | ||
| FspWrapperNotifyDxe | ||
| Include | ||
| Library | ||
| IntelFsp2WrapperPkg.dec | ||
| IntelFsp2WrapperPkg.dsc | ||
| Readme.md | ||
IntelFsp2WrapperPkg
This package provides the component to use an FSP binary.
Source Repository: https://github.com/tianocore/edk2/tree/master/IntelFsp2WrapperPkg
A whitepaper to describe the IntelFsp2WrapperPkg: https://firmware.intel.com/sites/default/files/A_Tour_Beyond_BIOS_Using_the_Intel_Firmware_Support_Package_with_the_EFI_Developer_Kit_II_%28FSP2.0%29.pdf