summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-06ArmPkg: Fix Ecc error 5005 in ArmExceptionLibPierre Gondois1-2/+3
2021-01-06ArmPkg: Fix Ecc error 5005 in CpuDxePierre Gondois1-3/+5
2021-01-06ArmPkg: Fix Ecc error 3001 in SemihostFsPierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in ArmDisassemblerLibPierre Gondois1-1/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in SemihostFsPierre Gondois1-5/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in CpuDxePierre Gondois2-6/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in MmCommunicationDxePierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in TimerDxePierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in ArmMmuLibPierre Gondois2-16/+16
2021-01-06ArmPkg: Fix Ecc error 3002 in OpteeLibPierre Gondois1-3/+4
2021-01-06ArmPkg: Fix Ecc error 3002 in CompilerIntrinsicsLibPierre Gondois6-7/+19
2021-01-06ArmPkg: Format header to fix Ecc crash in ArmMmuLibPierre Gondois1-7/+7
2021-01-06MdeModulePkg BrotliCustomDecompressLib: Remove the duplicated functionsgaoliming1-23/+0
2021-01-06MdeModulePkg/ConSplitter: Change StdErr color to EFI_LIGHTGRAYSamer El-Haj-Mahmoud1-1/+1
2021-01-06MdeModulePkg/Graphics: Fix spelling mistakesSamer El-Haj-Mahmoud4-46/+46
2021-01-06MdeModulePkg/GraphicsConsoleDxe: Change default CursorVisible to FALSESamer El-Haj-Mahmoud1-1/+1
2021-01-06BaseTools/CommonLib.h: Build failed due to MAX_LONG_FILE_PATHEnze Zhu1-0/+8
2021-01-06BaseTools: Fix the improper error loggingIrene Park1-1/+1
2021-01-06BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng1-3/+20
2021-01-05NetworkPkg/DnsDxe: cosmetic fixupswenyi,xie via groups.io5-11/+11
2021-01-04ArmPlatformPkg/NorFlashDxe: implement standalone MM versionMasahisa Kojima3-0/+436
2021-01-04ArmPlatformPkg/NorFlashDxe: factor out DXE specific piecesMasahisa Kojima6-1080/+1159
2021-01-04ArmPlatformPkg: Fix Ecc error 8005Pierre Gondois3-57/+58
2021-01-04MdeModulePkg/Bus/Pci/PciBusDxe: Support PCIe Resizable BAR CapabilityLuo, Heng7-20/+241
2021-01-04MdePkg: Define structures for Resizable BAR CapabilityLuo, Heng2-8/+28
2020-12-24RedfishPkg/DxeRestExLib: DxeRestExLibAbner Chang6-0/+258
2020-12-23MdeModulePkg/VarCheckPolicyLib: implement standalone MM versionMasahisa Kojima7-10/+199
2020-12-23BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng1-2/+1
2020-12-22.mergify: Enable Mergify for stable/* branchesMichael D Kinney1-8/+8
2020-12-22OvmfPkg/.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney2-0/+4
2020-12-22EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney2-0/+4
2020-12-22ArmVirtPkg/.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney1-0/+2
2020-12-22.azurepipelines: Enable EDK II CI for stable/* branchesMichael D Kinney3-1/+6
2020-12-22BaseTools/EfiRom: remove redundant checking of argcwenyi,xie via groups.io1-1/+1
2020-12-22MdeModulePkg/Universal/StatusCodeHandler: Fix a bug about log lostTan, Ming3-17/+23
2020-12-22BaseTools/GenFfs: Optimazing else if statementwenyi,xie via groups.io1-6/+5
2020-12-22BaseTools: Correct report the line number in INF file issueYunhua Feng1-1/+1
2020-12-22BaseTools/Ecc: Allow init of function static variablesPierre Gondois1-1/+1
2020-12-22BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar1-1/+4
2020-12-21OvmfPkg/VirtioFsDxe: handle attribute updates in EFI_FILE_PROTOCOL.SetInfoLaszlo Ersek1-1/+106
2020-12-21OvmfPkg/VirtioFsDxe: add helper for determining file mode bits updateLaszlo Ersek3-0/+106
2020-12-21OvmfPkg/VirtioFsDxe: add helper for determining access time updatesLaszlo Ersek2-0/+116
2020-12-21OvmfPkg/VirtioFsDxe: add helper for determining file size updateLaszlo Ersek2-0/+48
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_SETATTRLaszlo Ersek4-1/+219
2020-12-21OvmfPkg/VirtioFsDxe: handle file rename/move in EFI_FILE_PROTOCOL.SetInfoLaszlo Ersek1-1/+233
2020-12-21OvmfPkg/VirtioFsDxe: add helper for composing rename/move destination pathLaszlo Ersek2-0/+202
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_RENAME2Laszlo Ersek4-0/+156
2020-12-21OvmfPkg/VirtioFsDxe: handle the volume label in EFI_FILE_PROTOCOL.SetInfoLaszlo Ersek1-1/+225
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Write()Laszlo Ersek1-1/+62
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_WRITELaszlo Ersek5-2/+196