summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/DxeIpl.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 00:48:56 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 00:48:56 +0000
commit9008db4a285b14880d213a258d233da458dae8e3 (patch)
tree76018e0d76c88055d542b3db3873e241d1881082 /DuetPkg/DxeIpl/DxeIpl.inf
parent3eb90413badc94ddeb9ebbda61e4d703e4a706d7 (diff)
downloadedk2-9008db4a285b14880d213a258d233da458dae8e3.zip
edk2-9008db4a285b14880d213a258d233da458dae8e3.tar.gz
edk2-9008db4a285b14880d213a258d233da458dae8e3.tar.bz2
Clean up DxeIpl:
1. Remove the assembly by using IoLib & BaseLib in MdePkg 2. Refine code to pass CYGWIN GCC tool chain build git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7404 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl/DxeIpl.inf')
-rw-r--r--DuetPkg/DxeIpl/DxeIpl.inf9
1 files changed, 3 insertions, 6 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.inf b/DuetPkg/DxeIpl/DxeIpl.inf
index 68251a5..6a2ba5d 100644
--- a/DuetPkg/DxeIpl/DxeIpl.inf
+++ b/DuetPkg/DxeIpl/DxeIpl.inf
@@ -37,6 +37,7 @@
BaseMemoryLib
PrintLib
ReportStatusCodeLib
+ IoLib
[Sources.common]
DxeIpl.h
@@ -53,18 +54,14 @@
Debug.h
[Sources.x64]
- X64/CpuIoAccess.asm
- X64/EnterDxeCore.asm
+ X64/EnterDxeCore.c
X64/Paging.c
X64/VirtualMemory.h
[Sources.Ia32]
- Ia32/CpuIoAccess.asm
- Ia32/EnterDxeCore.asm
+ Ia32/EnterDxeCore.c
Ia32/Paging.c
Ia32/VirtualMemory.h
- Ia32/CpuIoAccessGnu.c | GCC
- Ia32/EnterDxeCoreGnu.c | GCC
#[BuildOptions.common]
#MSFT:*_*_IA32_DLINK_FLAGS = /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:I386 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib