summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/lm32_evr (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-16Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill1-2/+2
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
2015-04-05lm32 BSPs: Add lm32_evr variant for running on gdb.Joel Sherrill4-10/+29
Lay groundwork for a simulator configuration configuration for the Milkymist. This is needed to use the shared code.
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-10-20lm32 BSP shared and lm32_evr: Fix BSPsJoel Sherrill1-0/+7
2014-10-13lm32/lm32_evr/include/bsp.h: Fix warningsJoel Sherrill1-2/+0
2014-08-29Regenerate all preinstall.am files.Chris Johns1-6/+6
With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-3/+3
Apparently, at some point automake output changed and these were not updated.
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-03-21lm32_evr/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill1-15/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2014-02-24bsps: Add empty cache managerSebastian Huber1-0/+5
This is necessary to add tests that use the cache manager. For example to get better estimates of worst-case timings.
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-0/+14
2013-12-24lm32_evr: improve doxygenToma4-0/+40
Add doxygen to the header files in the /lm32/lm32_evr/include directory.
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers1-1/+1
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-89/+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.
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-0/+1
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().
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-39/+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.
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+39
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill4-9/+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épius2-6/+0
2012-04-16lm32: use shared setvec.cGedare Bloom1-1/+1
2012-02-01Remove all .cvsignore files.Joel Sherrill2-12/+0
2011-08-022011-08-02 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill2-0/+41
PR 1869/bsps * README: Merge content from lm32/README which was specific to this BSP.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-44/+4
* include/irq-config.h: Removed file.
2009-11-29Whitespace removal.Ralf Corsepius2-6/+6
2009-11-28Whitespace removal.Ralf Corsepius1-1/+1
2009-11-242009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+8
* include/bsp.h: Move extern "C" { }.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+4
* make/custom/lm32_evr.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+34
* make/custom/lm32_evr.cfg: New (relocated from /make/custom).
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+5
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-10/+8
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
* configure.ac: Add BSP_BOOTCARD_OPTIONS.
2009-03-302009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+7
* startup/linkcmds: Stack was overlapping work area.
2009-02-262009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-10/+16
* configure.ac, include/bsp.h: Run better on simulator. Timer is probably not right yet but
2009-02-252009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+7
* README: Add fast idle information.
2009-02-252009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-3/+39
* Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
2009-02-232009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
2009-02-23Conditionally include rtems/rtems_bsdnet.h.Ralf Corsepius1-0/+6
2009-02-232009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* configure.ac: Add RTEMS_CHECK_NETWORKING. * Makefile.am: Rework.
2009-02-23Rework.Ralf Corsepius1-14/+25
2009-02-23Add RTEMS_CHECK_NETWORKING.Ralf Corsepius1-0/+4
2009-02-212009-02-21 Michael Walle <michael@walle.cc>Joel Sherrill2-1/+8
* startup/linkcmds: Add new sections.
2008-12-092008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2-7/+6
* bsp_specs: Update to reflect comments.
2008-12-052008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+12
* .cvsignore: New file.
2008-12-042008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill12-0/+889
* ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.