Commit Graph

5383 Commits

Author SHA1 Message Date
Joel Sherrill
b83be9053c 2003-08-14 Joel Sherrill <joel@OARcorp.com>
* runtest: Add fileio to list of interactive tests.
2003-08-14 13:12:37 +00:00
Joel Sherrill
f27bdfc8ef 2003-08-13 Joel Sherrill <joel@OARcorp.com>
* fileio/.cvsignore: New file.
2003-08-13 17:48:50 +00:00
cvs2git
6523d3ff50 This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-08-13 17:48:27 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2003-08-13	Joel Sherrill <joel@OARcorp.com>':
    c/src/tests/samples/fileio/.cvsignore
2003-08-13 17:48:28 +00:00
Joel Sherrill
65677e6df4 2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps
	* pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
2003-08-13 17:45:24 +00:00
Joel Sherrill
22234ea01f 2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps
	* startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
2003-08-13 17:43:32 +00:00
Joel Sherrill
2cd8c4ccde 2003-08-11 Joel Sherrill <joel@OARcorp.com>
PR 453/make_build
	* startup/linkcmds: Added .eh_frame
2003-08-11 17:04:17 +00:00
Jennifer Averett
b8ed0dff45 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem
	* runtest: Add sample application to show the use of the
	DOSFS functions
2003-08-11 15:08:42 +00:00
Ralf Corsepius
74e299827b 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-08-11 14:41:57 +00:00
Jennifer Averett
328876cb46 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem
	* Makefile.am, configure.ac: sample application to show the use of the
	DOSFS functions
	* fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
	fileio/system.h: New files.
2003-08-06 21:59:36 +00:00
cvs2git
a97ee41919 This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-08-06 19:20:52 UTC Jennifer Averett <Jennifer.Averett@OARcorp.com> '2003-08-06	Thomas Doerfler<Thomas.Doerfler@imd-systems.de>':
    c/src/tests/samples/fileio/Makefile.am
    c/src/tests/samples/fileio/fileio.doc
    c/src/tests/samples/fileio/init.c
    c/src/tests/samples/fileio/system.h
    cpukit/libmisc/fsmount/Makefile.am
    cpukit/libmisc/fsmount/README
    cpukit/libmisc/fsmount/fsmount.c
    cpukit/libmisc/fsmount/fsmount.h
Cherrypick from master 2003-06-18 15:15:48 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2003-06-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>':
    bootstrap
    config.sub
2003-08-06 19:20:53 +00:00
Jennifer Averett
3605c4eb22 2003-08-05 Till Strauman <strauman@slac.stanford.edu>
PR 437/bsps
	* irq/irc.c: calls to bspIo/printk must not use '%i' format which is
	apparently not supported
        * pci/pci.c: calls to bspIo/printk must not use '%i' format which is
	apparently not supported
2003-08-05 19:54:27 +00:00
Joel Sherrill
d5fa273e0e 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 18:07:04 +00:00
Joel Sherrill
b997f52a40 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:22:33 +00:00
Joel Sherrill
89304265b9 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:21:54 +00:00
Joel Sherrill
adc5f630f2 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:21:27 +00:00
Joel Sherrill
bf939b0c02 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:39 +00:00
Joel Sherrill
552af999ba 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:07 +00:00
Joel Sherrill
734d1c5da8 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:51:38 +00:00
Joel Sherrill
367a0e2089 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:48:54 +00:00
Joel Sherrill
8f51fa52e2 2003-07-18 Joel Sherrill <joel@OARcorp.com>
PR 426/ada
	* configure.ac, samples/Makefile.am: Remove base_mp from 4.6 branch.
	* samples/base_mp/.cvsignore, samples/base_mp/Makefile.am,
	samples/base_mp/config.h, samples/base_mp/mptest.adb,
	samples/base_mp/mptest.ads, samples/base_mp/node1/.cvsignore,
	samples/base_mp/node1/Makefile.am, samples/base_mp/node1/base_mp.scn,
	samples/base_mp/node2/.cvsignore, samples/base_mp/node2/Makefile.am,
	samples/base_mp/node2/base_mp.scn: Removed.
2003-07-18 14:22:14 +00:00
Joel Sherrill
de65a87536 Fixed formatting so scripts work. 2003-07-18 14:14:40 +00:00
Ralf Corsepius
0333258449 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:21:40 +00:00
Joel Sherrill
c4abc88385 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:00 +00:00
Joel Sherrill
4c29889520 2003-07-17 Joel Sherrill <joel@OARcorp.com>
PR 425/ada
	* Makefile.am, configure.ac, sptests/Makefile.am: Remove all Ada tests
	that do not build from 4.6 branch.
	* mptests/.cvsignore, mptests/Makefile.am, mptests/mp01/.cvsignore,
	mptests/mp01/Makefile.am, mptests/mp01/config.h,
	mptests/mp01/mp01.adb, mptests/mp01/mptest.adb,
	mptests/mp01/mptest.ads, mptests/mp01/node1/.cvsignore,
	mptests/mp01/node1/Makefile.am, mptests/mp01/node1/mp01.scn,
	mptests/mp01/node2/.cvsignore, mptests/mp01/node2/Makefile.am,
	mptests/mp01/node2/mp01.scn, mptests/mp02/.cvsignore,
	mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
	mptests/mp02/node1/.cvsignore, mptests/mp02/node1/mp02.scn,
	mptests/mp02/node2/.cvsignore, mptests/mp02/node2/mp02.scn,
	mptests/mp03/.cvsignore, mptests/mp03/mptest.adb,
	mptests/mp03/mptest.ads, mptests/mp03/node1/.cvsignore,
	mptests/mp03/node1/mp03.scn, mptests/mp03/node2/.cvsignore,
	mptests/mp03/node2/mp03.scn, mptests/mp04/.cvsignore,
	mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
	mptests/mp04/node1/.cvsignore, mptests/mp04/node1/mp04.scn,
	mptests/mp04/node2/.cvsignore, mptests/mp04/node2/mp04.scn,
	mptests/mp05/.cvsignore, mptests/mp05/mptest.adb,
	mptests/mp05/mptest.ads, mptests/mp05/node1/.cvsignore,
	mptests/mp05/node1/mp05.scn, mptests/mp05/node2/.cvsignore,
	mptests/mp05/node2/mp05.scn, mptests/mp06/.cvsignore,
	mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
	mptests/mp06/node1/.cvsignore, mptests/mp06/node1/mp06.scn,
	mptests/mp06/node2/.cvsignore, mptests/mp06/node2/mp06.scn,
	mptests/mp07/.cvsignore, mptests/mp07/mptest.adb,
	mptests/mp07/mptest.ads, mptests/mp07/node1/.cvsignore,
	mptests/mp07/node1/mp07.scn, mptests/mp07/node2/.cvsignore,
	mptests/mp07/node2/mp07.scn, mptests/mp08/.cvsignore,
	mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
	mptests/mp08/node1/.cvsignore, mptests/mp08/node1/mp08.scn,
	mptests/mp08/node2/.cvsignore, mptests/mp08/node2/mp08.scn,
	mptests/mp09/.cvsignore, mptests/mp09/mptest.adb,
	mptests/mp09/mptest.ads, mptests/mp09/node1/.cvsignore,
	mptests/mp09/node1/mp09.scn, mptests/mp09/node2/.cvsignore,
	mptests/mp09/node2/mp09.scn, mptests/mp10/.cvsignore,
	mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
	mptests/mp10/node1/.cvsignore, mptests/mp10/node1/mp10.scn,
	mptests/mp10/node2/.cvsignore, mptests/mp10/node2/mp10.scn,
	mptests/mp11/.cvsignore, mptests/mp11/mptest.adb,
	mptests/mp11/mptest.ads, mptests/mp11/node1/.cvsignore,
	mptests/mp11/node1/mp11.scn, mptests/mp11/node2/.cvsignore,
	mptests/mp11/node2/mp11.scn, mptests/mp12/.cvsignore,
	mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
	mptests/mp12/node1/.cvsignore, mptests/mp12/node1/mp12.scn,
	mptests/mp12/node2/.cvsignore, mptests/mp12/node2/mp12.scn,
	mptests/mp13/.cvsignore, mptests/mp13/mptest.adb,
	mptests/mp13/mptest.ads, mptests/mp13/node1/.cvsignore,
	mptests/mp13/node1/mp13.scn, mptests/mp13/node2/.cvsignore,
	mptests/mp13/node2/mp13.scn, mptests/mp14/.cvsignore,
	mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
	mptests/mp14/node1/.cvsignore, mptests/mp14/node1/mp14.scn,
	mptests/mp14/node2/.cvsignore, mptests/mp14/node2/mp14.scn: Removed.
2003-07-17 20:14:56 +00:00
Ralf Corsepius
9a9b17d0ba Merger from trunk 2003-07-09 10:26:23 +00:00
Ralf Corsepius
a4b8cd020c Merger from trunk 2003-07-09 10:17:48 +00:00
Joel Sherrill
cd9dac06f6 2003-07-08 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Correct typo.
2003-07-08 17:17:53 +00:00
Joel Sherrill
581a89ed79 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:09:24 +00:00
Joel Sherrill
fb6d373515 2003-06-30 Joel Sherrill <joel@OARcorp.com>
* console-polled.c: Corrected comments in header.
2003-06-30 18:31:46 +00:00
Joel Sherrill
81c3241976 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:47 +00:00
Joel Sherrill
673df26e37 Reformatted so script picks up PR. 2003-06-23 16:30:52 +00:00
Chris Johns
3d8cb71628 PR264, PR414 2003-06-23 11:42:49 +00:00
Chris Johns
8f3e0c820e 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-22 23:28:51 +00:00
Joel Sherrill
3b80c3d9f0 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
* network/README.3com: New file missed in previous commit.
2003-06-13 18:22:42 +00:00
Joel Sherrill
ef7915b15c Changed entry to reference PR397. 2003-06-13 17:51:08 +00:00
Joel Sherrill
e47195ef37 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:44:09 +00:00
cvs2git
641fb28b71 This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-06-13 17:43:11 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2003-06-13	Greg Menke <gregory.menke@gsfc.nasa.gov>':
    c/src/libchip/network/elnk.c
    c/src/libchip/network/if_media.h
    c/src/libchip/network/mii.h
2003-06-13 17:43:12 +00:00
Joel Sherrill
12838559c6 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:40:41 +00:00
Joel Sherrill
bff8ca6bfa 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:21 +00:00
Joel Sherrill
dfaddd2ac8 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* pppd/chat.c: Removed warnings.
2003-06-13 13:22:15 +00:00
Joel Sherrill
455e1a8619 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* console/console.c, startup/linkcmds: Removed warnings.
2003-06-13 13:22:02 +00:00
Joel Sherrill
a7a950d7fd 2003-06-13 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Removed warnings.
2003-06-13 13:21:50 +00:00
Joel Sherrill
b9f0c834b2 2003-06-12 Joel Sherrill <joel@OARcorp.com>
* psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
2003-06-12 15:41:27 +00:00
Joel Sherrill
a699864a4f 2003-06-04 Joel Sherrill <joel@OARcorp.com>
* pppd/system.h: Hack from Ralf to compile on all targets.
2003-06-04 20:35:14 +00:00
Joel Sherrill
bd2fab3ff4 2003-05-29 Joel Sherrill <joel@OARcorp.com>
* psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
	psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
	psxtimer/psxtimer.c: Removed warnings.
2003-05-29 19:08:53 +00:00
Joel Sherrill
8751d12177 2003-05-29 Joel Sherrill <joel@OARcorp.com>
* sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2003-05-29 19:08:38 +00:00
cvs2git
d17d9c81e7 This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-05-27 16:17:31 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2003-05-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>':
    c/src/tests/samples/pppd/.cvsignore
    c/src/tests/samples/pppd/Makefile-user
    c/src/tests/samples/pppd/Makefile.am
    c/src/tests/samples/pppd/README
    c/src/tests/samples/pppd/init.c
    c/src/tests/samples/pppd/netconfig.h
    c/src/tests/samples/pppd/ppp.conf
    c/src/tests/samples/pppd/pppd.options
    c/src/tests/samples/pppd/pppdapp.c
    c/src/tests/samples/pppd/system.h
    cpukit/include/rtems/stdint.h
2003-05-27 16:17:32 +00:00
Ralf Corsepius
93d5462710 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_DEBUG_V.
	CC_CFLAGS_DEFAULT (obsolete).

2003-05-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove CC_CFLAGS_PROFILE_V.
	Remove CC_LDFLAGS_PROFILE_V.
2003-05-27 10:02:07 +00:00
Ralf Corsepius
5403ada346 Merger from CVS-HEAD 2003-05-16 13:22:35 +00:00
Ralf Corsepius
644a3a42ca 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/fsm.c: Make peer_mru global again.
2003-05-16 13:13:17 +00:00