source: rtems/cpukit/score/cpu/powerpc/rtems/score/cpu.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27bfcd8   01/25/17 13:32:02 Sebastian Huber score: Delete _CPU_Context_Fp_start() Since the FP area pointer is … 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) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 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) @7ce60b3   11/14/16 14:23:40 Sebastian Huber powerpc: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @bf4fdb1   11/11/16 10:31:13 Sebastian Huber powerpc: Move legacy CPU_Interrupt_frame The only remaining user of … 5
(edit) @141e16d   11/11/16 09:51:25 Sebastian Huber rtems: Conditionally define rtems_interrupt_frame Update #2808. 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) @9149c87e   09/23/16 04:52:33 Sebastian Huber score: Fix C/C++ compatibility issue Only use CPU_Per_CPU_control if … 5
(edit) @8bb9d41   09/07/16 12:08:06 Sebastian Huber stackchk: Use a const pattern to check 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) @987ea1a   06/07/16 20:09:12 Sebastian Huber powerpc: Define bitmap defines to FALSE 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) @93f5adb   07/15/15 08:51:12 Sebastian Huber powerpc: Do not use the ATB for e500 multilib The e500v1 has no … 4.115
(edit) @e2fcb7d   07/15/15 06:55:42 Nick Withers powerpc: Fix _CPU_Counter_read() The mftb is not available on Book E … 4.115
(edit) @8ac3549   03/04/15 15:13:49 Sebastian Huber score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITY 4.115
(edit) @c34f94f7   02/16/15 10:55:03 Sebastian Huber score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. 4.115
(edit) @60d39b66   01/20/15 13:01:50 Sebastian Huber powerpc: Fix AltiVec? VSCR save/restore 4.115
(edit) @3e2647a7   12/23/14 13:18:06 Sebastian Huber powerpc: AltiVec? and FPU context support Add AltiVec? and FPU support … 4.115
(edit) @2e19bfd   12/23/14 11:27:53 Sebastian Huber powerpc: Use PPC_HAS_FPU Provide floating point context support only … 4.115
(edit) @7c16e1a5   12/23/14 10:38:34 Sebastian Huber powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500 4.115
(edit) @84d3b9b0   12/23/14 10:34:40 Sebastian Huber powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZE Use it for the default … 4.115
(edit) @7f28f237   12/23/14 10:05:21 Sebastian Huber powerpc: Delete _CPU_IRQ_info 4.115
(edit) @bb7bd148   12/22/14 10:46:17 Sebastian Huber powerpc: Use alternate time base for CPU counter 4.115
(edit) @30e5e765   09/23/14 05:57:56 Sebastian Huber powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit … 4.115
(edit) @c48cf0bd   09/11/14 07:10:16 Sebastian Huber score: Rename _BSP_Exception_frame_print() Rename … 4.115
(edit) @6e0000c   09/11/14 07:07:36 Sebastian Huber powerpc: Delete PPC_BSP_HAS_FIXED_PR288 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) @fbda4a8   07/01/14 08:48:28 Sebastian Huber score: PR2183: Fix context switch on SMP Fix context switch on SMP … 4.115
(edit) @11b05f1   05/08/14 08:11:13 Sebastian Huber score: Fix CPU context usage on SMP We must not alter the is … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @03b7789   04/26/14 13:09:10 Sebastian Huber score: Statically initialize _ISR_Vector_table 4.115
(edit) @53e008b   04/10/14 13:48:05 Sebastian Huber score: SMP initialization changes Add and use … 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) @47d60134   02/19/14 12:52:41 Sebastian Huber score: _CPU_SMP_Get_current_processor() Remove … 4.115
(edit) @4627fcd   02/17/14 13:25:29 Sebastian Huber score: Rename bsp_smp_initialize() Rename bsp_smp_initialize() into … 4.115
(edit) @6f90ef7   02/13/14 12:08:46 Sebastian Huber score: Remove volatile from asm statements The instructions to get … 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) @558cc8d   02/05/14 14:41:00 Sebastian Huber score: _CPU_Context_switch_to_first_task_smp() Delete … 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) @39a4574   06/24/13 13:21:46 Sebastian Huber powerpc: Add r2 to CPU context The r2 may be used for thread-local … 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) @f7740e97   06/13/13 14:05:20 Sebastian Huber smp: Rename _CPU_Processor_event_receive() Rename to … 4.115
(edit) @07f6e419   06/13/13 14:00:54 Sebastian Huber smp: Rename _CPU_Processor_event_broadcast() Rename to … 4.115
(edit) @ca63ae2   06/13/13 13:41:21 Sebastian Huber smp: Add and use _CPU_SMP_Send_interrupt() Delete bsp_smp_interrupt_cpu(). 4.115
(edit) @39e51758   06/14/13 12:00:38 Sebastian Huber smp: Add and use _CPU_SMP_Get_current_processor() Add and use … 4.115
(edit) @56435e6   06/26/13 08:25:42 Sebastian Huber powerpc: Fix Altivec support Use the right context. 4.115
(edit) @ffbeb6f   01/18/13 08:42:49 Sebastian Huber smp: Add PowerPC support 4.115
(edit) @39993d6   05/07/13 08:14:55 Sebastian Huber score: Add CPU context validation 4.115
(edit) @d9e0006   01/02/13 17:27:31 alexivanov97 score: Doxygen Clean Up Task #5 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) @d2202ac   11/26/12 17:04:12 Sebastian Huber powerpc: Add CPU_Exception_frame The powerpc port uses now a unified … 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) @00dae186   11/13/12 15:39:26 Sebastian Huber powerpc: Delete _CPU_Install_interrupt_stack() This function is only … 4.115
(edit) @9da42fb   06/11/12 18:00:57 Joel Sherrill powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove … 4.115
(edit) @1869bb7   05/18/12 13:47:23 Sebastian Huber powerpc: Simplify context switch PowerPC cores with the SPE (Signal … 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) @826fa6b1   05/07/12 23:29:56 Joel Sherrill Score ISR - Minimize Capabilities When Not Simple Vectored In … 4.115
(edit) @9c121991   09/27/11 09:18:25 Sebastian Huber 2011-09-27 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @5be93c2   08/30/11 14:05:50 Sebastian Huber 2011-08-30 Peter Dufault <dufault@…> * rtems/score/cpu.h: Add … 4.115
(edit) @c3ba11ac   07/21/11 14:49:47 Sebastian Huber 2011-07-21 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @3631c234   02/11/11 09:24:09 Ralf Corsepius 2011-02-11 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @479cbaf8   10/21/10 22:18:05 Joel Sherrill 2010-10-21 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @4ef13360   07/29/10 17:51:56 Joel Sherrill 2010-07-29 Gedare Bloom <giddyup44@…> PR 1635/cpukit * … 4.115
(edit) @af16a7d2   07/16/10 08:45:02 Sebastian Huber 2010-07-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @5bb38e15   12/04/09 05:25:30 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @6c28773e   12/02/09 01:24:52 strauman 2009-12-01 Till Straumann <strauman@…> * … 4.104.115
(edit) @3fcc78ae   10/30/09 19:28:46 Thomas.Doerfler move timebase access functions from cpukit to libcpu 4.104.115
(edit) @2067679   10/21/09 13:19:09 Thomas.Doerfler * rtems/powerpc/registers.h: Added defines DEAR_BOOKE and DEAR_405. … 4.104.115
(edit) @ef1be69   02/11/09 21:44:59 Joel Sherrill 2009-02-11 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @5c8d42b   09/14/08 23:17:13 Joel Sherrill 2008-09-14 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @5d42c1b7   09/05/08 02:00:15 Ralf Corsepius Convert to "bool". 4.104.114.95
(edit) @06aab39   07/10/08 21:48:24 strauman 2008-07-10 Till Straumann <strauman@…> * … 4.104.114.95
(edit) @a320b269   02/20/08 03:02:36 Ralf Corsepius Remove ref to rtems/old-exceptions/cpu.h. 4.104.114.95
(edit) @0ca6d0d9   12/17/07 22:35:25 Joel Sherrill 2007-12-17 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @43b4c7a   12/17/07 16:12:45 Joel Sherrill 2007-12-17 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @2906c7a   12/04/07 22:19:05 Joel Sherrill 2007-12-04 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @8dc42d3   12/03/07 23:20:30 strauman 2007-12-03 Till Straumann <strauman@…> * … 4.104.114.95
(edit) @e72dc606   12/01/07 00:47:13 strauman 2007-11-30 Till Straumann <strauman@…> * … 4.104.114.95
(edit) @e34ac1f   11/28/07 21:43:56 Joel Sherrill 2007-11-28 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @8b56aa3   05/09/07 15:28:52 Ralf Corsepius 2007-05-09 Ralf Corsépius <ralf.corsepius@…> * … 4.104.114.84.95
(edit) @b60dc893   04/17/07 05:57:57 Ralf Corsepius Use Context_Control_fp* instead of void* for fp_contexts. Eliminate … 4.104.114.84.95
(edit) @a19034d   08/09/06 23:04:47 Joel Sherrill 2006-08-09 Joel Sherrill <joel@…> * rtems/score/cpu.h: … 4.104.114.84.95
(edit) @5961b4c7   01/16/06 15:12:30 Joel Sherrill 2006-01-16 Joel Sherrill <joel@…> * … 4.104.114.84.95
(edit) @56c5e091   02/18/05 11:29:53 Ralf Corsepius (CPU_HARDWARE_FP, CPU_ALL_TASKS_ARE_FP, CPU_IDLE_TASK_IS_FP, … 4.104.114.84.95
(edit) @1f6dc36   02/18/05 10:59:57 Ralf Corsepius 2005-02-18 Ralf Corsepius <ralf.corsepius@…> * … 4.104.114.84.95
(edit) @10c66191   02/18/05 10:53:29 Ralf Corsepius (CPU_PROVIDES_IDLE_THREAD_BODY, CPU_STACK_GROWS_UP, … 4.104.114.84.95
(edit) @6b0912e   02/18/05 10:26:21 Ralf Corsepius 2005-02-18 Ralf Corsepius <ralf.corsepius@…> * … 4.104.114.84.95
(edit) @b7c7b75b   02/18/05 06:24:48 Ralf Corsepius (Context_Control, Context_Control_fp, CPU_Interrupt_frame): Add. 4.104.114.84.95
(edit) @b4f43549   02/16/05 17:05:47 Ralf Corsepius (CPU_STACK_MINIMUM_SIZE, CPU_ALIGNMENT, CPU_HEAP_ALIGNMENT, … 4.104.114.84.95
(edit) @779939b2   02/15/05 17:43:25 Ralf Corsepius (_CPU_Bitfield_Find_first_bit, _CPU_Priority_Mask, … 4.104.114.84.95
(edit) @8773879   02/15/05 16:31:24 Ralf Corsepius (_CPU_ISR_install_vector, _CPU_Initialize, … 4.104.114.84.95
(edit) @6b25a47   02/15/05 15:25:29 Ralf Corsepius (_CPU_Context_Initialize, _CPU_Context_Restart_self, … 4.104.114.84.95
(edit) @58847845   02/15/05 15:10:52 Ralf Corsepius (PPC_Get_timebase_register, PPC_Set_timebase_register): New. 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.