Commit Graph

5392 Commits

Author SHA1 Message Date
Ralf Corsepius
da499ad0e8 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
2003-07-25 15:50:07 +00:00
Ralf Corsepius
6fcf4571c2 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in librdbg/configure.ac.
2003-07-25 14:46:49 +00:00
Ralf Corsepius
e37d719653 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am, include/Makefile.am, include/rdbg/Makefile.am,
	include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am,
	include/rdbg/powerpc/Makefile.am, src/Makefile.am,
	src/i386/Makefile.am, src/i386/any/Makefile.am,
	src/m68k/Makefile.am, src/m68k/any/Makefile.am,
	src/powerpc/Makefile.am,
	src/powerpc/new_exception_processing/Makefile.am:
	Reflect having merged configure.ac into ../configure.ac.
2003-07-25 14:42:01 +00:00
Ralf Corsepius
c7ff624cff 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
	serial/Makefile.am: Add conditional LIBCHIP.
	Conditionally build include-dirs.
2003-07-25 06:35:06 +00:00
Ralf Corsepius
754ca59b25 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
2003-07-25 06:31:14 +00:00
Ralf Corsepius
e900940e9c 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/if_hdlcsubr.c: Use memcopy instead of bcmp,
	Use memcmp instead of bcmp.
2003-07-25 06:28:00 +00:00
Ralf Corsepius
4108ae8d2a 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in libnetworking/configure.ac.
	Merge-in parts of librdbg/configure.ac.
2003-07-25 06:20:58 +00:00
Ralf Corsepius
4078e82ae5 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* .cvsignore, Makefile.am, pppd/Makefile.am,
	rtems_servers/Makefile.am, rtems_telnetd/Makefile.am,
	rtems_webserver/Makefile.am, wrapup/Makefile.am:
	Reflect having merged configure.ac into ../configure.ac
2003-07-25 06:15:38 +00:00
Joel Sherrill
129b4a792b 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* support/new_exception_processing/cpu.c: _ISR_Nest_level is now
	properly maintained and does not reside in SPRG0.
2003-07-23 17:40:02 +00:00
Joel Sherrill
ec821afa54 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
	maintained and any BSP which does not do so will trip a panic in the
	shared code.
2003-07-18 17:24:48 +00:00
Joel Sherrill
7b59de1c8b 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* startup/bspstart.c: _ISR_Nest_level is now properly maintained.
2003-07-18 17:24:31 +00:00
Joel Sherrill
ae20a3e22e 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 288/rtems
	* irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
	maintained.
2003-07-18 17:24:18 +00:00
Joel Sherrill
674b94973e 2003-07-18 Till Straumann <strauman@slac.stanford.edu>
PR 415/bsps
	* pci/detect_raven_bridge.c, startup/bspstart.c:
	This patch reverts enabling MCP interrupts for the motorola_powerpc
	BSPs. REASON: pci config space scanning (as e.g. done by the DEC
	Ethernet driver) would raise machine check exceptions.
2003-07-18 17:05:48 +00:00
Joel Sherrill
35f9374097 2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 428/bsps
	PR 432/bsps
	* bootloader/pci.c: Re-instated code that prevents remapping small
	IO regions, which if remapped would cause i8259 registers to move
	out from under the #define'd base addresses.
	* startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
	megs, I incorrectly had extended it which would cause problems with
	PCI devices that defined prefetchable memory.
2003-07-18 15:52:57 +00:00
Joel Sherrill
0ffa407a2d 2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 428/bsps
	PR 432/bsps
	* pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
	is copied from motorola_shared.
2003-07-18 15:52:41 +00:00
Joel Sherrill
3584398afe 2003-07-18 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 429/bsps
	PR 432/bsps
	* network/elnk.c: Due to a bug in the driver, if multiple packets
	are queued onto an elnk board, the ISR will deadlock the device with
	a tx complete interrupt.  Lighter tx loads are not affected as they
	end up submitting single packets to the device.
2003-07-18 15:52:26 +00:00
Joel Sherrill
1dfc1b941e Fixed formatting so scripts work. 2003-07-18 14:14:56 +00:00
Ralf Corsepius
718f9818fb 2003-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rdbg.c: Use memset instead of bzero (deprecated).
	* src/servtsp.c: Ditto.
2003-07-18 05:19:20 +00:00
Joel Sherrill
45477a3a0e 2003-07-17 Joel Sherrill <joel@OARcorp.com>
PR 433/tools
	* mips-stub.c: Patch from C. M. Heard <heard@pobox.com> described as:

	The purpose of the patch is to make the stub ignore all
	characters except '+' (ack) or '-' (nak) when it has transmitted a
	packet and expects an acknowledgment. Without the patch,
	putpacket() will retransmit each time it receives anything other
	than '+' when expecting an ack, and that, bitter experience has
	found, frequently results in the stub failing to sync up when
	initially attaching to gdb.

	I think that rtems users will notice significant improvement in
	the of the mips stub if this patch is incorporated in the
	distribution; certainly I did in my stand-aline environment. I
	should hasten to add that it is only an improvement and not a 100%
	cure for synchronization problems because '+' characters can (and
	do) during as message data, and it's still possible for these to
	be mistaken as acks. I have no idea how to fix that short of
	redesigning the gdb-remote protocol.
2003-07-17 21:59:42 +00:00
Ralf Corsepius
222f7bdad5 2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am:
	Reflect having merged configure.ac into ../configure.ac
2003-07-10 08:08:28 +00:00
Ralf Corsepius
ec463acb01 2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am, ide/Makefile.am, network/Makefile.am,
	rtc/Makefile.am, serial/Makefile.am:
	Reflect having merged configure.ac into ../configure.ac
2003-07-10 08:07:50 +00:00
Ralf Corsepius
babba25a11 2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in libchip/configure.ac.
	Merge-in optman/configure.ac.
2003-07-10 08:06:28 +00:00
Ralf Corsepius
f99dfe3728 2003-07-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ada.am: Add .adp to SUFFIXES.
	Remove c-compilation rule.
	* samples/base_sp/Makefile.am: Add init.$(OBJEXT).
	* samples/hello/Makefile.am: Add init.$(OBJEXT).
	* samples/ticker/Makefile.am: Add init.$(OBJEXT).
	* samples/ticker/Makefile.am: Remove VPATH.
	* sptests/sp01/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp01/Makefile.am: Don't include */lib.am.
	* sptests/sp01/Makefile.am: Remove VPATH.
	* sptests/sp02/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp02/Makefile.am: Don't include */lib.am.
	* sptests/sp03/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp03/Makefile.am: Don't include */lib.am.
	* sptests/sp04/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp04/Makefile.am: Don't include */lib.am.
	* sptests/sp04/Makefile.am: Remove EXPADA.
	* sptests/sp04/Makefile.am: Remove VPATH.
	* sptests/sp05/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp05/Makefile.am: Don't include */lib.am.
	* sptests/sp06/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp06/Makefile.am: Don't include */lib.am.
	* sptests/sp07/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp07/Makefile.am: Don't include */lib.am.
	* sptests/sp07/Makefile.am: Remove EXPADA.
	* sptests/sp08/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp08/Makefile.am: Don't include */lib.am.
	* sptests/sp09/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp09/Makefile.am: Don't include */lib.am.
	* sptests/sp11/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp11/Makefile.am: Don't include */lib.am.
	* sptests/sp12/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp12/Makefile.am: Don't include */lib.am.
	* sptests/sp13/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp13/Makefile.am: Don't include */lib.am.
	* sptests/sp14/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp14/Makefile.am: Don't include */lib.am.
	* sptests/sp15/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp15/Makefile.am: Don't include */lib.am.
	* sptests/sp16/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp16/Makefile.am: Don't include */lib.am.
	* sptests/sp17/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp17/Makefile.am: Don't include */lib.am.
	* sptests/sp19/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp19/Makefile.am: Don't include */lib.am.
	* sptests/sp20/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp20/Makefile.am: Don't include */lib.am.
	* sptests/sp21/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp21/Makefile.am: Don't include */lib.am.
	* sptests/sp22/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp22/Makefile.am: Don't include */lib.am.
	* sptests/sp23/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp23/Makefile.am: Don't include */lib.am.
	* sptests/sp24/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp24/Makefile.am: Don't include */lib.am.
	* sptests/sp25/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp25/Makefile.am: Don't include */lib.am.
	* sptests/spsize/Makefile.am: Add init.$(OBJEXT).
	* sptests/spsize/Makefile.am: Don't include */lib.am.
	* tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm01/Makefile.am: Don't include */lib.am.
	* tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm02/Makefile.am: Don't include */lib.am.
	* tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm03/Makefile.am: Don't include */lib.am.
	* tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm04/Makefile.am: Don't include */lib.am.
	* tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm05/Makefile.am: Don't include */lib.am.
	* tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm06/Makefile.am: Don't include */lib.am.
	* tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm07/Makefile.am: Don't include */lib.am.
	* tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm08/Makefile.am: Don't include */lib.am.
	* tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm09/Makefile.am: Don't include */lib.am.
	* tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm10/Makefile.am: Don't include */lib.am.
	* tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm11/Makefile.am: Don't include */lib.am.
	* tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm12/Makefile.am: Don't include */lib.am.
	* tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm13/Makefile.am: Don't include */lib.am.
	* tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm14/Makefile.am: Don't include */lib.am.
	* tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm15/Makefile.am: Don't include */lib.am.
	* tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm16/Makefile.am: Don't include */lib.am.
	* tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm17/Makefile.am: Don't include */lib.am.
	* tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm18/Makefile.am: Don't include */lib.am.
	* tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm19/Makefile.am: Don't include */lib.am.
	* tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm20/Makefile.am: Don't include */lib.am.
	* tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm21/Makefile.am: Don't include */lib.am.
	* tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm22/Makefile.am: Don't include */lib.am.
	* tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm23/Makefile.am: Don't include */lib.am.
	* tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm24/Makefile.am: Don't include */lib.am.
	* tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm25/Makefile.am: Don't include */lib.am.
	* tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm28/Makefile.am: Don't include */lib.am.
	* tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm29/Makefile.am: Don't include */lib.am.
	* tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tmck/Makefile.am: Don't include */lib.am.
	* tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
2003-07-09 10:09:52 +00:00
Ralf Corsepius
de0ac92133 2003-07-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ada.am: Add .adp to SUFFIXES.
	Remove c-compilation rule.
	* samples/base_sp/Makefile.am: Add init.$(OBJEXT).
	* samples/hello/Makefile.am: Add init.$(OBJEXT).
	* samples/ticker/Makefile.am: Add init.$(OBJEXT).
	* samples/ticker/Makefile.am: Remove VPATH.
	* sptests/sp01/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp01/Makefile.am: Don't include */lib.am.
	* sptests/sp01/Makefile.am: Remove VPATH.
	* sptests/sp02/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp02/Makefile.am: Don't include */lib.am.
	* sptests/sp03/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp03/Makefile.am: Don't include */lib.am.
	* sptests/sp04/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp04/Makefile.am: Don't include */lib.am.
	* sptests/sp04/Makefile.am: Remove EXPADA.
	* sptests/sp04/Makefile.am: Remove VPATH.
	* sptests/sp05/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp05/Makefile.am: Don't include */lib.am.
	* sptests/sp06/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp06/Makefile.am: Don't include */lib.am.
	* sptests/sp07/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp07/Makefile.am: Don't include */lib.am.
	* sptests/sp07/Makefile.am: Remove EXPADA.
	* sptests/sp08/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp08/Makefile.am: Don't include */lib.am.
	* sptests/sp09/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp09/Makefile.am: Don't include */lib.am.
	* sptests/sp11/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp11/Makefile.am: Don't include */lib.am.
	* sptests/sp12/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp12/Makefile.am: Don't include */lib.am.
	* sptests/sp13/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp13/Makefile.am: Don't include */lib.am.
	* sptests/sp14/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp14/Makefile.am: Don't include */lib.am.
	* sptests/sp15/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp15/Makefile.am: Don't include */lib.am.
	* sptests/sp16/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp16/Makefile.am: Don't include */lib.am.
	* sptests/sp17/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp17/Makefile.am: Don't include */lib.am.
	* sptests/sp19/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp19/Makefile.am: Don't include */lib.am.
	* sptests/sp20/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp20/Makefile.am: Don't include */lib.am.
	* sptests/sp21/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp21/Makefile.am: Don't include */lib.am.
	* sptests/sp22/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp22/Makefile.am: Don't include */lib.am.
	* sptests/sp23/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp23/Makefile.am: Don't include */lib.am.
	* sptests/sp24/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp24/Makefile.am: Don't include */lib.am.
	* sptests/sp25/Makefile.am: Add init.$(OBJEXT).
	* sptests/sp25/Makefile.am: Don't include */lib.am.
	* sptests/spsize/Makefile.am: Add init.$(OBJEXT).
	* sptests/spsize/Makefile.am: Don't include */lib.am.
	* tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm01/Makefile.am: Don't include */lib.am.
	* tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm02/Makefile.am: Don't include */lib.am.
	* tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm03/Makefile.am: Don't include */lib.am.
	* tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm04/Makefile.am: Don't include */lib.am.
	* tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm05/Makefile.am: Don't include */lib.am.
	* tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm06/Makefile.am: Don't include */lib.am.
	* tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm07/Makefile.am: Don't include */lib.am.
	* tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm08/Makefile.am: Don't include */lib.am.
	* tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm09/Makefile.am: Don't include */lib.am.
	* tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm10/Makefile.am: Don't include */lib.am.
	* tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm11/Makefile.am: Don't include */lib.am.
	* tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm12/Makefile.am: Don't include */lib.am.
	* tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm13/Makefile.am: Don't include */lib.am.
	* tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm14/Makefile.am: Don't include */lib.am.
	* tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm15/Makefile.am: Don't include */lib.am.
	* tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm16/Makefile.am: Don't include */lib.am.
	* tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm17/Makefile.am: Don't include */lib.am.
	* tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm18/Makefile.am: Don't include */lib.am.
	* tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm19/Makefile.am: Don't include */lib.am.
	* tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm20/Makefile.am: Don't include */lib.am.
	* tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm21/Makefile.am: Don't include */lib.am.
	* tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm22/Makefile.am: Don't include */lib.am.
	* tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm23/Makefile.am: Don't include */lib.am.
	* tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm24/Makefile.am: Don't include */lib.am.
	* tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm25/Makefile.am: Don't include */lib.am.
	* tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm28/Makefile.am: Don't include */lib.am.
	* tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tm29/Makefile.am: Don't include */lib.am.
	* tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tmck/Makefile.am: Don't include */lib.am.
	* tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
	* tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
2003-07-09 10:01:18 +00:00
Ralf Corsepius
fff840e493 Cleanup 2003-07-08 17:33:43 +00:00
Joel Sherrill
499cdee946 2003-07-08 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Correct typo.
2003-07-08 17:17:39 +00:00
Joel Sherrill
47f6eea940 2003-07-08 Joel Sherrill <joel@OARcorp.com>
PR 418/ada
	* rtems.adb: Add missing all keyword to derefence pointer.
2003-07-08 16:38:33 +00:00
Joel Sherrill
307685b3a6 2003-07-08 Joel Sherrill <joel@OARcorp.com>
PR 416/bsps
	* ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in
	interrupt controller (clr_exisr(mask)) before calling the interrupt
	handler that will acnowledge the interrupt source. This results in
	the interrupt beeing seen a second time by the interrupt controller.
	Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr>.
2003-07-08 16:08:49 +00:00
Ralf Corsepius
c1a72962ab 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/version.c: Reflect having remove "rtems-" from
	RTEMS_VERSION.
2003-07-08 12:26:14 +00:00
Ralf Corsepius
9414746cca 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am: Reflect having merged configure.ac into
	../configure.ac.
2003-07-08 07:47:19 +00:00
Joel Sherrill
d27efcda03 2003-06-30 Joel Sherrill <joel@OARcorp.com>
* console-polled.c: Corrected comments in header.
2003-06-30 18:31:38 +00:00
Joel Sherrill
96e629379a 2003-06-30 Greg Menke <gregory.menke@gsfc.nasa.gov>
* network/dec21140.c, network/elnk.c: Update to compile on i386.
2003-06-30 18:14:09 +00:00
Joel Sherrill
14ea772be3 Reformatted so script picks up PR. 2003-06-23 16:30:25 +00:00
Chris Johns
29387823ca PR264 - Stopped the core dump by removing the bad instruction.
PR414 - Fixed the global interupt vector register.
Linker command file to have the boot code in the first 8K.
The chip select remap needed to be volatile.
2003-06-23 12:04:21 +00:00
Chris Johns
94b8196169 PR264, PR414 2003-06-23 12:03:21 +00:00
Joel Sherrill
0098b7aa4e 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
* network/README.3com: New file missed in previous commit.
2003-06-13 18:23:03 +00:00
Joel Sherrill
6dd8b16296 Changed format so script will see PR number. 2003-06-13 17:53:04 +00:00
Joel Sherrill
ad543c7bce Changed entry to reference PR397. 2003-06-13 17:51:00 +00:00
Joel Sherrill
7fa1f6675b Removed duplicate entry. 2003-06-13 17:43:49 +00:00
Joel Sherrill
01b6ca963c 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 405/bsps
	PR 393/networking
	* network/dec21140.c: Fix leak also known as PR393.
	* network/elnk.c, network/if_media.h, network/mii.h: New files.
	* network/Makefile.am: Reflect new files.
2003-06-13 17:43:11 +00:00
Joel Sherrill
97a0f76aaf 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 405/bsps
	PR 393/networking
	* network/dec21140.c: Fix leak also known as PR393.
	* network/elnk.c, network/if_media.h, network/mii.h: New files.
	* network/Makefile.am: Reflect new files.
2003-06-13 17:42:50 +00:00
Joel Sherrill
3a3e0b0e7d 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 405/bsps
	* bootloader/pci.c: Added support for configuring devices for pci
	busses > 0
	* pci/pci.c, pci/pci.h: Added FixupPCI() to store vectors in the
	INTERRUPT_LINE register of pci devices any # of hops away
	from the host processor.
	* motorola/motorola.c, motorola/motorola.h: Added interrupt
	routing tables in support of FixupPCI.  This is board-specific,
	each board will have to supply information for FixupPCI() to do
	anything for it.
	* startup/bspstart.c: Extended bat2 to cover entire PCI address space.
	* irq/irq.c, irq/irq.h: Added support for shared interrupts.
	Existing single hander vectors are undisturbed, a new function
	added to allow adding/removing handlers from a vector.
2003-06-13 17:39:46 +00:00
Joel Sherrill
14ec2d48d2 2003-06-13 Till Straumann <strauman@slac.stanford.edu>
PR 415/bsps
	* include/bsp.h, pci/detect_raven_bridge.c, startup/bspstart.c:
	Support enabling MCP exceptions on the host bridge. This can
	be used for memory probing on the VME bus.
2003-06-13 13:41:05 +00:00
Joel Sherrill
1a5787d289 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* pppd/chat.c: Removed warnings.
2003-06-13 13:20:47 +00:00
Joel Sherrill
3d02c2c825 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* console/console.c, startup/linkcmds: Removed warnings.
2003-06-13 13:20:28 +00:00
Joel Sherrill
9eb574dda0 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Removed warnings.
2003-06-13 13:20:13 +00:00
Joel Sherrill
a9785892ff 2003-06-12 Joel Sherrill <joel@OARcorp.com>
* psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
2003-06-12 15:41:19 +00:00
Ralf Corsepius
79ce8b2fd5 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.mak: Remove support for profile-variant.
	* configure.ac: Ditto.
	* directory.cfg: Ditto.
	* compilers/gcc-target-default.cfg: Ditto.
	* make/README: Remove references to profile-variant.
2003-06-06 05:47:08 +00:00
Ralf Corsepius
581c31171b 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove support for profile-variant.
2003-06-06 03:01:17 +00:00
Ralf Corsepius
0707bd2060 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.mak: Remove support for profile-variant.
	* configure.ac: Ditto.
	* directory.cfg: Ditto.
	* compilers/gcc-target-default.cfg: Ditto.
	* make/README: Remove references to profile-variant.
2003-06-06 02:59:13 +00:00