summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ArmPkg/CpuDxe: order CpuDxe after ArmGicDxe via protocol depexLaszlo Ersek2018-04-121-1/+1
* ArmPkg/Gic: force GIC driver to run before CPU arch protocol driverArd Biesheuvel2018-02-061-1/+1
* ArmPkg: delete references to unused guids/Pcds from CpuDxeLeif Lindholm2018-02-061-2/+0
* ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel2017-02-231-1/+0
* ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel2016-07-071-0/+1
* ArmPkg: update CpuDxe to use CpuExceptionHandlerLibCohen, Eugene2016-03-171-7/+3
* ArmPkg/CpuDxe: drop ARMv4 exception handling codeArd Biesheuvel2015-12-151-14/+4
* ARM Packages: Removed trailing spacesRonald Cron2014-08-191-5/+5
* ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman2014-05-081-1/+1
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-181-0/+4
* ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin2013-07-181-1/+2
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-121-2/+2
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-281-8/+10
* ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin2012-02-141-1/+0
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-221-1/+6
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-221-5/+3
* ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin2011-06-201-0/+4
* ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin2011-06-201-2/+2
* ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2011-06-031-0/+1
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-021-0/+3
* Update the copyright notice formathhtian2010-04-291-2/+2
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-171-1/+0
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-191-2/+2
* Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2010-02-031-0/+1
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-271-0/+2
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-141-0/+9
* Adding support for a single stack, GCC check in will followAJFISH2010-01-081-3/+12
* Adding support for BeagleBoard. AJFISH2009-12-061-0/+56