audk/MdePkg/Library
qwang12 ff197efbbc 1) Update comments for API in DxePiLib.h
2) Fix a bug that SectionInstance is not referenced in the function GetSectionFromFv
3) Some minor cleanup.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5711 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-22 09:09:24 +00:00
..
BaseCacheMaintenanceLib Code scrub: 2008-07-08 09:38:43 +00:00
BaseDebugLibNull Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
BaseDebugLibSerialPort Remove INF/MSA file name to align with directory name 2008-07-19 01:35:35 +00:00
BaseIoLibIntrinsic Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BaseLib edk2/MdePkg/Library/BaseLib/BaseLib.inf: 2008-08-20 22:19:25 +00:00
BaseMemoryLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BaseMemoryLibMmx Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BaseMemoryLibOptDxe Gcc cleanup for baselib & basememorylib in mdepkg/library/ 2008-07-31 06:23:32 +00:00
BaseMemoryLibOptPei Gcc cleanup for baselib & basememorylib in mdepkg/library/ 2008-07-31 06:23:32 +00:00
BaseMemoryLibRepStr Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BaseMemoryLibSse2 Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BasePalCallLibNull Refine code for BasePalCallLibNull & PeiPalCallLib. 2008-07-16 14:36:38 +00:00
BasePcdLibNull Fix function comment to follows doxygen format. 2008-07-15 07:34:07 +00:00
BasePciCf8Lib To meet actual filenames 2008-07-09 07:30:33 +00:00
BasePciExpressLib To meet actual filenames 2008-07-09 07:30:33 +00:00
BasePciLibCf8 Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BasePciLibPciExpress Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
BasePeCoffGetEntryPointLib Code scrub: 2008-07-08 09:38:43 +00:00
BasePeCoffLib Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to set ImageContext->EntryPoint after relocate when the destination address is specified. 2008-07-17 08:45:10 +00:00
BasePerformanceLibNull FixedPcd macro should *not* be used in Library's inf file. 2007-09-17 03:57:13 +00:00
BasePostCodeLibDebug Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
BasePostCodeLibPort80 Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
BasePrintLib Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
BaseTimerLibNullTemplate modify coding style to pass ecc tool 2008-07-22 03:10:13 +00:00
BaseUefiDecompressLib Use ReadUnaligned32() instead of CopyMem() 2008-08-01 23:21:07 +00:00
CpuLib Remove the duplicated comments for function header. 2008-08-20 09:19:54 +00:00
DxeCoreEntryPoint Remove msa file and add more comments for DXE core entry 2008-08-18 07:20:14 +00:00
DxeCoreHobLib Update Hob Instance to remove the unused InternalHobLib.h file. 2008-08-22 07:06:49 +00:00
DxeExtractGuidedSectionLib Code Clean up for IfrSupportLib, HiiLib, PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, 2008-08-18 12:11:37 +00:00
DxeHobLib Update Hob Instance to remove the unused InternalHobLib.h file. 2008-08-22 07:06:49 +00:00
DxeMemoryAllocationLib Remove allocate aligned pool services. 2008-08-20 09:39:43 +00:00
DxeMemoryLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
DxePcdLib Add Pcd Protocol in [Depex] section and add back the constructor since PCD protocol must have been available when the entrypoint is executed. 2008-08-18 09:24:07 +00:00
DxePiLib 1) Update comments for API in DxePiLib.h 2008-08-22 09:09:24 +00:00
DxeServicesTableLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
DxeSmbusLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
HiiLib Cleanup Cpu library class and CpuLib instance and BaseLib instance; and add comments for the confused logic in IfrSupportLib instance. 2008-08-20 09:15:34 +00:00
IfrSupportLib Cleanup Cpu library class and CpuLib instance and BaseLib instance; and add comments for the confused logic in IfrSupportLib instance. 2008-08-20 09:15:34 +00:00
PeiCoreEntryPoint Add missing library class. 2008-08-18 07:38:14 +00:00
PeiDxePostCodeLibReportStatusCode Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
PeiExtractGuidedSectionLib Code Clean up for IfrSupportLib, HiiLib, PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, 2008-08-18 12:11:37 +00:00
PeiHobLib Update Hob Instance to remove the unused InternalHobLib.h file. 2008-08-22 07:06:49 +00:00
PeiIoLibCpuIo Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeiMemoryAllocationLib Remove allocate aligned pool services. 2008-08-20 09:39:43 +00:00
PeiMemoryLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeiPalCallLib Refine code for BasePalCallLibNull & PeiPalCallLib. 2008-07-16 14:36:38 +00:00
PeiPcdLib Add Pcd Ppi dependency in [depex] section in PeiPcdLib 2008-08-18 09:22:36 +00:00
PeiPiLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeiResourcePublicationLib remove some comments introduced by tools. 2007-07-20 06:28:14 +00:00
PeiServicesLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeiServicesTablePointerLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeiServicesTablePointerLibIdt Code Scrub the common includes in MdePkg. 2008-07-16 06:31:22 +00:00
PeiServicesTablePointerLibKr7 Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeiSmbusLibSmbus2Ppi Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
PeimEntryPoint refine code. 2008-08-18 05:48:39 +00:00
SecPeiDxeTimerLibCpu Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
SerialPortLibNull edk2/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.c: 2008-08-13 21:02:24 +00:00
UefiApplicationEntryPoint Code Scrub the common includes in MdePkg. 2008-07-16 06:31:22 +00:00
UefiBootServicesTableLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
UefiDebugLibConOut Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
UefiDebugLibStdErr Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
UefiDevicePathLib Zero all the field so that caller does not need to be concerned about the reserved field. 2008-01-25 03:17:56 +00:00
UefiDevicePathLibDevicePathProtocol Fix one minor comment issue in last check-in 2007-09-24 07:08:18 +00:00
UefiDriverEntryPoint Code Scrub the common includes in MdePkg. 2008-07-16 06:31:22 +00:00
UefiLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
UefiRuntimeLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
UefiRuntimeServicesTableLib Added DXE_CORE in the supported module type list 2007-08-09 08:06:55 +00:00
UefiScsiLib Code Scrub for MdePkg. 2008-07-25 12:21:57 +00:00
UefiUsbLib Code Scrub the common includes in MdePkg. 2008-07-16 06:31:22 +00:00