summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5225x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-181-4/+2
| | | | | | | Remove old ISR parameter since is not used by the clock driver shell. Make an implementation optional. Update #3139.
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-3/+0
| | | | | | | | The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.
* Optional Clock_driver_support_shutdown_hardware()Sebastian Huber2017-08-041-4/+4
| | | | | Make Clock_driver_support_shutdown_hardware() optional. This avoids the atexit() support on memory constrained targets.
* mcf5225x-testsuite.tcfg: Add linpackJoel Sherrill2017-04-041-0/+1
|
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-11/+13
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* m68k/mcf5225x/*/mc525x5-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
|
* m68k/mcf5225x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
|
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-121-1/+1
| | | | Update #2825.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-071-13/+13
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05Joel Sherrill2016-11-031-0/+1
|
* m68k/mcf5225x/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill2016-03-301-2/+0
|
* m68k/mcf5225x/console/debugio.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill2016-03-291-1/+0
|
* m68k/mcf5225x/console/console.c: Remove unneeded include of <rtems/mw_uid.h>Joel Sherrill2016-03-291-1/+0
|
* m68k/mcf5225x: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2016-03-292-5/+5
|
* m68k/mcf5225x/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-271-1/+0
|
* m68k/.../mcf5225x.cfg: Correct ticket number in commentJoel Sherrill2016-02-061-1/+1
|
* m68k/.../mcf5225x.cfg: Disable per function sectionsJoel Sherrill2016-02-061-2/+4
| | | | updates #2568.
* Use linker set for libio initializationSebastian Huber2016-02-031-2/+0
| | | | Update #2408.
* m68k/mcf5225x: Add per-section compilation and linking support.Ralph Holmes2016-01-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 96608 1680 7664 105952 19de0 base_sp.exe 109392 1648 7216 118256 1cdf0 hello.exe 34768 1216 4912 40896 9fc0 minimum.exe 115392 1760 7776 124928 1e800 nsecs.exe 195040 2048 8272 205360 32230 paranoia.exe 100336 1680 7696 109712 1ac90 ticker.exe 98336 1712 11056 111104 1b200 unlimited.exe 203472 2272 7840 213584 34250 cdtest.exe 196992 2176 9488 208656 32f10 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 88688 1648 7616 97952 17ea0 base_sp.exe 99760 1600 7152 108512 1a7e0 hello.exe 22864 1184 4864 28912 70f0 minimum.exe 107984 1728 7712 117424 1cab0 nsecs.exe 186672 2032 8208 196912 30130 paranoia.exe 92592 1648 7632 101872 18df0 ticker.exe 89056 1664 10992 101712 18d50 unlimited.exe 187200 2144 7760 197104 301f0 cdtest.exe 186960 2128 9440 198528 30780 capture.exe
* score: Fix simple timecounter supportSebastian Huber2016-01-191-9/+10
| | | | Update #2502.
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-241-4/+0
| | | | | | | | | | | | | | | | | | | | | | | Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+0
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* Add RTEMS linker setsSebastian Huber2015-12-081-0/+2
| | | | Update #2408.
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-161-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
* mcf5225x/clock/clock.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-12/+32
| | | | Update #2271.
* mcf5225x-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-061-0/+1
|
* mcf5225x-testsuite.tcfg: Add fileioJoel Sherrill2014-12-151-0/+1
|
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-231-5/+5
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* m68k/mcf5225x: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* Move CPU cache support from mcf5225x BSP to libcpuJoel Sherrill2014-10-162-24/+1
|
* m68k/mcf5225x: Fix warningsJoel Sherrill2014-10-132-2/+2
|
* m68k/mcf5225x/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-12/+5
| | | | warning and clean up
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-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.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-6/+6
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-061-2/+0
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-0/+15
| | | | | | | | 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.
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-221-1/+3
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2110-10/+10
|
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-041-0/+17
|
* libbsp tm27.h: Add Doxygen file header to all tm27.hCynthia Rempel2014-01-091-0/+6
|
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-091-2/+2
|
* termios: Update due to API changesSebastian Huber2013-06-251-10/+7
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-54/+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.
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-071-9/+0
| | | | | | | | | Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
* bsps: Use <bsp/bootcard.h>Sebastian Huber2012-12-071-8/+6
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-152-5/+11
| | | | | | | 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().
* bsps: Include <bsp/bootcard.h>Sebastian Huber2012-11-141-1/+1
| | | | | Use <bsp/bootcard.h> to get prototype for bsp_cleanup(). Fix bsp_cleanup() definition if necessary.