Commit Graph

5085 Commits

Author SHA1 Message Date
Joel Sherrill
0c0d089377 2002-09-14 Joel Sherrill <joel@OARcorp.com>
* sp32/.cvsignore: New file.
2002-09-14 18:47:56 +00:00
Joel Sherrill
0af7c20434 2002-09-14 Aaron J. Grier <aaron@frye.com>
* PR271 was not applicable against the current source but included
	a nice test that Joel decided to add to the tree as sp32.
	* sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
	* Makefile.am, configure.ac: Modified to reflect addition.
2002-09-14 18:47:07 +00:00
Joel Sherrill
9db34c3fd5 2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* include/bsp.h, startup/Makefile.am, startup/bspclean.c:
	Cleanup so the BSP works.
2002-09-14 17:59:49 +00:00
Joel Sherrill
2b2e1e96b4 2002-09-13 Eric Norum <eric.norum@usask.ca>
* start/start16.S: Remove unwanted + at beginning of relative
        numeric label.
2002-09-14 16:59:42 +00:00
Eric Norum
8f099da108 2002-09-13 Eric Norum <eric.norum@usask.ca>
* start/start16.S: Remove unwanted + at beginning of relative
	numeric label.
2002-09-13 20:40:48 +00:00
Joel Sherrill
d814e2c564 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
	Now appear to mostly compile.
2002-09-13 17:34:10 +00:00
Joel Sherrill
d7ff09b719 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* samples/hello/Makefile.am: Make sure init.c is compiled and
	included.  This test now runs.
2002-09-13 17:00:18 +00:00
Joel Sherrill
d464fe7601 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* Part of addressing PR281.
	* target.cfg.in: Removed remaining support for RTEMS_USE_GCC272
	and RTEMS_LIBC_DIR.
2002-09-13 13:40:37 +00:00
Joel Sherrill
ccf2cfd97b 2002-09-13 Joel Sherrill <joel@OARcorp.com>
* Part of addressing PR281.
	* main.cfg: Added recognition of VARIANT=DEBUG on command line.
	* compilers/gcc-target-default.cfg: Removed remaining support for
	RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
	as one of the LDFLAGS when the debug variant is specified.
2002-09-13 13:39:52 +00:00
Ralf Corsepius
cb727744e8 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
2002-09-08 08:11:01 +00:00
Ralf Corsepius
c386c633db 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
2002-09-08 07:59:05 +00:00
Ralf Corsepius
e293efaf78 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't use RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2002-09-08 07:50:57 +00:00
Ralf Corsepius
bca73c816e 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
2002-09-08 07:36:11 +00:00
Ralf Corsepius
bdd85dc2a3 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate mpc6xx/timer/Makefile from CONFIG_FILES.
2002-09-08 07:14:45 +00:00
Ralf Corsepius
63739101d9 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
2002-09-08 07:11:54 +00:00
Joel Sherrill
ca756e98e5 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c: Disabled use of fast idle since it seems broken
	with gcc 3.2.
2002-09-07 23:16:12 +00:00
Joel Sherrill
4e7ba21d35 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/config.h: New file previously missed.
2002-09-07 23:12:07 +00:00
Joel Sherrill
a2117cd64a 2002-09-07 Chris Johns <ccj@acm.org>
* network/Makefile.am, network/README.cs8900, network/cs8900.c,
	network/cs8900.h: Significant update which corrects the problem
	where the cs8900.c file was actually the BSP glue.  Joel did
	some hacking so this file will compile.  Previously it required
	providing a target.h file to compile.
	* network/cs8900.c.bsp: New file.
2002-09-07 23:09:47 +00:00
Joel Sherrill
19ed3cf43b 2002-09-07 Joel Sherrill <joel@OARcorp.com>
* pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve
	warnings.
2002-09-07 23:07:58 +00:00
Ralf Corsepius
640e0dd6fa 2002-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Comment out RTEMS_USE_GCC272.
	Comment out RTEMS_LIBC_DIR.
2002-09-06 02:45:50 +00:00
Joel Sherrill
addebe6765 2002-09-03 Joel Sherrill <joel@OARcorp.com>
* base_mp now builds and can be considered a bit of an example for
	the other mptests.
	* mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
	samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
	samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
	Modified to make compile.
	* mptests/mp01/node1/mptest-per_node_configuration.adb,
	mptests/mp01/node2/mptest-per_node_configuration.adb,
	mptests/mp02/node1/mptest-per_node_configuration.adb,
	mptests/mp02/node2/mptest-per_node_configuration.adb,
	mptests/mp03/node1/mptest-per_node_configuration.adb,
	mptests/mp03/node2/mptest-per_node_configuration.adb,
	mptests/mp04/node1/mptest-per_node_configuration.adb,
	mptests/mp04/node2/mptest-per_node_configuration.adb,
	mptests/mp05/node1/mptest-per_node_configuration.adb,
	mptests/mp05/node2/mptest-per_node_configuration.adb,
	mptests/mp06/node1/mptest-per_node_configuration.adb,
	mptests/mp06/node2/mptest-per_node_configuration.adb,
	mptests/mp07/node1/mptest-per_node_configuration.adb,
	mptests/mp07/node2/mptest-per_node_configuration.adb,
	mptests/mp08/node1/mptest-per_node_configuration.adb,
	mptests/mp08/node2/mptest-per_node_configuration.adb,
	mptests/mp09/node1/mptest-per_node_configuration.adb,
	mptests/mp09/node2/mptest-per_node_configuration.adb,
	mptests/mp10/node1/mptest-per_node_configuration.adb,
	mptests/mp10/node2/mptest-per_node_configuration.adb,
	mptests/mp11/node1/mptest-per_node_configuration.adb,
	mptests/mp11/node2/mptest-per_node_configuration.adb,
	mptests/mp12/node1/mptest-per_node_configuration.adb,
	mptests/mp12/node2/mptest-per_node_configuration.adb,
	mptests/mp13/node1/mptest-per_node_configuration.adb,
	mptests/mp13/node2/mptest-per_node_configuration.adb,
	mptests/mp14/node1/mptest-per_node_configuration.adb,
	mptests/mp14/node2/mptest-per_node_configuration.adb,
	samples/base_mp/node1/mptest-per_node_configuration.adb,
	samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
	as this information should come from config.h.
2002-09-03 18:31:23 +00:00
Ralf Corsepius
c7dcfe36c0 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_webserver/md5.h: Add missing newline.
2002-09-02 06:21:03 +00:00
Ralf Corsepius
4adabccd5c 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc8260/exceptions/raw_exception.c: #include <string.h>.
	#include <bspIo.h>.
2002-09-02 06:17:39 +00:00
Ralf Corsepius
6ce94bc3c6 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pci/pcibios.c: #include <string.h>.
2002-09-02 06:15:21 +00:00
Ralf Corsepius
7625d9a37b 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests/mp01/node1/.cvsignore: New.
	* mptests/mp01/node2/.cvsignore: New.
	* mptests/mp02/node1/.cvsignore: New.
	* mptests/mp02/node2/.cvsignore: New.
	* mptests/mp03/node1/.cvsignore: New.
	* mptests/mp03/node2/.cvsignore: New.
	* mptests/mp04/node1/.cvsignore: New.
	* mptests/mp04/node2/.cvsignore: New.
	* mptests/mp05/node1/.cvsignore: New.
	* mptests/mp05/node2/.cvsignore: New.
	* mptests/mp06/node1/.cvsignore: New.
	* mptests/mp06/node2/.cvsignore: New.
	* mptests/mp07/node1/.cvsignore: New.
	* mptests/mp07/node2/.cvsignore: New.
	* mptests/mp08/node1/.cvsignore: New.
	* mptests/mp08/node2/.cvsignore: New.
	* mptests/mp09/node1/.cvsignore: New.
	* mptests/mp09/node2/.cvsignore: New.
	* mptests/mp10/node1/.cvsignore: New.
	* mptests/mp10/node2/.cvsignore: New.
	* mptests/mp11/node1/.cvsignore: New.
	* mptests/mp11/node2/.cvsignore: New.
	* mptests/mp12/node1/.cvsignore: New.
	* mptests/mp12/node2/.cvsignore: New.
	* mptests/mp13/node1/.cvsignore: New.
	* mptests/mp13/node2/.cvsignore: New.
	* mptests/mp14/node1/.cvsignore: New.
	* mptests/mp14/node2/.cvsignore: New.
	* samples/base_mp/node1/.cvsignore: New.
	* samples/base_mp/node2/.cvsignore: New.
2002-09-02 05:19:01 +00:00
Ralf Corsepius
0c7ef52b60 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests/Makefile.am: New.
	* mptests/mp01/Makefile.am: New.
	* mptests/mp01/node1/Makefile.am: New.
	* mptests/mp01/node2/Makefile.am: New.
	* samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
	* samples/base_mp/node1/Makefile.am: New.
	* samples/base_mp/node2/Makefile.am: New.
	* configure.ac: Add mptests/mp01. Add samples/base_mp.
2002-09-02 05:08:57 +00:00
Joel Sherrill
5432fc4abb 2002-08-31 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
2002-08-31 14:44:15 +00:00
Ralf Corsepius
84206479fb 2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/shell.c: #include <time.h>
	* wrapup/Makefile.am: Eliminate LIBNAME.
2002-08-30 13:13:07 +00:00
Ralf Corsepius
2d9c50b475 2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests/tm20/Makefile.am: Remove EXPADA.
2002-08-30 12:14:51 +00:00
Joel Sherrill
b83fd62027 2002-08-30 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
2002-08-30 12:09:48 +00:00
Joel Sherrill
182e9f8e3d 2002-08-30 Joel Sherrill <joel@OARcorp.com>
* rtems.adb (IO_Initialize): Make this match the C prototype.
2002-08-30 12:07:54 +00:00
Ralf Corsepius
b88e3662e2 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
	PREINSTALL_FILES.
	* console/mouse_parser.c: Include <string.h> (for strcmp).
	* console/vt.c: Include <string.h> (for memcpy).
	* wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
2002-08-29 15:54:25 +00:00
Joel Sherrill
b29709d450 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/.cvsignore: New file.
2002-08-28 17:35:01 +00:00
Ralf Corsepius
a456af96f2 2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add ada-tests.
2002-08-28 14:16:18 +00:00
Joel Sherrill
40edeaef2a 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* samples/base_mp/.cvsignore: New file.
2002-08-27 20:25:20 +00:00
Ralf Corsepius
bf6fa0f445 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp09/Makefile.am: Remove EXPADA.
	* sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
	* sptests/sp19/Makefile.am: Remove EXPADA.
	* sptests/sp21/Makefile.am: Remove EXPADA.
	* sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
	* tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
	* tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
2002-08-27 17:06:30 +00:00
Joel Sherrill
cbb095033a 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
	call to RTEMS IO Manager services.
2002-08-27 14:05:45 +00:00
Ralf Corsepius
abe09384ad 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adp: Fix include paths.
2002-08-27 13:35:42 +00:00
Ralf Corsepius
d73a01fdc2 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adb: Remove.
	* sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
	sptests.adp.
2002-08-27 13:17:27 +00:00
Joel Sherrill
aa57f84460 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* rtems.ads: Corrected binding for Io_Initialize.
2002-08-27 13:12:33 +00:00
Joel Sherrill
e8c20a0ec7 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
	match corrected prototype.
2002-08-27 13:12:04 +00:00
Joel Sherrill
b0e8b47e92 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* sptests/sp19/sptest.adp: Added from old Ada implementation.
2002-08-27 11:48:54 +00:00
Joel Sherrill
3634ed9fa0 2002-08-27 Joel Sherrill <joel@OARcorp.com>
* tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
2002-08-27 11:45:33 +00:00
Ralf Corsepius
f3013b891a Removed 2002-08-27 07:47:42 +00:00
Ralf Corsepius
a846105767 2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp09/sptest.adb: Add Result to SCREEN_13.
	Remove Status from TASK_1.
	* sptests/sp21/sptest.adb: Add Result to TASK_1.
	* tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
	* ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
	* configure.ac: Check for m4. Abort if HAS_GNAT = no.
2002-08-27 06:57:46 +00:00
Joel Sherrill
c94a454628 2002-08-26 Joel Sherrill <joel@OARcorp.com>
* tm27 and tm27 are irrelevant as Ada binding tests.
	* tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
2002-08-26 17:25:59 +00:00
Joel Sherrill
b2b7cfc91e 2002-08-26 Joel Sherrill <joel@OARcorp.com>
* tm27 and tm27 are irrelevant as Ada binding tests.
	* tmtests/tm26/Makefile.am, tmtests/tm26/README, tmtests/tm26/tm26.adb,
	tmtests/tm26/tmtest.adb, tmtests/tm26/tmtest.adp,
	tmtests/tm26/tmtest.ads, tmtests/tm27/Makefile.am, tmtests/tm27/README,
	tmtests/tm27/tm27.adb, tmtests/tm27/tmtest.adb,
	tmtests/tm27/tmtest.ads: Removed.
	* configure.ac, tmtests/Makefile.am: Modified to reflect above.
2002-08-26 17:24:44 +00:00
Joel Sherrill
f435621be9 2002-08-26 Joel Sherrill <joel@OARcorp.com>
* sptests/sp19/sptest.adb: Modified to follow pattern of SP01
	even though this test is not supported.
	* sptests/sp19/sp19.adb: New file.
2002-08-26 17:20:36 +00:00
Joel Sherrill
190f5c23ee 2002-08-26 Joel Sherrill <joel@OARcorp.com>
* mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
	mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
	mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
	mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
	mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
	mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
	mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
	mptests/mp14/mptest.ads: Per PR274, identify the need for the
	BSP_MPCI package.  It was a trivial dependency and eliminated.
2002-08-26 14:27:21 +00:00
Joel Sherrill
8a0e8dad1f 2002-08-26 Joel Sherrill <joel@OARcorp.com>
* sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
	* sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
2002-08-26 13:44:35 +00:00