summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-15ShellPkg/Shell: Check the OpenVolume result in OpenRootByHandle()Hao Wu1-2/+7
2017-11-15MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara1-53/+201
2017-11-14QuarkPlatformPkg/PlatformBootManagerLib: Update boot mode handlingMichael D Kinney1-18/+12
2017-11-14QuarkPlatformPkg/Readme.md: Fix markdown format issueMichael D Kinney1-2/+1
2017-11-14MdeModulePkg/UsbMassStorageDxe: Fix USB Mass Storage detectionMichael D Kinney2-6/+14
2017-11-14ShellPkg: Fix MSFT C4255 warningSong, BinX3-0/+4
2017-11-14NetworkPkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-11-14MdePkg: Fix MSFT C4255 warningSong, BinX3-2/+3
2017-11-14MdeModulePkg: Fix MSFT C4255 warningSong, BinX7-0/+8
2017-11-14IntelFrameworkModulePkg: Fix MSFT C4255 warningSong, BinX3-0/+3
2017-11-14BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu1-4/+6
2017-11-13MdeModulePkg/Core/Dxe: Remove extra connects for UEFI ApplicationsMichael D Kinney1-2/+10
2017-11-13MdeModulePkg/TerminalDxe: Fix PCANSI mapping for TRIANGLE and ARROWMichael D Kinney1-9/+9
2017-11-13StdLib/BsdSocketLib: Remove unused variablesThiebaud Weksteen2-4/+8
2017-11-13ArmPlatformPkg/PL031RealTimeClockLib: ignore DST setting when timezone is setArd Biesheuvel1-8/+4
2017-11-13ArmPlatformPkg/PL031RealTimeClockLib: remove validation and DST handlingArd Biesheuvel1-171/+15
2017-11-13EmbeddedPkg/RealTimeClockRuntimeDxe: move common functionality into coreArd Biesheuvel2-11/+171
2017-11-13MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan3-27/+18
2017-11-13MdePkg: Add definitions for the SPI protocols introduced in PI 1.6.Marvin.Haeuser@outlook.com12-0/+1721
2017-11-09ArmPlatformPkg/PrePeiCore: seed temporary stack before entering PEI coreArd Biesheuvel5-0/+26
2017-11-09MdePkg/NvdimmLabel.h: Add NVDIMM_LABEL protocol definitionRuiyu Ni2-0/+354
2017-11-09MdePkg/Btt.h: Add Block Translation Table definitionsRuiyu Ni2-0/+234
2017-11-09MdeModulePkg SerialDxe: Handle Timeout change more robustlyStar Zeng1-3/+43
2017-11-08IntelFsp2Pkg-Tools: GenCfgOpt.py shouldn't include specific UPD nameChasel, Chiu1-12/+0
2017-11-08IntelFrameworkModulePkg: Fix misuses of AllocateCopyPoolJian J Wang1-5/+5
2017-11-08ShellPkg: Fix misuses of AllocateCopyPoolJian J Wang2-3/+8
2017-11-08MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang6-17/+33
2017-11-08ShellPkg/dh: Fix wrong output when dumping PciRootBridgeIoRuiyu Ni1-2/+2
2017-11-08MdeModulePkg/NonDiscoverable: fix memory override bugHeyi Guo1-0/+5
2017-11-08MdePkg/PciExpress21.h: Fix typo in PCI_REG_PCIE_SLOT_CONTROLRuiyu Ni1-12/+12
2017-11-08PcAtChipsetPkg/IsaAcpiDxe: Restore PCI attributes correctlyRuiyu Ni2-24/+27
2017-11-07EmbeddedPkg: Implement NorFlashInfoLibMarcin Wojtas4-0/+356
2017-11-07SecurityPkg/AuthVariableLib: Use EFI_CERT_DATA to parse certificatechenc21-4/+8
2017-11-07CryptoPkg/BaseCryptLib: Add C-structure to matching certificate stackchenc23-0/+39
2017-11-07ArmPkg/ArmMmuLib: Add new attribute WRITE_BACK_NONSHAREABLEPeicong Li2-0/+12
2017-11-07MdeModulePkg/PciBus: Disable BME of all devices when entering RTRuiyu Ni3-0/+91
2017-11-07ShellPkg/HexEdit: Fix EBC build failureRuiyu Ni1-2/+2
2017-11-07MdeModulePkg/VarCheckHii: Enhance VarCheckHiiLib to support bit checkDandan Bi5-130/+310
2017-11-07MdeModulePkg/VarCheckHiiLib: Replace EFI_D_INFO with DEBUG_INFODandan Bi4-126/+126
2017-11-07MdeModulePkg VarCheckHiiLib: Fix typo "0x02%x" to be "0x%02x"Star Zeng1-4/+4
2017-11-06MdeModulePkg/SdMmcPciHcDxe: call SdMmcFreeTrb() to complete sync operationArd Biesheuvel1-7/+1
2017-11-06CryptoPkg/BaseCryptLib: Fix mismatched memory allocation/freeLong Qin5-20/+32
2017-11-06CryptoPkg/BaseCryptLib: Fix buffer overflow issue in realloc wrapperLong Qin1-7/+76
2017-11-06IntelSiliconPkg IntelVTdDxe: Use ACPI table event to get DMAR tableStar Zeng4-30/+46
2017-11-05ArmPlatformPkg/PlatformPeim: allow PlatformPeiLib to set the boot modeArd Biesheuvel2-5/+8
2017-11-05EmbeddedPkg: introduce GPIO PPIArd Biesheuvel2-0/+154
2017-11-03Nt32Pkg: Update SecMain consumes PCD to get the init value in temp stackLiming Gao2-1/+2
2017-11-03MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2-6/+2
2017-11-03MdeModulePkg: Add new PCD PcdInitValueInTempStackLiming Gao2-0/+12
2017-11-03BaseTools: parse map file generated by Xcode on MacYonghong Zhu2-1/+36