summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-01BaseTools: remove duplicate includes: <arch>/ProcessorBind.hGerd Hoffmann9-806/+19
2023-06-01BaseTools: remove WinNtInclude.hGerd Hoffmann6-75/+0
2023-06-01MdePkg: don't set visibility to hiddenGerd Hoffmann1-14/+0
2023-06-01BaseTools: add -fdirect-access-external-data to clang pie buildsGerd Hoffmann1-3/+3
2023-06-01BaseTools: make sure the got is emptyGerd Hoffmann2-0/+20
2023-06-01OvmfPkg/PlatformInitLib: limit phys-bits to 46.Gerd Hoffmann1-3/+6
2023-06-01OvmfPkg/QemuFlashFvbServicesRuntimeDxe: refine flash detectionGerd Hoffmann1-3/+11
2023-06-01OvmfPkg/VirtioSerialDxe: use TPL_NOTIFYGerd Hoffmann1-2/+2
2023-05-31UefiCpuPkg/PiSmmCpuDxeSmm:add Ap Rendezvous check in PerformRemainingTasks.Zhihao Li1-0/+13
2023-05-31UefiCpuPkg/CpuService.c:check cpu sync mode in SmmCpuRendezvous()Zhihao Li1-6/+13
2023-05-31RedfishPkg: Use DEBUG_MANAGEABILITYAbner Chang12-61/+61
2023-05-31UefiPayloadPkg: Add CpuPageTableLib required by SecCore & CpuMpPeiJiaxin Wu1-1/+1
2023-05-31OvmfPkg: Add CpuPageTableLib required by SecCore & CpuMpPeiJiaxin Wu8-9/+8
2023-05-31MdeModulePkg/DxeIpl: Align Page table Level setting with previous level.Jiaxin Wu1-12/+24
2023-05-31UefiCpuPkg/CpuMpPei: Conditionally enable PAE paging in 32bit modeJiaxin Wu3-129/+75
2023-05-31UefiCpuPkg/SecCore: Migrate page table to permanent memoryJiaxin Wu4-0/+153
2023-05-30UefiCpuPkg/ResetVector: Support 5 level page table in ResetVectorZhiguang Liu2-0/+29
2023-05-30UefiCpuPkg/ResetVector: Modify Page Table in ResetVectorLiu, Zhiguang1-16/+17
2023-05-30UefiCpuPkg/ResetVector: Combine PageTables1G.asm and PageTables2M.asmLiu, Zhiguang3-76/+33
2023-05-30UefiCpuPkg/ResetVector: Simplify page table creation in ResetVectorLiu, Zhiguang3-32/+24
2023-05-30UefiCpuPkg/ResetVector: Rename macros about page table.Liu, Zhiguang2-22/+39
2023-05-30IntelFsp2Pkg/Library/BaseFspCommonLib: Fix OVERRUN Coverity issueRanbir Singh1-2/+4
2023-05-30IntelFsp2WrapperPkg: Fix ASSERT when FSP-S/M use FFS3.Tan, Ming2-2/+2
2023-05-30RedfishPkg/RedfishPlatformConfigDxe: fix value type issue.Nickle Wang1-0/+10
2023-05-29ArmPkg/CpuDxe: Perform preliminary NX remap of free memoryArd Biesheuvel3-0/+93
2023-05-29ArmVirtPkg/ArmVirtQemu: Use read-only memory region type for code flashArd Biesheuvel1-1/+1
2023-05-29ArmVirtPkg: Dispatch variable service if variable emulation is enabledSami Mujawar3-3/+19
2023-05-29ArmVirtPkg: Fallback to variable emulation if no CFI is foundSami Mujawar2-5/+36
2023-05-29ArmVirtPkg: Define variables for emulating runtime variablesSami Mujawar1-1/+5
2023-05-29ArmPkg: Configure PcdEmuVariableNvModeEnable as a dynamic PCDSami Mujawar1-1/+1
2023-05-29ArmVirtPkg/PrePi: Allocate separate stack for Dxe phaseSami Mujawar1-2/+2
2023-05-29ArmPkg/CpuDxe AARCH64: Report Memory Protection Attributes To GCDOliver Smith-Denny1-2/+2
2023-05-29OvmfPkg/MicrovmX64: enable 1G pagesGerd Hoffmann1-0/+3
2023-05-29OvmfPkg/OvmfPkgIa32X64: enable 1G pagesGerd Hoffmann1-0/+3
2023-05-29OvmfPkg/PlatformInitLib: check PcdUse1GPageTableGerd Hoffmann2-0/+6
2023-05-29OvmfPkg/PciHotPlugInitDxe: Do not reserve IO ports by default.Gerd Hoffmann1-1/+1
2023-05-29OvmfPkg/Bhyve/PlatformPei: drop S3Verification()Gerd Hoffmann1-29/+0
2023-05-29OvmfPkg/PlatformPei: drop S3Verification()Gerd Hoffmann1-31/+0
2023-05-29OvmfPkg/VirtIoSerialDxe: Update for VS2015x86 compatibilityMichael D Kinney1-5/+5
2023-05-29MdeModulePkg SdMmcPciHcDxe: SD/MMC capability debug print is incorrectGiri Mudusuru1-1/+1
2023-05-29RedfishPkg/RedfishPlatformConfigDxe: Fix string assert issueNickle Wang4-27/+169
2023-05-29PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCDGua Guo2-19/+31
2023-05-29BaseTools: toolsetup.bat always execute PYTHON_HOMEGua Guo1-9/+10
2023-05-24MdeModulePkg/Core/Pei: set AprioriCount=0 before walking through next FVedk2-stable202305Wendy Liao1-0/+1
2023-05-23ArmPkg/ArmMmuLib AARCH64: Add missing ISB after page table updateArd Biesheuvel1-0/+1
2023-05-22pip-requirements.txt: Update edk2 pip modulesMichael Kubacki1-3/+3
2023-05-17OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to SecAndrei Warkentin3-1/+5
2023-05-17MdePkg: add SBI-based SerialPortLib for RISC-VAndrei Warkentin8-0/+767
2023-05-17MdePkg: BaseRiscVSbiLib: make more useful to consumersAndrei Warkentin2-6/+39
2023-05-15UefiPayloadPkg: Fix boot shell issue for universal UEFI payloadGuo Dong3-12/+78