summaryrefslogtreecommitdiff
path: root/ArmVirtPkg
AgeCommit message (Expand)AuthorFilesLines
2016-04-12ArmVirtPkg/VirtFdtDxe: remove handling of fw_cfg DT nodeArd Biesheuvel6-69/+0
2016-04-12ArmVirtPkg/QemuFwCfgLib: move to FDT client protocolArd Biesheuvel2-10/+77
2016-04-11ArmVirtPkg/VirtFdtDxe: remove timer DT node handlingArd Biesheuvel2-42/+1
2016-04-11ArmVirtPkg: move TimerDxe to FDT client libraryArd Biesheuvel3-3/+12
2016-04-11ArmVirtPkg: implement ArmVirtTimerFdtClientLibArd Biesheuvel2-0/+136
2016-04-11ArmVirtPkg/VirtFdtDxe: drop detection of PSCI methodArd Biesheuvel6-33/+1
2016-04-11ArmVirtPkg/ArmVirtPsciResetSystemLib: move to FDT client protocolArd Biesheuvel2-7/+36
2016-04-11ArmVirtPkg/VirtFdtDxe: remove GIC discoveryArd Biesheuvel6-63/+0
2016-04-11ArmVirtPkg/ArmGicArchLib: move to FdtClient protocolArd Biesheuvel2-8/+85
2016-04-11ArmVirtPkg: add FdtClientDxe to the ArmVirtPkg platformsArd Biesheuvel6-0/+6
2016-04-11ArmVirtPkg/FdtClientDxe: implement new driverArd Biesheuvel2-0/+304
2016-04-11ArmVirtPkg: introduce FdtClientProtocolArd Biesheuvel2-0/+111
2016-04-07ArmVirtPkg: Convert to build FatPkg from sourceJordan Justen6-7/+10
2016-04-07ArmVirtPkg: drop dependency on PeiPcdLib for PEI Pcd.infArd Biesheuvel2-4/+4
2016-04-07ArmVirtPkg: drop dependency on DxePcdLib for DXE Pcd.infArd Biesheuvel3-3/+12
2016-04-07ArmVirtPkg: drop bogus ArmPlatformSecExtraActionLib resolutionArd Biesheuvel1-1/+0
2016-04-07ArmVirtPkg: remove linux loader from ARM buildsArd Biesheuvel4-34/+0
2016-04-06ArmVirtPkg: include Virtio10Dxe from OvmfPkgLaszlo Ersek4-0/+4
2016-04-01ArmVirtPkg: disable PcdHiiOsRuntimeSupportLaszlo Ersek1-0/+1
2016-03-31ArmVirtPkg/ArmVirtQemu: gate FDT config table install with build optionArd Biesheuvel1-0/+5
2016-03-31ArmVirtPkg/VirtFdtDxe: make installation of FDT as config table optionalArd Biesheuvel3-31/+48
2016-03-23ArmVirtPkg: PlatformIntelBdsLib: signal gRootBridgesConnectedEventGroupGuidLaszlo Ersek2-0/+7
2016-03-23ArmVirtPkg/PlatformIntelBdsLib: rebase to EfiEventGroupSignalLaszlo Ersek3-34/+2
2016-03-17ArmVirtPkg/ArmVirtQemu: move to ARM version of CpuExceptionHandlerLibArd Biesheuvel1-1/+1
2016-03-11ArmVirtPkg/VirtFdtDxe: set /chosen/linux,pci-probe-only to 1 in DTBArd Biesheuvel1-0/+26
2016-03-02ArmVirtPkg: sync log level comments to DebugLib.hLaszlo Ersek1-4/+4
2016-02-26ArmVirtPkg: Add FileExplorerLib.inf to the QEMU dsc filesDandan Bi2-2/+8
2016-02-24ArmVirtPkg: ArmVirtQemu: add driver for Virtio-RNG deviceArd Biesheuvel2-0/+2
2016-02-24ArmVirtPkg/ArmVirtQemu: limit ACPI support to v5.0 and higherArd Biesheuvel1-0/+4
2016-02-22ArmVirtPkg: ArmVirtQemu: make ACPI support AARCH64 onlyArd Biesheuvel2-6/+9
2016-02-18ArmVirtPkg: ArmVirtQemu: expose only 64-bit entry point for v3.0+ SMBIOSArd Biesheuvel1-0/+8
2016-02-05ArmVirtPkg: implement ArmVirtQemuKernelArd Biesheuvel2-0/+778
2016-02-05ArmVirtPkg: introduce new ArmQemuRelocatablePlatformLibArd Biesheuvel6-0/+632
2016-02-05ArmVirtPkg/EarlyFdtPL011: allow patchable PCD for initial DT base addressArd Biesheuvel2-2/+3
2015-12-17ArmVirtPkg/ArmVirtXen: add ARM supportArd Biesheuvel2-6/+22
2015-12-17ArmVirtPkg/ArmXenRelocatablePlatformLib: add ARM supportArd Biesheuvel2-0/+143
2015-12-17ArmVirtPkg/PrePiRelocatable: add ARM supportArd Biesheuvel4-15/+242
2015-12-17ArmVirtPkg/XenRelocatablePlatformLib: rewrite DTB memory node retrieval in CArd Biesheuvel4-269/+113
2015-12-14ArmVirtPkg RVCT: build DXE_RUNTIME_DRIVER modules with 4 KB alignmentArd Biesheuvel1-0/+1
2015-12-04ArmVirtPkg: HighMemDxe: add memory space for the high memory nodesShannon Zhao4-0/+163
2015-12-04ArmVirtPkg: ArmVirtPlatformLib: find the lowest memory nodeShannon Zhao1-13/+17
2015-12-03ArmVirtPkg: use explicit KERNEL_BLOB_TYPE castArd Biesheuvel1-1/+3
2015-11-30ArmVirtPkg: add secure boot support to 32-bit ARM targetsArd Biesheuvel1-0/+3
2015-11-27ArmVirtPkg/PrePi: remove global variable allocation from lowlevel initArd Biesheuvel4-42/+2
2015-11-27ArmVirtPkg: drop ArmPlatformGlobalVariableLib dependencyArd Biesheuvel4-10/+1
2015-11-27ArmVirtPkg/ArmVirtQemu: move to ArmPkg version of PeiServicesTablePointerLibArd Biesheuvel1-3/+3
2015-11-26ArmVirtPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkgStar Zeng7-6/+180
2015-11-24ArmVirtPkg/ArmVirtPlatformLib: reduce ID map size to GCD region sizeArd Biesheuvel2-1/+4
2015-11-24ArmVirtPkg/ArmVirtQemu: limit the (I)PA space to 40 bitsArd Biesheuvel1-0/+4
2015-11-18ArmVirtPkg/ArmVirtPlatformLib: map executable NOR region as normal memoryArd Biesheuvel1-2/+8