summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
2014-08-19ARM Packages: Removed trailing spacesRonald Cron9-165/+165
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron1-1/+1
2014-07-29ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception codeOlivier Martin1-11/+10
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin1-5/+6
2014-07-01ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3...Olivier Martin1-2/+6
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin1-9/+9
2014-06-03ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin4-14/+28
2014-05-14ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-levelOlivier Martin1-2/+1
2014-05-08ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman1-1/+1
2014-05-08ArmPkg/CpuDxe/AArch64: use STUR instruction for signed offsetBrendan Jackman1-4/+4
2014-05-08ArmPkg/CpuDxe/AArch64/ExceptionSupport.S: Fix immediate syntaxBrendan Jackman1-13/+13
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman1-5/+5
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman1-1/+1
2014-04-23ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exceptionoliviermartin1-2/+19
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin1-3/+0
2013-11-28ArmPkg/CpuDxe: Removed LR adjustement for SVC callOlivier Martin2-2/+0
2013-10-14ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor typesOlivier Martin1-1/+1
2013-09-23ArmPkg/CpuDxe: Fixed the condition that checks if the level-1 descriptor poin...Olivier Martin1-1/+1
2013-09-16ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute()Olivier Martin1-1/+1
2013-09-10ArmPkg/CpuDxe: Exception Handling SP AdjustEugene Cohen2-2/+2
2013-09-02ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor)Olivier Martin1-2/+2
2013-08-19ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin4-4/+364
2013-08-19ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin1-6/+1
2013-08-19ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin2-8/+17
2013-08-19ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S1-3/+3
2013-07-26ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2-7/+16
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel5-1/+735
2013-07-18ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin4-246/+276
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin3-2/+2
2013-01-25ARM Packages: Fixed line endingsoliviermartin3-640/+640
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin5-11/+11
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin1-8/+8
2012-07-04ARM Packages: Fixed mispellingsoliviermartin1-1/+1
2012-02-14ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin2-15/+4
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin1-1/+1
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin1-2/+0
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin4-1/+129
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2-26/+25
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin1-295/+295
2011-07-04ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin1-2/+5
2011-07-01ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin1-0/+2
2011-06-20ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin2-2/+38
2011-06-20ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin2-3/+2
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin1-0/+8
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin1-46/+46
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2-1/+5
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish1-1/+1
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin1-5/+5
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-30/+193
2011-02-02Fix issue with fixing tabs.andrewfish2-10/+10