summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-27UefiCpuPkg/CpuPageTableLib:Add check for Mask and AttrDun Tan2-1/+86
2023-03-27UefiCpuPkg/MpInitLib: Add code to initialize MapMaskDun Tan1-4/+1
2023-03-27UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entryDun Tan1-8/+11
2023-03-27UefiCpuPkg/CpuPageTableLib:Clear PageSize bit(Bit7) for non-leafDun Tan1-1/+2
2023-03-27UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issueDun Tan1-1/+11
2023-03-27UefiCpuPkg/CpuPageTableLib:Initialize some LocalVariable at beginningDun Tan1-9/+12
2023-03-27UefiCpuPkg/CpuPageTableLib: Add check for input LengthDun Tan2-3/+7
2023-03-27UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' conditionDun Tan1-10/+1
2023-03-27PcAtChipsetPkg: Add PCD for RTC default yearMichael D Kinney4-2/+13
2023-03-27UefiCpuPkg: Solve that stack top address is not mapped in pagetableXie, Yuanhao1-0/+1
2023-03-27UefiPayloadPkg: Add gUefiAcpiBoardInfoGuid supportGua Guo1-3/+6
2023-03-26MdePkg/Include: Add IPMI KCS definitionsAbner Chang2-0/+82
2023-03-26MdePkg/Include: Add DMTF MCTP definitionsAbner Chang1-0/+139
2023-03-26MdePkg/Include/Ppi: Remove Itanium leftover data structurePaweł Poławski1-46/+5
2023-03-24IntelFsp2Pkg: Fix NASM X64 build warnings.Chasel Chiu2-11/+9
2023-03-24BaseTools: Replace duplicate __PcdSet prototype with __PcdGetRebecca Cran1-7/+6
2023-03-24BaseTools: Source/C/Common: Fix doc block locations and convert to DoxygenRebecca Cran29-4065/+2072
2023-03-23OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console.Gerd Hoffmann2-5/+5
2023-03-22UefiCpuPkg/PiSmmCpuDxeSmm: fix error handlingGerd Hoffmann1-0/+6
2023-03-22UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processorsGerd Hoffmann1-14/+4
2023-03-21SecurityPkg/DxeImageVerificationLib: Check result of GetEfiGlobalVariable2Gerd Hoffmann1-7/+12
2023-03-20RedfishPkg: Update Readme.mdAbner Chang4-8/+1001
2023-03-20RedfishPkg: Update Redfish DSCAbner Chang1-0/+7
2023-03-20RedfishPkg/Library: Redfish BMC USBNIC Host InterfaceAbner Chang5-1/+1435
2023-03-17MdePkg: Update code to be more C11 compliant by using __func__Rebecca Cran7-33/+33
2023-03-17MdePkg: Update Base.h to be compliant with C11Rebecca Cran1-6/+6
2023-03-17CryptoPkg/Library: add -Wno-unused-but-set-variable for opensslGang Chen5-0/+10
2023-03-17MdeModulePkg/BmBoot: Skip removable media if it is not presentMatt DeVillier1-0/+9
2023-03-16ArmVirtPkg/ArmVirtQemu: Use PEI flavor of ArmMmuLib for all PEIMsArd Biesheuvel1-6/+4
2023-03-16ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memoryArd Biesheuvel3-6/+47
2023-03-16ArmPkg/Mmu: Remove handling of NONSECURE memory regionsArd Biesheuvel4-76/+24
2023-03-16ArmPkg/CpuDxe: Implement EFI memory attributes protocolArd Biesheuvel4-0/+326
2023-03-16MdePkg: Add Memory Attribute Protocol definitionArd Biesheuvel2-0/+145
2023-03-16ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversionArd Biesheuvel3-0/+69
2023-03-16ArmPkg/ArmMmuLib: Avoid splitting block entries if possibleArd Biesheuvel2-0/+21
2023-03-16ArmVirtPkg: Enable stack guardArd Biesheuvel1-0/+2
2023-03-16ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flagArd Biesheuvel4-4/+144
2023-03-16ArmPkg/ArmMmuLib ARM: Clear individual permission bitsArd Biesheuvel1-13/+81
2023-03-16ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP maskArd Biesheuvel5-40/+64
2023-03-16ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversionArd Biesheuvel2-0/+5
2023-03-16ArmPkg/ArmMmuLib ARM: Split off XN page descriptor bit from type fieldArd Biesheuvel2-11/+9
2023-03-16ArmPkg/ArmMmuLib ARM: Remove half baked large page supportArd Biesheuvel5-39/+20
2023-03-16MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix InvalidateInstructionCacheRangeTuan Phan1-1/+6
2023-03-16OvmfPkg/PlatformCI: Add CI coverage for RiscVVirtQemuSunil V L2-0/+46
2023-03-14UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS valueMarsX Lin1-1/+1
2023-03-14UefiCpuPkg/PiSmmCpuDxeSmm: Fix S3 failure in SmmRestoreCpuWu, Jiaxin1-13/+1
2023-03-13ShellPkg/Library: Fix 32-bit truncation of pointer valuesMichael D Kinney5-44/+12
2023-03-11BaseTools: Extend fields for module_report.jsonGuillermo Antonio Palomino Sosa1-0/+4
2023-03-11BaseTools: Generate compile information in build reportPalomino Sosa, Guillermo A2-3/+140
2023-03-10DynamicTablesPkg: Add SMBIOS String table helper librarySami Mujawar6-2/+378