summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-1812-3/+27
| | | | | | | | | | | | | | | | > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).
* Patch from Jay Kulpinski <jskulpin@eng01.gdds.com> to get cdtest.exe to run.Joel Sherrill1998-12-171-0/+2
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-1413-24/+24
| | | | | .s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
* Increased default amount of RAM.Joel Sherrill1998-12-031-1/+1
|
* Upped the memory to 8 Mbytes.Joel Sherrill1998-11-231-1/+2
|
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-192-4/+6
| | | | | | | | | | | | | | | 1) Socket timeout field changed from `short' to `long'. This makes longer timeouts possible. With a 1 kHz system clock the old system allowed timeouts only up to a little over 30 seconds! This change is a slightly cleaned-up version of the patch proposed by Ian Lance Taylor. 2) Major changes to BOOTP/DHCP reply handling. Now supports much of RFC2132. These changes were done at the request of, and with the assistance of, Erik Ivanenko. If you're making changes, you might want to change the network supplement Essentially just do a global search and replace of BOOTP with BOOTP/DHCP.
* Commented out line which ran psim tests twice.Joel Sherrill1998-10-051-1/+1
|
* Changed based on patch from pc386 linkcmds from Ian Lance TaylorJoel Sherrill1998-09-301-1/+1
| | | | | | | | | <ian@airs.com>: The pc386 linker scripts omits .gnu.linkonce.r* sections. It's not a big deal, but they should be treated like .rodata sections. ELF versions of g++ generate them for static constants defined in template classes, such as string::npos.
* Changed prototype for console_write_support to eliminate a warning.Joel Sherrill1998-06-291-1/+5
|
* Removed PPC_Get_timebase_register() as this is now provided by the PowerPCJoel Sherrill1998-06-031-19/+0
| | | | port itself.
* Cleaned up to remove warnings.Joel Sherrill1998-05-111-2/+1
|
* Switched to termios callback structure.Joel Sherrill1998-05-041-12/+23
|
* Corrected and added sections to link cleanly under powerpc-rtems (ELF).Joel Sherrill1998-05-041-1/+1
|
* Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill1998-04-301-1/+3
| | | | | | 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
|
* psim now runs in both debug and non-debug mode.Joel Sherrill1998-04-184-9/+17
|
* Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1998-04-152-34/+4
| | | | | | | | | | | | 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-1514-90/+96
|
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-151-14/+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.
* Stack checker extension now accounted for in confdefs.hJoel Sherrill1998-04-142-7/+1
|
* Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1998-04-141-14/+0
| | | | by newlib.
* 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 shmsuppJoel Sherrill1998-04-141-1/+1
|
* new filesJoel Sherrill1998-04-1435-0/+3397