Age | Commit message (Expand) | Author |
2014-09-04 | MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16 | Jordan Justen |
2014-09-04 | MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bug | Jordan Justen |
2014-09-03 | MdePkg: Convert non DOS format files to DOS format | Gao, Liming |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0 | Jordan Justen |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' code | Jordan Justen |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit code | Jordan Justen |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Use NASM local labels | Jordan Justen |
2014-09-01 | MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM version | Jordan Justen |
2014-09-01 | MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM version | Jordan Justen |
2014-08-28 | Don't initialize local variables in its declaration. | Gao, Liming |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming |
2014-08-22 | Only reserve the aligned memory instead of reserving the unaligned memory in ... | Gao, Liming |
2014-08-21 | MdePkg: Introduced BaseStackCheckLib (cont.) | Andrew Fish |
2014-08-20 | MdePkg: Introduced BaseStackCheckLib (cont.) | Andrew Fish |
2014-08-20 | MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style | Eric Dong |
2014-08-16 | MdePkg: library INF files should reference feature PCDs under [FeaturePcd] | Laszlo Ersek |
2014-08-16 | MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings | Laszlo Ersek |
2014-08-16 | MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning | Laszlo Ersek |
2014-08-14 | Roll-back from an accidental commit. | lhauch |
2014-08-14 | Change svn:mime-type property on all Unicode files (extension .uni) in edk2 | lhauch |
2014-08-12 | MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance | Laszlo Ersek |
2014-08-11 | MdePkg: Fix Clang build failure | Gao, Liming |
2014-08-07 | Add type cast for better coding style. | Qiu Shumin |
2014-07-21 | MdePkg BaseLib: Fix a corner case of Source and Destination overlap. | Star Zeng |
2014-07-14 | MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran... | Star Zeng |
2014-07-09 | MdePkg/BasePrintLib: Do not do operations with NULL | Harry Liebel |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-06-24 | Correct comment typo in AsmReadCr0() function. | Gao, Liming |
2014-05-22 | Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build. | Ruiyu Ni |
2014-05-05 | Add device path node/text conversion for NVMe device path node. | Ruiyu Ni |
2014-04-30 | MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou... | Tian, Feng |
2014-03-25 | Support load 64 bit image from 32 bit core. | Eric Dong |
2014-03-01 | Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci... | jyao1 |
2014-02-12 | Add more check for PE COFF SizeOfHeader field. | jyao1 |
2014-01-22 | Fix CRLF format | Tian, Hot |
2014-01-21 | Optimize the code to not call StrToBuf when DataLength is 0. | Ruiyu Ni |
2014-01-17 | Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'. | Gao, Liming |
2014-01-15 | Follow UEFI spec to convert unrecognized device path structure from/to hex du... | Ruiyu Ni |
2014-01-15 | 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib... | Gao, Liming |
2014-01-09 | Correct function comments of S3BootScriptCloseTable(). | Liming Gao |
2014-01-07 | MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo... | Star Zeng |
2014-01-03 | Correct function comments of S3BootScriptSaveDispatch2(). | Liming Gao |
2013-12-31 | Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf... | Liming Gao |
2013-12-30 | MdePkg: First instruction after clearing CR0.PE must be a far jmp. | David Woodhouse |
2013-12-30 | Clean up hard-coded offsets and other utter bogosity in Thunk16.S | David Woodhouse |
2013-12-23 | MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv... | Star Zeng |
2013-11-20 | MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE... | Star Zeng |
2013-11-18 | MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a... | Bob C Feng |
2013-11-15 | Add support for PI1.2.1 TempRam Done PPI. | Liming Gao |