X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FBaseLib.msa;h=cb5359a14f0522fe2027acd44823f4930e8acbe9;hp=5e677704a843e991a4d8e396d4714537ce78b9a6;hb=5e1c3eedcdf496f4961948f80716f9518438e52d;hpb=5dc355398e3ca09eef810d3748ceedaefccda7f9 diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa index 5e677704a8..cb5359a14f 100644 --- a/MdePkg/Library/BaseLib/BaseLib.msa +++ b/MdePkg/Library/BaseLib/BaseLib.msa @@ -1,13 +1,23 @@ - + + BaseLib BASE 27d67720-ea68-48ae-93da-a3a074c90e30 1.0 - Memory-only library functions with no library constructordestructor - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Component description file for Base Library + Base Library implementation. + Copyright (c) 2006, Intel Corporation. All rights reserved. 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 @@ -39,6 +49,7 @@ + BaseLibInternals.h String.c LinkedList.c Synchronization.c @@ -175,8 +186,106 @@ Ia32/CpuBreakpoint.asm Ia32/CpuFlushTlb.asm Ia32/Thunk16.asm - X86LowLevel.c - X86Thunk.c + + Ia32/LShiftU64.S + Ia32/RShiftU64.S + Ia32/ARShiftU64.S + Ia32/LRotU64.S + Ia32/RRotU64.S + Ia32/MultU64x32.S + Ia32/MultU64x64.S + Ia32/DivU64x32.S + Ia32/ModU64x32.S + Ia32/DivU64x32Remainder.S + Ia32/DivU64x64Remainder.S + Ia32/SwapBytes64.S + Ia32/SetJump.S + Ia32/LongJump.S + Ia32/CpuId.S + Ia32/CpuIdEx.S + Ia32/ReadEflags.S + Ia32/ReadMsr64.S + Ia32/WriteMsr32.S + Ia32/WriteMsr64.S + Ia32/ReadCr0.S + Ia32/ReadCr2.S + Ia32/ReadCr3.S + Ia32/ReadCr4.S + Ia32/WriteCr0.S + Ia32/WriteCr2.S + Ia32/WriteCr3.S + Ia32/WriteCr4.S + Ia32/ReadDr0.S + Ia32/ReadDr1.S + Ia32/ReadDr2.S + Ia32/ReadDr3.S + Ia32/ReadDr4.S + Ia32/ReadDr5.S + Ia32/ReadDr6.S + Ia32/ReadDr7.S + Ia32/WriteDr0.S + Ia32/WriteDr1.S + Ia32/WriteDr2.S + Ia32/WriteDr3.S + Ia32/WriteDr4.S + Ia32/WriteDr5.S + Ia32/WriteDr6.S + Ia32/WriteDr7.S + Ia32/ReadCs.S + Ia32/ReadDs.S + Ia32/ReadEs.S + Ia32/ReadFs.S + Ia32/ReadGs.S + Ia32/ReadSs.S + Ia32/ReadTr.S + Ia32/ReadGdtr.S + Ia32/WriteGdtr.S + Ia32/ReadIdtr.S + Ia32/WriteIdtr.S + Ia32/ReadLdtr.S + Ia32/WriteLdtr.S + Ia32/FxSave.S + Ia32/FxRestore.S + Ia32/ReadMm0.S + Ia32/ReadMm1.S + Ia32/ReadMm2.S + Ia32/ReadMm3.S + Ia32/ReadMm4.S + Ia32/ReadMm5.S + Ia32/ReadMm6.S + Ia32/ReadMm7.S + Ia32/WriteMm0.S + Ia32/WriteMm1.S + Ia32/WriteMm2.S + Ia32/WriteMm3.S + Ia32/WriteMm4.S + Ia32/WriteMm5.S + Ia32/WriteMm6.S + Ia32/WriteMm7.S + Ia32/ReadTsc.S + Ia32/ReadPmc.S + Ia32/Monitor.S + Ia32/Mwait.S + Ia32/EnablePaging32.S + Ia32/DisablePaging32.S + Ia32/EnablePaging64.S + Ia32/Wbinvd.S + Ia32/Invd.S + Ia32/FlushCacheLine.S + Ia32/InterlockedIncrement.S + Ia32/InterlockedDecrement.S + Ia32/InterlockedCompareExchange32.S + Ia32/InterlockedCompareExchange64.S + Ia32/EnableInterrupts.S + Ia32/DisableInterrupts.S + Ia32/EnableDisableInterrupts.S + Ia32/CpuSleep.S + Ia32/CpuPause.S + Ia32/CpuBreakpoint.S + Ia32/CpuFlushTlb.S + Ia32/Thunk16.S + x86LowLevel.c + x86Thunk.c Unaligned.c Math64.c X64/Non-existing.c @@ -266,6 +375,8 @@ X64/CpuFlushTlb.asm X64/Thunk16.asm Math64.c + Ipf/asm.h + Ipf/ia_64gen.h Ipf/PalCallStatic.s Ipf/setjmp.s Ipf/longjmp.s @@ -277,6 +388,7 @@ Ipf/Synchronization.c Ipf/CpuPause.s Ipf/CpuFlushTlb.s + Ipf/GetInterruptState.s Math64.c Unaligned.c Ebc/SwitchStack.c @@ -289,28 +401,35 @@ EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + EDK_RELEASE_VERSION 0x00020000 PcdMaximumUnicodeStringLength - gEfiMdePkgTokenSpaceGuid - + gEfiMdePkgTokenSpaceGuid + If PcdMaximumUnicodeStringLength is not zero, the maximum + number of characters (not counting the NULL-terminator) in a + Unicode string cannot exceed it. PcdMaximumAsciiStringLength - gEfiMdePkgTokenSpaceGuid - + gEfiMdePkgTokenSpaceGuid + If PcdMaximumAsciiStringLength is not zero, the maximum number + of characters (not counting the NULL-terminator) in an ASCII + string cannot exceed it. PcdMaximumLinkedListLength - gEfiMdePkgTokenSpaceGuid - + gEfiMdePkgTokenSpaceGuid + If PcdMaximumLinkedListLength is not zero, the maximum number + of nodes (not counting the list header) in a linked list + cannot exceed it. PcdSpinLockTimeout - gEfiMdePkgTokenSpaceGuid - + gEfiMdePkgTokenSpaceGuid + If PcdSpinLockTimeout is not zero, it stands for the timeout + value (unit: millisecond) for spin lock. \ No newline at end of file