summaryrefslogtreecommitdiff
path: root/ArmVirtPkg
AgeCommit message (Expand)AuthorFilesLines
2024-07-29ArmVirtPkg: Kvmtool: Update Pci Config Space Info in Cfg ManagerSami Mujawar1-1/+3
2024-07-29ArmVirtPkg: Kvmtool: Update Power Mgmt Profile info in Cfg ManagerSami Mujawar2-20/+20
2024-07-29ArmVirtPkg: Kvmtool: Update ConfigMgr to support ArchCommonSami Mujawar1-0/+70
2024-07-27ArmVirtPkg/ArmVirtQemu: Switch to generic ResetSystemLibArd Biesheuvel3-285/+3
2024-07-27ArmVirtPkg: Implement DT-based ArmMonitorLib for the PEI phaseArd Biesheuvel2-0/+163
2024-07-27ArmVirtPkg: Move to generic ArmPsciResetSystemLibArd Biesheuvel3-267/+1
2024-07-25ArmPkg: Convert PcdMonitorConduitHvc to FixedAtBuildArd Biesheuvel1-2/+2
2024-07-23ArmVirtPkg: KvmtoolRtcFdtClientLib: Set MMIO Memory NXOliver Smith-Denny1-2/+2
2024-07-22ArmVirtPkg: QemuVirtMemInfoPeiLib: Allow Dynamic PcdSystemMemorySizeMichael Kubacki1-1/+3
2024-06-26ArmVirtPkg: drop use of PcdArmArchTimerFreqInHzLeif Lindholm4-20/+0
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkgPierre Gondois1-1/+1
2024-06-10ArmPkg: Revert "Allow SMC/HVC monitor conduit to be specified at runtime"Ard Biesheuvel2-2/+2
2024-06-10ArmVirtPkg/ArmVirtQemu: Revert "Permit the use of dynamic PCDs in PEI"Ard Biesheuvel2-2/+6
2024-06-10ArmVirtPkg: Revert "Use dynamic PCD to set the SMCCC conduit"Ard Biesheuvel6-14/+0
2024-06-10ArmVirtPkg/ArmVirtQemu: Implement ArmMonitorLib for QEMU specificallyArd Biesheuvel5-12/+138
2024-06-10ArmVirtPkg/PrePi: Enable VFP before calling into C codeArd Biesheuvel2-22/+24
2024-06-05ArmVirtPkg: Remove the NorFlashQemuLibChao Li2-178/+0
2024-06-04ArmVirtPkg: Enable the non-hardcode version FdtNorFlashQemuLibChao Li3-8/+38
2024-05-24ArmVirtPkg/ArmVirtQemu: Add RngDxe driveredk2-stable202405Ard Biesheuvel4-1/+7
2024-05-24ArmVirtPkg: Reverse inclusion order of MdeLibs.inc and ArmVirt.dsc.incArd Biesheuvel3-6/+6
2024-05-24ArmVirtPkg: Use dynamic PCD to set the SMCCC conduitArd Biesheuvel6-0/+26
2024-05-24ArmVirtPkg/ArmVirtQemu: Permit the use of dynamic PCDs in PEIArd Biesheuvel2-6/+2
2024-05-24ArmVirtPkg: Move PcdMonitorConduitHvcFlickdm1-2/+2
2024-05-24ArmVirtPkg: Add Hash2DxeCrypto to ArmVirtPkgFlickdm3-0/+15
2024-05-24ArmVirtPkg PlatformCI: Support virtio-rng-pciFlickdm1-0/+2
2024-04-30ArmVirtPkg: Enable QemuFwCfgMmioDxeLib.infChao Li2-2/+2
2024-04-22ArmVirtPkg/ArmVirtQemu: always build XIP code with strict alignmentArd Biesheuvel1-2/+0
2024-03-08ArmVirtPkg: auto-generate SEC ProcessLibraryConstructorList() declLaszlo Ersek2-7/+1
2024-02-25ArmVirtPkg/XenAcpiPlatformDxe: Install FACS table from DTDavid Woodhouse1-8/+29
2024-02-06ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkgChao Li7-1544/+2
2024-02-06ArmVirtPkg: Move two PCD variables into OvmfPkgChao Li4-18/+4
2024-02-06ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkgChao Li5-368/+1
2024-02-06ArmVirtPkg: Enable CpuMmio2DxeChao Li7-7/+7
2024-02-06ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkgChao Li15-33/+27
2023-12-14CloudHv: Add CI for CloudHv on AArch64Jianyong Wu2-0/+45
2023-12-12ArmVirtQemu: Allow EFI memory attributes protocol to be disabledArd Biesheuvel3-0/+73
2023-12-11ArmVirtPkg: Sync debug level comments in ArmVirt.dsc.incRebecca Cran1-20/+22
2023-11-27ArmVirtPkg: Add ImagePropertiesRecordLib InstanceTaylor Beebe1-0/+1
2023-10-31ArmVirtPkg/PlatformCI/ReadMe.md: Update contentsMichael Kubacki1-20/+35
2023-10-31ArmVirtPkg: Add varpolicy shell commandMichael Kubacki4-0/+7
2023-10-26ArmVirtPkg: steer DebugLib output away from SerialPortLib+console trafficLaszlo Ersek3-2/+33
2023-10-26ArmVirtPkg: introduce DebugLibFdtPL011Uart DXE Runtime instanceLaszlo Ersek2-0/+149
2023-10-26ArmVirtPkg: introduce DebugLibFdtPL011Uart RAM instanceLaszlo Ersek4-0/+229
2023-10-26ArmVirtPkg: introduce DebugLibFdtPL011Uart Flash instanceLaszlo Ersek4-0/+555
2023-10-26ArmVirtPkg: store separate console and debug PL011 addresses in GUID HOBLaszlo Ersek4-18/+62
2023-10-26ArmVirtPkg: adhere to the serial port selected by /chosen "stdout-path"Laszlo Ersek4-82/+58
2023-10-26ArmVirtPkg: adjust whitespace in block scope declarationsLaszlo Ersek2-28/+28
2023-10-26ArmVirtPkg/Fdt16550SerialPortHookLib: rebase to FdtSerialPortAddressLibLaszlo Ersek2-87/+4
2023-10-26ArmVirtPkg: introduce FdtSerialPortAddressLibLaszlo Ersek5-0/+368
2023-10-07ArmVirtPkg/FdtPL011SerialPortLib: initialize implicitlyLaszlo Ersek2-34/+52