summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-04Removed warning for unnecessary reference to start as entry point.Joel Sherrill1-1/+1
1998-05-04Patch from Eric Norum to switch to termios callback structure andJoel Sherrill1-15/+85
1998-05-04Corrected and added sections to link cleanly under i386-rtemself.Joel Sherrill1-35/+44
1998-05-02removed warning for implicit declaration of idtsim__exit()Joel Sherrill2-0/+4
1998-05-02removed warning for implicit declaration of resolve()Joel Sherrill1-0/+1
1998-05-02removed warning for `#ifdef' argument starts with a digitJoel Sherrill1-1/+1
1998-05-02removed warning for implicit declaration of boot_card()Joel Sherrill4-0/+4
1998-04-30Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill2-1/+5
1998-04-30Added wildcard to switch for monitor and termios.Joel Sherrill1-1/+1
1998-04-30Added sections and redirected some to RAM to avoid warnings.Joel Sherrill1-40/+47
1998-04-30Added sections to remove warningsJoel Sherrill1-0/+8
1998-04-30moved tools to bsp directoryJoel Sherrill2-2/+2
1998-04-27Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill11-820/+274
1998-04-27Added shared directory.Joel Sherrill1-1/+1
1998-04-27Removed extra (bad) CVS Id string.Joel Sherrill1-2/+0
1998-04-27Fixed CVS Id string and removed bogus comment.Joel Sherrill1-4/+1
1998-04-27Fix from Ralf Corsepius:Joel Sherrill1-0/+1
1998-04-18psim now runs in both debug and non-debug mode.Joel Sherrill4-9/+17
1998-04-15update from Eric NorumJoel Sherrill2-16/+15
1998-04-15New file created by extracting common initialization from every BSP'sJoel Sherrill1-0/+38
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill52-835/+72
1998-04-15Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill63-1435/+604
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill26-339/+0
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1-1/+1
1998-04-14Stack checker extension now accounted for in confdefs.hJoel Sherrill27-201/+3
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill26-400/+0
1998-04-14Removed recursive call to exitJoel Sherrill1-2/+0
1998-04-14Moved bspclean from assembly to C and made exit act properly.Joel Sherrill2-2/+19
1998-04-14new fileJoel Sherrill3-6/+54
1998-04-14Removed delay macroJoel Sherrill1-16/+0
1998-04-14removed shmsuppJoel Sherrill1-1/+1
1998-04-14Corrected commentJoel Sherrill1-3/+2
1998-04-14new filesJoel Sherrill35-0/+3397
1998-03-30Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill47-666/+118
1998-03-30Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1-1/+1
1998-03-30Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill12-130/+1432
1998-03-25Moved memcpy to newlib/libc/machine/m68kJoel Sherrill1-1/+1
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill2-4/+4
1998-03-25Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1-3/+5
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill4-17/+17
1998-03-24new fileJoel Sherrill1-0/+54
1998-03-23Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill2-8/+21
1998-03-23Patches from Eric Norum:Joel Sherrill9-174/+85
1998-03-21Added BSP specific start since it had become VERY complex to attemptJoel Sherrill3-1/+325
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill68-459/+186
1998-03-20Fixed typo.Joel Sherrill2-2/+2
1998-03-20New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2-0/+114
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill13-0/+1248
1998-02-23Patch from Eric Norum:Joel Sherrill1-1/+1
1998-02-19Patch from Eric Norum:Joel Sherrill1-36/+42