summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-27score: Fix simple timecounter supportSebastian Huber1-1/+15
2015-09-03various .h files: Add missing C++ extern wrappersMartin Galvan1-0/+4
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-0/+1
2015-06-22rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber1-1/+1
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig2-17/+37
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom2-0/+18
2015-03-20Add CAN, PWM, ADC and UART1/2/3 support to the LPC176x BSP.Martin Galvan1-2/+2
2015-03-09Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill2-0/+203
2015-03-05bsps: Use interrupt lock for interrupt serverSebastian Huber1-10/+23
2015-03-05bsps: Fix warningSebastian Huber1-2/+1
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+4
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber1-1/+0
2015-01-22Filesystem: Delete node type operationSebastian Huber1-7/+8
2015-01-13bsp/qoriq: Add T2080RDB and T4240RDB variantsSebastian Huber1-2/+5
2015-01-09bsps/u-boot: Add optional text and data sectionsSebastian Huber1-4/+12
2015-01-09bsps/u-boot: Update due to API changesSebastian Huber1-4/+15
2015-01-04clock_driver_simidle.c: Add BSP_CLOCK_DRIVER_DELAYJoel Sherrill1-0/+10
2014-12-23Use fixed-width C99 types for PowerPC in_be16() and co.Nick Withers1-6/+6
2014-12-15bsp/beagle: Fix some warningsBen Gras3-0/+3
2014-12-05libmisc: More useful default configurationSebastian Huber1-98/+0
2014-11-26libbsp/shared/bspinit.c: Document assumption of NULL returnedJosh Oguin1-12/+12
2014-11-20bsps/arm: L2C 310 exclusive config is fatalSebastian Huber1-1/+2
2014-11-20bsps/arm: L2C 310 add compile time checksSebastian Huber1-1/+5
2014-10-23bsp/sparc: Ensure that data cache snooping is enabledDaniel Cederman1-0/+2
2014-10-20shared/clockdrv_shell.h: Always include <rtems/clockdrv.h> to avoid warningsJoel Sherrill1-14/+2
2014-10-19shared/vmeUniverse/vmeTsi148.c: Set defines to get all prototypes for methods...Joel Sherrill1-2/+3
2014-10-13libbsp/shared/umon: Fix warningsJoel Sherrill3-3/+39
2014-10-13libbsp/shared/dummy_printk_support.c: Fix warningJoel Sherrill1-1/+1
2014-10-13libbsp/shared/vmeUniverse: Fix warningsJoel Sherrill3-3/+9
2014-10-10Add console-polled.h and update all BSPs that should use it.Joel Sherrill2-5/+51
2014-10-10bsp/gen5200: Fix warningsSebastian Huber1-0/+3
2014-10-09Eliminate use of /*PAGE and clean up formattingJoel Sherrill1-51/+9
2014-10-09libbsp/shared/console-polled.c: Fix warningJoel Sherrill1-10/+3
2014-10-09libbsp/shared/clockdrv_shell.h: Fix warningJoel Sherrill1-0/+1
2014-10-09LEON3: use interrupt layer in clock driverDaniel Hellstrom1-0/+1
2014-10-07bsps: Add Termios console driver initializationSebastian Huber3-0/+239
2014-09-16tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill2-71/+1
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-1/+1
2014-09-08clockdrv_shell.h: Fix warningSebastian Huber1-1/+1
2014-07-15uart-output-char.h: extra offset definition.Ben Gras1-0/+2
2014-07-09bsps: Basic console driver for Termios devicesSebastian Huber1-0/+73
2014-05-12bsps: Declare bsp_start_on_secondary_processors()Sebastian Huber1-1/+11
2014-05-12bsps: Use standard file name for BSP supportSebastian Huber2-0/+0
2014-05-07bsps: Fix BSP_INITIAL_EXTENSIONSebastian Huber1-1/+1
2014-04-22dummy_printk_support.c: Comment clean upJoel Sherrill1-6/+9
2014-04-14score: SMP initialization changesSebastian Huber1-1/+10
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns56-56/+56
2014-03-14libchip: Relax buffer counts and add fatal errorRalf Kirchner1-1/+4
2014-03-06rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber1-27/+54
2014-03-06bsps: SMP support for generic interrupt supportSebastian Huber2-18/+59