summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-29arm: Disable alignment check in PMSA initSebastian Huber1-1/+1
2021-06-21cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer1-1/+1
2021-06-21cpu/armv7m: Avoid regions with negative sizeChristian Mauderer1-1/+1
2021-06-16arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber1-1/+1
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber2-0/+8
2020-12-23Update header.amSebastian Huber1-0/+2
2020-12-22arm: Add support for Arm PMSAv8-32Sebastian Huber3-0/+568
2020-12-22arm: Add header file for AArch32 System RegistersSebastian Huber1-0/+14657
2020-12-16arm: Optimize arm_interrupt_disable()Sebastian Huber1-2/+11
2020-12-14cpu/armv7m: Fix table based init for ARMV7M_MPUChristian Mauderer1-1/+7
2020-12-10arm: Support Armv8 in <rtems/score/arm.h>Sebastian Huber1-11/+10
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer1-0/+103
2020-10-16bsps/arm: Workaround for Errata 845369Sebastian Huber1-0/+32
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-4/+2
2020-09-17arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber1-0/+16
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2020-05-27arm: Fix ARMv7-M exception handlerSebastian Huber1-8/+15
2020-04-16Canonicalize config.h includeSebastian Huber23-23/+23
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber2-16/+30
2020-02-12score: Remove superfluous FP types/definesSebastian Huber1-6/+0
2019-10-31arm: Add defines for small pages MMUSebastian Huber1-0/+57
2019-09-03arm: Fix default exception handlerSebastian Huber1-2/+2
2019-06-28arm: Return the current handler from arm_cp15_set_exception_handlerChris Johns1-1/+6
2019-04-02doxygen: score: Put ARM Co-Processor 15 group in ARMAndreas Dachsberger1-3/+3
2019-03-26score: Add ARM CPU architecture groupSebastian Huber10-52/+32
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber8-10/+10
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber2-2/+0
2019-03-08cpukit/arm: Correct register definitionJonathan Brandmeyer1-2/+2
2019-02-22bsps/arm: Fix system register for virtual timerKinsey Moore1-1/+1
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-20/+52
2018-11-12arm: Remove use of proc_ptrSebastian Huber3-14/+16
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber2-24/+11
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber1-34/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2-12/+4
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-3/+0
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber1-0/+5
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber1-0/+5
2018-07-20score: Move context validation declarationsSebastian Huber2-4/+4
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-6/+0
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber1-0/+2
2018-06-15arm: Simplify CPU counter supportSebastian Huber1-2/+5
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-0/+2
2018-04-30Drop executable permissions on .[ch] filesJoel Sherrill1-0/+0
2018-03-13Add ARM Paravirtualization supportJoel Sherrill4-3/+90
2018-03-12arm/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-53/+4
2018-01-25Remove make preinstallChris Johns13-87/+157
2017-12-13arm: Move <libcpu/arm-cp15.h> to cpukitSebastian Huber3-0/+2272
2017-08-10arm: Use ARM code on Thumb 1 targetsSebastian Huber1-1/+1
2017-08-10arm: Validate IT[7:0] bit field of PSRSebastian Huber1-1/+25