summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/VirtioGpuDxe: set SetupVideoResolution tooGerd Hoffmann2025-01-202-0/+6
* OvmfPkg/QemuVideoDxe: set SetupVideoResolution tooGerd Hoffmann2025-01-202-0/+6
* ArmVirtPkg/ArmVirtQemu.dsc: use OvmfDisplayPcds.dsc.incGerd Hoffmann2025-01-201-11/+2
* OvmfPkg/RiscVVirtQemu.dsc: use OvmfDisplayPcds.dsc.incGerd Hoffmann2025-01-201-11/+2
* OvmfPkg/OvmfXen.dsc: use OvmfDisplayPcds.dsc.incGerd Hoffmann2025-01-201-5/+2
* OvmfPkg: move display pcds to OvmfDisplayPcds.dsc.inc include fileGerd Hoffmann2025-01-205-20/+14
* StandaloneMmPkg: Introduce a PCD to disable shadow boot FVLevi Yun2025-01-203-10/+40
* ArmPkg/ArmGicDxe: Use EOImode 0x0 on GICv3Ard Biesheuvel2025-01-175-1/+50
* ArmPkg/ArmGic: Rename directory to ArmGicDxeArd Biesheuvel2025-01-1720-12/+12
* ArmPkg/ArmGic: Implement GICv3+ version of GIC driverArd Biesheuvel2025-01-173-0/+65
* ArmPkg/ArmGic: Implement GICv2-only version of GIC driverArd Biesheuvel2025-01-172-0/+52
* ArmPkg: Retire ArmGicLib implementationsArd Biesheuvel2025-01-176-36/+0
* ArmPkg/ArmGic: Incorporate v3 code from ArmGicLibArd Biesheuvel2025-01-173-47/+53
* ArmPkg/ArmGic: Retire ArmGicArchLibArd Biesheuvel2025-01-179-206/+0
* DynamicTablesPkg/SsdtSerialPortFixupLib: Switch to ArmGicLib.hArd Biesheuvel2025-01-171-1/+1
* ArmPkg/ArmGic: Move some GIC defines into ArmGicLib.hArd Biesheuvel2025-01-171-0/+8
* ArmVirtPkg: Convert ArmVirtGicArchLib to NULL class libraryArd Biesheuvel2025-01-178-41/+22
* ArmPkg/ArmGic: Move GICv3 sysreg check into ArmGicDxeArd Biesheuvel2025-01-172-10/+39
* ArmPkg/ArmGic: Move GICv2 specific EOI/ACK routines into v2 driverArd Biesheuvel2025-01-174-68/+50
* ArmPkg/ArmGic: Move remaining shared code into ArmGicDxeArd Biesheuvel2025-01-175-77/+61
* ArmPkg/ArmGic: Drop declarations for non-existent functionsArd Biesheuvel2025-01-171-32/+0
* ArmPkg/ArmGic: Disentangle ArmGicEnableDistributor () versionsArd Biesheuvel2025-01-175-44/+25
* ArmPkg/ArmGic: Disentangle v2 and v3 versions of IRQ en/disable APIsArd Biesheuvel2025-01-175-333/+303
* ArmPkg/ArmGic: Remove ArmGicEndOfInterrupt () APIArd Biesheuvel2025-01-172-26/+0
* ArmPkg/ArmGic: Remove ArmGicSendSgiTo () APIArd Biesheuvel2025-01-172-26/+0
* ArmPkg/ArmGic: drop ArmGicEnableInterruptInterface from ArmGicLibArd Biesheuvel2025-01-173-49/+1
* ArmPkg/ArmGic: Drop GICv2 legacy supportArd Biesheuvel2025-01-175-63/+23
* MdePkg/Base: Don't error out on missing compiler CPP macrosArd Biesheuvel2025-01-171-2/+0
* StandaloneMmPkg: move core entry point lib and cpu driver to ArmPkgLevi Yun2025-01-1717-45/+105
* StandaloneMmPkg: introduce StandaloneMmExtractGuidedSectionLibLevi Yun2025-01-174-1/+446
* StandaloneMmPkg: remove per-cpu feature on StandaloneMmLevi Yun2025-01-175-315/+51
* StandaloneMmPkg: Move sanity check for comm buffer to entrypointLevi Yun2025-01-175-107/+125
* StandaloneMmPkg: Apply embedded stack in StandaloneMmEntryPointLevi Yun2025-01-175-4/+464
* ArmPkg: Add StandaloneMm stack size Pcdlevi.yun2025-01-171-0/+5
* StandaloneMmCore: Change log level when mCommunicationBuffer is NULLLevi Yun2025-01-171-1/+1
* ArmPkg/MmCommunication: add helper function converting smc returnlevi.yun2025-01-172-46/+60
* AmrPkg/MmCommunication: move Mmcommunicate.h to common includelevi.yun2025-01-174-14/+12
* ArmPkg/MmCommunicationPei: Mmcommunication via FF-ALevi Yun2025-01-172-69/+372
* ArmPkg/MmCommunicationDxe: Mmcommunication via FF-ALevi Yun2025-01-172-52/+308
* StandaloneMm/Library: Apply FF-A v1.2 in StandaloneMmLevi Yun2025-01-174-183/+694
* ArmPkg/Library: Update StandaloneMmuLib with FF-A v1.2 with page granulirtyLevi Yun2025-01-172-138/+250
* ArmPkg: Add ArmFfaLib used in StandaloneMmLevi Yun2025-01-175-0/+148
* ArmPkg: Add ArmFfaLib used in PEIMLevi Yun2025-01-173-0/+145
* ArmPkg: Add ArmFfaLib used in Dxe driverLevi Yun2025-01-177-0/+1386
* ArmPkg: Add ArmFfaLib.hLevi Yun2025-01-172-0/+296
* ArmPkg: Remove PcdFfaEnabledLevi Yun2025-01-173-13/+0
* ArmPkg: Add FF-A related dynamic Pcd and GuidLevi Yun2025-01-171-0/+12
* ArmPkg: Add FF-A partition information headerLevi Yun2025-01-171-0/+99
* ArmPkg/IndustryStandard: Introduce ArmFfaBootInfo.hLevi Yun2025-01-171-0/+110
* ArmPkg/IndustryStandard: Update ArmFfaSvc.hLevi Yun2025-01-171-26/+197