summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe
Commit message (Expand)AuthorAgeFilesLines
...
* ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exceptionoliviermartin2014-04-231-2/+19
* ArmPkg: Tidy assembler codeOlivier Martin2014-03-011-3/+0
* ArmPkg/CpuDxe: Removed LR adjustement for SVC callOlivier Martin2013-11-282-2/+0
* ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor typesOlivier Martin2013-10-141-1/+1
* ArmPkg/CpuDxe: Fixed the condition that checks if the level-1 descriptor poin...Olivier Martin2013-09-231-1/+1
* ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute()Olivier Martin2013-09-161-1/+1
* ArmPkg/CpuDxe: Exception Handling SP AdjustEugene Cohen2013-09-102-2/+2
* ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor)Olivier Martin2013-09-021-2/+2
* ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin2013-08-194-4/+364
* ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin2013-08-191-6/+1
* ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin2013-08-192-8/+17
* ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S2013-08-191-3/+3
* ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2013-07-262-7/+16
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-185-1/+735
* ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin2013-07-184-246/+276
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-123-2/+2
* ARM Packages: Fixed line endingsoliviermartin2013-01-253-640/+640
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-285-11/+11
* ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2012-09-271-8/+8
* ARM Packages: Fixed mispellingsoliviermartin2012-07-041-1/+1
* ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin2012-02-142-15/+4
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-271-1/+1
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-271-2/+0
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-224-1/+129
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-222-26/+25
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-061-295/+295
* ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin2011-07-041-2/+5
* ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin2011-07-011-0/+2
* ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin2011-06-202-2/+38
* ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin2011-06-202-3/+2
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-0/+8
* Armkg: Fix EDK2 coding styleoliviermartin2011-06-031-46/+46
* ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2011-06-032-1/+5
* Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish2011-03-311-1/+1
* ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin2011-03-311-5/+5
* ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin2011-03-311-30/+193
* Fix issue with fixing tabs.andrewfish2011-02-022-10/+10
* Remove tabs from all text files in the package.andrewfish2011-02-022-10/+10
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-026-282/+176
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-151-0/+5
* Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish2010-12-141-1/+4
* Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2010-12-082-0/+9
* Update the copyright notice formathhtian2010-04-299-19/+19
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-133-22/+57
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-173-320/+17
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-051-4/+15
* Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish2010-03-051-11/+21
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-253-0/+0
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-193-2/+285
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-161-0/+1