summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/PeiServicesTablePointerLib: add missing MigratePeiServicesTablePointer()Eugene Cohen2015-11-251-0/+23
* ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local varEugene Cohen2015-11-251-0/+1
* ArmLib/ArmV7Mmu: use 64-bit type for mapping region sizeArd Biesheuvel2015-11-241-1/+1
* ArmPkg: Invalidate cache after allocating UC memoryHeyi Guo2015-11-232-0/+4
* ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm2015-11-206-20/+8
* ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland2015-11-193-39/+74
* ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland2015-11-192-1/+4
* ArmPkg/ArmV7Mmu: handle memory regions over 4 GB correctlyArd Biesheuvel2015-11-181-2/+9
* ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel2015-11-182-7/+12
* ArmPkg/ArmV7Lib: fix definition of TTBR_NON_INNER_CACHEABLEArd Biesheuvel2015-11-181-1/+1
* ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel2015-11-184-9/+33
* ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel2015-11-182-3/+16
* ArmPkg/ArmV7Lib: add function to test for presence of MP extensionsArd Biesheuvel2015-11-183-0/+20
* ArmPkg/ArmV7Lib: add support for reading the ID_MMFR0 system registerArd Biesheuvel2015-11-183-0/+16
* ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel2015-11-182-2/+2
* ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel2015-11-183-2/+7
* ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel2015-11-182-47/+0
* ArmPkg: ensure DebugAgentVectorTable is 2K-alignedMark Rutland2015-11-171-1/+1
* ArmPkg/ArmLib: mark all cached mappings as (inner) shareableArd Biesheuvel2015-11-123-15/+19
* ArmPkg/ArmDmaLib: use the cache writeback granularity for alignmentArd Biesheuvel2015-11-091-1/+1
* ArmPkg/ArmLib: add accessor function for Cache Writeback GranuleArd Biesheuvel2015-11-092-0/+23
* ArmCacheMaintenanceLib: disallow whole D-cache maintenance operationsArd Biesheuvel2015-11-091-4/+4
* ArmPkg/ArmLib: move cache maintenance sync barriers out of loopArd Biesheuvel2015-11-094-36/+1
* ArmPkg/ArmLib: retrieve cache line length from CTR not CCSIDRArd Biesheuvel2015-11-093-52/+18
* ArmPkg/ArmLib: remove CCSIDR based cache info routinesArd Biesheuvel2015-11-096-488/+0
* ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()Ard Biesheuvel2015-11-098-192/+0
* ArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyncronizationBarrier'Ard Biesheuvel2015-11-094-7/+7
* ArmPkg/ArmLib: remove unused ARM9 supportArd Biesheuvel2015-11-097-762/+0
* ArmPkg/ArmLib: fix barriers in AArch64 ArmEnableMmuMark Rutland2015-11-091-2/+4
* ArmPkg/BdsLib: Increase fallback tftp buffer sizeAshutosh Singh2015-11-091-2/+2
* ArmPkg: Purge unused/unneeded CPU-specific header filesLeif Lindholm2015-11-065-175/+4
* ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel2015-10-083-0/+150
* ArmPkg/AArch64Mmu: move page table traversal code to separate functionArd Biesheuvel2015-10-081-19/+31
* ArmPkg/AArch64Mmu: use architecturally correct definitions for XN/UXNArd Biesheuvel2015-10-082-3/+6
* ArmPkg/AArch64Mmu: remove cache maintenance for page tablesArd Biesheuvel2015-10-061-6/+0
* ArmPkg/Mmu: do not configure block translations at level 0Ard Biesheuvel2015-10-021-2/+3
* ArmPkg/CpuDxe: Disable interrupt before restoring contextHeyi Guo2015-09-241-0/+8
* ArmPkg/Mmu: Fix potential page table memory leakHeyi Guo2015-09-091-0/+7
* ArmPkg/Mmu: Increase PageLevel when table found at the targeted levelHeyi Guo2015-09-091-30/+15
* ArmPkg/Mmu: Fix literal number left shift bugHeyi Guo2015-09-091-12/+4
* ArmPkg/Mmu: Fix page level calculation bugHeyi Guo2015-09-091-1/+1
* ArmPkg/Mmu: Fix bug of aligning new allocated page tableHeyi Guo2015-09-091-7/+4
* ArmPkg: Bug fix for UncachedMemoryAllocationLibHeyi Guo2015-09-021-3/+4
* ArmPkg: remove ARMv6 support codeArd Biesheuvel2015-08-1913-834/+1
* ArmPkg/GenericWatchdogDxe: add missing VOID* castArd Biesheuvel2015-08-101-1/+1
* ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU asArd Biesheuvel2015-08-101-0/+10
* ArmPkg: cache detected revision in ArmGicArchLibArd Biesheuvel2015-07-283-9/+40
* ArmPkg: copy ArmGicArchLib to ArmGicArchSecLibArd Biesheuvel2015-07-283-0/+135
* ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel2015-07-289-17/+71
* ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.hArd Biesheuvel2015-07-289-133/+98