summaryrefslogtreecommitdiff
path: root/ArmPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2023-07-03ArmPkg: Apply Uncrustify to Non-Compliant FilesTaylor Beebe1-4/+4
2023-06-27ArmPkg: Drop individual memory permission helpersArd Biesheuvel1-62/+0
2023-06-26ArmPkg/ArmMmuLib: Extend API to manage memory permissions betterArd Biesheuvel1-1/+35
2023-06-02ArmPkg: add SMC defines for SiP service callsMarcin Juszkiewicz1-0/+9
2023-06-01ArmPkg: Fix return type for ArmGicGetInterfaceIdentificationSami Mujawar1-1/+1
2023-06-01ArmPkg: Fix ArmGicSendSgiTo() parametersSami Mujawar1-3/+3
2023-06-01ArmPkg: Fix data type used for GicInterruptInterfaceBaseSami Mujawar1-9/+9
2023-06-01ArmPkg: Fix data type used for GicDistributorBaseSami Mujawar1-10/+10
2023-04-20ArmPkg: older assemblers may lack ID_AA64ISAR2_EL1Marcin Juszkiewicz1-0/+4
2023-04-20ArmPkg/AsmMacroIoLibV8: Introduce ASM_FUNC_ALIGN()Marvin Häuser1-0/+11
2023-03-30ArmPkg: Emit BTI opcodes when BTI codegen is enabledArd Biesheuvel1-1/+2
2023-03-16ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memoryArd Biesheuvel1-0/+6
2023-03-16ArmPkg/Mmu: Remove handling of NONSECURE memory regionsArd Biesheuvel2-44/+18
2023-03-16ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flagArd Biesheuvel1-0/+34
2023-03-16ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP maskArd Biesheuvel1-15/+27
2023-03-16ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversionArd Biesheuvel1-0/+2
2023-03-16ArmPkg/ArmMmuLib ARM: Split off XN page descriptor bit from type fieldArd Biesheuvel1-5/+3
2023-03-16ArmPkg/ArmMmuLib ARM: Remove half baked large page supportArd Biesheuvel1-29/+11
2023-01-27ArmPkg: Add GET_MPIDR_AFFINITY_BITS and MPIDR_MT_BIT to ArmLib.hRebecca Cran1-7/+9
2022-11-06ArmPkg: Add FID definitions for Arm TRNGSami Mujawar1-2/+107
2022-11-06ArmPkg/ArmMonitorLib: Definition for ArmMonitorLib library classPierre Gondois1-0/+42
2022-10-19ArmPkg/ArmMmuLib: Disable and re-enable MMU only when neededArd Biesheuvel1-3/+4
2022-09-23ArmPkg/SmbiosMiscDxe: Get SMBIOS information from OemMiscLibMinh Nguyen1-0/+21
2022-09-23ArmPkg/SmbiosMiscDxe: Fix typo of "AssetTagType02"Minh Nguyen1-1/+1
2022-09-23ArmPkg/SmbiosMiscDxe: Support fetching System UUIDNhi Pham1-0/+12
2022-09-23ArmPkg/ProcessorSubClassDxe: Get processor version from OemMiscLibMinh Nguyen1-0/+2
2022-09-05ArmPkg: Handle warm reboot request correctlyPranav Madhu1-0/+2
2022-07-22ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI tableArd Biesheuvel1-27/+0
2022-05-13ArmPkg: Remove RVCT supportRebecca Cran1-23/+0
2022-01-30ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO structRebecca Cran2-2/+5
2021-12-16ArmPkg/ProcessorSubClassDxe: Get serial and part number from OemMiscLibNhi Pham1-0/+2
2021-12-16ArmPkg/SmbiosMiscDxe: Get full SMBIOS strings from OemMiscLibNhi Pham1-0/+3
2021-12-14ArmPkg: Add SMC helper functionsRebecca Cran1-0/+73
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki34-1085/+1066
2021-08-11ArmPkg/IndustryStandard: 32b/64b agnostic FF-A, Mm SVC and Std SMC IDsEtienne Carriere3-0/+35
2021-06-18ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.hRebecca Cran2-4/+144
2021-05-10ArmPkg: Update SCMI Base Protocol version to 0x20000Nicola Mazzucato1-5/+5
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois23-69/+69
2021-04-27ArmPkg: Allow platforms to report their boot status via OemMiscLib callRebecca Cran1-0/+10
2021-04-27ArmPkg: Allow platforms to supply more data for SMBIOS Type3 recordRebecca Cran1-0/+60
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_PERFORMANCEPierre Gondois1-7/+7
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_CLOCK_RATE_FORMATPierre Gondois2-7/+7
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_CLOCKPierre Gondois1-5/+5
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_BASEPierre Gondois1-5/+5
2021-04-15ArmPkg: Fix Ecc error 7008 for OPTEE_MESSAGE_PARAMPierre Gondois1-4/+7
2021-04-15ArmPkg: Fix Ecc error 7008 for SCMI_CLOCK_RATEPierre Gondois1-4/+10
2021-04-15ArmPkg: Rename include guard in ArmGicLib.hPierre Gondois1-4/+4
2021-04-15ArmPkg: Fix Ecc error 8001 in ChipsetPierre Gondois4-14/+14
2021-02-23ArmPkg: Allow FF-A calls to get memory region's attributesAchin Gupta1-0/+18
2021-02-23ArmPkg: Add macros for SPM version with FF-A support enabledSughosh Ganu1-0/+3