summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe
AgeCommit message (Expand)Author
2014-07-01ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3...Olivier Martin
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin
2014-06-03ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin
2014-05-14ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-levelOlivier Martin
2014-05-08ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman
2014-05-08ArmPkg/CpuDxe/AArch64: use STUR instruction for signed offsetBrendan Jackman
2014-05-08ArmPkg/CpuDxe/AArch64/ExceptionSupport.S: Fix immediate syntaxBrendan Jackman
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman
2014-04-23ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exceptionoliviermartin
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin
2013-11-28ArmPkg/CpuDxe: Removed LR adjustement for SVC callOlivier Martin
2013-10-14ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor typesOlivier Martin
2013-09-23ArmPkg/CpuDxe: Fixed the condition that checks if the level-1 descriptor poin...Olivier Martin
2013-09-16ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute()Olivier Martin
2013-09-10ArmPkg/CpuDxe: Exception Handling SP AdjustEugene Cohen
2013-09-02ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor)Olivier Martin
2013-08-19ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin
2013-08-19ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin
2013-08-19ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin
2013-08-19ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S
2013-07-26ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel
2013-07-18ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin
2013-01-25ARM Packages: Fixed line endingsoliviermartin
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin
2012-07-04ARM Packages: Fixed mispellingsoliviermartin
2012-02-14ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin
2011-07-04ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin
2011-07-01ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin
2011-06-20ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin
2011-06-20ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin
2011-02-02Fix issue with fixing tabs.andrewfish
2011-02-02Remove tabs from all text files in the package.andrewfish
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish