summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
AgeCommit message (Expand)AuthorFilesLines
2023-05-29ArmPkg/CpuDxe: Perform preliminary NX remap of free memoryArd Biesheuvel1-0/+3
2023-03-16ArmPkg/CpuDxe: Implement EFI memory attributes protocolArd Biesheuvel1-0/+2
2022-07-22ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI tableArd Biesheuvel1-1/+0
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-04-12ArmPkg/CpuDxe: order CpuDxe after ArmGicDxe via protocol depexLaszlo Ersek1-1/+1
2018-02-06ArmPkg/Gic: force GIC driver to run before CPU arch protocol driverArd Biesheuvel1-1/+1
2018-02-06ArmPkg: delete references to unused guids/Pcds from CpuDxeLeif Lindholm1-2/+0
2017-02-23ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel1-1/+0
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel1-0/+1
2016-03-17ArmPkg: update CpuDxe to use CpuExceptionHandlerLibCohen, Eugene1-7/+3
2015-12-15ArmPkg/CpuDxe: drop ARMv4 exception handling codeArd Biesheuvel1-14/+4
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-5/+5
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman1-1/+1
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel1-0/+4
2013-07-18ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin1-1/+2
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin1-2/+2
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin1-8/+10
2012-02-14ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin1-1/+0
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin1-1/+6
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin1-5/+3
2011-06-20ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin1-0/+4
2011-06-20ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin1-2/+2
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin1-0/+1
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish1-0/+3
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish1-1/+0
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish1-2/+2
2010-02-03Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish1-0/+1
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish1-0/+2
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH1-0/+9
2010-01-08Adding support for a single stack, GCC check in will followAJFISH1-3/+12
2009-12-06Adding support for BeagleBoard. AJFISH1-0/+56