summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy2008-12-094-5/+5
* change library class name to PciSegmentLiberic_tian2008-12-081-1/+1
* Comments have been checked with specjji42008-12-081-1/+2
* Use BIT8-1 insetad of UINT8_MAXmdkinney2008-12-071-1/+1
* Make comments match the Spec.gikidy2008-12-0513-356/+352
* Comments have been checked with specjji42008-12-052-8/+2
* Comments have been checked with specjji42008-12-052-2/+1
* Update the comment for RegisterForRunimeAccess() functions to match the Spec.gikidy2008-12-055-5/+21
* Update the text to use "x64" instead of "X64" in MdePkg.qhuang82008-12-0583-120/+120
* Remove todo comment in BaseLib.hlgao42008-12-041-2/+1
* Function comments have been checked with spec.jji42008-12-041-6/+2
* Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy2008-12-042-7/+8
* Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ...gikidy2008-12-041-1/+1
* Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()qhuang82008-12-033-7/+7
* Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib...qhuang82008-12-032-6/+6
* Remove several over-specific issues.qhuang82008-12-013-7/+5
* De-Unicode in MdePkg source files.qhuang82008-12-012-3/+3
* Update the API of UsbGetInterface() & UsbGetConfiguration () to follow MdeLib...qhuang82008-12-011-4/+4
* Remove ProcessLibraryDestructorList() from the library class of DxeCoreEntryP...qhuang82008-12-011-2/+2
* Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for libra...qhuang82008-12-015-10/+7
* Update PalCallLib to PalLib in BasePalLibNull.inf.xli242008-12-011-2/+2
* Fix the issue that wrong doxygen header comments.klu22008-12-012-17/+20
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-247/+0
* Refine the comments in PciSegmentLibqhuang82008-11-282-53/+35
* Function headers in .h and .c files synchronized with specjji42008-11-281-102/+89
* Add several missing assertions.qhuang82008-11-271-7/+22
* Fix the parameter typo, it should confirm to UEFI spec.qhuang82008-11-271-1/+1
* Remove GetCurrentLanguage () from UefiLib in MdePkgqhuang82008-11-272-50/+0
* 1. Removal PalCallStatic APIqhuang82008-11-277-49/+2003
* Add the AND of all architectural protocols for UEFI drivers. Build tool will ...qhuang82008-11-271-0/+19
* Fix constructor/destructor issue for DXE_RUNTIM_DRIVER library instance.qhuang82008-11-271-2/+4
* Synchronize function comment in h filegikidy2008-11-2612-38/+89
* Function headers in .h and .c files synchronized with specjji42008-11-268-102/+91
* Add SEC as supported module types to follow MdeLib spec.qhuang82008-11-264-4/+4
* Remove the EBC architecture support.qhuang82008-11-261-1/+1
* Function headers in .h and .c files synchronized with specjji42008-11-268-179/+386
* Synchronize function comment in gikidy2008-11-2613-183/+277
* Remove checking for overflow in several Multiple functions in BaseLib, for it...qhuang82008-11-263-6/+0
* Function headers in .h and .c files synchronized with specjji42008-11-251-9/+24
* Function headers in .h and .c files synchronized with specjji42008-11-256-262/+312
* Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenan...gikidy2008-11-2575-609/+589
* Add PI_SPECIFICATION_VERSION = 0x00010000 for the following library instance...lgao42008-11-256-3/+6
* Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy2008-11-2527-394/+406
* Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should ...qhuang82008-11-252-8/+8
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-2573-84/+4
* Fix ICC warningsqhuang82008-11-252-6/+12
* Use ".486" for the instruction of "wbinvd"qhuang82008-11-252-2/+2
* Function headers checked with specjji42008-11-241-31/+32
* Add runtime safe PCI Express Library instancemdkinney2008-11-242-0/+1682
* Add runtime registration function to all PCI Libsmdkinney2008-11-248-0/+215