Timeline



10/14/08:

22:00 Changeset in rtems [356f558]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * startup/linkcmds: Do not specify architecture since the linker gets it right even with multiple variants.
21:58 Changeset in rtems [7d35b7ff]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add h8sxsim as variant of h8sim.
21:57 Changeset in rtems [1b7363b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * Makefile.am: Add h8sxsim BSP variant. * custom/h8sxsim.cfg: New file.
21:28 Changeset in rtems [f1cf019]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * cpu_asm.S: Enable same code paths for SX. Tested on simulator.
20:11 Release/4.8 edited by JoelSherrill
/* Release 4.8.2 Changes */ Add PR1330 (free.c) (diff)
20:11 Release/4.9 edited by JoelSherrill
/* Release 4.9.1 Changes */ Add PR1330 (free.c) (diff)
19:10 Release/4.10 edited by JoelSherrill
/* RTEMS Improvements */ Add POSIX pipes submission (diff)
18:30 Changeset in rtems [f389307]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Steven Grunza <grunza@…> * cpu_asm.S: Use proper diredctive for h8300/sx.
17:44 Changeset in rtems [7df0d541]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * user/conf.t: Fix typo.
16:09 Changeset in rtems [d6b8d5c]4.8 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Tim Cussins <timcussins@…> PR 1330/cpukit * libcsupport/src/malloc.c: Should print begin field not start field.
16:09 Changeset in rtems [c08349a]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Tim Cussins <timcussins@…> PR 1330/cpukit * libcsupport/src/free.c: Should print begin field not start field.
16:09 Changeset in rtems [05dbc0e]4.104.115 by Joel Sherrill <joel.sherrill@…>
Add PR.
16:08 Changeset in rtems [8e37731]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Tim Cussins <timcussins@…> * libcsupport/src/free.c: Should print begin field not start field.
15:06 Ticket #1330 (free.c: Print of wrong address in error message) created by Joel Sherrill
Email from Tim Cussins <timcussins@…>. In …
15:06 Changeset in rtems [e2324c0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Wei Shen <cquark@…> * Makefile.am, preinstall.am, libcsupport/src/mknod.c, libcsupport/src/open.c, libcsupport/src/pipe.c, libfs/Makefile.am, libfs/preinstall.am, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_creat.c, libfs/src/imfs/imfs_debug.c, libfs/src/imfs/imfs_eval.c, libfs/src/imfs/imfs_initsupp.c, libfs/src/imfs/imfs_mknod.c, libfs/src/imfs/imfs_stat.c, libfs/src/imfs/memfile.c: Initial commit of POSIX pipe support. * libfs/src/imfs/imfs_fifo.c, libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.c, libfs/src/pipe/pipe.h: New files.
14:49 Changeset in rtems [c1fe2a1]4.104.115 by Joel Sherrill <joel.sherrill@…>
Fix formatting.
13:16 Changeset in rtems [d7e739a9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * malloctest/init.c: Do not generate alignment factors larger that will not fit in a native integer.
13:03 Changeset in rtems [29ff6c9c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-14 Joel Sherrill <joel.sherrill@…> * sp09/screen07.c: Use INT_MAX as number of messages so always properly sized and no overflow on constant. * sp09/screen10.c: Delay so on targets with simulator idle clock tick driver this will work. * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd byte boundaries rather than two byte boundaries. * sp09/screen03.c, sp09/screen14.c: Skip tests which try to allocate more memory than size_t holds on m32c.

10/13/08:

19:15 Changeset in rtems [a0653ada]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-13 Joel Sherrill <joel.sherrill@…> * unlimited/system.h: Tighten configuration for stack space.
17:07 Changeset in rtems [f517be0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-13 Joel Sherrill <joel.sherrill@…> * context_switch.S, cpu_asm.c, rtems/score/cpu.h: Add support for restarting the currently executing thread. Fine tune alignment factor as two-byte aligned and use this for critical structures.
17:06 Changeset in rtems [0846740]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-13 Joel Sherrill <joel.sherrill@…> * clock_driver_simidle.c: Ensure ISR nest level and Thread Dispatch disable level are in the same state they would be in a true ISR. This ensures that all of the clock tick handling is as similar as possible in this limited environment.

10/10/08:

15:56 Changeset in rtems [06c3530]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
libnetworking/rtems/rtems_glue.c: Copy nothing if rtems_bsdnet_parse_driver_name() if namep is NULL. include/rtems/status-checks.h: Added prefix "RTEMS" for all macros. Doxygen style comments. Cleanup.
15:52 Changeset in rtems [f049983]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for status-checks.h changes.
15:51 Changeset in rtems [da6142f]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
remove file
15:50 Changeset in rtems [602aee20]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
shared/include/utility.h: Removed file. shared/include/powerpc-utility.h: Use constraint "b" for address base registers in inline assembler statements. Update for status-checks.h changes.
15:46 Changeset in rtems [7495494]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for status-checks.h changes.
15:44 Changeset in rtems [9a9f662]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* empty log message *
15:40 Changeset in rtems [b08f12d]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Added -msoft-float and removed -funit-at-a-time in CPU_CFLAGS
02:34 Changeset in rtems [0b4445f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
02:33 Changeset in rtems [945f9df9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:32 Changeset in rtems [1171c46]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.18.93-rtems4.10-20081010.diff.
02:30 Changeset in rtems [c81b995]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
BINUTILS_VERS = 2.18.93

10/04/08:

05:01 Changeset in rtems [c41d6b4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:00 Changeset in rtems [e7910cd7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to binutils-2.18.92.
04:58 Changeset in rtems [1547cff6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to 2.18.92.

10/03/08:

22:27 Changeset in rtems [db41bb6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-03 Joel Sherrill <joel.sherrill@…> * libcsupport/src/printk.c: Addresses can be larger than integers so use long for %p formats. * score/inline/rtems/score/address.inl: Offsets can be positive or negative, so use int32_t. Also do math with intptr_t since there are cases where the number of bits in an address do not equal the number of bits in an integer. * score/inline/rtems/score/heap.inl: Offsets can be positive or negative, so use int32_t.
19:42 Changeset in rtems [5365e60]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-03 Joel Sherrill <joel.sherrill@…> * configure.ac: Add m32r. * libcsupport/src/newlibc_exit.c: For some odd reason, the fini symbol for the m32r in C needs an extra leading _.
16:29 Changeset in rtems [127d0a4]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-03 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
16:28 Changeset in rtems [ba3f9cf6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-03 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
12:08 Changeset in rtems [8b6c49d5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-03 Joel Sherrill <joel.sherrill@…> * .cvsignore: New file.
09:23 Changeset in rtems [3ab27952]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix up ChangeLog?.
06:18 Changeset in rtems [a5ece1a5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:18 Changeset in rtems [2abe16dd]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
06:17 Changeset in rtems [933e34a6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 6. Disable cxx, infos.
06:16 Changeset in rtems [bba70f4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 6.
06:15 Changeset in rtems [dc7c0df]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.3.2-rtems4.10-20081003.diff, newlib-1.16.0-rtems4.10-20081003.diff
06:14 Changeset in rtems [525b90e5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add m32r/m32c. Undef ATTRIBUTE_IMPURE_PTR for mips only.
06:13 Changeset in rtems [f4bacae]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add m32r/m32c.
03:41 Changeset in rtems [b38ae26b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:40 Changeset in rtems [df339c2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gdb-6.8-rtems4.10-20081003.diff. Abandon _without_sources.
03:39 Changeset in rtems [30e604d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
03:35 Changeset in rtems [241aa252]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add m32r-*-rtems*, m32c-*-rtems*.
02:59 Changeset in rtems [3d0a3acb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
02:58 Changeset in rtems [e0c7ecf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Build binutils infos.
02:55 Changeset in rtems [175b145c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
02:54 Changeset in rtems [b2fd3b7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add m32r, m32c.
02:53 Changeset in rtems [24d6e0b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump BINUTILS_RPMREL
02:52 Changeset in rtems [7d28f71]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add binutils-2.18.91-rtems4.10-20081003.diff
00:00 Changeset in rtems [dbd85b21]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * startup/bspgetworkarea.c: Fix botched edit.

10/02/08:

22:33 Changeset in rtems [3fc13ac9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * README.configure: Add new M32R port. It is just a beginning but the BSP is functional enough to initialize and shutdown RTEMS.
22:09 Changeset in rtems [7f5ea3c6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * user/region.t: Change size_t to ssize_t.
21:57 Changeset in rtems [9cf93da]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * custom/m32rsim.cfg: New file.
21:57 Changeset in rtems [1c16744]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * src/aclocal/rtems-cpu-subdirs.m4: Add new M32R port. It is just a beginning but the BSP is functional enough to initialize and shutdown RTEMS.
21:56 Changeset in rtems [8fc9e12]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * ChangeLog?, Makefile.am, acinclude.m4, configure.ac: New files.
21:56 Changeset in rtems [ea1116d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/console-io.c, console/syscalls.S, console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h, start/start.S, startup/linkcmds: New files.
21:56 Changeset in rtems [7059d8f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * score/cpu/Makefile.am: Add new M32R port. It is just a beginning but the BSP is functional enough to initialize and shutdown RTEMS.
21:55 Changeset in rtems [463454b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, preinstall.am, rtems/asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32r.h, rtems/score/types.h: New files.
21:49 Changeset in rtems [339fd66]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * fileio/init.c: When USE_SHELL not defined, do not attempt to configure shell.
21:47 Changeset in rtems [640e9128]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * configure.ac: Revert trash committed. Shell builds with m32c now.
21:44 Changeset in rtems [a2a4027]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add M32C port and m32csim BSP.
21:41 Changeset in rtems [e2e736b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
21:40 Changeset in rtems [91a1e2e]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * preinstall.am: Regenerated.
21:39 Changeset in rtems [99f0d19b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * include/tm27.h: Use shared tm27.h stub.
21:39 Changeset in rtems [9957dbf]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed.
21:36 Changeset in rtems [c7b9ed35]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * preinstall.am: Regenerated.
21:35 Changeset in rtems [eb15b89]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, acinclude.m4, configure.ac: New files.
21:35 Changeset in rtems [41e58bb]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * README: New file.
21:34 Changeset in rtems [0fd07a10]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/console-io.c, console/syscalls.S, include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c, startup/crtn.S, startup/linkcmds, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
21:34 Changeset in rtems [d92d42e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * custom/m32csim.cfg: New file.
21:33 Changeset in rtems [0c34b176]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * configure.ac, score/cpu/Makefile.am: Initial addition of M32C port. This is still a work in process but most tests do run on simulator.
21:32 Changeset in rtems [ed6e947]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, context_init.c, context_switch.S, cpu.c, cpu_asm.c, preinstall.am, varvects.S, varvects.h, rtems/asm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32c.h, rtems/score/types.h: New files.
21:31 Changeset in rtems [9a79f1b4]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * libmisc/shell/utils-cp.c: Do not put a 64K buffer on the stack.
21:31 Changeset in rtems [b28b126]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * unlimited/system.h: 10000 task ids is too many for some targets.
21:03 Changeset in rtems [12a0a525]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * score/inline/rtems/score/priority.inl: Use simple integer as loop counter.
21:01 Changeset in rtems [1d7a927]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * include/timesys.h: Use inttypes.h. * tmck/task1.c: Use uint32_t for count.
21:00 Changeset in rtems [2cc1b43]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * libmisc/monitor/mon-monitor.c, rtems/include/rtems/rtems/types.h: Do not have fp context type when no hardware or software floating point is available.
20:57 Changeset in rtems [82478ffc]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c, sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h, spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace and Region calls. On 16-bit architectures, size_t can be 16-bits which would limit sizes to 64K. Also address constants which overflowed on 16-bit integer targets.
20:56 Changeset in rtems [4c09f4b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * libcsupport/src/malloc_statistics_helpers.c, libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/support.h, rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, rtems/src/workspace.c, sapi/include/confdefs.h, score/include/rtems/score/heap.h, score/include/rtems/score/protectedheap.h, score/include/rtems/score/wkspace.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapallocatealigned.c, score/src/heapextend.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c, score/src/wkspace.c: Change size_t to ssize_t on all Heap, Workspace and Region calls. On 16-bit architectures, size_t can be 16-bits which would limit sizes to 64K.
20:20 Changeset in rtems [3d0e458]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * cpu_asm.c, rtems/score/cpu.h, rtems/score/types.h: Corrections and updates.
20:16 Changeset in rtems [b079fe33]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_cp.c, libmisc/shell/main_ls.c, libmisc/shell/main_mv.c, libmisc/shell/main_netstats.c, libmisc/shell/main_rm.c, libmisc/shell/shell_script.c: Newlib > 1.16.0 requires need_getopt_newlib to be defined to get visibility on the reentrancy extensions.
19:49 Changeset in rtems [53fec853]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed. * startup/bspclean.c: Removed.
19:48 Changeset in rtems [5d209d6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed. * startup/bspclean.c: Removed.
19:46 Changeset in rtems [9b643f71]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * console/init68360.c: Delete unused code.
19:46 Changeset in rtems [beff4c6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * console/init68360.c: Delete unused code.
19:13 Changeset in rtems [61814f9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * bootcard.c, bspgetworkarea.c, bsppretaskinghook.c, include/bootcard.h: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
19:12 Changeset in rtems [12838f75]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * startup/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
19:12 Changeset in rtems [c7932ded]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * shared/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
19:12 Changeset in rtems [b4fa916b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * shared/startup/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
18:13 Release/4.9 edited by JoelSherrill
/* Release 4.9.1 Changes */ Add PR1329 (diff)
17:27 Changeset in rtems [de49de6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * console/config.c, console/console.c, console/console.h, console/ns16550cfg.c, console/ns16550cfg.h, include/bsp.h, include/tm27.h, irq/irq_init.c, irq/openpic_xxx_irq.c, pci/no_host_bridge.c: File head clean up. * console/debugio.c: Removed.
16:39 Changeset in rtems [4e4dc3a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: Use shared stub coverhd.h * include/coverhd.h: Removed.
16:38 Changeset in rtems [76428fd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: * include/coverhd.h: Removed.
14:53 Changeset in rtems [b5f6cf3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * preinstall.am: Regenerated.
14:26 Changeset in rtems [1004c3c1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h, console/console.c, console/consolebsp.h, console/tbl85c30.c, include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c, pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c, startup/genpvec.c, startup/vmeintr.c: File head clean up.
14:12 Changeset in rtems [b9ae23a]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> PR 1329/bsps * network_5200/network.c: Eliminate use of boolean so this compiles.
13:51 Changeset in rtems [1666253f]4.104.115 by Joel Sherrill <joel.sherrill@…>
Revert.
13:50 Changeset in rtems [92b338c0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-02 Joel Sherrill <joel.sherrill@…> * Makefile.am, startup/bspgetworkarea.c: Turn = into +=.
13:13 Ticket #1329 (icecube network driver does not compile) closed by Joel Sherrill
fixed: Patch applied to branch.
13:10 Ticket #1329 (icecube network driver does not compile) created by Joel Sherrill
It uses boolean and not bool.
12:43 Changeset in rtems [4d6ad9e]4.9 by Thomas Doerfler <Thomas.Doerfler@…>
switch to decrementer clock driver add U-Boot support remove dead code adjust console clock routing fix CPIC interrupts
12:41 Changeset in rtems [224a429b]4.9 by Thomas Doerfler <Thomas.Doerfler@…>
adapt timebase macros to support MPC8xx again
10:28 Changeset in rtems [7cb9e438]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/virtex.cfg: Remove -Dvirtex.
10:28 Changeset in rtems [20a53db]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove -Dvirtex.
08:13 Changeset in rtems [10de6e19]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/pghplus.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg: Remove RTEMS_TQM_MODEL.
08:13 Changeset in rtems [8f9acb2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_TQM_MODEL.
08:10 Changeset in rtems [2aff96b6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/mpc5566evb.cfg, custom/mpc55xx.cfg: Remove RTEMS_BOARD_MODEL.
08:09 Changeset in rtems [913f3e9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_BOARD_MODEL.
08:08 Changeset in rtems [9723df84]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/pgh360.cfg: Remove RTEMS_BOARD_MODEL.
07:44 Changeset in rtems [adc6349]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Move PGH360, GEN68360, GEN68360_040 defines from *.cfg into bspopts.h.
07:15 Changeset in rtems [f8bf656]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/m5484FireEngine.cfg: Remove RTEMS_BOARD_MODEL. Remove RTEMS_54XX_DERIVATE (Unused). * custom/genmcf548x.cfg: Remove RTEMS_BOARD_MODEL.
07:15 Changeset in rtems [618b18f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_BOARD_MODEL. Remove RTEMS_54XX_DERIVATE (Unused).
07:14 Changeset in rtems [e90653d7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_BOARD_MODEL.
07:07 Changeset in rtems [b465b0f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Move M5484FIREENGINE defines from *.cfg into bspopts.h.
04:39 Changeset in rtems [c43e350a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/brs5l.cfg, custom/gen5200.cfg, custom/icecube.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg: Remove RTEMS_BOARD_MODEL.
04:38 Changeset in rtems [461e18c7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_BOARD_MODEL.
04:11 Changeset in rtems [8d3d0455]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Move PM520_ZE30, PM520_CR825, icecube, BRS5L defines from *.cfg into bspopts.h.
04:10 Changeset in rtems [3760a5d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349 defines from *.cfg into bspopts.h.
04:01 Changeset in rtems [62df126]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsepius <ralf.corsepius@…> * custom/gen83xx.cfg, custom/hsc_cm01.cfg, custom/mpc8313erdb.cfg, custom/mpc8349eamds.cfg: Remove RTEMS_BOARD_MODEL, RTEMS_83XX_DERIVATE.
04:01 Changeset in rtems [77a1304d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_BOARD_MODEL, RTEMS_83XX_DERIVATE.
03:57 Changeset in rtems [d5d8f10]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349 defines from *.cfg into bspopts.h.
00:05 Release/4.9 edited by JoelSherrill
/* BSPs Reported to Work */ Add score603e works (diff)
00:04 Release/4.9 edited by JoelSherrill
/* Release 4.9.1 Changes */ Add PR138 and Score603e update (diff)

10/01/08:

20:07 Changeset in rtems [e1efd54]4.9 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Gene Smith <gene.smith@…> PR 1328/cpukit * libmisc/shell/main_mdump.c, libmisc/shell/main_mwdump.c: Fix printing of more than 256 bytes.
20:02 Changeset in rtems [caf0e53]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Gene Smith <gene.smith@…> PR 1328/cpukit * libmisc/shell/main_mdump.c, libmisc/shell/main_mwdump.c: Fix printing of more than 256 bytes.
19:06 Ticket #1328 (mdump (& probably wdump) in shell have problems) closed by Joel Sherrill
fixed: Patch committed to 4.9 branch and CVS head. Also updated 4.9.1 entry on Wiki to include this PR as addressed in 4.9.1.
17:17 Changeset in rtems [27a0015f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * VERSION: Bump version to 4.9.99.0
17:17 Changeset in rtems [943b7d9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * aclocal/version.m4: Bump API to 4.10.
17:16 Changeset in rtems [7d2aaa6f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * psx01/psx01.scn: Bump version to 4.9.99.0
17:16 Changeset in rtems [df518cb]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * sp43/sp43.scn: Bump version to 4.9.99.0
17:16 Changeset in rtems [b7c75137]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * shell/preface.texi: Bump version to 4.9.99.0
17:03 Changeset in rtems [8000c52]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c: Fix warnings.
16:09 Changeset in rtems [d59e9b9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/universe.c, console/85c30.c, console/85c30.h, console/consolebsp.h, console/tbl85c30.c, include/gen2.h, startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c, startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c, vme/VMEConfig.h: Some clean up. * include/coverhd.h: Removed.
13:19 Changeset in rtems [049b893]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-10-01 Joel Sherrill <joel.sherrill@…> * custom/erc32.cfg: Revert accidental commit.
11:23 Changeset in rtems [b1866be8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsépius <ralf.corsepius@…> * mpc83xx/include/mpc83xx.h: #include <bspopts.h> to make sure defines from bspopts.h get propagated.
09:35 Changeset in rtems [68f39d58]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsépius <ralf.corsepius@…> * include/bsp.h: #include <bspopts.h> first.
09:33 Changeset in rtems [c5a7f1a9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
09:31 Changeset in rtems [ce1dfbe]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove scitab.c (Not applicable).
06:42 Changeset in rtems [75e10892]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsepius <ralf.corsepius@…> * custom/brs5l.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/hsc_cm01.cfg, custom/icecube.cfg, custom/m5484FireEngine.cfg, custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8313erdb.cfg, custom/mpc8349eamds.cfg, custom/pgh360.cfg, custom/pghplus.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg: Back out parts of yesterdays changes.
06:42 Changeset in rtems [f59f6489]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Back out parts of yesterdays changes.
01:20 Changeset in rtems [edc1ce3c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsepius <ralf.corsepius@…> * custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
01:16 Changeset in rtems [4566e9c1]4.9 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsépius <ralf.corsepius@…> PR 1324/bsps * aclocal/check-bsps.m4: Adopt icecube changes from CVS-HEAD.
01:12 Changeset in rtems [08ecdaa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-10-01 Ralf Corsépius <ralf.corsepius@…> PR 1324/bsps * aclocal/check-bsps.m4: Revert Joel's icecube patch.
00:22 Ticket #1324 (aclocal/check-bsps.m4: icecube is missing) closed by Ralf Corsepius
fixed: patch applied to cvs-head and rtems-4-9-branch.

09/30/08:

23:17 Changeset in rtems [978eba3]4.9 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Jennifer Averett <jennifer.averett@…> * Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c, irq/irq.c, startup/Hwr_init.c, startup/bspstart.c, startup/vmeintr.c: Modifications required to run on hardware. Some cleanup. * include/irq-config.h: New file. * startup/spurious.c: Removed.
23:16 Changeset in rtems [db6e1f55]4.9 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Jennifer Averett <jennifer.averett@…> * custom/score603e.cfg: Modifications required to run on hardware. Some cleanup.
23:16 Changeset in rtems [909adce]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Jennifer Averett <jennifer.averett@…> * include/irq-config.h: New file. * startup/spurious.c: Removed.
23:15 Changeset in rtems [bbb7cca6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Jennifer Averett <jennifer.averett@…> * custom/score603e.cfg: Modifications required to run on hardware. Some cleanup.
23:13 Changeset in rtems [3d50574]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Jennifer Averett <jennifer.averett@…> * Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c, irq/irq.c, startup/Hwr_init.c, startup/bspstart.c, startup/vmeintr.c: Modifications required to run on hardware. Some cleanup.
17:17 Changeset in rtems [06b5d63]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsepius <ralf.corsepius@…> * custom/m5484FireEngine.cfg: Eliminate RTEMS_54XX_DERIVATE (Unused).
17:17 Changeset in rtems [f83422e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate RTEMS_54XX_DERIVATE (Unused).
17:12 Changeset in rtems [002e6403]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsepius <ralf.corsepius@…> * custom/pghplus.cfg, custom/tqm8xx.cfg, custom/tqm8xx_stk8xx.cfg: Eliminate RTEMS_TQM_MODEL (Unused).
17:12 Changeset in rtems [a6d313d2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Eliminate RTEMS_TQM_MODEL (Unused).
16:58 Changeset in rtems [62bfb143]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsepius <ralf.corsepius@…> * custom/brs5l.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/hsc_cm01.cfg, custom/icecube.cfg, custom/lpc2478.cfg, custom/m5484FireEngine.cfg, custom/mpc5566evb.cfg, custom/mpc55xx.cfg, custom/mpc8313erdb.cfg, custom/mpc8349eamds.cfg, custom/pgh360.cfg, custom/pm520_cr825.cfg custom/pm520_ze30.cfg: Remove RTEMS_BOARD_MODEL.
16:58 Changeset in rtems [669b78a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_BOARD_MODEL.
16:28 Changeset in rtems [67c191b2]4.9 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * timer/timer.c: Eliminate uses of old benchmark timer names.
16:27 Changeset in rtems [fcb90b63]4.9 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * include/tm27.h: Do not use set_vector.
16:27 Changeset in rtems [46d17c9]4.9 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * bsp_howto/timer.t: Eliminate uses of old benchmark timer names.
16:27 Changeset in rtems [290da88f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * timer/timer.c: Eliminate uses of old benchmark timer names.
16:26 Changeset in rtems [42650f0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * bsp_howto/timer.t: Eliminate uses of old benchmark timer names.
16:26 Changeset in rtems [b9c6fb1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * include/tm27.h: Do not use set_vector.
16:24 Changeset in rtems [3f3dbf3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * preinstall.am: Regenerated.
16:23 Changeset in rtems [7f4545de]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * sh7750/score/ispsh7750.c, shgdb/score/ispshgdb.c: Fine tune conditional so _CPU_ISR_install_vector is in CPU Kit now.
16:23 Changeset in rtems [8baeb42]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * cpu.c: Fine tune conditional so _CPU_ISR_install_vector is in CPU Kit now.
16:22 Changeset in rtems [641982a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * custom/simsh1.cfg, custom/simsh2.cfg, custom/simsh4.cfg: Make all use RTEMS_BSP_FAMILY.
16:22 Changeset in rtems [55267349]4.9 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * start/startfor340only.S: Remove (unused).
16:17 Changeset in rtems [a523721]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: Add timer driver stub.
16:12 Changeset in rtems [37ec780a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * acinclude.m4: simsh4 folded into shsim.
16:12 Changeset in rtems [542e7b3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am, include/bsp.h, include/tm27.h, trap34/console-io.c: Now builds cleanly for runs for SH1, SH2, and SH4. * include/syscall.h: New file. * include/gdbsci.h: Removed.
16:03 Changeset in rtems [882b5f28]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules. * start/startfor340only.S: Remove (Unused).
15:47 Changeset in rtems [77db4a3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * include/tm27.h: Now links all tests.
15:24 Changeset in rtems [82c8730]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * simsh4/.cvsignore, simsh4/ChangeLog, simsh4/Makefile.am, simsh4/README, simsh4/bsp_specs, simsh4/configure.ac, simsh4/preinstall.am, simsh4/clock/ckinit.c, simsh4/console/console.c, simsh4/include/.cvsignore, simsh4/include/bsp.h, simsh4/include/coverhd.h, simsh4/include/ramdisk.h, simsh4/include/syscall.h, simsh4/include/tm27.h, simsh4/start/start.S, simsh4/startup/hw_init.c, simsh4/startup/linkcmds, simsh4/startup/linkcmds-le, simsh4/startup/linkcmds-le.coff, simsh4/timer/timer.c, simsh4/tools/.cvsignore, simsh4/tools/ChangeLog, simsh4/tools/Makefile.am, simsh4/tools/configure.ac, simsh4/tools/runtest.in: Removed.
15:19 Changeset in rtems [9370fc2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Cleanup.
15:18 Changeset in rtems [51c6675]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
15:12 Changeset in rtems [ddf7ced]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * shgdb/score/ispshgdb.c: Add dummy _CPU_ISR_install_vector.
14:57 Changeset in rtems [c30b8de]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: Now links all tests. * include/tm27.h: New file.
14:49 Changeset in rtems [544b5ac1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * include/tm27.h: Remove reference to set_vector.
14:45 Ticket #1324 (aclocal/check-bsps.m4: icecube is missing) reopened by Ralf Corsepius
14:37 Changeset in rtems [9927019a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * clock/clockdrv.c: Correct spelling error in comment. * include/tm27.h: Delete duplicate #endif.
14:22 Changeset in rtems [5567097]4.104.115 by Joel Sherrill <joel.sherrill@…>
2008-09-30 Joel Sherrill <joel.sherrill@…> * mcf5206/timer/timerisr.S: Make compile again.
12:02 Changeset in rtems [de0cd76]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
10:38 Changeset in rtems [a14fba32]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
10:30 Changeset in rtems [6651791]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-29 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
10:02 Changeset in rtems [a12796f3]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
* empty log message *
10:02 Changeset in rtems [19e6dfa]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Renamed various macros.
10:01 Changeset in rtems [29cc1477]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
added SSP support files, fixed some typos
10:00 Changeset in rtems [1196226]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Added definitions for asynchronous read and write IO commands.
07:12 Changeset in rtems [57a40406]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
07:04 Changeset in rtems [df7f158e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsepius <ralf.corsepius@…> * clockdrv_shell.c: Empty file. Add warning to not use this file. * clock_driver_simidle.c: include clockdrv_shell.h.
06:49 Changeset in rtems [11978407]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
06:48 Changeset in rtems [22f9c06]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-29 Ralf Corsépius <ralf.corsepius@…> * liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.h: New (Renamed from liblnk/regs.S). * Makefile.am, liblnk/pmon.S: Reflect renamer.
06:19 Changeset in rtems [adf81e9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
06:15 Changeset in rtems [05d1c82]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/ckinit.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
05:44 Changeset in rtems [8ce272b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/ckinit.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
05:39 Changeset in rtems [6a118f18]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
05:35 Changeset in rtems [5681a2b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clock-config.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
05:35 Changeset in rtems [81d86a0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
05:10 Changeset in rtems [27b355b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
05:10 Changeset in rtems [995e61f7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
04:54 Changeset in rtems [a47cdf9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsepius <ralf.corsepius@…> * clockdrv_shell.h: New (Copied from clockdrv_shell.c).
04:52 Changeset in rtems [b94554f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New (Copied from clockdrv_shell.c).
04:35 Changeset in rtems [04b38ae]4.9 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * console/defaultfont.c: Remove (Renamed into console/defaultfont.h). * console/defaultfont.h: New (Renamed from console/defaultfont.c). * Makefile.am, console/conio.c: Reflect renamer.
04:33 Changeset in rtems [8aeb235]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * console/defaultfont.c: Remove (Renamed into console/defaultfont.h). * console/defaultfont.h: New (Renamed from console/defaultfont.c). * Makefile.am, console/conio.c: Reflect renamer.
04:31 Changeset in rtems [2b1867b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Renamed into console/defaultfont.h).
04:31 Changeset in rtems [ad343ae]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New (Renamed from console/defaultfont.c).
03:47 Ticket #1328 (mdump (& probably wdump) in shell have problems) created by Gene Smith
Trying mdump command in shell, I noticed that when you ask for 256 or …
03:25 Changeset in rtems [b827efa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2008-09-30 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove build_date.c. * startup/bspstart.c: Remove BSP_build_date.
03:25 Changeset in rtems [938f3f7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove BSP_build_date.
03:24 Changeset in rtems [49f9c15]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove build_date.c.
00:46 TBR/Website/APT/Yum_Repository edited by Gds
/* Yum Instructions */ (diff)
00:45 TBR/Website/APT/Yum_Repository edited by Gds
/* Yum Instructions */ (diff)
Note: See TracTimeline for information about the timeline view.