jyao1 / Nt32Ex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it advisable to use this package with UDK2018?

abhcs opened this issue · comments

On using this package with the branch UDK2018, I get the following error when I run SecMain.exe:

ASSERT_EFI_ERROR (Status = Out of Resources)

ASSERT!: [PiSmmCommunicationSmm] c:\users\abhis\documents\edk2\UefiCpuPkg\PiSmmCommunication\PiSmmCommunicationSmm.c (150): !EFI_ERROR (Status)

It looks like SMRAM is completely filled, and the PiSmmCommunicationSmm driver cannot be executed. Can you please suggest a fix, or recommend an older commit in edk 2 with which this package is compatible?

P.S. I faced some build issues with UDK2018 like missing include files like Library/MicrocodeFlashAccessLib.h and Guid/MicrocodeFmp.h (that I just copied from IntelSiliconPkg) and missing GUID (gMicrocodeFmpImageTypeIdGuid).

I downloaded edk2, I look, I can not find secmain.exe, can you please help.