summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmVirtPkg/VirtFdtDxe: remove Xenio handling and rename to VirtioFdtDxeArd Biesheuvel2016-04-137-241/+143
* ArmVirtPkg/ArmVirtXen: move from VirtFdtDxe to new XenioFdtDxe driverArd Biesheuvel2016-04-134-2/+114
* ArmVirtPkg/VirtFdtDxe: move FDT config table installation to FdtClientDxeArd Biesheuvel2016-04-134-14/+15
* ArmVirtPkg/VirtFdtDxe: remove unused PL011 DT node typeArd Biesheuvel2016-04-131-2/+0
* ArmVirtPkg: get rid of A PRIORI DXE declarations for VirtFdtDxeArd Biesheuvel2016-04-133-12/+0
* ArmVirtPkg/VirtFdtDxe: drop RTC handlingArd Biesheuvel2016-04-132-31/+1
* ArmVirtPkg: move QEMU based platforms to ArmVirtPL031FdtClientLibArd Biesheuvel2016-04-132-2/+8
* ArmVirtPkg: implement ArmVirtPL031FdtClientLibArd Biesheuvel2016-04-132-0/+131
* ArmVirtPkg/RelocatableVirtHelper: use correct FindMemNode argument orderArd Biesheuvel2016-04-134-8/+8
* ArmVirtPkg/VirtFdtDxe: drop PCI host bridge handlingArd Biesheuvel2016-04-125-244/+16
* ArmVirtPkg/PciHostBridgeDxe: move to FDT client protocolArd Biesheuvel2016-04-123-24/+252
* ArmVirtPkg/BaseCachingPciExpressLib: depend on PciPcdProducerLibArd Biesheuvel2016-04-123-2/+12
* ArmVirtPkg: implement FdtPciPcdProducerLibArd Biesheuvel2016-04-122-0/+109
* ArmVirtPkg/VirtFdtDxe: remove handling of fw_cfg DT nodeArd Biesheuvel2016-04-126-69/+0
* ArmVirtPkg/QemuFwCfgLib: move to FDT client protocolArd Biesheuvel2016-04-122-10/+77
* ArmVirtPkg/VirtFdtDxe: remove timer DT node handlingArd Biesheuvel2016-04-112-42/+1
* ArmVirtPkg: move TimerDxe to FDT client libraryArd Biesheuvel2016-04-113-3/+12
* ArmVirtPkg: implement ArmVirtTimerFdtClientLibArd Biesheuvel2016-04-112-0/+136
* ArmVirtPkg/VirtFdtDxe: drop detection of PSCI methodArd Biesheuvel2016-04-116-33/+1
* ArmVirtPkg/ArmVirtPsciResetSystemLib: move to FDT client protocolArd Biesheuvel2016-04-112-7/+36
* ArmVirtPkg/VirtFdtDxe: remove GIC discoveryArd Biesheuvel2016-04-116-63/+0
* ArmVirtPkg/ArmGicArchLib: move to FdtClient protocolArd Biesheuvel2016-04-112-8/+85
* ArmVirtPkg: add FdtClientDxe to the ArmVirtPkg platformsArd Biesheuvel2016-04-116-0/+6
* ArmVirtPkg/FdtClientDxe: implement new driverArd Biesheuvel2016-04-112-0/+304
* ArmVirtPkg: introduce FdtClientProtocolArd Biesheuvel2016-04-112-0/+111
* ArmVirtPkg: Convert to build FatPkg from sourceJordan Justen2016-04-076-7/+10
* ArmVirtPkg: drop dependency on PeiPcdLib for PEI Pcd.infArd Biesheuvel2016-04-072-4/+4
* ArmVirtPkg: drop dependency on DxePcdLib for DXE Pcd.infArd Biesheuvel2016-04-073-3/+12
* ArmVirtPkg: drop bogus ArmPlatformSecExtraActionLib resolutionArd Biesheuvel2016-04-071-1/+0
* ArmVirtPkg: remove linux loader from ARM buildsArd Biesheuvel2016-04-074-34/+0
* ArmVirtPkg: include Virtio10Dxe from OvmfPkgLaszlo Ersek2016-04-064-0/+4
* ArmVirtPkg: disable PcdHiiOsRuntimeSupportLaszlo Ersek2016-04-011-0/+1
* ArmVirtPkg/ArmVirtQemu: gate FDT config table install with build optionArd Biesheuvel2016-03-311-0/+5
* ArmVirtPkg/VirtFdtDxe: make installation of FDT as config table optionalArd Biesheuvel2016-03-313-31/+48
* ArmVirtPkg: PlatformIntelBdsLib: signal gRootBridgesConnectedEventGroupGuidLaszlo Ersek2016-03-232-0/+7
* ArmVirtPkg/PlatformIntelBdsLib: rebase to EfiEventGroupSignalLaszlo Ersek2016-03-233-34/+2
* ArmVirtPkg/ArmVirtQemu: move to ARM version of CpuExceptionHandlerLibArd Biesheuvel2016-03-171-1/+1
* ArmVirtPkg/VirtFdtDxe: set /chosen/linux,pci-probe-only to 1 in DTBArd Biesheuvel2016-03-111-0/+26
* ArmVirtPkg: sync log level comments to DebugLib.hLaszlo Ersek2016-03-021-4/+4
* ArmVirtPkg: Add FileExplorerLib.inf to the QEMU dsc filesDandan Bi2016-02-262-2/+8
* ArmVirtPkg: ArmVirtQemu: add driver for Virtio-RNG deviceArd Biesheuvel2016-02-242-0/+2
* ArmVirtPkg/ArmVirtQemu: limit ACPI support to v5.0 and higherArd Biesheuvel2016-02-241-0/+4
* ArmVirtPkg: ArmVirtQemu: make ACPI support AARCH64 onlyArd Biesheuvel2016-02-222-6/+9
* ArmVirtPkg: ArmVirtQemu: expose only 64-bit entry point for v3.0+ SMBIOSArd Biesheuvel2016-02-181-0/+8
* ArmVirtPkg: implement ArmVirtQemuKernelArd Biesheuvel2016-02-052-0/+778
* ArmVirtPkg: introduce new ArmQemuRelocatablePlatformLibArd Biesheuvel2016-02-056-0/+632
* ArmVirtPkg/EarlyFdtPL011: allow patchable PCD for initial DT base addressArd Biesheuvel2016-02-052-2/+3
* ArmVirtPkg/ArmVirtXen: add ARM supportArd Biesheuvel2015-12-172-6/+22
* ArmVirtPkg/ArmXenRelocatablePlatformLib: add ARM supportArd Biesheuvel2015-12-172-0/+143
* ArmVirtPkg/PrePiRelocatable: add ARM supportArd Biesheuvel2015-12-174-15/+242