summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sh/shared/startup/bspstart.c: Add include of percpu.hJoel Sherrill2015-07-161-2/+3
|
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-164-8/+8
| | | | | | | | | | | | | | | | | This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=`echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' ` bsp=`echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' ` g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
* simsh2e-testsuite.tcfg: Add fileioJoel Sherrill2015-05-211-0/+1
|
* simsh1-testsuite.tcfg: Add fileioJoel Sherrill2015-05-211-0/+1
|
* simsh*.tcfg: Add iostreamJoel Sherrill2015-04-234-0/+4
|
* gensh2-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* gensh1-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* simsh*: Disable interrupt critical section testsJoel Sherrill2015-04-014-0/+4
| | | | These do not run reliably on this simulator.
* gensh1/include/bsp.h: Add needed prototypeJoel Sherrill2015-03-091-0/+7
|
* gensh4/include/bsp.h: Remove unused prototype and includeJoel Sherrill2015-03-091-6/+0
|
* Update bug report URLSebastian Huber2014-12-055-5/+5
|
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-234-16/+16
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* libbsp/sh/shared/console.c: Eliminate use of obsolete methodJoel Sherrill2014-10-201-46/+21
|
* sh/shsim: Further clean up and fixes to previous commitJoel Sherrill2014-10-194-2/+5
|
* SH libcpu and libbsp: Fix warningsJoel Sherrill2014-10-1610-271/+299
|
* Add console-polled.h and update all BSPs that should use it.Joel Sherrill2014-10-103-3/+9
| | | | | | | | | | | The file console-polled.h provides the prototypes for the three required methods when implementing a single port polled console driver. This paradigm is common on simulators and simple hardware. + Updated the BSPs Makefile.am to make console-polled.h available. + Regenerated the BSPs preinstall.sm. + Updated console support files to include <bsp/console-polled.h>. + Updated console support files to make printk() support method static.
* sh/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning ↵Joel Sherrill2014-10-091-5/+5
| | | | and clean up
* Regenerate all preinstall.am files.Chris Johns2014-08-292-9/+9
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-284-19/+19
| | | | | Apparently, at some point automake output changed and these were not updated.
* gensh4: Improve ROM vs RAM startup configurationJoel Sherrill2014-08-252-9/+16
|
* gensh4/bsp_specs: Account for big/little endianJoel Sherrill2014-08-251-1/+1
|
* simsh4-testsuite.tcfg: new fileJoel Sherrill2014-08-251-1/+5
|
* simsh2e-testsuite.tcfg: new fileJoel Sherrill2014-08-251-1/+5
|
* shsim/bsp_specs: Account for big/little endianJoel Sherrill2014-08-251-1/+1
|
* bsps: Do not build tests that require a tick interrupt.Chris Johns2014-05-284-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following BSPs do not have tick support so the tests fail: arm1136jfs arm1136js arm7tdmi arm920 armcortexa9 (does not run any more) avrtest h8sim h8sxsim m32csim m32rsim moxiesim simsh1 simsh2 simsh4 v850e1sim v850e2sim v850e2v3sim v850esim v850essim v850sim This list was provided by Joel in the following post: http://www.rtems.org/pipermail/rtems-devel/2014-April/006526.html
* multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-063-6/+0
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-054-0/+32
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* shsim: Correct linking for C++Joel Sherrill2014-04-222-16/+13
|
* gensh4: Correct linking for C++Joel Sherrill2014-04-222-42/+8
|
* gensh2: Correct linking for C++Joel Sherrill2014-04-222-16/+8
|
* gensh1: Correct linking for C++Joel Sherrill2014-04-222-16/+8
|
* 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
|