summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2229-42/+42
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter2010-06-22162-165/+165
* Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney2010-06-111-8/+26
* Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter2010-06-11100-271/+271
* Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2010-06-012-2/+2
* Add Read/Write (16) command to SCSI library.li-elvin2010-05-281-16/+204
* MdePkg BaseLib: Fix GCC build breakjljusten2010-05-201-1/+2
* Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang82010-05-201-1/+2
* Fix some typosqhuang82010-05-202-4/+4
* Temporarily remove build-in __sync_val_compare_and_swap() in the implementati...qhuang82010-05-192-40/+4
* Update copyright formathhtian2010-05-186-18/+18
* 1. Restore the inline C implementation of GCC assembly files that was tempora...qhuang82010-05-18148-5107/+4020
* Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu22010-05-101-1/+2
* Use the ASSERT() for parameter checking as the 4th paramter of internal worke...qhuang82010-05-102-2/+9
* Fix ICC 11.1 build breakmdkinney2010-05-071-1/+1
* Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkglgao42010-05-054-6/+441
* Add new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib.lgao42010-05-052-1/+135
* Forcing functions with variable argument lists to use the same calling conven...geekboy15a2010-04-292-0/+2
* Update the copyright notice formathhtian2010-04-23184-369/+369
* Update the copyright notice formathhtian2010-04-2334-71/+71
* Update the copyright notice formathhtian2010-04-236-15/+15
* Update the copyright notice formathhtian2010-04-2358-116/+116
* Update the copyright notice formathhtian2010-04-2358-116/+116
* Update the copyright notice formathhtian2010-04-2358-116/+116
* Update the copyright notice formathhtian2010-04-2358-116/+116
* Update the copyright notice formathhtian2010-04-2358-116/+116
* Update the copyright notice formathhtian2010-04-2317-34/+34
* Update the copyright notice formathhtian2010-04-23538-1092/+1092
* Update the copyright notice formathhtian2010-04-2310-22/+22
* Update the copyright notice formathhtian2010-04-232-4/+4
* Update the copyright notice formathhtian2010-04-232-4/+4
* Update the copyright notice formathhtian2010-04-2318-41/+41
* Update the copyright notice formathhtian2010-04-235-12/+12
* Add an IO Lib instance based on CPU IO2 Protocol.rsun32010-04-215-0/+3464
* Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a2010-04-161-1/+1
* Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2010-04-162-3/+4
* Fix INF file header formatqhuang82010-03-317-7/+7
* Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib.qhuang82010-03-231-26/+1
* Add Math64.S to reduce the number of compiler intrinsics that need to be supp...andrewfish2010-03-172-2/+267
* Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12010-03-052-77/+0
* Add SmmCore SmmServicesTable library.jyao12010-03-052-0/+77
* Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DR...hhuan132010-03-041-1/+1
* Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u...klu22010-03-032-28/+28
* updated definitions of PCD PPI/Protocol per latest UEFI Spec.vanjeff2010-03-011-2/+2
* Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2010-03-012-15/+21
* Update SEC Platform Information PPI according to PI 1.2 errata A.xli242010-02-271-11/+11
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-259-13/+1
* Correct Copyright year formatlgao42010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-2481-304/+304
* Disable interrupt when changing IDTR register.klu22010-02-235-5/+20