Joel Sherrill
bfa613bdf8
Added lines to build sizeinfo.txt which is automatically generated now
...
by size_rtems.
1997-12-22 15:06:49 +00:00
Joel Sherrill
8fe6d358bf
Moved -qnolinkcmds option so arguments passed on the command line are
...
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!
1997-12-20 16:59:11 +00:00
Joel Sherrill
1587af614b
Update from Eric Norum to include C++ support.
1997-12-20 16:37:29 +00:00
Joel Sherrill
f7fa7d76ce
Modified bsp_specs per Eric Norum's suggestion to handle -qnolinkcmds
...
switch which lets the user specify a different linker script.
1997-12-19 14:48:19 +00:00
Joel Sherrill
d637822384
Pass in PROJECT_HOME so rtems-glom can run if the make is invoked
...
just in this directory.
1997-12-16 19:02:12 +00:00
Joel Sherrill
674c900f24
Modified a lot of files to take a first cut at supporting building from
...
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).
1997-12-10 16:58:00 +00:00
Joel Sherrill
f99d4f83cc
Added missing dependency for libmisc.a based on a bug report by Phil Wilshire.
1997-12-07 16:58:59 +00:00
Joel Sherrill
c436b5b84d
Fixed indexing bug reported by Phil Wilshire.
1997-12-07 16:58:13 +00:00
Joel Sherrill
ccb806c59d
Changed the uuencode line to work better with VPATH setups.
1997-12-06 15:12:07 +00:00
Joel Sherrill
01a5f6b2c6
Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.
...
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.
1997-12-06 15:09:30 +00:00
Joel Sherrill
b5fe39d2a9
Reworked mkdir line to invoke smaller lines.
1997-12-04 18:38:33 +00:00
Joel Sherrill
7150f00f5b
Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto Romano
...
<pmcnr@camoes.rnl.ist.utl.pt > and Jose Rufino <ruf@asterix.ist.utl.pt >
of NavIST (http://pandora.ist.utl.pt/ ).
1997-12-01 22:06:48 +00:00
Joel Sherrill
f4cec63dfa
Since test suite Makefiles are not always generated, use wildcard
...
to determine which directories to descend into.
1997-11-30 18:36:52 +00:00
Joel Sherrill
0f3936522e
Corrected call to rtems_termios_open.
1997-11-30 18:36:13 +00:00
Joel Sherrill
68732ef351
Corrected comment.
1997-11-30 18:35:22 +00:00
Joel Sherrill
1f3ec87f55
Do not generate make/os at install point.
1997-11-30 18:34:29 +00:00
Joel Sherrill
bbb281698f
Removed warnings.
1997-11-29 18:21:00 +00:00
Joel Sherrill
b4dfd17e64
Added credit for host.cfg stuff from Ralf Corsepius (corsepiu@faw.uni-ulm.de).
1997-11-29 18:20:36 +00:00
Joel Sherrill
80868140c3
Patch from Chris Johns to filter out the trace bit on CPU models
...
which have hardware support for a separate interrupt stack.
1997-11-29 17:51:27 +00:00
Joel Sherrill
61fc72c9dc
Removed warning.
1997-11-18 22:33:32 +00:00
Joel Sherrill
91daf55291
New file.
1997-11-18 22:33:17 +00:00
Joel Sherrill
c7ca28cf37
Removed warning under linux port.
1997-11-18 22:32:55 +00:00
Joel Sherrill
ce41c5bb62
Removed warnings.
1997-11-18 22:32:38 +00:00
Joel Sherrill
405829bdbf
Added argument as required by new version of termios_open.
1997-11-18 22:32:25 +00:00
Joel Sherrill
53cea31742
Fixed assignment to dereference ch.
1997-11-18 22:32:00 +00:00
Joel Sherrill
d54de3fd8a
Changed from DOS style CR/LF to Unix style.
1997-11-18 22:31:37 +00:00
Joel Sherrill
cb4cf6a75a
Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.
1997-11-18 22:30:51 +00:00
Joel Sherrill
d24ceb38f7
interrupt driven change from Eric Norum
1997-11-15 18:15:36 +00:00
Joel Sherrill
a307f79f17
Fixed prototype
1997-11-10 17:50:50 +00:00
Joel Sherrill
52e1708d71
Set return code to avoid spurious errors.
1997-11-10 17:31:11 +00:00
Joel Sherrill
5a5bd13bac
added katsutoshi Shibuya
1997-10-24 19:29:01 +00:00
Joel Sherrill
51eb8d55a0
Changed prototype of read routine.
1997-10-23 18:49:34 +00:00
Joel Sherrill
87d3d02640
Switched to new style for read support routine.
1997-10-23 18:49:02 +00:00
Joel Sherrill
cfefaa6e9e
Added TOD driver from Katsutoshi Shibuya.
1997-10-23 18:48:35 +00:00
Joel Sherrill
51961e4211
Removed GEN68360_INIT.
1997-10-23 18:48:01 +00:00
Joel Sherrill
4106f7f74b
Update from Eric Norum.
1997-10-23 18:47:43 +00:00
Joel Sherrill
aa239a7ec2
Updated console driver to use new read routine conventions.
1997-10-23 18:47:23 +00:00
Joel Sherrill
514cf30bb5
Added new test for termios style consoles from Eric Norum.
1997-10-23 15:12:46 +00:00
Joel Sherrill
5993d021dc
Added console_reserve_resources.
1997-10-23 15:12:08 +00:00
Joel Sherrill
edd1329f41
Overhauled console driver to use termios and to simultaneously support
...
both ports.
1997-10-23 15:11:27 +00:00
Joel Sherrill
b628637805
Added prototype for console_reserve_resources.
1997-10-23 15:10:13 +00:00
Joel Sherrill
3ee825e830
fixed comment
1997-10-23 15:00:32 +00:00
Joel Sherrill
118a81295d
New termios.c from Eric Norum.
...
Added new entry point to add in per physical port resource requirements.
1997-10-23 13:13:46 +00:00
Joel Sherrill
3dbcece75a
Added test case for rtems_interrupt_catch checking that the pointer
...
for the returned old_isr_handler was non-NULL.
1997-10-21 18:41:36 +00:00
Joel Sherrill
a18ccfe0a7
Fixed a number of warnings regarding comparisons between signed and
...
unsigned numbers.
1997-10-21 18:39:49 +00:00
Joel Sherrill
48220699fd
Fixed endian problem in printing object names.
1997-10-21 18:39:27 +00:00
Joel Sherrill
a7e2729c61
Converted to termios style device driver.
1997-10-21 18:38:24 +00:00
Joel Sherrill
cdfd74a538
Added check that return argument pointer for old_isr_handler was valid.
1997-10-21 18:37:58 +00:00
Joel Sherrill
d7072e56f5
Moved rtems directory up one directory in the install point. It was
...
formerly under $(target) and is now at the same level.
1997-10-21 18:37:32 +00:00
Joel Sherrill
97faafa58e
Added termios submission from Eric Norum and Katsutoshi Shibuya.
1997-10-21 18:36:48 +00:00