summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-03-10console_private.h: Improve comment for vt_ioctl()Joel Sherrill1-3/+6
2016-03-10console_private.h: Remove prototypes for non-existent methods bsp_com_inch() ...Joel Sherrill1-20/+0
2016-03-10pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill2-5/+15
2016-03-10Add shared PCI support and enhance pc386 to support non-legacy PCI configurat...Joel Sherrill2-0/+341
2016-03-04bsps: Avoid Giant lock in simulator clock driverSebastian Huber1-3/+3
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber2-0/+13
2016-03-03bsps: Delete empty Clock_driver_support_at_tick()Sebastian Huber1-2/+0
2016-03-03U-Boot: Flush data cache after bdinfo copySebastian Huber1-12/+7
2016-02-03Use linker set for libio initializationSebastian Huber4-57/+0
2016-01-26drvmgr: Remove dupl bsp_driver_level_hook() declSebastian Huber2-3/+1
2016-01-20bsp/irq-server: Support shared interruptsSebastian Huber3-79/+188
2016-01-19score: Fix simple timecounter supportSebastian Huber1-1/+15
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber2-3/+3
2015-12-11Use linker set for system initializationSebastian Huber2-92/+36