summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel2015-11-183-9/+27
* ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel2015-11-181-0/+13
* 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-181-1/+1
* ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel2015-11-182-2/+5
* ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel2015-11-181-42/+0
* ArmPkg: ensure DebugAgentVectorTable is 2K-alignedMark Rutland2015-11-171-1/+1
* ArmPkg/ArmLib: mark all cached mappings as (inner) shareableArd Biesheuvel2015-11-121-11/+10
* 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-091-0/+17
* 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-095-410/+0
* ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()Ard Biesheuvel2015-11-097-186/+0
* ArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyncronizationBarrier'Ard Biesheuvel2015-11-093-6/+6
* ArmPkg/ArmLib: remove unused ARM9 supportArd Biesheuvel2015-11-096-691/+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/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel2015-10-082-0/+126
* 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-081-1/+2
* 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/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-199-756/+0
* 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-283-0/+135
* ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin2015-07-149-1865/+1
* ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2015-07-141-87/+196
* ArmPkg/ArmLib: Fixed build after recent BaseTools changesOlivier Martin2015-06-151-3/+3
* ArmPkg/BdsLib: Fixed TFTP when there are directories in the nameOlivier Martin2015-05-291-13/+7
* Renamed ArmPlatformPkg/ArmVirtualizationPkg into ArmVirtPkgOlivier Martin2015-05-291-2/+2
* ArmPkg: fix ArmWriteCntkCtl simple code bugHeyi Guo2015-05-131-1/+1
* ArmPkg/BdsLib: Fixed line endingOlivier Martin2015-05-131-1/+1
* ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel2015-05-111-10/+12
* ArmPkg: fix pointer indirection bug in BdsFirmwareVolumeLoadImage()Ard Biesheuvel2015-05-071-1/+1
* ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin2015-05-051-5/+0
* ArmPkg: remove cache maintenance by VA operation range size thresholdArd Biesheuvel2015-04-1414-51/+11
* ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointerOlivier Martin2015-04-022-8/+16
* ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errorsLaszlo Ersek2015-03-021-5/+5
* ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron2015-02-263-48/+63
* ArmPkg/BdsLib: Added support to change the given DevicePath of a Boot EntryOlivier Martin2015-02-252-26/+51