| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BaseTools: Remove unnecessary super function | Yunhua Feng | 2019-02-01 | 1 | -5/+0 |
* | BaseTools: nametuple not have verbose parameter in python3 | Yunhua Feng | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: use OrderedDict instead of sdict | Feng, Bob C | 2019-02-01 | 1 | -122/+1 |
* | BaseTools: replace get_bytes_le() to bytes_le | Zhijux Fan | 2019-02-01 | 3 | -3/+3 |
* | BaseTools: Rename iteritems to items | Zhijux Fan | 2019-02-01 | 3 | -5/+5 |
* | BaseTools:use iterate list to replace the itertools | Zhijux Fan | 2019-02-01 | 1 | -4/+2 |
* | BaseTool:Rename xrange() to range() | Zhijux Fan | 2019-02-01 | 4 | -16/+16 |
* | CryptoPkg/BaseCryptLib: split CryptPkcs7Verify.c on behalf of runtime | Jian J Wang | 2019-01-31 | 8 | -119/+220 |
* | MdePkg/UefiLib: Add a new API GetVariable3 | Bret Barkelew | 2019-01-31 | 2 | -6/+120 |
* | BaseTools/DevicePath: Add a checking step | Mike Turner | 2019-01-31 | 1 | -9/+8 |
* | MdePkg/UefiDevicePathLib: Add a checking step | Mike Turner | 2019-01-31 | 2 | -10/+10 |
* | ShellPkg/UefiShellLib: Use BaseLib api CharToUpper | Shenglei Zhang | 2019-01-31 | 1 | -30/+3 |
* | ShellPkg/Shell: Use BaseLib api CharToUpper | Shenglei Zhang | 2019-01-31 | 1 | -23/+2 |
* | MdeModulePkg/DxeHttpLib: Use BaseLib api AsciiCharToUpper | Shenglei Zhang | 2019-01-31 | 1 | -23/+2 |
* | MdeModulePkg/EbcDebugger: Use AsciiCharToUpper and CharToUpper | Shenglei Zhang | 2019-01-31 | 1 | -35/+4 |
* | MdePkg/BaseLib: Remove definitions of two functions | Shenglei Zhang | 2019-01-31 | 1 | -43/+1 |
* | MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publicly | Mike Turner | 2019-01-31 | 3 | -15/+55 |
* | MdeModulePkg/EbcDebugger: Change function names | Shenglei Zhang | 2019-01-31 | 1 | -7/+7 |
* | MdePkg/IndustryStandard: Remove an incorrectly spelled macro | Bret Barkelew | 2019-01-31 | 1 | -2/+0 |
* | SecurityPkg/Tcg: Fix typos in TcgDxe.c and Tcg2Dxe.c | Bret Barkelew | 2019-01-31 | 2 | -4/+4 |
* | MdePkg/IndustryStandard: Introduce a correctly spelled macro | Bret Barkelew | 2019-01-31 | 1 | -0/+2 |
* | IntelSiliconPkg\Include\IndustryStandard: Update IGD_OPREGION_MBOX3 Structure | Solanki, Digant H | 2019-01-31 | 1 | -4/+4 |
* | MdeModulePkg/CapsuleApp: Enhance CapsuleApp to support Capsule-on-Disk | Chen A Chen | 2019-01-31 | 4 | -17/+690 |
* | MdeModulePkg/CapsuleApp: Add functions to support Capsule-on-Disk | Chen A Chen | 2019-01-31 | 1 | -0/+808 |
* | MdeModulePkg/CapsuleApp: Add a function used to get next DevicePath | Chen A Chen | 2019-01-31 | 2 | -2/+43 |
* | MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature | Chen A Chen | 2019-01-31 | 1 | -0/+5 |
* | MdeModulePkg/UefiBootManagerLib: Match the nested partitions | Gary Lin | 2019-01-31 | 1 | -21/+17 |
* | MdePkg/BasePeCoffLib: skip runtime relocation if reloc info is invalid | Hsueh, Hong-chihX | 2019-01-31 | 1 | -10/+20 |
* | FatPkg: Add GPT check in FatPei to support Capsule-on-Disk feature. | Chen A Chen | 2019-01-31 | 4 | -5/+585 |
* | MdePkg/UefiGpt.h: Add new definition for enable GPT support | Chen A Chen | 2019-01-31 | 1 | -1/+5 |
* | FatPkg: Break down Part.c file. | Chen A Chen | 2019-01-31 | 4 | -394/+432 |
* | SecurityPkg: Add a PCD to skip Opal password prompt | Chu, Maggie | 2019-01-31 | 3 | -0/+13 |
* | EmbeddedPkg: Fix Command Argument for SD/eMMC R/W operation. | Meenakshi Aggarwal | 2019-01-30 | 2 | -5/+18 |
* | ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidation | Ard Biesheuvel | 2019-01-29 | 4 | -21/+22 |
* | ShellPkg/UefiShellAcpiViewCommandLib: Fix VS tool chain build failure | Dandan Bi | 2019-01-29 | 1 | -1/+1 |
* | ArmPkg/ArmMmuLib ARM: trim high memory regions instead of rejecting them | Ard Biesheuvel | 2019-01-28 | 1 | -1/+2 |
* | MdeModulePkg:Tpm2Acpi.h: Upgrade UEFI supporting TCG spec info | Zhang, Chao B | 2019-01-28 | 1 | -2/+5 |
* | SecurityPkg/TCG: Upgrade UEFI supporting TCG spec info | Zhang, Chao B | 2019-01-28 | 3 | -4/+8 |
* | MdeModulePkg/MdeModulePkg.dsc: ignore standalone MM modules for EBC or XCODE5 | Ard Biesheuvel | 2019-01-28 | 1 | -3/+5 |
* | IntelFsp2Pkg: FSP can utilize bootloader stack | Chasel, Chiu | 2019-01-28 | 6 | -19/+157 |
* | IntelFsp2Pkg: Add function to get bootloader stack pointer | Chasel, Chiu | 2019-01-28 | 2 | -10/+38 |
* | BaseTools/build/build: delete variable | Carsey, Jaben | 2019-01-28 | 2 | -62/+1 |
* | BaseTools/Common/Misc: Cleanup the imports | Carsey, Jaben | 2019-01-28 | 1 | -17/+17 |
* | BaseTools/Common/Misc: remove uncalled code | Carsey, Jaben | 2019-01-28 | 1 | -46/+0 |
* | BaseTools:Define Macro in Inf file, the pcdvalue Can't convert | Fan, ZhijuX | 2019-01-28 | 1 | -2/+6 |
* | BaseTools/Common/Misc: move private functions | Carsey, Jaben | 2019-01-28 | 1 | -45/+45 |
* | BaseTools: Fix Pcd Array changes build report issue. | Fan, ZhijuX | 2019-01-28 | 1 | -2/+5 |
* | ShellPkg/TftpDynamicCommand: Return proper status | Vladimir Olovyannikov via edk2-devel | 2019-01-25 | 1 | -0/+6 |
* | MdeModulePkg VariableStandaloneMm: Add PcdEmuVariableNvModeEnable in inf | Star Zeng | 2019-01-25 | 1 | -1/+3 |
* | ShellPkg/UefiShellAcpiViewCommandLib: Add support for PPTT | Krzysztof Koch | 2019-01-24 | 5 | -4/+391 |