summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-17UefiCpuPkg/PiSmmCpuDxeSmm: Add SmmMemoryAttribute protocolJian J Wang6-1/+307
2017-11-17MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang7-67/+1854
2017-11-17MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang2-4/+33
2017-11-17UefiCpuPkg/CpuDxe: Reduce debug messageJian J Wang1-2/+2
2017-11-17MdeModulePkg/SmmMemoryAttribute.h: Add new protocol definitionsJian J Wang1-0/+136
2017-11-17MdeModulePkg/MdeModulePkg.dec,.uni: Add Protocol, PCDs and string tokensJian J Wang2-0/+118
2017-11-16EmbeddedPkg: add mx66u1g45g nor flash infoPipat Methavanitpong1-0/+1
2017-11-16ArmVirtPkg: remove ArmPlatformSysConfigLib dependencyArd Biesheuvel11-59/+6
2017-11-16ArmPlatformPkg/PL031RealTimeClockLib: drop ArmPlatformSysConfigLib referenceArd Biesheuvel2-38/+6
2017-11-16ArmPkg: move RVCT PLATFORM_FLAGS override into ArmHvcLib/ArmSmcLibArd Biesheuvel3-2/+6
2017-11-16ArmVirtPkg/ArmVirtQemu: use non-accelerated CopyMem for VariableRuntimeDxeArd Biesheuvel2-0/+4
2017-11-16MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan1-9/+13
2017-11-16NetworkPkg: Fix incorrect SizeofHeaders returned from HttpTcpReceiveHeader().Fu Siyuan1-1/+7
2017-11-16NetworkPkg: Print error message to screen if error occurs during HTTP boot.Fu Siyuan3-0/+24
2017-11-16ShellPkg: Add error message if failed to place receive token in ping command.Fu Siyuan4-4/+16
2017-11-16CorebootModulePkg/CbSupportDxe: Remove duplicated IO Space additionBenjamin You1-3/+0
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