Age | Commit message (Expand) | Author | Files | Lines |
2014-11-28 | MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITE | Laszlo Ersek | 1 | -28/+0 |
2014-11-19 | MdePkg DxePcdLib: Updates DxePcdLib instance comments. | Liming Gao | 1 | -0/+5 |
2014-11-07 | Add safe string function to base lib. | jyao1 | 2 | -0/+898 |
2014-10-31 | MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob() | Star Zeng | 1 | -4/+5 |
2014-10-27 | MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API. | Star Zeng | 3 | -2/+106 |
2014-09-04 | MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16 | Jordan Justen | 2 | -3/+3 |
2014-09-04 | MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bug | Jordan Justen | 2 | -2/+10 |
2014-09-03 | MdePkg: Convert non DOS format files to DOS format | Gao, Liming | 102 | -0/+0 |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0 | Jordan Justen | 2 | -2/+2 |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' code | Jordan Justen | 2 | -49/+46 |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit code | Jordan Justen | 2 | -115/+87 |
2014-09-01 | MdePkg BaseLib NASM Thunk16: Use NASM local labels | Jordan Justen | 2 | -65/+65 |
2014-09-01 | MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM version | Jordan Justen | 2 | -1/+335 |
2014-09-01 | MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM version | Jordan Justen | 2 | -1/+278 |
2014-08-28 | Don't initialize local variables in its declaration. | Gao, Liming | 1 | -2/+4 |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 102 | -0/+0 |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 102 | -230/+366 |
2014-08-22 | Only reserve the aligned memory instead of reserving the unaligned memory in ... | Gao, Liming | 1 | -9/+133 |
2014-08-21 | MdePkg: Introduced BaseStackCheckLib (cont.) | Andrew Fish | 2 | -2/+1 |
2014-08-20 | MdePkg: Introduced BaseStackCheckLib (cont.) | Andrew Fish | 2 | -0/+97 |
2014-08-20 | MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style | Eric Dong | 1 | -22/+36 |
2014-08-16 | MdePkg: library INF files should reference feature PCDs under [FeaturePcd] | Laszlo Ersek | 2 | -2/+4 |
2014-08-16 | MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings | Laszlo Ersek | 1 | -2/+2 |
2014-08-16 | MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning | Laszlo Ersek | 1 | -0/+1 |
2014-08-14 | Roll-back from an accidental commit. | lhauch | 1 | -1/+0 |
2014-08-14 | Change svn:mime-type property on all Unicode files (extension .uni) in edk2 | lhauch | 1 | -0/+1 |
2014-08-12 | MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance | Laszlo Ersek | 2 | -0/+1488 |
2014-08-11 | MdePkg: Fix Clang build failure | Gao, Liming | 13 | -14/+14 |
2014-08-07 | Add type cast for better coding style. | Qiu Shumin | 2 | -6/+6 |
2014-07-21 | MdePkg BaseLib: Fix a corner case of Source and Destination overlap. | Star Zeng | 1 | -4/+4 |
2014-07-14 | MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran... | Star Zeng | 1 | -1/+2 |
2014-07-09 | MdePkg/BasePrintLib: Do not do operations with NULL | Harry Liebel | 1 | -7/+14 |
2014-06-26 | Refine code to make it more safely. | Eric Dong | 1 | -1/+2 |
2014-06-24 | Correct comment typo in AsmReadCr0() function. | Gao, Liming | 1 | -2/+2 |
2014-05-22 | Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build. | Ruiyu Ni | 1 | -6/+2 |
2014-05-05 | Add device path node/text conversion for NVMe device path node. | Ruiyu Ni | 2 | -0/+75 |
2014-04-30 | MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou... | Tian, Feng | 1 | -4/+4 |
2014-03-25 | Support load 64 bit image from 32 bit core. | Eric Dong | 1 | -6/+25 |
2014-03-01 | Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci... | jyao1 | 1 | -1/+6 |
2014-02-12 | Add more check for PE COFF SizeOfHeader field. | jyao1 | 1 | -1/+25 |
2014-01-22 | Fix CRLF format | Tian, Hot | 1 | -276/+276 |
2014-01-21 | Optimize the code to not call StrToBuf when DataLength is 0. | Ruiyu Ni | 1 | -1/+3 |
2014-01-17 | Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'. | Gao, Liming | 3 | -0/+3 |
2014-01-15 | Follow UEFI spec to convert unrecognized device path structure from/to hex du... | Ruiyu Ni | 3 | -16/+210 |
2014-01-15 | 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib... | Gao, Liming | 4 | -41/+100 |
2014-01-09 | Correct function comments of S3BootScriptCloseTable(). | Liming Gao | 1 | -1/+1 |
2014-01-07 | MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo... | Star Zeng | 3 | -57/+120 |
2014-01-03 | Correct function comments of S3BootScriptSaveDispatch2(). | Liming Gao | 1 | -2/+2 |
2013-12-31 | Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf... | Liming Gao | 3 | -2/+14 |
2013-12-30 | MdePkg: First instruction after clearing CR0.PE must be a far jmp. | David Woodhouse | 2 | -29/+35 |