source: rtems/c/src/lib/libcpu/powerpc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32292d5d   02/15/17 12:14:40 Sebastian Huber bsps/powerpc: Fix warning 5
(edit) @73f8d93   02/15/17 10:09:50 Sebastian Huber bsps/powerpc: Fix warnings 5
(edit) @f65dcc71   12/02/16 12:10:31 Sebastian Huber score: Fix ARM and PowerPC context initialization Update #2751. 5
(edit) @4b5ff47   11/23/16 15:15:13 Sebastian Huber score: Fix interrupt profiling Callers of _Thread_Do_dispatch() must … 5
(edit) @01ac1db   11/24/16 07:32:01 Sebastian Huber powerpc: Fix interrupt profiling for e6500 5
(edit) @f730c25b   11/21/16 09:37:18 Sebastian Huber powerpc/mpc5xx: Rename CPU_Interrupt_frame The MPC5XX support uses a … 5
(edit) @7ce60b3   11/14/16 14:23:40 Sebastian Huber powerpc: Use Per_CPU_Control::isr_dispatch_disable Update #2751. 5
(edit) @d5e073c   11/11/16 13:37:51 Sebastian Huber score: Allow interrupts during thread dispatch Use a … 5
(edit) @2599c8e   11/14/16 11:06:46 Sebastian Huber powerpc: Add up to date CPU_Interrupt_frame Rename ppc_exc_min_frame … 5
(edit) @bf4fdb1   11/11/16 10:31:13 Sebastian Huber powerpc: Move legacy CPU_Interrupt_frame The only remaining user of … 5
(edit) @40d592eb   11/11/16 10:25:37 Sebastian Huber bsps/powerpc: Avoid use of CPU_Interrupt_frame This type is not … 5
(edit) @38a1449   11/09/16 13:59:33 Sebastian Huber powerpc: Add _CPU_Get_current_per_CPU_control() Add … 5
(edit) @1f5bee3   11/07/16 15:54:40 Sebastian Huber score: Add and use Thread_Control::is_idle Update #2797. 5
(edit) @275032b   09/08/16 07:31:47 Sebastian Huber powerpc: Fix SMP context switch We need the unmodified r4 for … 5
(edit) @8d785f7   07/19/16 04:43:10 Sebastian Huber bsps/powerpc: Fix AtliVec? context switch Properly pass the stack … 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @3bc12a8f   01/26/16 10:16:56 Sebastian Huber Delete unused API extensions 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @5c7bfcf   11/11/15 10:49:45 Sebastian Huber Fix interrupt epilogue for ARMv7-AR and PowerPC 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @e5a79e54   07/17/15 05:56:09 Sebastian Huber bsp/mpc83xx: Update due to header guard change Close #2373. 4.115
(edit) @b171982   07/08/15 08:04:39 Sebastian Huber bsps/powerpc: Provide debug and trace symbols 4.115
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @335e5ca   06/02/15 19:43:54 Sebastian Huber score: Add Thread_Control::is_fp Store the floating-point unit … 4.115
(edit) @aff220d   05/29/15 06:59:41 Sebastian Huber bsps/powerpc: Fix potential integer overflow Update #2356. 4.115
(edit) @75acd9e   04/01/15 13:33:25 alexander.krutwig bsps: Convert clock drivers to use a timecounter Update #2271. 4.115
(edit) @9cc1892   03/08/15 23:00:07 Joel Sherrill libcpu/powerpc/mpc8260/console-generic/console-generic.c: Include … 4.115
(edit) @d11b711   01/28/15 04:04:26 Nick Withers bsps/powerpc: Fix a clock driver PowerPC Book E: Account for an extra … 4.115
(edit) @f63e9a3   01/23/15 10:31:54 Sebastian Huber bsps/powerpc: Fix switch statement in CPU ident Close #2237. 4.115
(edit) @60d39b66   01/20/15 13:01:50 Sebastian Huber powerpc: Fix AltiVec? VSCR save/restore 4.115
(edit) @85dbf52   01/13/15 21:40:31 Joel Sherrill libcpu/powerpc/mpc6xx/mmu/bat.c: Now compiles with gcc 5.x 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) @c279d0a3   12/19/14 12:05:00 Sebastian Huber bsps/powerpc: Use e500 exc categories for e6500 This is not correct, … 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) @71b611d   12/23/14 08:53:43 Sebastian Huber bsps/powerpc: ppc_exc_initialize_interrupt_stack() 4.115
(edit) @7bad672   12/23/14 07:30:40 Sebastian Huber bsps/powerpc: Add TMR access macros 4.115
(edit) @c32a128   12/22/14 10:33:13 Sebastian Huber bsps/powerpc: Add cache size functions 4.115
(edit) @7d26f60   12/22/14 09:31:49 Sebastian Huber bsps/powerpc: Delete C pre-processor warning Do not warn about not … 4.115
(edit) @5175ac6a   12/19/14 11:12:08 Sebastian Huber bsps/powerpc: Support a cache alignment of 64 Give the BSP the … 4.115
(edit) @f6660bfb   12/19/14 11:11:06 Sebastian Huber bsps/powerpc: Support e6500 indentification 4.115
(edit) @fca58924   12/19/14 11:07:23 Sebastian Huber bsps/mpc83xx: Fix warnings 4.115
(edit) @2d5c486   11/27/14 06:39:36 Nick Withers Use fixed-width C99 types for PowerPC in_be16() and co. Also use the … 4.115
(edit) @3cd3a260   12/12/14 15:32:58 Sebastian Huber bsp/mpc8xx: Fix warnings close #2211 4.115
(edit) @3507f3f9   12/12/14 14:29:59 Sebastian Huber bsp/mpc8xx: Fix warnings close #2211 4.115
(edit) @12072880   12/04/14 09:03:50 Sebastian Huber Update bug report URL 4.115
(edit) @7e5c9b89   11/25/14 13:58:13 Sebastian Huber rtems: Move rtems_cache_aligned_malloc() Make sure also the size is … 4.115
(edit) @502609c8   11/21/14 17:15:22 Michael Hamel powerpc/haleakala: Add network driver close 1405 4.115
(edit) @e08b0b9   10/30/14 13:29:09 Sebastian Huber bsp/mpc55xxevb: Fix flash settings for MPC5510 4.115
(edit) @8200c9e   10/19/14 21:59:47 Joel Sherrill libcpu/powerpc configure logic: Do not built e500 components unused by … 4.115
(edit) @fc22287   10/15/14 19:24:06 Joel Sherrill libcpu/powerpc/ppc403/console/console405.c: Fix warnings 4.115
(edit) @4b86f61c   10/15/14 19:23:53 Joel Sherrill libcpu/powerpc/mpc8xx/console-generic/console-generic.c: Fix warnings 4.115
(edit) @ad51436   10/15/14 19:22:36 Joel Sherrill libcpu/powerpc/mpc6xx: Fix warnings 4.115
(edit) @a14e7ba3   10/15/14 19:22:25 Joel Sherrill libcpu/powerpc/mpc55xx/misc/flash_support.c: Fix warnings 4.115
(edit) @3cdc08c   10/15/14 19:22:02 Joel Sherrill libcpu/powerpc/e500/mmu/mmu.c: Fix warnings 4.115
(edit) @7ec9bd59   10/15/14 14:31:41 Joel Sherrill mpc8260 libcpu and mpc6260ads BSP: Fix warnings 4.115
(edit) @7b5da26   10/14/14 20:24:10 Joel Sherrill libcpu/powerpc/mpc8260/cpm/brg.c: Remove unneed extern 4.115
(edit) @f2ae58cf   10/14/14 20:23:46 Joel Sherrill libcpu/powerpc/mpc6xx/timer/timer.c: Formatting 4.115
(edit) @f62c7daa   10/14/14 19:10:22 Joel Sherrill mpc5xx libcpu and ss555 BSP: Fix warnings 4.115
(edit) @d5262fcb   10/14/14 06:39:43 Sebastian Huber bsps/powerpc: Fix the warning fix 4.115
(edit) @6db0f56   10/14/14 06:15:10 Sebastian Huber bsps/mpc55xx: Fix MPC5674F memory map 4.115
(edit) @b6c3e3e   10/12/14 20:37:33 Joel Sherrill libcpu/powerpc/mpc5xx/clock/clock.c: Fix warnings 4.115
(edit) @5039d92   10/12/14 19:00:22 Joel Sherrill libcpu/powerpc/ppc403: Fix warnings 4.115
(edit) @714336d   10/13/14 15:30:30 Joel Sherrill libcpu/powerpc/mpc6xx/timer/timer.c: Fix warnings 4.115
(edit) @d7a267b3   10/10/14 07:43:59 Sebastian Huber bsp/gen5200: Fix warnings 4.115
(edit) @aee5d63   10/10/14 07:21:29 Sebastian Huber bsps/powerpc: Fix warning 4.115
(edit) @78a38fa2   10/08/14 22:38:12 Joel Sherrill Eliminate use of /*PAGE and clean up formatting 4.115
(edit) @4e8de7e   10/07/14 15:02:29 Joel Sherrill libcpu/powerpc/mpc6xx/clock/c_clock.c: Fix warning and clean up 4.115
(edit) @780eab4   10/07/14 14:39:42 Joel Sherrill libcpu/powerpc/mpc8xx/clock: Fix warnings and clean up 4.115
(edit) @8fbe2e6   09/04/14 13:59:49 Joel Sherrill Use correct prototype of benchmark_timer_read() This change starts … 4.115
(edit) @c48cf0bd   09/11/14 07:10:16 Sebastian Huber score: Rename _BSP_Exception_frame_print() Rename … 4.115
(edit) @59990cc   08/29/14 02:48:01 Chris Johns Regenerate all preinstall.am files. With this patch the preinstall.am … 4.115
(edit) @b597c0d   08/28/14 13:44:52 Joel Sherrill Regenerate all preinstall.am files. Apparently, at some point … 4.115
(edit) @4b104834   08/25/14 11:39:34 Sebastian Huber bsp/mpc55xx: Fix comment 4.115
(edit) @f3237a3c   08/25/14 07:30:53 Sebastian Huber bsp/mpc55xx: Add defines for MPC5668 4.115
(edit) @0a314839   08/25/14 07:09:45 Sebastian Huber bsp/mpc55xx: Limit flash support to MPC55[56]X 4.115
(edit) @dc661c8   08/20/14 22:08:23 dufault mpc55xx/misc/flash_support.c: Properly flush cache when writing. … 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) @c1072919   06/06/14 12:54:37 Sebastian Huber Revert "bsps/powerpc: Fix potential relocation truncation" This … 4.115
(edit) @d9ff8b3e   06/06/14 11:35:56 Sebastian Huber bsps/powerpc: Fix potential relocation truncation See also … 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) @320faf8e   04/17/14 05:57:09 Sebastian Huber score: Clarify TLS support 4.115
(edit) @487b94e7   04/15/14 11:34:24 Sebastian Huber bsps/powerpc: SMP support for SPR functions These registers are local … 4.115
(edit) @509040f0   04/14/14 15:11:12 Sebastian Huber bsps/powerpc: SMP support for one TSEC driver 4.115
(edit) @10b0c3f   03/31/14 14:11:30 Sebastian Huber bsps/powerpc: PR757: Fix PPC_IRQ_TRACE for ppc601 We could probably … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @1550242   03/05/14 16:14:21 Sebastian Huber bsps/powerpc: Add support for interrupt profiling 4.115
(edit) @dedc1393   03/12/14 15:37:10 Sebastian Huber bsps/powerpc: Fix GET_INTERRUPT_MASK macro Use … 4.115
(edit) @ae88aa7   03/10/14 07:15:37 Sebastian Huber sapi: Use one SMP lock for all chains This partially reverts commit … 4.115
(edit) @e7549ff4   02/26/14 10:00:17 Sebastian Huber rtems: Use size_t for cache line size A cache line cannot have a … 4.115
(edit) @33cb8bf   02/17/14 10:40:18 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_BSP Merge … 4.115
(edit) @801b5d8   02/17/14 08:23:59 Sebastian Huber powerpc: Change interrupt disable implemetation Instead of SPRG0 (= … 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) @e626c60   12/06/13 17:14:57 cdesai libcpu/powerpc/mpc5xx: use THREAD_DISABLE_DISPATCH_LEVEL in asm 4.115
(edit) @057c294   12/03/13 08:55:52 Sebastian Huber bsps/powerpc: Unconditionally clear reservations 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) @1215fd4   08/26/13 13:14:33 Sebastian Huber sapi: SMP support for chains Add ISR lock to chain control for proper … 4.115
Note: See TracRevisionLog for help on using the revision log.