audk/MdePkg/Include/Library
mdkinney 0bce7349f5 Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both Framework SMM and PI SMM implementations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9840 6f19259b-4bc3-4df7-8a09-765794883524
2010-01-27 22:59:52 +00:00
..
BaseLib.h 1) Add new BaseLib API GetPreviousNode() 2009-11-21 21:57:11 +00:00
BaseMemoryLib.h Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib implementations 2009-12-05 18:48:52 +00:00
CacheMaintenanceLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
CpuLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
DebugLib.h Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to reduce code size when compiler optimization is disabled. 2009-12-14 06:26:27 +00:00
DevicePathLib.h Remove obsolete description to avoid confusion. DevicePathLib class does not implicitly depend on BaseLib now. 2009-09-08 07:36:34 +00:00
DxeCoreEntryPoint.h Comments checked with spec. 2009-02-06 07:26:53 +00:00
DxeServicesLib.h Clean up MdePkg source to correct some coding style issues, etc. 2010-01-27 03:25:28 +00:00
DxeServicesTableLib.h De-Unicode in MdePkg source files. 2008-12-01 14:06:25 +00:00
ExtractGuidedSectionLib.h Fix a typo 2008-12-08 12:13:16 +00:00
HobLib.h 1. rolled back Hob library to remove new API - BuildCapsuleHob() and related implementation in MdePkg. 2009-11-04 06:51:07 +00:00
IoLib.h Fix incorrect function headers for IoLib APIs. 2009-03-02 06:31:55 +00:00
MemoryAllocationLib.h Minor update the function interface for three re-allocate pool APIs to check the conformance of OldBuffer only when the memory allocation succeeds. In this way the assert condition is covered by CopyMem () API in BaseMemoryLib. 2009-05-12 02:29:22 +00:00
PalLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
PcdLib.h update codes per MdePkg doxgen review comments. 2009-06-11 01:46:51 +00:00
PciCf8Lib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
PciExpressLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
PciLib.h update codes per MdePkg doxgen review comments. 2009-06-11 01:46:51 +00:00
PciSegmentLib.h 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciExpressLib, and PciSegmentLib. 2009-05-14 03:13:31 +00:00
PeCoffExtraActionLib.h 1) Clarify file and function header comments for the PE/COFF Extra Action library class 2009-05-09 00:45:25 +00:00
PeCoffGetEntryPointLib.h Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. 2010-01-14 23:39:29 +00:00
PeCoffLib.h Fix file headers and a few comments 2009-08-24 23:37:52 +00:00
PeiCoreEntryPoint.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
PeiServicesLib.h Function name corrected 2008-12-05 07:44:12 +00:00
PeiServicesTablePointerLib.h Modified PeiServicesTablePointerLib.h to match the Spec, and sync the c files with it. 2008-12-11 06:29:24 +00:00
PeimEntryPoint.h Code have been checked with spec 2008-12-15 03:22:57 +00:00
PerformanceLib.h Function comments have been checked with spec. 2008-11-21 03:07:28 +00:00
PostCodeLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
PrintLib.h typo in comment 2009-12-01 00:22:46 +00:00
ReportStatusCodeLib.h Minor update to fix some typos. 2009-08-19 13:09:19 +00:00
ResourcePublicationLib.h Function headers in .h and .c files synchronized with spec 2008-11-26 06:38:05 +00:00
SalLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
SerialPortLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
SmbusLib.h Fix minor typo 2009-07-05 20:56:25 +00:00
SmmLib.h Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both Framework SMM and PI SMM implementations. 2010-01-27 22:59:52 +00:00
SmmServicesTableLib.h PI 1.1 SMM Feature Check-in 2009-12-23 06:44:33 +00:00
SynchronizationLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
TimerLib.h Function headers in .h and .c files synchronized with spec 2008-11-26 04:36:05 +00:00
UefiApplicationEntryPoint.h Fix some typo. 2009-04-02 05:34:26 +00:00
UefiBootServicesTableLib.h Synchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg\Include\Library. 2008-11-14 03:45:34 +00:00
UefiDecompressLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
UefiDriverEntryPoint.h Fix some typo. 2008-12-17 09:37:01 +00:00
UefiLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
UefiRuntimeLib.h 1. Add a new Capsule initiate reset flag 2009-09-10 07:19:44 +00:00
UefiRuntimeServicesTableLib.h Function headers in .h and .c files synchronized with spec 2008-11-25 07:38:54 +00:00
UefiScsiLib.h Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. 2009-06-04 16:16:15 +00:00
UefiUsbLib.h Fix build breaks from comment clean up checkin 2009-06-04 18:57:44 +00:00