summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/start/start.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m68k/sim68000: RemoveAun-Ali Zaidi2015-12-081-406/+0
| | | | closes #2445.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-6/+1
| | | | * start/start.S: Update for boot_card command line change.
* Remove duplicate white lines.Ralf Corsepius2004-04-211-1/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-45/+45
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-5/+0
| | | | | * start/start.S: Removed incorrect statement about copyright assignment.
* 2001-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-301-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-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-06-191-1/+1
| | | | | * start/start.S: Reverse sense of conditional compilation so the code will compile for a cpu32.
* 2001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-031-1/+3
| | | | | * start/start.S: Added space for vectors on CPU32 configuration. * startup/bspstart.c: Fixed typo.
* 2000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-271-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.
* Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2000-08-011-0/+416
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.