Age | Commit message (Expand) | Author |
2013-08-23 | Update SetVariable() function description for the clarification of requireme... | Shumin Qiu |
2013-08-23 | Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY. | Shumin Qiu |
2013-08-23 | Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI... | Ruiyu Ni |
2013-08-23 | Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii... | Eric Dong |
2013-08-23 | Update comments to follow new spec definition. | Eric Dong |
2013-08-22 | Update firmware management protocol definition to expose the lowest supported... | Shumin Qiu |
2013-08-21 | Add the new reset type (EfiResetPlatformSpecific) to UefiSpec.h to follow UEF... | Ruiyu Ni |
2013-08-20 | Refine the comments to follow spec. | Eric Dong |
2013-08-20 | Add the missing status code in the returned table of InstallMultipleProtocolI... | Shumin Qiu |
2013-08-20 | Add DiskIo2 protocol definition to MdePkg. | Ruiyu Ni |
2013-08-20 | Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND... | Qian Ouyang |
2013-08-19 | MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl... | Star Zeng |
2013-08-16 | MdePkg/IndustryStandard: Update Atapi.h to comply with latest ATA8-ACS spec (... | Feng Tian |
2013-08-15 | Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 | Laszlo Ersek |
2013-08-14 | Add I2C related definition in PI 1.3 spec. | Elvin Li |
2013-08-13 | Add defines for MAX values for EBC arch. | Liming Gao |
2013-08-12 | Add NVM Express related definition. | Feng Tian |
2013-08-09 | Add new adding ATA related status code in PI 1.3 to definition and ATA modules. | Elvin Li |
2013-08-08 | Match the comments with the implementation for Baselib::GetFirstNode. | Shumin Qiu |
2013-08-07 | MdePkg/BasePeCoffLib: Fixed coding style | Olivier Martin |
2013-07-29 | MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture support | Harry Liebel |
2013-07-29 | MdePkg/BaseCpuLib: Added ARM Aarch64 architecture support | Harry Liebel |
2013-07-29 | MdePkg/BaseLib: Added ARM Aarch64 architecture support | Harry Liebel |
2013-07-29 | MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64 | Harry Liebel |
2013-07-29 | MdePkg: Added ARM Aarch64 architecture support | Harry Liebel |
2013-07-29 | MdePkg: Added ARM Aarch64 support to PE/COFF support | Harry Liebel |
2013-07-29 | Clarify PrintLib behavior on %d, %x, %l. | Liming Gao |
2013-07-26 | Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText... | Ruiyu Ni |
2013-07-22 | Correctly character in comments of BaseLib BitField. | Liming Gao |
2013-07-22 | Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn... | Liming Gao |
2013-07-12 | Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API. | Liming Gao |
2013-07-12 | 1. Add defines for MAX values for UEFI data types. | Liming Gao |
2013-07-10 | Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol... | Ruiyu Ni |
2013-06-04 | Add the missing "," for the patch to fix status code print string. | Gary Ching-Pang Lin |
2013-05-24 | Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ... | lgao4 |
2013-05-22 | Correct the incorrect Copyright or License in EDKII source files. | lgao4 |
2013-03-20 | MedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition in CPER to match UEFI 2.3... | vanjeff |
2013-03-13 | Fix minor typos in BaseLib LinkedList comments | lgao4 |
2013-02-17 | Fix CpuIdEx.asm to return correct ECX/EDX value. | niruiyu |
2013-01-08 | Allocate temp buffer instead of change the input string to avoid crush. | ydong10 |
2013-01-07 | Current Thunk16.asm implementation clears reserved bits, which does not follo... | li-elvin |
2012-12-26 | Checks the TE image before use it. | ydong10 |
2012-12-25 | Add ASSERT() for BitField operations to make sure the input value is valid. | lgao4 |
2012-12-18 | Add PI1.2.1 EndOfDxe support. | jyao1 |
2012-12-17 | Add boot mode BOOT_WITH_MFG_MODE_SETTINGS. | lgao4 |
2012-12-06 | Remove the ASSERT (FALSE) code, just return unsupported. | ydong10 |
2012-11-29 | Fix the issue that S3BootScriptLabel() does not work to insert label when the... | lzeng14 |
2012-11-28 | Enhance the check for RelocBase->SizeOfBlock before use it. | ydong10 |
2012-11-28 | Enhance the check for some fields in the PE image before use it. | ydong10 |
2012-11-28 | Measure Processor location as system identity to PCR[1] according to Tcg serv... | czhang46 |