summaryrefslogtreecommitdiff
path: root/DuetPkg/CpuDxe/Cpu.inf
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-20 06:04:15 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-20 06:04:15 +0000
commit6794a1b9511eb2c07f87f60233d0d0165f25aeba (patch)
tree08edabc06a778a59c70a17cb78f7ebbeb6d58e68 /DuetPkg/CpuDxe/Cpu.inf
parent9be1da069fd4c70c640ea72bf6463c2e40ceb612 (diff)
downloadedk2-platforms-6794a1b9511eb2c07f87f60233d0d0165f25aeba.tar.xz
The asm file for Ia32 has been translated from MASM to GAS.
Build in CYGWINGCC is OK. It needs to be checked for the logic and debugged for the running. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7552 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/CpuDxe/Cpu.inf')
-rw-r--r--DuetPkg/CpuDxe/Cpu.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/DuetPkg/CpuDxe/Cpu.inf b/DuetPkg/CpuDxe/Cpu.inf
index 1498d4d28d..e9e5fbf388 100644
--- a/DuetPkg/CpuDxe/Cpu.inf
+++ b/DuetPkg/CpuDxe/Cpu.inf
@@ -40,6 +40,7 @@
[Sources.IA32]
Ia32/CpuInterrupt.asm |INTEL
Ia32/CpuInterrupt.asm |MSFT
+ Ia32/CpuInterrupt.S |GCC ## It can be compiled and linked now. But its logic has not been assured yet.
[Sources.X64]
X64/CpuInterrupt.asm | INTEL