summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* BeagleBoardPkg: sync log level comments to DebugLib.hLaszlo Ersek2016-03-021-6/+10
* ArmVirtPkg: sync log level comments to DebugLib.hLaszlo Ersek2016-03-021-4/+4
* MdePkg: DebugLib: more cleanup for log level comments in lib class headerLaszlo Ersek2016-03-021-4/+5
* MdeModulePkg: FileExplorerLib: Add check when to call FreePool functionDandan Bi2016-03-021-2/+6
* ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com2016-03-011-11/+6
* ArmPlatformPkg/PL180MciDxe: don't check ID_REG3Ryan Harkin2016-03-011-1/+0
* ArmPlatformPkg/PL180MciDxe: warn on probe failRyan Harkin2016-03-011-0/+2
* ArmPlatformPkg/PL180MciDxe: fix Depex for TC2Ryan Harkin2016-03-011-1/+1
* ArmPlatformPkg: delete orphaned ArmVExpress.dsc.incLeif Lindholm2016-03-011-477/+0
* MdeModulePkg: DxeCore: fully initialize image context before passing it onArd Biesheuvel2016-03-011-2/+8
* MdePkg: fix comment typo in DebugLib.hLeif Lindholm2016-03-011-1/+1
* MdeModulePkg/NvmExpress: Fix uninitialized field used in NVMe DiskInfoTian, Feng2016-03-011-1/+2
* MdeModulePkg: Add new API HttpUrlGetPath() to HttpLib.hFu Siyuan2016-03-012-2/+85
* EmbeddedPkg/AndroidFastboot: fix size with 64bitHaojian Zhuang2016-02-291-2/+2
* MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia2016-02-291-0/+2
* MdeModulePkg: PciHostBridgeLibNull: rewrap source to 79 charactersLaszlo Ersek2016-02-292-24/+38
* BaseTools: fix LzmaCompress VS2013 make failureYonghong Zhu2016-02-291-1/+2
* MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE onlyLiming Gao2016-02-291-3/+21
* MdeModulePkg RamDiskDxe: Install Block I/O 2 Protocol on RAM disk devicesHao Wu2016-02-295-5/+373
* MdeModulePkg: Add RamDiskDxe driver implementationHao Wu2016-02-2914-0/+2648
* MdeModuelPkg/PciBus: Return AddrTranslationOffset in GetBarAttributesRuiyu Ni2016-02-291-0/+62
* MdeModulePkg/PciBus: reorganize case-statement to reduce code linesRuiyu Ni2016-02-291-24/+10
* MdeModulePkg/PciBus: Change local variable AddressSpace to DescriptorRuiyu Ni2016-02-291-26/+22
* MdeModulePkg: Add missing PCD usage information string.Qiu Shumin2016-02-291-1/+12
* SecurityPkg: Tcg2Smm: Change TPM2.0 MMIO range attributeZhang, Chao B2016-02-291-1/+2
* MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo2016-02-291-4/+60
* UefiCpuPkg/Cpuid: Fix GCC build errorHao Wu2016-02-271-1/+1
* ShellPkg: Fix unexpected behavior of mouse cursor in Editor.Qiu Shumin2016-02-271-3/+4
* CorebootModulePkg-CbParseLib: Fix bad reference in CbParseLibLeahy, Leroy P2016-02-261-1/+2
* CorebootModulePkg-CbParseLib: Add ACPI table verificationLeahy, Leroy P2016-02-261-0/+9
* MdeModulePkg: RegularExpressionDxe: support free(NULL)Laszlo Ersek2016-02-261-1/+11
* ArmPlatformPkg: PL061 - rewrite the hardware interactionLeif Lindholm2016-02-262-15/+62
* ArmPlatformPkg: PL061 - drop pointless initialize functionLeif Lindholm2016-02-261-26/+1
* ArmPlatformPkg: PL061 - only initialize on protocol loadLeif Lindholm2016-02-261-33/+7
* ArmPlatformPkg: PL061 - reformat copyright statement.Leif Lindholm2016-02-261-3/+3
* MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocksArd Biesheuvel2016-02-261-12/+10
* MdeModulePkg/PciHostBridge: Don't assume resources are fully NonExistentRuiyu Ni2016-02-261-11/+294
* MdeModulePkg/PciHostBridge: Refine function header comments.Ruiyu Ni2016-02-264-81/+103
* SecurityPkg: Use FileExplorerLib in SecureBootConfigDxeDandan Bi2016-02-266-1225/+333
* SecurityPkg: Add FileExplorerLib.inf to the dsc fileDandan Bi2016-02-261-0/+1
* Vlv2TbltDevicePkg: Add FileExplorerLib.inf to the dsc fileDandan Bi2016-02-263-3/+6
* OvmfPkg: Add FileExplorerLib.inf to the dsc fileDandan Bi2016-02-263-3/+12
* ArmVirtPkg: Add FileExplorerLib.inf to the QEMU dsc filesDandan Bi2016-02-262-2/+8
* MdeModulePkg: Add ASSERT to make sure pointer 'OptionalData' not be NULLDandan Bi2016-02-261-0/+2
* MdeModulePkg: Add ASSERT to make sure pointer 'MemoryMap' is not NULL.Qiu Shumin2016-02-261-0/+1
* DuetPkg-PciBusNoEnumerationDxe: Fix stack overflowLee Leahy2016-02-261-7/+8
* CryptoPkg: RuntimeCryptLib: support realloc(NULL, size)Laszlo Ersek2016-02-251-0/+4
* CryptoPkg: RuntimeCryptLib: support free(NULL)Laszlo Ersek2016-02-251-1/+7
* CryptoPkg: BaseCryptLib: support free(NULL)Laszlo Ersek2016-02-251-1/+7
* MdePkg: Add EFI RAM Disk Protocol definitionsHao Wu2016-02-252-0/+109