summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-06-29Changed prototype for console_write_support to eliminate a warning.Joel Sherrill1-1/+5
1998-06-03Removed PPC_Get_timebase_register() as this is now provided by the PowerPCJoel Sherrill1-19/+0
port itself.
1998-05-11Cleaned up to remove warnings.Joel Sherrill1-2/+1
1998-05-04Switched to termios callback structure.Joel Sherrill1-12/+23
1998-05-04Corrected and added sections to link cleanly under powerpc-rtems (ELF).Joel Sherrill1-1/+1
1998-04-30Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill1-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.
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-18psim now runs in both debug and non-debug mode.Joel Sherrill4-9/+17
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill2-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.
1998-04-15Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill14-90/+96
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1-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.
1998-04-14Stack checker extension now accounted for in confdefs.hJoel Sherrill2-7/+1
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill1-14/+0
by newlib.
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 shmsuppJoel Sherrill1-1/+1
1998-04-14new filesJoel Sherrill35-0/+3397