summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-2320-40/+40
* Remove the duplicated SmmLibNull, which has been moved into MdePkg.lgao42010-04-062-137/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-252-2/+0
* 1. Correct File header to ## @filelgao42010-02-246-25/+25
* Remove dependency on PCI Root Bridge I/O Protocol. This library should only ...mdkinney2010-01-073-53/+25
* Minor code enhancement.xli242010-01-071-3/+1
* PI 1.1 SMM Feature Check-indavidhuang2009-12-231-0/+14
* 1) Add Include/Framework/BootScript.h that contains defines shared between Bo...mdkinney2009-07-113-3/+0
* Add null instance of SmmLib in IntelFrameworkPkg.xli242009-06-302-0/+125
* Update FV file path to follow the definition in Framework DxeCis 0.91.lgao42009-06-223-33/+14
* update the file description of PrintXY and AsciiPrintXY. and also refine the ...eric_tian2009-05-211-8/+12
* update the implementation of InternalPrintGraphic to reflect the number of ac...eric_tian2009-05-211-40/+31
* Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ...mdkinney2009-05-091-0/+1
* Retire framework IfrSupportLib and HiiLib, which will be replaced by new desi...lgao42009-04-228-2827/+0
* remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian2009-04-161-24/+23
* sync Print functions with MdePkg counterpart.qhuang82009-04-151-43/+44
* Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance...rsun32009-03-312-369/+0
* Add PCD to save size.gdong12009-03-241-2/+2
* Fixed two K8 report issuegdong12009-03-242-3/+6
* Fix incorrect function headers of I/O Lib.xli242009-03-051-7/+7
* Add PeiHobLibFramework instance to provide a real implementation for BuildCvH...qhuang82009-03-032-0/+713
* Sync with MdePkg counterpartqhuang82009-02-251-1/+1
* Fix FreePoll() bugs in some places.gdong12009-01-087-43/+38
* Fix VS2005 build error lgao42009-01-052-3/+3
* Replace some CopyMem() for GUID copy with CopyGuid().gdong12009-01-048-244/+199
* correct some coding style issues.gdong12008-12-245-622/+607
* correct some code style issuegdong12008-12-231-31/+28
* In Comment, the parameter name does NOT consistent with function parameter namegdong12008-12-231-2/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7064 6f1...gdong12008-12-171-3/+3
* remove EDK_RELEASE_VERSION in inf filetding12008-12-153-3/+0
* update [Depex] sectiontding12008-12-111-0/+4
* update code commenttding12008-12-101-1/+1
* update function commentstding12008-12-082-0/+28
* Change comment "bitwise inclusive OR" to "bitwise OR".gikidy2008-12-051-32/+32
* update INF [LibraryClasses] section to match include libs in module master he...tding12008-12-043-0/+10
* fix ecc report-out issuestding12008-12-045-21/+10
* Sync UefiLib instance in IntelFrameworkPkg with the one in MdePkg.qhuang82008-12-017-233/+1069
* change DxeSmmDriverEntryPoint library class name to UefiEntryPointeric_tian2008-11-211-1/+1
* Update doxygen comment for VarArg list.qwang122008-11-191-4/+8
* Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg.qhuang82008-11-132-0/+2
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-114-5/+7
* +++++ mdkinney 11/5/2008 11:08:13 PMeric_tian2008-11-071-1/+1
* Add gEfiDriverConfiguration2ProtocolGuid GUID C Name in INF.qhuang82008-11-071-0/+1
* Sync the UefiDriverModule.c with counter part in MdePkgqhuang82008-11-071-282/+653
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-306-8/+2
* Add back PeiServicesTablePointerLib library class since GetPeiServicesPointer...qhuang82008-10-212-1/+2
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang122008-10-171-3/+3
* Remove over specify library class for IntelFrameworkPkg and IntelFrameworkMod...klu22008-10-165-6/+2
* Remove Smbus related macro, which are defined in MdePkg.klu22008-10-132-18/+12
* Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library i...qwang122008-09-221-10/+12