summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Flush()Laszlo Ersek1-1/+25
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Read() for directoriesLaszlo Ersek1-1/+342
2020-12-21OvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields to VIRTIO_FS_FILELaszlo Ersek6-0/+42
2020-12-21OvmfPkg/VirtioFsDxe: convert FUSE dirent filename to EFI_FILE_INFOLaszlo Ersek2-0/+85
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Read() for regular filesLaszlo Ersek1-1/+74
2020-12-21OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_READ / FUSE_READDIRPLUSLaszlo Ersek5-4/+276
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetPosition, .SetPositionLaszlo Ersek5-2/+50
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetInfo()Laszlo Ersek2-1/+194
2020-12-21OvmfPkg/VirtioFsDxe: add helper for formatting UEFI basenamesLaszlo Ersek2-0/+68
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_STATFSLaszlo Ersek4-0/+127
2020-12-21OvmfPkg/VirtioFsDxe: erase the dir. entry in EFI_FILE_PROTOCOL.Delete()Laszlo Ersek1-3/+41
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Open()Laszlo Ersek1-1/+479
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_GETATTRLaszlo Ersek4-0/+140
2020-12-21OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_UNLINK / FUSE_RMDIRLaszlo Ersek4-0/+125
2020-12-21OvmfPkg/VirtioFsDxe: split canon. path into last parent + last componentLaszlo Ersek2-0/+139
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_LOOKUPLaszlo Ersek4-0/+164
2020-12-21OvmfPkg/VirtioFsDxe: convert FUSE inode attributes to EFI_FILE_INFOLaszlo Ersek7-0/+134