summaryrefslogtreecommitdiff
path: root/ArmVirtPkg/ArmVirtXen.dsc
AgeCommit message (Expand)AuthorFilesLines
2024-06-26ArmVirtPkg: drop use of PcdArmArchTimerFreqInHzLeif Lindholm1-5/+0
2024-06-10ArmVirtPkg: Revert "Use dynamic PCD to set the SMCCC conduit"Ard Biesheuvel1-2/+0
2024-05-24ArmVirtPkg: Reverse inclusion order of MdeLibs.inc and ArmVirt.dsc.incArd Biesheuvel1-2/+2
2024-05-24ArmVirtPkg: Use dynamic PCD to set the SMCCC conduitArd Biesheuvel1-0/+2
2024-02-06ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkgChao Li1-1/+1
2023-10-26ArmVirtPkg: steer DebugLib output away from SerialPortLib+console trafficLaszlo Ersek1-0/+11
2023-09-19ArmVirtPkg: handle virtual EL2 timer in DTLeif Lindholm1-0/+1
2023-05-04ArmVirtPkg: allow setting Firmware Version from build command lineOliver Steffen1-1/+0
2021-10-14ArmVirtPkg/FdtClintDxe: Move FdtClientDxe to EmbeddedPkgAbner Chang1-1/+1
2021-10-05ArmVirtPkg: Reference new TPM classes in the build system for compilationStefan Berger1-0/+1
2021-03-31ArmVirtPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-0/+2
2020-06-12ArmVirtPkg/PrePi: use standard PeCoff routines for self-relocationArd Biesheuvel1-6/+4
2020-03-04ArmVirtPkg: unshare TpmMeasurementLib resolution between platformsArd Biesheuvel1-0/+1
2020-03-04ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DTArd Biesheuvel1-0/+6
2019-08-21OvmfPkg: Move XenRealTimeClockLib from ArmVirtPkgAnthony PERARD1-1/+1
2019-04-09ArmVirtPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdShellFileLaszlo Ersek1-1/+0
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdTerminalTypeGuidBufferLaszlo Ersek1-3/+0
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdPL031RtcBaseLaszlo Ersek1-3/+0
2019-02-13ArmVirtPkg: don't set PcdCoreCountLaszlo Ersek1-2/+0
2019-01-24ArmVirtXen: Link VarCheckUefiLib NULL class library instanceStar Zeng1-1/+4
2019-01-24ArmVirtXen: Use merged variable driver for emulated NV modeStar Zeng1-2/+7
2018-12-13ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line optionArd Biesheuvel1-5/+0
2018-12-11ArmVirtPkg/PrePiUniCoreRelocatable CLANG38: work around build issuesArd Biesheuvel1-2/+10
2018-04-30ArmVirtPkg: use protocol-based DevicePathLib instance for most DXE modulesLaszlo Ersek1-1/+6
2018-04-26ArmVirtPkg: reinstate timer unmask quirk for XenArd Biesheuvel1-0/+1
2017-12-06ArmVirtPkg: add NOOPT target to platform .DSCsArd Biesheuvel1-1/+1
2017-12-04ArmVirtPkg/ArmVirtXen: move from Intel to generic BDSArd Biesheuvel1-3/+18
2017-11-23ArmVirtPkg: remove ArmPlatformLib implementationsArd Biesheuvel1-1/+0
2017-11-23ArmVirtPkg/ArmVirtXen: add ArmVirtMemInfoLib implementationArd Biesheuvel1-0/+1
2017-11-16ArmVirtPkg: remove ArmPlatformSysConfigLib dependencyArd Biesheuvel1-6/+0
2017-09-08ArmVirtPkg: Enable UDF file system supportPaulo Alcantara1-1/+2
2017-07-03ArmVirtPkg: switch to generic ResetSystemRuntimeDxeArd Biesheuvel1-1/+1
2017-05-03ArmVirtPkg: install EdkiiPlatformHasDeviceTree proto in the 32-bit buildsNerijus Baliƫnas1-1/+1
2017-04-13ArmVirtPkg/ArmVirtXen: remove ARM BdsLib library class resolutionArd Biesheuvel1-2/+0
2017-03-31ArmVirtPkg: remove ArmCpuLib referencesArd Biesheuvel1-7/+0
2017-03-28ArmVirtPkg: enable AcpiTableDxe and EFI_ACPI_TABLE_PROTOCOL dynamicallyLaszlo Ersek1-0/+1
2016-09-08ArmVirtPkg: replace all ArmLib resolutions with ArmBaseLibArd Biesheuvel1-11/+1
2016-08-22ArmVirtPkg: Move inclusion of AcpiTableDxe.inf to ArmVirt.dsc.incVikas C Sajjan1-1/+0
2016-08-03ArmVirtPkg ARM: make relocatable PrePi users build with CLANG35Ard Biesheuvel1-0/+9
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel1-0/+2
2016-06-28ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARMShannon Zhao1-0/+8
2016-04-13ArmVirtPkg/ArmVirtXen: move from VirtFdtDxe to new XenioFdtDxe driverArd Biesheuvel1-1/+1
2016-04-12ArmVirtPkg/VirtFdtDxe: drop PCI host bridge handlingArd Biesheuvel1-12/+0
2016-04-12ArmVirtPkg/VirtFdtDxe: remove handling of fw_cfg DT nodeArd Biesheuvel1-4/+0
2016-04-11ArmVirtPkg: move TimerDxe to FDT client libraryArd Biesheuvel1-1/+4
2016-04-11ArmVirtPkg/VirtFdtDxe: drop detection of PSCI methodArd Biesheuvel1-2/+0
2016-04-11ArmVirtPkg/VirtFdtDxe: remove GIC discoveryArd Biesheuvel1-1/+0
2016-04-11ArmVirtPkg: add FdtClientDxe to the ArmVirtPkg platformsArd Biesheuvel1-0/+1
2016-04-07ArmVirtPkg: Convert to build FatPkg from sourceJordan Justen1-1/+2