summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed warning for unnecessary reference to start as entry point.Joel Sherrill1998-05-041-1/+1
|
* Patch from Eric Norum to switch to termios callback structure andJoel Sherrill1998-05-041-15/+85
| | | | add support for changing the baudrate.
* Corrected and added sections to link cleanly under i386-rtemself.Joel Sherrill1998-05-041-35/+44
|
* removed warning for implicit declaration of idtsim__exit()Joel Sherrill1998-05-022-0/+4
|
* removed warning for implicit declaration of resolve()Joel Sherrill1998-05-021-0/+1
|
* removed warning for `#ifdef' argument starts with a digitJoel Sherrill1998-05-021-1/+1
|
* removed warning for implicit declaration of boot_card()Joel Sherrill1998-05-024-0/+4
|
* Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill1998-04-302-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.
* Added wildcard to switch for monitor and termios.Joel Sherrill1998-04-301-1/+1
|
* Added sections and redirected some to RAM to avoid warnings.Joel Sherrill1998-04-301-40/+47
|
* Added sections to remove warningsJoel Sherrill1998-04-301-0/+8
|
* moved tools to bsp directoryJoel Sherrill1998-04-302-2/+2
|
* Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill1998-04-2711-820/+274
|
* Added shared directory.Joel Sherrill1998-04-271-1/+1
|
* Removed extra (bad) CVS Id string.Joel Sherrill1998-04-271-2/+0
|
* Fixed CVS Id string and removed bogus comment.Joel Sherrill1998-04-271-4/+1
|
* Fix from Ralf Corsepius:Joel Sherrill1998-04-271-0/+1
| | | | + adding #include <rtems/libio.h> to fix implicit declaration warning
* psim now runs in both debug and non-debug mode.Joel Sherrill1998-04-184-9/+17
|
* update from Eric NorumJoel Sherrill1998-04-152-16/+15
|
* New file created by extracting common initialization from every BSP'sJoel Sherrill1998-04-151-0/+38
| | | | bspstart.c file.
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-1552-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.
* Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill1998-04-1563-1435/+604
|
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-1526-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.
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use ↵Joel Sherrill1998-04-141-1/+1
| | | | gcc-target-default.cfg
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-1427-201/+3
|
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-1426-400/+0
| | | | by newlib.
* Removed recursive call to exitJoel Sherrill1998-04-141-2/+0
|
* Moved bspclean from assembly to C and made exit act properly.Joel Sherrill1998-04-142-2/+19
|
* new fileJoel Sherrill1998-04-143-6/+54
|
* Removed delay macroJoel Sherrill1998-04-141-16/+0
|
* removed shmsuppJoel Sherrill1998-04-141-1/+1
|
* Corrected commentJoel Sherrill1998-04-141-3/+2
|
* new filesJoel Sherrill1998-04-1435-0/+3397
|
* Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill1998-03-3047-666/+118
| | | | component.
* Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1998-03-301-1/+1
|
* Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-03-3012-130/+1432
| | | | | Also removed bsp_postdriver_hook() from every bsp possible and moved to shared version.
* Moved memcpy to newlib/libc/machine/m68kJoel Sherrill1998-03-251-1/+1
|
* m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1998-03-252-4/+4
|
* Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1998-03-251-3/+5
|
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-244-17/+17
| | | | the CPU family name constants.
* new fileJoel Sherrill1998-03-241-0/+54
|
* Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill1998-03-232-8/+21
|
* Patches from Eric Norum:Joel Sherrill1998-03-239-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.
* Added BSP specific start since it had become VERY complex to attemptJoel Sherrill1998-03-213-1/+325
| | | | to share the start code across i386 BSPs.
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-2168-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.
* Fixed typo.Joel Sherrill1998-03-202-2/+2
|
* New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-202-0/+114
|
* SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-2013-0/+1248
|
* Patch from Eric Norum:Joel Sherrill1998-02-231-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).
* Patch from Eric Norum:Joel Sherrill1998-02-191-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...