From 80f73b51f5a58ec53951ce730ca521d32d3385a1 Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 23 Jan 2009 07:26:35 +0000 Subject: [PATCH] Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7355 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DuetPkg.dsc | 2 +- DuetPkg/DuetPkg.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index a276746f4c..ca120502dc 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -33,7 +33,7 @@ PlatformBdsLib|DuetPkg/Library/DuetBdsLib/PlatformBds.inf IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf - GenericBdsLib|MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf + GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf diff --git a/DuetPkg/DuetPkg.fdf b/DuetPkg/DuetPkg.fdf index 53771acc61..05edea829d 100644 --- a/DuetPkg/DuetPkg.fdf +++ b/DuetPkg/DuetPkg.fdf @@ -82,7 +82,7 @@ INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf INF DuetPkg/DataHubGenDxe/DataHubGen.inf #INF DuetPkg/FvbRuntimeService/DUETFwh.inf -INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf +INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf INF DuetPkg/CpuIoDxe/CpuIo.inf INF DuetPkg/CpuDxe/Cpu.inf -- 2.39.2