summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/start/start.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-08m68k/sim68000: RemoveAun-Ali Zaidi1-406/+0
closes #2445.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+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.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-6/+1
* start/start.S: Update for boot_card command line change.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-1/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-45/+45
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-5/+0
* start/start.S: Removed incorrect statement about copyright assignment.
2001-10-302001-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* start/start.S: Use __mcpu32__ instead of mcpu32 and change sense of conditional so cpu32 does not attempt to use 68000 style interrupt vectoring.
2001-06-192001-06-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* start/start.S: Reverse sense of conditional compilation so the code will compile for a cpu32.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+3
* start/start.S: Added space for vectors on CPU32 configuration. * startup/bspstart.c: Fixed typo.
2000-11-272000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* start/start.S, startup/bspstart.c: Not functional for CPU32 but hopefully will compile now and give a warning saying that the CPU32 variant needs work.
2000-08-01Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill1-0/+416
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.