- e8326a0 This patch uses dummy routine as NotifyFunction to make sure those 2 APIs provided from library can create event as expected when the caller does not feed in a NotifyFunction. Also, typo is corrected. by Mars Lin · 11 years ago
- 774b573 Enable warningif opcode in browser. by Eric Dong · 11 years ago
- 8c1e795 Add Memory fence for ARM Architecture (32 and 64 bit) by Olivier Martin · 11 years ago
- 2a79158 MdePkg/AArch64: Fixed some definitions in ProcessorBind.h by Olivier Martin · 11 years ago
- 6ce5535 Update status code data structures according errata. by Shumin Qiu · 11 years ago
- 3eb695c Removed the assumption on APIC timer initial Count is all 1s and updated it to handle the long delay that timer initial count. by Jeff Fan · 11 years ago
- ce1d1c9 Update SetVariable() function description for the clarification of requirements to update timestamp associated with authenticated variable. by Shumin Qiu · 11 years ago
- bbeea0d Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY. by Shumin Qiu · 11 years ago
- ba146aa Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI Spec 2.4. by Ruiyu Ni · 11 years ago
- 46c3efb Update comments for HiiConfigRoutine->ExtractConfig function, also update HiiConfigRoutine->ConfigToBlock/BlockToConfig to follow this new spec. by Eric Dong · 11 years ago
- 53ba4e9 Update comments to follow new spec definition. by Eric Dong · 11 years ago
- 7076ecd Update firmware management protocol definition to expose the lowest supported firmware version. by Shumin Qiu · 11 years ago
- fc51ab6 Add the new reset type (EfiResetPlatformSpecific) to UefiSpec.h to follow UEFI Spec 2.4. by Ruiyu Ni · 11 years ago
- 5795218 Refine the comments to follow spec. by Eric Dong · 11 years ago
- 5a7b9bb Add the missing status code in the returned table of InstallMultipleProtocolInterface(). by Shumin Qiu · 11 years ago
- 493d8e3 Add DiskIo2 protocol definition to MdePkg. by Ruiyu Ni · 11 years ago
- 61f2ab9 Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UNDI, PXE_SW_UNDI to support greater than 256NICs in UNDI (Request by UEFI2.4 Mantis991). by Qian Ouyang · 11 years ago
- 6675a21 MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. by Star Zeng · 11 years ago
- b934959 MdePkg/IndustryStandard: Update Atapi.h to comply with latest ATA8-ACS spec (d2015r7) by Feng Tian · 11 years ago
- eed8d67 Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 by Laszlo Ersek · 11 years ago
- 4006b0b Add I2C related definition in PI 1.3 spec. by Elvin Li · 11 years ago
- 3989943 Add defines for MAX values for EBC arch. by Liming Gao · 11 years ago
- 1762593 Add NVM Express related definition. by Feng Tian · 11 years ago
- cffd217 Add new adding ATA related status code in PI 1.3 to definition and ATA modules. by Elvin Li · 11 years ago
- e01a125 Match the comments with the implementation for Baselib::GetFirstNode. by Shumin Qiu · 11 years ago
- 45a4305 MdePkg/BasePeCoffLib: Fixed coding style by Olivier Martin · 11 years ago
- bf6ee6c MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- deb65d6 MdePkg/BaseCpuLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- 807e260 MdePkg/BaseLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- a2cacc9 MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64 by Harry Liebel · 11 years ago
- b4319af MdePkg: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
- fed549d MdePkg: Added ARM Aarch64 support to PE/COFF support by Harry Liebel · 11 years ago
- 790f3b7 Clarify PrintLib behavior on %d, %x, %l. by Liming Gao · 11 years ago
- 4d0a30a Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, ConvertTextToDeviceNode and ConvertTextToDevicePath. by Ruiyu Ni · 11 years ago
- 7751806 Correctly character in comments of BaseLib BitField. by Liming Gao · 11 years ago
- 499ceb8 Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAndThenOr32 with StartBit==0 and EndBit== 31 will hang in debug tip. by Liming Gao · 11 years ago
- 1dde8b0 Update PeiMemoryAllocationLib instance to support AllocateReservedPages() API. by Liming Gao · 12 years ago
- 068a82f 1. Add defines for MAX values for UEFI data types. by Liming Gao · 12 years ago
- de27b8f Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol before installing the Driver Binding Protocol instance. by Ruiyu Ni · 12 years ago
- 5e2fd93 Add the missing "," for the patch to fix status code print string. by Gary Ching-Pang Lin · 12 years ago
- 0df625f Without this fix, the "%r" format specifier prints eg. "0000001A" instead of "Security Violation" for EFI_SECURITY_VIOLATION. by lgao4 · 12 years ago
- d0cec2d Correct the incorrect Copyright or License in EDKII source files. by lgao4 · 12 years ago
- cca77f4 MedPkg: Fix EFI_ERROR_SECTION_DESCRIPTOR definition in CPER to match UEFI 2.3.1 specification. by vanjeff · 12 years ago
- a71865b Fix minor typos in BaseLib LinkedList comments by lgao4 · 12 years ago
- 4e6b101 Fix CpuIdEx.asm to return correct ECX/EDX value. by niruiyu · 12 years ago
- 8b5b3d4 Allocate temp buffer instead of change the input string to avoid crush. by ydong10 · 12 years ago
- 48c8b6a Current Thunk16.asm implementation clears reserved bits, which does not follow IA32 SDM. Now the fix is to only clear PAE and PSE bit of CR4 for real mode. by li-elvin · 12 years ago
- bf29dc1 Checks the TE image before use it. by ydong10 · 12 years ago
- 9495255 Add ASSERT() for BitField operations to make sure the input value is valid. by lgao4 · 12 years ago
- 46ece1f Add PI1.2.1 EndOfDxe support. by jyao1 · 12 years ago
- 95830a1 Add boot mode BOOT_WITH_MFG_MODE_SETTINGS. by lgao4 · 12 years ago
- f2e4447 Remove the ASSERT (FALSE) code, just return unsupported. by ydong10 · 12 years ago
- 93b21ad Fix the issue that S3BootScriptLabel() does not work to insert label when the specified position is not at the end of table. by lzeng14 · 12 years ago
- 72ccedb Enhance the check for RelocBase->SizeOfBlock before use it. by ydong10 · 12 years ago
- 9ca9935 Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
- f5a859d Measure Processor location as system identity to PCR[1] according to Tcg server spec by czhang46 · 12 years ago
- 2096185 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA to PCR[0] by czhang46 · 12 years ago
- 713ffa2 Enhance the check for resource section data. by ydong10 · 12 years ago
- 36b48bf Enhance the check for debug data before get the PdbPointer. by ydong10 · 12 years ago
- 669cfc6 Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definition in MdePkg. by lgao4 · 12 years ago
- f8ffa6d Remove the useless code. by ydong10 · 12 years ago
- f04544b Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). This can handle the case when in lazy ConIn mode. by niruiyu · 12 years ago
- 8472f1f Build the registered guid HOB and SystemTable to record the GUID itself in PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, and also state the restriction in BaseExtractGuidedSectionLib. by lzeng14 · 12 years ago
- 826a66d Add missing PCI class code definition. by niruiyu · 12 years ago
- 2054fd1 Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
- 73a324f Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID. by lgao4 · 12 years ago
- cadf879 Correct the definition for Modal opcode, from EFI_IFR_MODAL to EFI_IFR_MODAL_TAG by ydong10 · 12 years ago
- e2a5ae0 PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_ERROR_TYPE_INFO has new fields defined per the latest Itanium developer manual. by li-elvin · 12 years ago
- 90cce8c Update license statement by hhtian · 12 years ago
- fa8801f Add missing SocketIdentifier for Memory Topology table in ACPI5.0. by jyao1 · 12 years ago
- 04cabbc MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate by jyao1 · 12 years ago
- 4706ff4 Enable EFI_IFR_DEFAULT2 opcode in browser. by ydong10 · 12 years ago
- 18c4970 Add debug port and debug port 2 table. by jyao1 · 12 years ago
- 771729c Add new API IsDevicePathValid() to UefiDevicePathLib. by niruiyu · 12 years ago
- 0054ce5 Enhance the error code info. by ydong10 · 12 years ago
- 158e788 Enhance the comments. by ydong10 · 12 years ago
- dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
- 60893cc Enhance the check for some fields in the PE image before use it. by ydong10 · 12 years ago
- 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
- b92b120 Add PI1.2.1 SAP2 support and UEFI231B mantis 896 by lgao4 · 12 years ago
- 3acb198 Enhance the check when ImageRead function return. by ydong10 · 12 years ago
- 09c990a MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus per PI spec version 1.2.1. by rsun3 · 12 years ago
- d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
- 60fde8a Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec. by li-elvin · 12 years ago
- 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
- b5eb03c Add 2 new Bds features by czhang46 · 12 years ago
- 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
- 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
- 952de07 Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL comments. by niruiyu · 12 years ago
- 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
- b37aa2c Update header file to match UEFI231B mantis 771, 850, 853 and 857. by lgao4 · 13 years ago
- 4e7d855 Update the comments for EFI_IFR_TYPE_VALUE to follow UEFI spec 2.3.1b by ydong10 · 13 years ago
- 0e4cdd8 Fix a typo. by ydong10 · 13 years ago
- 98a1f1e MdePkg SmmSwDispatch2.h: comment cleanup. by rsun3 · 13 years ago
- dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
- d5b339a Change returned status codes for SmiManage() per PI 1.2.1 spec. by rsun3 · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- 650b87c MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID in enum EFI_SMM_SAVE_STATE_REGISTER Per PI 1.2.1 spec. by rsun3 · 13 years ago
- de74f0c Correct a bug in AsmCpuidEx() to return correct ECX and EDX. by niruiyu · 13 years ago
- 04a8942 MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MICROCODE event type. by rsun3 · 13 years ago