Commit Graph

9466 Commits

Author SHA1 Message Date
Ralf Corsepius
7ded4e37a3 Remove unnecessary white spaces. 2004-04-15 04:00:25 +00:00
Ralf Corsepius
d9ac411f32 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
	which still uses RTEMS_ROOT).
2004-04-14 15:20:26 +00:00
Ralf Corsepius
61c78ab4db 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
2004-04-14 15:18:56 +00:00
Ralf Corsepius
0d0528d369 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
2004-04-14 13:27:39 +00:00
Ralf Corsepius
6dc747080e 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/Makefile.am: Install include_sys_HEADERS for NEWLIB
	only. Merge sys/cdefs.h into general include_sys_HEADERS.
2004-04-14 13:21:06 +00:00
Ralf Corsepius
78d4816b49 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 605/bsps
	* cpu.c: Remove further c++ style comments having been missed in
	previous patch. Remove printf's entirely.
2004-04-14 12:02:06 +00:00
Joel Sherrill
6f2aebe171 Fixed wrapping. 2004-04-13 20:55:26 +00:00
Ralf Corsepius
1257707b6e 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>.
	* include/bsp.h: Include <rtems/motorola/mc68681.h> instead of <motorola/mc68681.h>.
2004-04-13 15:59:03 +00:00
Ralf Corsepius
cdfae2d301 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4: Regenerate to include ss555.
2004-04-13 15:50:56 +00:00
Ralf Corsepius
cd2fcd516e 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
	with FreeBSD and now unused).
	* custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
2004-04-13 15:49:18 +00:00
Ralf Corsepius
28b6335209 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/include/rtems/rtems/types.h: Include <rtems/stdint.h>
	instead of <stdint.h>.
	Conditionally typedef rtems*signed64 types.
	* score/include/rtems/system.h: Include <rtems/stdint.h> instead of
	<stdint.h>.
2004-04-13 15:40:41 +00:00
Ralf Corsepius
a5777f043d 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Rework stdint.h/inttypes.h support.
	Add RTEMS_USES_STDINT_H. Add RTEMS_USES_INTTYPES_H.
	Remove NEED_STDINT_H. Remove NEED_INTTYPES_H.
	Remove termios-flag detection.
	* libcsupport/Makefile.am: Install include/stdint.h and
	include/inttypes.h for NEWLIB only.
	* libcsupport/include/stdint.h: Rework; Now newlib specific.
	* libcsupport/src/termios.c: Make newlib specific.
	* include/rtems/stdint.h: Rework; Now wrapper to <stdint.h>.
2004-04-13 15:15:28 +00:00
Ralf Corsepius
bd00319d39 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* asm.h: New (stub file. For consistency with other ports, only).
	* Makefile.am: Add asm.h.
2004-04-13 15:03:04 +00:00
Ralf Corsepius
3411bac464 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* asm.h: Include rtems/score/powerpc.h instead of
	rtems/score/ppc.h.
2004-04-13 14:59:51 +00:00
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