summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2013-08-29MdePkg/AArch64: Fixed some definitions in ProcessorBind.hOlivier Martin1-6/+13
2013-08-29Update status code data structures according errata. Shumin Qiu1-16/+16
2013-08-27Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan1-16/+55
2013-08-23Update SetVariable() function description for the clarification of requireme...Shumin Qiu1-5/+13
2013-08-23Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY.Shumin Qiu1-2/+2
2013-08-23Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI...Ruiyu Ni1-1/+7
2013-08-23Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii...Eric Dong1-3/+8
2013-08-23Update comments to follow new spec definition.Eric Dong1-8/+5
2013-08-22Update firmware management protocol definition to expose the lowest supported...Shumin Qiu1-2/+7
2013-08-21Add the new reset type (EfiResetPlatformSpecific) to UefiSpec.h to follow UEF...Ruiyu Ni1-1/+9
2013-08-20Refine the comments to follow spec.Eric Dong4-21/+48
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu1-0/+2
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni2-3/+182
2013-08-20Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang2-10/+16
2013-08-19MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng3-30/+165
2013-08-16MdePkg/IndustryStandard: Update Atapi.h to comply with latest ATA8-ACS spec (...Feng Tian1-20/+38
2013-08-15Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4Laszlo Ersek1-0/+1
2013-08-14Add I2C related definition in PI 1.3 spec.Elvin Li8-0/+1249
2013-08-13Add defines for MAX values for EBC arch.Liming Gao1-1/+7
2013-08-12Add NVM Express related definition.Feng Tian2-3/+23
2013-08-09Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li1-2/+7
2013-08-08Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu2-4/+4
2013-08-07MdePkg/BasePeCoffLib: Fixed coding styleOlivier Martin1-4/+4
2013-07-29MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture supportHarry Liebel2-1/+120
2013-07-29MdePkg/BaseCpuLib: Added ARM Aarch64 architecture supportHarry Liebel3-1/+83
2013-07-29MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel8-1/+363
2013-07-29MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64Harry Liebel1-0/+4
2013-07-29MdePkg: Added ARM Aarch64 architecture supportHarry Liebel8-7/+264
2013-07-29MdePkg: Added ARM Aarch64 support to PE/COFF supportHarry Liebel3-2/+133
2013-07-29Clarify PrintLib behavior on %d, %x, %l.Liming Gao1-11/+11
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni12-626/+7232
2013-07-22Correctly character in comments of BaseLib BitField.Liming Gao1-8/+8
2013-07-22Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn...Liming Gao1-5/+23
2013-07-12Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API.Liming Gao2-3/+33
2013-07-121. Add defines for MAX values for UEFI data types.Liming Gao6-8/+45
2013-07-10Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni1-105/+103
2013-06-04Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin1-1/+1
2013-05-24Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao41-2/+12
2013-05-22Correct the incorrect Copyright or License in EDKII source files.lgao41-4/+1
2013-03-20MedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition in CPER to match UEFI 2.3...vanjeff1-2/+1
2013-03-13Fix minor typos in BaseLib LinkedList commentslgao43-23/+23
2013-02-17Fix CpuIdEx.asm to return correct ECX/EDX value.niruiyu1-2/+2
2013-01-08Allocate temp buffer instead of change the input string to avoid crush.ydong101-13/+12
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin4-8/+8
2012-12-26Checks the TE image before use it.ydong102-192/+197
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao429-32/+695
2012-12-18Add PI1.2.1 EndOfDxe support.jyao13-2/+48
2012-12-17Add boot mode BOOT_WITH_MFG_MODE_SETTINGS.lgao41-2/+3
2012-12-06Remove the ASSERT (FALSE) code, just return unsupported.ydong101-7/+0
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng141-3/+1