summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-31Fix C files which had two semi-colons at EOLJoel Sherrill1-1/+1
2012-05-24Add bspopts.h.in.Ralf Corsépius3-0/+124
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill25-61/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-04Remove CVS-Ids.Ralf Corsépius8-25/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill7-47/+0
2011-06-182011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* Makefile.am: Remove reference to non-existing file times.
2011-04-23New.Ralf Corsepius2-0/+13
2011-04-222011-04-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+4
* console/console.c: Now compiles.
2011-04-202011-04-20 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-0/+6
* acinclude.m4: Regenerated for TLL6527M.
2011-04-202011-04-20 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+11
* console/console-io.c: Regenerated for TLL6527M.
2011-04-202011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill14-0/+1178
PR 1781/bsps * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
2011-04-202011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>Joel Sherrill2-14/+26
PR 1781/bsps * console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
2011-02-152011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+10
* ChangeLog, shared/start/start.S: Add HLT instruction on exit.
2011-02-152011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+9
* ChangeLog, start/start.S: Add HLT instruction on exit.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-4/+9
* include/tm27.h, startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+8
* startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-6/+18
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-152010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill4-25/+19
* Makefile.am: Do not use .rel files for libbsp pieces.
2010-05-312010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-4/+7
* shared/start/start.S: Pass 0/NULL for argc/argv.
2010-03-102010-03-10 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2-3/+27
PR 1488/bsps * start/start.S: Micromon on bf537 uses DMA for UART reception. This prevents the UART driver in RTEMS from working (and also causes received characters to be stored in a buffer that RTEMS doesn't know about, so it's potentially dangerous, but in practice the risk is small since an RTEMS app intended to be booted from Micromon would normally be configured to leave the RAM Micromon uses reserved). The attached patch corrects this by disabling all DMA channels at startup.
2009-12-112009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
2009-12-112009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* console/console-io.c: Let eZKit533_BSP_poll_char return int.
2009-11-30Whitespace removal.Ralf Corsepius9-61/+61
2009-11-28Whitespace removal.Ralf Corsepius3-4/+4
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+4
* make/custom/eZKit533.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+4
* make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* make/custom/eZKit533.cfg: Switch to compiling at O2.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* startup/bspstart.c: Add missing prototype.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-2/+10
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+26
* make/custom/eZKit533.cfg: New (relocated from /make/custom).
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+25
* make/custom/bf537Stamp.cfg: New (relocated from /make/custom).
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-4/+10
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-212009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-7/+5
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-2/+16
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
2009-05-282009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2-4/+18
* start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
2009-05-27PR added.Joel Sherrill1-0/+1
2009-05-272009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill3-5/+68
PR 1415/bsps * startup/bspstart.c, startup/linkcmds: Enable caches and therefore enable the mmu. * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-0/+8
* start/start.S: Update for boot_card command line change.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-0/+8
* shared/start/start.S: Update for boot_card command line change.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-4/+16
* bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-12/+18
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-2/+10
* Makefile.am: Eliminate *_SOURCES.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-2/+14
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-0/+32
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+5
* include/bsp.h: Rely on clock driver to determine when we should use fast idle.
2008-09-252008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill3-5/+6
* include/bsp.h, startup/bspstart.c:
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+11
* shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+10
* configure.ac: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-4/+8
* configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-1/+15
* configure.ac, console/console.c: Add skyeye alias for bf537stamp.