summaryrefslogtreecommitdiff
path: root/ArmVirtPkg
AgeCommit message (Expand)AuthorFilesLines
2020-04-28ArmVirtPkg: control PXEv4 / PXEv6 boot support from the QEMU command lineLaszlo Ersek2-0/+26
2020-04-28ArmVirtPkg/QemuFwCfgLib: allow UEFI_DRIVER modulesLaszlo Ersek1-1/+1
2020-04-28ArmVirtPkg: Add Platform CI and configuration for Core CISean Brogan5-0/+614
2020-04-21ArmVirtPkg/ArmVirtQemu: Revert "limit ACPI support to v5.0 and higher"Samer El-Haj-Mahmoud1-4/+0
2020-04-09ArmVirtPkg: Include NVMe support in ArmVirtQemu*Leendert van Doorn3-0/+15
2020-03-26ArmVirtPkg/PlatformPeiLib: add dummy assignment to work around older GCCArd Biesheuvel1-0/+5
2020-03-17ArmVirtPkg: fix ASSERT in ArmVirtGicArchLib with virtualization=onLeif Lindholm1-1/+6
2020-03-05ArmVirtPkg/PlatformBootManagerLib: switch to separate QEMU loaderArd Biesheuvel2-1063/+7
2020-03-05ArmVirtPkg: incorporate the new QEMU kernel loader driver and libraryArd Biesheuvel3-0/+5
2020-03-05ArmVirtPkg/PlatformBootManagerLib: sync Timeout with PcdPlatformBootTimeOutLaszlo Ersek2-2/+26
2020-03-04ArmVirtPkg: convert LFs to CRLFLaszlo Ersek1-22/+22
2020-03-04ArmVirtPkg: add the 'initrd' dynamic shell commandArd Biesheuvel3-0/+6
2020-03-04ArmVirtPkg/ArmVirtQemu: enable TPM2 based measured bootArd Biesheuvel1-0/+3
2020-03-04ArmVirtPkg/ArmVirtQemu: enable the TPM2 configuration moduleArd Biesheuvel2-0/+12
2020-03-04ArmVirtPkg/ArmVirtQemu: enable the DXE phase TPM2 support moduleArd Biesheuvel2-1/+32
2020-03-04ArmVirtPkg: unshare TpmMeasurementLib resolution between platformsArd Biesheuvel4-1/+3
2020-03-04ArmVirtPkg; avoid DxeTpmMeasurementLib in shared .DSCArd Biesheuvel1-2/+1
2020-03-04ArmVirtPkg/ArmVirtQemu: enable TPM2 support in the PEI phaseArd Biesheuvel2-0/+22
2020-03-04ArmVirtPkg/ArmVirtQemu: add ResetSystem PEIM for upcoming TPM2 supportArd Biesheuvel2-0/+18
2020-03-04ArmVirtPkg: implement ArmVirtPsciResetSystemPeiLibArd Biesheuvel2-0/+271
2020-03-04ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DTArd Biesheuvel6-14/+129
2020-03-04ArmVirtPkg/PlatformPeiLib: make PcdLib dependency explicit in .INFArd Biesheuvel1-0/+1
2020-01-10ArmVirtPkg: remove EnterS3WithImmediateWake () from ResetSystemLibArd Biesheuvel1-14/+0
2019-10-16ArmVirtPkg/PlatformBootManagerLib: Don't update progress if Pcd is 0Pete Batard1-3/+11
2019-09-13ArmVirtPkg: increase FD/FV size for NOOPT buildsArd Biesheuvel4-9/+68
2019-09-05ArmVirtPkg/PlatformBootManagerLib: unload image on EFI_SECURITY_VIOLATIONLaszlo Ersek1-1/+8
2019-09-05ArmVirtPkg/ArmVirtPrePiUniCoreRelocatable: revert to PIE linkingArd Biesheuvel1-1/+1
2019-08-21OvmfPkg: Move XenRealTimeClockLib from ArmVirtPkgAnthony PERARD3-224/+1
2019-06-28ArmVirtPkg: handle NETWORK_TLS_ENABLE in ArmVirtQemu*Laszlo Ersek3-8/+35
2019-06-14ArmVirtPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUIDAnthony PERARD1-6/+2
2019-05-16ArmVirtPkg: Update DSC/FDF to use NetworkPkg's include fragment file.Fu Siyuan4-87/+52
2019-04-30ArmVirtPkg: build EnrollDefaultKeys.efiLaszlo Ersek3-0/+3
2019-04-28ArmVirtPkg/ArmVirtPsciResetSystemLib: Add a new API ResetSystemZhichao Gao1-0/+44
2019-04-10ArmVirtPkg: Update UefiDecompressLib instanceDandan Bi2-14/+0
2019-04-09ArmVirtPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney80-561/+80
2019-02-25ArmVirtPkg/PlatformBootManagerLib: display boot option loading/startingLaszlo Ersek4-0/+6
2019-02-25ArmVirtPkg/ArmVirtQemu*: enable minimal Status Code Routing in DXELaszlo Ersek3-0/+25
2019-02-13ArmVirtPkg/ArmVirtXen: don't set Pcd*ImageVerificationPolicyLaszlo Ersek3-7/+14
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdTurnOffUsbLegacySupportLaszlo Ersek3-2/+4
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdShellFileLaszlo Ersek1-1/+0
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdTerminalTypeGuidBufferLaszlo Ersek4-9/+6
2019-02-13ArmVirtPkg/ArmVirtXen: don't set PcdPL031RtcBaseLaszlo Ersek1-3/+0
2019-02-13ArmVirtPkg: don't set PcdDebugPrintErrorLevel in RELEASE buildsLaszlo Ersek1-0/+2
2019-02-13ArmVirtPkg: don't set PcdDebugClearMemoryValueLaszlo Ersek1-1/+0
2019-02-13ArmVirtPkg: don't set PcdCoreCountLaszlo Ersek3-4/+0
2019-02-13ArmVirtPkg/PrePi: drop wrong PcdCoreCount dependencyLaszlo Ersek1-2/+0
2019-02-13ArmVirtPkg: clean up PcdSetNxForStack setting (applies to ArmVirtQemu only)Laszlo Ersek2-5/+5
2019-02-13ArmVirtPkg: don't set PcdPostCodePropertyMaskLaszlo Ersek1-1/+0
2019-02-13ArmVirtPkg/{ArmVirtQemu,ArmVirtQemuKernel}: don't set PcdTrustzoneSupportLaszlo Ersek2-6/+0
2019-02-13ArmVirtPkg: don't set PcdRelocateVectorTableLaszlo Ersek1-3/+0