summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-29pip: update edk2-pytool-extensions requirement from ~=0.23.2 to ~=0.23.6dependabot/pip/edk2-pytool-extensions-approx-eq-0.23.6dependabot[bot]1-1/+1
2023-06-28MdeModulePkg: Variable: Introduce MM based variable read service in PEIKun Qin4-0/+556
2023-06-28ArmPkg: MmCommunicationPei: Introduce MM communicate in PEIKun Qin3-0/+263
2023-06-28NetworkPkg: Correct the length of EAP Identity when in ASCII formatdevel@edk2.groups.io1-4/+17
2023-06-28Maintainers.txt: Update NetworkPkg maintainers and reviewersSaloni Kasbekar1-2/+2
2023-06-27BaseTools/tools_def: Add "-fno-unwind-tables" to GCC5_RISCV64_CC_FLAGSSunil V L1-1/+1
2023-06-27OvmfPkg/VirtioSerialDxe: Remove noisy debug print on supported() callArd Biesheuvel1-2/+0
2023-06-27ArmPkg/OpteeLib: Map shared communication buffer non-executableArd Biesheuvel1-1/+6
2023-06-27ArmPkg: Drop individual memory permission helpersArd Biesheuvel4-304/+4
2023-06-27StandaloneMmPkg: Include correct MmuLib headerArd Biesheuvel2-2/+2
2023-06-27UefiCpuPkg/ResetVector: Remove pre-built binariesRay Ni16-199/+9
2023-06-27UefiCpuPkg/ResetVector: Add guidance of FDF ffs ruleRay Ni2-21/+25
2023-06-27UefiCpuPkg: Include ResetVector in DSCRay Ni1-2/+2
2023-06-27CI: Use latest image for Linux jobs (Qemu 8, gcc 12)Oliver Steffen1-1/+1
2023-06-26OvmfPkg/PciHotPlugInitDxe: fix io window sizeGerd Hoffmann1-1/+1
2023-06-26ArmPkg/CpuDxe: Simplify memory attributes protocol implementationArd Biesheuvel1-48/+2
2023-06-26MdeModulePkg/DxeIpl ARM AARCH64: Switch to generic handoff codeArd Biesheuvel2-81/+1
2023-06-26ArmPkg/CpuPei: Implement the memory attributes PPIArd Biesheuvel2-0/+80
2023-06-26ArmPkg/ArmMmuLib: Extend API to manage memory permissions betterArd Biesheuvel5-17/+167
2023-06-26MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NXArd Biesheuvel2-4/+30
2023-06-26MdeModulePkg/DxeIpl: Merge EBC, RISCV64 and LOONGARCH codeArd Biesheuvel4-147/+3
2023-06-26MdeModulePkg: Define memory attribute PPIArd Biesheuvel2-0/+86
2023-06-26IntelFsp2WrapperPkg: Get HobListPtr before calling the Multiphase FSPSAishwarya, KurugoduMelmatamX1-7/+8
2023-06-23OvmfPkg/Bhyve: include TPM driverCorvin Köhne2-2/+22
2023-06-23OvmfPkg/Bhyve: install Acpi tables provided by FwCfgCorvin Köhne1-0/+5
2023-06-23OvmfPkg: move QemuFwCfgAcpi into AcpiPlatformLibCorvin Köhne6-11/+14
2023-06-23OvmfPkg: move BootScript into AcpiPlatformLibCorvin Köhne5-31/+30
2023-06-23OvmfPkg: move PciEncoding into AcpiPlatformLibCorvin Köhne19-274/+38
2023-06-23OvmfPkg: avoid including AcpiPlatformLib twiceCorvin Köhne1-0/+5
2023-06-23OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemoryCorvin Köhne1-2/+2
2023-06-23SecurityPkg: SubClassTpm: Updated default valueKun Qin2-4/+4
2023-06-23MdePkg: PiStatusCode: Add TPM subclass definition to MdePkgKun Qin1-0/+1
2023-06-23MdePkg: PiStatusCode: Add new Host Software class Error Code to MdePkgKun Qin1-20/+21
2023-06-23OvmfPkg/RiscVVirt: Add a readme for build and testSunil V L1-0/+49
2023-06-23OvmfPkg/RiscVVirt: Add support for separate code and variable storeSunil V L3-13/+19
2023-06-23OvmfPkg/RiscVVirt: Add VirtNorFlashDeviceTreeLib librarySunil V L2-0/+177
2023-06-23OvmfPkg/RiscVVirt: Fix couple of issues in VarStoreSunil V L1-6/+6
2023-06-21MdePkg: Code optimization to SMM InternalAllocateAlignedPagesduntan1-1/+1
2023-06-21MdeModulePkg/SmmCore: Perf-log PlatformHookBefore/AfterSmmDispatchRay Ni1-0/+4
2023-06-21UefiCpuPkg/SmmCpu: Add PcdSmmApPerfLogEnable control AP perf-loggingRay Ni5-3/+21
2023-06-21MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtimeRay Ni2-3/+47
2023-06-21MdeModulePkg/SmmPerformanceLib: Disable perf-logging after ExitBSRay Ni2-2/+75
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for SmmDriverDispatchHandlerRay Ni1-1/+4
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for time-consuming proceduresRay Ni2-1/+20
2023-06-21UefiCpuPkg/CpuSmm: Add perf-logging for MP proceduresRay Ni6-0/+219
2023-06-21UefiCpuPkg/CpuSmm: Add perf-logging for time-consuming BSP proceduresRay Ni6-5/+49
2023-06-21Maintainers.txt: update maintainer for CryptoPkgJian J Wang1-1/+1
2023-06-15UefiCpuPkg: RISC-V: TimerLib: Fix delay function to use 64-bitTuan Phan2-31/+23
2023-06-15UefiCpuPkg: CpuTimerDxeRiscV64: Fix incorrect value sent to SbiSetTimerTuan Phan3-5/+26
2023-06-14UefiPayloadPkg: Fix incorrect code on AddSectionHeaderBruceX Wang1-3/+3