summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2008-02-11MdePkg/Library/IfrSupportLib/UefiIfrForm.c:jljusten1-0/+2
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang1213-536/+2763
2008-02-01Fix a bug in LookupUnicodeStringTable2() to mismatch invalid language code li...qhuang81-1/+1
2008-02-01Remove the DivU64x64Remainder.c (embedded asm version)for IA32 architecture. ...qhuang82-72/+1
2008-02-011. Add conformance checking to ensure the input & output string are well-defi...qhuang81-102/+102
2008-02-01Add alignment checking for IoLib functions to conform to MdeLib spec.qhuang81-54/+68
2008-02-01Fix the asserting error for SetJump().qhuang81-1/+1
2008-02-01Fix the issues about the loop count for checksum 16,32,64. The input paramete...qhuang81-5/+9
2008-01-25Zero all the field so that caller does not need to be concerned about the res...qhuang81-1/+1
2008-01-25Fix a bug in print library "%a" should not print anything if the var argument...qhuang81-0/+6
2008-01-24Update Thunk16.S of X64 for BaseLib.xli241-10/+18
2008-01-24Add DXE_CORE to supported module type. This library instance is able to suppo...qhuang81-1/+1
2008-01-22Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli241-0/+290
2008-01-22Suppress the divide-by-zero warning for package validation of MdeModulePkg. T...qhuang81-1/+2
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang125-17/+835
2008-01-21Added necessary support module typejwang362-2/+2
2008-01-21Fix bugs in GNU assembly files for writing CR and DR registers.xli244-4/+4
2007-12-29Update the PciXXXReadBuffer() for better coding style.yshang12-14/+6
2007-12-29Since PciXXXReadBuffer/PciXXXWriteBuffer does not check the alignment of user...yshang12-17/+28
2007-12-25Fix typo of Library Class Declaration.yshang11-1/+1
2007-12-18Fix one bug in PeiExtractGuidedSectionLib to convert the address after hob st...lgao42-5/+23
2007-12-11Update PcdLib instances:qhuang83-53/+55
2007-12-05Fix the constructor typo. The new type should follow PI spec.qhuang81-1/+1
2007-12-05Fix the constructor typo. The new type should follow PI spec.qhuang81-1/+1
2007-11-30Fix timeout logic in AcquireSpinLock(). It could fail if the end time comput...mdkinney3-48/+141
2007-11-27Add FUNCTION_ENTRY_POINT macromdkinney1-1/+1
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang83-3/+3
2007-11-18Fix up the comment for several functions and make sure the IN and OUT modifie...qwang121-4/+79
2007-11-08Fix the wrong memory type for BSP stack hob. EfiConventionalMemoryType will b...qhuang81-1/+1
2007-11-081) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.yshang14-14/+15
2007-11-02edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:jljusten2-91/+91
2007-10-30MdePkg/Library/BaseLib/ChkStkGcc.c:jljusten2-0/+25
2007-10-30MdePkg/Library/BaseMemoryLibRepStr/x64/*.S:jljusten12-0/+598
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao41-0/+2
2007-10-19Update ExtractGuidedSectionLib instance to cover the same handler is register...lgao42-0/+40
2007-10-18Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao42-16/+16
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu21-1/+13
2007-10-16add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE...qwang121-0/+2
2007-10-15Remove library instance of PeiServicesTablePointerLibMm7klu23-207/+0
2007-10-121. Update internal EfiPrint protocol to contain all print interfaces provided...lgao41-1/+1
2007-10-12Fix ICC build error lgao41-3/+2
2007-10-12Updating for pass building: Remove the "#include <ItaniumFamilyCpuPeim.h>" fo...zliu31-1/+0
2007-10-11moved the PeiPalCallLib from ItaniumFamilyCpuPkg to MdePkgvprabhal3-0/+209
2007-10-11these files have moved to cpulibvprabhal6-237/+0
2007-10-11Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com...yshang14-5/+105
2007-10-11Remove PeiDxeExtractGuidedSectionLib instance, which is replaced by PeiExtrac...lgao42-329/+0
2007-10-10Changed to pass the build with Visual Studio 2005jwang362-6/+6
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang124-291/+119
2007-10-10Remove assemble file for different arch, klu25-152/+0
2007-10-09Add SetPeiServicesTablePointer() interface implement in PeiServicesTablePoint...jlin161-0/+14