summaryrefslogtreecommitdiff
path: root/ArmPkg/Include
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-09ArmPkg/ArmLib: remove unused ARM9 supportArd Biesheuvel1-71/+0
2015-11-06ArmPkg: Purge unused/unneeded CPU-specific header filesLeif Lindholm3-173/+0
2015-10-08ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel1-0/+24
2015-10-08ArmPkg/AArch64Mmu: use architecturally correct definitions for XN/UXNArd Biesheuvel1-2/+4
2015-08-19ArmPkg: remove ARMv6 support codeArd Biesheuvel1-5/+1
2015-07-28ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel2-13/+34
2015-07-28ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.hArd Biesheuvel1-0/+94
2015-07-14ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin1-37/+0
2015-07-14ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin1-18/+34
2015-05-27ArmPkg: Expand AArch64 address width to 48 bitsHeyi Guo1-2/+2
2015-05-11ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel1-3/+1
2015-05-05ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin1-1/+9
2015-02-26ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron1-5/+4
2015-02-26ArmPlatformPkg/ArmJunoDxe: Set the platform dependent FDT device pathRonald Cron2-2/+7
2015-02-16ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel1-0/+3
2015-02-16ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3Olivier Martin1-0/+3
2015-02-16ArmPkg/ArmGic: Added GICv3 specific definitionsOlivier Martin1-4/+21
2015-02-16ArmPkg/ArmLib.h: Add CPU Affinity definitionsOlivier Martin1-3/+8
2014-12-12ArmPkg/AsmMacroIoLib: Fixed the global variables initializationOlivier Martin2-3/+3
2014-10-27ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin1-6/+3
2014-10-27ArmPkg/SemihostLib: Add library functionsRonald Cron1-0/+37
2014-10-27ArmPkg/Semihostlib: Rename semi-hosting open optionRonald Cron1-1/+1
2014-10-27ArmPkg/ArmGic: Added GicV3 support to ArmGicDxeOlivier Martin1-0/+3
2014-10-27ArmPkg/ArmGic: Added GicV3 detectionOlivier Martin1-1/+2
2014-10-27ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision()Olivier Martin1-0/+9
2014-09-10ArmPkg: Add ArmHvcLibArd Biesheuvel1-0/+46
2014-09-10ArmPkg: Add PSCI 0.2 constants for system poweroff and resetArd Biesheuvel1-0/+2
2014-09-09ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel1-60/+0
2014-09-09ArmPkg: add ArmGenericTimerCounterLib interfaceArd Biesheuvel1-0/+85
2014-09-09ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel1-3/+3
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-13/+13
2014-08-19ARM Packages: Removed trailing spacesRonald Cron13-121/+121
2014-08-04ArmPkg/ArmSmcLib: Fixed SMC helper functionsOlivier Martin1-21/+23