summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-30pip: bump edk2-basetools from 0.1.48 to 0.1.49dependabot/pip/edk2-basetools-0.1.49dependabot[bot]1-1/+1
2023-06-30UefiCpuPkg/PiSmmCpuDxeSmm: Remove unnecessary functionDun Tan3-40/+6
2023-06-30UefiCpuPkg: Refinement to smm runtime InitPaging() codeDun Tan2-228/+100
2023-06-30UefiCpuPkg: Sort mProtectionMemRange when ReadyToLockDun Tan1-0/+32
2023-06-30UefiCpuPkg: Sort mSmmCpuSmramRanges in FindSmramInfoDun Tan1-0/+32
2023-06-30UefiCpuPkg: Use GenSmmPageTable() to create Smm S3 page tableDun Tan3-147/+5
2023-06-30UefiCpuPkg: Add GenSmmPageTable() to create smm page tableDun Tan4-195/+107
2023-06-30UefiCpuPkg: Extern mSmmShadowStackSize in PiSmmCpuDxeSmm.hDun Tan5-8/+3
2023-06-30UefiCpuPkg/PiSmmCpuDxeSmm: Clear CR0.WP before modify page tableDun Tan2-0/+16
2023-06-30UefiCpuPkg/PiSmmCpuDxeSmm: Add 2 function to disable/enable CR0.WPDun Tan2-49/+90
2023-06-30UefiCpuPkg/PiSmmCpuDxeSmm: Avoid setting non-present range to RO/NXDun Tan1-22/+107
2023-06-30UefiCpuPkg: Add DEBUG_CODE for special case when clear RPDun Tan1-0/+48
2023-06-30UefiCpuPkg: Use CpuPageTableLib to convert SMM paging attribute.Dun Tan5-325/+121
2023-06-30MdeModulePkg: Remove other attribute protection in UnsetGuardPageDun Tan1-1/+15
2023-06-30OvmfPkg:Remove code that apply AddressEncMask to non-leaf entryDun Tan1-4/+19
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