summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Remove use of UINT8_MAX. Use BIT8-1 instead.mdkinney2008-12-071-1/+1
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-271-2/+2
* Removed Graphics library instance in IntelFrameworkModulePkg, since no one us...vanjeff2008-11-202-913/+0
* 1.Removed PrintXY from Graphics Library.vanjeff2008-11-201-1/+1
* Update doxygen comment.qwang122008-11-191-0/+2
* Update doxygen comment.qwang122008-11-191-1/+2
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-116-41/+13
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-307-17/+1
* Update LIBRARY_CLASS declaration in the INF file so this library is type BASE...mdkinney2008-10-271-1/+1
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang122008-10-173-6/+6
* cleanup the improper comments for function return value in LockKeyboards()eric_tian2008-09-281-3/+2
* 1) Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid librar...qwang122008-09-223-18/+19
* CloseEvent in ReportStatusCodeLibDestruct can only be called when the library...qwang122008-09-211-16/+21
* Update the comments.qwang122008-09-172-2/+8
* remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo...lgao42008-08-259-582/+0
* code review's result.eric_tian2008-08-121-1/+1
* Use ReadUnaligned32() instead of CopyMem()mdkinney2008-08-013-2/+4
* update file GUID value to avoid collision with the GraphicsLib instance in Md...vanjeff2008-07-081-2/+2
* add DXE_DRIVER and UEFI_DRIVER into supported module type list for PciIncompa...vanjeff2008-07-021-2/+2
* initialize local variable before use.htao2008-04-231-0/+2
* Coding style modification.klu22008-04-141-1/+1
* Add some function/header comments.klu22008-04-1010-395/+312
* Fix a typo.qhuang82008-04-021-1/+1
* Add missing Guid declaration.klu22008-04-021-0/+3
* IntelFrameworkModulePkg/jljusten2008-03-211-1/+1
* [Description]:yshang12008-03-193-13/+15
* add some error check and return.vanjeff2008-03-191-0/+2
* add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...vanjeff2008-03-192-12/+19
* Update BaseUefiTianoCustomDecompressLib to pass GCC build.xli242008-03-181-1/+1
* Update the library to compliant with SMMCis 0.91 and 0.9 both. 0.91 requires ...yshang12008-02-181-20/+13
* IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c:jljusten2008-02-111-1/+1
* Retire the constructor to reduce the possibility of circular library dependency.yshang12008-02-042-26/+4
* Update PeiReportStatusCodeLib instance, which will support report data prior...yshang12008-02-032-8/+40
* Runtime Library should not use the gRT directly, since it may be converted to...yshang12008-01-221-6/+15
* Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, whi...yshang12008-01-219-78/+1386
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-223-3/+3
* Update following library class/Protocol for puting 'Framework' as prefixklu22007-10-221-1/+1
* Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao42007-10-183-2/+19
* Merger trackers #7807 and #8372. vanjeff2007-10-172-34/+45
* 1. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao42007-09-293-70/+80
* Add SEC as a supported Module Type for all libraries that are also compatible...mdkinney2007-09-272-2/+2
* Change the function name.klu22007-09-272-3/+3
* 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkgklu22007-09-264-0/+193
* FixedPcd macro should *not* be used in Library's inf file. klu22007-09-174-9/+5
* Module clean up.vanjeff2007-09-123-80/+54
* First round of PI enabling work:qwang122007-09-044-7/+7
* Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang82007-08-304-11/+11
* Fix the invalid return code for OemHookStatusCodeLibNull library instance.klu22007-08-301-2/+2
* Fix building issue for Intel Compilerklu22007-08-231-1/+1
* Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkMo...klu22007-08-161-1/+1