summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns7-2851/+0
2018-01-22powerpc: Add FSL_EIS_EPRSebastian Huber1-0/+1
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: PPC64_NOP_FOR_LINKER_TOC_POINTER_RESTORESebastian Huber1-0/+5
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-08-22powerpc: ppc_interrupt_get_disable_mask()Sebastian Huber1-1/+1
2017-08-22powerpc: Add register definesSebastian Huber1-0/+16
2017-07-31powerpc: Add register definesSebastian Huber1-0/+26
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-04-22powerpc: Add FSL_EIS_TENSR, etc. definesSebastian Huber1-0/+7
2016-04-13powerpc: Add FSL_EIS_MAS8Sebastian Huber1-0/+2
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-28powerpc: Add FSL cache definesSebastian Huber1-0/+10
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-1/+1
2015-10-02powerpc: Use wrtee for e6500 multilibSebastian Huber1-0/+17
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-07-08powerpc: Add BUCSR register definesSebastian Huber1-0/+2
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