summaryrefslogtreecommitdiff
path: root/ArmVirtPkg
AgeCommit message (Expand)AuthorFilesLines
2023-10-07ArmVirtPkg/FdtPL011SerialPortLib: initialize implicitlyLaszlo Ersek2-34/+52
2023-09-19ArmVirtPkg: handle virtual EL2 timer in DTLeif Lindholm7-3/+14
2023-09-19ArmVirtPkg.ci.yaml: Add debug macro exceptionMichael Kubacki1-0/+8
2023-09-08MdeModulePkg: Duplicate BaseRngLibTimerLib to MdeModulePkgPierre Gondois1-1/+1
2023-09-07ArmVirtPkg: use PcdTerminalTypeGuidBuffer for VirtioSerial consoleGerd Hoffmann1-2/+7
2023-09-06ArmVirtPkg: ArmVirtQemu: Add Graphics and InputOliver Smith-Denny1-0/+5
2023-06-23OvmfPkg: move PciEncoding into AcpiPlatformLibCorvin Köhne2-0/+2
2023-06-01ArmVirt/PlatformBootManagerLib: set up virtio serial as consoleGerd Hoffmann1-0/+172
2023-06-01ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci()Gerd Hoffmann1-7/+23
2023-06-01ArmVirt/PlatformBootManagerLib: factor out IsVirtio()Gerd Hoffmann1-5/+21
2023-06-01ArmVirt: add VirtioSerialDxe to ArmVirtQemu buildsGerd Hoffmann3-0/+3
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-29ArmVirtPkg/PrePi: Allocate separate stack for Dxe phaseSami Mujawar1-2/+2
2023-05-04ArmVirtPkg: allow setting Firmware Version from build command lineOliver Steffen2-1/+4
2023-04-10ArmVirtPkg: Update code to be more C11 compliant by using __func__Rebecca Cran17-44/+44
2023-03-30ArmVirtPkg/ArmPlatformLibQemu: Make IdMap.S BTI compatibleArd Biesheuvel1-0/+2
2023-03-29ArmVirtPkg: Fix depex in kvmtool guest Rtc librarySami Mujawar1-2/+2
2023-03-29ArmVirtPkg: Fix parsing of serial port nodeSami Mujawar1-2/+2
2023-03-28ArmVirtPkg: can't find gUefiOvmfPkgTokenSpaceGuidJianyong Wu1-0/+1
2023-03-16ArmVirtPkg/ArmVirtQemu: Use PEI flavor of ArmMmuLib for all PEIMsArd Biesheuvel1-6/+4
2023-03-16ArmVirtPkg: Enable stack guardArd Biesheuvel1-0/+2
2023-02-16ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxeSunil V L6-8/+8
2023-02-16ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkgSunil V L3-136/+0
2023-01-30ArmVirtPkg: Remove RealView Debugger lines from ArmVirtPkg.dsc.incRebecca Cran1-7/+0
2023-01-26ArmVirtPkg/PlatformCI: Perform build test of ArmVirtKvmToolArd Biesheuvel2-0/+57
2023-01-26ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernelArd Biesheuvel4-2/+83
2023-01-26ArmVirtPkg/PlatformCI: Enable optional features on Qemu AARCH64 buildsArd Biesheuvel1-3/+3
2023-01-26ArmVirtPkg/PlatformCI: factor out reusable PlatformBuildLib.pyArd Biesheuvel3-23/+39
2023-01-26ArmVirtPkg/ArmVirtQemu: enlarge initial flash mappingArd Biesheuvel1-1/+3
2023-01-26ArmVirtPkg/PrePi: Ensure timely execution of library constructorsArd Biesheuvel1-3/+3
2023-01-17ArmVirtPkg: CI: use ubuntu-22.04 vm_image (Linux only)Oliver Steffen1-1/+1
2023-01-17ArmVirtPkg: CI: Use Fedora 35 container (Linux only)Oliver Steffen1-5/+3
2023-01-17ArmVirtPkg: CI: use Python version from defaults templateOliver Steffen1-0/+4
2023-01-16ArmVirt: don't use unaligned CopyMem () on NOR flashGerd Hoffmann3-3/+15
2023-01-10ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderXArd Biesheuvel2-0/+20
2023-01-10ArmVirtPkg/ArmPlatformLibQemu: Ensure that VFP is on before running C codeArd Biesheuvel1-7/+5
2022-12-22ArmVirtPkg: Remove CcProbeLib from ArmVirtQemu.dscMin M Xu1-1/+0
2022-12-16ArmVirtPkg: Add reference to new build instructionsMichael Kubacki1-0/+3
2022-12-16OvmfPkg/AcpiPlatformDxe: Differentiate TDX case for Cloud HypervisorSebastien Boeuf1-0/+1
2022-11-06ArmVirtPkg: Kvmtool: Add RNG support using Arm TRNG interfaceSami Mujawar2-0/+15
2022-10-27ArmVirtPkg/ArmVirtKvmTool: Migrate to OVMF's VirtNorFlashDxeArd Biesheuvel4-15/+15
2022-10-27ArmVirtPkg/ArmVirtQemu: migrate to OVMF's VirtNorFlashDxeArd Biesheuvel5-13/+13
2022-10-26ArmVirtPkg/ArmVirtQemu: Clear XIP flags instead of overriding themArd Biesheuvel1-1/+1
2022-10-26ArmVirtPkg/ArmVirtQemu: omit PCD PEIM unless TPM support is enabledArd Biesheuvel2-6/+18
2022-10-26ArmVirtPkg/QemuVirtMemInfoLib: use HOB not PCD to record the memory sizeArd Biesheuvel8-25/+75
2022-10-26ArmVirtPkg/ArmVirtQemu: avoid shadowing PEIMs unless necessaryArd Biesheuvel1-0/+3
2022-10-26ArmVirtPkg/ArmVirtQemu: Drop unused variable PEIMArd Biesheuvel2-3/+0