summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber3-31/+0
2015-12-10bsps: Call bsp_work_area_initialize() earlySebastian Huber2-5/+5
2015-12-07Remove <rtems/debug.h>Sebastian Huber2-15/+0
2015-11-27Delete empty libc_init()Sebastian Huber1-5/+0
2015-11-12irq-server: Fix race condition on SMP systemsSebastian Huber1-4/+5
2015-11-12Introduce general purpose system server eventSebastian Huber1-5/+3
2015-11-09gpio: free memory in error pathGedare Bloom1-11/+8
2015-11-05bsp/irq-server: Use proper chain APISebastian Huber1-5/+9
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2-2/+2
2015-10-21Fixes GPIO APIs Naming Convention and CommentsSudarshan Rajagopalan2-11/+15
2015-10-19bsp/qoriq: Use U-Boot provided FDTSebastian Huber3-1/+93
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-0/+4
2015-08-18Closes ticket #2390, and also updates the RPI implementation.Andre Marques2-14/+22
2015-08-06RTEMS GPIO API definition and implementation.Andre Marques2-0/+2925
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-0/+1
2015-06-22rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber1-1/+1