Timeline



11/12/04:

19:27 Changeset in rtems [f75b730]4.104.114.84.95 by Eric Norum <WENorum@…>
Change by Shuchen Feng to permit DMA-complete interrupts.
16:39 Changeset in rtems [d183f658]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-12 Ralf Corsepius <ralf_corsepius@…> PR 717/bsps * bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
16:00 Changeset in rtems [a7cddf52]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-12 Ralf Corsepius <ralf_corsepius@…> * aclocal/check-bsps.m4: Add MVME2100 BSP as alias of motorola_shared.
15:36 Ticket #717 (motorola_powerppc bootloader miscompiled) created by Ralf Corsepius
The motorola_powerpc/bootloader/Makefile.am is seriously broken: …

11/11/04:

01:05 Ticket #715 (libchip/rtc/mc146818a.c should not include bsp.h) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Fixed on 04/11/03 ndex: libchip/rtc/mc146818a.c =================================================================== RCS file: /usr1/CVS/rtems/c/src/libchip/rtc/mc146818a.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libchip/rtc/mc146818a.c 21 Oct 2004 13:26:58 -0000 1.3 +++ libchip/rtc/mc146818a.c 3 Nov 2004 08:18:56 -0000 1.4 @@ -20,12 +20,11 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id: mc146818a.c,v 1.3 2004/10/21 13:26:58 ralf Exp $ + * $Id: mc146818a.c,v 1.4 2004/11/03 08:18:56 ralf Exp $ */ #include <rtems.h> #include <libchip/rtc.h> #include <libchip/mc146818a.h> -#include <bsp.h> #define From_BCD( _x ) ((((_x) >> 4) * 10) + ((_x) & 0x0F)) #define To_BCD( _x ) ((((_x) / 10) << 4) + ((_x) % 10))

11/10/04:

23:57 Changeset in rtems [bd6566e6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Joel Sherrill <joel@…> * include/rtems/pci.h: BSPs use the name BSP_pci_configuration not pci. Also need to address that this largely duplicates libbsp/powerpc/pci/pci.h but that file is not used when both are included due to the same double inclusion protection.
23:53 Changeset in rtems [ac8f462]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * libchip/network/dec21140.c: Cleanup a bit and remove message about not supported on PowerPC since it works on the MVME2100 BSP.
23:51 Changeset in rtems [a84392d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * configure.ac, mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c, shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was also a significant amount of spelling and whitespace cleanup.
23:51 Changeset in rtems [e79a1947]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * Makefile.am, bootloader/misc.c, bootloader/pci.c, bootloader/pci.h, console/console.c, console/inch.c, console/reboot.c, console/uart.c, console/uart.h, irq/irq.c, irq/irq.h, irq/irq_init.c, motorola/motorola.c, motorola/motorola.h, openpic/openpic.c, openpic/openpic.h, pci/detect_raven_bridge.c, pci/pci.c, start/start.S, startup/bspstart.c, vectors/vectors_init.c, vme/vmeconfig.c: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup. * tod/todcfg.c: New file.
23:50 Changeset in rtems [f9877d25]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h, wrapup/Makefile.am: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup. * README.MVME2100: New file.
23:50 Changeset in rtems [d868299]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * Makefile.am: Add MVME2100 BSP. * custom/mvme2100.cfg: New file.
23:49 Changeset in rtems [d4948dd9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-10 Joel Sherrill <joel@…> * aclocal/bsp-alias.m4: Add MVME2100 BSP as alias of motorola_shared.
22:38 Changeset in rtems [70fefe6] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Joel Sherrill <joel@…> * tod.c: Add include of tod.h to remove warnings.
22:37 Changeset in rtems [d700909e] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * configure.ac, mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c, shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was also a significant amount of spelling and whitespace cleanup.
22:27 Changeset in rtems [b90855ce] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * network/dec21140.c: Cleanup a bit and remove message about not supported on PowerPC since it works on the MVME2100 BSP.
22:27 Changeset in rtems [0b929fe] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Joel Sherrill <joel@…> PR 715/bsps * rtc/mc146818a.c: Delete include of bsp.h
22:18 Changeset in rtems [5dba517] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * custom/Makefile.am: Add MVME2100 BSP. * custom/mvme2100.cfg: New file.
22:17 Changeset in rtems [f74483f2] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * aclocal/bsp-alias.m4: Add MVME2100 BSP.
22:16 Changeset in rtems [9d8590d] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * configure.ac: Add TOD support in shared as part of adding MVME2100 BSP.
22:15 Changeset in rtems [bd91ff4e] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * ChangeLog?, Makefile.am, bootloader/misc.c, bootloader/pci.c, bootloader/pci.h, console/console.c, console/inch.c, console/reboot.c, console/uart.c, console/uart.h, include/bsp.h, irq/irq.c, irq/irq.h, irq/irq_init.c, motorola/motorola.c, motorola/motorola.h, openpic/openpic.c, openpic/openpic.h, pci/detect_raven_bridge.c, pci/pci.c, pci/pci.h, start/start.S, startup/bspstart.c, vectors/vectors_init.c, vme/vmeconfig.c: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup. * tod/.cvsignore, tod/Makefile.am, tod/todcfg.c: New files.
22:13 Changeset in rtems [ae460ec] by Joel Sherrill <joel.sherrill@…>
2004-11-10 Richard Campbell <richard.campbell@…> * Makefile.am, configure.ac, bootloader/Makefile.am, include/Makefile.am, wrapup/Makefile.am: Add MVME2100 BSP. * README.MVME2100, tod/.cvsignore, tod/Makefile.am: New files.
21:24 Ticket #715 (libchip/rtc/mc146818a.c should not include bsp.h) closed by Joel Sherrill
21:23 Ticket #715 (libchip/rtc/mc146818a.c should not include bsp.h) created by Joel Sherrill
See title of bug.. it is pretty obvious. Release: unknown
11:34 Ticket #714 (a more flexible console driver for gen68360 BSPs is available) created by thomas.doerfler
The current console driver only supports SMC1 interface. A new one …

11/09/04:

15:41 Changeset in rtems [760ccad7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-09 Joel Sherrill <joel@…> * libcsupport/include/stdint.h: Fixed name in @file.
13:20 Changeset in rtems [b6a6bfc4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-08 Ralf Corsepius <ralf.corsepiu@…> * libcsupport/include/sys/_stdint.h: Remove. * libcsupport/include/sys/_inttypes.h: Remove. * libcsupport/include/stdint.h: Replace with former sys/_stdint.h. Add INT<N>_C, various additions. * libcsupport/include/inttypes.h: Replace with former sys/_inttypes.h. * libcsupport/Makefile.am: Reflect changes above.
13:19 Changeset in rtems [4dd9c719]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-08 Ralf Corsepius <ralf.corsepiu@…> * libcsupport/include/sys/_stdint.h: Remove. * libcsupport/include/sys/_inttypes.h: Remove. * libcsupport/include/stdint.h: Replace with former sys/_stdint.h. Add INT<N>_C, various additions. * libcsupport/include/inttypes.h: Replace with former sys/_inttypes.h. * libcsupport/Makefile.am: Reflect changes above.

11/08/04:

16:11 Changeset in rtems [a0596b41]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-08 Ralf Corsepius <ralf.corsepiu@…> * libcsupport/include/sys/_stdint.h: Remove. * libcsupport/include/sys/_inttypes.h: Remove. * libcsupport/include/stdint.h: Replace with former sys/_stdint.h. Add INT<N>_C, various additions. * libcsupport/include/inttypes.h: Replace with former sys/_inttypes.h. * libcsupport/Makefile.am: Reflect changes above.
16:11 Changeset in rtems [ad58194]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.

11/07/04:

13:44 Changeset in rtems [b503e30f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-07 Ralf Corsepius <ralf.corsepiu@…> * backward/asm.h: Add doxygen preamble. * backward/chain.h: Add doxygen preamble. * backward/clockdrv.h: Add doxygen preamble. * backward/confdefs.h: Add doxygen preamble. * backward/console.h: Add doxygen preamble. * backward/dosfs.h: Add doxygen preamble. * backward/imfs.h: Add doxygen preamble. * backward/iosupp.h: Add doxygen preamble. * backward/itron.h: Add doxygen preamble. * backward/ringbuf.h: Add doxygen preamble. * backward/rtc.h: Add doxygen preamble. * backward/spurious.h: Add doxygen preamble. * backward/timerdrv.h: Add doxygen preamble. * backward/vmeintr.h: Add doxygen preamble. * backward/motorola/mc68230.h: Add doxygen preamble. * backward/motorola/mc68681.h: Add doxygen preamble. * backward/zilog/z8030.h: Add doxygen preamble. * backward/zilog/z8036.h: Add doxygen preamble. * backward/zilog/z8536.h: Add doxygen preamble.
13:44 Changeset in rtems [736f024]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add doxygen preamble
06:49 Changeset in rtems [47148e4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-07 Ralf Corsepius <ralf.corsepiu@…> * libcsupport/include/sys/_stdint.h: Special-case int64_t (GCC has LONG_LONG_MAX, while POSIX mandates LLONG_MAX. This break EXP(LONG_LONG_MAX)).

11/05/04:

18:34 Changeset in rtems [598feb56]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-05 Ralf Corsepius <ralf_corsepius@…> * i686-pc-cygwin-binutils.spec.in, i686-pc-cygwin-gcc.spec.in, i686-pc-cygwin-libs.spec.in, i686-pc-cygwin-mingw.spec.in, i686-pc-cygwin-w32api.spec.in: New. * i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in: Remove. * setup.def: Update to current cygwin. * Makefile.am, configure.ac: Reflect changes above.
16:18 Changeset in rtems [6db216d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> * libnetworking/machine/endian.h: Protect BYTE_ORDER from double definition.
16:05 Changeset in rtems [8b10102]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> * startup/linkcmds: Add .gnu.linkonce.b section.
15:41 Changeset in rtems [e3179a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an architecture name for RTEMS. Since this was used as the -mcpu argument to GCC, that also had to be changed.
14:44 Changeset in rtems [9bffc2b6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> * startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
14:43 Changeset in rtems [45b4785]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> * startup/linkcmds: Add .gnu.linkonce.b section and account for memory area being named sdram NOT RAM.
14:43 Changeset in rtems [4755bc1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> * startup/linkcmds: Add .gnu.linkonce.b section.
14:37 Changeset in rtems [1c89b86]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> PR 706/doc * user/task.t: Remove not that changes explanation.
14:37 Changeset in rtems [ef842b4] by Joel Sherrill <joel.sherrill@…>
2004-11-05 Joel Sherrill <joel@…> PR 706/doc * task.t: Remove not that changes explanation.
14:18 Ticket #708 (Can't build some pc386 add-ons) closed by Ralf Corsepius
State-Changed-From-To: feedback->closed State-Changed-Why: Reportedly resolved. Probably cause by missing LIB_SPEC patch rsp. by using an automake w/o CCAS-CPPFLAGS patch.
13:39 Ticket #706 (Classic API task_is_suspended doc has extra not) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.
11:34 Changeset in rtems [bffdb82]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-05 Ralf Corsepius <ralf_corsepiu@…> * configure.ac: Remove RTEMS_USES_INTTYPES_H. Require inttypes.h. * include/rtems/stdint.h: Remove "wild guesses", require inttypes.h. * libcsupport/include/inttypes.h: Cleanup. * libcsupport/include/stdint.h: Cleanup.
08:30 Changeset in rtems [9bb5b9d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-05 Ralf Corsepius <ralf_corsepius@…> * configure.ac: Remove check for libbsp/${RTEMS_CPU}. Add dependency tracking for *.cfgs. * Makefile.am: Add dependency tracking for *.cfg.

11/04/04:

21:48 Changeset in rtems [07a984b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-04 Ralf Corsepius <ralf_corsepiu@…> * include/sys/_stdint.h: Various changes. Add *leastN_t types. Add INTN_{MIN|MAX} macros. Add doxygen preamble. * include/sys/_inttypes.h: Add doxygen preamble. Reflect changes above. * libcsupport/include/stdint.h: Add doxygen preamble. * libcsupport/include/inttypes.h: Add doxygen preamble. * configure.ac: Add doxygen preamble to cpuopts.h.

11/03/04:

08:18 Changeset in rtems [1c3dfb4a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-03 Ralf Corsepius <ralf_corsepius@…> * libchip/rtc/mc146818a.c: Don't include <bsp.h> (Thanks to Lars Munch <lars@…> for catching this).

11/02/04:

17:21 Changeset in rtems [209e68df]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-02 Joel Sherrill <joel@…> * posix/src/mqueueunlink.c, posix/src/semunlink.c, score/inline/rtems/score/object.inl, score/macros/rtems/score/object.inl: _Objects_Is_local_id() should be avoided in single CPU configurations but always available in the Objects Handlers API.
16:19 Changeset in rtems [925563f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-02 Joel Sherrill <joel@…> * setup.def: Include PowerPC patch to make C++ global constructors work -- gcc 3.3.5/newlib-1.12.0 revision 2.
09:56 Changeset in rtems [17ec0008]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-02 Ralf Corsepius <ralf_corsepiu@…> * rtems/include/rtems.h, rtems/inline/rtems/rtems/asr.inl, rtems/inline/rtems/rtems/attr.inl, rtems/inline/rtems/rtems/dpmem.inl, rtems/inline/rtems/rtems/event.inl, rtems/inline/rtems/rtems/eventset.inl, rtems/inline/rtems/rtems/message.inl, rtems/inline/rtems/rtems/modes.inl, rtems/inline/rtems/rtems/options.inl, rtems/inline/rtems/rtems/part.inl, rtems/inline/rtems/rtems/ratemon.inl, rtems/inline/rtems/rtems/region.inl, rtems/inline/rtems/rtems/sem.inl, rtems/inline/rtems/rtems/status.inl, rtems/inline/rtems/rtems/support.inl, rtems/inline/rtems/rtems/tasks.inl, rtems/inline/rtems/rtems/timer.inl, rtems/macros/rtems/rtems/asr.inl, rtems/macros/rtems/rtems/attr.inl, rtems/macros/rtems/rtems/dpmem.inl, rtems/macros/rtems/rtems/event.inl, rtems/macros/rtems/rtems/eventset.inl, rtems/macros/rtems/rtems/message.inl, rtems/macros/rtems/rtems/modes.inl, rtems/macros/rtems/rtems/options.inl, rtems/macros/rtems/rtems/part.inl, rtems/macros/rtems/rtems/ratemon.inl, rtems/macros/rtems/rtems/region.inl, rtems/macros/rtems/rtems/sem.inl, rtems/macros/rtems/rtems/status.inl, rtems/macros/rtems/rtems/support.inl, rtems/macros/rtems/rtems/tasks.inl, rtems/macros/rtems/rtems/timer.inl: Add doxygen preamble.
09:56 Changeset in rtems [d964f79]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add doxygen preamble.
09:39 Changeset in rtems [4b487363]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepiu@…> * rtems/include/rtems.h, rtems/include/rtems/rtems/asr.h, rtems/include/rtems/rtems/attr.h, rtems/include/rtems/rtems/cache.h, rtems/include/rtems/rtems/clock.h, rtems/include/rtems/rtems/config.h, rtems/include/rtems/rtems/dpmem.h, rtems/include/rtems/rtems/event.h, rtems/include/rtems/rtems/eventmp.h, rtems/include/rtems/rtems/eventset.h, rtems/include/rtems/rtems/intr.h, rtems/include/rtems/rtems/message.h, rtems/include/rtems/rtems/modes.h, rtems/include/rtems/rtems/mp.h, rtems/include/rtems/rtems/msgmp.h, rtems/include/rtems/rtems/options.h, rtems/include/rtems/rtems/part.h, rtems/include/rtems/rtems/partmp.h, rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/regionmp.h, rtems/include/rtems/rtems/rtemsapi.h, rtems/include/rtems/rtems/sem.h, rtems/include/rtems/rtems/semmp.h, rtems/include/rtems/rtems/signal.h, rtems/include/rtems/rtems/signalmp.h, rtems/include/rtems/rtems/status.h, rtems/include/rtems/rtems/support.h, rtems/include/rtems/rtems/taskmp.h, rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h, rtems/include/rtems/rtems/types.h: Add doxygen preamble.
07:40 Changeset in rtems [160965c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble. * rtems/score/unix.h: Add doxygen preamble.
07:40 Changeset in rtems [f4ae0c5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/sparc.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:40 Changeset in rtems [eeb3a99]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/sh.h: Add doxygen preamble. * rtems/score/sh_io.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [d5607c5a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/powerpc.h: Add doxygen preamble. * rtems/score/ppc.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [8ad91ff]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/or32.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [77d3533f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [3c64bac]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/mips.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [a911a77]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/m68k.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [6d6891e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/i386.h: Add doxygen preamble. * rtems/score/idtr.h: Add doxygen preamble. * rtems/score/interrupts.h: Add doxygen preamble. * rtems/score/registers.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [aa5049d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/h8300.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:39 Changeset in rtems [10f8664]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/c4x.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:38 Changeset in rtems [8549b6c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/avr.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
07:38 Changeset in rtems [da215ded]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> * rtems/score/arm.h: Add doxygen preamble. * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/cpu_asm.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
06:19 Changeset in rtems [ccaa35d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typo in comment.
06:17 Changeset in rtems [fea6d37]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
02:43 Changeset in rtems [6316b74] by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> PR 697/bsps * flashentry/flashentry.S: Fix broken comments (Patch by Thomas.Doerfler@…)
02:41 Changeset in rtems [39785ad1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-02 Ralf Corsepius <ralf_corsepius@…> PR 697/bsps * flashentry/flashentry.S: Fix broken comments (Patch by Thomas.Doerfler@…)
01:44 Ticket #697 (Suspicious comments in helas403/flashentry/flashentry.S) closed by Ralf Corsepius
State-Changed-From-To: feedback->closed State-Changed-Why: Patch applied to 4.6-branch and trunk

11/01/04:

16:35 Changeset in rtems [6ca6ef40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-01 Joel Sherrill <joel@…> * libmisc/monitor/mon-manager.c, libmisc/monitor/mon-object.c: Remove references to _Object_Is_local in single processor configurations.
15:37 Changeset in rtems [d686006]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-01 Joel Sherrill <joel@…> * score/src/coresemsurrender.c, score/src/objectnametoid.c: All _Objects_Is_Local... should only be called if multiprocessing is enabled.
15:28 Changeset in rtems [c7b7f38]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-01 Joel Sherrill <joel@…> * score/include/rtems/score/object.h, score/src/object.c, score/src/objectallocatebyindex.c, score/src/objectcomparenameraw.c, score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c, score/src/objectinitializeinformation.c: Fix bugs in previous commit. Now compiles.
14:24 Changeset in rtems [b05ecca]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
13:50 Changeset in rtems [59297bb7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
13:44 Changeset in rtems [92100147]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
13:36 Changeset in rtems [e6f664f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-01 Ralf Corsepius <ralf_corsepius@…> * rtems/include/rtems/rtems/tasks.h, rtems/src/taskstart.c: rtems_task_start(..., rtems_task_argument argument );
13:22 Changeset in rtems [baff4da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-01 Joel Sherrill <joel@…> * score/cpu/no_cpu/rtems/score/cpu.h, score/include/rtems/debug.h, score/include/rtems/seterr.h, score/include/rtems/system.h, score/include/rtems/score/address.h, score/include/rtems/score/apiext.h, score/include/rtems/score/apimutex.h, score/include/rtems/score/bitfield.h, score/include/rtems/score/chain.h, score/include/rtems/score/context.h, score/include/rtems/score/copyrt.h, score/include/rtems/score/coremsg.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/coresem.h, score/include/rtems/score/heap.h, score/include/rtems/score/interr.h, score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h, score/include/rtems/score/mppkt.h, score/include/rtems/score/objectmp.h, score/include/rtems/score/priority.h, score/include/rtems/score/stack.h, score/include/rtems/score/states.h, score/include/rtems/score/sysstate.h, score/include/rtems/score/thread.h, score/include/rtems/score/threadmp.h, score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h, score/include/rtems/score/tqdata.h, score/include/rtems/score/userext.h, score/include/rtems/score/watchdog.h, score/include/rtems/score/wkspace.h, score/inline/rtems/score/address.inl, score/inline/rtems/score/chain.inl, score/inline/rtems/score/coremsg.inl, score/inline/rtems/score/coremutex.inl, score/inline/rtems/score/coresem.inl, score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl, score/inline/rtems/score/mppkt.inl, score/inline/rtems/score/objectmp.inl, score/inline/rtems/score/priority.inl, score/inline/rtems/score/stack.inl, score/inline/rtems/score/states.inl, score/inline/rtems/score/sysstate.inl, score/inline/rtems/score/thread.inl, score/inline/rtems/score/threadmp.inl, score/inline/rtems/score/tod.inl, score/inline/rtems/score/tqdata.inl, score/inline/rtems/score/userext.inl, score/inline/rtems/score/watchdog.inl, score/inline/rtems/score/wkspace.inl: Add Doxygen comments -- working modifications which are not complete and may have broken code. Committing so work and testing can proceed. * score/Doxyfile, score/mainpage.h: New files.
13:17 Changeset in rtems [7ce11b2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-01 Ralf Corsepius <ralf_corsepius@…> * libmisc/monitor/monitor.h: Let rtems_monitor_config_dump return int. * libmisc/monitor/mon-config.c: Ditto. Use PRI*N macros. * libmisc/monitor/mon-itask.c, libmisc/monitor/mon-prmisc.c: Use PRI*N macros.
13:15 Changeset in rtems [85b7605]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-11-01 Joel Sherrill <joel@…> * score/include/rtems/score/object.h, score/inline/rtems/score/object.inl, score/macros/rtems/score/object.inl: Add first cut of optional 16 bit object Id as space reduction for small systems (TinyRTEMS).
13:14 Changeset in rtems [cbd849c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-01 Ralf Corsepius <ralf_corsepius@…> * monitor/monitor.h: Let rtems_monitor_config_dump return int. * monitor/mon-config.c: Ditto. Use PRI*N macros. * monitor/mon-itask.c, monitor/mon-prmisc.c: Use PRI*N macros.
11:38 Changeset in rtems [e7ab8899]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-01 Ralf Corsepius <ralf_corsepius@…> * configure.ac: Remove -ansi (Cygwin breaks with it). * libcsupport/include/stdint.h: Use sys/_stdint.h to setup fixed size types. * libcsupport/include/sys/_inttypes.h: Add SCN*N macros.
11:34 Changeset in rtems [bf99fe98]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-01 Ralf Corsepius <ralf_corsepius@…> * libcsupport/src/utsname.c: Revert yesterdays patch.
11:03 Changeset in rtems [6cb6c7c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-11-01 Ralf Corsepius <ralf_corsepius@…> * rtems/score/types.h: s/no_cpu/avr/g. Use POSIX types from rtems/stdint.h.

10/31/04:

14:08 Changeset in rtems [bb6c6701]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-10-31 Joel Sherrill <joel@…> * libcsupport/src/utsname.c: Fix typo.

10/29/04:

17:18 Changeset in rtems [db1431e9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-10-29 Joel Sherrill <joel@…> * setup.def: Update gcc to 3.3.5 and binutils to 2.15. * autotools/autoconf-rtems.spec.in: Temporarily do not include some of the documentation since it causes the RPM build to fail. * binutils/Makefile.am, gcc3newlib/Makefile.am: Add mips64-rtems.
10:38 Changeset in rtems [9929e2d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-29 Ralf Corsepius <ralf_corsepius@…> * score/src/coremsg.c: Eliminate unsigned32. * score/include/rtems/system.h: Set RTEMS_REVISION to 99. * librpc/include/rpc/xdr.h: Use elipsis in xdrproc_t prototype.
10:34 Changeset in rtems [0f9ff459]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-28 Ralf Corsepius <ralf_corsepius@…> * libcsupport/include/inttypes.h: #include <sys/_inttypes.h> * libcsupport/src/utsname.c: Don't include sptables.h. Include <inttypes.h>. Use PRId32 instead of "%d".
10:15 Changeset in rtems [ec75ddc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-28 Ralf Corsepius <ralf_corsepius@…> * configure.ac: Reflect changes above.
10:13 Changeset in rtems [b24b4eb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-10-28 Ralf Corsepius <ralf_corsepius@…> * libcsupport/include/rtems/_inttypes.h: Remove. * libcsupport/include/rtems/_stdint.h: Remove. * libcsupport/include/sys/_inttypes.h: New. * libcsupport/include/sys/_stdint.h: New. * libcsupport/Makefile.am: Reflect changes above.
Note: See TracTimeline for information about the timeline view.