summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-29Add support for IBM PowerPC 750 chip.Phong Pham3-0/+6
2017-04-24powerpc/new-exceptions/bspsupport/ppc_exc_print.c: Fix printf() format warningsJoel Sherrill1-2/+2
2017-04-24powerpc/mpc5xx/console-generic/console-generic.c: Use updated struct termios ...Joel Sherrill1-2/+2
2017-04-07libcpu/../mpc5xx/.../vectors_init.c: Using inttype macros fixes 39 format war...Cillian O'Donnell1-39/+41
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel7-9/+9
2017-03-07powerpc: Optimize AltiVec context switchSebastian Huber2-31/+30
2017-03-07powerpc: Fix AltiVec context switchSebastian Huber1-12/+12
2017-03-02powerpc: Fix warningsSebastian Huber1-1/+1
2017-03-02powerpc: Fix interrupt thread dispatchSebastian Huber1-2/+1
2017-02-15bsps/powerpc: Fix warningSebastian Huber1-2/+0
2017-02-15bsps/powerpc: Fix warningsSebastian Huber4-58/+61
2016-12-02score: Fix ARM and PowerPC context initializationSebastian Huber1-0/+1
2016-11-24score: Fix interrupt profilingSebastian Huber1-20/+13
2016-11-24powerpc: Fix interrupt profiling for e6500Sebastian Huber1-1/+3
2016-11-21powerpc/mpc5xx: Rename CPU_Interrupt_frameSebastian Huber2-4/+4
2016-11-18powerpc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2-20/+66
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber1-12/+17
2016-11-18powerpc: Add up to date CPU_Interrupt_frameSebastian Huber3-379/+4
2016-11-18powerpc: Move legacy CPU_Interrupt_frameSebastian Huber1-0/+33
2016-11-18bsps/powerpc: Avoid use of CPU_Interrupt_frameSebastian Huber1-3/+3
2016-11-10powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-1/+8
2016-11-09score: Add and use Thread_Control::is_idleSebastian Huber1-5/+1
2016-09-08powerpc: Fix SMP context switchSebastian Huber1-61/+62
2016-07-19bsps/powerpc: Fix AtliVec context switchSebastian Huber2-62/+68
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2-4/+4
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-12/+12
2016-02-03Delete unused API extensionsSebastian Huber3-3/+0
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber1-2/+2
2015-11-12Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-13/+38
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber2-15/+19
2015-07-17bsp/mpc83xx: Update due to header guard changeSebastian Huber2-6/+6
2015-07-08bsps/powerpc: Provide debug and trace symbolsSebastian Huber1-0/+3
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber2-0/+2
2015-06-09score: Add Thread_Control::is_fpSebastian Huber1-17/+1
2015-05-29bsps/powerpc: Fix potential integer overflowSebastian Huber1-1/+1
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig1-78/+29
2015-03-09libcpu/powerpc/mpc8260/console-generic/console-generic.c: Include bsp.h to fi...Joel Sherrill1-3/+1
2015-01-30bsps/powerpc: Fix a clock driverNick Withers1-9/+57
2015-01-23bsps/powerpc: Fix switch statement in CPU identSebastian Huber1-0/+2
2015-01-20powerpc: Fix AltiVec VSCR save/restoreSebastian Huber1-4/+6
2015-01-13libcpu/powerpc/mpc6xx/mmu/bat.c: Now compiles with gcc 5.xJoel Sherrill1-12/+12
2015-01-13powerpc: AltiVec and FPU context supportSebastian Huber7-12/+821
2015-01-13bsps/powerpc: Use e500 exc categories for e6500Sebastian Huber1-0/+1
2015-01-09powerpc: Use PPC_HAS_FPUSebastian Huber1-6/+6
2015-01-09powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500Sebastian Huber1-15/+11
2015-01-09powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZESebastian Huber1-8/+2
2015-01-09bsps/powerpc: ppc_exc_initialize_interrupt_stack()Sebastian Huber2-11/+20
2015-01-09bsps/powerpc: Add TMR access macrosSebastian Huber1-0/+28
2015-01-09bsps/powerpc: Add cache size functionsSebastian Huber1-0/+46
2015-01-09bsps/powerpc: Delete C pre-processor warningSebastian Huber1-2/+0