summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Simplify FreeBSD linker setsSebastian Huber2013-12-161-12/+4
|
* bsps/powerpc: Use ALIGN_WITH_INPUTSebastian Huber2013-12-165-168/+101
| | | | This requires at least Binutils 2.24.
* doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez2013-12-093-7/+22
|
* virtex4: Move start.S to virtex4/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* tqm8xx: Move start.S to tqm8xx/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* virtex5: Move start.S to virtex5/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* powerpc/ss555: move startup/start.S to start/start.SChirayu Desai2013-12-063-2/+2
|
* powerpc: mbx8xx: move starup/start.S to start/start.SChirayu Desai2013-12-062-1/+1
|
* bsp/qoriq: Use System V small-data areaSebastian Huber2013-12-031-1/+1
|
* powerpc: motorola: Move bspreset.c to startup/Chirayu Desai2013-12-022-3/+3
| | | | * Move shared/console/bspreset.c to motorola_powerpc/startup/bspreset.c
* powerpc/mpc55xxevb: Move bspworkarea.c to bspgetworkarea.cChirayu Desai2013-11-242-1/+1
| | | | Fixes commit 571216aceef5d59bec8022f119a0cecf97544f6f
* mpc55xxevb: Move start.S to mpc55xxevb/start/start.SDaniel Ramirez2013-11-232-1/+1
|
* beatnik: Move bsp_reset() to beatnik/startup/bspreset.cDaniel Ramirez2013-11-232-1/+1
|
* powerpc/mpc55xxevb: Move bspworkareainit.c to bspgetworkarea.cChirayu Desai2013-11-232-1/+1
| | | | * Move bsp_work_area_initialize()
* powerpc/mpc55xxevb: Move startup/reset.c to startup/bspreset.cChirayu Desai2013-11-232-1/+1
|
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-0917-25/+25
|
* PR766: Delete __RTEMS_APPLICATION__Sebastian Huber2013-08-081-4/+0
| | | | This define is no longer used.
* smp: Add and use _Per_CPU_Get()Sebastian Huber2013-07-301-2/+5
| | | | | | Add and use _Per_CPU_Get_by_index() and _Per_CPU_Get_index(). Add _Per_CPU_Send_interrupt(). This avoids direct access of _Per_CPU_Information.
* bsps: Include missing <rtems/score/heapimpl.h>Sebastian Huber2013-07-261-0/+1
|
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-261-2/+2
|
* score: Merge sysstate API into one fileSebastian Huber2013-07-245-0/+5
|
* bsp/gen83xx: Fix BSP options for MPC8348EAMDSRalf Kirchner2013-07-181-2/+1
|
* smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber2013-07-171-2/+3
| | | | Delete bsp_smp_interrupt_cpu().
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-5/+0
| | | | | | | | | | Add and use _SMP_Get_current_processor() and rtems_smp_get_current_processor(). Delete bsp_smp_interrupt_cpu(). Change type of current processor index from int to uint32_t to match _SMP_Processor_count type.
* bsp/mpc55xx: Add MPC5668G supportSebastian Huber2013-07-1510-7/+66
|
* bsp/virtex: Use #if instead of #ifdefSebastian Huber2013-07-101-9/+9
| | | | | This allows VIRTEX_CONSOLE_USE_INTERRUPTS=0 on the configure command line to disable the interrupt mode.
* bsp/virtex: Add VIRTEX_CONSOLE_USE_INTERRUPTSSebastian Huber2013-07-092-37/+107
| | | | Add interrupt support for console driver.
* bsp/virtex: Use ppc_count_leading_zeros()Sebastian Huber2013-07-091-11/+10
| | | | Use ppc_count_leading_zeros() to optimize interrupt processing.
* bsp/virtex: Fix interrupt handlingSebastian Huber2013-07-091-9/+5
| | | | | | Some modules like the XPS UART Lite use event triggered interrupts. If we acknowledge the interrupts after the interrupt service we may loose these events.
* bsp/mpc55xx: Update due to API changesSebastian Huber2013-07-052-16/+12
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* bsp/mpc55xx: Avoid integer overflowSebastian Huber2013-07-051-2/+2
|
* bsp/mpc55xx: Round PLL divider upSebastian Huber2013-07-051-1/+2
|
* bsp/psim: Use EABI and System V small-data areaRalf Kirchner2013-07-051-1/+1
|
* bsps/powerpc: Avoid placement in small-data areaRalf Kirchner2013-07-051-2/+2
|
* bsp/psim: Fix declarationRalf Kirchner2013-07-051-2/+2
| | | | It declares a symbol defined in the linker command file.
* bsp/psim: Use plain symbol for PSIMSebastian Huber2013-06-283-27/+2
| | | | This avoids a linker assertion failure in the GCC test suite.
* bsps/powerpc: Update debug sectionsSebastian Huber2013-06-281-18/+18
|
* termios: Update due to API changesSebastian Huber2013-06-254-60/+64
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* bsp/virtex: Use shared clock driverSebastian Huber2013-06-243-12/+5
|
* bsp/virtex: Add console devices only if presentSebastian Huber2013-06-241-10/+11
|
* bsp/virtex: Fix warningsSebastian Huber2013-06-241-11/+11
|
* bsp/virtex: Use XPAR_INTC_SINGLE_BASEADDRSebastian Huber2013-06-241-1/+1
| | | | This define is also present in newer "xparameters.h".
* bsp/virtex: Remove unused configure macrosSebastian Huber2013-06-241-17/+0
|
* bsp/virtex: Delete BSP_ask_for_reset and BSP_panicSebastian Huber2013-06-241-13/+7
|
* bsp/virtex: Use generic interrupt supportSebastian Huber2013-06-248-427/+135
|
* bsp/virtex: Fix header includesSebastian Huber2013-06-241-6/+3
|
* bsp/virtex: Move timer config to new fileSebastian Huber2013-06-243-9/+68
|
* bsp/virtex: Do not use PPC403 TTY driverSebastian Huber2013-06-242-12/+1
|
* bsp/virtex: Fix warningsSebastian Huber2013-06-241-2/+2
|
* bsp/virtex: Delete bsp_XAssertHandler()Sebastian Huber2013-06-241-12/+0
|