summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns5-1767/+0
2017-11-22powerpc: Remove _BSP_Fatal_error()Sebastian Huber1-13/+12
2017-11-22powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber1-2/+0
2017-11-20bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber1-2/+2
2017-08-22powerpc: Add 64-bit context/interrupt supportSebastian Huber3-90/+143
2017-08-22powerpc: 64-bit _CPU_Context_Initialize() supportSebastian Huber1-2/+2
2017-08-22powerpc: 64-bit support for CPU_SIZEOF_POINTERSebastian Huber1-0/+4
2017-07-28bsp/t32mppc: Add SMP supportSebastian Huber1-0/+3
2017-06-20powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber1-0/+4
2017-06-20powerpc: Fix TLS supportSebastian Huber1-10/+11
2017-03-06powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber1-1/+1
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-17/+0
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber1-13/+0
2016-11-23score: Robust thread dispatchSebastian Huber1-0/+2
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber1-0/+5
2016-11-18powerpc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber1-2/+4
2016-11-18powerpc: Add up to date CPU_Interrupt_frameSebastian Huber1-1/+164
2016-11-18powerpc: Move legacy CPU_Interrupt_frameSebastian Huber1-31/+0
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+1
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2-3/+3
2016-11-18score: Remove obsolete definesSebastian Huber1-19/+0
2016-11-10powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-0/+27
2016-11-07score: Add <rtems/score/cpuimpl.h>Sebastian Huber1-0/+30
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber1-4/+0
2016-09-08stackchk: Use a const pattern to checkSebastian Huber1-1/+9
2016-06-08score: Simplify priority bit map implementationSebastian Huber2-2/+2
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-2/+0
2016-06-08powerpc: Define bitmap defines to FALSESebastian Huber1-0/+4
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber1-0/+2
2016-01-26score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber1-21/+2
2016-01-25score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber1-2/+0
2016-01-12powerpc: Fix alignment for AltiVec multilibsSebastian Huber1-2/+6
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-1/+1
2015-07-15powerpc: Do not use the ATB for e500 multilibSebastian Huber1-1/+1
2015-07-15powerpc: Fix _CPU_Counter_read()Nick Withers1-1/+1
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom1-0/+4
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-20/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+2
2015-01-20powerpc: Fix AltiVec VSCR save/restoreSebastian Huber1-1/+4
2015-01-13powerpc: AltiVec and FPU context supportSebastian Huber2-6/+182
2015-01-09powerpc: Use PPC_HAS_FPUSebastian Huber1-0/+2
2015-01-09powerpc: Add PPC_STACK_ALIGN_POWERSebastian Huber1-16/+6
2015-01-09powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500Sebastian Huber2-6/+12
2015-01-09powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZESebastian Huber2-3/+4
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-16/+0
2015-01-09powerpc: Use alternate time base for CPU counterSebastian Huber1-3/+3
2014-09-23powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-09-11score: Rename _BSP_Exception_frame_print()Sebastian Huber1-8/+1
2014-09-11powerpc: Delete PPC_BSP_HAS_FIXED_PR288Sebastian Huber1-7/+0
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom1-1/+1