summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the issues about the loop count for checksum 16,32,64. The input paramete...qhuang82008-02-011-5/+9
* Zero all the field so that caller does not need to be concerned about the res...qhuang82008-01-251-1/+1
* Fix a bug in print library "%a" should not print anything if the var argument...qhuang82008-01-251-0/+6
* Update Thunk16.S of X64 for BaseLib.xli242008-01-241-10/+18
* Add DXE_CORE to supported module type. This library instance is able to suppo...qhuang82008-01-241-1/+1
* Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli242008-01-221-0/+290
* Suppress the divide-by-zero warning for package validation of MdeModulePkg. T...qhuang82008-01-221-1/+2
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-215-17/+835
* Added necessary support module typejwang362008-01-212-2/+2
* Fix bugs in GNU assembly files for writing CR and DR registers.xli242008-01-214-4/+4
* Update the PciXXXReadBuffer() for better coding style.yshang12007-12-292-14/+6
* Since PciXXXReadBuffer/PciXXXWriteBuffer does not check the alignment of user...yshang12007-12-292-17/+28
* Fix typo of Library Class Declaration.yshang12007-12-251-1/+1
* Fix one bug in PeiExtractGuidedSectionLib to convert the address after hob st...lgao42007-12-182-5/+23
* Update PcdLib instances:qhuang82007-12-113-53/+55
* Fix the constructor typo. The new type should follow PI spec.qhuang82007-12-051-1/+1
* Fix the constructor typo. The new type should follow PI spec.qhuang82007-12-051-1/+1
* Fix timeout logic in AcquireSpinLock(). It could fail if the end time comput...mdkinney2007-11-303-48/+141
* Add FUNCTION_ENTRY_POINT macromdkinney2007-11-271-1/+1
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-223-3/+3
* Fix up the comment for several functions and make sure the IN and OUT modifie...qwang122007-11-181-4/+79
* Fix the wrong memory type for BSP stack hob. EfiConventionalMemoryType will b...qhuang82007-11-081-1/+1
* 1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.yshang12007-11-084-14/+15
* edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:jljusten2007-11-022-91/+91
* MdePkg/Library/BaseLib/ChkStkGcc.c:jljusten2007-10-302-0/+25
* MdePkg/Library/BaseMemoryLibRepStr/x64/*.S:jljusten2007-10-3012-0/+598
* Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao42007-10-261-0/+2
* Update ExtractGuidedSectionLib instance to cover the same handler is register...lgao42007-10-192-0/+40
* Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao42007-10-182-16/+16
* The BaseAddress and Length should be align PAGE according to PI specification...klu22007-10-181-1/+13
* add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE...qwang122007-10-161-0/+2
* Remove library instance of PeiServicesTablePointerLibMm7klu22007-10-153-207/+0
* 1. Update internal EfiPrint protocol to contain all print interfaces provided...lgao42007-10-121-1/+1
* Fix ICC build error lgao42007-10-121-3/+2
* Updating for pass building: Remove the "#include <ItaniumFamilyCpuPeim.h>" fo...zliu32007-10-121-1/+0
* moved the PeiPalCallLib from ItaniumFamilyCpuPkg to MdePkgvprabhal2007-10-113-0/+209
* these files have moved to cpulibvprabhal2007-10-116-237/+0
* Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com...yshang12007-10-114-5/+105
* Remove PeiDxeExtractGuidedSectionLib instance, which is replaced by PeiExtrac...lgao42007-10-112-329/+0
* Changed to pass the build with Visual Studio 2005jwang362007-10-102-6/+6
* 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122007-10-104-291/+119
* Remove assemble file for different arch, klu22007-10-105-152/+0
* Add SetPeiServicesTablePointer() interface implement in PeiServicesTablePoint...jlin162007-10-091-0/+14
* PI Enabling: the address of PeiServices Pointer should be klu22007-10-097-18/+140
* Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao42007-10-092-4/+4
* Added the "#include <Library/PalCallLib.h>" to pass build (the tracker is #592)zliu32007-10-081-0/+1
* Add BaseMemoryLib optimized for DXEmdkinney2007-10-0648-0/+3062
* Add BaseMemoryLib optimized for PEImdkinney2007-10-0648-0/+2982
* Make header consistent with other files.mdkinney2007-10-061-1/+1
* Restore original algorithm and add commentsmdkinney2007-10-061-3/+2