summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Move the definitions defined for User Manager protocol from UserCredential.h ...gdong12010-01-293-292/+290
* Add missing [Depex]mdkinney2010-01-291-0/+3
* Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures.ljin62010-01-281-0/+15
* Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t...mdkinney2010-01-274-1/+228
* Fix incorrect array sizeqhuang82010-01-271-1/+1
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-2716-78/+121
* Fix incorrect Edk revision number in last commitqhuang82010-01-261-1/+1
* Add change log for the incompatible changes in MdePkg in Edk r9817.qhuang82010-01-261-0/+9
* Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-...qhuang82010-01-262-203/+172
* Fix typo in Monotonic Counter GUID macro nameqhuang82010-01-251-2/+2
* Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE o...tye12010-01-251-4/+17
* Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2lgao42010-01-151-2/+5
* Add type-cast to fix build break for IA32 archqhuang82010-01-151-2/+2
* Fix gcc warningAJFISH2010-01-151-31/+33
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-142-0/+64
* Clean up format of commentsmdkinney2010-01-141-85/+81
* Clean up commentsmdkinney2010-01-141-27/+29
* Some HII related definitions change. Note these changes are inconsistent with...rsun32010-01-142-4/+9
* Fix formatting mdkinney2010-01-141-1/+1
* Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney2010-01-143-76/+91
* Change SMM CPU I/O to SMM CPU I/O 2mdkinney2010-01-1410-156/+128
* Remove extra reference to SmmCpuIo.hmdkinney2010-01-142-8/+3
* disable ICC compiler warning #593: variable was set but never used.eric_tian2010-01-113-3/+21
* the 1st paramter of the function prototype lost the "CONST" keyword which is ...jchen202009-12-292-17/+13
* Publish definition of MCA/INIT/PMI Protocol & ESAL, as introduced in PI 1.2.xli242009-12-254-0/+719
* replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSEDvanjeff2009-12-251-1/+1
* PI 1.1 SMM Feature Check-indavidhuang2009-12-2321-16/+5231
* Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang82009-12-231-2/+10
* Add variable definitions of user identification gdong12009-12-223-0/+46
* 1. Fix a bug encounter in builddavidhuang2009-12-171-3/+3
* To avoid naming conflicts between PI SMMBASE2 Protocol/FRAMEWORK SMM Base Pro...davidhuang2009-12-172-6/+6
* Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu...eric_tian2009-12-141-75/+99
* Improve status codes returned for functions of EFI_TCG_PROTOCOL. Note that af...rsun32009-12-111-22/+19
* Add return value description for EFI_PEI_RECOVERY_BLOCK_IO_PPI.GetNumberOfBlo...xli242009-12-111-0/+2
* Add missing definition of "EFI_PEI_DESCRIPTOR" in PI spec.qhuang82009-12-111-0/+15
* Directly use FALSE when BootPolicy is FALSE.lgao42009-12-081-1/+1
* 1. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian2009-12-0748-64/+80
* according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian2009-12-071-1/+1
* fix GCC build issue, mWait instruction need not the operands.eric_tian2009-12-071-1/+1
* Add the missing EFI_IMAGE_EXECUTION_AUTH_ value definitions.lgao42009-12-072-4/+14
* Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2009-12-063-31/+31
* Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2009-12-0517-16/+624
* Prompt the PI specification version to 1.20 and UEFI specification version to...klu22009-12-043-4/+4
* Add more check for local FileInfo variable before it is used.lgao42009-12-021-1/+1
* 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for Smm...davidhuang2009-12-021-1/+1
* Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev...lgao42009-12-011-1/+16
* typo in commentjcarsey2009-12-011-1/+1
* Add PI complied S3 implementation. Move the Opcode definition and EFI_BOOT_SC...jchen202009-11-263-39/+60
* Add new GetFileBufferByFilePath API into DxeServicesLib.lgao42009-11-263-7/+386
* Fix a typo bug that miss & klu22009-11-241-1/+1