summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix ARM and PowerPC context initializationSebastian Huber2016-12-021-0/+1
* 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 _ARMV4_Exception_interruptSebastian Huber2016-11-231-1/+1
* arm: Fix Thumb-1 targetsSebastian Huber2016-11-212-10/+40
* 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-184-31/+94
* arm: Simplify _ARMV4_Exception_interruptSebastian Huber2016-11-181-18/+22
* arm: Use local labelsSebastian Huber2016-11-181-9/+9
* score: Allow interrupts during thread dispatchSebastian Huber2016-11-181-3/+7
* 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-184-9/+30
* score: Add <rtems/score/cpuimpl.h>Sebastian Huber2016-11-073-0/+35
* 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
* arm: Add VFP context validate support for ARMv5Kevin Kirspel2016-08-192-5/+11
* score: Fix printk() format specifiersSebastian Huber2016-07-261-2/+5
* 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
* arm: Fix printk warnings.Chris Johns2016-06-031-16/+18
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-2/+2
* 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: Honor cache for Cortex-M7 supportSebastian Huber2016-01-151-2/+11
* arm: Accept Cortex-M7 multilibSebastian Huber2016-01-151-1/+1
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-121-0/+27
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-2/+2
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-281-15/+12
* ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan2015-09-231-11/+21
* Fix exception handler for supporting FPUSudarshan Rajagopalan2015-09-231-4/+4
* arm: Replace __sync_synchronize() implementationSebastian Huber2015-09-011-8/+19
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* Add __synch_synchronize function for armJan Sommer2015-08-012-0/+10
* arm: Include proper header fileSebastian Huber2015-07-231-3/+3
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-0/+1
* arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber2015-06-151-3/+3
* arm: Align ARM exception frame to 8 bytesDaniel Krueger2015-04-102-1/+7
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-161-0/+3
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-051-2/+0
* ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan2015-02-271-0/+8