summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcpu/sh: Build cache stubs so apps usign cache API linkJoel Sherrill2014-04-223-3/+6
|
* shsim: Add printk() support and move all code to console subdirectoryJoel Sherrill2014-04-224-10/+55
|
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-229-9/+27
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* gensh1/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-10/+2
|
* gensh2/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-10/+2
|
* gensh4/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-10/+2
|
* shsim/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-12/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2130-30/+30
|
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-049-16/+142
|
* libbsp sh: Add Doxygen file header to coverhd.hCynthia Rempel2014-01-142-2/+14
|
* libbsp tm27.h: Add Doxygen file header to all tm27.hCynthia Rempel2014-01-091-2/+6
|
* bsps: Simplify FreeBSD linker setsSebastian Huber2013-12-161-15/+5
|
* bsp: Move bspstart.c to sh/shared/startup/Szkocsovszki Zsolt2013-12-145-4/+4
|
* bsps: Delete bspreset_fatal.cSebastian Huber2013-06-241-1/+1
| | | | Use bspreset_loop.c instead. This avoids infinite recursion.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-085-2744/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-2/+2
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-154-0/+4
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-064-157/+0
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
* Require automake-1.12.2.Ralf Corsépius2012-07-195-5/+5
|
* Require autoconf-2.69.Ralf Corsépius2012-07-195-5/+5
|
* shsim linkcmds: Add new FreeBSD TCP/IP stack sectionsJoel Sherrill2012-07-141-0/+24
|
* Add bspopts.h.in.Ralf Corsépius2012-05-244-0/+157
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-112-4/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1155-129/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-0710-0/+30
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-0410-30/+0
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-1/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* Remove all .cvsignore files.Joel Sherrill2012-02-019-54/+0
|
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-182-7/+9
| | | | | | PR 1917/bsps * console/config.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-112-1/+6
| | | | | * hw_init/hw_init.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-0210-10/+30
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-014-7/+12
| | | | | * Makefile.am, preinstall.am, trap34/console-io.c: Install syscall.h as bsp/syscall.h to avoid confusing autoconf.
* 2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-292-0/+6
| | | | * include/bsp.h: Add BSP_SMALL_MEMORY.
* 2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-246-12/+12
| | | | * start/start.S: Verify boot_card is invoked properly with argc, argv.
* 2010-04-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-202-4/+8
| | | | * console/console.c: Reflect termios-API having changed.
* 2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-072-5/+4
| | | | * start/start.S: Verify boot_card() is passed a NULL.
* Whitespace removal.Ralf Corsepius2009-11-304-5/+5
|
* Whitespace removal.Ralf Corsepius2009-11-285-9/+9
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-215-4/+7
| | | | | | | * make/custom/simsh1.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simsh2.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simsh2e.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/simsh4.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-4/+4
| | | | * make/custom/gensh4.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-4/+4
| | | | * make/custom/gensh2.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-4/+4
| | | | * make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-208-4/+20
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-155-0/+83
| | | | | | | * make/custom/simsh1.cfg: New (relocated from /make/custom). * make/custom/simsh2.cfg: New (relocated from /make/custom). * make/custom/simsh2e.cfg: New (relocated from /make/custom). * make/custom/simsh4.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+37
| | | | * make/custom/gensh4.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+30
| | | | * make/custom/gensh2.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+30
| | | | * make/custom/gensh1.cfg: New (relocated from /make/custom).
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-158-8/+20
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-08-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-174-0/+12
| | | | * include/bsp.h: Mark as a small memory BSP.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-168-13/+32
| | | | | | * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.