Commit Graph

5282 Commits

Author SHA1 Message Date
Ralf Corsepius
299ebb4896 Merger from rtems-4-6-branch 2003-02-15 04:04:18 +00:00
Joel Sherrill
83795347ac 2003-02-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 348/bsps
	* mpc6xx/exceptions/raw_exception.c: Add PPC_603ev as required
	by MTX603e BSP.
2003-02-14 20:12:10 +00:00
Joel Sherrill
4e7d2181a8 2003-02-14 Joel Sherrill <joel@OARcorp.com>
AMD a29k is obsolete.
	* Makefile.am: Removed reference.
	* a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac,
	a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c,
	a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore,
	a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c:
	Removed.
2003-02-14 19:52:49 +00:00
Joel Sherrill
a6ca1f3567 2003-02-14 Joel Sherrill <joel@OARcorp.com>
AMD a29k port declared obsolete.
	* a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/acinclude.m4,
	a29k/configure.ac, a29k/portsw/.cvsignore, a29k/portsw/ChangeLog,
	a29k/portsw/Makefile.am, a29k/portsw/README, a29k/portsw/bsp_specs,
	a29k/portsw/configure.ac, a29k/portsw/times,
	a29k/portsw/console/.cvsignore, a29k/portsw/console/Makefile.am,
	a29k/portsw/console/concntl.h, a29k/portsw/console/console.c,
	a29k/portsw/console/serial.c, a29k/portsw/console/serial.h,
	a29k/portsw/include/.cvsignore, a29k/portsw/include/Makefile.am,
	a29k/portsw/include/bsp.h, a29k/portsw/start/.cvsignore,
	a29k/portsw/start/Makefile.am, a29k/portsw/start/amd.ah,
	a29k/portsw/start/pswmacro.ah, a29k/portsw/start/register.S,
	a29k/portsw/start/register.ah, a29k/portsw/start/start.S,
	a29k/portsw/startup/.cvsignore, a29k/portsw/startup/Makefile.am,
	a29k/portsw/startup/bspclean.c, a29k/portsw/startup/bspstart.c,
	a29k/portsw/startup/linkcmds, a29k/portsw/startup/main.c,
	a29k/portsw/startup/ramlink, a29k/portsw/startup/romlink,
	a29k/portsw/startup/setvec.c, a29k/portsw/wrapup/.cvsignore,
	a29k/portsw/wrapup/Makefile.am: Removed.
2003-02-14 19:39:43 +00:00
Joel Sherrill
92e57ea26c 2003-02-11 Joel Sherrill <joel@OARcorp.com>
* score/cpu_asm.c: Rework logic that decides when to call
	_Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
	determined that _ISR_Signals_to_thread_executing was not being
	honored and/or cleared properly.
2003-02-11 23:42:14 +00:00
Joel Sherrill
9518a5bc4d 2003-02-11 Joel Sherrill <joel@OARcorp.com>
* score/cpu_asm.c: Rework logic that decides when to call
	_Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
	determined that _ISR_Signals_to_thread_executing was not being
	honored and/or cleared properly.
2003-02-11 23:29:06 +00:00
Ralf Corsepius
ccd81b60c2 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 11:47:49 +00:00
Ralf Corsepius
9b5c258556 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2003-02-11 11:11:33 +00:00
Ralf Corsepius
6ca0732851 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2003-02-11 10:48:26 +00:00
Joel Sherrill
f81fb80981 2003-02-06 Joel Sherrill <joel@OARcorp.com>
* pppd/chat.c: Convert routines with common names to static. This
	included get_char(), put_char(), and character() among others.
2003-02-06 22:19:11 +00:00
Ralf Corsepius
06908af6b0 2003-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX.
	Require autoconf-2.57, automake-1.7.2.
	* rtems++: Eliminate CC_O_FILES.
2003-02-04 01:16:14 +00:00
Joel Sherrill
81968b9a6e 2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
	* rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with
	rtems_io_lookup_name() (API change).
2003-02-03 23:57:10 +00:00
Joel Sherrill
da2151f40d 2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
	* sapi/no-io.c: Side-effect of fixing reentrancy problem with
	rtems_io_lookup_name() (API change).  Unused function removed.
2003-02-03 23:56:29 +00:00
Joel Sherrill
b4f92a9ee2 2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
	* sci/sci.c: Side-effect of fixing reentrancy problem with
	rtems_io_lookup_name() (API change).
2003-02-03 23:55:48 +00:00
Joel Sherrill
ce9f3d1d71 2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
	* console.c: Side-effect of fixing reentrancy problem with
	rtems_io_lookup_name() (API change).
2003-02-03 23:55:01 +00:00
Joel Sherrill
13c28bc09c 2003-02-03 Joel Sherrill <joel@OARcorp.com>
* shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not
	TMPINSTALL_FILES.
2003-02-03 16:41:41 +00:00
Joel Sherrill
832d4bfdb0 2003-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
	startup/linkcmds-le.coff: Fix to work around truncated section names.
2003-01-28 17:54:14 +00:00
Joel Sherrill
f3b2ac063b 2003-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Fix to work around truncated section names.
2003-01-28 17:53:56 +00:00
Joel Sherrill
4c143f1aae 2003-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
	to work around truncated section names.
2003-01-28 17:53:38 +00:00
Joel Sherrill
99159ec600 2003-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
	work around truncated section names.
2003-01-28 17:53:22 +00:00
Joel Sherrill
93ada84f78 2003-01-28 Joel Sherrill <joel@OARcorp.com>
* include/DP8570A.h, include/bsp.h, start/start.c,
	startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
	to avoid conflict with TCP/IP stack internal routine.
2003-01-28 17:52:10 +00:00
Ralf Corsepius
7d0dd89c38 2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: install mpci.h and shm_driver.h.
	Eliminate OBJS.
2003-01-28 14:57:10 +00:00
Joel Sherrill
25b957c10a 2003-01-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: Added new test loopback which shows how to
	use the loopback interface. Thank you Eric Norum for a portable
	target independent test which exercises the TCP/IP. This should
	prevent massive failures in the TCP/IP stack from reaching the
	street.
	* loopback/.cvsignore, loopback/Makefile.am, loopback/README,
	loopback/init.c, loopback/loopback.scn: New files.
2003-01-27 23:30:53 +00:00
Joel Sherrill
4691b48d1d 2003-01-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: Added new test loopback which shows how to
	use the loopback interface. Thank you Eric Norum for a portable
	target independent test which exercises the TCP/IP. This should
	prevent massive failures in the TCP/IP stack from reaching the
	street.
	* loopback/.cvsignore, loopback/Makefile.am, loopback/README,
	loopback/init.c, loopback/loopback.scn: New files.
2003-01-27 23:30:07 +00:00
Ralf Corsepius
fca3262f12 2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
2003-01-21 13:47:05 +00:00
Joel Sherrill
c0c6168fea 2003-01-20 Duane Gustavus <duane@unt.edu>
* console/sci.c, include/mrm332.h, startup/linkcmds,
	startup/linkcmds_ROM: Various updates to make this run properly
	from ROM.
2003-01-20 20:33:17 +00:00
Joel Sherrill
1d36d2af1e 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds*: Add FreeBSD sysctl() sections.
2003-01-20 20:22:01 +00:00
Joel Sherrill
296cc30e08 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
	sections.
2003-01-20 20:10:42 +00:00
Joel Sherrill
b53261f0b0 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
	sections.
2003-01-20 20:07:34 +00:00
Joel Sherrill
646e0008d2 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
	FreeBSD sysctl() sections.
2003-01-20 20:07:31 +00:00
Joel Sherrill
87910b3324 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds.dl: Add FreeBSD sysctl() sections.
2003-01-20 20:07:24 +00:00
Joel Sherrill
7ca1cea220 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Add FreeBSD sysctl() sections.
2003-01-20 20:06:38 +00:00
Joel Sherrill
9c1133e120 mkChangeLogList [-n] 2003-01-20 19:57:14 +00:00
Joel Sherrill
7b0c547a80 2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
2003-01-20 19:53:27 +00:00
Ralf Corsepius
4eef8f79f8 2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.
	* include/Makefile.am: Removed.
	* configure.ac: Reflect changes above.
2003-01-20 16:34:19 +00:00
Ralf Corsepius
37474aa53a 2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/erc32.h: Remove (Unused).
	* include/Makefile.am: Remove.
	* include/.cvsignore: Remove (Obsolete).
	* Makefile.am: Reflect changes above.
	* configure.ac: Reflect changes above.
2003-01-20 08:39:42 +00:00
Ralf Corsepius
bb14bfe011 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
2003-01-16 11:46:17 +00:00
Ralf Corsepius
bd7b589719 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in subdir Makefile.ams
	* configure.ac: Reflect changes above.
	* score/Makefile.am: Removed.
	* sci/Makefile.am: Removed.
	* timer/Makefile.am: Removed.
	* clock/Makefile.am: Removed.
2003-01-16 11:44:47 +00:00
Ralf Corsepius
c62c75afd4 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
2003-01-16 11:19:19 +00:00
Ralf Corsepius
64edee073b 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in subdir Makefile.ams
	* configure.ac: Reflect changes above.
	* score/Makefile.am: Removed.
	* sci/Makefile.am: Removed.
	* timer/Makefile.am: Removed.
	* clock/Makefile.am: Removed.
	* delay/Makefile.am: Removed.
2003-01-16 10:52:43 +00:00
Ralf Corsepius
ec1898b266 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in subdir Makefile.ams
	* configure.ac: Reflect changes above.
	* score/Makefile.am: Removed.
	* sci/Makefile.am: Removed.
	* timer/Makefile.am: Removed.
	* clock/Makefile.am: Removed.
2003-01-16 10:52:19 +00:00
Ralf Corsepius
17aa98d2b3 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2003-01-16 03:09:29 +00:00
Ralf Corsepius
4855824175 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	* pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	  Eliminate *_O_FILES.
	* rtems_servers/Makefile.am: Ditto.
	* rtems_webserver/Makefile.am: Ditto.
	* rtems_telnetd/Makefile.am: Ditto.
2003-01-16 02:58:35 +00:00
Ralf Corsepius
a5f8ec565d 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	* r46xx/vectorisrs/Makefile.am: Ditto.
	* mongoosev/vectorisrs/Makefile.am: Ditto.
	* mongoosev/duart/Makefile.am: Ditto.
	* shared/interrupts/Makefile.am: Ditto.
	* shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
2003-01-16 02:51:44 +00:00
Ralf Corsepius
e25801a352 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	* timer/Makefile.am: Ditto.
2003-01-16 02:44:26 +00:00
Ralf Corsepius
d8b3f14827 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES.
	Don't include @RTEMS_BSP@.cfg.
	* timer/Makefile.am: Ditto.
2003-01-15 18:29:44 +00:00
Ralf Corsepius
9abd9c8416 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2003-01-15 18:24:30 +00:00
Ralf Corsepius
39fa3ed0fe 2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
	Eliminate *_O_FILES.
	* shared/cache/Makefile.am: Ditto.
	* shared/misc/Makefile.am: Ditto.
2003-01-15 18:12:16 +00:00
Ralf Corsepius
7c53080d03 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES.
	Don't include @RTEMS_BSP@.cfg.
	* console/Makefile.am: Likewise.
	* mbus/Makefile.am: Likewise.
	* timer/Makefile.am: Likewise.
2003-01-15 18:07:19 +00:00
Ralf Corsepius
ce9c79fd9c 2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS).
	* score/Makefile.am: Likewise.
	* timer/Makefile.am: Likewise.
2003-01-15 16:27:23 +00:00