summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* For libraries that have multiple module types support, just define a [Depex] ...lzeng142011-07-2714-28/+28
* GUIDs should go below the correct comment block in MdePkg.dec.lzeng142011-07-273-39/+25
* MdePkg: Update CpuSleep to use ARMv7 instruction. andrewfish2011-07-202-7/+17
* Add header file for KMS.lzeng142011-07-194-1/+1378
* Change CHAP_RADIUS_AUTH_NODE & CHAP_LOCAL_AUTH_NODE definition in Authenticat...niruiyu2011-07-131-13/+45
* Update structure EFI_IFR_VARSTORE_EFI to follow UEFI spec 2.3.1ydong102011-07-121-0/+2
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-125-29/+93
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-062-9/+8