summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-302010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber4-1/+76
* shared/bspgetworkarea.c: Include <bsp/u-boot.h> if necessary. * shared/include/u-boot.h, shared/src/bsp-uboot-board-info.c: New files.
2010-10-142010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-80/+84
* include/utility.h: Renamed macros.
2010-09-082010-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-5/+118
* include/utility.h: More macros. Changed casts.
2010-08-152010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+6
* src/uart-output-char.c: Add BSP_poll_char.
2010-07-27Typo.Sebastian Huber1-1/+1
2010-07-272010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-7/+11
* umon/tfsDriver.c: Update for LibIO API changes.
2010-06-302010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+6
* umon/tfsDriver.c: Remove extra brace.
2010-06-302010-06-30 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-1/+6
* umon/tfsDriver.c: Corrected filesystem mknod entry to call the default handler.
2010-06-292010-06-29 Jennifer.Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-30/+38
* umon/tfsDriver.c: Changed NULL methods in filesystem tables to be default methods.
2010-05-312010-05-31 Chris Johns <chrisj@rtems.org>Chris Johns1-11/+13
* shared/umon/tfsDriver.c: Updated to the new mount API.
2010-05-282010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
2010-05-21Whitespace removal.Sebastian Huber1-2/+2
2010-05-212010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-8/+13
* include/utility.h: Macros use now first and last bit values instead of shift and length parameters.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-44/+24
* include/utility.h: Removed superfluous macros.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-0/+105
* include/uart-output-char.h, src/uart-output-char.c: New files.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber5-92/+87
* include/irq-config.h: Removed file. * include/irq.h: New file (renamed from 'include/irq-config.h'). * include/irq-generic.h, src/irq-info.c: Include <bsp/irq.h> instead of <bsp/irq-config.h>. * src/irq-server.c: Use events instead of semaphore. Added error counter for multiple chain appends. Added error counter to detect erroneous interrupt events.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-3/+7
* include/bootcard.h: Documentation.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+4
* gdbstub/rtems-stub-glue.c: Remove warnings.
2010-04-142010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* shared/umon/umoncons.c: Reflect changes to rtems_termios_callbacks->write.
2010-04-09unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2-2/+6
2010-03-25fix warningThomas Doerfler2-1/+5
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* shared/console-polled.c: Reflect changes to rtems_termios_callbacks->write.
2009-12-042009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill3-16/+41
* umon/README, umon/tfs.h: Missing parts of previous commit.
2009-11-302009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill8-89/+149
* umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umon.h, umon/umonrtemsglue.c: Update to match development version.
2009-11-30Whitespace removal.Ralf Corsepius7-10/+10
2009-11-30Whitespace removal.Ralf Corsepius16-225/+225
2009-11-232009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-52/+32
* clockdrv_shell.h: Clean up.
2009-11-032009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* shared/umon/tfsDriver.c (rtems_tfs_eval_path): Add missing parameter.
2009-10-21add missing changeThomas Doerfler2-4/+16
2009-10-21interrupt handler type changeThomas Doerfler4-90/+20
2009-10-122009-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2-54/+35
* bootcard: Update for heap API changes.
2009-10-092009-10-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+8
* shared/vmeUniverse/vmeUniverse.c: print message and let vmeUniverseIntLoopbackTst() fail if odd-numbered vector is used (cannot program the chip to reply with such a vector).
2009-09-082009-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill13-606/+1079
* include/irq-config.h, include/irq-generic.h, include/irq-info.h, src/irq-generic.c, src/irq-info.c, src/irq-legacy.c, src/irq-shell.c: Format, cleanup and documentation. * src/irq-server.c: New file. * include/bootcard.h, include/stackalloc.h, src/stackalloc.c, bsplibc.c: Update for heap API changes. Documentation.
2009-08-282009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill5-78/+55
* bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting.
2009-08-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-115/+127
* src/irq-legacy.c: Spacing, tabs, and proper format for license notice.
2009-08-102009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-17/+30
* console.c: Fix tabs and allow the BSP to override the default baud rate.
2009-07-222009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+6
* src/irq-generic.c: Priority inheritance on simple binary semaphores makes no sense and has recently been added as an error condition.
2009-07-17adding lpc24xx BSP partsThomas Doerfler2-0/+116
2009-07-17ARM bsp maintenanceThomas Doerfler1-0/+4
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+12
* setvec.c: Add CVS Id.
2009-06-182009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill3-1/+141
* umon/umonrtemsglue.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor. * umon/umoncons.c: New file.
2009-06-172009-06-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann3-2/+7
* vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: include <rtems/pci.h> instead of <bsp/pci.h>.
2009-06-152009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+12
* umon/umonrtemsglue.c: Add flag to ensure that it umon connection is initialized twice, it is safe.
2009-06-152009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-24/+64
* umon/monlib.h: Add umon.h to be installed as <rtems/umon.h> so umon .h files are modified as little as possible. * umon/umon.h: New file.
2009-06-122009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill8-0/+2504
* umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files.
2009-05-272009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill3-8/+110
* tod.h, tod.c: Update for new RTC driver interface.
2009-05-182009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* bsppost.c: Fix typo.
2009-05-152009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill3-8/+12
* include/irq-generic.h, src/irq-generic.c: Documentation.
2009-05-082009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-17/+24
* bootcard.c, bspgetworkarea.c, include/bootcard.h: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
2009-05-062009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+7
* bspinit.c: Fix warning by adding include file.