summaryrefslogtreecommitdiff
path: root/ArmVirtPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2024-06-10ArmVirtPkg: Revert "Use dynamic PCD to set the SMCCC conduit"Ard Biesheuvel2-3/+0
2024-06-10ArmVirtPkg/ArmVirtQemu: Implement ArmMonitorLib for QEMU specificallyArd Biesheuvel3-12/+134
2024-06-05ArmVirtPkg: Remove the NorFlashQemuLibChao Li2-178/+0
2024-05-24ArmVirtPkg: Use dynamic PCD to set the SMCCC conduitArd Biesheuvel2-0/+15
2024-02-06ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkgChao Li4-1541/+0
2024-02-06ArmVirtPkg: Move two PCD variables into OvmfPkgChao Li1-3/+2
2024-02-06ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkgChao Li2-283/+0
2024-02-06ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkgChao Li8-13/+20
2023-12-12ArmVirtQemu: Allow EFI memory attributes protocol to be disabledArd Biesheuvel2-0/+67
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 Ersek3-16/+49
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 Ersek2-0/+283
2023-10-07ArmVirtPkg/FdtPL011SerialPortLib: initialize implicitlyLaszlo Ersek2-34/+52
2023-09-19ArmVirtPkg: handle virtual EL2 timer in DTLeif Lindholm2-3/+9
2023-09-07ArmVirtPkg: use PcdTerminalTypeGuidBuffer for VirtioSerial consoleGerd Hoffmann1-2/+7
2023-06-01ArmVirt/PlatformBootManagerLib: set up virtio serial as consoleGerd Hoffmann1-0/+172
2023-06-01ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci()Gerd Hoffmann1-7/+23
2023-06-01ArmVirt/PlatformBootManagerLib: factor out IsVirtio()Gerd Hoffmann1-5/+21
2023-05-29ArmVirtPkg/ArmVirtQemu: Use read-only memory region type for code flashArd Biesheuvel1-1/+1
2023-05-29ArmVirtPkg: Fallback to variable emulation if no CFI is foundSami Mujawar2-5/+36
2023-04-10ArmVirtPkg: Update code to be more C11 compliant by using __func__Rebecca Cran14-38/+38
2023-03-30ArmVirtPkg/ArmPlatformLibQemu: Make IdMap.S BTI compatibleArd Biesheuvel1-0/+2
2023-03-29ArmVirtPkg: Fix depex in kvmtool guest Rtc librarySami Mujawar1-2/+2
2023-03-29ArmVirtPkg: Fix parsing of serial port nodeSami Mujawar1-2/+2
2023-01-26ArmVirtPkg/ArmVirtQemu: enlarge initial flash mappingArd Biesheuvel1-1/+3
2023-01-10ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderXArd Biesheuvel1-0/+15
2023-01-10ArmVirtPkg/ArmPlatformLibQemu: Ensure that VFP is on before running C codeArd Biesheuvel1-7/+5
2022-10-27ArmVirtPkg/ArmVirtKvmTool: Migrate to OVMF's VirtNorFlashDxeArd Biesheuvel2-12/+12
2022-10-27ArmVirtPkg/ArmVirtQemu: migrate to OVMF's VirtNorFlashDxeArd Biesheuvel2-8/+8
2022-10-26ArmVirtPkg/QemuVirtMemInfoLib: use HOB not PCD to record the memory sizeArd Biesheuvel6-22/+71
2022-10-26ArmVirtPkg/ArmVirtQemu: implement ArmPlatformLib with static ID mapArd Biesheuvel4-0/+276
2022-09-06CloudHv/arm: add PeiMemInfoLibJianyong Wu3-0/+332
2022-09-05ArmVirtPkg: Remove duplicated wordsPierre Gondois1-1/+1
2022-02-25ArmVirtPkg/ArmVirtMemoryInitPeiLib: avoid redundant cache invalidationArd Biesheuvel1-9/+0
2022-01-29OvmfPkg/BaseCachingPciExpressLib: Migrate BaseCachingPciExpressLibAbner Chang2-1463/+0
2021-12-07ArmVirtPkg: Apply uncrustify changesMichael Kubacki25-961/+1212
2021-12-07ArmVirtPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2021-12-07ArmVirtPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07ArmVirtPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney7-21/+21
2021-10-14ArmVirtPkg/FdtPciHostBridgeLib: Relocate FdtPciHostBridgeLib to OvmfPkg/FdtAbner Chang2-472/+0
2021-10-14ArmVirtPkg/QemuFwCfgLib: Relocate QemuFwCfgLib to OvmfPkgAbner Chang2-682/+0
2021-10-14ArmVirtPkg/FdtPciPcdProducerLib: Relocate PciPcdProducerLib to OvmfPkgAbner Chang2-193/+0
2021-10-14ArmPkg: Use PcdPciIoTranslation PCD from MdePkgAbner Chang2-2/+2
2021-10-14ArmVirtPkg/FdtClintDxe: Move FdtClientDxe to EmbeddedPkgAbner Chang10-0/+10
2021-10-05ArmVirtPkg: Disable the TPM2 platform hierarchyStefan Berger2-0/+7