X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FBaseLib.inf;h=e5dafebbc9c1d6982426f57c186c364128031950;hb=dccf78f0a29c44485f2bd5eef4398b6be93ee81b;hp=cad014dce47b154e97f8698fd34133b999e0f2e5;hpb=4b5f371b7d6222d5a1212cc959630ccd16bcd914;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index cad014dce4..e5dafebbc9 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -1,18 +1,18 @@ -#/** @file +## @file # Base Library implementation. # -# Copyright (c) 2007 - 2009, Intel Corporation.
-# Portions Copyright (c) 2008-2009 Apple Inc.
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php +# http://opensource.org/licenses/bsd-license.php. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -26,7 +26,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM # -[Sources.common] +[Sources] CheckSum.c SwitchStack.c SwapBytes64.c @@ -249,80 +249,14 @@ Ia32/EnableCache.asm | INTEL Ia32/DisableCache.asm | INTEL + Ia32/GccInline.c | GCC Ia32/Thunk16.S | GCC - Ia32/CpuBreakpoint.S | GCC - Ia32/CpuPause.S | GCC Ia32/EnableDisableInterrupts.S | GCC - Ia32/DisableInterrupts.S | GCC - Ia32/EnableInterrupts.S | GCC - Ia32/FlushCacheLine.S | GCC - Ia32/Invd.S | GCC - Ia32/Wbinvd.S | GCC Ia32/EnablePaging64.S | GCC Ia32/DisablePaging32.S | GCC Ia32/EnablePaging32.S | GCC Ia32/Mwait.S | GCC Ia32/Monitor.S | GCC - Ia32/ReadPmc.S | GCC - Ia32/ReadTsc.S | GCC - Ia32/WriteMm7.S | GCC - Ia32/WriteMm6.S | GCC - Ia32/WriteMm5.S | GCC - Ia32/WriteMm4.S | GCC - Ia32/WriteMm3.S | GCC - Ia32/WriteMm2.S | GCC - Ia32/WriteMm1.S | GCC - Ia32/WriteMm0.S | GCC - Ia32/ReadMm7.S | GCC - Ia32/ReadMm6.S | GCC - Ia32/ReadMm5.S | GCC - Ia32/ReadMm4.S | GCC - Ia32/ReadMm3.S | GCC - Ia32/ReadMm2.S | GCC - Ia32/ReadMm1.S | GCC - Ia32/ReadMm0.S | GCC - Ia32/FxRestore.S | GCC - Ia32/FxSave.S | GCC - Ia32/WriteLdtr.S | GCC - Ia32/ReadLdtr.S | GCC - Ia32/WriteIdtr.S | GCC - Ia32/ReadIdtr.S | GCC - Ia32/WriteGdtr.S | GCC - Ia32/ReadGdtr.S | GCC - Ia32/ReadTr.S | GCC - Ia32/ReadSs.S | GCC - Ia32/ReadGs.S | GCC - Ia32/ReadFs.S | GCC - Ia32/ReadEs.S | GCC - Ia32/ReadDs.S | GCC - Ia32/ReadCs.S | GCC - Ia32/WriteDr7.S | GCC - Ia32/WriteDr6.S | GCC - Ia32/WriteDr5.S | GCC - Ia32/WriteDr4.S | GCC - Ia32/WriteDr3.S | GCC - Ia32/WriteDr2.S | GCC - Ia32/WriteDr1.S | GCC - Ia32/WriteDr0.S | GCC - Ia32/ReadDr7.S | GCC - Ia32/ReadDr6.S | GCC - Ia32/ReadDr5.S | GCC - Ia32/ReadDr4.S | GCC - Ia32/ReadDr3.S | GCC - Ia32/ReadDr2.S | GCC - Ia32/ReadDr1.S | GCC - Ia32/ReadDr0.S | GCC - Ia32/WriteCr4.S | GCC - Ia32/WriteCr3.S | GCC - Ia32/WriteCr2.S | GCC - Ia32/WriteCr0.S | GCC - Ia32/ReadCr4.S | GCC - Ia32/ReadCr3.S | GCC - Ia32/ReadCr2.S | GCC - Ia32/ReadCr0.S | GCC - Ia32/WriteMsr64.S | GCC - Ia32/ReadMsr64.S | GCC - Ia32/ReadEflags.S | GCC Ia32/CpuIdEx.S | GCC Ia32/CpuId.S | GCC Ia32/LongJump.S | GCC @@ -352,7 +286,8 @@ X86ReadIdtr.c X86ReadGdtr.c X86Msr.c - X86MemoryFence.c + X86MemoryFence.c | MSFT + X86MemoryFence.c | INTEL X86GetInterruptState.c X86FxSave.c X86FxRestore.c @@ -456,7 +391,8 @@ X86ReadIdtr.c X86ReadGdtr.c X86Msr.c - X86MemoryFence.c + X86MemoryFence.c | MSFT + X86MemoryFence.c | INTEL X86GetInterruptState.c X86FxSave.c X86FxRestore.c @@ -464,83 +400,15 @@ X86EnablePaging32.c X86DisablePaging64.c X86DisablePaging32.c - X64/WriteMsr64.S | GCC - X64/WriteMm7.S | GCC - X64/WriteMm6.S | GCC - X64/WriteMm5.S | GCC - X64/WriteMm4.S | GCC - X64/WriteMm3.S | GCC - X64/WriteMm2.S | GCC - X64/WriteMm1.S | GCC - X64/WriteMm0.S | GCC - X64/WriteLdtr.S | GCC - X64/WriteIdtr.S | GCC - X64/WriteGdtr.S | GCC - X64/WriteDr7.S | GCC - X64/WriteDr6.S | GCC - X64/WriteDr5.S | GCC - X64/WriteDr4.S | GCC - X64/WriteDr3.S | GCC - X64/WriteDr2.S | GCC - X64/WriteDr1.S | GCC - X64/WriteDr0.S | GCC - X64/WriteCr4.S | GCC - X64/WriteCr3.S | GCC - X64/WriteCr2.S | GCC - X64/WriteCr0.S | GCC - X64/Wbinvd.S | GCC + X64/GccInline.c | GCC X64/Thunk16.S | GCC X64/SwitchStack.S | GCC X64/SetJump.S | GCC - X64/ReadTsc.S | GCC - X64/ReadTr.S | GCC - X64/ReadSs.S | GCC - X64/ReadPmc.S | GCC - X64/ReadMsr64.S | GCC - X64/ReadMm7.S | GCC - X64/ReadMm6.S | GCC - X64/ReadMm5.S | GCC - X64/ReadMm4.S | GCC - X64/ReadMm3.S | GCC - X64/ReadMm2.S | GCC - X64/ReadMm1.S | GCC - X64/ReadMm0.S | GCC - X64/ReadLdtr.S | GCC - X64/ReadIdtr.S | GCC - X64/ReadGs.S | GCC - X64/ReadGdtr.S | GCC - X64/ReadFs.S | GCC - X64/ReadEs.S | GCC - X64/ReadEflags.S | GCC - X64/ReadDs.S | GCC - X64/ReadDr7.S | GCC - X64/ReadDr6.S | GCC - X64/ReadDr5.S | GCC - X64/ReadDr4.S | GCC - X64/ReadDr3.S | GCC - X64/ReadDr2.S | GCC - X64/ReadDr1.S | GCC - X64/ReadDr0.S | GCC - X64/ReadCs.S | GCC - X64/ReadCr4.S | GCC - X64/ReadCr3.S | GCC - X64/ReadCr2.S | GCC - X64/ReadCr0.S | GCC - X64/Mwait.S | GCC - X64/Monitor.S | GCC X64/LongJump.S | GCC - X64/Invd.S | GCC - X64/FxSave.S | GCC - X64/FxRestore.S | GCC - X64/FlushCacheLine.S | GCC - X64/EnableInterrupts.S | GCC X64/EnableDisableInterrupts.S | GCC X64/DisablePaging64.S | GCC - X64/DisableInterrupts.S | GCC - X64/CpuPause.S | GCC X64/CpuId.S | GCC X64/CpuIdEx.S | GCC - X64/CpuBreakpoint.S | GCC X64/EnableCache.S | GCC X64/DisableCache.S | GCC ChkStkGcc.c | GCC @@ -553,6 +421,7 @@ Ipf/AccessPsr.s Ipf/AccessPmr.s Ipf/AccessKr.s + Ipf/AccessKr7.s Ipf/AccessGcr.s Ipf/AccessEicr.s Ipf/AccessDbr.s @@ -587,7 +456,7 @@ [Sources.ARM] Arm/InternalSwitchStack.c Arm/Unaligned.c - Math64.c + Math64.c | RVCT Arm/SwitchStack.asm | RVCT Arm/SetJumpLongJump.asm | RVCT @@ -595,11 +464,13 @@ Arm/EnableInterrupts.asm | RVCT Arm/GetInterruptsState.asm | RVCT Arm/CpuPause.asm | RVCT - Arm/CpuBreakpoint.asm + Arm/CpuBreakpoint.asm | RVCT + Arm/Math64.S | GCC Arm/GccInline.c | GCC Arm/EnableInterrupts.S | GCC Arm/DisableInterrupts.S | GCC + Arm/GetInterruptsState.S | GCC Arm/SetJumpLongJump.S | GCC Arm/CpuBreakpoint.S | GCC