From b8781a7771d57fc5dc3e6c78ee0bf83f8b559575 Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 22 Oct 2010 01:08:16 +0000 Subject: 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/DuetPkgX64.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DuetPkg/DuetPkgX64.dsc') diff --git a/DuetPkg/DuetPkgX64.dsc b/DuetPkg/DuetPkgX64.dsc index 0079782532..96c10536ca 100644 --- a/DuetPkg/DuetPkgX64.dsc +++ b/DuetPkg/DuetPkgX64.dsc @@ -99,6 +99,7 @@ HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf + MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf # # To save size, use NULL library for DebugLib and ReportStatusCodeLib. @@ -205,7 +206,7 @@ } MdeModulePkg/Universal/EbcDxe/EbcDxe.inf UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf - DuetPkg/CpuDxe/Cpu.inf + UefiCpuPkg/CpuDxe/CpuDxe.inf PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf DuetPkg/AcpiResetDxe/Reset.inf DuetPkg/LegacyMetronome/Metronome.inf -- cgit v1.2.3