mirror of https://github.com/acidanthera/audk.git
IntelFsp2Pkg: Use FspSiliconInitDone2 API
Use FspSiliconInitDone2 API in Notify Phase Cc: Maurice Ma <maurice.ma@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Richard Thomaiyar <richard.marian.thomaiyar@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
26b8501280
commit
0e3f9ee1d6
|
@ -81,7 +81,7 @@ WaitForNotify (
|
|||
// Give control back to BootLoader after FspSiliconInit
|
||||
//
|
||||
DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP is waiting for NOTIFY\n"));
|
||||
FspSiliconInitDone ();
|
||||
FspSiliconInitDone2 (EFI_SUCCESS);
|
||||
|
||||
//
|
||||
// BootLoader called FSP again through NotifyPhase
|
||||
|
|
Loading…
Reference in New Issue