summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)Author
2011-02-17Update inappropriate comments.ydong10
2011-02-16Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao4
2011-02-11Add SmmPeriodicSmiLib to MdePkg.mdkinney
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm503
2010-12-30Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney
2010-12-22Update inappropriate comments.ydong10
2010-12-18Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney
2010-12-17Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun3
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin
2010-11-04Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers.ydong10
2010-10-18Update UefiDriverEntryPoint library by adding BaseLib library class required ...lgao4
2010-09-14Update MODULE_TYPE to be DXE_RUNTIME_DRIVER mdkinney
2010-09-10Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney
2010-08-26Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemoryLib instances.qhuang8
2010-08-25Fix the InternalMemScanMem* functions. They were returning the character AFT...darylm503
2010-08-16Refine code.sfu5
2010-08-14Minor refinement on source code.qhuang8
2010-08-13Refine code.sfu5
2010-08-09Fixed K9 scan issues.hhuan13
2010-07-29Use FreePool() library API to replace gBS->FreePool() service.lgao4
2010-07-28Roll back change r10695, because new update on r10700 and r10701 handles this...lgao4
2010-07-28Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or ...lgao4
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao4
2010-07-24minor format updatehhtian
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-25Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configurat...mdkinney
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter
2010-06-11Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney
2010-06-11Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter
2010-06-01Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a
2010-05-28Add Read/Write (16) command to SCSI library.li-elvin
2010-05-20MdePkg BaseLib: Fix GCC build breakjljusten
2010-05-20Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang8
2010-05-20Fix some typosqhuang8
2010-05-19Temporarily remove build-in __sync_val_compare_and_swap() in the implementati...qhuang8
2010-05-18Update copyright formathhtian
2010-05-181. Restore the inline C implementation of GCC assembly files that was tempora...qhuang8
2010-05-10Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu2
2010-05-10Use the ASSERT() for parameter checking as the 4th paramter of internal worke...qhuang8