summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC...klu22009-11-242-4/+4
* 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P...klu22009-11-244-51/+123
* MdePkg: Move duplicate EFI_AP_PROCEDURE typedef to a common locationjljusten2009-11-233-25/+15
* Simplify the @attention statement.qhuang82009-11-231-3/+1
* Minor update the comments style for LegacyRegion2 protocolqhuang82009-11-231-29/+30
* 1) Add new BaseLib API GetPreviousNode()mdkinney2009-11-212-4/+67
* Add reserved field to SAL_UPDATE_PAL_DATA_BLOCK so it is padded out to 64-byt...mdkinney2009-11-201-0/+1
* Protocol/SmmCpuIo.h: Fix build warning on GCCjljusten2009-11-201-1/+1
* Add LegacyRegion 2 protocol definition in MdePkgqhuang82009-11-202-0/+245
* Rename PI SMM definitions which has same name with those of Framework SMM spe...rsun32009-11-2011-81/+184
* Fix some unicode characters in source file.qhuang82009-11-181-2/+2
* Add PI 1.2 CPU I/O 2 protocol definitions. This is boot time only protocol.qhuang82009-11-182-0/+148
* Fix parameter name in function header.xli242009-11-171-2/+2
* Following 3 updates are for spec update published in PI 1.2.xli242009-11-172-12/+11
* Add ASM_PFX() for exposed symoble from assemble to Cklu22009-11-171-2/+2
* Update function description to be consistent with code definition: HEX_RADIX ...xdu22009-11-173-18/+18
* There should be no CONST modifier for the This parameter of EFI_SMM_ACCESS2_P...rsun32009-11-161-3/+3
* typedefrsun32009-11-161-2/+2
* 1. Add UEFI 2.2 VLAN device path definition to MdePkgxdu22009-11-121-0/+12
* fixed the wrong format.vanjeff2009-11-121-1/+1
* fixed the wrong format.vanjeff2009-11-121-1/+1
* 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply wi...tye2009-11-111-0/+4