summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmExceptionLib
AgeCommit message (Expand)AuthorFilesLines
13 daysArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON executionArd Biesheuvel1-11/+2
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/Aarch64[|Mmu].h to MdePkgPierre Gondois1-1/+1
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkgPierre Gondois2-2/+2
2023-03-30ArmPkg: Emit BTI opcodes when BTI codegen is enabledArd Biesheuvel1-2/+1
2022-08-09UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang1-6/+9
2022-06-14ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIsRay Ni1-47/+11
2022-05-13ArmPkg: Remove RVCT supportRebecca Cran3-298/+0
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki3-90/+84
2021-12-07ArmPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+1
2021-04-15ArmPkg: Fix Ecc error 5003 in ArmExceptionLibPierre Gondois2-3/+6
2021-04-15ArmPkg: Fix Ecc error 8001 in ChipsetPierre Gondois1-5/+5
2021-01-06ArmPkg: Fix Ecc error 5005 in ArmExceptionLibPierre Gondois1-2/+3
2020-06-10ArmPkg/ArmExceptionLib: use static buffer for sp_el0Heyi Guo1-8/+6
2019-07-04ArmPkg: Fix various typosAntoine Cœur3-4/+4
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney8-56/+8
2017-12-08ArmPkg/ArmExceptionLib: Add implementation of new APIJian J Wang1-0/+33
2017-03-27ArmPkg/ArmExceptionLib: use EL0 stack for synchronous exceptionsArd Biesheuvel3-38/+82
2016-03-25ArmPkg|EmbeddedPkg: make PcdCpuVectorBaseAddress 64 bits wideLeendert van Doorn1-2/+2
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-16ArmPkg: ARM/AArch64 implementation of CpuExceptionHandlerLibCohen, Eugene8-0/+1574