summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-193-63/+17
* bsps: Fix shared polled console fatal errorSebastian Huber2016-07-252-1/+3
* shared/console-polled.c: Use standard fatal error codesJoel Sherrill2016-07-051-3/+3
* libchip: Simplify RTC driverSebastian Huber2016-07-041-14/+13
* bsps: Do not use fast idle clock for SMPSebastian Huber2016-06-301-13/+15
* bsps: Include missing <rtems/bspIo.h>Sebastian Huber2016-06-241-0/+2
* Move printer initialization to separate headerSebastian Huber2016-06-222-1/+2
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-1/+1
* bsp/leon3: Add up counter timecounterSebastian Huber2016-06-211-1/+2
* bsps: Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber2016-06-141-5/+24
* bsp/irq-server: Fix install/removeSebastian Huber2016-06-131-135/+173
* bsp/shared: Fix printk warnings.Chris Johns2016-05-251-2/+4
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-253-18/+20
* bsp/shared: Print the exception stack frame before the shut down message.Chris Johns2016-05-111-7/+7
* bsp/shared: Add bsp_interrupt_handler_is_empty.Chris Johns2016-05-112-1/+33
* i386/pc386: Add support for the gdb stub to use available console drivers.Chris Johns2016-05-112-3/+53
* bsp/qoriq: Add bsp_restart()Sebastian Huber2016-04-221-1/+4
* bsps: Copy FDT only if source != destinationSebastian Huber2016-04-221-7/+10
* shared/console-polled.c: Add include of <rtems/console.h> to fix warningJoel Sherrill2016-03-291-0/+1
* bspgetworkarea.c: File header now uses DoxygenJoel Sherrill2016-03-171-10/+14
* pc386: Add --disable-com1-com4 boot argumentJoel Sherrill2016-03-101-2/+2
* libbsp/shared/console.c: Clean up memory allocation for per device dataJoel Sherrill2016-03-101-13/+36
* console_private.h: Improve comment for vt_ioctl()Joel Sherrill2016-03-101-3/+6
* console_private.h: Remove prototypes for non-existent methods bsp_com_inch() ...Joel Sherrill2016-03-101-20/+0
* pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill2016-03-102-5/+15
* Add shared PCI support and enhance pc386 to support non-legacy PCI configurat...Joel Sherrill2016-03-102-0/+341
* bsps: Avoid Giant lock in simulator clock driverSebastian Huber2016-03-041-3/+3
* score: Distribute clock tick to all online CPUsSebastian Huber2016-03-042-0/+13
* bsps: Delete empty Clock_driver_support_at_tick()Sebastian Huber2016-03-031-2/+0
* U-Boot: Flush data cache after bdinfo copySebastian Huber2016-03-031-12/+7
* Use linker set for libio initializationSebastian Huber2016-02-034-57/+0
* drvmgr: Remove dupl bsp_driver_level_hook() declSebastian Huber2016-01-262-3/+1
* bsp/irq-server: Support shared interruptsSebastian Huber2016-01-203-79/+188
* score: Fix simple timecounter supportSebastian Huber2016-01-191-1/+15
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-112-3/+3
* Use linker set for system initializationSebastian Huber2015-12-112-92/+36
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-103-31/+0
* bsps: Call bsp_work_area_initialize() earlySebastian Huber2015-12-102-5/+5
* Remove <rtems/debug.h>Sebastian Huber2015-12-072-15/+0
* Delete empty libc_init()Sebastian Huber2015-11-271-5/+0
* irq-server: Fix race condition on SMP systemsSebastian Huber2015-11-121-4/+5
* Introduce general purpose system server eventSebastian Huber2015-11-121-5/+3
* gpio: free memory in error pathGedare Bloom2015-11-091-11/+8
* bsp/irq-server: Use proper chain APISebastian Huber2015-11-051-5/+9
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-262-2/+2
* Fixes GPIO APIs Naming Convention and CommentsSudarshan Rajagopalan2015-10-212-11/+15
* bsp/qoriq: Use U-Boot provided FDTSebastian Huber2015-10-193-1/+93
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-031-0/+4
* Closes ticket #2390, and also updates the RPI implementation.Andre Marques2015-08-182-14/+22
* RTEMS GPIO API definition and implementation.Andre Marques2015-08-062-0/+2925