]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/DuetPkgIa32.dsc
DuetPkg: Use UefiCpuPkg/CpuDxe instead of DuetPkg/CpuDxe
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 22 Oct 2010 01:08:16 +0000 (01:08 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 22 Oct 2010 01:08:16 +0000 (01:08 +0000)
commitb8781a7771d57fc5dc3e6c78ee0bf83f8b559575
treed3bba4c4c7ba710cf38e7ab501a96c8e9b291ff0
parent0587c9825c878f4a148d6422f74f20ba12925532
DuetPkg: Use UefiCpuPkg/CpuDxe instead of DuetPkg/CpuDxe

UefiCpuPkg/CpuDxe provides all the critical features
needed for DUET.  Therefore, to reduce code duplication,
DUET can use the generic UEFI CPU DXE driver.

The one notable lost feature is that DUET's CPU DXE would
call legacy video INT 10 to make sure the exception information
could be displayed on the screen.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10974 6f19259b-4bc3-4df7-8a09-765794883524
DuetPkg/CpuDxe/Cpu.c [deleted file]
DuetPkg/CpuDxe/Cpu.inf [deleted file]
DuetPkg/CpuDxe/CpuDxe.h [deleted file]
DuetPkg/CpuDxe/Ia32/CpuInterrupt.S [deleted file]
DuetPkg/CpuDxe/Ia32/CpuInterrupt.asm [deleted file]
DuetPkg/CpuDxe/X64/CpuInterrupt.S [deleted file]
DuetPkg/CpuDxe/X64/CpuInterrupt.asm [deleted file]
DuetPkg/DuetPkg.fdf
DuetPkg/DuetPkgIa32.dsc
DuetPkg/DuetPkgX64.dsc