Skip to content
Commit fd56374f authored by Ning Feng's avatar Ning Feng Committed by Nate DeSimone
Browse files

IpmiFeaturePkg: FixUp FuctionPointer in gPeiIpmiTransportPpiGuid after MemoryDiscovered



Description:
Currently, a page fault (PF#) is observed when accessing the PEI_IPMI_TRANSPORT_PPI in the post-memory phase.
The cause of this problem is that the PPI does not migrated from temporary RAM to permanent RAM.

Solution:
Register a memory shadow handler in the PeiGenericIpmi PEIM that performs pointer fixes for PEI_IPMI_TRANSPORT_PPI after MemoryDiscovered.

Signed-off-by: default avatarNing Feng <ning.feng@intel.com>
parent e2ece487
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment