summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-04bsp/imx: New BSPSebastian Huber1-1/+5
2017-08-04bsps/arm: Add ARMv7-AR Generic Timer clock driverSebastian Huber1-0/+1
2017-08-04Optional Clock_driver_support_shutdown_hardware()Sebastian Huber1-0/+6
2017-07-19bsps: Fix warningSebastian Huber1-0/+3
2017-07-12bsps: Include missing header fileSebastian Huber1-0/+1
2017-07-12Add interrupt vector set/get affinitySebastian Huber1-1/+52
2017-07-12Add interrupt server moveSebastian Huber1-0/+75
2017-07-12Add interrupt server set affinitySebastian Huber1-0/+33
2017-07-12Add interrupt server suspend/resumeSebastian Huber1-2/+59
2017-07-12Create one interrupt server per processorSebastian Huber1-79/+184
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-2/+4
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber1-2/+2
2017-06-26Add rtems_interrupt_server_handler_iterate()Sebastian Huber1-0/+70
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber3-29/+25
2017-05-13interrupt vector indexing is assuming BSP_INTERRUPT_VECTOR_MIN = 0Phong Pham1-1/+1
2017-04-24libbsp/shared/pci/pci_bus_count.c: Add include <rtems/bspIo.h>Joel Sherrill1-0/+1
2017-03-27bsps: Add simple CPU counter benchmark timerSebastian Huber1-0/+35
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-2/+2
2017-03-08bsps/umon: Fix format warningsSebastian Huber1-3/+3
2017-03-08bsps: Provide <bsp/fdt.h> for every BSPSebastian Huber2-3/+42
2017-02-23Add rtems_interrupt_server_request_submit()Sebastian Huber1-32/+116
2017-02-15bsps/powerpc: Fix warningsSebastian Huber1-2/+2
2017-02-15bsps/powerpc: Fix warningsSebastian Huber1-1/+1
2016-12-16bsp/atsam: System initialization for PIO IRQsSebastian Huber1-1/+7
2016-12-15bsp/atsam: Move XDMA IRQ handler to XDMA moduleSebastian Huber1-1/+4
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber2-2/+2
2016-11-24bsps/arm: Add Cortex-M DWT CPU counterSebastian Huber1-0/+1
2016-11-09score: Add and use Thread_Control::is_idleSebastian Huber1-3/+1
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber3-63/+17
2016-07-25bsps: Fix shared polled console fatal errorSebastian Huber2-1/+3
2016-07-05shared/console-polled.c: Use standard fatal error codesJoel Sherrill1-3/+3
2016-07-04libchip: Simplify RTC driverSebastian Huber1-14/+13
2016-06-30bsps: Do not use fast idle clock for SMPSebastian Huber1-13/+15
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+2
2016-06-22Move printer initialization to separate headerSebastian Huber2-1/+2
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber1-1/+1
2016-06-21bsp/leon3: Add up counter timecounterSebastian Huber1-1/+2
2016-06-14bsps: Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber1-5/+24
2016-06-13bsp/irq-server: Fix install/removeSebastian Huber1-135/+173
2016-05-25bsp/shared: Fix printk warnings.Chris Johns1-2/+4
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns3-18/+20
2016-05-11bsp/shared: Print the exception stack frame before the shut down message.Chris Johns1-7/+7
2016-05-11bsp/shared: Add bsp_interrupt_handler_is_empty.Chris Johns2-1/+33
2016-05-11i386/pc386: Add support for the gdb stub to use available console drivers.Chris Johns2-3/+53
2016-04-22bsp/qoriq: Add bsp_restart()Sebastian Huber1-1/+4
2016-04-22bsps: Copy FDT only if source != destinationSebastian Huber1-7/+10
2016-03-29shared/console-polled.c: Add include of <rtems/console.h> to fix warningJoel Sherrill1-0/+1
2016-03-17bspgetworkarea.c: File header now uses DoxygenJoel Sherrill1-10/+14
2016-03-10pc386: Add --disable-com1-com4 boot argumentJoel Sherrill1-2/+2
2016-03-10libbsp/shared/console.c: Clean up memory allocation for per device dataJoel Sherrill1-13/+36