summaryrefslogtreecommitdiff
path: root/ArmPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2018-01-15ArmPkg/Library/ArmLib: add ArmWriteSctlrMichael Zimmermann1-0/+6
2017-11-07ArmPkg/ArmMmuLib: Add new attribute WRITE_BACK_NONSHAREABLEPeicong Li1-0/+8
2017-10-06ArmPkg/Include: Add ArmSvcLib header file.Supreeth Venkatesh1-0/+46
2017-10-06ArmPkg/Include: Add SVC function IDs for Management Mode.Supreeth Venkatesh1-0/+43
2017-10-06ArmPkg/Include: Add standard SMC function IDs for MM interface.Supreeth Venkatesh1-1/+19
2017-10-05ArmPkg/ArmGicDxe: Expose HardwareInterrupt2 protocolArd Biesheuvel1-1/+10
2017-10-05ArmPkg: Tidy GIC code before changes.Evan Lloyd1-16/+7
2017-08-31ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel1-665/+0
2017-08-01ArmPkg: Move IS_DEVICE_PATH_NODE for sharingJun Nie1-0/+3
2017-05-22ArmPkg: Add CNTHCTL_EL2 support functionsSami Mujawar1-1/+11
2017-04-06ArmPkg: remove ArmCpuLib header and implementationsArd Biesheuvel1-28/+0
2017-03-07ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributesArd Biesheuvel1-2/+1
2017-03-07ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLibArd Biesheuvel2-0/+14
2017-02-23ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel1-60/+0
2017-02-22ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managedArd Biesheuvel1-0/+12
2017-02-21ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissionsArd Biesheuvel1-0/+4
2017-01-20ArmPkg/ArmLib: remove indirection layer from timer register accessorsArd Biesheuvel5-196/+128
2016-10-28ArmPkg: remove LoadConstantXxx() asm macrosArd Biesheuvel3-73/+0
2016-10-28ArmPkg RVCT: add ADRL/LDRL macro equivalentsArd Biesheuvel1-0/+20
2016-09-21ArmPkg/AsmMacroIoLib: force word alignment for functionsArd Biesheuvel1-0/+1
2016-08-11ArmPkg: introduce ASM_FUNC, MOV32/MOV64 and ADRL/LDRL macrosArd Biesheuvel2-1/+42
2016-08-11ArmPkg/AsmMacroIoLib: remove unused obsolete MMIO and other asm macrosArd Biesheuvel2-267/+0
2016-07-28ArmPkg: Add Cortex-A72 CPU typeJeremy Linton1-0/+1
2016-07-13ArmPkg/ArmMmuLib: avoid type promotion in TCR_EL1 assignmentArd Biesheuvel1-78/+62
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel1-38/+0
2016-07-07ArmPkg: introduce ArmMmuLib library classArd Biesheuvel1-0/+65
2016-06-23ArmPkg/ArmGicV3Dxe: configure all interrupts as non-secure Group-1Ard Biesheuvel1-2/+3
2016-05-12ArmPkg/ArmLib: don't invalidate entire I-cache on range operationArd Biesheuvel1-2/+8
2016-04-14ArmPkg/AArch64Mmu: disable MMU during page table manipulationsArd Biesheuvel1-0/+6
2016-03-22ArmPkg/AsmMacroIoLibV8: remove undocumented assumption from ELx macrosArd Biesheuvel1-8/+8
2016-03-16ArmPkg/ArmLib: add ArmReadHcr to enable read-modify-write of HCRCohen, Eugene1-0/+5
2016-03-03ArmPkg: Configure TTBCR registerEvan Lloyd1-1/+7
2015-12-16ArmPkg: rewrite vector table population macrosArd Biesheuvel1-2/+5
2015-12-08ArmPkg: update InvalidateInstructionCacheRange to flush only to PoUEugene Cohen1-1/+7
2015-12-02ArmPkg RVCT: add asm macro combining EXPORT, AREA and label definitionEugene Cohen1-0/+29
2015-11-27ArmPkg: remove SetPrimaryStack and InitializePrimaryStack macrosArd Biesheuvel3-109/+0
2015-11-20ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm1-6/+0
2015-11-19ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland1-0/+32
2015-11-19ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland1-0/+2
2015-11-18ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel1-4/+9
2015-11-18ArmPkg/ArmV7Lib: fix definition of TTBR_NON_INNER_CACHEABLEArd Biesheuvel1-1/+1
2015-11-18ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel1-3/+3
2015-11-18ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel1-1/+1
2015-11-18ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel1-0/+2
2015-11-18ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel1-5/+0
2015-11-12ArmPkg/ArmLib: mark all cached mappings as (inner) shareableArd Biesheuvel2-4/+9
2015-11-09ArmPkg/ArmLib: add accessor function for Cache Writeback GranuleArd Biesheuvel1-0/+6
2015-11-09ArmPkg/ArmLib: remove CCSIDR based cache info routinesArd Biesheuvel1-78/+0
2015-11-09ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()Ard Biesheuvel1-6/+0
2015-11-09ArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyncronizationBarrier'Ard Biesheuvel1-1/+1