summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Retire ArmDisassemblerLibArd Biesheuvel2025-01-311-37/+0
* ArmPkg/ArmGicDxe: Use EOImode 0x0 on GICv3Ard Biesheuvel2025-01-171-1/+2
* ArmPkg/ArmGic: Incorporate v3 code from ArmGicLibArd Biesheuvel2025-01-171-46/+0
* ArmPkg/ArmGic: Retire ArmGicArchLibArd Biesheuvel2025-01-171-40/+0
* ArmPkg/ArmGic: Move some GIC defines into ArmGicLib.hArd Biesheuvel2025-01-171-0/+8
* ArmPkg/ArmGic: Move GICv3 sysreg check into ArmGicDxeArd Biesheuvel2025-01-171-2/+0
* ArmPkg/ArmGic: Move GICv2 specific EOI/ACK routines into v2 driverArd Biesheuvel2025-01-171-32/+0
* ArmPkg/ArmGic: Move remaining shared code into ArmGicDxeArd Biesheuvel2025-01-171-18/+0
* ArmPkg/ArmGic: Drop declarations for non-existent functionsArd Biesheuvel2025-01-171-32/+0
* ArmPkg/ArmGic: Disentangle ArmGicEnableDistributor () versionsArd Biesheuvel2025-01-171-6/+0
* ArmPkg/ArmGic: Disentangle v2 and v3 versions of IRQ en/disable APIsArd Biesheuvel2025-01-171-33/+0
* ArmPkg/ArmGic: Remove ArmGicEndOfInterrupt () APIArd Biesheuvel2025-01-171-7/+0
* ArmPkg/ArmGic: Remove ArmGicSendSgiTo () APIArd Biesheuvel2025-01-171-9/+0
* ArmPkg/ArmGic: drop ArmGicEnableInterruptInterface from ArmGicLibArd Biesheuvel2025-01-171-12/+0
* StandaloneMmPkg: move core entry point lib and cpu driver to ArmPkgLevi Yun2025-01-171-0/+294
* ArmPkg: Add ArmFfaLib.hLevi Yun2025-01-171-0/+293
* ArmPkg/Library: Introduce ArmTransferListLiblevi.yun2025-01-171-0/+109
* ArmPkg: remove ArmGicAcknowledgeInterrupt function.Mike Maslenkin2025-01-121-21/+0
* ArmPkg: CodeQL Fixes.kuqin122024-10-161-4/+4
* ArmPkg/ArmMonitorLib: Implement SMCCC protocol correctly and directlyArd Biesheuvel2024-07-251-0/+12
* ArmPkg,MdePkg: move ArmLib.h to MdePkgLeif Lindholm2024-06-151-829/+0
* ArmPkg/ArmGicArchLib: Add macros for SPI and extended SPI rangesHimanshu Sharma2024-03-041-0/+14
* ArmPkg/ArmLib: Add ArmHasEte () helper functionSami Mujawar2023-10-301-0/+12
* ArmPkg/ArmLib: Add ArmHasTrbe () helper functionSami Mujawar2023-10-301-0/+13
* ArmPkg/ArmLib: Add ArmHasVhe () helper functionLeif Lindholm2023-09-201-0/+18
* ArmPkg/ArmMmuLib: Drop buggy secure memory type checkArd Biesheuvel2023-09-121-2/+0
* ArmPkg: Drop individual memory permission helpersArd Biesheuvel2023-06-271-62/+0
* ArmPkg/ArmMmuLib: Extend API to manage memory permissions betterArd Biesheuvel2023-06-261-1/+35
* ArmPkg: Fix return type for ArmGicGetInterfaceIdentificationSami Mujawar2023-06-011-1/+1
* ArmPkg: Fix ArmGicSendSgiTo() parametersSami Mujawar2023-06-011-3/+3
* ArmPkg: Fix data type used for GicInterruptInterfaceBaseSami Mujawar2023-06-011-9/+9
* ArmPkg: Fix data type used for GicDistributorBaseSami Mujawar2023-06-011-10/+10
* ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memoryArd Biesheuvel2023-03-161-0/+6
* ArmPkg/Mmu: Remove handling of NONSECURE memory regionsArd Biesheuvel2023-03-161-11/+0
* ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flagArd Biesheuvel2023-03-161-0/+34
* ArmPkg: Add GET_MPIDR_AFFINITY_BITS and MPIDR_MT_BIT to ArmLib.hRebecca Cran2023-01-271-7/+9
* ArmPkg/ArmMonitorLib: Definition for ArmMonitorLib library classPierre Gondois2022-11-061-0/+42
* ArmPkg/ArmMmuLib: Disable and re-enable MMU only when neededArd Biesheuvel2022-10-191-3/+4
* ArmPkg/SmbiosMiscDxe: Get SMBIOS information from OemMiscLibMinh Nguyen2022-09-231-0/+21
* ArmPkg/SmbiosMiscDxe: Fix typo of "AssetTagType02"Minh Nguyen2022-09-231-1/+1
* ArmPkg/SmbiosMiscDxe: Support fetching System UUIDNhi Pham2022-09-231-0/+12
* ArmPkg/ProcessorSubClassDxe: Get processor version from OemMiscLibMinh Nguyen2022-09-231-0/+2
* ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO structRebecca Cran2022-01-301-0/+4
* ArmPkg/ProcessorSubClassDxe: Get serial and part number from OemMiscLibNhi Pham2021-12-161-0/+2
* ArmPkg/SmbiosMiscDxe: Get full SMBIOS strings from OemMiscLibNhi Pham2021-12-161-0/+3
* ArmPkg: Add SMC helper functionsRebecca Cran2021-12-141-0/+73
* ArmPkg: Apply uncrustify changesMichael Kubacki2021-12-0715-354/+350
* ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.hRebecca Cran2021-06-181-4/+32
* ArmPkg: Fix Ecc error 8003Pierre Gondois2021-04-2812-36/+36
* ArmPkg: Allow platforms to report their boot status via OemMiscLib callRebecca Cran2021-04-271-0/+10