public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Allow building MdeModulePkg on non-x86
@ 2020-02-22 16:59 Schaefer, Daniel Helmut (DualStudy)
  2020-02-22 16:59 ` [PATCH 1/3] MdeModulePkg: Restrict libraries using SMM to x86 Schaefer, Daniel Helmut (DualStudy)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Schaefer, Daniel Helmut (DualStudy) @ 2020-02-22 16:59 UTC (permalink / raw)
  To: devel

While trying to build MdeModulePkg for RISCV64, I found a few things that
prevent it from building on architectures besides IA32 and X64 in general.

Daniel Schaefer (3):
  MdeModulePkg: Restrict libraries using SMM to x86
  MdeModulePkg: Set PcdDxeIplSwitchToLongMode false on non-x86
  MdeModulePkg: Use CopyGuid instead of GUID assignment

 MdeModulePkg/MdeModulePkg.dec                           | 3 +++
 MdeModulePkg/MdeModulePkg.dsc                           | 9 ++++++---
 MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

-- 
2.25.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-25 11:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-22 16:59 [PATCH 0/3] Allow building MdeModulePkg on non-x86 Schaefer, Daniel Helmut (DualStudy)
2020-02-22 16:59 ` [PATCH 1/3] MdeModulePkg: Restrict libraries using SMM to x86 Schaefer, Daniel Helmut (DualStudy)
2020-02-24  0:48   ` [edk2-devel] " Michael D Kinney
2020-02-22 16:59 ` [PATCH 2/3] MdeModulePkg: Set PcdDxeIplSwitchToLongMode false on non-x86 Schaefer, Daniel Helmut (DualStudy)
2020-02-22 16:59 ` [PATCH 3/3] MdeModulePkg: Use CopyGuid instead of GUID assignment Schaefer, Daniel Helmut (DualStudy)
2020-02-25 11:48   ` Dandan Bi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox