]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library
Add two new data hub subclass related definitions per SMBIOS 2.4 spec.
[mirror_edk2.git] / MdePkg / Library /
2006-10-09 rsun3Fix a bug in InternalMathDivRemU64x64(). The bug is...
2006-10-08 bxingOptimized HighBitSetXX() functions
2006-10-04 mdkinneyUse intrinsic
2006-10-04 mdkinneyUse intrinsic
2006-10-04 mdkinneyUse intrinsic
2006-10-04 mdkinneyFix GCC build issue
2006-09-27 lgao4Remove the duplicated Copy Right in msa header.
2006-09-25 qhuang81.Fix .global issue in GAS (EdkT207).
2006-09-19 mdkinneyOptimize the size of the Base Library for the MSFT...
2006-09-19 mdkinneyAdd GLOBAL_REMOVE_IF_REFERENCED to the declaration...
2006-09-18 vanjeffadd EFIAPI for those constructor funcitons declaration
2006-09-15 vanjefftypecast some return values
2006-09-14 bxingAdded an extra GDT entry to the GDT used by thunk code...
2006-09-13 vanjeffupdate GetPerformanceCounterProperties() declare
2006-09-09 bxingFixed a bug in WriteBackInvalidDataCache() that always...
2006-09-07 lgao4Change PcdDebugPrintErrorLevel PCD declare in msa as...
2006-08-22 bxingChanged GetPerformanceCounter() to use the most efficie...
2006-08-21 bxingA workaround to a compiler bug that causes the high...
2006-08-21 bxing1. Added Non-existing.c in BaseLib to assert no invocat...
2006-08-18 bxingFixed a bug causing the high order double word of value...
2006-08-17 klu2Continue to fix EDKT187.
2006-08-17 bxingAdded AsmSwitchStackAndBackingStore() to BaseLib.h...
2006-08-15 vanjeff1. Adjust might be 64bit, so we need to typecast it...
2006-08-14 yshang1git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-08-14 yshang1Add function headers in UefiDriverModuleLib
2006-08-11 ajfishFixed bugs found when this code was ported into R8.
2006-08-10 bxingRemoved unnecessary MSR access in InternalX86Delay()
2006-08-09 bxing1. Added ReadWriteBarrier() before and after each I...
2006-08-02 qhuang8Fix a typo.
2006-08-02 vanjeff1. cleanup functions header in PeCoffLoaderEx.c
2006-07-28 bxing1. Updated function headers for all assembly function
2006-07-28 lgao4TeImage Signature should be got from Te pointer, not...
2006-07-27 klu2Fix a warning issue under CYGWIN_GCC building:
2006-07-26 ajfishAdded back safety check for PE/COFF image walking....
2006-07-26 ajfishRemoved cross references from PciCf8Lib and PciExpressL...
2006-07-25 bxingAdded a 64-bit version of EnablePaging64() on X64....
2006-07-25 bxingUpdated function headers according to latest MWG.
2006-07-25 bxing1. Updated declaration of timer functions according...
2006-07-24 qhuang8Fix a bug in UefiDevicePathLib
2006-07-23 qhuang8Remove the instance of BaseSmbusLib
2006-07-23 qhuang8Adjust coding style for MemoryAllocationLib.
2006-07-21 bxing1. Updated function headers in all assembly files.
2006-07-20 vanjeffModified comment for gDs
2006-07-20 vanjeffadded some comments in BaseLib
2006-07-20 vanjeff1.Added EFIAPI for some assembly functions declare
2006-07-19 vanjeff1. added functions header for BaseUefiDecompressLi
2006-07-19 ajfishFixed some naming issues and update to the EDK II name...
2006-07-19 qwang12Add [in,out] in the @param for PCD header and c file.
2006-07-17 klu2Fix track EDKT104: If a module use PCD, MSA of this...
2006-07-17 bxingModified coding style, removed unnecessary comments...
2006-07-14 qhuang8Add missing ASSERT()s in PeiPcdLib
2006-07-14 qhuang8Port thunk16 code from MSFT to GCC assembly.
2006-07-13 jwang36Added license & copyright declaration
2006-07-13 bxingRevised GetPowerOfTwo32() and GetPowerOfTwo64() to...
2006-07-13 qhuang8Fix bug in .S files.
2006-07-13 jwang36Enforced case-sensitive on the file names;
2006-07-13 qhuang81. Add Assert in SetJump.S
2006-07-13 qhuang81.Fix SetMem64.S to not use SSE3 instruction
2006-07-13 qhuang8BasePrintLib: Fix Buffer Overflow issue.
2006-07-13 vanjeffadded function header
2006-07-12 qhuang8Fix a typo BaseLib.msa and add the missing file in...
2006-07-12 qhuang81. Updated some files’ description files in MdePkg...
2006-07-12 qwang12Remove some junk informatin.
2006-07-12 yshang1git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-07-12 alfredgit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-07-12 alfredgit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-07-12 bxing1. Added '#pragma pack' directive in BaseLib.h for...
2006-07-12 qwang12Add in Abstract and Description for a few MSA files.
2006-07-11 qhuang8sync GCC assembly files with MASM assembly files
2006-07-11 vanjeff1. Fix one bug on EBC for GetPowerOfTwo64.c
2006-07-10 qouyang Change UINAME to CName of GUID/PPI/Protocol in all...
2006-07-10 qhuang8 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWrite...
2006-07-10 bxingFixed a syntax error in BasePciCf8Lib/PciLib.c
2006-07-10 bxing1. Fixed a logical error in PciReadBuffer() and PciWrit...
2006-07-08 vanjeffIn AsciiStrncmp(), if length=0, should return 0
2006-07-07 lgao4Redefine SPEC and Release Version to 0x20000
2006-07-07 jwang36Obsoleted by new schema and new build tools.
2006-07-06 qhuang8 PciLib:
2006-07-06 jwang36Fixed the GCC assembler issue. Now we can use full...
2006-07-06 bxing1. Simplified PalCallStatic.s's by removing unnecessary...
2006-07-06 qwang12Add in support for MaxSize and CurrentSize for PCD...
2006-07-06 vanjeff1. Sync LinkedList.c with MWG
2006-07-05 lgao4Correct module guid in mbd file
2006-07-05 qhuang8 DebugLib:
2006-07-05 qhuang8 DebugLib:
2006-07-04 qwang12Added LibPatchPcdSetPtr.
2006-07-04 jwang36git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-07-03 qwang12Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg...
2006-07-02 klu2Modify MSA file for correcting <TokenSpaceGuidCName>
2006-06-30 jwang36removed unnecessary name space declarations in some...
2006-06-30 jwang36converted all surface area description files to new...
2006-06-30 jwang36changed module's duplicated guid value
2006-06-30 vanjeff1.Updated some functions header of BaseLib with new...
2006-06-28 qhuang81.BaseMemoryLibMmx: Add X64 Cpu Arch support.
2006-06-28 vanjeffChange VOID into VOID * in function header
2006-06-28 vanjeff1. Fixed bug in FlushCacheLine.asm, added return value
2006-06-26 qwang121) correct the assert condition for LibPcdSetPtr and...
2006-06-26 qhuang8• BaseMemoryLib:
2006-06-26 qhuang8• BaseMemoryLib:
2006-06-26 qhuang8• BaseMemoryLib:
next