summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu26-41/+13
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji47-17/+1
2008-10-27Update LIBRARY_CLASS declaration in the INF file so this library is type BASE...mdkinney1-1/+1
2008-10-17Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE...qwang123-6/+6
2008-09-28cleanup the improper comments for function return value in LockKeyboards()eric_tian1-3/+2
2008-09-221) Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid librar...qwang123-18/+19
2008-09-21CloseEvent in ReportStatusCodeLibDestruct can only be called when the library...qwang121-16/+21
2008-09-17Update the comments.qwang122-2/+8
2008-08-25remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo...lgao49-582/+0
2008-08-12code review's result.eric_tian1-1/+1
2008-08-01Use ReadUnaligned32() instead of CopyMem()mdkinney3-2/+4
2008-07-08update file GUID value to avoid collision with the GraphicsLib instance in Md...vanjeff1-2/+2
2008-07-02add DXE_DRIVER and UEFI_DRIVER into supported module type list for PciIncompa...vanjeff1-2/+2
2008-04-23initialize local variable before use.htao1-0/+2
2008-04-14Coding style modification.klu21-1/+1
2008-04-10Add some function/header comments.klu210-395/+312
2008-04-02Fix a typo.qhuang81-1/+1
2008-04-02Add missing Guid declaration.klu21-0/+3
2008-03-21IntelFrameworkModulePkg/jljusten1-1/+1
2008-03-19[Description]:yshang13-13/+15
2008-03-19add some error check and return.vanjeff1-0/+2
2008-03-19add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...vanjeff2-12/+19
2008-03-18Update BaseUefiTianoCustomDecompressLib to pass GCC build.xli241-1/+1
2008-02-18Update the library to compliant with SMMCis 0.91 and 0.9 both. 0.91 requires ...yshang11-20/+13
2008-02-11IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c:jljusten1-1/+1
2008-02-04Retire the constructor to reduce the possibility of circular library dependency.yshang12-26/+4
2008-02-03Update PeiReportStatusCodeLib instance, which will support report data prior...yshang12-8/+40
2008-01-22Runtime Library should not use the gRT directly, since it may be converted to...yshang11-6/+15
2008-01-21Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, whi...yshang19-78/+1386
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang83-3/+3
2007-10-22Update following library class/Protocol for puting 'Framework' as prefixklu21-1/+1
2007-10-18Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao43-2/+19
2007-10-17Merger trackers #7807 and #8372. vanjeff2-34/+45
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao43-70/+80
2007-09-27Add SEC as a supported Module Type for all libraries that are also compatible...mdkinney2-2/+2
2007-09-27Change the function name.klu22-3/+3
2007-09-261) Add library classes of S3Lib and RecoveryLib in MdeModulePkgklu24-0/+193
2007-09-17FixedPcd macro should *not* be used in Library's inf file. klu24-9/+5
2007-09-12Module clean up.vanjeff3-80/+54
2007-09-04First round of PI enabling work:qwang124-7/+7
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang84-11/+11
2007-08-30Fix the invalid return code for OemHookStatusCodeLibNull library instance.klu21-2/+2
2007-08-23Fix building issue for Intel Compilerklu21-1/+1
2007-08-16Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkMo...klu21-1/+1
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao41-8/+3
2007-08-101) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_...klu21-2/+0
2007-08-101) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ...klu212-0/+2499
2007-08-09Fixed the LIBRARY_CLASS format errorjwang361-1/+2
2007-08-09Changed class name EdkGraphicsLib to GraphicsLibjwang361-1/+1
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-2/+2