Hi Laszlo,
Thank you for replaying. I have problem with EFI_SMM_ACCESS2_PROTOCOL so I
cannot load PiSmmIpl.
I want to know whether my method is correct.
1) load and <
MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf> can load DXE_SMM_DRIVER?
2) anything else is need?
3) how to fake EFI_SMM_ACCESS2_PROTOC
Hi Andrew,
As I see clang is no more supported flag -ccc-host-triple. It changed to -target
- // If -ccc-host-triple arch-pc-win32-macho option specified, we're
+ // If -target arch-pc-win32-macho option specified, we're
// generating code for Win32 ABI. No need to emit
—
Inf
On 04/25/14 12:42, WANG Siyuan wrote:
> Hi,
> I want to load load DXE_SMM_DRIVER in Duet.
>
> As far as now, DXE driver can be loaded, but DXE_SMM_DRIVER cannot be
> loaded.
>
>
>
> I want to do it this way:
>
> Add *MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf*and
> *MdeModulePkg/Core/PiSmmCore/
Hi,
I want to load load DXE_SMM_DRIVER in Duet.
As far as now, DXE driver can be loaded, but DXE_SMM_DRIVER cannot be
loaded.
I want to do it this way:
Add *MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf* and
*MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf* to my .dsc file.
*PiSmmIpl* can load *PiSmmCor