summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27ArmPkg: Drop individual memory permission helpersArd Biesheuvel1-2/+4
2023-05-29ArmPkg/CpuDxe: Perform preliminary NX remap of free memoryArd Biesheuvel1-0/+85
2023-03-16ArmPkg/CpuDxe: Implement EFI memory attributes protocolArd Biesheuvel1-0/+2
2022-07-22ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI tableArd Biesheuvel1-6/+0
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki1-38/+34
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-02-28ArmPkg/CpuDxe: ignore attribute changes during SyncCacheConfig()Ard Biesheuvel1-0/+3
2017-02-23ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel1-1/+0
2016-11-02ArmPkg/CpuDxe: set DmaBufferAlignment according to CWGArd Biesheuvel1-1/+12
2016-07-11ArmPkg: Fix typos in commentsGiri P Mudusuru1-1/+1
2016-02-23ArmPkg: CpuDxe: don't track interrupt state in a global variableCohen, Eugene1-5/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-23/+23
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin1-1/+1
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin1-0/+6
2011-06-20ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin1-2/+34
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish1-1/+0
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH1-13/+100
2010-01-08Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH1-7/+2
2010-01-08Adding support for a single stack, GCC check in will followAJFISH1-12/+19
2009-12-06Adding support for BeagleBoard. AJFISH1-0/+154