summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added size_rtems as a generated file.Joel Sherrill1997-12-222-0/+3
|
* Added lines to build sizeinfo.txt which is automatically generated nowJoel Sherrill1997-12-221-0/+3
| | | | by size_rtems.
* Moved -qnolinkcmds option so arguments passed on the command line areJoel Sherrill1997-12-2019-38/+38
| | | | | | | | | | | | | | | | | | | | | interpreted at the right point per Eric Norum's discovery: The problem with the my previous `fix' for adding linker commands was with the ordering of the options to the linker. For example, to make a larger heap size, the application Makefile would CFLAGS_LD = -Wl,--defsym -Wl,HeapSize=0x40000 The command passed to the linker would be : m68k-rtems-ld .... -T xxx/linkcmds .... --defsym HeapSize=0x40000 ..... This doesn't work because the script in linkcmds inserts a default value for HeapSize if HeapSize is not defined by the time the linker looks at the linkcmds script. The solution seems to be to move the -T linkcmds%s in the bsp_specs file out of the link specfication and into the lib specification -- a little unorthodox, perhaps, but it seems to work!
* Update from Eric Norum to include C++ support.Joel Sherrill1997-12-203-239/+281
|
* Modified bsp_specs per Eric Norum's suggestion to handle -qnolinkcmdsJoel Sherrill1997-12-1919-19/+19
| | | | switch which lets the user specify a different linker script.
* Pass in PROJECT_HOME so rtems-glom can run if the make is invokedJoel Sherrill1997-12-162-4/+8
| | | | just in this directory.
* Changed RTEMS_BSP to RTEMS_BSP_LIST.Joel Sherrill1997-12-162-33/+27
|
* Corrected minor things including changing RTEMSBSP to RTEMS_BSP.Joel Sherrill1997-12-161-8/+8
|
* Switched command line override variable RTEMSBSP to RTEMS_BSPJoel Sherrill1997-12-161-3/+3
| | | | | and internally generated list of BSPs to RTEMS_BSP_LIST to make BSP override from the top level directory consistent.
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-10473-572/+1955
| | | | | any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
* Added missing dependency for libmisc.a based on a bug report by Phil Wilshire.Joel Sherrill1997-12-072-0/+2
|
* Fixed indexing bug reported by Phil Wilshire.Joel Sherrill1997-12-073-3/+3
|
* Redid hwapi makefile search to remove need for -follow option to find.Joel Sherrill1997-12-062-44/+160
| | | | Avoid generating Makefiles for KA9Q and C++ when they are disabled.
* Removed need for -follow option to find.Joel Sherrill1997-12-061-1/+1
|
* Changed the uuencode line to work better with VPATH setups.Joel Sherrill1997-12-061-2/+2
|
* Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.Joel Sherrill1997-12-063-6/+6
| | | | | This simple error resulted in the wrong FP context structure being used for hardware contexts on the m68k. This was a difficult problem to find.
* Reworked mkdir line to invoke smaller lines.Joel Sherrill1997-12-041-1/+4
|
* Added better/more correct support for Linux and Solaris simulators.Joel Sherrill1997-12-042-24/+47
|
* Modified SPARC to PowerPC. Modified specific requirements to beJennifer Averett1997-12-022-14/+14
| | | | for the PowerPC instead of the SPARC.
* Added definations for serial_per_sec, serial_rate, and serial_xon_xoff.Jennifer Averett1997-12-022-12/+12
|
* Modified referances to SPARC to PowerPC. Updated the Information Table toJennifer Averett1997-12-022-12/+46
| | | | | | | match the one in CPU.H. Added spurious_handler and exceptions_in_RAM items. Added definations for clicks_per_usec, spurious_handler,exceptions_in_RAM, serial_external_clock, serial_cts_rts, timer_average_overhead, and timer_least_valid.
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-0133-0/+4898
| | | | | <pmcnr@camoes.rnl.ist.utl.pt> and Jose Rufino <ruf@asterix.ist.utl.pt> of NavIST (http://pandora.ist.utl.pt/).
* Fixed test for RTEMS_HAS_POSIX_API so the executive POSIX API relatedJoel Sherrill1997-12-012-18/+18
| | | | Makefiles would be properly generated.
* Even more cleanup to make sure all the --enable/disable options avoidJoel Sherrill1997-12-012-99/+176
| | | | | | | generating Makefiles where possible. Added code to make sure make/custom file and bsp directory exist for configured bsps. This code also accounts for "aliased" BSPs.
* Since test suite Makefiles are not always generated, use wildcardJoel Sherrill1997-11-301-4/+3
| | | | to determine which directories to descend into.
* Corrected call to rtems_termios_open.Joel Sherrill1997-11-301-1/+2
|
* Corrected comment.Joel Sherrill1997-11-303-10/+1
|
* Do not generate make/os at install point.Joel Sherrill1997-11-301-2/+1
|
* Serious cleanup to reduce the number of explicitly listed Makefiles,Joel Sherrill1997-11-304-1411/+461
| | | | | eliminated autoconf looking for commands which are unused, and reduce the number of Makefiles generated.
* Removed warnings.Joel Sherrill1997-11-296-3/+18
|
* Added credit for host.cfg stuff from Ralf Corsepius (corsepiu@faw.uni-ulm.de).Joel Sherrill1997-11-291-0/+4
|
* Changes from Ralf Corsepius (corsepiu@faw.uni-ulm.de) to automaticallyJoel Sherrill1997-11-294-547/+363
| | | | generate the list of Makefiles in the configure script.
* Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1997-11-291-2/+5
| | | | which have hardware support for a separate interrupt stack.
* Removed warning.Joel Sherrill1997-11-182-2/+2
|
* New file.Joel Sherrill1997-11-182-0/+90
|
* Removed warning under linux port.Joel Sherrill1997-11-183-0/+15
|
* Removed warnings.Joel Sherrill1997-11-182-1/+6
|
* Added argument as required by new version of termios_open.Joel Sherrill1997-11-181-2/+4
|
* Fixed assignment to dereference ch.Joel Sherrill1997-11-181-1/+1
|
* Changed from DOS style CR/LF to Unix style.Joel Sherrill1997-11-181-534/+534
|
* Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.Joel Sherrill1997-11-183-3/+18
|
* Merged code from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to generateJoel Sherrill1997-11-182-300/+1336
| | | | the information in the make/os/XYZ.cfg files using autoconf.
* Modified to rezongize CPU-rtemsXYZ rather than just CPU-rtems.Joel Sherrill1997-11-181-9/+15
|
* Submitted by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1997-11-181-0/+41
|
* interrupt driven change from Eric NorumJoel Sherrill1997-11-158-261/+618
|
* Fixed prototypeJoel Sherrill1997-11-104-4/+4
|
* Set return code to avoid spurious errors.Joel Sherrill1997-11-103-0/+3
|
* Test document.Joel Sherrill1997-10-311-0/+690
|
* New test file.Joel Sherrill1997-10-311-4/+4
|
* Replaced the algorithm used to build the texinfo nodes and menus. ThisJoel Sherrill1997-10-311-218/+236
| | | | | | | | | was necessary to fix some bugs and to support the "@subsubsection", "@raise", and "@lower" commands. The major known bug was that single section chapters were not being processed correctly. Added the -c option so chapter names do not always have to included in the node names.