summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/m68k: Remove libcpu/m68kSebastian Huber2018-03-262-2/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-072-2/+2
| | | | | | | | | | | | | | | | 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/mvme162: Add per-section compilation and linking support.Ralph Holmes2016-01-222-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the main BSP: The size of the sample executables without this option were: text data bss dec hex filename 85200 1632 11936 98768 181d0 base_sp.exe 100224 1600 11536 113360 1bad0 hello.exe 38432 1216 8016 47664 ba30 minimum.exe 536336 5552 23424 565312 8a040 fileio.exe 104192 1728 12048 117968 1ccd0 nsecs.exe 185520 2000 12528 200048 30d70 paranoia.exe 89424 1632 11968 103024 19270 ticker.exe 87984 1664 15376 105024 19a40 unlimited.exe 851456 21440 19008 891904 d9c00 cxx_iostream.exe 191872 2064 12080 206016 324c0 cdtest.exe 186288 2144 13760 202192 315d0 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 77600 1616 11888 91104 163e0 base_sp.exe 91824 1568 11472 104864 199a0 hello.exe 29856 1168 7952 38976 9840 minimum.exe 520432 5520 23088 549040 860b0 fileio.exe 97616 1712 11984 111312 1b2d0 nsecs.exe 177568 1984 12480 192032 2ee20 paranoia.exe 82560 1616 11904 96080 17750 ticker.exe 79760 1632 15312 96704 179c0 unlimited.exe 168256 2064 11728 182048 2c720 cxx_iostream.exe 176112 2000 12000 190112 2e6a0 cdtest.exe 176656 2096 13712 192464 2efd0 capture.exe For the mvme162lx BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 85200 1632 11936 98768 181d0 base_sp.exe 100224 1600 11536 113360 1bad0 hello.exe 38432 1216 8016 47664 ba30 minimum.exe 536336 5552 23424 565312 8a040 fileio.exe 104192 1728 12048 117968 1ccd0 nsecs.exe 185520 2000 12528 200048 30d70 paranoia.exe 89424 1632 11968 103024 19270 ticker.exe 87984 1664 15376 105024 19a40 unlimited.exe 851456 21440 19008 891904 d9c00 cxx_iostream.exe 191872 2064 12080 206016 324c0 cdtest.exe 186288 2144 13760 202192 315d0 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 77600 1616 11888 91104 163e0 base_sp.exe 91824 1568 11472 104864 199a0 hello.exe 29856 1168 7952 38976 9840 minimum.exe 520432 5520 23088 549040 860b0 fileio.exe 97616 1712 11984 111312 1b2d0 nsecs.exe 177568 1984 12480 192032 2ee20 paranoia.exe 82560 1616 11904 96080 17750 ticker.exe 79760 1632 15312 96704 179c0 unlimited.exe 168256 2064 11728 182048 2c720 cxx_iostream.exe 176112 2000 12000 190112 2e6a0 cdtest.exe 176656 2096 13712 192464 2efd0 capture.exe
* Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2014-07-162-0/+14
| | | | | | | The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-092-2/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112-5/+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.
* PR 1962/bsps - MVME162 Console Corrections and ImprovementsJoel Sherrill2012-02-021-2/+2
| | | | | | | | | | | | | | | | | | * console/console.c: char_ready() was never returning true so console never processed input data * console/console.c: added printk() support to default device * include/bsp.h: Added #define for MOT_162BUG_VEC_ADDRESS * startup/bspclean.c: Modified to use MOT_162BUG_VEC_ADDRESS * startup/bspstart.c: Modified to use MOT_162BUG_VEC_ADDRESS * make/custom/mvme162.cfg: Modified to use "RTEMS_CPU_MODEL=68lc040" and "CPU_CFLAGS = -mcpu=68040 -msoft-float" so BSP will always work with all board variations. * README: Added notes on user required configuration changes and information about board models and variants * README.models: New file that contains a detailed list of MVME162 models and variants. Signed-off-by: Vic Hoover <victor.hoover.ctr@navy.mil>
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-6/+0
| | | | | * make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme162lx.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+70
* make/custom/mvme162.cfg: New (relocated from /make/custom). * make/custom/mvme162lx.cfg: New (relocated from /make/custom).