summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-259-1960/+0
* arm: Optimize context switchSebastian Huber2017-03-281-36/+23
* arm: Remove legacy execption supportSebastian Huber2017-03-081-6/+0
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-301-1/+45
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-261-3/+0
* Adding ARM VFP V2 supportKevin Kirspel2017-01-241-0/+6
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-241-10/+0
* arm: Fix _CPU_ISR_Is_enabled() for ARMv7-MSebastian Huber2016-11-241-1/+1
* score: Robust thread dispatchSebastian Huber2016-11-231-0/+6
* arm: Fix Thumb-1 targetsSebastian Huber2016-11-211-0/+30
* arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLESebastian Huber2016-11-211-2/+4
* score: Add _ISR_Is_enabled()Sebastian Huber2016-11-181-2/+9
* arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-181-3/+14
* arm: Provide CPU_Interrupt_frame for ARMv4Sebastian Huber2016-11-182-3/+55
* rtems: Conditionally define rtems_interrupt_frameSebastian Huber2016-11-181-1/+1
* score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2016-11-182-2/+4
* score: Remove obsolete definesSebastian Huber2016-11-181-7/+0
* arm: Use TPIDRPRW for current per-CPU controlSebastian Huber2016-11-182-7/+28
* score: Add <rtems/score/cpuimpl.h>Sebastian Huber2016-11-071-0/+30
* score/arm: Correct logic to select 64 byte cache line maximum size for Cortex-A.Pavel Pisa2016-10-041-2/+2
* score: Fix C/C++ compatibility issueSebastian Huber2016-09-231-4/+0
* score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2016-07-042-2/+9
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-041-0/+1
* score: Simplify priority bit map implementationSebastian Huber2016-06-081-2/+0
* score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber2016-06-081-2/+0
* score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber2016-03-041-0/+2
* _ARMV7M_Is_vector_an_irq: Use ARMV7M_VECTOR_SYSTICK instead of hardcoded 16Martin Galvan2016-02-191-1/+2
* arm: Fix Cortex-M7 supportSebastian Huber2016-02-041-1/+2
* score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber2016-01-261-2/+4
* score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber2016-01-251-2/+0
* arm: Use DWT CYCCNT for timecounter if availableSebastian Huber2016-01-211-0/+27
* arm: Accept Cortex-M7 multilibSebastian Huber2016-01-151-1/+1
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-2/+2
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* arm: Align ARM exception frame to 8 bytesDaniel Krueger2015-04-101-1/+2
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-161-0/+3
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-051-2/+0
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-0/+2
* arm: Fix compile error for ARMv6-M multilibSebastian Huber2015-01-092-2/+5
* arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-11-251-1/+1
* arm: Fix warningSebastian Huber2014-10-101-0/+6
* arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RE...Joel Sherrill2014-10-091-1/+2
* Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom2014-09-101-1/+1
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-123-9/+53
* score: PR2183: Fix context switch on SMPSebastian Huber2014-07-041-2/+12
* arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber2014-06-022-0/+7
* score: Fix CPU context usage on SMPSebastian Huber2014-05-081-2/+14
* score: Implement forced thread migrationSebastian Huber2014-05-071-0/+16
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-291-4/+0
* score: SMP initialization changesSebastian Huber2014-04-141-1/+5