summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19BaseTools/Plugin: Add DebugMacroCheckMichael Kubacki8-0/+2256
2023-09-19OvmfPkg/PlatformCI: Disable DebugMacroCheckMichael Kubacki1-0/+1
2023-09-19DynamicTablesPkg.ci.yaml: Add debug macro exceptionMichael Kubacki1-0/+8
2023-09-19ArmVirtPkg.ci.yaml: Add debug macro exceptionMichael Kubacki1-0/+8
2023-09-19SecurityPkg.ci.yaml: Add debug macro exceptionMichael Kubacki1-0/+9
2023-09-19pip-requirements.txt: Add regexMichael Kubacki1-1/+1
2023-09-19RedfishPkg/PlatformHostInterfaceBmcUsbNicLib: Fix DEBUG macro argsMichael Kubacki1-4/+4
2023-09-18MdeModulePkg: Memory Bin Range Update Accounts for Guard PageTaylor Beebe1-1/+1
2023-09-18UefiCpuPkg/ResetVector: Remove AP waking vector from ResetVectorZhiguang Liu2-19/+3
2023-09-18OvmfPkg: Remove applicationProcessorEntryPointZhiguang Liu2-25/+6
2023-09-18UefiCpuPkg/SecCore: Remove AP waking Vector logic in SecCoreZhiguang Liu1-33/+3
2023-09-18BaseTools: Remove logic to create AP waking vector in GenFvZhiguang Liu1-199/+0
2023-09-14OvmfPkg/RiscVVirt/README: document direct kernel bootLaszlo Ersek1-1/+32
2023-09-14OvmfPkg/RiscVVirt/README: explain the "acpi=off" machine propertyLaszlo Ersek1-0/+5
2023-09-14OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCGLaszlo Ersek1-0/+5
2023-09-13Pyrite support - Secure erase is only available if encryption is supported.Linus Liu1-1/+5
2023-09-13RedfishPkg/RedfishPlatformConfigDxe: fix can not set one-of option issue.Nickle Wang1-6/+5
2023-09-13OvmfPkg/TdxDxe: Change MadtMpWk->MailBoxVersion from 1 to 0Min M Xu1-1/+1
2023-09-12Maintainers.txt: Make myself maintainer for OvmfPkg/RiscVVirtSunil V L1-1/+1
2023-09-12OvmfPkg: raise DXEFV size to 14.5 MB in the traditional platform FDFsLaszlo Ersek3-9/+9
2023-09-12OvmfPkg/PlatformBootManagerLib: refer to virtio console subsys symbolicallyLaszlo Ersek1-1/+1
2023-09-12ArmPkg/ArmMmuLib: Drop buggy secure memory type checkArd Biesheuvel2-4/+0
2023-09-12OvmfPkg/RiscVVirt/README.md: bring your own OpenSBILaszlo Ersek1-0/+17
2023-09-12MdeModulePkg/BootMaintenanceManagerUiLib: Check array index before accessMichael Kubacki1-4/+7
2023-09-11Maintainers.txt: Update reviewers and maintainers for DynamicTablesPkgPierre Gondois1-2/+1
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVolBlock.cMike Maslenkin1-0/+2
2023-09-11MdeModulePkg/Core/Dxe: Fix memory leak issue in FwVol.cMike Maslenkin1-0/+1
2023-09-11MdeModulePkg/HiiDatabase: Fix incorrect AllocateCopyPool sizeMike Beaton1-1/+1
2023-09-08NetworkPkg: Increase HTTP buffer size and enable TCP window scalingAndrei Otcheretianski3-25/+27
2023-09-08MdePkg/SmBios.h: Add New Intel Processor familyAvinash Bhargava1-0/+1
2023-09-08Add a .editorconfig file to tell editors basic formatting detailsRebecca Cran1-0/+31
2023-09-08OvmfPkg/Bhyve: don't exit early if RSDP is not found in memoryCorvin Köhne1-11/+8
2023-09-08ShellPkg/UefiShellNetwork2CommandsLib: Check array index before accessMichael Kubacki1-1/+1
2023-09-08MdePkg/Library/TdxLib: Remove unnecessary comparisonMichael Kubacki1-1/+1
2023-09-08SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocatorKun Qin2-2/+2
2023-09-08SecurityPkg/RngDxe: Simplify Rng algorithm selection for ArmPierre Gondois1-13/+4
2023-09-08SecurityPkg/RngDxe: Use GetRngGuid() when probing RngLibPierre Gondois3-21/+44
2023-09-08MdePkg/Rng: Add GetRngGuid() to RngLibPierre Gondois9-0/+200
2023-09-08MdeModulePkg/Rng: Add GUID to describe unsafe Rng algorithmsPierre Gondois2-0/+26
2023-09-08MdePkg/Rng: Add GUID to describe Arm Rndr Rng algorithmsPierre Gondois2-0/+11
2023-09-08MdePkg/DxeRngLib: Request raw algorithm instead of defaultPierre Gondois1-1/+7
2023-09-08SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkgPierre Gondois4-5/+8
2023-09-08MdePkg: Add deprecated warning to BaseRngLibTimerPierre Gondois2-0/+23
2023-09-08MdeModulePkg: Duplicate BaseRngLibTimerLib to MdeModulePkgPierre Gondois19-18/+262
2023-09-08UefiCpuPkg/PiSmmCpuDxe: use MpService2Ppi to wakeup AP in s3Dun Tan1-23/+35
2023-09-08UefiCpuPkg/PiSmmCpuDxe: code refinement for CpuS3.cDun Tan1-128/+138
2023-09-08UefiCpuPkg/S3Resume2Pei: assert for invalid excution mode comboDun Tan1-0/+7
2023-09-08UefiCpuPkg/S3Resume2Pei: prepare MpService2Ppi in S3ResumeDun Tan2-2/+19
2023-09-08MdeModulePkg: add MpService2Ppi field in SMM_S3_RESUME_STATEDun Tan1-1/+2
2023-09-08MdePkg/Library/BaseRngLib: Fix include guardMichael Kubacki1-0/+1