summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Add the missing supported module type in MdePkg DxeServicesTableLib instance.lgao42011-11-231-2/+2
* MdePkg DxeServicesLib: Search further in GetFileBufferByFilePathjljusten2011-11-221-6/+17
* Update comments in BaseExtractGuidedSectionLib library instance to say its us...lgao42011-11-221-3/+7
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-5/+5
* PI 1.2 Errata C: A new return condition is added for the returned status code...rsun32011-11-211-1/+2
* According to PI errata 0000718 and PI 1.2c Vol 3 3.2.1, comment out "Types" f...lzeng142011-11-181-2/+4
* Remove CONST prefix to follow PI Specification. vanjeff2011-11-171-12/+12
* Update PI Service Table Versions per PI 1.2 Errata C.rsun32011-11-173-10/+14
* UEFI231 spec compliance:jyao12011-11-163-28/+32
* According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNM...lzeng142011-11-151-2/+2
* According to PI errata 0000690, word "Ide Bus driver" has been replaced with ...erictian2011-11-151-29/+29
* Remove code comments since PI 1.2c has fixed the typo of some status code name.vanjeff2011-11-151-2/+0
* According to PI 1.2c Vol 5, update the code to stipulate SMBIOS 2.7 and inclu...lzeng142011-11-151-3/+6
* Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao12011-11-141-3/+4
* MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source fileoliviermartin2011-11-083-77/+69
* MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library/GenericBdsLib/ to Mde...xdu22011-11-041-0/+48
* Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142011-10-275-12/+70
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-261-3/+40
* Fix name conflict between User Credential protocol and User Credential2 prot...gdong12011-10-261-22/+22
* correct a typo.gdong12011-10-261-1/+1
* Update UID definition to align with latest UEFI spec 2.3.1.gdong12011-10-261-7/+12
* Add the definition of UNDI_CONFIG_TABLE defined in UEFI Specification, 2.3.1vanjeff2011-10-251-1/+24
* Update Base type SecPeiDxeTimerLibCpu to support all module type.lgao42011-10-241-3/+6
* Update UID drivers to align with latest UEFI spec 2.3.1.gdong12011-10-123-1/+319
* Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish2011-10-081-1/+1
* 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Ue...qianouyang2011-09-301-31/+32
* Update comments to corrects SignatureSize for each SignatureType.lgao42011-09-301-4/+4
* Add the definitions of Common Platform Error Record (defined in Appendix N Co...vanjeff2011-09-302-0/+1184
* Refine code to follow coding style.ydong102011-09-141-1/+1
* Minor copyright format updatehhtian2011-09-131-1/+1
* MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib libra...xdu22011-09-081-0/+44
* Refine code to follow coding style.ydong102011-09-051-1/+1
* Add the definition of new format of IPv4 device path node, FibreEx device pat...niruiyu2011-09-051-0/+30
* Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin2011-09-022-24/+23
* Add check before use to make code run more safer.ydong102011-09-021-8/+9
* MdePkg: Add S3 library interfaces and base implementationsjljusten2011-08-2917-1/+10664
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-254-4/+130
* Refine code to follow coding style.ydong102011-08-241-1/+1
* Remove CONST modifier to be spec complianceerictian2011-08-242-12/+12
* remove some const modifier to spec compliance.erictian2011-08-231-3/+3
* Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.lzeng142011-08-231-0/+1
* Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu2011-08-191-43/+11
* Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. vanjeff2011-08-181-9/+12
* 1. Add Uefi231 secure boot related definitionshhuan132011-08-163-9/+51
* Use linked list to replace the current array solution to store the periodic S...niruiyu2011-08-151-123/+173
* Fix X64 compile error.lgao42011-08-091-1/+1
* clarify the logic of the print length counting functions in both PrintLib lib...jcarsey2011-08-081-25/+17
* Fix X64 compile error.lgao42011-08-041-1/+1
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-026-44/+356
* MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a2011-08-021-6/+6