summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2010-02-11Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney1-6/+1
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao41-1/+3
2010-02-03Add EFI_NO_MEDIA status code to network APIs.xdu28-7/+18
2010-02-03Remove the unnecessary header files inclusion.qhuang81-3/+1
2010-02-02wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG.erictian2-18/+28
2010-02-01Minor update to fix typos and update the file to use \r\n as end of lineqhuang82-11/+11
2010-02-01Update SMBIOS.h to SMBIOS 2.6.1 version.li-elvin1-6/+66
2010-02-01Add missing dependency expression for some library instances in MdePkgqhuang88-13/+25
2010-02-01Remove extra #Includemdkinney1-2/+0
2010-01-29Move the definitions defined for User Manager protocol from UserCredential.h ...gdong13-292/+290
2010-01-29Add missing [Depex]mdkinney1-0/+3
2010-01-28Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures.ljin61-0/+15
2010-01-27Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful t...mdkinney4-1/+228
2010-01-27Fix incorrect array sizeqhuang81-1/+1
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang816-78/+121
2010-01-26Fix incorrect Edk revision number in last commitqhuang81-1/+1
2010-01-26Add change log for the incompatible changes in MdePkg in Edk r9817.qhuang81-0/+9
2010-01-26Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-...qhuang82-203/+172
2010-01-25Fix typo in Monotonic Counter GUID macro nameqhuang81-2/+2
2010-01-25Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE o...tye11-4/+17
2010-01-15Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2lgao41-2/+5
2010-01-15Add type-cast to fix build break for IA32 archqhuang81-2/+2
2010-01-15Fix gcc warningAJFISH1-31/+33
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2-0/+64
2010-01-14Clean up format of commentsmdkinney1-85/+81
2010-01-14Clean up commentsmdkinney1-27/+29
2010-01-14Some HII related definitions change. Note these changes are inconsistent with...rsun32-4/+9
2010-01-14Fix formatting mdkinney1-1/+1
2010-01-14Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol mdkinney3-76/+91
2010-01-14Change SMM CPU I/O to SMM CPU I/O 2mdkinney10-156/+128
2010-01-14Remove extra reference to SmmCpuIo.hmdkinney2-8/+3
2010-01-11disable ICC compiler warning #593: variable was set but never used.eric_tian3-3/+21
2009-12-29the 1st paramter of the function prototype lost the "CONST" keyword which is ...jchen202-17/+13
2009-12-25Publish definition of MCA/INIT/PMI Protocol & ESAL, as introduced in PI 1.2.xli244-0/+719
2009-12-25replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSEDvanjeff1-1/+1
2009-12-23PI 1.1 SMM Feature Check-indavidhuang21-16/+5231
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang81-2/+10
2009-12-22Add variable definitions of user identification gdong13-0/+46
2009-12-171. Fix a bug encounter in builddavidhuang1-3/+3
2009-12-17To avoid naming conflicts between PI SMMBASE2 Protocol/FRAMEWORK SMM Base Pro...davidhuang2-6/+6
2009-12-14Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to redu...eric_tian1-75/+99
2009-12-11Improve status codes returned for functions of EFI_TCG_PROTOCOL. Note that af...rsun31-22/+19
2009-12-11Add return value description for EFI_PEI_RECOVERY_BLOCK_IO_PPI.GetNumberOfBlo...xli241-0/+2
2009-12-11Add missing definition of "EFI_PEI_DESCRIPTOR" in PI spec.qhuang81-0/+15
2009-12-08Directly use FALSE when BootPolicy is FALSE.lgao41-1/+1
2009-12-071. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian48-64/+80
2009-12-07according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian1-1/+1
2009-12-07fix GCC build issue, mWait instruction need not the operands.eric_tian1-1/+1
2009-12-07Add the missing EFI_IMAGE_EXECUTION_AUTH_ value definitions.lgao42-4/+14
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH3-31/+31