Commit Graph

9452 Commits

Author SHA1 Message Date
Ralf Corsepius
297d99b14a 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* mpc5xx/clock/clock.c, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.S:
	Reflect new locations of cpukit headers.
2004-04-13 14:58:07 +00:00
Ralf Corsepius
b2f04bd76e 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
2004-04-13 14:55:03 +00:00
Ralf Corsepius
fce4a521ca New. 2004-04-13 10:59:41 +00:00
Ralf Corsepius
329a2c1419 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
	<rtems/score/ppc.h>.
2004-04-13 10:14:51 +00:00
Ralf Corsepius
f0f1641bff 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S,
	mpc6xx/exceptions/raw_exception.c,
	mpc8260/exceptions/raw_exception.c,
	mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h,
	mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include
	<rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
2004-04-13 10:03:32 +00:00
Ralf Corsepius
825808f893 Fix yet another stupid typo in previous patch 2004-04-13 09:48:33 +00:00
Ralf Corsepius
408644d412 Fix typo in previous patch 2004-04-13 09:46:54 +00:00
Ralf Corsepius
b6bf7d535e 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
	for consistency with other ports.
	* rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
	* Makefile.am: Reflect changes above.
	* rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
	rtems/score/ppc.h.
2004-04-13 09:45:15 +00:00
Joel Sherrill
e69307b790 2004-04-12 David Querbach <querbach@realtime.bc.ca>
* asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
	MPC555 support as part of the addition of the SS555 BSP.
2004-04-12 22:10:27 +00:00
Joel Sherrill
8430205c22 2004-04-12 David Querbach <querbach@realtime.bc.ca>
* README, configure.ac, mpc5xx/Makefile.am,
	mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h,
	mpc5xx/timer/timer.c, shared/include/cpuIdent.h: addition of a
	significant amount of MPC5xx support as part of the addition of the
	SS555 BSP.
	* mpc5xx/README, mpc5xx/clock/clock.c,
	mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h,
	mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h,
	mpc5xx/irq/irq_asm.S, mpc5xx/irq/irq_init.c,
	mpc5xx/vectors/vectors.S, mpc5xx/vectors/vectors.h,
	mpc5xx/vectors/vectors_init.c: New files.
	* mpc5xx/exceptions/asm_utils.S: Removed.
2004-04-12 22:04:28 +00:00
Joel Sherrill
db87589d7a 2004-04-12 David Querbach <querbach@realtime.bc.ca>
* custom/ss555.cfg: New file.
2004-04-12 21:53:11 +00:00
Joel Sherrill
a800d09cc7 2004-04-12 David Querbach <querbach@realtime.bc.ca>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	times, clock/p_clock.c, console/console.c, include/.cvsignore,
	include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
	startup/iss555.c, startup/linkcmds, startup/start.S,
	wrapup/.cvsignore, wrapup/Makefile.am: New files.
2004-04-12 21:52:13 +00:00
Ralf Corsepius
77e3249f03 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
2004-04-12 11:25:57 +00:00
Ralf Corsepius
a59e6c0774 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4 (RTEMS_CPUOPT): Use AC_DEFINE_UNQUOTED.
	* backward/motorola/mc68681.h, backward/motorola/mc68230.h,
	backward/zilog/z8536.h, backward/zilog/z8036.h,
	backward/zilog/z8030.h: New.
	* Makefile.am: Reflect having added new files above.
2004-04-12 10:55:57 +00:00
Joel Sherrill
c18134552a 2004-04-09 Joel Sherrill <joel@OARcorp.com>
PR 605/bsps
	* cpu.c: Do not use C++ style comments.
2004-04-09 14:52:40 +00:00
Joel Sherrill
b3786fcf4e 2004-04-09 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Fix typo.
2004-04-09 13:08:28 +00:00
Ralf Corsepius
f4630e9d01 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre
	from choking on them.
2004-04-09 07:14:20 +00:00
Ralf Corsepius
f17679cfa0 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-09 05:02:47 +00:00
Ralf Corsepius
a1e601dae9 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-09 05:01:19 +00:00
Ralf Corsepius
7eb78e14a1 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
	<motorola/mc68230.h>.
2004-04-09 04:48:57 +00:00
Ralf Corsepius
2eec0cd1fb 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
	with Cygwin and now unused).
2004-04-09 03:24:10 +00:00
Ralf Corsepius
7b5f6e82d4 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
	automake).
2004-04-09 03:21:57 +00:00
Ralf Corsepius
25d2f5d7ca 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
2004-04-09 03:03:54 +00:00
Ralf Corsepius
3395ae8ac1 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* wrapup/Makefile.am: Add libblock for !UNIX only.
2004-04-09 03:01:06 +00:00
Ralf Corsepius
bceb652ff9 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* libblock/Makefile.am: Build libblock for !UNIX only.
	* libcsupport/Makefile.am: Build $(TERMIOS_C_FILES) for !UNIX only.
2004-04-09 02:47:48 +00:00
Ralf Corsepius
35afb17e15 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* libblock/Makefile.am: Remove LIBC_DEFINES (Unsupported).
	* libfs/Makefile.am: Remove LIBC_DEFINES (Unsupported).
2004-04-09 02:22:39 +00:00
Ralf Corsepius
54629490e8 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Remove LIBC_DEFINES (Unsupported).
2004-04-09 02:20:01 +00:00
Joel Sherrill
346fef13ed Add missing PR604 reference. 2004-04-08 22:48:30 +00:00
Ralf Corsepius
e6529eaa07 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* Makefile.am: Build main.o for !HAS_CXX.
	Set EXEEXT = <empty> (Workaround to a bug in automake).
2004-04-08 13:00:05 +00:00
Ralf Corsepius
4addbfa62e * cvme961/timer/timer.c: Include <rtems/zilog/z8536.h> instead of
<zilog/z8536.h>.
2004-04-08 11:36:08 +00:00
Ralf Corsepius
11f147b7fa 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
	of <zilog/z8530.h>.
2004-04-08 11:35:19 +00:00
Ralf Corsepius
5e6d90102d 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of
	<zilog/z8536.h>.
	* dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of
	<zilog/z8530.h>.
2004-04-08 11:35:16 +00:00
Ralf Corsepius
7b66653e0e Fix yet another typo in previous patch 2004-04-08 05:40:50 +00:00
Ralf Corsepius
d40c3f590e 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
	instead of <zilog/z8036.h>.
2004-04-08 05:29:35 +00:00
Ralf Corsepius
bab5ff96e3 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
	mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
	<rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
2004-04-08 05:29:32 +00:00
Ralf Corsepius
524f25eeb0 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/Makefile.am: Install sys/ioccom.h for NEWLIB only.
2004-04-08 05:15:33 +00:00
Ralf Corsepius
3279145cc6 Fix typo in previous patch 2004-04-08 05:11:22 +00:00
Ralf Corsepius
6ed3a16808 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/Makefile.am: Remove $(LIBC_DEFINES) (Unsupported).
	Install motorola-headers to $(includedir)/rtems/motorola.
	Install zilog-header $(includedir)/rtems/zilog.
2004-04-08 05:09:41 +00:00
Ralf Corsepius
1ef2d50ad4 Cosmetics. 2004-04-06 09:57:16 +00:00
Ralf Corsepius
e2fdb9675a 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
2004-04-06 09:56:22 +00:00
Ralf Corsepius
9a4f189269 Remove (Unused). 2004-04-06 09:49:43 +00:00
Ralf Corsepius
1d486eff74 Cleanup 2004-04-06 09:47:09 +00:00
Ralf Corsepius
01e22fe60f 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-cpu-subdirs.m4: Remove (Unused).
	* configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]).
	Add RTEMS_CHECK_SYSV_UNIX.
	Add score/cpu/*/Makefile.
	* score/cpu/Makefile.am: Add DIST_SUBDIRS.
2004-04-06 03:16:18 +00:00
Ralf Corsepius
e9d9076412 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-cpu-subdirs.m4: Remove (Unused).
	* configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]).
	Add RTEMS_CHECK_SYSV_UNIX.
	Add score/cpu/*/Makefile.
	* score/cpu/Makefile.am: Add DIST_SUBDIRS.
2004-04-06 02:38:22 +00:00
Ralf Corsepius
be2ed3e262 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
	* Makefile.am: Don't include multilib.am.
	Reflect merging configure.ac into $(top_srcdir)/configure.ac.
2004-04-06 02:21:50 +00:00
Ralf Corsepius
8bdec9c378 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
	* Makefile.am: Don't include multilib.am.
	Reflect merging configure.ac into $(top_srcdir)/configure.ac.
2004-04-06 02:17:46 +00:00
Ralf Corsepius
411b0656f7 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Remove unixsize.h.
	* configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
	* Makefile.am: Remove unixsize.h.
	Don't include multilib.am.
	Reflect merging configure.ac into $(top_srcdir)/configure.ac.
2004-04-06 02:13:21 +00:00
Ralf Corsepius
10ae124ce1 2004-04-05 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add AC_CHECK_SIZEOF([CPU_CONTEXT]..).
	Add SIZEOF_CPU_CONTEXT to cpuopts.h.
	Add RTEMS_PROG_CCAS.
	* acinclude.m4: Use unquoted "here" document to propagate $3 to
	cpuopts.tmp.
2004-04-05 06:12:14 +00:00
Joel Sherrill
7220366a50 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
PR 599/pppd
	* libnetworking/pppd/chat.c: Fre memory that is allocated to fix leak.
2004-04-03 16:40:09 +00:00
Joel Sherrill
0c9eaefb7b 2004-04-03 Art Ferrer <arturo.b.ferrer@nasa.gov>
PR 598/bsps
	* cpu_asm.S, rtems/score/cpu.h: Add save of floating point
	status/control register on context switches. Missing this register
	was causing intermittent floating point errors.
2004-04-03 16:29:13 +00:00