summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/startsis/startsis.S (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-19Moved startsis to start.Joel Sherrill1-338/+0
1999-07-09Patch from Jiri Gaisler <jgais@ws.estec.esa.nl>:Joel Sherrill1-9/+35
+ interrupt masking correction + FPU rev.B workaround + minor erc32 related fixes
1999-07-01Modified to support ELF. Before SYM() macro was not used consistently.Joel Sherrill1-5/+5
1999-01-19Patch from Jiri Gaisler <jgais@ce.chalmers.se>:Joel Sherrill1-1/+4
getting the spurious trap handling to work required a couple more fixes - I have attached a patch against rtems-4.0.0 with the necessary changes. I also added functionality so that the address of the trapped instruction is reported and in case of a data access error, the data address is also reported.
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1-0/+0
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1-2/+2
based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
1997-01-29erc32 bsp supercedes sisJoel Sherrill1-0/+309