source: rtems/cpukit/score/cpu/nios2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19acb3b   01/12/21 09:31:27 Sebastian Huber nios2: Optimize ISR dispatch variant Use _Thread_Do_dispatch() in …
(edit) @9165349d   01/12/21 06:13:08 Sebastian Huber nios2: Use Per_CPU_Control::isr_dispatch_disable
(edit) @c968b27   01/08/21 08:04:22 Sebastian Huber nios2: Add TLS support Update #4214.
(edit) @e324f82   01/05/21 13:56:25 Sebastian Huber nios2: Make _ISR_Is_in_progress() weak This allows the BSP to …
(edit) @98c95d1   01/05/21 09:53:35 Sebastian Huber nios2: Fix ISR dispatch variants The thread dispatch disabled level …
(edit) @d7a48e1   10/06/20 05:39:44 Sebastian Huber rtems: Improve RTEMS_NO_RETURN attribute Provide RTEMS_NO_RETURN also …
(edit) @48dd7b8c   06/29/20 19:35:08 kinsey.moore score: Add CPU_USE_LIBC_INIT_FINI_ARRAY This introduces the …
(edit) @80cf60e   04/15/20 07:48:32 Sebastian Huber Canonicalize config.h include Use the following variant which was … 5
(edit) @bf39a9e   12/06/19 19:24:37 Sebastian Huber score: Remove superfluous FP types/defines Update #3835. 5
(edit) @92c2db64   03/26/19 10:33:40 andreas.dachsberger doxygen: score: Add nios2 CPU architecture group Update #3706. 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @12dfa5e2   11/08/18 15:03:10 Sebastian Huber nios2: Remove use of proc_ptr Update #3585. 5
(edit) @2548d14   09/10/18 15:38:14 Sebastian Huber build: Include header.am in cpukit/Makefile.am Include all … 5
(edit) @637546a   10/05/18 18:12:40 Sebastian Huber build: Merge score/cpu/*/Makefile.am 5
(edit) @68e1ccc4   09/11/18 04:30:20 Sebastian Huber build: Remove specialized CPPFLAGS 5
(edit) @8776bb9   09/26/18 04:34:54 Sebastian Huber score: Remove CPU_PROVIDES_IDLE_THREAD_BODY Remove the … 5
(edit) @27bbc05   08/02/18 12:49:01 Sebastian Huber score: Remove CPU_PARTITION_ALIGNMENT Use the CPU_SIZEOF_POINTER … 5
(edit) @3a646426   07/19/18 10:53:34 Sebastian Huber score: Add _CPU_Instruction_illegal() On some … 5
(edit) @b74353e   07/20/18 06:06:46 Sebastian Huber score: Add _CPU_Instruction_no_operation() This helps to reduce the … 5
(edit) @42f2fdfd   07/20/18 05:56:43 Sebastian Huber score: Move context validation declarations The context validation … 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @c8df844   06/19/18 12:59:51 Sebastian Huber score: Add CPU_INTERRUPT_STACK_ALIGNMENT Add CPU port define for the … 5
(edit) @65f868c   05/23/18 12:17:25 Sebastian Huber Add _CPU_Counter_frequency() Add rtems_counter_frequency() API … 5
(edit) @9edb72e   04/05/18 04:56:26 Sebastian Huber build: Remove DISTCLEANFILES A "make distclean" is not supported. So, … 5
(edit) @00acca28   03/08/18 19:29:17 joel nios2/include/rtems/score/types.h: Eliminate this file Updates #3327. 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @4aa23c96   01/23/17 07:12:18 Sebastian Huber Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard … 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @fd6d3f1   11/21/16 09:13:37 Sebastian Huber nios2: Fix _CPU_ISR_Is_enabled() Close #2818. 5
(edit) @408609f6   11/10/16 14:17:28 Sebastian Huber score: Add _ISR_Is_enabled() In contrast to _ISR_Get_level() the … 5
(edit) @82d30a3   11/11/16 09:16:33 Sebastian Huber score: Move CPU_PER_CPU_CONTROL_SIZE Move CPU_PER_CPU_CONTROL_SIZE … 5
(edit) @acc6d9bf   11/10/16 06:12:55 Sebastian Huber score: Remove obsolete defines The thread dispatch inline option is … 5
(edit) @df63fbd1   11/04/16 12:45:25 Sebastian Huber score: Add <rtems/score/cpuimpl.h> The aim of this file is to … 5
(edit) @9149c87e   09/23/16 04:52:33 Sebastian Huber score: Fix C/C++ compatibility issue Only use CPU_Per_CPU_control if … 5
(edit) @b04b76c6   06/07/16 19:36:48 Sebastian Huber score: Simplify priority bit map implementation The priority bit map … 5
(edit) @18e29faf   06/08/16 08:10:40 Sebastian Huber score: Delete CPU_USE_GENERIC_BITFIELD_DATA Rename log2table into … 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @d2bacb6c   05/17/16 13:57:48 Sebastian Huber score: _Thread_Dispatch_increment_disable_level() Avoid … 5
(edit) @decff899   02/17/16 13:26:29 Sebastian Huber score: Add CPU_MAXIMUM_PROCESSORS Maximum number of processors of all … 5
(edit) @a8865f8   01/25/16 09:20:28 Sebastian Huber score: Introduce CPU_CACHE_LINE_BYTES Add CPU_CACHE_LINE_BYTES for … 5
(edit) @01b32d4   01/25/16 07:54:17 Sebastian Huber score: Delete obsolete CPU_TIMESTAMP_* defines Update #2271. 5
(edit) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @46d3c6d8   03/16/15 20:15:55 Gedare Bloom cpukit: add and use CPU_Uint32ptr type 4.115
(edit) @8ac3549   03/04/15 15:13:49 Sebastian Huber score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITY 4.115
(edit) @99a1f122   01/13/15 07:24:36 Sebastian Huber nios2: Disable assembler warning Close #2232. 4.115
(edit) @461f9f48   10/07/14 19:10:57 Joel Sherrill nios2-iic-irq.c: Fix warnings 4.115
(edit) @905b656c   10/07/14 19:09:39 Joel Sherrill nios2-iic-irq.c: Include <rtems/score/interr.h> so it builds 4.115
(edit) @f82752a4   06/04/14 09:23:34 Daniel Hellstrom Let CPU/BSP Fatal handler have access to source Without the source … 4.115
(edit) @03b7789   04/26/14 13:09:10 Sebastian Huber score: Statically initialize _ISR_Vector_table 4.115
(edit) @f570b071   04/01/14 08:20:01 Sebastian Huber score: Rename Priority_bit_map_Control Rename … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @83bf105   02/19/14 09:57:46 Sebastian Huber score: Rename _Internal_error_Occurred() Rename … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 4.115
(edit) @ea3e6928   11/26/13 07:08:38 Sebastian Huber nios2: Typos 4.115
(edit) @03e097b7   09/03/13 10:59:54 Sebastian Huber nios2: Include proper header file 4.115
(edit) @58a70b76   08/27/13 13:14:04 wei.a.yang score: Simplify <rtems/score/cpuatomic.h> Add proper license and … 4.115
(edit) @10fd4aac   08/02/13 11:54:08 Sebastian Huber score/cpu: Add CPU_Per_CPU_control Add CPU port specific per-CPU control. 4.115
(edit) @d61e54c2   07/15/13 15:31:10 wei.a.yang update-all-architectures-to-new-atomic-implementation 4.115
(edit) @49cdf40   06/12/13 07:25:39 Sebastian Huber score: Add and use _Thread_Dispatch_is_enabled() Delete … 4.115
(edit) @39993d6   05/07/13 08:14:55 Sebastian Huber score: Add CPU context validation 4.115
(edit) @3806e01a   05/10/13 08:33:11 Chris Johns Revert bootstrap whitespace changes. 4.115
(edit) @9b605b28   04/23/13 16:34:16 wei.a.yang Using the generic atomic ops to implement UP mode atomic for all … 4.115
(edit) @0a596409   03/11/13 07:29:21 Sebastian Huber nios2: Documentation 4.115
(edit) @0986294   02/06/13 07:35:17 hill nios2: Use NIOS2_CTLREG_INDEX_STATUS 4.115
(edit) @8b94c03   02/06/13 07:27:37 hill nios2: Set CPU_ISR_PASSES_FRAME_POINTER to FALSE This reflects what … 4.115
(edit) @1cddf47a   02/06/13 07:08:43 hill nios2: Add _Nios2_Count_leading_zeros() Add … 4.115
(edit) @3ac61e52   02/05/13 17:10:32 hill nios2: Rename file 4.115
(edit) @fad2d38   03/08/13 20:55:06 Gedare Bloom RTEMS: Delete ChangeLog? files. This commit deletes all RTEMS … 4.115
(edit) @0cce75e   01/14/13 08:54:21 Sebastian Huber NIOS2: Fix register restore sequence in epilogue This fix is … 4.115
(edit) @1f0d013   01/09/13 13:56:28 alexivanov97 score: Doxygen Clean Up Task #17 4.115
(edit) @4f5740f   01/08/13 19:36:13 alexivanov97 score: Doxygen Clean Up Task #16 4.115
(edit) @43e0599   12/02/12 21:23:57 matkallada score misc: Clean up Doxygen #13 (GCI 2012) This patch is a task from … 4.115
(edit) @815994f   11/25/12 16:48:11 Sebastian Huber score: Add CPU_Exception_frame Add CPU port type CPU_Exception_frame … 4.115
(edit) @f1738ed   11/04/12 20:04:39 Sebastian Huber score: PR1607: Add and use CPU_SIZEOF_POINTER Add and use new CPU … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @33a105fb   05/07/12 16:08:48 Joel Sherrill Revert: Remove CVS Ids See … 4.115
(edit) @ee32f67a   05/04/12 06:55:28 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @8eb559d3   04/11/12 08:34:01 Sebastian Huber nios2: New functions Add o _Nios2_MPU_Get_region_descriptor(), and … 4.115
(edit) @2d0ca000   04/11/12 08:32:14 Sebastian Huber nios2: API change 4.115
(edit) @40b8f63a   03/30/12 12:59:18 Sebastian Huber NIOS2: Add MPU support functions 4.115
(edit) @64d2c8ad   03/30/12 12:55:17 Sebastian Huber NIOS2: Fix outermost interrupt check This fix is critical. The … 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @d4a95940   10/21/11 08:44:23 Sebastian Huber 2011-10-21 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @2d545843   09/30/11 08:02:56 Sebastian Huber 2011-09-30 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @9c121991   09/27/11 09:18:25 Sebastian Huber 2011-09-27 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @9f1412b9   09/16/11 10:25:22 Sebastian Huber 2011-09-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @e41cec3   09/14/11 14:25:36 Sebastian Huber 2011-09-14 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @f604a94   09/09/11 10:00:47 Sebastian Huber 2011-09-09 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @67518231   09/02/11 15:06:00 Sebastian Huber 2011-09-02 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @1c963169   09/02/11 11:20:28 Sebastian Huber 2011-09-02 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @36c187a0   09/02/11 07:52:30 Sebastian Huber 2011-09-02 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @e2d0c68   09/01/11 15:52:12 Sebastian Huber 2011-09-01 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @a385489   08/18/11 09:00:14 Chris Johns 2011-08-18 Chris Johns <chrisj@…> * cpu.c: Fix … 4.115
(edit) @3848df4d   08/14/11 07:38:14 Chris Johns 2011-08-14 Chris Johns <chrisj@…> * … 4.115
(edit) @2a5880f1   08/10/11 15:00:53 Sebastian Huber 2011-08-10 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @45dabfd   08/10/11 14:10:10 Sebastian Huber 2011-08-10 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @3ee5a2e   08/09/11 11:11:30 Sebastian Huber 2011-08-09 Sebastian Huber <sebastian.huber@…> * … 4.115
Note: See TracRevisionLog for help on using the revision log.