summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiLib
AgeCommit message (Expand)AuthorFilesLines
2008-02-01Fix a bug in LookupUnicodeStringTable2() to mismatch invalid language code li...qhuang81-1/+1
2007-10-121. Update internal EfiPrint protocol to contain all print interfaces provided...lgao41-1/+1
2007-09-18Use Device Path Macros to get Device Path Type/SubType. (Some extensions migh...qhuang81-3/+2
2007-09-171. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Pr...qhuang81-60/+149
2007-09-04Merge the PI enabling works from the branchqwang123-1/+7
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang81-8/+8
2007-08-30Fix the invalid return code for OemHookStatusCodeLibNull library instance.klu21-1/+1
2007-07-19Remove unused comments in MdePkg.yshang11-39/+0
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH2-4/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH7-23/+10
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-10/+0
2007-06-29Add two gEfiComponentName2ProtocolGuid and gEfiDriverDiagnostics2ProtocolGuid...qhuang81-0/+3
2007-06-29Import BaseMemoryLibMmx;yshang12-111/+458
2007-06-22Add UefiDriverModel.c for Installation of driver model protocols .yshang11-0/+581
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang14-13/+57
2007-06-22Cleanup MdePkg.dsc, UefiLib.inf and UefiLib.msavanjeff2-8/+4
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff7-0/+2002
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch5-1788/+0
2007-03-281. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff1-12/+2
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff1-116/+94
2007-03-09Update the comments.qwang121-2/+2
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122-0/+273
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang81-20/+21
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang121-0/+29
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang81-1/+1
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242-1/+9
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang81-1/+125
2006-12-28Refix the previous issue.qhuang81-1/+1
2006-12-28Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang81-1/+1
2006-11-031. Add the fix for the following Bugs:cwu112-13/+13
2006-07-23Adjust coding style for MemoryAllocationLib.qhuang81-1/+1
2006-07-19Fixed some naming issues and update to the EDK II name. I also fixed an issue...ajfish2-35/+41
2006-07-13Added license & copyright declarationjwang361-0/+10
2006-07-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@905 6f19...alfred1-1/+1
2006-07-10 Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool ...qouyang1-8/+8
2006-07-07Redefine SPEC and Release Version to 0x20000lgao41-6/+6
2006-07-07Obsoleted by new schema and new build tools.jwang362-77/+0
2006-06-30removed unnecessary name space declarations in some top level elementsjwang361-4/+4
2006-06-30converted all surface area description files to new schemajwang361-50/+56
2006-06-04UefiLib:qhuang81-15/+100
2006-05-25Updated MSA by putting Specification element at the end of the header sectionlhauch1-1/+1
2006-05-25MemoryAllocationLib: For boundary case: “AllocationSize + OverAllocationSiz...qhuang81-0/+4
2006-04-26Convert backslashes to forward slashes in many build files. This is necessary...bbahnsen1-11/+11
2006-04-25PeiSmbusLib & DxeSmbusLibqhuang81-9/+9
2006-04-21Initial import.bbahnsen6-0/+1351