summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* termios: Update due to API changesSebastian Huber2013-06-2528-272/+256
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* bsps/arm: Rename functionSebastian Huber2013-06-244-5/+5
| | | | | | Rename arm_cp15_start_setup_translation_table_and_enable_mmu() in arm_cp15_start_setup_translation_table_and_enable_mmu_and_cache() to emphasize that the cache is also enabled after this operation.
* 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
|
* bsp/virtex: Delete unused variablesSebastian Huber2013-06-241-4/+0
|
* bsp/virtex: Replace low-level BSP start codeSebastian Huber2013-06-2410-472/+211
| | | | Use linkcmds.base. Use EABI with small-data area.
* bsp/virtex: Rename file dlentry.S in start.SSebastian Huber2013-06-244-11/+12
| | | | Use default bsp_specs file.
* bsps/powerpc: Add PPC405 support for shared clockSebastian Huber2013-06-241-31/+79
|
* bsps/powerpc: Delete clock_4xx.cSebastian Huber2013-06-241-225/+0
|
* bsps: Delete bspreset_fatal.cSebastian Huber2013-06-244-18/+3
| | | | Use bspreset_loop.c instead. This avoids infinite recursion.
* libchip/serial: Fix warningSebastian Huber2013-06-211-1/+0
|
* bsps: Use CONSOLE_DEVICE_NAMESebastian Huber2013-06-211-1/+2
|
* bsps: Remove debug output in shared console driverSebastian Huber2013-06-211-4/+0
|
* bsps: Do not use printk() in shared console driverSebastian Huber2013-06-211-4/+0
|
* bsps: Add fatal errors for shared console driverSebastian Huber2013-06-213-16/+19
|
* bsps: Move bsp_generic_fatal_code to new fileSebastian Huber2013-06-217-26/+55
| | | | Add bsp_generic_fatal().
* bsps/powerpc: Delete bsp_exceptions_in_RAMSebastian Huber2013-06-219-88/+93
| | | | | Delete ppc_exc_vector_base. Add and use ppc_exc_initialize_with_vector_base().
* bsps/arm: Fix some GIC functionsRic Claus2013-06-201-2/+3
|
* bsps/arm: Set vector base address if necessarySebastian Huber2013-06-204-0/+78
|
* greth: do not advertise 1000M capability if MAC does not support it.Jiri Gaisler2013-06-191-0/+11
|
* greth: prefer full duplex if availableJiri Gaisler2013-06-191-3/+3
|
* bsp/xilinx-zynq: Use magic UART baud divisorSebastian Huber2013-06-191-2/+2
| | | | Use a baud divisor suitable for the evaluation board.
* bsp/xilinx-zynq: Do not start transmitter breakSebastian Huber2013-06-191-1/+0
|
* bsp/xilinx-zynq: Use second UART for consoleSebastian Huber2013-06-181-1/+1
| | | | This is in now line with the evaluation board.
* bsps: Provide simple console selectionSebastian Huber2013-06-173-1/+26
|
* bsps: Add missing includeSebastian Huber2013-06-171-0/+2
|
* score: Rename rtems_smp_get_number_of_processors()Sebastian Huber2013-06-141-1/+1
| | | | | | | | | Rename in rtems_smp_get_processor_count(). Always provide <rtems/score/smp.h> and <rtems/rtems/smp.h>. Add _SMP_Get_processor_count(). This function will be a compile time constant defined to be one on uni-processor configurations. This allows iterations over all processors without overhead on uni-processor configurations.
* score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2013-06-145-7/+7
| | | | | Delete _Thread_Dispatch_in_critical_section() and _Thread_Is_dispatching_enabled().
* libchip: Use Termios API change for NS16550Sebastian Huber2013-06-121-13/+9
| | | | This avoids a race condition on SMP configurations.
* libchip: Delete superfluous assignmentsSebastian Huber2013-06-121-4/+0
|
* configure: DocumentationSebastian Huber2013-06-122-2/+6
|
* smp: Fix PowerPC context switchSebastian Huber2013-06-071-1/+1
|
* bsp/lm3s69xx: TyposSebastian Huber2013-06-033-5/+5
|
* bsp/qoriq: Add missing #ifdef RTEMS_SMPSebastian Huber2013-06-031-0/+6
|
* bsps/arm: Add SMP supportSebastian Huber2013-05-3128-65/+480
|
* smp: Add ARM supportSebastian Huber2013-05-311-1/+1
|
* bsp/qoriq: Add SMP supportSebastian Huber2013-05-316-8/+252
|
* smp: Add PowerPC supportSebastian Huber2013-05-312-1/+24
|
* score: Remove idle field of Per_CPU_ControlSebastian Huber2013-05-313-6/+15
| | | | | | This field is unused except for special case simulator clock drivers. In these places use an alternative. Add and use _Thread_Set_global_exit_status() and _Thread_Get_global_exit_status().
* bsps: Use _Objects_Information_tableSebastian Huber2013-05-311-203/+134
| | | | | | Eliminate copy and paste. Use the _Objects_Information_table since this will take into account that more than one internal thread may exist, e.g. MPCI thread or idle threads of secondary processors.