summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2016-04-29ArmPkg: implement CpuIo2 protocol driver specific for PCIArd Biesheuvel2-0/+612
2016-04-29ArmPlatformPkg: move PCI related PCD definitions to ArmPkgArd Biesheuvel1-0/+62
2016-04-25ArmPkg/Gic: Fix boundary checking bugHeyi Guo3-9/+9
2016-04-14ArmPkg/AArch64Mmu: disable MMU during page table manipulationsArd Biesheuvel5-2/+124
2016-04-14ArmPkg/AArch64Mmu: Fix XN attribute for device memoryHeyi Guo1-2/+2
2016-04-01ArmPkg/ArmArchTimerLib: correct typosEvan Lloyd1-8/+8
2016-04-01ArmPkg/ArmArchTimerLib: fix unused variable in RELEASE buildsSami Mujawar1-3/+2
2016-04-01ArmPkg/ArmArchTimerLib: add GetTimeInNanoSecond() to ArmArchTimerLibSami Mujawar1-1/+50
2016-04-01ArmPkg/ArchArmTimerLib: refactor MultU64xN and TimerFreq definitionsSami Mujawar1-18/+31
2016-03-25ArmPkg|EmbeddedPkg: make PcdCpuVectorBaseAddress 64 bits wideLeendert van Doorn2-4/+4
2016-03-25ArmPkg: apply Cortex-A57 errataLeendert van Doorn1-3/+6
2016-03-22ArmPkg/AArch64Mmu: use correct AP[] bits in ArmClearMemoryRegionReadOnlyArd Biesheuvel1-1/+1
2016-03-22ArmPkg/ArmExceptionLib: reimplement register stack/unstack routinesArd Biesheuvel1-126/+109
2016-03-22ArmPkg/ArmExceptionLib: avoid indirect call if using vector table in placeArd Biesheuvel1-0/+4
2016-03-22ArmPkg/ArmExceptionLib: make build time define visible to the compilerArd Biesheuvel1-2/+4
2016-03-22ArmPkg/ArmExceptionLib: don't restore ESR and FAR upon exception returnArd Biesheuvel1-6/+0
2016-03-22ArmPkg/ArmExceptionLib: stack FPSR on common pathArd Biesheuvel1-8/+6
2016-03-22ArmPkg/ArmExceptionLib: fold exception handler prologue into vector tableArd Biesheuvel1-73/+39
2016-03-22ArmPkg/AsmMacroIoLibV8: remove undocumented assumption from ELx macrosArd Biesheuvel1-8/+8
2016-03-17ArmPkg: update CpuDxe to use CpuExceptionHandlerLibCohen, Eugene7-1402/+98
2016-03-16ArmPkg: ARM/AArch64 implementation of CpuExceptionHandlerLibCohen, Eugene9-0/+1577
2016-03-16ArmPkg/ArmLib: add ArmReadHcr to enable read-modify-write of HCRCohen, Eugene2-0/+11
2016-03-03ArmPkg: Configure TTBCR registerEvan Lloyd4-4/+32
2016-02-23ArmPkg: CpuDxe: don't track interrupt state in a global variableCohen, Eugene1-5/+1
2016-02-23ArmPkg: CpuDxe: fix AArch64 interrupt read masksCohen, Eugene2-25/+23
2016-02-15ArmPkg: DefaultExceptionHandler fixes for use with DxeCoreCohen, Eugene4-38/+12
2016-02-03ArmPkg: Add isb when setting SCREvan Lloyd3-0/+3
2016-01-30ArmPkg: Rectify file modesEvan Lloyd56-0/+0
2016-01-20ArmPkg: LinuxLoader: fix typo in help stringRyan Harkin1-2/+2
2015-12-17ArmPkg/ArmSoftfloatLib: add missing entry points for RVCTArd Biesheuvel4-1/+94
2015-12-16ArmPkg: rewrite vector table population macrosArd Biesheuvel1-2/+5
2015-12-15ArmPkg/ArmV7Mmu: prefer non shareable memory on non-coherent hardwareArd Biesheuvel2-3/+53
2015-12-15ArmPkg/ArmSoftfloatLib: restrict -fno-tree-vrp option to GCC46 and GCC47Ard Biesheuvel1-1/+3
2015-12-15ArmPkg/ArmV7Lib: add CLANG alternative for FPEXC accessArd Biesheuvel1-0/+4
2015-12-15ArmPkg/CompilerIntrinsicsLib: add GCC version of __aeabi_memset()Ard Biesheuvel1-2/+17
2015-12-15ArmPkg: use unified asm syntax for CLANGArd Biesheuvel9-21/+30
2015-12-15ArmPkg/ArmGic: fix bug in GICv3 distributor configurationArd Biesheuvel1-2/+2
2015-12-15ArmPkg/CpuDxe: drop ARMv4 exception handling codeArd Biesheuvel7-357/+4
2015-12-15ArmPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-12-08ArmPkg: update InvalidateInstructionCacheRange to flush only to PoUEugene Cohen5-2/+25
2015-12-07ArmPkg/BdsLib: Send RemainingDevicePath to PXE Load File protocolHeyi Guo1-2/+2
2015-12-03ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen27-277/+156
2015-12-02ArmPkg RVCT: add asm macro combining EXPORT, AREA and label definitionEugene Cohen1-0/+29
2015-12-01ArmPkg: Convert whole-cache InvalidateInstructionCache to just ASSERTEugene Cohen1-1/+1
2015-11-30ArmPkg/ArmSoftFloatLib: add support for RVCTArd Biesheuvel15-17/+1
2015-11-30ArmPkg: factor out softfloat support from StdLib/LibC/SoftFloatArd Biesheuvel20-0/+4771
2015-11-27ArmPkg: remove SetPrimaryStack and InitializePrimaryStack macrosArd Biesheuvel3-109/+0
2015-11-27ArmPkg/BdsLib: drop bogus gArmGlobalVariableGuid dependencyArd Biesheuvel1-1/+0
2015-11-27ArmPkg: remove ArmPlatformGlobalVariableLib resolution from ArmPkg.dscArd Biesheuvel1-3/+0
2015-11-25ArmPkg/PeiServicesTablePointerLib: add missing MigratePeiServicesTablePointer()Eugene Cohen1-0/+23