Commit Graph

5101 Commits

Author SHA1 Message Date
Joel Sherrill
5d740bbb0b 2002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
* irq/irq_init.c, motorola/motorola.c: Support for MTX603e.
2002-11-18 03:22:09 +00:00
Joel Sherrill
3ae9de1a0e 002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
* README.mtx603e: New file.
2002-11-18 03:07:54 +00:00
Joel Sherrill
5d81ce9b3d 2002-11-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
* bsp_specs: Added crtbegin,crtend objects so C++ global objects
	constructors/destructors run correctly.
	* startup/linkcmds: Increased code length and updated the ctor/dtor
	sections to handle crtbegin, crtend objects.
>
2002-11-18 00:52:17 +00:00
Joel Sherrill
69efcbc136 2002-11-17 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Fix inconsistency in prototyping.
2002-11-18 00:43:55 +00:00
Joel Sherrill
db28d6217f 2002-11-17 Joel Sherrill <joel@OARcorp.com>
* compilers/gcc-target-default.cfg: Make build variants work
	for user applications.
2002-11-18 00:43:21 +00:00
Ralf Corsepius
69b2703555 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-11-15 14:41:06 +00:00
Ralf Corsepius
cef22e874a 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
2002-11-15 14:14:36 +00:00
Joel Sherrill
6da9972793 2002-11-14 Joel Sherrill <joel@OARcorp.com>
* psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
	psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
	psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
	Per PR239 update the IDs in the various screens.
2002-11-14 17:36:48 +00:00
Joel Sherrill
afcd56350b 2002-11-14 Joel Sherrill <joel@OARcorp.com>
* sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
	sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
	update the IDs in the screens.
2002-11-14 17:36:14 +00:00
Ralf Corsepius
6184265d9e 2002-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
	HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
2002-11-14 13:04:05 +00:00
Ralf Corsepius
22b689b274 2002-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* serdbg/serdbgio.c: Add #include <unistd.h>.
	* shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
	* wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
	* configure.ac: Check for stdio assignments.
	Add RTEMS_LIBSHELL conditional.
2002-11-14 12:13:26 +00:00
Joel Sherrill
aff9de80e5 2002-11-13 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Removed warning per Jay's suggestion.
2002-11-13 22:11:07 +00:00
Joel Sherrill
20270639a5 2002-11-13 Joel Sherrill <joel@OARcorp.com>
* include/.cvsignore: Corrected.
	* network/.cvsignore: New file.
2002-11-13 18:51:33 +00:00
Joel Sherrill
673c750ea7 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
* acinclude.m4: Added edb7312.
2002-11-13 17:56:19 +00:00
Joel Sherrill
3d6669ccf7 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
* New BSP.
	* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
	times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
	console/.cvsignore, console/Makefile.am, console/uart.c,
	include/.cvsignore, include/Makefile.am, include/bsp.h,
	include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
	irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
	network/network.c, start/.cvsignore, start/Makefile.am,
	start/start.S, startup/.cvsignore, startup/Makefile.am,
	startup/bspstart.c, startup/exit.c, startup/linkcmds,
	timer/.cvsignore, timer/Makefile.am, timer/timer.c,
	wrapup/.cvsignore, wrapup/Makefile.am: New file.
2002-11-13 17:55:09 +00:00
Joel Sherrill
dd1ad07b2c 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
* irq/irq_asm.S, irq/irq_init.c: Fixes a bug with handling the
	situation where we are processing an IRQ, and we receive an FIQ.
2002-11-13 15:48:20 +00:00
Joel Sherrill
aae96a2980 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
* network/cs8900.c: I don't know why we have to SelfST register
	twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2002-11-13 15:34:39 +00:00
Ralf Corsepius
2e7d7ffbf2 2002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
2002-11-13 04:52:39 +00:00
Ralf Corsepius
ea9f767421 2002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Remove obsolete reference to
	src/libxil/Makefile.
	Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
	-spec).
2002-11-13 04:47:01 +00:00
Ralf Corsepius
df413e9ff2 2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
2002-11-12 10:32:05 +00:00
Ralf Corsepius
c34635be66 2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Reworked.
	* sapi/Makefile.am: Reworked.
	* rel.am: New.
2002-11-08 17:57:06 +00:00
Ralf Corsepius
ee4cdbc118 2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Only symlink leaf.cfg.
2002-11-08 13:35:02 +00:00
Joel Sherrill
716d0d41df 2002-11-07 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Include all .rodata* sections.
2002-11-08 00:13:12 +00:00
Ralf Corsepius
7c9a5989c8 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge in include/Makefile.am.
	* include/Makefile.am: Remove.
	* configure.ac: Reflect changes above.
2002-11-07 22:28:18 +00:00
Joel Sherrill
3d4c7390de 2002-11-07 Joel Sherrill <joel@OARcorp.com>
* TOOL_TARGETS: Updated.
	* PROBLEMS, README, REQUIRES, TESTED, UPDATE_HELP: Removed
	since they were obsolete.
2002-11-07 15:46:17 +00:00
Ralf Corsepius
a86f4f6cff 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to Templates.
	Use local AC_CONFIG_LINKS.
	* README: Relocated from make/
	* directory.cfg: Ditto.
	* lib.cfg: Ditto.
	* compilers/gcc-target-default.cfg: Ditto.
2002-11-07 15:19:00 +00:00
Joel Sherrill
acf20be1c8 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
	a routine to call.
2002-11-06 17:13:57 +00:00
Ralf Corsepius
54508fd416 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use "'"-quotes to pass args to bsp.mak.
	* configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
	Fix braino in comment on "exec".
	Extend --enable-ada handling.
2002-11-06 11:17:07 +00:00
Ralf Corsepius
83433304e8 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Remove ramStart to eliminate warning.
2002-11-05 18:54:10 +00:00
Ralf Corsepius
2595580275 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in
	autoconf > 2.54).
2002-11-05 07:27:51 +00:00
Joel Sherrill
145fc8c08b 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* src/_servtgt.c: Removed warning by adding support for ITRON
	tasks and rolling multiple loops into 1.
	* src/m68k/rdbg_f.c: Removed warning.
2002-11-04 22:19:11 +00:00
Joel Sherrill
1740467b24 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, network/network.c: Removed warnings.
2002-11-04 22:18:26 +00:00
Joel Sherrill
a3ed176c94 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* irq/irq.c: Removed warnings.
2002-11-04 22:18:12 +00:00
Joel Sherrill
52471f6063 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Removed warnings.
2002-11-04 22:17:51 +00:00
Joel Sherrill
6d9ade62b3 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
2002-11-04 14:29:21 +00:00
Joel Sherrill
9c8838f1e1 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* mpc8260/console-generic/console-generic.c, mpc8260/cpm/dpram.c,
	mpc8260/exceptions/raw_exception.c,
	mpc8xx/exceptions/raw_exception.c: Removed warnings.
2002-11-04 14:29:02 +00:00
Joel Sherrill
ae8c709ea4 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/i8042.c: Removed warnings.
2002-11-04 14:28:26 +00:00
Joel Sherrill
37a25cf35d 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, irq/irq.c, network/if_hdlcsubr.c,
	network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
	Removed warnings.
2002-11-04 14:28:09 +00:00
Joel Sherrill
844de9915c 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, network/network.c: Removed warnings.
2002-11-04 14:27:49 +00:00
Joel Sherrill
4486b180cd 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Removed warnings.
2002-11-04 14:27:31 +00:00
Joel Sherrill
dd0972ddc1 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c: Removed warnings.
2002-11-04 14:27:17 +00:00
Joel Sherrill
1298624dc8 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Removed warnings.
2002-11-04 14:27:03 +00:00
Joel Sherrill
0b6d74d098 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/sci.c, spurious/spinit.c: Removed warnings.
2002-11-04 14:26:48 +00:00
Joel Sherrill
162585601d 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
	tod/ds1307.c: Removed warnings.
2002-11-04 14:26:33 +00:00
Joel Sherrill
baee0fb6d5 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, console/m340uart.c: Removed warnings.
2002-11-04 14:26:16 +00:00
Joel Sherrill
202ed852af 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, network/ne2000.c: Removed warnings.
2002-11-04 14:25:57 +00:00
Ralf Corsepius
99c79c3dcc 2002-11-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: TMPINSTALL_FILES -> PREINSTALL_FILES.
2002-11-03 04:54:32 +00:00
Ralf Corsepius
ff118d4bdc 2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Merge-in mongoosev/include/Makefile.am.
	Install include/mongoose-v.h.
	* mongoosev/include/Makefile.am: Remove.
	* configure.ac: Reflect changes above.
2002-11-02 14:33:39 +00:00
Joel Sherrill
cf0bf01687 2002-11-02 Joel Sherrill <joel@OARcorp.com>
* console/console.c, start/start.c: Removed warnings.
2002-11-02 14:09:24 +00:00
Ralf Corsepius
ceddf30ff6 2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkinstalldirs instead of mkdir.
2002-11-02 13:56:52 +00:00