summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-259-13/+1
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-251-2/+6
* Correct Copyright year formatlgao42010-02-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-2482-309/+309
* Disable interrupt when changing IDTR register.klu22010-02-235-5/+20
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-238-4020/+2
* Correct the table's version according to PI/UEFI spec.klu22010-02-213-6/+6
* Remove SMM_CORE as a supported module type for the MemoryAllocationLib instan...mdkinney2010-02-151-7/+3
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-0/+1
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-142-0/+862
* 1) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST,...mdkinney2010-02-142-29/+18
* Remove constructor from this library. This library already has SMM CPU I/O 2...mdkinney2010-02-142-38/+5
* Add media status relative definition to UEFI PXE header file.xdu22010-02-121-1/+19
* Do not set gBS to NULL when the ExitBootServices event notification for the U...mdkinney2010-02-111-6/+1
* Update HiiString Protocol and HiiSetString Api in HiiLiblgao42010-02-091-1/+3
* Add EFI_NO_MEDIA status code to network APIs.xdu22010-02-038-7/+18
* Remove the unnecessary header files inclusion.qhuang82010-02-031-3/+1
* wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG.erictian2010-02-022-18/+28
* Minor update to fix typos and update the file to use \r\n as end of lineqhuang82010-02-012-11/+11
* Update SMBIOS.h to SMBIOS 2.6.1 version.li-elvin2010-02-011-6/+66
* Add missing dependency expression for some library instances in MdePkgqhuang82010-02-018-13/+25
* Remove extra #Includemdkinney2010-02-011-2/+0
* 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