summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray white spaces.Ralf Corsepius2004-04-15124-175/+2
|
* Remove stray white spaces.Ralf Corsepius2004-04-15517-872/+173
|
* Remove unnecessary white spaces.Ralf Corsepius2004-04-1576-252/+167
|
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-0/+7
| | | | | * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src which still uses RTEMS_ROOT).
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-2/+4
| | | | * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-144-2/+18
| | | | * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-13/+9
| | | | | * libcsupport/Makefile.am: Install include_sys_HEADERS for NEWLIB only. Merge sys/cdefs.h into general include_sys_HEADERS.
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-5/+6
| | | | | | PR 605/bsps * cpu.c: Remove further c++ style comments having been missed in previous patch. Remove printf's entirely.
* Fixed wrapping.Joel Sherrill2004-04-131-2/+4
|
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-132-2/+7
| | | | | * 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 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-132-0/+6
| | | | * acinclude.m4: Regenerate to include ss555.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-3/+7
| | | | | | * 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 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-2/+16
| | | | | | | | * 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 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-136-89/+80
| | | | | | | | | | | | * 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 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-134-0/+83
| | | | | * asm.h: New (stub file. For consistency with other ports, only). * Makefile.am: Add asm.h.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-2/+7
| | | | | * asm.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-134-3/+8
| | | | | * mpc5xx/clock/clock.c, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.S: Reflect new locations of cpukit headers.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-3/+7
| | | | * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
* New.Ralf Corsepius2004-04-136-0/+350
|
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-132-2/+7
| | | | | * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-139-8/+17
| | | | | | | | | * 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>.
* Fix yet another stupid typo in previous patchRalf Corsepius2004-04-131-1/+1
|
* Fix typo in previous patchRalf Corsepius2004-04-131-1/+1
|
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-136-746/+1525
| | | | | | | | | * 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-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-125-1/+31
| | | | | * 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 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-1221-327/+3398
| | | | | | | | | | | | | | | * 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 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-122-0/+53
| | | | | * custom/ss555.cfg: New file.
* 2004-04-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-1219-0/+2593
| | | | | | | | * .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 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-122-5/+4
| | | | * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
* 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-128-1/+82
| | | | | | | | * 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-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-092-2/+7
| | | | | PR 605/bsps * cpu.c: Do not use C++ style comments.
* 2004-04-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-092-1/+5
| | | | * rtems/score/cpu.h: Fix typo.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-54/+59
| | | | | * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre from choking on them.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-1/+5
| | | | * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-1/+5
| | | | * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-1/+6
| | | | | * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-4/+5
| | | | | * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless with Cygwin and now unused).
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-1/+8
| | | | | * optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in automake).
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-3/+5
| | | | * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-2/+5
| | | | * wrapup/Makefile.am: Add libblock for !UNIX only.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-093-5/+16
| | | | | * libblock/Makefile.am: Build libblock for !UNIX only. * libcsupport/Makefile.am: Build $(TERMIOS_C_FILES) for !UNIX only.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-093-6/+11
| | | | | * libblock/Makefile.am: Remove LIBC_DEFINES (Unsupported). * libfs/Makefile.am: Remove LIBC_DEFINES (Unsupported).
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-2/+6
| | | | * Makefile.am: Remove LIBC_DEFINES (Unsupported).
* Add missing PR604 reference.Joel Sherrill2004-04-081-0/+1
|
* 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-082-3/+8
| | | | | * Makefile.am: Build main.o for !HAS_CXX. Set EXEEXT = <empty> (Workaround to a bug in automake).
* * cvme961/timer/timer.c: Include <rtems/zilog/z8536.h> instead ofRalf Corsepius2004-04-082-1/+5
| | | | <zilog/z8536.h>.
* 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-082-1/+6
| | | | | * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead of <zilog/z8530.h>.
* 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-082-2/+9
| | | | | | | * 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>.
* Fix yet another typo in previous patchRalf Corsepius2004-04-081-0/+3
|
* 2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-082-1/+6
| | | | | * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.