summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-151-0/+1
| | | | * ChangeLog, shared/start/start.S: Add HLT instruction on exit.
* 2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-311-4/+3
| | | | * shared/start/start.S: Pass 0/NULL for argc/argv.
* Whitespace removal.Ralf Corsepius2009-11-301-14/+14
|
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+4
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-251-0/+6
| | | | | * shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-161-41/+0
| | | | * shared/bspgetworkarea.c: Removed.
* 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-101-0/+41
| | | | * shared/bspgetworkarea.c: New file.
* 2008-08-18 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-185-643/+0
| | | | | * shared/clock/clockdrv.c, shared/clock/rtc.c, shared/clock/tod.h, shared/console/console.c, shared/timer/timer.c: Removed.
* Add missing prototypes.Ralf Corsepius2008-08-181-3/+3
|
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-1/+1
| | | | | | * shared/clock/clockdrv.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2007-09-10 Alain Schaefer <alani@easc.ch>Joel Sherrill2007-09-101-2/+18
| | | | * shared/start/start.S: Initialize bss to zero.
* 2007-08-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-031-1/+1
| | | | * shared/start/start.S: Fix typo of pO versus p0.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-22/+37
| | | | | * shared/clock/rtc.c, shared/timer/timer.c: Fix compile errors and address most warnings about constants being too large.
* 2006-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-241-0/+9
| | | | * shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
* 2006-10-24 Alain Schaefer <alani@easc.ch>Joel Sherrill2006-10-241-1/+1
| | | | | * configure.ac, eZKit533/configure.ac, eZKit533/include/bsp.h, shared/start/start.S: Make use of separated bfin helper .h files.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-236-0/+699
* bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4, bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog, bfin/eZKit533/Makefile.am, bfin/eZKit533/README, bfin/eZKit533/bsp_specs, bfin/eZKit533/configure, bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am, bfin/eZKit533/times, bfin/eZKit533/console/console-io.c, bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h, bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h, bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c, bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c, bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h, bfin/shared/console/console.c, bfin/shared/start/start.S, bfin/shared/timer/timer.c: New files.