summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Capitalize Rtems to RTEMSMarçal Comajoan Cara2018-12-044-4/+4
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-041-1/+1
* powerpc/haleakala:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-301-3/+2
* powerpc/mpc8260ads:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-301-3/+2
* powerpc/qemuppc:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-301-3/+2
* powerpc/ss555:Add per-section compilation and linking support(GCI 2018)Shashvat Jain2018-11-301-3/+2
* bsps/powerpc: Use interrupt stack for init stackSebastian Huber2018-11-1913-74/+64
* Include missing <rtems/score/thread.h>Sebastian Huber2018-11-092-0/+2
* bsp/motorola_powerpc: Include <sys/param.h>Sebastian Huber2018-11-094-0/+4
* bsp/beatnik: Fix warningsSebastian Huber2018-11-096-97/+93
* score: Rename interrupt stack symbolsSebastian Huber2018-11-0818-23/+23
* mpc8260ads/start/bspstart.c: Fix unused function warningJoel Sherrill2018-10-181-0/+6
* qemuppc/start/cmain.c: Cast args to memcpy and bzero to fix warningsJoel Sherrill2018-10-181-5/+14
* gen5200/mscan/mscan.c: Fix printf() format warningJoel Sherrill2018-10-181-1/+1
* Use rtems_task_exit()Sebastian Huber2018-10-024-5/+5
* bsp/tqm8xx: Remove unused filesSebastian Huber2018-09-172-1280/+0
* bsp/tqm8xx: Fix polled vs. interrupt outputSebastian Huber2018-09-172-57/+81
* bsp/tqm8xx: Convert console to new Termios APISebastian Huber2018-09-171-259/+99
* bsp/tqm8xx: Move DMA support to channel descriptorSebastian Huber2018-09-171-164/+170
* bsp/tqm8xx: Move rxBuf to channel descriptorSebastian Huber2018-09-171-58/+50
* bsp/tqm8xx: Use IRQ extensions APISebastian Huber2018-09-171-26/+12
* bsp/tqm8xx: Clear sbss sectionSebastian Huber2018-09-171-4/+7
* bsp/tqm8xx: Use custom string to uint32_tSebastian Huber2018-09-171-2/+19
* network: Use kernel/user space header filesSebastian Huber2018-09-1016-28/+16
* bsp/qoriq: Add struct qoriq to allow forward declsSebastian Huber2018-09-061-2/+2
* bsps/powerpc: Simplify ppc_exc_initialize()Sebastian Huber2018-09-0621-154/+22
* bsp/mpc55xxevb: Fix format warningSebastian Huber2018-09-051-1/+3
* bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGINSebastian Huber2018-09-0310-25/+10
* psim/include/tm27.h: Fix not a prototype warningsJoel Sherrill2018-08-291-4/+4
* mvme5500/include/tm27.h: Fix not a prototype warningsJoel Sherrill2018-08-291-2/+2
* qoriq/include/tm27.h: Fix warningsJoel Sherrill2018-08-291-5/+5
* gen5200/include/tm27.h: Fix warningsJoel Sherrill2018-08-291-4/+5
* mpc55xxevb/clock/clock-config.c: Remove unused mpc55xx_clock_cleanup() methodJoel Sherrill2018-08-291-10/+0
* gen5200/include/bsp/bestcomm.h: Fix unused variable warningJoel Sherrill2018-08-291-0/+3
* bsp/qoriq: Remove READMESebastian Huber2018-08-291-29/+0
* qoriq/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-2/+2
* motorola_powerpc/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-4/+4
* bsps/powerpc/include/mpc83xx/mpc83xx.h: Fix nested comment warningJoel Sherrill2018-08-101-1/+1
* bsps/powerpc/include/bsp/tictac.h: Fix protototype warningsJoel Sherrill2018-08-101-4/+4
* gen83xx/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-1/+1
* gen5200/include/tm27.h: Fix prototype warningJoel Sherrill2018-08-101-4/+4
* gen5200/include/bsp/ata.h: Fix warningJoel Sherrill2018-08-101-0/+2
* bsp/gen5200: Avoid deprecated routineSebastian Huber2018-08-071-1/+3
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-251-2/+2
* bsps: bsp_start_on_secondary_processor()Sebastian Huber2018-07-253-10/+12
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-252-2/+2
* bsps: Fix function declaration warningsSebastian Huber2018-07-247-13/+16
* Rework initialization and interrupt stack supportSebastian Huber2018-06-2733-206/+45
* bsps: Support .rtemsstack.* linker input sectionsSebastian Huber2018-06-2728-34/+60
* Remove Clock_driver_support_shutdown_hardware()Sebastian Huber2018-06-272-29/+0