| Commit message (Expand) | Author | Age | Files | Lines |
* | ArmPkg/ArmGicArchLib: Add macros for SPI and extended SPI ranges | Himanshu Sharma | 2024-03-04 | 1 | -0/+14 |
* | ArmPkg/ArmScmiDxe: Add PERFORMANCE_DESCRIBE_FASTCHANNEL support | Pierre Gondois | 2024-01-29 | 1 | -9/+79 |
* | ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION | Pierre Gondois | 2024-01-29 | 1 | -5/+8 |
* | ArmPkg/ArmLib: Add ArmHasEte () helper function | Sami Mujawar | 2023-10-30 | 2 | -1/+14 |
* | ArmPkg/ArmLib: Add ArmHasTrbe () helper function | Sami Mujawar | 2023-10-30 | 2 | -0/+16 |
* | ArmPkg/ArmLib: Add ArmHasVhe () helper function | Leif Lindholm | 2023-09-20 | 2 | -0/+21 |
* | ArmPkg/ArmMmuLib: Drop buggy secure memory type check | Ard Biesheuvel | 2023-09-12 | 1 | -2/+0 |
* | ArmPkg: Apply Uncrustify to Non-Compliant Files | Taylor Beebe | 2023-07-03 | 1 | -4/+4 |
* | ArmPkg: Drop individual memory permission helpers | Ard Biesheuvel | 2023-06-27 | 1 | -62/+0 |
* | ArmPkg/ArmMmuLib: Extend API to manage memory permissions better | Ard Biesheuvel | 2023-06-26 | 1 | -1/+35 |
* | ArmPkg: add SMC defines for SiP service calls | Marcin Juszkiewicz | 2023-06-02 | 1 | -0/+9 |
* | ArmPkg: Fix return type for ArmGicGetInterfaceIdentification | Sami Mujawar | 2023-06-01 | 1 | -1/+1 |
* | ArmPkg: Fix ArmGicSendSgiTo() parameters | Sami Mujawar | 2023-06-01 | 1 | -3/+3 |
* | ArmPkg: Fix data type used for GicInterruptInterfaceBase | Sami Mujawar | 2023-06-01 | 1 | -9/+9 |
* | ArmPkg: Fix data type used for GicDistributorBase | Sami Mujawar | 2023-06-01 | 1 | -10/+10 |
* | ArmPkg: older assemblers may lack ID_AA64ISAR2_EL1 | Marcin Juszkiewicz | 2023-04-20 | 1 | -0/+4 |
* | ArmPkg/AsmMacroIoLibV8: Introduce ASM_FUNC_ALIGN() | Marvin Häuser | 2023-04-20 | 1 | -0/+11 |
* | ArmPkg: Emit BTI opcodes when BTI codegen is enabled | Ard Biesheuvel | 2023-03-30 | 1 | -1/+2 |
* | ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memory | Ard Biesheuvel | 2023-03-16 | 1 | -0/+6 |
* | ArmPkg/Mmu: Remove handling of NONSECURE memory regions | Ard Biesheuvel | 2023-03-16 | 2 | -44/+18 |
* | ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flag | Ard Biesheuvel | 2023-03-16 | 1 | -0/+34 |
* | ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP mask | Ard Biesheuvel | 2023-03-16 | 1 | -15/+27 |
* | ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversion | Ard Biesheuvel | 2023-03-16 | 1 | -0/+2 |
* | ArmPkg/ArmMmuLib ARM: Split off XN page descriptor bit from type field | Ard Biesheuvel | 2023-03-16 | 1 | -5/+3 |
* | ArmPkg/ArmMmuLib ARM: Remove half baked large page support | Ard Biesheuvel | 2023-03-16 | 1 | -29/+11 |
* | ArmPkg: Add GET_MPIDR_AFFINITY_BITS and MPIDR_MT_BIT to ArmLib.h | Rebecca Cran | 2023-01-27 | 1 | -7/+9 |
* | ArmPkg: Add FID definitions for Arm TRNG | Sami Mujawar | 2022-11-06 | 1 | -2/+107 |
* | ArmPkg/ArmMonitorLib: Definition for ArmMonitorLib library class | Pierre Gondois | 2022-11-06 | 1 | -0/+42 |
* | ArmPkg/ArmMmuLib: Disable and re-enable MMU only when needed | Ard Biesheuvel | 2022-10-19 | 1 | -3/+4 |
* | ArmPkg/SmbiosMiscDxe: Get SMBIOS information from OemMiscLib | Minh Nguyen | 2022-09-23 | 1 | -0/+21 |
* | ArmPkg/SmbiosMiscDxe: Fix typo of "AssetTagType02" | Minh Nguyen | 2022-09-23 | 1 | -1/+1 |
* | ArmPkg/SmbiosMiscDxe: Support fetching System UUID | Nhi Pham | 2022-09-23 | 1 | -0/+12 |
* | ArmPkg/ProcessorSubClassDxe: Get processor version from OemMiscLib | Minh Nguyen | 2022-09-23 | 1 | -0/+2 |
* | ArmPkg: Handle warm reboot request correctly | Pranav Madhu | 2022-09-05 | 1 | -0/+2 |
* | ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI table | Ard Biesheuvel | 2022-07-22 | 1 | -27/+0 |
* | ArmPkg: Remove RVCT support | Rebecca Cran | 2022-05-13 | 1 | -23/+0 |
* | ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct | Rebecca Cran | 2022-01-30 | 2 | -2/+5 |
* | ArmPkg/ProcessorSubClassDxe: Get serial and part number from OemMiscLib | Nhi Pham | 2021-12-16 | 1 | -0/+2 |
* | ArmPkg/SmbiosMiscDxe: Get full SMBIOS strings from OemMiscLib | Nhi Pham | 2021-12-16 | 1 | -0/+3 |
* | ArmPkg: Add SMC helper functions | Rebecca Cran | 2021-12-14 | 1 | -0/+73 |
* | ArmPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 34 | -1085/+1066 |
* | ArmPkg/IndustryStandard: 32b/64b agnostic FF-A, Mm SVC and Std SMC IDs | Etienne Carriere | 2021-08-11 | 3 | -0/+35 |
* | ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.h | Rebecca Cran | 2021-06-18 | 2 | -4/+144 |
* | ArmPkg: Update SCMI Base Protocol version to 0x20000 | Nicola Mazzucato | 2021-05-10 | 1 | -5/+5 |
* | ArmPkg: Fix Ecc error 8003 | Pierre Gondois | 2021-04-28 | 23 | -69/+69 |
* | ArmPkg: Allow platforms to report their boot status via OemMiscLib call | Rebecca Cran | 2021-04-27 | 1 | -0/+10 |
* | ArmPkg: Allow platforms to supply more data for SMBIOS Type3 record | Rebecca Cran | 2021-04-27 | 1 | -0/+60 |
* | ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_PERFORMANCE | Pierre Gondois | 2021-04-15 | 1 | -7/+7 |
* | ArmPkg: Fix Ecc error 8005 for SCMI_CLOCK_RATE_FORMAT | Pierre Gondois | 2021-04-15 | 2 | -7/+7 |
* | ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_CLOCK | Pierre Gondois | 2021-04-15 | 1 | -5/+5 |