summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-271-0/+4
| | | | * umon/tfsDriver.c: Update for LibIO API changes.
* 2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-301-0/+4
| | | | * umon/tfsDriver.c: Remove extra brace.
* 2010-06-30 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-301-0/+5
| | | | | * umon/tfsDriver.c: Corrected filesystem mknod entry to call the default handler.
* 2010-06-29 Jennifer.Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-291-0/+5
| | | | | * umon/tfsDriver.c: Changed NULL methods in filesystem tables to be default methods.
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-281-0/+5
| | | | | * umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
* 2010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-211-0/+5
| | | | | * include/utility.h: Macros use now first and last bit values instead of shift and length parameters.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-201-0/+4
| | | | * include/utility.h: Removed superfluous macros.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-201-0/+4
| | | | * include/uart-output-char.h, src/uart-output-char.c: New files.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-0/+10
| | | | | | | | | | * 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-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-2/+6
| | | | * include/bootcard.h: Documentation.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-0/+4
| | | | * gdbstub/rtems-stub-glue.c: Remove warnings.
* unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2010-04-091-0/+4
|
* fix warningThomas Doerfler2010-03-251-0/+4
|
* 2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-12-041-0/+4
| | | | * umon/README, umon/tfs.h: Missing parts of previous commit.
* 2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-301-0/+6
| | | | | | * 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-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-231-0/+4
| | | | * clockdrv_shell.h: Clean up.
* add missing changeThomas Doerfler2009-10-211-2/+2
|
* interrupt handler type changeThomas Doerfler2009-10-211-0/+5
|
* 2009-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-10-121-0/+4
| | | | * bootcard: Update for heap API changes.
* 2009-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-09-081-0/+9
| | | | | | | | | * 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-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-281-0/+5
| | | | | * bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-0/+5
| | | | | * src/irq-legacy.c: Spacing, tabs, and proper format for license notice.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-101-0/+5
| | | | | * console.c: Fix tabs and allow the BSP to override the default baud rate.
* 2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-221-0/+5
| | | | | * src/irq-generic.c: Priority inheritance on simple binary semaphores makes no sense and has recently been added as an error condition.
* ARM bsp maintenanceThomas Doerfler2009-07-171-0/+4
|
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-061-0/+4
| | | | * setvec.c: Add CVS Id.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-181-0/+7
| | | | | | | * 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-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-06-171-0/+5
| | | | | * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: include <rtems/pci.h> instead of <bsp/pci.h>.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-151-0/+5
| | | | | * umon/umonrtemsglue.c: Add flag to ensure that it umon connection is initialized twice, it is safe.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-151-0/+6
| | | | | | * 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-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-121-0/+5
| | | | | * umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-271-0/+4
| | | | * tod.h, tod.c: Update for new RTC driver interface.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-181-0/+4
| | | | * bsppost.c: Fix typo.
* 2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-151-0/+4
| | | | * include/irq-generic.h, src/irq-generic.c: Documentation.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-081-0/+6
| | | | | | * 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-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-061-0/+4
| | | | * bspinit.c: Fix warning by adding include file.
* 2009-05-06 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-061-2/+6
| | | | | PR 1409/bsps * gdbstub/rtems-stub-glue.c: Print object names correctly.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-051-0/+5
| | | | | * bootcard.c, gdbstub/rtems-stub-glue.c: Add info to not enough memory message.
* 2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-041-0/+4
| | | | * tod.c: Remove warnings and clean up.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+6
| | | | | | * bootcard.c, include/bootcard.h: Remove argc/argv/envp and replace with a single BSP boot command line a BSP can optionally support.
* 2009-03-10 Eric Norum <norume@aps.anl.gov>Joel Sherrill2009-03-101-0/+7
| | | | | | | * bootcard.c: Swap order of RTEMS Workspace and Malloc Heap. This allows the potential for sbrk() to extend the heap area. This actually is done on PowerPC BSPs with more than 32MB which use dynamic loading.
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-051-0/+6
| | | | | | * bootcard.c: use aligned heap_start (instead of original heap_start) when calculating default heap size (to take into account loss due to alignment).
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-051-0/+6
| | | | | | * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: fixed function declarations to silence compiler warnings.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-271-0/+5
| | | | | * bspgetworkarea.c: Add check to determine if current stack pointer is in work area.
* * README: Added NCS.Thomas Doerfler2009-02-271-0/+5
| | | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
* 2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-111-0/+4
| | | | * tod.c: Use rtems_clock_get_tod().
* 2009-01-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-01-051-0/+4
| | | | * src/irq-generic.c: #include <stdlib.h>.
* 2008-12-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-191-0/+6
| | | | | | * include/irq-info.h, src/irq-info.c, src/irq-shell.c: New files. * include/irq-generic.h, src/irq-generic.c: Improved interrupt handler dispatch function.
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-0/+10
| | | | | | | | | | * bootcard.c: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
* 2008-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-111-0/+4
| | | | * clock_driver_stub.c: Remove (unused).