summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (unfollow)
Commit message (Collapse)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
add support for changing the baudrate.
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
is now correct enough where this is not necessary. This was in to cover up the deficiencies in figuring out how much memory a GNAT/RTEMS application required. There is a good stab at this now.
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
+ adding #include <rtems/libio.h> to fix implicit declaration warning
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
bspstart.c file.
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill52-835/+72
code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line.
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
to multiple. This lets the stack check extension be installed at system initialization time and avoids the BSP having to even know about its existence.
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1-1/+1
gcc-target-default.cfg
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
by newlib.
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
component.
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
Also removed bsp_postdriver_hook() from every bsp possible and moved to shared version.
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
the CPU family name constants.
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
Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
1998-03-21Added BSP specific start since it had become VERY complex to attemptJoel Sherrill3-1/+325
to share the start code across i386 BSPs.
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill68-459/+186
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.
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
Here's another small patch. The changes to socket.h are to provide some definitions that UNIX BSD socket programmers expect. The memcpy.c contains a memcpy routine optimized for the CPU32+. When I run the ttcp benchmark with this routine I get host->68360 transfers around 165 kbytes/sec (about a 25% improvement) and 68360->host transfers of around 290 kbytes/sec (about a 50% improvement).
1998-02-19Patch from Eric Norum:Joel Sherrill1-36/+42
While trying to work through this problem I decided that the build-time selection of the console I/O operation (polling or interrupt) was too clumsy. Here's a patch that allows run-time (actually init-time) selection of the console I/O mode. It also shows the need for another `flags' or `options' field in the rtems_driver_address_table structure...