From f1baef624fb7119c54c3389a2cd99b108ee08f0e Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 2 Jul 2007 09:34:25 +0000 Subject: 1. Port X64, IPF and EBC arch for BaseLib 2. Port X64 arch codes for BaseMemoryLibRepStr and BaseMemoryLibSee2 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2955 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.dsc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'MdePkg/MdePkg.dsc') diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index d109164..6067d40 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -100,7 +100,7 @@ ${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf # ${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf ${WORKSPACE}/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf -# ${WORKSPACE}/MdePkg/Library/PeiHobLib/PeiHobLib.inf + ${WORKSPACE}/MdePkg/Library/PeiHobLib/PeiHobLib.inf ${WORKSPACE}/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf ${WORKSPACE}/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf ${WORKSPACE}/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf @@ -108,7 +108,6 @@ ${WORKSPACE}/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf ${WORKSPACE}/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf # ${WORKSPACE}/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.inf - ${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf ${WORKSPACE}/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf ${WORKSPACE}/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf ${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf @@ -118,7 +117,6 @@ ${WORKSPACE}/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf ${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf ${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf - ${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf ${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf ${WORKSPACE}\MdePkg\Library/UefiScsiLib/UefiScsiLib.inf @@ -126,9 +124,14 @@ [Components.IA32] ${WORKSPACE}\MdePkg\Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf ${WORKSPACE}\MdePkg\Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf + ${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf + ${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf [Components.X64] ${WORKSPACE}\MdePkg\Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf ${WORKSPACE}\MdePkg\Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf + ${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf + ${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf - +[Components.IPF] + ${WORKSPACE}/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf -- cgit v1.1