]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library
Clean up DEC files:
[mirror_edk2.git] / MdePkg / Library /
2010-01-27 mdkinneyMove SmmLib from IntelFrameworkPkg to MdePkg because...
2010-01-27 qhuang8Clean up MdePkg source to correct some coding style...
2010-01-15 qhuang8Add type-cast to fix build break for IA32 arch
2010-01-15 AJFISHFix gcc warning
2010-01-14 AJFISHAdded new PeCoffGetEntryPoint lib function to get size...
2010-01-14 mdkinneyClean up .h files for the CPU I/O PPI and the CPU I...
2010-01-14 mdkinneyChange SMM CPU I/O to SMM CPU I/O 2
2010-01-14 mdkinneyRemove extra reference to SmmCpuIo.h
2009-12-23 davidhuangPI 1.1 SMM Feature Check-in
2009-12-23 qhuang8Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat...
2009-12-08 lgao4Directly use FALSE when BootPolicy is FALSE.
2009-12-07 eric_tian1. fix the wrong description, change "target the buffer...
2009-12-07 eric_tianaccording to IA32 intel architecture spec, mwait instuc...
2009-12-07 eric_tianfix GCC build issue, mWait instruction need not the...
2009-12-06 AJFISHFixes for ARM build in the EdkCompatibilityPkg and...
2009-12-05 mdkinneyAdd SetMemN() and ScanMemN() to the BaseMemoryLib class...
2009-12-02 lgao4Add more check for local FileInfo variable before it...
2009-12-01 lgao4Make MEDIA DEVICE PATH on 2 byte aligned to avoid the...
2009-11-26 lgao4Add new GetFileBufferByFilePath API into DxeServicesLib.
2009-11-24 klu2Fix a typo bug that miss &
2009-11-24 klu2Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK...
2009-11-24 klu21, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2...
2009-11-21 mdkinney1) Add new BaseLib API GetPreviousNode()
2009-11-17 klu2Add ASM_PFX() for exposed symoble from assemble to C
2009-11-17 xdu2Update function description to be consistent with code...
2009-11-04 vanjeff1. rolled back Hob library to remove new API - BuildCap...
2009-10-28 vanjeffUEFI Capsule HOB updating includes:
2009-10-15 mdkinneyDo not update the ImageBase in the PE/COFF header if...
2009-10-08 mdkinneyDo not apply relocation fixups if the Adjust value...
2009-10-01 mdkinneyCheck to see if the section size of non-zero before...
2009-09-22 qhuang8Remove tabs in MdePkg source code
2009-09-10 lgao4Fix the bug in PeiServicesInstallFvInfoPpi() implementa...
2009-09-08 vanjeffadd modifier EFIAPI for library interfaces.
2009-09-01 qhuang8Split AsmReadKr7() and AsmWriteKr7() from AccessKr...
2009-08-24 mdkinneyFix file headers
2009-08-24 mdkinneyFix file headers
2009-08-24 mdkinneyFix file headers
2009-08-24 mdkinneyFix file header
2009-08-24 mdkinneyFix file headers
2009-08-21 qhuang8Add "/" after "lock" and another instruction to improve...
2009-08-20 qhuang81. Use .p2align directive instead of ambiguous .align...
2009-08-19 qhuang8Remove tabs in source code in MdePkg.
2009-08-19 qhuang8Update to make end-of-line consistent for all source...
2009-08-19 qhuang8Minor update to fix some typos.
2009-08-18 mdkinneyMake EOL consistent
2009-08-18 mdkinneyMake EOL consistent
2009-08-18 mdkinneyAdd Add ARM support
2009-08-18 mdkinneyAdd ARM support
2009-08-18 mdkinneyAdd ARM support
2009-08-18 mdkinneyAdd ARM support
2009-08-18 mdkinneyAddress an ARM compatibility issue by converting loops...
2009-08-18 mdkinneyUpdate BasePrintLib to work correctly on compilers...
2009-08-18 mdkinneyAdd ARM support
2009-08-18 mdkinneyAdd ARM support to BaseIoLibIntrinsic
2009-08-18 mdkinneyAdd ARM specific functions to the BaseCacheMaintenanceL...
2009-08-12 qhuang8Use "movd" instruction to manipulate MMX register to...
2009-08-11 qhuang8Minor update source to make end-of-line consistent.
2009-08-11 qhuang8Remove all unnecessary .align directives in MdePkg
2009-08-11 qhuang8clean up all of eight BaseMemoryLib instances in MdePkg...
2009-07-28 klu2Add PcdVerifyNoteInList for judge whether do verificati...
2009-07-23 lgao4Rename BaseLib internal functions by adding InternalBas...
2009-06-30 mdkinneyAdjust the behavior of the MdePkg Print Library class...
2009-06-10 gikidyFor X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 rsun3Add missing parameter check ASSERTs in ScsiReadCapacity...
2009-06-04 xli24Add ASSERT check for AsmFlushCacheRange().
2009-06-04 eric_tianfix the issue when passing a L"" string to PrintXY.
2009-06-03 qhuang81. Fix the bug that we should use rip relative addressi...
2009-06-03 qhuang8Save label "@F" to 64-bit register (r10) instead of...
2009-06-03 eric_tianmodify the implementation of GetInterface and GetConfig...
2009-06-02 qhuang8Use rip relative addressing for x64 label for Thunk16...
2009-05-31 mdkinneyCorrect parameter names for ASSERT() checks.
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-26 qhuang8Correct one minor instruction to clear the lower 4...
2009-05-26 qhuang8Fix the bug in x64 thunk code that it cannot handle...
2009-05-26 eric_tianupdate comments on implementation
2009-05-26 eric_tiansync the StrToImage flag of UGA to consistent with GOP
2009-05-21 eric_tianupdate the file description of PrintXY and AsciiPrintXY...
2009-05-21 lgao4Fix ScsiLib build break by << operator, which is replac...
2009-05-20 mdkinneyRemove redundant #include statements
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-20 xli241. Remove .extern from GCC assembly.
2009-05-19 rsun3Add back logic to encode LUN in CDB for compatibility...
2009-05-19 xli24Fix the unaligned issue of PCI read/write buffer.
2009-05-19 rsun3Fix bugs in the UEFI SCSI Library.
2009-05-19 xli24Add BaseLib for BaseCpuLib.inf.
2009-05-15 eric_tiancleanup the .S file to wrap all public symbols with...
2009-05-15 xli24Update CpuSleep() for IPF.
2009-05-14 xli241. Add address check for "RegisterForRuntime" APIs...
2009-05-12 rsun3Fix the implementation of AsciiStrStr() and StrStr...
2009-05-12 qhuang8Minor update the function interface for three re-alloca...
2009-05-11 qhuang8Add conformance check for OldBuffer and size even if...
2009-05-11 qhuang8Fix minor coding style issue for ScsiReadCapacity16Comm...
2009-05-11 eric_tianIn PrintXY() and AsciiPrintXY(), the number of chartact...
2009-05-11 eric_tianadd the extra comments into BasePeCoffRelocateImage...
next