summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302 (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-23Obsolete and remove m68k/ods68302 BSPJoel Sherrill29-4514/+0
closes #2544.
2016-01-21m68k/ods68302: Add per-section compilation and linking support.Ralph Holmes1-0/+3
The size of the sample executables without this option were: text data bss dec hex filename 115696 1632 22688 140016 222f0 base_sp.exe 114416 1600 22288 138304 21c40 hello.exe 74768 1360 19040 95168 173c0 minimum.exe 129744 1712 22784 154240 25a80 nsecs.exe 200544 2000 23280 225824 37220 paranoia.exe 120000 1632 22720 144352 233e0 ticker.exe 118464 1664 26128 146256 23b50 unlimited.exe 191904 2224 22864 216992 34fa0 cdtest.exe 186416 2128 24512 213056 34040 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 75840 1616 22368 99824 185f0 base_sp.exe 90128 1568 21968 113664 1bc00 hello.exe 31968 1184 18720 51872 caa0 minimum.exe 96256 1696 22480 120432 1d670 nsecs.exe 176816 1984 22960 201760 31420 paranoia.exe 80896 1616 22400 104912 199d0 ticker.exe 77856 1632 25808 105296 19b50 unlimited.exe 176304 2096 22528 200928 310e0 cdtest.exe 176944 2080 24192 203216 319d0 capture.exe
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber1-1/+0
Use the bsp_predriver_hook() instead. Update #2408.
2015-12-08Add RTEMS linker setsSebastian Huber3-0/+6
Update #2408.
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-23ods68302-testsuite.tcfg: Add iosteamJoel Sherrill1-0/+1
2015-04-03ods68302-testsuite.tcfg: Add fileioJoel Sherrill1-0/+1
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber1-4/+4
Some includes may use C++ and this conflicts if surrounded extern "C".
2014-10-16m68k/ods68302: Fix warningsJoel Sherrill8-84/+67
2014-10-13ods68302/clock/ckinit.c: Fix warningsJoel Sherrill1-25/+7
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-1/+1
This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
2014-08-29Regenerate all preinstall.am files.Chris Johns1-3/+3
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-7/+7
Apparently, at some point automake output changed and these were not updated.
2014-05-06multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill1-1/+0
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns1-0/+8
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.
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber3-3/+9
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-03-21ods68302/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill1-17/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns5-5/+5
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber3-1/+49
2014-01-14libbsp m68k: Add Doxygen file header to coverhd.hCynthia Rempel1-1/+7
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-688/+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-12-07bsps: Use <bsp/bootcard.h>Sebastian Huber1-1/+1
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-31/+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/+31
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill2-6/+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.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill25-55/+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-07Revert: Remove CVS IdsJoel Sherrill2-0/+6
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-04-16m68k: use shared setvec.cGedare Bloom1-1/+1
2012-04-16m68k: replace m68k_isr with rtems_isrGedare Bloom1-2/+2
2012-02-01Remove all .cvsignore files.Joel Sherrill2-12/+0
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-29/+34
* include/bsp.h, startup/m68k-stub.c, startup/trace.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-092011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+7
* timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
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-06-222010-06-22 Chris Johns <chrisj@rtems.org>Chris Johns2-1/+5
* startup/m68k-stub.c: PR 1539. Fix buffer overrun.
2010-04-302010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+6
* include/bsp.h: Add BSP_SMALL_MEMORY.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-3/+7
* startup/m68k-stub.c: Remove warnings.
2009-11-29Whitespace removal.Ralf Corsepius1-1/+1
2009-11-28Whitespace removal.Ralf Corsepius1-1/+1
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+4
* make/custom/ods68302.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/+39
* make/custom/ods68302.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-1/+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-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-2/+6
* startup/cpuboot.c: Update for boot_card command line change.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.